/* Fonts */
@font-face {
    font-family: "Mark Offc For MC";
    font-style: normal;
    font-weight: 300;
    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: "Mark Offc For MC";
    font-style: normal;
    font-weight: 350;
    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: "Mark Offc For MC";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/mc-fonts/woff2/MarkWebW01Regular.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkWebW01Regular.woff) format('woff');
}
@font-face {
    font-family: "Mark Offc For MC";
    font-style: normal;
    font-weight: 500;
    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: "Mark Offc For MC";
    font-style: normal;
    font-weight: 700;
    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: MarkForMCNrw;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/mc-fonts/woff2/MarkForMCNarrowW00-Regular.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkForMCNarrowW00-Regular.woff) format('woff');
}
@font-face {
    font-family: MarkForMCNrw;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/mc-fonts/woff2/MarkForMCNarrowW00-Bold.woff2) format('woff2'),
    url(../fonts/mc-fonts/woff/MarkForMCNarrowW00-Bold.woff) format('woff');
}
body {
    font-family: "Mark Offc For MC", sans-serif;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #FFFFFF;
}
:root {
  --gray-01: #141413;
  --gray-02: #353432;
  --gray-03: #676561;
  --gray-05: #96918B;
  --gray-06: #B1ADA6;
  --gray-07: #E8E5E1;
  --gray-08: #F3F0EE;
  --gray-09: #222221;
  --gray-10: #777470;
  --gray-11: #323231;
  --gray-12: #F8F7F5;
  --gray-13: #444340;
  --gray-14: #C4C4C4;
  --gray-15: #DDDDDD;
  --white-color: #FFFFFF;
  --black-color: #000000;
  --orange-01: #CF4500;
  --orange-02: #852D01;
  --orange-03: rgba(207, 69, 0, 0.50);
  --error: #D7373C;
  --error-02: #EB001B;
  --success:#8DB92E;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: "Mark Offc For MC", 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: "Mark Offc For MC", sans-serif;
}
a:hover {
    text-decoration: none;
    color: #090A0F;
}
b,
strong {
    font-weight: 700;
}
img{
    max-width: 100%;
    height: auto;
    font-family: "Mark Offc For MC", sans-serif;
}
button:focus{
    outline: 0;
}
button:focus-visible {
    outline: 0;
}
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    font-family: "Mark Offc For MC", sans-serif;
    font-weight: 400;
}
a:focus{
    text-decoration: none;
    opacity: 1 !important;
    outline: 0;
}
p{
    margin: 0;
    font-family: "Mark Offc For MC", sans-serif;
}
ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
ul li{
    outline: 0;
    font-family: "Mark Offc For MC", sans-serif;
}
.required label {
    position: relative;
}
.required label:after {
    content: '*';
    color: #141413;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    margin-left: 2px;
    font-weight: 700;
}
.form-control{
    height: 46px;
    color: #141413;
    border: 1px solid #B1ADA6;
    border-radius: 5px;
    padding: 8px 10px 10px;
    font-family: "Mark Offc For MC", 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 10px right 10px;
}
.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: #444340;
}
.form-control:-moz-placeholder {
   color: #444340;  
}
.form-control::-moz-placeholder {
   color: #444340;  
}
.form-control:-ms-input-placeholder {  
   color: #444340;  
}
input[type="file"]::-webkit-file-upload-button {
    color: #141413;
    background-color: #F8F7F5;
    border: 1px solid #B1ADA6;
    border-radius: 5px;
    font-family: "Mark Offc For MC";
}
.wrapWord {
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
/* Tooltip custom UI */
.tooltip.in,
.tooltip.show{
    filter: alpha(opacity=100);
    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);
}
.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;
}*/
/* Common Style */
#pageWrapper{
    overflow: hidden;
}
.themeContainer {
    max-width: 1440px;
    padding: 0 35px;
    margin-left: auto;
    margin-right: auto;
}
.themeRow{
    margin-right: -12px;
    margin-left: -12px;
}
.themeRow .themeCol{
    padding-right: 12px;
    padding-left: 12px;
}
.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,
.btn.themeBtn{
    min-height: 40px;
    min-width: 160px;
    background: #CF4500;
    border: 0;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.75px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 20px 11px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btnWhiteBg,
.btn.btnWhiteBg{
    min-height: 40px;
    min-width: 160px;
    background: #FFFFFF;
    border: 2px solid #CF4500;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17.75px;
    text-align: center;
    color: #CF4500;
    padding: 9px 22px 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.btnWhiteBg:hover,
.btn.btnWhiteBg:hover{
    color: #852D01;
    outline: 0;
    background: #FFFFFF;
    border-color: #852D01;
}
.btnWhiteBg:focus,
.btnWhiteBg.focus,
.btn.btnWhiteBg:focus{
    color: #CF4500;
    background: #FFFFFF;
    border-color: #CF4500;
    outline: 2px auto #FFFFFF;
    outline-offset: -4px;
}
.btn.btnWhiteBg.disabled, 
.btn.btnWhiteBg[disabled], 
fieldset[disabled] .btn.btnWhiteBg{
    color: rgba(207, 69, 0, 0.50);
    border-color: rgba(207, 69, 0, 0.50);
}
.themeBtn:hover,
.btn.themeBtn:hover{
    color: #ffffff;
    outline: 0;
    background: #852D01;
}
.themeBtn.focus,
.themeBtn:focus,
.btn.themeBtn.focus,
.btn.themeBtn:focus {
    color: #ffffff;
    background: #CF4500;
    outline: 2px auto #FFFFFF;
    outline-offset: -4px;
}
.btn.themeBtn.disabled, 
.btn.themeBtn[disabled], 
fieldset[disabled] .btn.themeBtn{
    pointer-events: auto;
    background: rgba(207, 69, 0, 0.50);
}
.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%);
}
.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: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #141413;
    font-weight: 400;
}
.hasError label,
.required.hasError label:after,
.has-error label,
.required.has-error label:after{
    color: #D7373C;
}
.form-control:focus {
    border-color: #444340;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
select.form-control, textarea.form-control, 
input[type="text"].form-control, 
input[type="password"].form-control, 
input[type="datetime"].form-control, 
input[type="datetime-local"].form-control, 
input[type="date"].form-control, 
input[type="month"].form-control, 
input[type="time"].form-control, 
input[type="week"].form-control, 
input[type="number"].form-control, 
input[type="email"].form-control, 
input[type="url"].form-control, 
input[type="search"].form-control, 
input[type="tel"].form-control, 
input[type="color"].form-control {
    font-size: 14px;
}
.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 #B1ADA6;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 46px;
    font-size: 14px;
    line-height: 120%;
    color: #141413;
    width: 100%;
    text-align: left;
    padding: 14px 36px 12px 10px;
    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;
    font-size: 14px;
    /* line-height: 16.8px; */
    line-height: 18px;
    color: #141413;
    text-align: left;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
}
.multiSelectBtn .caret {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 11px;
    right: 6px;
    border: 0;
    background-image: url(../image/arrow-down-black.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 0px center;
    cursor: pointer;
}
.multiSelectBtn.dropdown-toggle::after{
    border: 0;
}
.multiselect-container.dropdown-menu,
.sort-section .multiselect-container.dropdown-menu{
    width: 100%;
    border-radius: 0px;
    border-radius: 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: #141413;
    font-weight: 400;
}
.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: #CF4500;
    accent-color: #CF4500;
}
.multiselect-container label.radio input[type='radio']:after{
    display: none;
}
/*.multiselect-container label.radio:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    border-radius: 11px;
    border: 2px solid #54524F;
    background-color: transparent;
}
.multiselect-container .radio input[type='radio'] {
    display: none;
}
.multiselect-container label.radio input[type=radio]:checked {
    border-radius: 11px;
    width: 20px !important;
    height: 20px;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " ";
    display: block;
    background: #CF4500;
    accent-color: #CF4500;
}*/
.multiselect-container label.radio input[type='radio']:checked:after{
    display: none;
}
.open .dropdown-menu.multiselect-container {
    width: 100%;
}
.multiselect-item.filter .multiselect-search {
    height: 40px;
    font-size: 14px;
    color: #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: 5px;
    padding: 5px 16px;
    border: 1px solid #96918B;
    font-size: 14px;
    height: 40px;
    line-height: 22px;
    background: #ffffff;
    transition: 0.4s ease;
    font-weight: 700;
    font-family: "Mark Offc For MC", sans-serif;
}
#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;
    filter:invert(1);
}
.findOrderForm.order-div #captcha #code {
    height: 45px;
    border: 1px solid #B1ADA6;
}

#captcha .captchaIcon.fa-spin{
  -webkit-animation-direction:reverse;
     -moz-animation-direction:reverse;
          animation-direction:reverse;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #D40029;
    background-color: transparent;  
}
/* top */
#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.dropdown-menu-right{
    left: -18px;
    top: 60px !important;
    margin-top: 0 !important;
}
#top .btn-link:hover, #top-links a:hover {
    color: #444;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top-links {
    padding-top: 0px;
}
#top-links ul{margin-bottom: 0;}
.list-inline li{padding: 0;}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
/*#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}*/
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #ffffff;
    height: 40px;
}
/* cart */
#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    box-shadow: none;
    text-shadow: none;
    border-radius: 0 !important;
}
#cart.open > .btn:hover {
    color: #333333;
}
.cartButton #cart-header{
    display: inline-block;
    position: relative;
}
#cart #cart-total,
.cartButton .cart-count{
    min-width: 22px;
    height: 22px;
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #141413;
    border-radius: 12px;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -20px;
    text-align: center;
    padding: 2px 2px;
    border: 1px solid #fff;
    font-family: "Mark Offc For MC", sans-serif;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
/*success code*/
#common-success .successPageBox {
    width: 100%;
    max-width: 793px;
    padding: 121px 0 231px;
    min-height: calc(100vh - 208px);
}
#common-success .themeContainer{
    padding: 0 162px;
}
#common-success .successPageBox .successPageInner {
    max-width: 1011px;
    width: 100%;
}
.successPageBox .successPageTitle {
    width: 100%;
    max-width: 700px;
}
.successPageBox h1 {
    font-size: 48px;
    line-height: 56px;
    color: #141413;
    font-weight: 350;
}
.successPageBox .successPageTitle h1{
    margin-bottom: 40px;
}
.accountSuccessArea .successPageBox h1 {
    margin-bottom: 24px;
}
.successPageBox .successPageLinks p {
    font-size: 18px;
    line-height: 30px;
    color: #141413;
    font-weight: 400;
    word-break: break-word;
}
.successPageBox .successPageLinks .orderNumber span,
.successPageBox .successPageLinks p a{
    color: #CF4500;
    font-weight: 700;
}
.successPageBox .successPageLinks p a {
    display: inline-block;
    position: relative;
}
.successPageBox .successPageLinks p a:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #CF4500;
    position: absolute;
    left: 0;
    bottom: 2px;
    opacity: 0;
}
.successPageBox .successPageLinks p a:hover:before,
.successPageBox .successPageLinks p a:focus:before{
    opacity: 1;
}
.successPageBox .successThankNote h3 {
    font-size: 28px;
    line-height: 38px;
    color: #141413;
    font-weight: 300;
}
 .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: #D40029;
    font-style: normal;
    text-decoration: underline;
}
.msg-txt{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    margin-top: 36px;
    color: #333333;
} 
.success-btn{
    margin-top: 48px;
    margin-bottom: 0px;
}
.ship-sec{
    padding:0px;
    margin-top:60px;
    margin-bottom: 24px;
}
.ship-add{
    padding: 0px;
    background: #FFFFFF;
    padding:36px;
    margin-bottom:24px;
}
.ship-add h3{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 18px 0px;
    color: #333333;
}
.ship-add.order-ship h3{
    margin-bottom:0px;
}
.n-sec{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
.p-0{
    padding-left:0px;
}
#common-success #content .n-sec p:last-child{
    margin-bottom:0px;
}
.n-sec .radio label{
    font-size: 16px;
    line-height: 24px;
    color:#000000;
}
.hed-sec{
    font-weight: 500;
    line-height: 24px;
    color:#333333
}

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

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

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

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

.n-sec .radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
   width: 9px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " ";
    display: block;
    background: #D40029;
}
.ship_add_form .form-group p{
    color: #4A4F53;
    font-size: 13px;
    margin-bottom: 0px !important;
}
.ship_add_form .block-sec{
    padding:0 7.5px; 
        margin-bottom: 15px;
}
.thumbImgBox {
    padding-top: 24px;
    width: inherit;
    overflow: hidden;
    float: none;
    margin-left: -10px;
    margin-right: -10px;
}
.thumbImgBox .thumb-img-sec{
    box-sizing: border-box;
    padding: 0px;
    width: 25%;
    height: auto;
    min-height: 110px;
    display: inline-block;
    float: left;
    padding: 0 10px;
    margin-bottom: 12px;
}
.thumbImgBox .thumb-img-sec .thumbnail:hover{
     border-color: #D40029;
}
.customtumbnails .thumbImgBox .thumb-img-sec:last-child{
     margin-right:0px;
}
.thumbImgBox .thumb-img-sec .thumbnail{
    margin-bottom:0;
    border-radius: 0;
    background-color: #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: 5px;
    background: transparent;
    padding: 0;
}
.mfp-gallery .mfp-image-holder .mfp-close{
    width: 20px;
    position: absolute !important;
    right: 20px !important;
    left: auto;
    top: 20px !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 {
    align-items: center;
    flex-direction: row;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-overflow-scrolling: touch;
}
.nav>li {
    position: relative;
    display: block;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.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: 0;
    left: auto;
    right: 20px;
    padding: 10px 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: auto;
    right: 15px;
}
#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: 220px;
}
#menu .nav li .dropdown-menu li,
.headerCartBox ul li .dropdown-inner ul li{
    margin-left: 0;
    position: relative;
    padding: 0 20px;
}
#menu .nav li .dropdown-menu a,
.headerCartBox ul li .dropdown-inner a{
    display: block;
    position: relative;
    padding: 7px 0;
    clear: both;
    color: #282828;
    font-size: 12px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 400;
}
#menu .nav li .dropdown-menu a:hover,
#menu .nav li .dropdown-menu a.active,
.headerCartBox ul li .dropdown-inner li a:hover{
    color: #CF4500;
}
#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: #CF4500;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}*/
#headerArea .dropdown-menu a:hover .menuLink,
#headerArea .dropdown-menu a.active .menuLink,
#headerArea a:hover .menuLink,
#headerArea a.active .menuLink{
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}
#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: 210px;
    box-shadow: none;
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    margin-top: 0;
    margin-left: 8px;
    padding: 10px 0;
}
#menu .dropdown-menu .dropdown-submenu:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-right: 9px solid #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 .headerTwoInner {
    padding: 10px 0;
}
.headerBoxTwo .headerTwoLogo h3 {
    font-size: 18px;
    line-height: 26px;
    color: #444340;
    margin: 0;
    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: 11px 0;
}
.headerBoxTwo .navbar-nav>li>a:hover,
.headerBoxTwo .navbar-nav>li>a.active{
    color: #CF4500;
}
.headerBoxTwo .navbar-nav {
    margin: 0;
}
.headerBoxTwo .dropdown-menu,
.headerBoxTwo .dropdown .dropdown-submenu .dropdown-menu{
    min-width: 220px;
    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: #CF4500;
    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;
}
#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;
}

.headerSearchBox .searchBox .searchBtnDesktop {
    padding: 0;
    position: relative;
    z-index: 1;
    opacity: 1;
}
.headerSearchBox .searchBox .searchInputDiv .form-control,
.headerSearchBox .searchBox:hover .searchInputDiv .form-control{
    -webkit-transition: width .25s ease;
    -moz-transition: width .25s ease;
    -ms-transition: width .25s ease;
    -o-transition: width .25s ease;
    transition: width .25s ease;
}
.headerSearchBox .searchBox .form-control{
    min-width: 0;
    width: 0;
    background: #141413;
    border: 1px solid transparent;
    padding: 10px 42px 11px 10px;
    border-radius: 5px;
    color: #FFFFFF;
    position: absolute;
    right: -11px;
}
.headerSearchBox .searchBox:hover .searchInputDiv  .form-control{
    width: 320px;
    border-color: #FFFFFF;
}
.headerSearchBox .searchBox .searchInputDiv .form-control:focus, 
.headerSearchBox .searchBox .searchInputDiv .form-control:active {
    outline: none;
    width: 320px;
    background: #141413;
    border-color: #FFFFFF;
}
.searchBox .searchInput{
    position: relative;
    margin-left: 40px;
}
.searchBox .search-btn {
    padding: 0 14px;
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    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: 5px;
    height: 40px;
    padding: 10px 40px 10px 16px;
}
.headerBoxTwo .searchBox .search-btn{
    background: #000000;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 10px;
}
.bannerNoteBox{
    background: #CF4500;
    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;
}
#shopNowBanner {
    position: relative;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
}
#shopNowBanner .shopNowBannerBox {
    max-width: 1440px;
    margin: 0 auto;
    padding: 13px 50px;
}
#shopNowBanner h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 22.82px;
}
#shopNowBanner h3 strong,
#shopNowBanner h3 b,
#shopNowBanner h3 a{
    font-weight: 700;
}
#shopNowBanner .shopNowBannerBox .fa{
    margin-left: 8px;
    font-size: 18px;
    color: #FFFFFF;
}
/* content */
/*#content {
    min-height: calc(100vh - 130px);
}*/
/* footer */
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: 14px;
    font-weight: 400;
    position: relative;
}
.breadcrumb > li > a{
    font-size: 12px;
    line-height: 15.21px;
    color: #53565A;
    font-weight: 400;
}
.breadcrumb > li + li{
    padding-left: 21px;
}
.breadcrumb>li+li:before {
   content: "/";
    padding: 0;
    position: absolute;
    left: 8px;
    top: 0;
    width: 6px;
    height: 15px;
    font-size: 12px;
    line-height: normal;
    color: #B1ADA6;
}
.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: 5px;
    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;
}
/* product list */
#product-product .breadcrumb {
    padding: 0 0 37px 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 img{
    background-color: #F8F7F5;
    border-radius: 28px;
}
#productDetails .productImgThum {
    margin-right: -12px;
    margin-left: -12px;
    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: 13.10%;
    height: auto;
    display: inline-block;
    padding: 0 12px;
    margin-top: 24px;
    box-sizing: content-box;
}
#productDetails .productImgThum .thumBox:nth-of-type(n + 4){
    margin-bottom: 10px;
}
#productDetails .productImgThum .thumBox .thumbnail {
    display: block;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
.productImgThum .thumbnail a>img, 
.productImgThum .thumbnail img {
    padding: 0;
    border-radius: 5px;
    border: 1px solid #B1ADA6;
    width: 100%;
    background: #F8F7F5;
}
#productDetails .productImgThum .thumBox:nth-of-type(1) .thumbnail img{
    border-color:#141413;
}
.thumbnails .productImg {
    text-align: center;
    background-color: #F8F7F5;
    border-radius: 28px
}
.thumbnails .productImg a {
    display: block;
}
.thumbnails .prodImg #canvas {
    object-fit: cover;
}
.product-grid .product-thumb .image {
    float: none;
}
.mfp-bottom-bar{display: none !important}
.product-thumb h4 {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 6px;
    font-weight: 500;
    margin-top: 12px;
}
.product-thumb .caption {
    padding: 0;
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.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 {
    font-size: 28px;
    line-height: 35.49px;
    text-align: left;
    color: #777470;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}
.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;
}
.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: 0;
    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;
}
.mfp-wrap .mfp-arrow.mfp-arrow-left{
    left: 24px;
}
.mfp-wrap .mfp-arrow.mfp-arrow-left:before {
    content: '\f104';
    font-family: FontAwesome;
    margin: 0;
    border: 0;
    left: 12px;
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
}
.mfp-close{top: 5px !important;opacity: 1 !important;}
.mfp-close .fa-close{font-size: 24px;color: #D40029 !important}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #000000 !important;
    font-size: 38px;
    font-weight: 400;
    right: 0 !important;
    text-align: right;
    padding-right: 15px !important;
    width: 100%;
}
.mfp-figure:after{background: transparent !important;box-shadow: none !important;}
.mfp-img { display: block; }
.size-chart-image{
    border-top: 1px solid #e8e8e8;
}
.popup-heading-text {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    color: #D40029 !important;
    font-size: 15px;
    margin-bottom: 0;
}
.popup-middle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 6px;
}
.size-button{margin-bottom: 10px;}
.w-50{width: 50%;float: left;padding: 0 7.5px}
.w-100-per{width: 100%;float: left;}
.pd-l-0{padding-left: 0 !important;}
.pd-r-0{padding-right: 0 !important;}

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

/*Chechout page css*/
.login-btn-grp{width: 100%;display: flex;flex-wrap: wrap;margin-bottom: 20px;box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);display: inline-flex;transition: all .15s ease;border-radius: .3rem;overflow: hidden;background: none;}
.login-label-btn{flex: 1 1 auto;border-right-width: 0;border-radius: 0;box-shadow: none;border-right: 1px solid rgba(0, 0, 0, 0.1);margin-bottom: 0;position: relative;background: #23a1d1 !important;color: #fff !important;}
.login-label-btn > input[type=radio]{position: absolute;clip: rect(0, 0, 0, 0);pointer-events: none;}
.pd-0{padding: 0 !important;}
.mb-20{margin-bottom: 20px;}
.label-btn{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
    color: #000;
    display: inline-block;
    padding: 0 12px;
    letter-spacing: .025em;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    transition: all .15s ease;
    background: #fff;
    color: rgba(0, 0, 0, 0.7);
    flex: auto;
    text-align: center;
    margin-bottom: 0px;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(63, 63, 68, 0.1), 0 1px 3px 0 rgba(63, 63, 68, 0.1);
}
.login-label-btn:active{background: #186f8f !important;}
.label-btn > input[type="radio"]:checked > .login-label-btn{ background: #186f8f !important; } 
.login-body{display: none;float: left;width: 100%;margin: 15px 0;}
#button-account{margin: 15px 0;}
.lable-active{ background: #186f8f !important;}
.checkoutArea .checkoutGreyBg{
    position: relative;
}
.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 #E8E5E1;
    padding: 12px 20px 10px
}
.checkoutArea .left-panel .radioPanelBox .formGrpInner .radio{
    border-top: 0;
    padding: 0;
}
.checkoutArea .left-panel .radioPanelBox .multiselect-container.dropdown-menu li a .radio{
    padding: 3px 10px 3px 40px;
}
.custom-radio-btn{
    margin: 0px;
    padding-top: 12px;
    border-bottom: 0;
}
.checkbox+.checkbox,
.radio+.radio{
    margin-top: 0px;
}
#collapse-payment-method .custom-radio-btn {
    padding-bottom: 0;
}
.custom-radio-btn:last-of-type{
    border-bottom: none !important;
}
.checkoutArea .address-form .form-group .radio-btn{
    margin-right: 15px
}
.custom-radio-btn .radio-btn,
.checkoutArea .form-group .radio-btn{
    display: block;
    position: relative;
    padding-left: 29px !important;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;  
    color: #141413;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0;
}
.radioRightDiv .radioRightInnerDiv {
    margin-left: 15px;
}
.panelBoxBody .shipping-cost{
    margin-left: 15px;
}
.panelBoxBody .shipping-cost p {
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #000000;
    font-weight: 400;
}
.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;
}*/
.radio-btn:hover input~.checkmark{
    background: #C4C4C4;
}
.custom-radio-btn .radio-btn input:checked ~ .checkmark{
    background: #CF4500;
}
.custom-radio-btn .checkmark {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 3.5px solid #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 1px #B1ADA6;
}
.panelBoxBody #new-address.address-form {
    padding-top: 14px;
    display: inline-block;
    width: 100%;
}
.confirm-product-thumb .confirm-product-thumb-quantity {
    position: absolute;
    right: -0.75em;
    top: -0.5em;
    border-radius: 5px;
    background-color: #D40029;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 5px;
}
.product__description .product__description_name a{
    color: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;}
.panel-group .panel+.panel {margin-top: 0;}
.product__description .product__description_name {
    font-size: 13.5px;
    font-weight: 500;
    display: block;
}
.confirm-product-thumb {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    background: #fff;
    position: relative;
}
.product__description_sku{
    color: #999999;
    font-size: 16px;
}
.product__description .product__description_brand, .product__description .product__description_quantity, .product__description .product__description_price {
    font-size: 16px;
    color: #090A0F;
    display: block;
}
.product__final_qty{
    color: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.confirm-product-thumb-wrapper .img-thumbnail{
    width:100px;
    height: 100px;
}
.product__thumb{width: 100px;padding: 20px 10px !important}
.product__description{white-space: normal !important;}

/*#checkout-checkout .form-control {
    letter-spacing: 0;
    background-color: #FFFFFF;
    height: 40px;
    border: 1px solid #96918B;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 16px;
    background-position: right 16px center;
}*/
#checkout-checkout .invalidCoupon .form-control{
    border-color: #D40029;
    background: #fbe4e9;
}
#checkout-checkout select.form-control{
    padding-right: 36px;
}
#checkout-cart .cartCouponBox{
    padding-top: 15px;
}
#checkout-cart .cartCouponBox .couponInput {
    width: 100%;
}
#checkout-cart .cartCouponBox .couponInputBox,
#checkout-cart .cartCouponBox .couponAppliedBox {
    min-width: 362px;
    width: 35.5%;
    position: relative;
    margin-left: auto;
}
.form-group .checkoutNote,
.ship_add_form .form-group .checkoutNote{
    font-size: 12px;
    line-height: 12px;
    color: #8B8B8B;
    font-weight: 400;
    margin-top: 11px;
}
.w-50{
    width: 50%;
    float: left;
    padding: 0 7.5px;
}
.pl-0{padding-left: 0 !important;}
.pr-0{padding-right: 0 !important;}
#checkout-checkout #collapse-checkout-option {
    display: none;
}
#checkout-checkout .breadcrumb{
    margin-bottom: 0
}
#checkout-checkout .panel-group{
    margin-bottom: 0;
}
#collapse-checkout-confirm .table{margin-bottom: 0;}
#collapse-checkout-confirm .table thead td{font-size: 16px;font-weight: 500;}
.text-danger,
.text-danger p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #D7373C !important;
    margin-top: 8px;
}
.usd-text{color: #717171;font-size: 14px;font-weight: 400;position: relative;bottom: 2px;right: 10px;}
.fn-t-row .usd-text{display: none;}
.fn-t-row:last-of-type .usd-text{display: inline-block;}
.orderToggleBox .order-detail-toggle{
    display: none;
    outline: none !important;
}
.checkoutArea .table-responsive{
    overflow-x: hidden;
    border: none !important;
}
.checkoutArea .orderSummaryTitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #B1ADA6;
}
.checkoutArea .orderSummaryTitle h2{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #141413;
}
.orderSummaryBox .orderSummaryImg .img-thumbnail {
    border: 0 !important;
    border-radius: 5px;
    width: 120px;
    height: 120px;
    object-fit: contain;
    object-fit: contain;
    line-height: normal;
    padding: 0;
    background: #F8F7F5;
}
.productQty {
    position: absolute;
    right: 8px;
    top: 8px;
}
.productQty span{
    min-width: 22px; 
    height: 22px;
    font-size: 11px;
    line-height: normal;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #141413;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    padding: 3px 2px;
}
.checkoutArea .orderSummaryText .itemNum {
    margin-bottom: 11px;
}
.checkoutArea .breadcrumb{
    padding: 30px 0 0;
    float: 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: #CF4500;
    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 8px;
}
.checkoutArea .panel-body .form-group.formGrp100{
    width: 100%;
}
.checkoutArea .panel-body .form-group.formGrp25{
    width: 25%;
}
.checkoutArea .formGrpRow{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkoutArea .formGrpRow .form-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.checkoutArea .formGrpRow .formGrpInner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.checkoutArea .panel-body .form-group {
    margin-bottom: 16px;
    margin-top: 0;
}
.checkoutArea .billing-address-block .form-group label,
.checkoutArea .shipping-address-block .form-group label{
    font-weight: 700;
}
.checkoutArea .billing-address-block .form-group .multiselect-container.dropdown-menu li a label,
.checkoutArea .shipping-address-block .form-group .multiselect-container.dropdown-menu li a label{
    font-weight: 400;
}
.checkoutArea .form-control[disabled], 
.checkoutArea .form-control[readonly] {
    background-color: #FFFFFF;
}
.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;
}
.checkoutArea .panel-body .form-group .checkoutAddBtn {
    margin-top: 12px;
    margin-bottom: 12px;
}
/* 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: 5px;
    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: 5px;
    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: 5px;
    min-height: 16px;
}
.payment-form-wrapper small.text-info,
.payment-form-wrapper .card-only{
    display: block !important;
}
.payment-form-wrapper small.text-info a{
    display: block;
}
#payment-details-checkout .payment-form-wrapper button{
    height: 48px;
    background-color: #D40029 !important;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 24px;
    border-radius: 5px;
    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: #444340 !important;
}
#payment-details-checkout .payment-form-wrapper input::-moz-placeholder {
    color: #444340 !important;
}
#payment-details-checkout .payment-form-wrapper input:-ms-input-placeholder {
    color: #444340 !important;
}
.ElementsApp .InputContainer .InputElement,
#payment-details-checkout .ElementsApp input{
    font-weight: 400 !important;
    color: #000000 !important;
}
.ElementsApp,
.ElementsApp .InputElement,
.InputContainer .InputElement{
    color: #515151 !important;
    font-size: 16px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400 !important;
}
.payment-form-wrapper .error-stripe.visible {
    position: relative;
    padding: 0;
    margin-top: 12px;
    -webkit-box-direction:row-reverse;
    -webkit-flex-direction:row-reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
.payment-form-wrapper .error-stripe svg {
    margin-right: 0px !important;
    cursor: pointer;
}
.payment-form-wrapper .error-stripe .message {
    color: #e25950 !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 400;
}
.payment-form-wrapper .container-stripe p,
.payment-form-wrapper .container-stripe p a{
    font-size: 12px;
    line-height: 12px;
    color: #8B8B8B;
    margin-top: 10px;
}
.payment-form-wrapper .container-stripe p a{
    text-decoration: underline;
}
.payment-form-wrapper .container-stripe p a:hover,
.payment-form-wrapper .container-stripe p a:focus{
    outline: 0;
}
#payment-btn .payment-form-wrapper .success-stripe .icon {
    margin-top: 0;
    transform: translateY(0) scale(0.75);
}
#payment-btn .payment-form-wrapper .success-stripe .icon .border {
    stroke: #CF4500;
}
/*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: #D40029;
    font-weight: 600;
}
/*Cloverly method*/
.cloverlyMethodBox {
    margin-top: 13px;
}
.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: 28px;
    margin-right: 15px;
}
.cloverly-value-new .cost.cloverly-cost {
    font-size: 14px;
    line-height: 26px;
}
.cloverly-value-new .cloverly-title,
.cloverly-value-new .cost.cloverly-cost{
    color: #141413;
    font-weight: 400;
}
.cloverly-method{
    background: #FFFFFF;
    padding: 16px 24px 19px;
    border: 1px solid #B1ADA6;
    border-radius: 5px;
    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;
}
.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 .leftColumn .fn-total{
    float: none; 
    margin-top: 8px;
}
.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: 0;
}
.fn-total .fn-t-row.clover-text{
    opacity: 1;
}
.fn-total .fn-t-row.total-text{
    opacity: 1;
    margin-top: 13px;
    border-top: 1px solid #B1ADA6;
    padding-top: 13px;
    margin-bottom: 0;
}
.fn-total .fn-t-row.total-text .cost-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.fn-total .fn-t-row.total-text .cost{
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: MarkForMCNrw;
}
.fn-total .fn-t-row span.cost{
    float: right;
    text-align: right;
}
.form-group.w-100{width:100% !important;}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}
/* Multi shipping address area */
#checkout-cart.multiShippAdd {
    min-height: calc(100vh - 850px);
    padding-top: 48px;
    padding-bottom: 144px;
}
.clickNote{
    min-height: 40vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    justify-content: -webkit-center;
    justify-content: -moz-center;
    justify-content: -ms-center;
    -webkit-justify-content: center;
}
.clickNote p{
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
}
.quantity-error-mess {
    text-align: center;
    background-color: #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: 56px;
}
.multiShippAdd .addressSearch .form-control {
    background-color: #F8F7F5;
    border-radius: 20px;
    border: 1px solid #F8F7F5;
    padding: 9px 11px 9px 36px;
}
.multiShippAdd .searchboxIcon {
    position: absolute;
    top: 8px;
    left: 12px;
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
.address-fields .addListInner {
    width: 100%;
    float: left;
}
.address-fields .add-block {
    width: 50%;
    float: left;
}
.address-fields .add-block:nth-child(odd) {
    padding-right: 12px;
}
.address-fields .add-block:nth-child(even) {
    padding-left: 12px;
}
.address-fields .addBlockDiv{
    background-color: #F8F7F5;
    padding: 14px 12px;
    margin-bottom: 24px;
    cursor: pointer;
    border: 1px solid #F8F7F5;
}
.address-fields .addBlockDiv h4,
.address-fields .addBlockDiv p{
    font-size: 12px;
    line-height: 18px;
    color: #444340;
    font-weight: 400;
}
.address-fields .addBlockActive .addBlockDiv{
    border-color: #B1ADA6;
    background-color: #DDDDDD;
}
.address-fields .add-list-group {
    width: 100%;
    float: left;
}
.address-fields .add-list-group:nth-last-of-type(1) {
    border-bottom: 1px solid #B1ADA6;
}
.add-list-group span {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #444340;
    font-weight: 500;
    padding: 15px 0;
    cursor: pointer;
    position: relative;
    border-top: 1px solid #B1ADA6;
}
.add-list-group span.active-icon{
    color: #CF4500;
}
.add-list-group span.active-icon:after {
    content: '';
    width: 12px;
    height: 7px;
    position: absolute;
    right: 8px;
    top: 50%;
    background-image: url(../image/arrow-down-orange.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.add-list-group span:after {
    content: '';
    width: 7px;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 50%;
    background-image: url(../image/arrow-right-gray.svg);
    background-repeat: no-repeat;
    background-size: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.address-fields .add-list-group-item {
    float: left;
    display: none;
    width: 100%;
    margin-bottom: 11px;
    margin-top: 3px;
}
.multiShippAdd .addressFieldsBox{
    margin-right: -120px;
}
.addNewLocation {
    padding-bottom: 58px;
    text-align: right;
}
.add-detail-block {
    padding: 0 24px;
    background-color: #F3F0EE;
}
.add-detail-block .addBlockInner {
    padding: 25px 0;
    border-bottom: 1px solid #B1ADA6;
}
.textDetailDiv .addBlockDiv {
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    flex-direction: column;
    -webkit-box-direction: column;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
}
.textDetailDiv .addBlockDiv h4 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 6px;
    font-weight: 700;
}
.textDetailDiv .addBlockDiv p{
    font-size: 12px;
    line-height: 16px;
    color: #444340;
}
.text-detail-block {
    position: relative;
    margin-bottom: 21px;
}
.textDetailBtn {
    position: absolute;
    right: 5px;
    top: 5px;
}
.continueBtnBox {
    margin-top: 58px;
    text-align: right;
}
.newAddFormBox .alert,
.alert.alertMarginBot{
    margin-top: 0;
    margin-bottom: 24px;
}
.alert.alertMarginTop{
    margin-top: 24px;
    margin-bottom: 0;
}
.reloadPageBox .reloadPageText {
    text-align: center;
}
.reloadPageBox .relodaPageIcon {
    position: absolute;
    right: 26px;
    top: 8px;
}
.reloadPageBox .alert-dismissable .close, 
.reloadPageBox .alert-dismissible .close {
    position: relative;
    top: 0;
    right: 0;
}
.reloadPageBox .alert-danger{
    background: #EB001B;
    color: #FFFFFF;
    border-color: #EB001B;
    min-height: 41px;
    padding: 8px 120px 11px 26px;
    border-radius: 0;
    margin: 0;
}
.reloadPageBox .reloadPageText p {
    font-size: 18px;
    line-height: 22px;
}
.relodaPageIcon {
    position: absolute;
    top: 12px;
    right: 18px;
}
.reloadPageBox .relodaPageIcon img{
    cursor: pointer;
}
.reloadPageBox .closeIcon {
    position: absolute;
    width: 18px;
    height: 22px;
    opacity: 1;
    margin-left: 30px
}
.reloadPageBox .closeIcon:before, 
.reloadPageBox .close:after {
  content: ' ';
  height: 22px;
  width: 1.5px;
  position: absolute;
  top: 0;
  left: 8px;
  background-color: #ffffff;
}
.reloadPageBox .closeIcon:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
}
.reloadPageBox .closeIcon:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
}

.newAddFormBox .form-group {
    margin-bottom: 24px;
}
.noteText p {
    font-size: 12px;
    line-height: 15px;
    color: #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 .mulriCartAlert {
    margin-bottom: 15px;
}
.edit-info-form:before,
.edit-remove-confirm:before,
#mainCart .table-bordered tbody tr td .size-modal-popup .modal-content:before {
    border-color: #f5f5f5 transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0px;
    height: 0px;
    width: 0px;
    position: absolute !important;
    content: "";
    left: -12px;
    top: 50%;
    z-index: 99999 !important;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-right: 12px solid #f5f5f5;
    border-bottom: 12px solid transparent;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content:after,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content:after{
    border-color: #f5f5f5 transparent;
    border-style: solid;
    border-width: 12px 0px 12px 12px !important;
    height: 0px;
    width: 0px;
    position: absolute !important;
    content: "";
    right: -12px;
    top: 50%;
    z-index: 99999 !important;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-left: 12px solid #f5f5f5;
    border-bottom: 12px solid transparent;
    border-right: 0 !important;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content:before,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content:before{
    border:none;
}
.edit-info-form,.edit-remove-confirm,.size-modal-popup .modal-content {
    position: relative;
}
#mainCart .table-bordered tbody tr td .size-modal-popup .modal-content{
    margin-left: 12px;
    background: #f5f5f5;
    box-shadow: 0 20px 30px 0 rgba(0,0,0,0.5);
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup .modal-content,#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup .modal-content{
    margin-right:0px;
    margin-left: 12px;
}
#mainCart{
    font-size: 14px;
    margin-bottom: 50px;
}
#mainCart .cart-table-no-pad.container-fluid{
    padding: 0;
}
#mainCart .table-bordered tbody tr:first-of-type td{
    border-top: 0px;
}
#mainCart .table-bordered tbody tr:last-of-type td{
    border-bottom: 0px;
}
#mainCart .table .no-padding{
    padding: 0;
}
.scroll-button{
    display: none;
    position: fixed;
    bottom: 120px;
    right: 50px;
    z-index: 99;
}
.scroll-button .scroll-btn{
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    background-color: #CF4500;
    border-radius: 50%;
    border: none;
}
.scroll-button .scroll-btn:hover{
    background: #852D01;
}
.scroll-button .scroll-btn::after{
    content: "\f07e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 20px;
    line-height: 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: #F8F7F5;
    padding: 12px 14px;
    border-bottom: 1px solid #B1ADA6;
    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: 5px;
    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;
}
.prod-img img.img-responsive {
    height: 130px;
    object-fit: contain;
    width: 100%;
}
.remove-icon {
    height: 18px;
    width: 18px;
    border-radius: 2px;
    background-color: #CF4500;
    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: 15px;
}
#mainCart .prod-name-detail p{
    font-size: 12px;
    line-height: 16px;
}
.remove-product-text h4,
#mainCart .prod-name-detail .prod-name {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
#mainCart .prod-name-detail .prod-sku {
    color: #777777;
}
.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,
.address-detail h4{
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}
.address-detail .edit-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #000000;
    padding: 0;
    background: transparent;
    border: 0;
    outline: none;
    display: none;
}
.address-detail:hover .edit-icon {
    display: block;
}
.qty-detail {
    width: 30%;
    padding: 12px 15px;
    background-color: #F8F7F5;
}
.address-detail,
.qty-detail{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.address-detail .address-detail-inner,
.qty-detail .qty-detail-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
}
.qty-detail ul {
    padding-left: 0;
    margin: 0;
}
.qty-detail ul li {
    display: block;
    list-style: none;
}
.qty-detail ul li + li{
    margin-top: 12px;
}
.qty-detail li span {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.qty-detail li span.textBold{
    font-weight: 700;
}
#mainCart .table-bordered tbody tr td.product-qty {
    vertical-align: middle;
}
.all-qty {
    position: relative;
}
.qty-for-one {
    text-align: center;
}
.check-for-moq {
    height: 54px;
    width: 82px;
    border: 1px solid #B1ADA6;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 18px;
    text-align: center;
    position: relative;
    outline: none;
    font-weight: 500;
}
.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 #B1ADA6;
    border-top: 1px solid #B1ADA6;
}
#mainCart .table-bordered>thead>tr>td,
#mainCart .table-bordered>thead>tr>th{
    border: 0;
    border-right: 1px solid #B1ADA6;
    border-bottom: 1px solid #B1ADA6;
}
#mainCart .table-bordered tbody tr:first-of-type td{
    border-top: 0px;
}

#mainCart .scroll-table .sustainable-icon img{
    min-width: 20px !important;
    height: 20px !important;
    width: 20px !important;
}
#mainCart .scroll-table .sustainable-icon{
    position: absolute;
    left: 4px;
    top: 4px;
    width: 20px;
}
.tooltip{
    z-index: 99999 !important;
}
.sustainable-icon img{
    max-width: 30px;
    cursor: pointer !important;
}

#mainCart .table tfoot #total-shipping td {
    background-color: #F8F7F5;
    padding: 28px 14px;
    vertical-align: middle;
}
.main-total ul li{
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.main-total ul li .total-value {
    margin-left: 5px;
}
.item-costing ul li{
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
.item-costing ul li + li{
    margin-top: 12px;
}
#total-shipping .qt--data {
    background: transparent;
    text-align: right;
    border: 0;
}
.check--moq .moq--alert,
.check--moq .moq--alert1{
    display: none;
    background-color: #D7373C;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 3px 7px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 130%;
    left: 47%;
    margin-left: -60px;
}

#mainCart .table tfoot #grand-total td {
    background-color: #C4C4C4;
    padding: 30px 25px;
    vertical-align: middle;
}
#mainCart .table tfoot #grand-total .grand-total{
    font-size: 20px;
    line-height: 25px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
}
#mainCart .table tfoot #grand-total .grand-total .grand-total-value{
    margin-left: 15px;
}
.stickyCartBtnBox {
    position: sticky;
    left: 386px;
    right: 0;
}
.stickyCartBtn{
    position: sticky;
    right: 26px;
}
.z-index-9999-b {
    z-index: 99999 !important;
    border-color: transparent !important;
}
.location-modal {
    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 .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;
}
.footer-btn-am .themeBtn{
    min-width: 130px;
    padding: 4px 22px;
    cursor: pointer;
    font-size: 12px;
    line-height: 16px;
}
/* ====== */
.footerInfo p a:nth-of-type(2):after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #141413;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.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;
}
#mainCart .table-bordered tbody tr td .size-modal-popup .modal-dialog{
    width: 322px !important
}
#mainCart .table-bordered tbody tr:last-of-type td .size-modal-popup:before,
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup:before,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup:before{
    border:none;
}
#mainCart .table-bordered tbody tr td:nth-last-child(1) .size-modal-popup,
#mainCart .table-bordered tbody tr td:nth-last-child(2) .size-modal-popup{
    right: 60% !important;
    top: 50%;
    transform: translateY(-50%) !important;
    left: auto;
    transform: translateX(0%);
    width: 390px !important;
}
.size-section-am {
    margin-left: -5px;
    margin-right: -5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    justify-content: -webkit-flex-start;
    justify-content: -moz-flex-start;
    justify-content: -ms-flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.size-input-am {
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
    padding: 0 5px;
}
.size-input-am label{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
.size-input-am input {
    border: 1px solid #B1ADA6;
    border-radius: 0;
    margin: 4px auto 6px;
    height: 48px;
    width: 44px;
    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: #141413;
}

#headerArea .headerInnerBox {
    min-height: 65px;
    position: relative;
    padding: 20px 0;
}
#headerArea .logo-section h1 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}
#headerArea .logo-section h1 a{
    color: #333333;
}
#headerArea .logoCaption {
    margin-left: 30px;
}
.slideshowImg .logoCaption{
    margin-top: 14px;
}
#headerArea .logoCaption p, .slideshowImg .logoCaption p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.28px;
    color: #fff;
}
#headerArea .logo-section a {
    display: inline-block;
    color: #FFFFFF;
    outline-offset: 2px;
}
#headerArea .logo-section #logo {
    max-width: 50.77px;
}
.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;
}
.headerMenuBox #logo{
    margin: 0;
    min-width: 52px;
    max-width: 52px;
}
.navbar{
    margin-bottom: 0;
}
#menu .nav li{
    margin-left: 40px;
}
#menu .nav li a{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
#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: 0;
}
#menu .nav li.dropdown a img {
    margin-left: 8px;
    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: 19px 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow:none;
    border-radius:0;
    opacity: 1;
}
.headerCartBox ul{
    list-style: none;
}
.headerCartBox ul li {
    display: inline-block;
}
.headerCartBox ul li .dropdown-backdrop{
    z-index: -1;
}
.headerCartBox ul li + li{
    margin-left: 23px;
}
.headerCartBox ul li .userButton .dropdown-menu{
    left: auto;
    right: -10px;
    margin-top: 0;
}
.headerCartBox ul li .userButton .dropdown-menu.show {
    opacity: 1 !important;
    left: auto !important;
    right: -10px;
    margin-top: 10px;
    transform: translate(0, 54px) !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;
}
.searchBox {
    position: relative;
}
.searchMobileBtn{
    display: none;
    background: no-repeat;
    padding: 0;
    border: 0;
}
.searchInputBox {
    position: absolute;
    right: -5px;
    top: -6px;
}
.searchInputBox input:-webkit-autofill, 
.searchInputBox input:-webkit-autofill:hover, 
.searchInputBox input:-webkit-autofill:focus 
.searchInputBox input:-webkit-autofill{
    -webkit-text-fill-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0px 1000px #141413 inset !important;
    transition: background-color 5000s ease-in-out 0s;
}
.searchInputBox #searchField{
    width: 30px;
    height: 40px;
    background-color: #141413;
    border: 0;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 4px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}
.searchInputBox #searchField::-webkit-input-placeholder {
   color: #444340;
}
.searchInputBox #searchField:-moz-placeholder {
   color: #444340;  
}
.searchInputBox #searchField::-moz-placeholder {
   color: #444340;  
}
.searchInputBox #searchField:-ms-input-placeholder {  
   color: #444340;  
}
.searchInputBox #searchField:focus,
.searchInputBox #searchField:active{
    outline:none;
    width: 320px;
    padding: 4px 40px 4px 16px;
    border: 1px solid #FFFFFF;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}
.searchBox:hover .searchInputBox #searchField{
    width: 320px;
    padding: 4px 40px 4px 16px;
    border: 1px solid #FFFFFF;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
        -ms-transition: width .55s ease;
            -o-transition: width .55s ease;
                transition: width .55s ease;
}
.searchBox .userBtn{
    position: relative;
    z-index: 9;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
}

.border-red-login{ height: 5px;width: 100%;background: linear-gradient(135deg, #761706 0%, #D40029 100%);float: left;}
.my-account{width: 145px;background: #F3F2EE;text-align: center;margin: 0 auto;height: 60px;display: flex;align-items:center;justify-content:center;}
.pdr-0{padding-right: 0;}
.my-account a img{width: 19.66px;margin-right: 10px;}
.cart-btn img,
.cart-btn-red img{
    width: 30px;
}
.cart-btn{
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    box-shadow:none;
    border-radius:0;
}
.cart-btn-red{width: 60px;height: 60px;padding: 0;border: 0;background: #9A3324;outline: none !important;box-shadow: none !important;border-radius:0 !important}
.dropdown-menu{
    border-radius: 0;
    border: none;
    box-shadow: none;
    top: 100%;
    padding-bottom: 10px;
}

.total-red{
    background: #D40029;
    border-radius:5px;
    color: #ffffff;
    padding: 5px;
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    top: 2px;
    position: absolute;
    right: 7px;
}
.hamburger .line{
    width: 18px;
    height: 1px;
    background-color: #FFFFFF;
  display: block;
    margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover{
  cursor: pointer;
}
/* ONE */
#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

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

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}
#headerArea.headerBoxCheckout .headerInnerBox {
    min-height: 32px;
}
#headerArea.headerBoxCheckout .headerMenuBox {
    margin-right: 0;
    margin-top: 36px;
}
#headerArea.headerBoxCheckout {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 0px;
    margin:0;
    margin-left: 23px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*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-password input,
.form-address input,
.form-address select,
.option{
    border: 1px solid #96918B;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 40px;
    font-size: 16px;
    color: #141413;
}
.form-login .form-group{
    margin-bottom: 21px;
}
.text-forget{
    color: #D40029;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
    text-decoration:none;
}
.checkBox input {
    padding: 0;
    height: auto;
    width: auto;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.checkBox label span{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
}
.checkBox label span:before {
    content: '';
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #444340;
    border-radius: 2px;
}
.checkBox input:checked + label span:after,
.checkBox input:checked + span:after{
    content: "";
    display: block;
    left: 0px;
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0px;
    color: #CF4500;
    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: 5px;
    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: 5px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
}
#product .productContent .sampleNoteDiv p {
    font-weight: 700;
}
.checkBox {
    position: relative;
}
.checkBox label .approveCheckText{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
}
.checkBox label .approveCheckText p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
.checkBox label .approveCheckText p span{
    font-size: 12px;
    line-height: 18px;
    color: #D40029;
    padding-left: 8px;
}
.checkBox label .approveCheckText p span:before,
.checkBox label .approveCheckText p span:after{
    display: none;
}
.checkBox label .approveCheckText:before {
    content:'';
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
    margin-right: 5px;
    background: #FFFFFF;
    border-radius: 2px;
    margin-right: 13px;
    border: 2px solid #333333;
    border-radius: 2px;
}
.checkBox input:checked + label .approveCheckText:after,
.checkBox input:checked + .approveCheckText:after{
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #333333;
    border-radius: 2px;
    border: 2px solid #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: lowercase;
    color: #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 #D40029;
}
#product .addToCartBtn .themeBtn:active{
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#product .addToCartBtn .themeBtn.btn:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
#product .addToCartBtn .themeBtn[disabled],
.customModal .modal-footer .themeBtn[disabled]{
    opacity: 1;
}
#product .addToCartBox .itemLimitNote {
    font-weight: 500;
}
#previewModal .modal-footer {
    background-color: #FFFFFF;
}
.btn-signup{
    color: #D40029 !important;
    font-size: 14px;    letter-spacing: 1.5px;text-align: center;height:50px;max-width:470px;
  border-radius: 4px;background-color:#ffffff;width:100%;line-height: 28px;text-transform: uppercase;border: none;box-shadow: none!important;padding: 0;line-height: 50px;
}
#button-customization{
    background-color: #ee9e2e;
    color: #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;}
.btn-red{
    min-width:285px;border: none!important;background:#D40029!important;padding:0;color: #FFFFFF !important;
    font-size: 14px !important;
text-transform: uppercase;box-shadow:none!important;line-height: 50px;border-radius: 4px;}
.text-red{color:#D40029!important; }
/*Footer css*/
#footerArea{
    background: #141413;
}
#footerArea .projectStartArea{
    background: #222221;
    padding: 24px 0;
}
.projectStartArea .projectStartText {
    margin-right: 39px;
}
.projectStartArea .projectStartText p {
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 400;
}

#footerArea .footerTopArea {
    padding-bottom: 75px;
}
.footerLogoBox {
    padding-top: 49px;
    padding-bottom: 25px;
}
.footerInfo h4 {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 31px;
}
.footerInfo p,
.footerInfo p a{
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-weight: 400;
}
.footerInfo p a {
    display: inline-block;
    position: relative;
}
.footerInfo p a strong {
    font-weight: 400;
}
.footerInfo p a:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.footerLinks h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 24px #000000;
    font-weight: 700;
}
.footerLinks ul {
    padding-top: 25px;
}
.footerLinks ul li{
    display: block;
}
.footerLinks ul li + li{
    margin-top: 20px;
}
.footerLinks ul li a {
    font-size: 14px;
    line-height: 12px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.footerLinks ul li a:hover,
.footerCopyMenu ul li a:hover {
    text-decoration: underline;
    text-underline-position: under;
    text-decoration-thickness: 1px;
}
#footerArea .footerCopyright{
    padding: 41px 0 44px;
    border-top: 1px solid #444340;
}
#footerArea .copyrightText p {
    font-size: 16px;
    line-height: 20.28px;
    color: #FFFFFF;
    font-weight: 400;
}
.footerCopyMenu ul{
    text-align: left;
    margin-bottom: 0;
}
.footerCopyMenu ul li{
    display: inline-block;
    padding-right: 32px;
}
.footerCopyMenu ul li a{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20.28px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}
.footerLogin .footerCopyMenu ul li a,
#footerArea.footerLogin .copyrightText p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
}
.cancelBtn{float: right;cursor: pointer;font-size: 18px;}
.pageBanner {
    position: relative;
}
.pageBannerCaption {
    position: absolute;
    top: 50%;
    left: 0;
}
.pageBannerCaption h3 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
}
.pageBannerCaption {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 50px;
    max-width: 835px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
}
.pageBannerCaption h4{
    font-weight: 400;
    font-size: 48px;
    line-height: 56px;
    color: #F8F8F8;
    margin: 0;
}
.pageBanner img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.shopByCatBox {
    padding: 51px 0 44px;
    border-bottom: 2px solid #D40029;
}
.shopByCatTitle {
    margin-bottom: 32px;
}
.shopByCatTitle h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #61605F;
    margin: 0;
}
.shopCatBtn {
    width: 100%;
}
.shopCatBtnBox .themeBtn {
    width: 100%;
    height: auto;
    padding: 16px;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
}
.shopCatBtnBox .themeBtn.selectedCat{
    background: #9F001F;
    border: 1px solid #9F001F;
}
/*Homepage CSS*/
.slideshowBox{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.slideshowBox .slideshowImg{
    margin-left: -40px;
    position: relative;
    z-index: 2;
}
.slideshowBox .slideshowImg,
.slideshowBox .carousel{
    width: 100%;
}
.slideshowBox .carousel img {
    width: 100%;
    border-radius: 28px;
    padding-left: 40px;
}
.slideshowCaption {
    max-width: 465px;
    height: 100%;
    min-height: 500px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    padding: 35px 35px 35px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    
}
.slideshowCaption:before {
    content: '';
    width: 817.515px;
    height: 817.515px;
    position: absolute;
    left: 24px;
    bottom: 75px;
    background: #222221;
    border-radius: 50%;
    z-index: -1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
}
.slideshowCaption p {
    font-size: 18px;
    line-height: 27.4px;
    font-weight: 400;
    color: #FFFFFF;
}
.slideshowCaption p .captionBold {
    display: block;
    font-weight: 700;
    letter-spacing: 1.8px;
    line-height: 24px;
    margin-bottom: 17.8px;
}
.slideshowCaption p b,
.slideshowCaption p strong{
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1.8px;
}

.homePageArea {
    padding: 36px 0 72px;
}
.homeCategoryGrids {
    padding: 47px 58px 66.44px;
    border-bottom: 1px solid #444340;
}
.homeCatTitle {
    margin-bottom: 26px;
}
.homeCatTitle h2 {
    font-size: 34px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 400;
}
#product-category.homePageCategory .sort-section {
    padding: 0;
}
#product-category a,
product-category a label {
    cursor: pointer;
}
.homeCategoryGrids .themeRow{
    margin-right: -12px;
    margin-left: -12px;
}
.homeCategoryGrids .themeCOl {
    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: 0;
    background: linear-gradient(0deg, rgba(20, 20, 19, 0.64) -0.06%, rgba(20, 20, 19, 0.16) 100%);
}
.homeItemGrid:hover .homeGridOverlay:before,
.homeCategoryGrids .itemGridTwo:hover .homeGridOverlay:before{
    opacity: 1;
}
.homeCategoryGrids .homeItemGrid,
.homeCategoryGrids .itemGridTwo {
    overflow: hidden;
}
.homeCategoryGrids .itemGridTwo .itemGridBtn .catArrowRightOnhover,
.homeCategoryGrids .homeItemGrid .itemGridBtn .catArrowRightOnhover{
    display: none;
}
.homeCategoryGrids .itemGridTwo:hover .itemGridBtn .catArrowRightOnhover,
.homeCategoryGrids .homeItemGrid:hover .itemGridBtn .catArrowRightOnhover{
    display: block;
}
.homeCategoryGrids .itemGridTwo:hover .itemGridBtn .catArrowRight,
.homeCategoryGrids .homeItemGrid:hover .itemGridBtn .catArrowRight{
    display: none;
}
.homeCategoryGrids .homeItemGrid:hover .homeGridOverlay .itemGridBtn p:before,
.homeCategoryGrids .itemGridTwo:hover .homeGridOverlay .itemGridBtn p:before{
    opacity: 1;
}
.homeGridOverlay .gridOverlayText{
    position: absolute;
    bottom: 23px;
    left: 23px;
}
.homeGridOverlay .gridOverlayText h3{
    font-size: 28px;
    line-height: 35.49px;
    color: #FFFFFF;
    font-weight: 400;
}
.homeGridOverlay .itemGridBtn{
    margin-top: 4px;
}
.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;
}
.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: transparent;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
}
#product-category #homeGridBlockOne .itemGridTwo a{
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
}
#homeGridBlockOne .itemGridTwo .itemGridImg img{
    height: 100%;
    width: 100%;
    max-height: 100%;
    background: transparent;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
}
.homeGridRight .homeItemGrid img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    background: transparent;
}
.homeItemTop h3 {
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0
}
.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: -12px;
    margin-bottom: -12px;
}
#homeGridBlockOne .row [class*='col-'],
#homeGridBlockTwo .row [class*='col-']{
    padding-top: 12px;
    padding-bottom: 12px;
}
#homeGridBlockOne .itemGridTwo,
#homeGridBlockTwo .itemGridTwo{
    margin-top: 0;
}
/*#homeGridBlockOne {
    margin-bottom: 24px;
}*/
#homeGridBlockTwo {
    margin-bottom: 24px;
}
.itemGridTwo .itemGridContent {
    padding-top: 15px;
}
.itemGridTwo .itemGridTitle {
    padding-right: 12px;
}
.itemGridTwo .itemGridTitle h3 {
    font-size: 14px;
    line-height: 18px;
    color: #141413;
    margin-top: 0;
    margin-bottom: 4px;
    font-weight: 700;
}
.itemGridTwo .itemGridTitle p{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.itemGridTwo .itemGridTitle .color_text {
    margin-top: 6px;
    color: #8B8B8B;
    font-weight: 400;
}
.itemGridTwo .itemGridIcon .fa {
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;
    width: 31px;
    height: 31px;
    background: #D40029;
    color: #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: 20px;
    top: 20px;
}
.itemBoxIcon .itemImgIcon + .itemImgIcon {
    margin-top: 10px
}
.itemBoxIcon .itemImgIcon {
    position: relative;
}
.itemGridTwo .itemGridImg .itemBoxIcon .itemImgIcon img {
    max-width: 30px;
    background: transparent;
}
.itemBoxIcon .itemIconTooltip {
    display: none;
    position: absolute;
    left: -50%;
    top: 43px;
    right: 50%;
    min-width: 272px;
    margin-left: 30px;
    background-color: #FFFFFF;
    padding: 8px 14px;
    border-radius: 6px;
    border: 1px solid #E8E5E1;
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.itemBoxIcon .itemIconTooltip:before,
.itemBoxIcon .itemIconTooltip:after{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
}
.itemBoxIcon .itemIconTooltip:before {
    top: -8px;
    z-index: 9;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FFFFFF;
}
.itemBoxIcon .itemIconTooltip:after {
    top: -9px;
    z-index: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #E8E5E1;
}
.itemBoxIcon .itemIconTooltip p {
    font-size: 14px;
    line-height: 18px;
    color: #141413;
    font-weight: 400;
    text-align: center;
}
.itemBoxIcon .itemImgIcon:hover .itemIconTooltip {
    display: block;
}
.product-layout .itemGridImg{
    position: relative;
}
.product-layout .itemGridImg:hover .themeTooltipBox{
    display: block;
}
.itemGridTwo .themeTooltipBox .itemGridColor{
    margin-top: 10px;
}
.itemGridTwo .themeTooltipBox .itemGridColor p{
    margin-right: 7px;
}
.itemGridTwo .itemGridImg img {
    width: 100%;
    background: #F8F7F5;
    object-fit: contain;
    object-position: center;
    border-radius: 28px 
}
.productDataRow .itemGridTwo {
    margin-top: 0;
    margin-bottom: 36px;
}
.itemGridTwo .itemGridInfo{
    margin-top: 4px;
}
.itemGridTwo .itemGridInfo p{
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
}
.itemGridTwo .itemGridColor{
    margin-top: 16px;
}
.itemGridTwo .itemGridColor a,
.itemGridTwo .themeTooltipBox .itemGridColor .img-color {
    margin-right: 10px;
    cursor: pointer;
    border-radius: 50%;
    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;
}
.itemGridTwo .themeTooltipBox .itemGridColor .img-color{
   cursor: default;
}
.itemGridTwo .itemGridColor a.color-dot-active,
.itemGridTwo .themeTooltipBox .itemGridColor .img-color.color-dot-active{
    border: 2px solid #000000;
}
.itemGridTwo .itemGridColor span {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #B1ADA6;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 1px #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
        -ms-box-shadow: 0px 0px 0px 1px #FFFFFF;
        -moz-box-shadow: 0px 0px 0px 1px #FFFFFF;
}
.itemGridTwo .itemGridColor span.gridColorCount{
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-right: 0;
    border: 0;
}
.itemGridTwo.outOfStock a{
    opacity: 0.5;
    cursor: no-drop;
  }
.outOfStock .out_of_stock{
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: no-drop;
  }
  .textOutOfStock{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 40px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    bottom: 0;
    display: block;
    margin: 0;
  }
.swiper-viewport {
    margin: 0 !important;
    background: none !important;
    z-index: 1 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-viewport .swiper-slide img{padding: 30px 0;background:#F3F2EE;}
.welcome-block{width: 66%;padding: 50px 52px 60px 40px;background: #D40029;border-radius: 4px;display: flex;flex-wrap:wrap;align-items:center;}
.welcome-block h2{ color: #FFFFFF;
  font-size: 72px;
  letter-spacing: 0;
  line-height: 64px;
  margin: 0;
}
.welcome-block p{ color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
}
.swiper-container{overflow: unset !important;}
.apparel-block-1{width: 32.33%;}
.display-flex-space-bet-1{
    display: flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding-bottom: 60px;
    padding-top: 30px;
}
.apparel-block{width:32.33%;margin-top: 1.5%;}
.display-flex-space-bet-2{display: flex;justify-content:space-between;margin-top:60px;}

/*Category page CSS*/
.shopFilterBtnBox {
    display: none;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.shopFilterBtn {
    border: 1px solid #B1ADA6;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 40px;
    font-size: 14px;
    line-height: 120%;
    color: #777470;
    width: 100%;
    font-weight: 700;
    padding: 10px;
}
 .sort-section .sortDropdown{
    position: relative;
    max-width: 184px;
    width: 100%;
}
.sort-section .sortDropdown .sortText {
    position: absolute;
    top: 12px;
    left: 16px;
}
.sort-section .sortDropdown .multiSelectBtn {
    height: 40px;
    padding: 10px 36px 10px 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;
}
.multiSelectBtn .caret {
    width: 24px;
    height: 24px;
    top: 10px;
    right: 6px;
    background-image: url(../image/angle-down.svg);
    background-size: 24px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
}
.btn-group.show .multiSelectBtn .caret{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
            -ms-transform: rotateX(180deg);
}
.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 .categoryPageArea,
#product-search .productSearchArea{
    padding-bottom: 70px;
    padding-top: 15px;
}
#product-category .categoryPageArea .themeContainer,
#product-search .themeContainer,
.readMoreArea .themeContainer,
#product-product .themeContainer, 
#error-not-found .themeContainer,
.checkoutArea .themeContainer,
#checkout-cart .themeContainer{
    padding: 0 57px;
}
#product-category.homePageCategory{
    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 #B1ADA6;
    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: 36px;
    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: #515151;
    font-weight: 500;
}
.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 .sortDropdown .multiSelectBtn .caret{
    width: 12px;
    height: 8px;
    top: 17px;
    right: 16px;
    background-image: url(../image/triangle-down.svg);
    background-size: 12px;
}
.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: #CF4500 !important;
    font-weight: 700;
}
#sidebarBox #themeAccordion .notificationPanel .panel-title a{
    padding-top: 10px;
    color: #CF4500 !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: #CF4500;
    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: #CF4500;
}
#sidebarBox .tab-content {
    border: 1px solid #686868;
    border-radius: 0px 5px 5px 5px;
    padding: 0px;
    margin-bottom: 16px;
}
#sidebarBox .tab-content .tab-pane .tabPaneBox {
    min-height: 233px;
    max-height: 233px;
    overflow-y: auto;
    padding: 10px;
}
.tabPaneBox {
    padding: 10px 10px 10px 15px;
}
.tabPaneAlert p {
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

#sidebarBox .filterClearBox {
    padding: 6px 0;
}
#sidebarBox .filterClearBox h3{
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #8B8F92;
    font-weight: 700;
}
#sidebarBox .filterClearBox .filterClearBtn a {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #D0D0D0;
    cursor: pointer;
}
#sidebarBox #themeAccordion .panel-title a{
    padding: 26px 36px 19px 0px;
    box-sizing: content-box;
    min-height: 20px;
}
#sidebarBox .filterBody .sidebarSearch {
    margin-bottom: 0;
    margin-top: 10px;
}
.filterBody .sidebarSearchInput {
    height: 38px;
    padding: 10px 42px 10px 30px;
    font-size: 12px !important;
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    color: #8B8F92;
    background: #F5F6F3;
}
.filterBody .searchBtn {
    left: 6px;
    top: 10px;
}
.clearSearch {
    position: absolute;
    right: 15px;
    top: 4px;
}
.clearSearch .fa {
    font-size: 10px;
    font-weight: 400;
    color: #000;
}
.filterBody .checkbox, 
.filterBody .radio {
    margin: 0;
    padding: 12px 6px;
}
.filterBody .checkbox .custom-checkbox {
    padding-left: 25px;
    position: relative;
    line-height: 18px;
    color: #8B8F92;
}
.filterBody .checkbox .custom-checkbox .checkmark{
    top: 2px;
}
.filterBody .inputBox {
    padding-bottom: 12px;
}
.filterBtnBox {
    margin-top: 20px;
    text-align: right;
}
#loader.chatBoxLoader{
    position: absolute;
}
#loader.chatBoxLoader .spinner img {
    height: auto !important;
    width: 20px;
}
#chatTab{
    position: relative;
}
.chatHistoryBox .chatBoxSection {
    position: relative;
    margin-bottom: 15px;
    padding-left: 10px;
    max-width: 100%;
    cursor: pointer;
}
.chatHistoryBox .chatBoxUnread:before{
    content: '';
    width: 10px;
    height: 10px;
    background: #CF4500;
    position: absolute;
    left: -5px;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
}
.chatHistoryBox .chatBoxSection .chatBox {
    padding: 0;
    margin-top: 0;
    background: transparent;
    overflow: hidden;
}
.chatHistoryBox .btn.btnIcon.btnChatPopup {
    position: relative;
    padding-right: 0;
    padding-left: 8px;
}
.chatHistoryBox .btnChatPopup img{
    min-width: 15px;
    max-width: 15px;
}
.chatHistoryBox .chatBox h4 {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
.chatHistoryBox .chatBox .chatText {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chatHistoryBox .chatBox .chatDate {
    margin-top: 0;
}
.modal {
  text-align: center;
}
/*.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}*/
.modal-dialog {
  text-align: left;
}
.fade.show {
    opacity: 1;
}
.dashboardModal .modal-dialog {
    width: 100%;
    max-width: 880px;
}
.modal .modal-content {
    border-radius: 28px;
    overflow: hidden;
}
.dashboardModal .modal-header {
    display: block;
    padding: 46px 70px 16px 36px;
    border: 0;
    background: transparent;
}
.dashboardModal .modal-header .close {
    position: absolute;
    top: 30px;
    right: 35px;
    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: 34px;
    line-height: 36px;
    /* text-transform: capitalize; */
    color: #141413;
    font-weight: 400;
    margin-bottom: 0;
}
.dashboardModal .modal-title .startChatIcon{
    margin-right: 10px;
    max-width: 38px;
    min-width: 38px;
}
#sidebarBox .dashboardModal .sidebarSearch,
.dashboardModal .sidebarSearch{
    margin-bottom: 0;
    margin-top: 22px;
}
.dashboardModal .sidebarSearchInput {
    width: 100%;
    height: 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: 16px 36px 36px 36px;
}
.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: #CF4500;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.10);
    padding: 0px 36px 36px;
}
.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;
}
/* 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 #CF4500;
}
.dashTileBox.bgRed .dashTileTile{
    background: #CF4500;
}
.dashTileBox .dashTileTile h3 {
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    font-weight: 500;
}
.dashTileBox .dashTileContent {
    padding: 0;
    min-height: 200px;
    max-height: 200px;
    overflow: auto;
}
.dashboardTiles .panel-body{
    padding: 10px 10px 0;
}
.row.tilesRow {
    margin-right: -5px;
    margin-left: -5px;
}
.tilesRow .tilesCol{
    padding-right: 5px;
    padding-left: 5px;
}
/* table responsive scoll custom */
div::-webkit-scrollbar,
textarea::-webkit-scrollbar,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar{
    height: 10px;
    width: 10px;
    background: #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-corner,
textarea::-webkit-scrollbar-corner,
.themeScroller::-webkit-scrollbar-corner,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-corner,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-corner{
    background: #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
.themeScroller::-webkit-scrollbar-thumb,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb{
    background: #8B8F92;
    border: 2px solid #F5F6F3;
    border-radius: 4px
}
div::-webkit-scrollbar-thumb:hover,
textarea::-webkit-scrollbar-thumb:hover,
.themeScroller::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-thumb:hover,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-thumb:hover{
    background: #868686;
    border-radius: 4px
}
div::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
.themeScroller::-webkit-scrollbar-track,
.select2-container--default .select2-selection--multiple::-webkit-scrollbar-track,
.select2-container--default .select2-results .select2-results__options::-webkit-scrollbar-track{
    border: 2px solid #F5F6F3;
    background: #F5F6F3;
    border-radius: 4px
}
.stickyHeadTable .table {
    margin-bottom: 7px;
}
.dashTileBox .table{
    border: 0;
    margin: 0;
    border-collapse: separate;
}
.dashTileBox .table thead tr.trOne,
.dashTileBox .table thead tr.trTwo,
.stickyTheadList .table thead{
    position: -webkit-sticky;
    position: sticky;
    top: 0px ;
    z-index:9;
}
.dashTileBox .table tbody tr:nth-child(even) {
    background: #F0F0F0;
}
.dashTileBox .table thead tr th,
.dashTileBox .table thead tr td{
    padding: 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    background: #686868;
    border-top: 1px solid #FFFFFF;
    vertical-align: middle;
}
.dashTileBox .table>thead:first-child>tr:first-child>td, 
.dashTileBox .table>thead:first-child>tr:first-child>th{
    border-top: 1px solid #FFFFFF;
}
.dashTileBox .table thead tr th[rowspan],
.dashTileBox .table thead tr td[rowspan]{
    border-right: 1px solid #FFFFFF;
}
.dashTileBox .table tbody tr td {
    border: 0;
    padding: 3px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: #686868;
    vertical-align: middle;
}
.dashTileBox .table tbody tr td span{
    font-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: #CF4500;
}
.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: #CF4500;
    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;
    font-family: 'markpro-regular', sans-serif;
}
.dataTables_wrapper .tablePagination .dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
    width: auto;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #D0D0D0;
}
.table thead tr th.minW145,
.table thead tr td.minW145{
    min-width: 145px;
}
.table-responsive .table thead tr th.maxW200,
.table-responsive .table thead tr td.maxW200,
.table-responsive .table tbody tr td.maxW200 {
    max-width: 200px;
    word-wrap: break-word;
}
.tableGrayHead .table thead tr th,
.tableGrayHead .table thead tr td{
    padding: 12px 14px;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    font-weight: 700;
    text-transform: uppercase;
    background: #686868;
    vertical-align: middle;
}
.tableGrayHead .table thead tr:nth-child(1) th,
.tableGrayHead .table thead tr:nth-child(1) td,
.stickyTheadList .table thead tr.trTwo th,
.stickyTheadList .table thead tr.trTwo td{
    border-color: #FFFFFF;
}
.tableGrayHead .table thead tr th:nth-last-child(1),
.tableGrayHead .table thead tr td:nth-last-child(1) {
    border-right-color: #686868;
}
.tableGrayHead .table thead tr th.sorting,
.tableGrayHead .table thead tr th.sorting_asc,
.tableGrayHead .table thead tr th.sorting_desc,
.tableGrayHead .table thead tr td.sorting,
.tableGrayHead .table thead tr td.sorting_asc,
.tableGrayHead .table thead tr td.sorting_desc{
    padding: 12px 34px 12px 14px;
}
.tableGrayHead .table thead tr.tableHeader2 th,
.tableGrayHead .table thead tr.tableHeader2 td {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 8px 15px;
    background: #8B8F92;
}
.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: #8B8F92;
    font-weight: 400;
    padding: 12px 14px;
    vertical-align: middle;
    word-wrap: break-word
}
.tableGrayHead .table tbody tr td .tableLinkText {
    display: inline-block;
    color: #CF4500;
}
/*.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: #CF4500;
}
a.textBrown {
    cursor: pointer;
}
a.textBrown:hover{
    color: #CF4500;
}
.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: #CF4500;
}
.dataTableBox  {
    width: 100%;
    max-height: 80vh;
    overflow: auto;
}
.dataTableBox .dataTable {
    width: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
}
.dataTableBox .dataTable thead .sorting:before,
.dataTableBox .dataTable thead .sorting_desc:before,
.dataTableBox .dataTable thead .sorting_asc:before{
    content: "\f0d8";
    width: 10px;
    height: 5px;
    font-family: "FontAwesome";
    color: #FFFFFF;
    font-size: 14px;
    font-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: #CF4500;
    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;
}

.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: 40px;
}
#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 16px 0px;
}
.catPanelGroup.panel-group {
    margin-bottom: 0;
}
#column-left .panel-heading{
    border-bottom: 1px solid #EAEAEA;
}
.fiterSearchBox{
    position: relative;
    margin-bottom: 16px;
}
.fiterSearchBox .form-control{
    background: #FFFFFF;
    border: 1px solid #96918B;
    border-radius: 4px;
    height: 40px;
    padding: 10px 40px 10px 16px;
}
.fiterSearchBox .form-control::-webkit-input-placeholder,
.searchBox .form-control::-webkit-input-placeholder{
   color: #BCBCBC;
}
.fiterSearchBox .form-control:-moz-placeholder,
.searchBox .form-control:-moz-placeholder  {
   color: #BCBCBC;  
}
.fiterSearchBox .form-control::-moz-placeholder,
.searchBox .form-control::-moz-placeholder  {
   color: #BCBCBC;  
}
.fiterSearchBox .form-control:-ms-input-placeholder,
.searchBox .form-control:-ms-input-placeholder {  
   color: #BCBCBC;  
}
.fiterSearchBox button{
    padding: 0 14px;
    min-height: 38px;
    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: #CF4500;
}
.categoryMenu label:hover .labelText,
.categoryMenu label input:checked ~ .labelText{
    color: #CF4500;
}
.categoryMenu label:hover .labelText:after,
.categoryMenu label input:checked ~ .labelText:after{
    opacity: 1;
}
#column-left .panel-heading h3,
#filterOrder .panel-heading h3{
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #141413;
    font-weight: 700;
}
#filterColumn .filterClearBtn {
    margin-top: 16px;
}
#filterColumn .filterClearBtn a {
    font-size: 13px;
    line-height: 16.48px;
    font-weight: 400;
    color: #141413;
}
#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: 20.28px;
    font-weight: 400;
    border: 0;
}
#column-left .list-group a{
    color: #444340;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    font-weight: 400;
    padding: 13px 0px 17px !important;
    cursor: pointer;
}
.list-group-item .checkbox{
    margin-top: 0;
    margin-bottom: 10px;
}
.list-group .checkbox .custom-checkbox {
    margin-bottom: 0;
}
.checkbox{
    padding-left: 26px;
    position: relative;
}
.subCatCatBox{
    padding-left: 24px;
    position: relative;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
    z-index: 1;
}
.checkBox label .checkmark,
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    border: 1px solid #141413;
    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:after {
    content: "";
    width: 5px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: solid #CF4500;
    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: 16.48px;
    font-weight: 400;
    color: #141413;
}
#single-checkout .checkbox .custom-checkbox .checkboxLabel{
    font-size: 14px;
    line-height: 20px;
}
.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: 13px;
    padding-bottom: 16px;
}
.addReadMore.showlesscontent .secondHalfText,
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}
.addReadMore .moreBoxBtn {
    font-size: 16px;
    line-height: 24px;
    color: #CF4500;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
}
.addReadMore .moreBoxBtn:before{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #CF4500;
    position: absolute;
    left: 0;
    bottom: 1px;
    opacity: 1;
}
/*.readLess.moreBoxBtn {
    display: none;
}*/
.addReadMoreWrapTxt.showmorecontent .secondHalfText,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.readMoreBox p.addReadMore {
    font-size: 16px;
    line-height: 24px;
    color: #444340;
}
.readMoreBox .addReadMoreTitle{
    font-size: 20px;
    line-height: 24px;
    color: #444340;
    display: block;
    font-weight: 700;
}
.readMoreBox h3 {
    font-size: 20px;
    line-height: 24px;
    color: #444340;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.readMoreBox b,
.readMoreBox strong {
    color: #444340;
}
.readMoreBox .addReadMore b{
    font-weight: 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: #CF4500;
}
.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: 32px;
}
#product-product .contentTop {
    padding-bottom: 143px;
}
#product-product .product-left-section {
    padding-right: 14px;
}
.productImageBox {
    overflow: visible;
    padding-right: 0;
}
.stickyBox.productImageBox {
    position: fixed;
    top: 30px;
    z-index: 9;
    width: calc(50% - 99px);
    max-width: calc(960px - 99px);
}
.itemImgSlide .carouselInnerBox{
    position: relative;
    padding: 0 30px;
}
.itemImgSlide .controlBtnHide .carouselInnerBox {
    padding: 0;
}
.itemImgSlide .carousel-item img {
    width: 100%;
    background-color: #F8F7F5;
    border-radius: 28px;
}
.itemImgSlide .carouselSliding .magnifyGlass{
    opacity: 0;
}
.carouselSliding .carousel-inner{
    overflow: hidden !important;
}
.itemImgSlide .carousel-control.left {
    left: 5px;
}
.itemImgSlide .carouselControlBtn {
    width: 10px;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    text-shadow: none;
    color: #000;
    opacity: 1;
}
.itemImgSlide .carousel-control-prev-icon,
.itemImgSlide .carousel-control-next-icon{
    background-image: none;
}
.itemImgSlide .carousel-control.right {
    right: 5px;
    left: auto;
}
.itemImgSlide .carouselControlBtn .fa {
    font-size: 30px;
    color: #000000;
}
.itemImgSlide .carousel-indicators {
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
    overflow: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding-left: 0;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0 18px;
}
.itemImgSlide .carousel-indicators .carouselIndicator {
    min-width: 86px;
    width: 13.10%;
    height: auto;
    display: inline-block;
    padding: 0 12px;
    margin-top: 24px;
    box-sizing: content-box;
    background: transparent;
    border: 0;
}
.itemImgSlide .carousel-indicators .carouselIndicator img {
    max-width: 100%;
    border-radius: 5px;
    border: 1px solid #B1ADA6;
    width: 100%;
    background: #F8F7F5;
}
.itemImgSlide .carousel-indicators .carouselIndicator.active img {
    border-color: #141413;
}

#removeStickyAnchor{
    opacity: 0;
    width: 0;
    height: 0;
}
#product-product .product-right-section {
    padding-left: 16px;
}
.productDetailsBox {
    padding-left: 26px;
    max-width: 570px;
}
.itemDetailsHeader {
    margin-bottom: 24px;
}
.itemDetailsHeader.itemHeaderMobile {
    display: none;
}
.itemDetailsHeader .sustainable-icon{
    display: inline-block;
    margin-bottom: 8px;
}
.itemDetailsHeader .sustainable-icon + .sustainable-icon {
    margin-left: 5px;
}
.itemDetailsHeader h1{
    font-size: 34px;
    line-height: 36px;
    color: #141413;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 6px;
}
.itemDetailsHeader .itemSku {
    font-size: 12px;
    line-height: 16px;
    color: #777777;
    font-weight: 400;
    margin-top: 6px;
}
.itemDetailsHeader .itemDetailsDiv {
    margin-top: 26px;
    margin-bottom: 0px;
}

.productDetailsBox .prodPricingBox {
    margin-bottom: 24px;
}
.productDetailsBox .prodDetailList {
    padding: 24px 10px;
}
.productDetailsBox .prodDetailPrice,
.productDetailsBox .prodDetailList{
    background-color: #F8F7F5;
    height: auto !important;
    border-radius: 5px;
}
.productDetailsBox .prodDetailList .ul-container{
    padding: 20px;
}
.productDetailsBox .pricingBox {
    padding: 12px 20px 8px;
}
.productDetailsBox .pricingBox p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    margin: 0;
    font-weight: 700;
}
.productDetailsBox .table-res {
    width: 100%;
    overflow-x: auto;
}
.productDetailsBox .prodDetailPrice table {
    width: 100%;
    margin-bottom: 0;
}
.productDetailsBox .prodDetailPrice table tr {
    border-top: 1px solid #B1ADA6;
    background: #F8F7F5;
}
.productDetailsBox .prodDetailPrice table tr th:nth-child(1), 
.productDetailsBox .prodDetailPrice table tr td:nth-child(1) {
    border-right: 1px solid #B1ADA6;
}
.productDetailsBox .prodDetailPrice table tr td {
    font-weight: 400;
}
.productDetailsBox .prodDetailPrice table tr th,
.productDetailsBox .prodDetailPrice table tr td {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #141413;
    margin: 0;
}
.productDetailsBox .price-table tr td {
    border-right: 1px solid #B1ADA6;
    border-top: 1px solid #B1ADA6 !important;
    color: #141413;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 12px 20px 6px;
    width: 33.33%;
}
.productDetailsBox .prodDetailList ul {
    margin: 0;
    list-style: none;
    height: auto !important;
}
.productDetailsBox .prodDetailList ul + ul{
    padding-top: 24px;
}
.productDetailsBox .prodDetailList ul li {
    font-size: 14px;
    line-height: 20px;
    color: #141413;
    margin: 0;
    font-weight: 400;
}
.productDetailsBox .prodDetailList ul li span {
    font-weight: 700;
    display: inline-block;
}
.colorSwatchesBox {
    margin-bottom: 24px;
}
.colorSwatchesBox p {
    font-size: 15px;
    line-height: 19.01px;
    color: #141413;
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 700;
}
.colorSwatchesBox .colorSwatcheTitle p span {
    margin-right: 0;
    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;
    border-radius: 50%;
    margin-right: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.colorSwatches ul li .select-color {
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #B1ADA6;
    box-shadow: 0px 0px 0px 1px #FFFFFF;
    -webkit-box-shadow: 0px 0px 0px 1px #FFFFFF;
        -ms-box-shadow: 0px 0px 0px 1px #FFFFFF;
        -moz-box-shadow: 0px 0px 0px 1px #FFFFFF;
}
/*.colorSwatches ul li.active .select-color {
    margin: 0 2px;
    box-shadow: 0px 0px 0px 1px #FFFFFF, 0px 0px 0px 2px #000000;
    -webkit-box-shadow: 0px 0px 0px 1px #FFFFFF, 0px 0px 0px 2px #000000;
        -ms-box-shadow: 0px 0px 0px 1px #FFFFFF, 0px 0px 0px 2px #000000;
        -moz-box-shadow: 0px 0px 0px 1px #FFFFFF, 0px 0px 0px 2px #000000;
}*/
.colorSwatches ul li.active{
    border: 2px solid #000000;
}
.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 #B1ADA6;
    border-radius: 0;
    font-size: 16px;
    color: #000000;
    text-align: center;
    font-weight: 500;
}
.qty-input-section input[type="text"].form-control{
    font-size: 16px;
    margin: 4px 0;
}
.qty-input-section .variant-valid {
    font-size: 12px;
    color: #D7373C;
    text-align: left;
    min-width: 200px;
    position: absolute;
    left: 0;
    font-weight: 500;
}
.cart-btn-section .red-text {
    font-size: 14px;
    line-height: 20px;
    color: #D7373C;
    font-weight: 700;
}
.prodSizeChart {
    margin-bottom: 24px;
    background-color: #F8F7F5;
    border-radius: 5px;
}
.productSizeBox{
    width: 100%;
    max-width: max-content;
}
.prodSizeChart .sizeChartHeader{
    padding: 12px 20px 8px;
}
.prodSizeChart p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 700;
}
.prodSizeChart .sizeChartBtn a {
    font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #CF4500;
    font-weight: 500;
}
.prodSizeChart .sizeChartContent {
    float: none;
    padding: 18px 20px 16px;
    border-top: 1px solid #B1ADA6;
    border-bottom: 1px solid #B1ADA6;
    margin-bottom: 0;
}
.prodSizeChart .sizeChartContent .sizeChartBox {
    text-align: center;
    padding: 0 5px;
    max-width: 54px;
}
.prodSizeChart .sizeChartInner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.prodSizeChart .sizeChartBox label,
.qty-input-section label{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 4px;
    font-weight: 700;
}
.prodSizeChart .sizeChartBox input {
    width: 44px;
    height: 48px;
    border: 1px solid #B1ADA6;
    border-radius: 0;
    margin: 4px auto 6px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    color: #000000;
}
.prodSizeChart .sizeChartBox.has-error .form-control{
    border-color: #D7373C;
    background-image: none;
}
.productSizeHeader p {
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #141413;
}
.productSizeHeader p.text-danger {
    text-transform: none;
}
.productSizeHeader #productSize {
    margin-right: 10px;
}
.productSizeHeader .sizeChartBtn {
    padding: 0;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: underline;
    color: #141413;
    margin-bottom: 0;
    text-transform: uppercase;
}
.sizeRadioBtnTextBox {
    padding-bottom: 24px;
}
.sizeRadioBtnTextBox .sizeRadioBtnBoxInner {
    margin-right: -4px;
    margin-left: -4px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.radioBtnTextBox {
    position: relative;
    display: flex;
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 5px;
}
.radioBtnTextBox label {
    height: 42px;
    padding: 9px 10px;
    text-align: center;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: #141413;
    border: 1px solid #B1ADA6;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.radioBtnTextBox input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.sizeRadioBtnTextBox .radioBtnTextBox label {
    width: 48px;
    position: relative;
}
.radioBtnTextBox [type="radio"]:checked + label {
    border: 1px solid #141413;
    color: #141413;
}
.sizeRadioBtnTextBox .radioBtnTextBox.notAvailabel label {
    cursor: no-drop;
    color: rgba(20, 20, 19, 0.50);
    border-color: rgba(119, 116, 112, 0.50);
}
.sizeRadioBtnTextBox .radioBtnTextBox.notAvailabel label:before {
    content: '';
    width: 22px;
    height: 2px;
    background: #91908D;
    position: absolute;
    top: 21px;
    left: 12px;
}
/* PDP Size Chart */
#sizeChartModal.dashboardModal .modal-dialog {
    max-width: 880px;
}
.modal .sizeChartTableBox {
    max-width: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
    position: relative;
    border: 2px solid #E8E5E1;
    border-radius: 5px;
    padding: 8px 18px;
}
.sizeChartTableBox .table {
    width: 100%;
    margin-bottom: 0;
}
.sizeChartTableBox .table thead th, 
.sizeChartTableBox .table tbody td {
    border: 0;
    padding: 10px 5px;
    text-align: center;
    font-size: 20px;
    line-height: 30.6px;
    color: #141413;
    border-top: 2px solid #E8E5E1;
}
.sizeChartTableBox .table thead th {
    background-color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    vertical-align: middle;
    border-top: 0;
}
.sizeChartTableBox .table thead th:nth-child(1) {
    width: 20%;
}

.qtyBox {
    margin-bottom: 24px;
}
.qtyBox .qtyBoxCount,
.qtyBox .qtyBoxCountCart {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #141413;
}
.qtyBox .qtyBoxCountCart,
.qtyBox .qtyBoxCount{
    width: 2%;
    min-width: 34px;
    padding: 0;
}
.qtyBox .qtyBoxBtn{
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-flex;
    padding: 8px 4px;
    justify-content: center;
    align-items: center;
    border: 1px solid #B1ADA6;
    text-align: center;
    border-radius: 5px;
    margin-right: 4px;
}
.qtyBox .qtyBoxBtn .qtyBoxMinusBox,
.qtyBox .qtyBoxBtn .qtyBoxPlusBox{
    position: relative;
    width: 20px;
    height: 20px;
}
.qtyBox .qtyBoxBtn .qtyBoxMinusBox:before,
.qtyBox .qtyBoxBtn .qtyBoxPlusBox:before,
.qtyBox .qtyBoxBtn .qtyBoxPlusBox:after{
    content: '';
    background: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%);
}
.qtyBox .qtyBoxBtn .qtyBoxMinusBox:before,
.qtyBox .qtyBoxBtn .qtyBoxPlusBox:before{
    width: 14px;
    height: 2px;
}
.qtyBox .qtyBoxBtn .qtyBoxPlusBox:after {
    width: 2px;
    height: 14px;
}
/*Prevent text selection*/
.qtyBox qtyBoxBtn{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qtyBox input{  
    border: 0;
    width: 2%;
}
.qtyBox input::-webkit-outer-spin-button,
.qtyBox input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qtyBox input:disabled{
    background-color:white;
}

.addToCart {
    margin-bottom: 24px;
}
.addToCart .form-group {
    margin-bottom: 0;
}
.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: 12px;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    text-align: center;
}
.prodSizeChart .sizeChartPrice p.variant-valid{
    color: #D7373C;
}
.prodSizeChart .sizeChartPrice p.variant-valid span{
    display: inline-block;
    margin-top: 8px;
}
.prodSizeChart .sizeChartFooter{
    padding: 18px 20px 17px;
}
.prodSizeChart .sizeChartFooter p span{
    font-size: 18px;
    line-height: 30px;
}
.prodSizeChart .sizeChartFooter p #totalMOQ {
    margin-left: 8px;
}
.prodSizeChart .sizeChartFooter p #totalPrice {
    margin-left: 14px;
}
.itemDetailsHeader .itemSavingPrice span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}
.itemDetailsHeader .itemSavingPrice .itemOldPrice{
    text-decoration: line-through;
    color: #D40029;
}
.itemDetailsHeader .itemSavingPrice .itemOldPrice {
    margin-right: 8px;
}
.itemDetailsHeader .itemSavingPrice .itemPercentText{
    color: #333333;
}
.itemDetailsHeader .itemPriceBox {
    margin-top: -8px;
}
.itemDetailsHeader .itemPrice p{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #333333;
}
.itemDetailsHeader .itemShipTime {
    padding: 0;
    margin-left: 36px;
}
.itemDetailsHeader .itemShipTime .itemShipIcon {
    margin-right: 14px;
}
.itemZipcodeBox .zipCodeTitle {
    padding: 0px 48px 12px 0px;
}
.itemZipcodeBox .zipCodeTitle p{
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    font-weight: 400;
}
.itemDetailsHeader .itemShipTime .itemShipText p {
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 7px;
}
.itemDetailsHeader .itemShipTime .itemShipText .pdpZipcode p:nth-last-of-type(1) {
    margin-bottom: 0px;
}
.itemDetailsHeader .itemShipTime .itemShipText p span {
    font-weight: 500;
}
.itemDetailsHeader .itemSaleText p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #D40029;
}
.itemDetailsHeader .itemZipcodeBox .itemZipCollapse {
    top: 30px;
}
.itemDetailsHeader .itemShipText .alert-success {
    color: #333333 !important;
    background-color: #EEEEEE;
    border: none;
    margin-top: 0;
    margin-bottom: 6px;
}
.pdpZipcode,
.productDetailsBox .itemShipText{
    position: relative;
}
.itemZipcodeBox{
    position: relative;
}
.itemZipcodeBox .zipcodeBtn{
    position: relative;
    color: #D40029;
    text-decoration: underline;
}
.itemZipcodeBox .zipcodeBtn:focus {
    text-decoration: underline !important;
}
.itemZipcodeBox .zipcodeBtn:before {
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    z-index: 11;
    transform: translateX(-50%);
}
.itemZipcodeBox .zipcodeBtn:after {
    content: '';
    display: none;
    width: 13px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 50%;
    bottom: -10px;
    z-index: 11;
    transform: rotate(-55deg);
    margin-right: -1px;
    box-shadow: 0px -1px 4px 0px  rgba(0, 0, 0, 0.25);
}
.itemZipcodeBox .zipcodeBtn[aria-expanded="true"]:before,
.itemZipcodeBox .zipcodeBtn[aria-expanded="true"]:after {
    display: block;
}
.itemZipcodeBox .itemZipCollapse{
    position: absolute;
    top: 40px;
    left: -50%;
    z-index: 10;
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.itemZipcodeBox .itemZipcode {
    background-color: #ffffff;
    padding: 24px;
}
.itemZipcodeBox .itemZipBox {
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
        -moz-box-align: flex-end;
            -ms-flex-align: flex-end;
                align-items: flex-end;
}
.itemZipcodeBox .zipcodeClose{
    width: 17px;
    height: 24px;
    border: 0;
    background: transparent;
    border-radius: 0;
    position: absolute;
    right: 24px;
    padding: 0;
    top: 12px;
}
.itemZipcodeBox .itemZipcode .zipcodeClose .fa{
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    opacity: 0.5;
}
.itemZipcodeBox .itemZipInput p{
    margin-bottom: 5px;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
}
.itemZipcodeBox .itemZipInput input{
    width: 250px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    color: #515151;
    padding: 8px 16px;
    margin-right: 8px;
}
.itemZipcodeBox .itemZipBox .btn {
    padding: 12px 18px;
}
.productDetailsBox .itemZipcodeBox .itemZipError .text-danger,
.itemZipcodeBox .itemZipError .text-danger{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #D40029;
    margin-top: 6px;
    margin-bottom: 0;
}
.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;
}
#tab-description {
    margin-bottom: 0;
}
#tab-description .descriptionTitle h4 {
    font-size: 20px;
    line-height: 25.35px;
    color: #141413;
    font-weight: 700;
}
#tab-description .descriptionBody {
    padding-top: 24px;
}
#tab-description ul{
    padding-left: 0;
}
#tab-description .descriptionBody,
#tab-description .descriptionBody p,
#tab-description ul li{
    font-size: 18px;
    line-height: 25.35px;
    color: #141413;
    font-weight: 400;
    font-family: MarkForMCNrw;
}
#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%;
}
.contentBottom .alsoLikeArea{
    padding: 60px 0 83px;
    background-color: #F8F7F5;
}
.alsoLikeArea .alsoLikeTitle {
    margin-bottom: 32px;
}
.alsoLikeArea .alsoLikeTitle h3 {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0;
    font-weight: 700;
}
.alsoLikeArea .slick-track {
    margin-left: 0;
}
.alsoLikeArea .itemGridTwo .itemGridImg img {
    border: 1px solid #E8E5E1;
}
.alsoLikeArea .itemGridTwo {
    margin-top: 0;
}
.alsoLikeArea .itemGridTwo .itemGridTitle {
    padding-right: 0;
}
.alsoLikeArea .itemGridTwo .itemGridTitle p {
    margin-top: 4px;
}

.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;
}
.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: #D40029;
  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: #D40029 !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: #CF4500;
    border-color: #CF4500;
}
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    z-index: 3;
    color: #CF4500;
    background-color: #FFFFFF;
    border-color: #CF4500;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #CF4500;
    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: 8px 30px 8px 10px;
    border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.alert .fa {
    font-size: 21px;
    margin-right: 5px;
    line-height: 17px;
}
.alert b,
.alert strong{
    font-weight: 700;
}
.alert-success a,
.alert-danger a{
    color: #ffffff;
    text-decoration: underline;
}
.alert-success {
    color: #ffffff;
    background-color: #8DB92E;
    border: none;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 8px;
    right: 10px;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    line-height: 12px;
    color: #FFFFFF;
}
.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: 62px 0 92px;
}
#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 8px;
    font-size: 13px;
    line-height: 24px;
    border-top: 0;
    color: #141413;
    font-weight: 700;
    text-transform: uppercase;
}
.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: #141413;
    padding: 16px 8px;
}
.cart-table tbody tr.cart-row td:first-child{
    width: 128px;
    padding: 16px 8px 16px 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: #F8F7F5;
    border: 0;
    border-radius: 5px;
}
#checkout-cart .cart-table tbody tr.cart-row td .productQty{
    display: none;
}
.cart-table tbody tr.cart-row td .itemName,
.cart-table tbody tr.cart-row td .itemName a{
    font-size: 14px;
    line-height: 18px;
    color: #141413;
    font-weight: 700;
}
.cart-table tbody tr.cart-row td .itemName{
    margin-bottom: 4px;
}
.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: 390px;
}
.cart-table .cartItemDetail{
    max-width: 215px;
    min-height: 120px;
    flex-direction:column;
    -webkit-box-direction:column;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
}
.cart-table tbody tr.cart-row td .itemNo {
    font-size: 12px;
    line-height: normal;
    color: #444340;
}
.cart-table tbody tr.cart-row td .cartItemBot p {
    font-size: 12px;
    line-height: 16px;
    color: #141413;
}
.cart-table tbody tr.cart-row td .cartItemBot p + p {
    margin-top: 4px;
}
.cart-table tbody tr.cart-row td .cartItemBot p.cartItemSize{
    line-height: normal;
    font-weight: 350;
}
.cart-table tbody tr.cart-row td .cartItemBot p.cartItemColor {
    font-size: 12px;
    line-height: normal;
    color: #141413;
    font-weight: 350;
    margin-top: 16px;
    margin-bottom: 4px
}
.cart-table tbody tr.cart-row td .cartItemBot p.cartItemColor span,
.cart-table tbody tr.cart-row td .cartItemBot p.cartItemSize span{
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
}
.cart-table tbody .cart-row td:second-child{
    width: 300px;
    padding-right: 15px !important;
}
.cart-table tbody .cart-row td .unit-price,
.cart-table tbody .cart-row td .cart-product-price{
    font-size: 18px;
    line-height: 28px;
    color: #141413;
    font-weight: 700;
    font-family: MarkForMCNrw;
}
.cart-table tbody .cart-row td .unit-price .shop-price,
.cart-table tbody .cart-row td .cart-product-price .shop-price {
    display: block;
    opacity: 0.4;
    text-decoration: line-through;
}
.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.tdQty .qtyBox {
    margin-bottom: 0;
}
.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 {
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #141413;
    font-weight: 700;
    text-align: center;
}
.cart-table tbody tr.cart-row td .btn-remove,
.orderSummaryBox .summaryTextBot .btn-remove{
    cursor: pointer;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    color: #141413;
    margin-top: 16px;
    display: inline-block;
    text-decoration: underline;
}
.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: 28px;
    text-align: right;
    font-weight: 700;
    font-family: MarkForMCNrw;
}
.text-tax{
    color: #666666;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
.tax-section{
    display: flex;
    justify-content:space-between;
    align-items:center;
    margin-top: 24px;
}
.tax-section p{margin-bottom: 0}
.subtotal-right-text{text-align: right;}
.subtotal-right-text .subtotal{
    color: #090a0f;
    font-size: 32px;
    font-style: normal;
    font-stretch: normal;
    line-height: 43px;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0px;
    display: inline-block;
    padding-left: 55px;
}
.subtotal-left-text .subtotal-title{
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-transform: uppercase;
}
.subtotal-section .errorText .text-danger{
    margin-top: 8px;
}
.img-thumbnail{
    border: none !important;
}
.not-found-section{padding-top:100px;text-align: center;}
.not-found-section h1{
    color: #000000;
    font-size: 48px;
    font-style: normal;
    font-stretch: normal;
    font-weight: 400;
    line-height: 64px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    margin-top: 0;
}
.not-found-section p{
    color: #000000;
    font-size: 16px;
}
.cart-display-none{display: none;}

#checkout-cart .table-responsive{
    overflow-x: unset !important;
}
.left-div,.right-div{
    width: 50%;
}
.name-text span{
    color: #090A0F;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    font-weight: 300;
}
.sub-row{
    background-color: #F8F7F5;
}
.cart-table tbody tr.sub-row td{
    padding: 14px 20px 10px;
    border-top: none;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    border-bottom: 1px solid #B1ADA6;
    font-weight: 700;
}
.sub-row td:first-child{
    width: 116px;
    text-align: right;
    padding-right: 0!important
}
.sub-input input.form-control{
    height: 30px;
    width: 82px;
    border: 1px solid #B1ADA6;
    border-radius: 0;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    padding: 0;
    font-weight: 700;
}
.cart-table tbody tr.sub-row.sub-row td:last-child{
    text-align: right;
    padding-right: 20px;
}
.cart-body .sub-row:last-child td {
    border-bottom: none;
}
.cart-table tbody.hiddenCartTbody tr td {
    padding: 0;
    border: 0;
}
tr.sub-row:first-child td:first-child{border-top-left-radius: 9px;}
.table>tbody+tbody{border: none;}

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

/*My Account page CSS*/
.accountInfoArea {
    padding-top: 80px;
    padding-bottom: 168px;
    min-height: calc(100vh - 406px);
}
.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: #444340;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-weight: 500;
    margin: 0;
    font-weight: 500;
    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: #CF4500;
    background-color: transparent;
    border: 0;
    font-weight: 700;
    display: block;
}
#personal-details {
    padding-left: 33px;
}
.accountInfoArea label{
    font-weight:700;
}
.acAlertBox.alert{
    margin-bottom: 15px;
    margin-top: 0;
}
#address-book{ width: calc(100% - 400px);}
#personal-details h2,
#change-password h2,
#address-book h2,
#address-entries h2{
    color: #141413;
    font-size: 28px;
    line-height: 46px;
    font-weight: 400;
    margin-bottom: 15px;
}
.personalDetailsTitle {
    margin-bottom: 14px;
}
#personal-details .personalDetailsTitle h2{
    font-size: 28px;
    line-height: 38px;
    color: #141413;
    font-weight: 400;
}
.personalDetailsTitle p{
    font-size: 14px;
    line-height: 24px;
    color: #141413;
    font-weight: 400;
}
.formSubTitle{
    border-bottom: 1px solid #96918B;
    margin-bottom: 20px;
    margin-top: 20px;
}
.formSubTitle h4 {
    font-size: 14px;
    line-height: 24px;
    color: #141413;
    font-weight: 400;
    margin-bottom: 4px;
    font-weight: 500;
}
#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;
}
.form-password .form-group,
.form-address .form-group{
    width:50%;
    float: left;
    margin-right: 0;
    margin-left: 0;
}
.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control {
    background-color: #D1CCBD;
    opacity: 1;
    cursor: no-drop;
}
.form-account .form-control{
    height: 46px;
    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 {
    min-width: 166px;
    font-size: 15px;
    line-height: normal;
    padding: 5px 22px 10px;
}
/*==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: #141413;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 15px;
    font-weight: 400;
    margin-bottom: 4px;
}
#select_type_form .form-group input,
#select_type_form-adv .form-group input,
#select_type_form select,
#select_type_form-adv select{
    border: 1px solid #96918B;
    border-radius: 4px;
    background-color: #FFFFFF;
    height: 40px;
    color: #141413;
}
#select_type_form .form-group input.multiselect-search{
    height: 40px;
    font-size: 14px;
    color: #141413;
    padding: 8px 40px;
    border: 0;
    background: rgba(231, 231, 231, 0.5);
    border-radius: 0;
}
#select_type_form .multiselect-container label.radio input[type=radio]{
    height: 18px;
}
#select_type_form .form-group input,
#select_type_form-adv .form-group input{
    font-size: 12px;
}
#select_type_form select,
#select_type_form-adv select{
    font-size: 14px;
    padding: 6px 35px 6px 16px;
    background-position: right 16px center;
}
.sidebar input:focus, .sidebar select:focus,
.sidebar input:hover, .sidebar select:hover{
    box-shadow: none;
}
.unstyled::-webkit-inner-spin-button,
.unstyled::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
}
.form-control.button:hover, .form-control.button:focus{
    background: #2885cd;
    color: #fff
}
.from-main{
    padding-right: 6px;
}
.to-main{
    padding-left: 6px;
}
.date input.form-control{
    font-size: 14px;
}

#my-order {
    padding-left: 28px;
}
#my-order .content-wrapper {
    padding-bottom: 64px;
}
#my-order .table {
    margin-bottom: 0;
    background-color: #F8F7F5;
}
#my-order .table>tbody>tr>td, 
#my-order .table>tbody>tr>th, 
#my-order .table>tfoot>tr>td, 
#my-order .table>tfoot>tr>th, 
#my-order .table>thead>tr>td, 
#my-order .table>thead>tr>th{
    padding: 20px 12px;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
    vertical-align: top;
    border-top: 1px solid #B1ADA6;
}
#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: uppercase;
    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 #B1ADA6;
}
#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;
    font-weight: 400;
}
#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 .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: capitalize;
    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: uppercase;
    margin-bottom: 10px;
}
.order-details--table .data{
    color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    width: 100%;
    display: block
}
.order-details--table .status{
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    display: inline;
    padding-right: 15px;
}
#filterOrder .sidebarFilterBtn input {
    border: 0;
    width: auto;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #CF4500;
    padding: 0;
    border-radius: 0;
}
#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: #CF4500;
    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: #CF4500;
    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: #333333;
    font-weight: 400;
}
.totalTableArea {
    border-top: 1px solid #D1D1D1;
}
.sub-total-table{
     width:auto;
    float: right;
    text-align: right;
    margin: 10px 0;
}
.totalTableBox .table {
    border: none;
    margin-bottom: 0;
}
.totalTableBox .itemZipcodeBox .itemZipCollapse {
    top: 33px;
    left: 0;
}
.itemZipcodeBox .zipcodeBtn span{
    font-size: 16px;
    line-height: 20px;
    color: #D40029;
    font-weight: 500;
}
.total-table tbody tr td{
   border: 0; 
    padding: 8px 0;
    color: #141413;
    vertical-align: middle;
    font-weight: 700;
}
.total-table tbody tr td.totalText p {
    font-size: 14px;
    line-height: 18px;
}
.total-table tbody tr td.totalAmmount p {
    font-size: 24px;
    line-height: normal;
}
.total-table tbody tr td.totalText p,
.total-table tbody tr td.totalAmmount p{
    font-weight: 700;
}
.total-table tbody tr td.totalText .taxShippingNote{
    margin-left: 10px;
}
.total-table tbody tr td.totalText .taxShippingNote p{
    font-weight: 400;
}
.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;
}
.taxShippingNote p,
.total-table tbody tr td.totalText .taxShippingNote p{
    font-size: 13px;
    font-weight: 400;
    line-height: 16.48px;
    color: #141413;
}
/* Promo Code */
.promoCodeBox{
    max-width: 643px;
    margin-top: 62px;
    margin-bottom: 41px;
}
.promoCodeBox label{
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.promoCodeBox .promoCodeNote {
    margin-bottom: 10px;
    margin-left: 10px;
}
.promoCodeBox .promoCodeNote p{
    font-size: 13px;
    font-weight: 400;
    line-height: 16.48px;
    color: #000000;
}
.promoCodeBox .promoCodeInput,
.promoCodeBox .alert_message{
    width: 100%;
    max-width: 444px;
}
.promoCodeBox .promoCodeInput{
    position: relative;
}
.promoCodeBox .promoCodeInput .form-control{
    font-size: 16px;
    font-weight:400;
    color: #6D6C6A;
    padding: 12px 10px 15px;
    height: 49px;
    line-height: 20px;
    border-color: #C0C0C0;
}
.promoCodeBox .promoCodeInput .form-control::-webkit-input-placeholder {
   color: #6D6C6A;
}
.promoCodeBox .promoCodeInput .form-control:-moz-placeholder {
   color: #6D6C6A;  
}
.promoCodeBox .promoCodeInput .form-control::-moz-placeholder {
   color: #6D6C6A;  
}
.promoCodeBox .promoCodeInput .form-control:-ms-input-placeholder {  
   color: #6D6C6A;  
}
.promoCodeBox .promoCodeInput .form-control[disabled], 
.promoCodeBox .promoCodeInput .form-control[readonly]{
    background-color: #FFFFFF;
}
.promoCodeBox .clearspace {
    position: absolute;
    /* right: 10px; */
    right: 0px;
    /* top: 19px; */
    top: 0;
    line-height: 10px;
    height: 49px;
    cursor: pointer;
    padding: 19px 10px;
}
.promoCodeBox .clearspace img {
    width: 10px;
}
#checkout-cart .cart-section .promoCodeBox .alert-success {
    margin-bottom: 0;
    margin-top: 12px;
}
.promoCodeBox .alert-dismissible .close {
    line-height: 12px;
    top: 8px;
    right: 10px;
    opacity: 1;
    text-shadow: none;
    padding: 0;
    color: #fff;
}
.promoCodeBox .promoCodeApplyBtn{
    margin-top: 5px;
    margin-left: 19px;
}
.promoCodeBox .promoCodeApplyBtn .themeBtn{
    min-width: 182px;
}
.coupon-code-section.promoCodeBox .alert.alertS2{
    display: flex;
    align-items: baseline;
}
.coupon-code-section.promoCodeBox .alert.alertS2 .fa-check-circle, .coupon-code-section.promoCodeBox .alert.alertS2 .fa-exclamation-circle{
    margin-right: 5px;
}
/* End */
#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 {
    padding-top: 24px;
}
.checkoutCartBtn .cartBtnContinue .themeBtn {
    background-color: #FFFFFF;
    color: #CF4500;
}
.checkoutCartBtn .cartBtnShip .btn {
    margin-left: 26px;
    min-width: 182px;
}
.cartBtnContinue .btn.btnWhiteBg {
    padding: 9px 14px 10px;
}
/*.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: uppercase; 
    margin-bottom: 24px;
    font-weight: 700;
}
.sidebar-mobile--menu span{ 
    display: block; 
    position: relative;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.8px;
    color: #444340;
}
.sidebar-mobile--menu:hover{ 
    cursor: pointer
}
.sidebar-mobile--menu span:after{
    content: '';
    width: 12px;
    height: 7px;
    background-image: url(../image/arrow-down-gray.svg);
    padding-left: 0;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-size: 12px;
}

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

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #d1ccbd;
}
.qt--data {
    color: #333;
    font-weight: 600;
    text-align: center;
    border: none;
    outline: 0;
    cursor: default;
    width: 100%;
}
.check--moq {
    position: relative;
}
.check--moq .moq--alert {
    display: none;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 7px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 130%;
    left: 47%;
    margin-left: -60px;
}
.check--moq .moq--alert::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent red transparent;
}
.order-details--table td{ vertical-align: top; }
.white-space-nowrap{ white-space: nowrap }
.pad-bot td{ padding-bottom: 10px; }
.pre-line{
    width: 100%;
    height: 125px;
    padding: 10px;
    resize: none;
    color: #666;
    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: #D40029 !important;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    font-size: 12px !important;
    color: #ffffff !important;
    box-shadow: none !important;
    border: none;
    padding: 0 12px;
}

/* Information pages*/ 
#information-information .themeContainer {
    padding: 0 93px;
}
#pageTitle {
    position: relative;
    padding: 13px 50px 15px;
    margin-top: 13px;
}
#pageTitle .pageTitleBox h1{
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    color: #141413;
}
#pageTitle.sustainTitle {
    background-color: #8DB92E;
}
#pageTitle.diversityTitle {
    background-color: #F38B00;
}
#pageTitle .sustainTitleIcon {
    margin-right: 17px;
}
#pageTitle .sustainTitleIcon img {
    min-height: 34px;
    width: 34px;
}
#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: 80px 0;
}
.informationBoxContact h4{
    font-size: 28px;
    line-height: 38px;
    color: #141413;
    margin-bottom: 30px;
}
.informationBoxContact p{
    line-height: 30px; 
    color: #000000;
    font-weight: 400;
}
.informationBoxContact p a {
    color: #007bff !important;
    margin-bottom: 0;
    font-weight: 700;
}

/*contact us new css*/ 
#information-information .informationBox h1{
    font-size: 48px;
    line-height: 56px;
    font-weight: 350;
    color: #141413;
    margin-top: 0;
    margin-bottom: 24px;
}
#information-information .informationBox p:nth-last-of-type(1) {
    margin-bottom: 0;
} 
#information-information .informationBox p a strong {
    color: #CF4500 !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}
#information-information .informationBox .infoHighlight {
    color: #DC1E1E;
}
#information-information .informationBox .privacyPolicyBox a,
#information-information .informationBox .termsInfoBox a,
#information-information .informationBox .panel-body a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #CF4500 !important;
    font-family: "MarkForMCNrw", sans-serif;
}
.privacyPolicyBox a.infoUnderline:before,
.termsInfoBox a.infoUnderline:before,
#faqArea a.infoUnderline:before{
    background: #DC1E1E;
}
#information-information .informationBox .privacyPolicyBox a b, 
#information-information .informationBox .privacyPolicyBox a strong, 
#information-information .informationBox .panel-body a strong{
    color: #DC1E1E !important;
    font-weight: 700;
}
.infoUnderline {
    display: inline-block;
    position: relative;
}
.infoUnderline:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    position: absolute;
    bottom: 2px;
}
.informationBox ul{
    padding-left: 16px;
    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.Policy ul li:before {
    top: 10px;
    width: 6px;
    height: 6px;
}
#information-information .informationBox b,
#information-information .informationBox strong{
    font-weight: 700;
}
#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;
}
#information-information .informationBox h3,
#information-information .informationBox h3 b,
#information-information .informationBox h3 strong{
    font-weight: 400;
}
.informationBox p {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
}
#information-information .informationBox .table{
    margin-top: 20px;
    margin-bottom: 20px;
}
#information-information .informationBox .table thead tr th,
#information-information .informationBox .table thead tr td,
#information-information .informationBox .table tbody tr td{
    padding: 12px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    text-align: left;
    border-color: #191919;
    font-family: MarkForMCNrw;
}
#information-information .informationBox .table thead tr th,
#information-information .informationBox .table thead tr td{
    padding: 10.5px 16px;
    font-weight: 700;
    letter-spacing: 0.01px;
}
#information-information .informationBox .table thead tr th:nth-child(1),
#information-information .informationBox .table tbody tr td:nth-child(1),
#information-information .informationBox .table thead tr th:nth-child(2),
#information-information .informationBox .table tbody tr td:nth-child(2){
    width: 27%;
}
#information-information .informationBox .table thead tr th:nth-child(3),
#information-information .informationBox .table tbody tr td:nth-child(3){
    width: 46%;
}
.informationBox .infoBoxBtn {
    margin-top: 24px;
    margin-bottom: 0;
}
.informationBox .alert-success {
    margin-bottom: 24px;
    margin-top: 0;
}
.informationBox .contactusBox{
    padding: 0 80px;
}
.contactusBox p {
    margin-bottom: 24px;
}
.contactusBox .backBtnBox {
    margin-top: 48px;
}
#information-information .informationBox .themeBtn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF !important;
    padding: 9px 22px 10px;
    box-shadow: none;
}
#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: #141413;
    font-weight: 400;
}
#information-information .informationBox a,
#information-information .informationBox a b,
#information-information .informationBox a strong{
    color: #CF4500 !important;
    margin-bottom: 0;
    font-weight: 700;
}
/*privacy policy individual css*/
.informationBox .privacyPolicyBox {
    padding-bottom: 88px;
}
.informationBox .privacyPolicyBox h4{ 
    line-height: 38px;
    color: #141413;
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;  
}
.informationBox .privacyPolicyBox h4 + p {
    margin-bottom: 20px;
    margin-top: 30px!important;
} 
.informationBox .privacyPolicyBox h4 + p + p strong {
    font-weight: bolder;
    display: block;
    margin: 20px 0;
} 
#information-information .informationBox .privacyPolicyBox p,
#information-information .informationBox .privacyPolicyBox ul li, 
#information-information .informationBox .privacyPolicyBox ol li,
#information-information .informationBox .termsInfoBox p,
#information-information .informationBox .termsInfoBox ul li,
#information-information .informationBox .termsInfoBox ol li{
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    font-family: "MarkForMCNrw", sans-serif;
}
#information-information .informationBox .privacyPolicyBox p,
#information-information .informationBox .privacyPolicyBox ol li,
#information-information .informationBox .privacyPolicyBox ul li,
#information-information .informationBox .termsInfoBox p,
#information-information .informationBox .termsInfoBox ol li,
#information-information .informationBox .termsInfoBox ul li{
    margin-bottom: 12px;
}
#information-information .informationBox .termsInfoBox ol li:nth-last-of-type(1) {
    margin-bottom: 0;
}
#information-information .informationBox .termsInfoBox strong a{
    font-weight: 700;
}
.informationBox .privacyPolicyBox ul li:before {
    top: 10px;
    width: 5px;
    height: 5px;
}
#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;
}
.informationBox ol,
.informationBox ull{
    padding-left: 16px;
    margin-bottom: 16px;
}
.informationBox ol.listAlpha{
    padding-left: 16px;
}
ol.listAlpha li {
    list-style: none;
    position: relative;
}
ol.listAlpha {
    counter-reset: alpha
}
ol.listAlpha > li:before {
    counter-increment: alpha;
    content:"(" counter(alpha, lower-alpha)")";
    margin-right: 0.5em;
}
ol.listNumber,
ol.listNumber li ol{
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}
ol.listNumber li ol {
    padding-left: 24px;
    margin-top: 12px;
}
ol.listNumber li{
    display: table;
    counter-increment: item;
    margin-bottom: 16px;
}
ol.listNumber li:before {
    content: counters(item, ".") ".";
    padding-right: 0.5em; 
    font-weight: 700;
}
ol.listNumber li ol li {
    margin-bottom: 5px;
}
ol.listNumber li ol li:before {
    content: counters(item, ".") ".";
}

#information-information .informationBox .borderBox {
    padding: 10px 20px;
    border: 1px solid #B1ADA6;
}

#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 .infoBoxBtn .themeBtn {
    background: #FFFFFF;
    color: #CF4500;
}
#error-not-found .informationBox .infoBoxBtn {
    margin-top: 46px;
    margin-bottom: 0;
}

/* Page not found s */
.not-found-info img{
    max-width: 100px;
    margin-bottom: 20px;
}
#error-not-found .not-found-info p {
    font-size: 18px;
    line-height: 30px;
    color: #141413;
    font-weight: 400;
}
#error-not-found .not-found-info p.bold-txt{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
#error-not-found .not-found-info .infoBoxBtn {
    margin-top: 10px;
}
#error-not-found .not-found-info .btn-continue{
    color: #CF4500;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-decoration: none;
}
/* FAQs Area */
#faqArea .panel-heading{
    background-color: #FFFFFF;
    padding: 0;
}
#themeAccordion .panel-title a{
    display: block;
    font-size: 20px;
    line-height: 25px;
    color: #CF4500 !important;
    font-weight: 400;
    position: relative;
    text-decoration: none;
    padding: 20px 32px 19px 0px;
}
#themeAccordion .panel-title a:before,
#themeAccordion .panel-title a.collapsed:before,
#themeAccordion .panel-title a.collapsed:after{
    content: '';
    width: 18px;
    height: 1px;
    padding-left: 5px;
    right: 0;
    top: 23px;
    position: absolute;
}
#themeAccordion .panel-title a.collapsed:before,
#themeAccordion .panel-title a.collapsed:after{
    background: #141413;
}
#themeAccordion .panel-title a.collapsed:after {
    transform: rotate(90deg);
}
#themeAccordion .panel-title a:before {
    background: #CF4500;
}
#themeAccordion .panel-title .collapsed{
    color: #141413 !important;
    border-bottom: 1px solid #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 #EAEAEA;
    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: #CF4500 !important; 
}
#themeAccordion .panel-body{
    padding: 0;
    border: 0;
    padding-bottom: 32px;
    border-bottom: 1px solid #EAEAEA;
}
.informationBox #faqArea .panel-body ul {
    margin-bottom: 0;
}
#faqArea #themeAccordion .panel-title a{
    font-family: "MarkForMCNrw", sans-serif;
}
#information-information #faqArea .panel-body p,
#information-information #faqArea .panel-body ul li{
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    font-weight: 400;
    font-family: "MarkForMCNrw", sans-serif;
}
#faqArea .panel-body ul li:before{
    top: 9px;
    width: 6px;
    height: 6px;
}
#faqArea .panel-body ol {
    counter-reset: item;
    margin: 0;
    padding: 0;
}
#faqArea .panel-body li {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 20px;
}
#faqArea .panel-body li::before {
    content: counter(item) ") ";
    counter-increment: item;
    width: 25px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
}

#information-information .informationBox #faqArea .panel-body a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}
.informationBox #faqArea .panel-body a:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #DC1E1E;
    position: absolute;
    bottom: 2px;
}
#themeAccordion .panel-default{
  border:none;
  box-shadow:none;
  border:0;
  border-radius:0;
}
#themeAccordion .panel-group .panel+.panel {
    margin-top: 0px;
}

.modal-backdrop.in,
.modal-backdrop.show {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: rgba(20, 20, 19, 0.70);
}
.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 #D40029;
    background-color: #ffffff;
    color: #D40029;
    box-shadow: none;
    max-width: 100%;
}
.customModal .modal-footer .modalFooterRight {
    text-align: right;
}
#supportModal.dashboardModal .modal-dialog {
    max-width: 500px;
}
#supportModal .inputBox{
    margin-bottom: 16px;
}
#supportModal .inputBox:nth-last-of-type(1) {
    margin-bottom: 0;
}
#supportModal .inputBox label,
#supportModal .form-group label{
    font-weight: 700;
}
#supportModal .multiselect-container.dropdown-menu li a label{
     font-weight: 400;
}
#supportModal .inputBox .form-control[type="file"] {
    padding: 8px 10px 8px;
}
#supportModal .inputBox textarea.form-control {
    min-height: 180px;
    height: 180px;
    max-height: 180px;
    min-width: 100%;
    max-width: 100%;
}
#supportModal #captcha {
    position: relative;
    padding-right: 48px;
}
#supportModal #captcha .captchaIcon {
  background-image: url(../image/Refresh_icon.svg) !important;
  background-color: #ffffff;
    background-position: center center;
    padding: 14px;
    position: absolute;
    top: 10px;
    right: 0;
}
#supportModal #captcha #code{
    height: 46px;
}
.dashboardModal .modal-footer .submitBtn {
    width: 100%;
}

#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: #D40029;
    font-weight: 900;
}
.pageNotFoundTitle h2 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 44px;
    font-weight: 700;
}
.pageNotFoundBox p {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
}
/* Issue Tracker Form */
.issueTrackerArea{
    min-height: -webkit-calc(100vh - 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;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.issueTrackerArea .control-label {
    font-weight: 700;
}
.issueTrackerArea textarea.form-control {
    min-height: 80px;
    max-height: 250px;
}
.issueTrackerArea .multiSelectBtn[title="Select Option"] .multiselect-selected-text, 
.issueTrackerArea .multiSelectBtn[title="Select From Drop Down"] .multiselect-selected-text {
    color:#676561 !important;
}
.issueTrackerArea .dropdown-toggle::after{
    display: none;
}
.issueTrackerArea .textError{
    font-size: 12px;
    line-height: 16px;
    color: #D7373C;
    margin-top: 5px;
}
#browse-div .form-control {
    overflow: hidden;
}
#browse-div label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}
#browse-div a.file-browse-inner {
    color: #FFFFFF;
    display: inline-block;
    height: 46px;
    padding: 8px 15px;
    background-color: #CF4500;
    line-height: 26px;
    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: #852D01;
}
#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 {
    margin-left: 4px;
    margin-bottom: 2px;
    transform: rotate(45deg);
}
#browse-div #filesList .name {
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
    font-size: 12px;
    line-height: 20px;
    color: #141413;
    font-weight: 400;
}
#browse-div .browseFileNote p{
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #141413;
    display: block;
    margin-top: 5px;
}
.issueTrackerArea #captcha .captchaIcon {
    top: 10px;
    background: url(../image/Refresh_icon.svg);
}
.issueTrackerArea #captcha #code {
    height: 46px;
}
.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: #141413;
    font-weight: 400;
}
.issueSubmitBox p u {
    text-decoration: none;
}
.issueSubmitBox p b {
    color: #141413;
    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: 700;
    margin-top: 5px;
}

.checkoutArea .left-panel {
    padding-right: 13px;
}
.checkoutArea .stickySummary .panel-default.couponCodeBox{
    margin-bottom: 24px;
}
.checkoutArea .rightColumn {
    padding: 50px 0 72px 0;
}
.checkoutArea .leftColumn {
    padding: 50px 0 50px 110px;
}
.checkoutArea .panelBox {
    background: #F8F7F5;
    margin-bottom: 24px;
}
.checkoutArea .addPanelBox {
    padding: 20px 20px;
}
.panelForm .panelBoxTitle {
    padding: 20px 20px 0px;
}
.panelForm .panel-body,
.radioPanelBox .panel-body{
    padding: 0 12px;
}
.addPanelBox .panelBoxTitle,
.panelForm .panelBoxTitle{
    padding-bottom: 19px;
}
.radioPanelBox .panelBoxTitle{
    padding: 14px 20px 19px;
}
.panelBox .panelBoxTitle {
    position: relative;
}
.panelBox .panelBoxTitle h3 {
    font-size: 18px;
    line-height: 28px;
    color: #141413;
    font-weight: 700;
}
.editBillingBtn,
.editShippingBtn{
    position: absolute;
    right: 0;
    top: 0;
}
.editBillingBtn .fa,
.editShippingBtn .fa {
    font-size: 20px;
    color: #CF4500;
}
.editBillingBtn:hover .fa,
.editBillingBtn:focus .fa,
.editShippingBtn:hover .fa,
.editShippingBtn:focus .fa{
    color: #852D01;
}
#edit-billing .alert {
    margin-top: 0;
}
.panelBox .panelBoxTitle p{
    font-size: 11px;
    line-height: 14px;
    color: #141413;
    margin-top: 1px;
}
.panelBox .panelBoxBody p {
    font-size: 14px;
    line-height: 20px;
    color: #141413;
    font-weight: 400;
}
.cartErrortext{
    font-size: 14px;
    line-height: 18px;
    color: #D7373C;
    margin-top: 0;
}
.shipping-option .cartErrortext{
    padding: 0 20px 16px;
}
.checkoutArea .panelCommentBox + .panelCommentBox {
    margin-top: 24px;
}
.panelCommentBox .panelCommentBoxTitle {
    margin-bottom: 8px;
}
.panelCommentBox h4 {
    font-size: 18px;
    line-height: 28px;
    color: #141413;
    font-weight: 700;
    margin-bottom: 0;
}
.panelCommentBox .panelCommentBoxTitle p{
    font-size: 12px;
    color: #EB001B;
}
.panelCommentBox textarea {
    width: 100% !important;
    max-width: 100%;
    min-height: 120px;
    max-height: 120px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #B1ADA6;
    border-radius: 5px;
    padding: 10px 17px;
}
.checkbox  .termsPopupBtn{
    color: #CF4500;
}
.panelBox .shiping_response_errror {
    padding: 0 20px 11px;
}
.panelBox .panelBoxBody .shiping_response_errror .text-danger {
    color: #D7373C;
    margin-top: 0;
}
.checkoutArea .checkoutBtn {
    margin-top: 32px;
}
.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: #CF4500;
    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;
    background: #CF4500;
    border: 2px solid #CF4500;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    padding: 11px 22px;
    outline: 0;
    text-decoration: none;
    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;
}
#pay_with_cardx{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    min-width: 160px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 17.75px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
}
#pay_with_cardx rect {
    rx: 24px !important;
    fill: #cf4500 !important;
}
#btn-pay-with-cardx:hover rect {
  fill: #852D01 !important;
}
#payment-btn .click2PayBtnBox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.couponCodeBox .couponInput{
    width: 100%;
}
.couponApplyBtn,
.couponAppliedBtn{
    margin-left: 20px;
}
.couponApplyBtn .btn {
    padding: 12px 30px;
}
.couponAppliedText p{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.couponAppliedText p span{
    color: #D40029;
    text-transform: uppercase;
}
.couponAppliedBtn .themeBtn{
    padding: 15px 25px;
    font-size: 18px;
    line-height: 28px;
    height: 58px;
    background: #ffffff;
    color: #3c763d;
    border: 2px solid #3c763d;
    box-shadow: none;
}
.couponAppliedBtn .themeBtn .fa{
    margin-right: 5px;
}
.fn-total .fn-t-row span.cost-title .promoCodeText{
    margin-right: 10px;
}
.fn-total .fn-t-row span.cost-title .promoCodeText,
.fn-total .fn-t-row span.cost.promoCodeCost,
.total-table span.promoCodeText{
    color: #D40029;
    font-weight: 500;
    cursor: pointer;
}
.fn-total .fn-t-row span.cost-title .promoCodeText .fa,
.promoCodeText .fa{
    font-size: 20px;
    margin-right: 5px;
    line-height: 20px;
    font-weight: 400;
}
.text-danger2{
    font-size: 14px;
    line-height: 18px;
    color: #D40029;
    margin-top: 10px;
}
/* End Coupon Code Area */
/* Giiving Gift Area */
.panel-group .panel + .panel.giftBox {
    margin-top: 24px ;
}
.giftBox .giftBoxTitle h3 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}
.giftBox .giftBoxTitle img{
    margin-right: 8px;
}
#checkout-checkout .giftInputBox .checkBox {
    margin-top: 12px;
    margin-bottom: 0;
}
.giftBox .formGrpInner{
    margin-top: 18px;
}
.giftBox .giftEditText {
    margin-top: 12px;
    cursor: pointer;
    min-width: 55px;
    margin-left: 15px;
    text-align: right;
}
.giftBox .giftEditText span {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.giftBox .giftEditText .fa{
    font-size: 14px;
    font-weight: 400;
    color: #D40029;
    line-height: 14px;
    margin-left: 4px;
}
.giftBox textarea,
#checkout-checkout .giftBox .form-control{
    min-height: 99px;
    padding: 12px 12px;
}
.giftBox .form-control[disabled],
#checkout-checkout .giftBox .form-control[disabled]{
    border-color: #D1D1D1;
    color: #D1D1D1;
}
.giftBox .giftCharLeft {
    font-size: 11px;
    line-height: 12px;
    color: #8B8B8B;
}
.giftBox .giftCharLeft span {
    display: inline-block;
    margin-top: 8px;
}
.giftBox .giftBoxBtn {
    text-align: right;
    margin-top: 24px;
}
.giftBox .giftBoxBtn .themeBtn{
    width: 100%;
    max-width: 255px;
}
.giftSuccessBox.giftBox {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 36px;
    margin-top: 24px;
}
.giftMsgBox {
    margin-top: 12px;
    background: #EEEEEE;
    border-radius: 4px;
    padding: 12px;
}
.giftMsgBox p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.giftMsgBox pre {
    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;
    font-weight: 400;
}
.stickySummary .showOrderDetails .orderSummaryBox {
    max-height: calc(100vh - 150px);
    overflow: auto;
}

.stickyOrderBox .orderDetailBox{
    margin-bottom: 0px;
}
.stickyBox{
    height: calc(100vh - 48px);
    overflow: auto;
    position: fixed;
    top: 24px;
    z-index: 9;
    width: calc(50% - 84px);
    margin-top: 24px;
    max-width: 716px;
}
.fn-total .fn-t-row span.cost-title,
.fn-total .fn-t-row span.cost{
    color: #141413;
    font-weight: 400;
}
.fn-total .fn-t-row span.cost-title{
    font-size: 14px;
    line-height: 28px;
    margin-right: 15px;
}
.fn-total .fn-t-row span.cost{
    font-size: 14px;
    line-height: 26px;
}
#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 .themeContainer {
    padding: 0 35px;
}
#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: #F8F7F5;
    border-radius: 4px;
    padding: 22px 20px;
    margin-bottom: 24px;
}
.orderDetailTiltle h2 {
    font-size: 50px;
    line-height: 52px;
    color: #141413;
    font-weight: 700;
    margin-top: 0;
    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 #B1ADA6;
    padding: 16px 0;
}
.orderSummaryBox .orderSummaryTop {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.orderSummaryBox .orderSummaryTop + .orderSummaryTop {
    margin-top: 18px;
}
.orderSummaryBox .orderSummaryImg {
    margin-right: 16px;
}
.orderDetailBox .orderSummaryImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    padding: 0;
    background-color: #F7F7F7;
    border: 0;
    border-radius: 0;
}
.orderSummaryBox .orderSummaryText {
    width: calc(100% - 118px);
    min-height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
.orderDetailBox p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
.orderDetailBox p.item-sec {
    font-size: 12px;
    line-height: 20px;
    color: #8B8B8B;
}
.orderStatusDetail .orderDetailBox p.item-sec,
.successPageArea .orderDetailBox p.item-sec{
    margin-bottom: 0px !important;
}
.orderDetailBox p.emailText {
    margin-top: 24px;
}
.orderDetailBox p.itemNum{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #8B8B8B;
    margin-bottom: 12px;
}
.orderDetailBox p.trackNum {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}
.orderDetailBox p.trackNum a{
    color: #D40029;
    text-decoration: underline;
}
.checkoutArea .orderSummaryText .itemName{
    margin-bottom: 4px;
}
.orderDetailBox .orderSummaryBox .itemName,
.checkoutArea .orderSummaryText .itemName,
.checkoutArea .orderSummaryText .itemName a{
    font-size: 14px;
    line-height: 18px;
    color: #141413;
    font-weight: 700;
}
.orderDetailBox .orderSummaryBox .itemNum,
.checkoutArea .orderSummaryText .itemNum{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #444340;
}
.orderSummaryBox .itemInfoTop{
    padding-right: 16px;
}
.orderSummaryBox .summaryTextTop {
    margin-bottom: 16px;
}
.orderSummaryBox .itemQty{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
}
.orderSummaryBox .summaryTextBot p {
    font-size: 12px;
    line-height: normal;
    font-weight: 400;
    color: #141413;
}
.orderSummaryBox .summaryTextBot p + p {
    margin-top: 4px;
}
.orderSummaryBox .summaryTextBot p span{
    font-weight: 500;
}
.orderSummaryBox .itemPrice{
    font-size: 18px;
    line-height: 28px;
    color: #141413;
    font-weight: 700;
    font-family: MarkForMCNrw;
}
.orderDetailBox .orderSummaryText .extDate{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    margin-top: 11px;
}
.orderDetailBox .orderSummaryText .extDate span{
    color: #8B8B8B;
}
.orderDetailBox #payment_name,
.orderDetailBox .paymentName{
    margin-bottom: 24px;
}
.orderSummaryTBot {
    background-color: #EEEEEE;
    padding: 12px;
    margin-top: 18px;
    border-radius: 4px;
}
.orderSummaryTBot p{
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.orderSummaryTBot .monogramName{
    margin-top: 12px;
}
.orderSummaryTBot .monogramName:nth-of-type(1){
    margin-top: 0;
}
.orderSummaryTBot p span{
    font-weight: 500;
}
.orderSummaryTable{
    margin-top: 18px;
    margin-bottom: 0px;
}
.orderSummaryTable tbody tr td{
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    font-weight: 400;
    padding: 0 0 12px;
    border: 0;
}
.orderSummaryTable tbody tr:first-child td{
    font-weight: 500;
}
.orderSummaryTable tbody tr:last-child{
    border-top: 1px solid #D1D1D1;
}
.orderSummaryTable tbody tr:last-child td{
    font-size: 18px;
    line-height: 18px;
    color: #D40029;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 18px;
}
.order-detail-toggle {
    display: none;
}

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

.productContent .name-section input{
    height: 48px;
    border: 1px solid #333333;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 1;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
    padding: 16px;
}
.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;
}
.customBtn{
    font-size:20px;
    padding: 15px;
}
.customtumbnails{
    overflow: unset !important;
}
#order_view .error_warning {
    margin-top: 0;
    margin-bottom: 15px;
}
/*custom css added by anurag*/
.custom-heading-flex{
    display:flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.magnify {width: 200px; margin: 50px auto; position: relative; cursor: none}
.large {
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 
    0 0 3px 3px rgba(0, 0, 0, 0.25), 
    inset 0 0 10px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-color: #FFFFFF !important;
    transform: scale(1.5); 
}
.magnifiedImgBox{
    cursor: none;
}
.magnifyGlass {
    position: absolute;
    z-index: 101;
    background-repeat: no-repeat;
    display: none;
    cursor: pointer;
    border-radius: 100%;
    display: none;
    background-color: #FFFFFF !important;
    transform: scale(1.5);
    box-shadow:0 0 0 7px rgba(255, 255, 255, 0.85), 
	0 0 7px 7px rgba(0, 0, 0, 0.25), 
	inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}
#findOrderArea {
    min-height: -webkit-calc(100vh - 225px);
    min-height: -moz-calc(100vh - 225px);
    min-height: -o-calc(100vh - 225px);
    min-height: -ms-calc(100vh - 225px);
    min-height: calc(100vh - 225px);
}
#findOrderArea .findOrderForm {
    padding: 50px 0;
    width: 100%;
    max-width: 595px;
    margin: 0 auto;
}
.findOrderForm .form-group {
    margin-bottom: 0;
}
.findOrderForm .form-group + .form-group {
    margin-top: 20px;
} 
.findOrderForm .form-group label{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #141413;
}
.findOrderForm .form-group#has_capcherr
{
    margin-top: 20px;
}
.findOrderForm .alert-danger{
    display: flex;
    align-items: center;
}

.findOrderForm .form-group .form-control {
    border-color: #B1ADA6;
    height: 45px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.findOrderForm .alert .fa {
    line-height: 20px;
}
.findOrderNote{
    margin-top: 10px;
}
.findOrderNote p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
}
.findOrderBtnBox{
    margin-top: 54px;
    margin-bottom: 10px;
}
.findOrderBtnBox .themeBtn{
    width: 100%;
}
#orderDetailsArea {
    padding-bottom: 50px;
}
#orderDetailsArea .orderDetailsBox {
    width: 100%;
    max-width: 595px;
    margin: 0 auto;
}
#orderDetailsArea .orderDetailsBox .orderDetailsInner{
    width: 100%;
    /* max-width: 390px; */
}
.orderDetailsHeader h3 {
    font-size: 40px;
    font-weight: 500;
    line-height: 18px;
    color: #000;
    margin-bottom: 37px;
}
.orderDetailsBox .orderInfoBox + .orderInfoBox{
    margin-top: 37px;
}
.orderInfoBox p{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
}
.orderInfoBox p + p{
    margin-top: 5px;
}
.orderInfoBox p span{
    font-weight: 500;
}
.orderInfoBox p.textNormal span {
    font-weight: 400;
}
.orderInfoBox .orderInfoInner {
    margin-top: 5px;
}
.orderInfoBox .orderInfoInner p + p{
    margin-top: 10px;
}
/* Term & Condition PopUp CSS */
.termsConditionPopup .termsInfoBox h1{
    margin-bottom: 24px;
    font-weight: 350;
    font-size: 48px;
    line-height: 56px;
    color: #141413;
    margin-top: 0;
}
.termsConditionPopup .termsInfoBox p, .termsConditionPopup .termsInfoBox ol li, .termsConditionPopup .termsInfoBox ul li{
    font-size: 16px;
    line-height: 24px;
    color: #191919;
    font-family: "MarkForMCNrw", sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 12px;
}
.termsConditionPopup .termsInfoBox ol li:nth-last-of-type(1) {
    margin-bottom: 0;
}
.termsConditionPopup .termsInfoBox a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #DC1E1E !important;
    font-family: "MarkForMCNrw", sans-serif;
}
#single-checkout .text-danger#acceptTCError{
    font-weight: 400;
}
/* End */
/* PDP page disable add to cart text */
.new-business-sec{
    padding: 16px 37px 16px 16px;
    background: #EAEAEA80;
    border-radius: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.new-business-sec h3{
    font-family: 'BentonSans Regular';
   font-size: 18px;
   font-weight: 700;
   line-height: 21.6px;
   letter-spacing: -0.02em;
   text-align: left;
   color: #501B86;
   margin-bottom: 8px;
}
.new-business-sec p{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
}
.new-business-sec ul{
    list-style: disc;
    margin-left: 16px;
    margin-bottom: 16px !important;
}
.new-business-sec ul li{
    font-family: 'BentonSans Regular';
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #000000;
}
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: #CF4500;
    accent-color: #CF4500;
    opacity: 1;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    left: 15px;
    margin: 0;
    cursor: pointer;
    transform: scale(1);
}
#issue-tracker-form-sec .page-title{
    position: relative;
    padding: 13px 50px 15px;
    margin-top: 13px;
    font-size: 34px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    color: #141413;
}

#issue-tracker-form-sec #form_content{
    width: 100%;
    max-width: 630px;
    flex: 100%;
    padding: 42px 15px 78px;
}
#issue-tracker-form-sec .form-group label {
    font-weight: 700;
}

/* ==== UAT tracker Success Message === */
#issue-tracker-form-sec #msg_content{
    max-width: 800px;
    width: 100%;
    flex: 100%;
}
#issue-tracker-form-sec .issue-submit-success {
    max-width: 800px;
    width: 100%;
}
#issue-tracker-form-sec .issue-submit-success p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

iframe.greNoteArea.form-control, iframe.greNoteArea.form-control {
    min-height: 200px;
}
.inputBoxNote.support-req{
    color: #000000 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 4px;
}
/* End */
/* UAT Feedback Tracker CSS */
li.siteFeedbackTracker a.site_feedback_tracker{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 20px 0;
    font-weight: 400;
}
/* End */
@media(max-width:1440.5px){
    #menu .dropdown-menu .dropdown-submenu {
        min-width: 170px;
    }
}

@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;}
}
@media(max-width:1199px){
    .my-account{width:60px;}
    .my-account a img{margin-right: 0;}
    .grid-width{max-width: calc(100% - 100px)}
    .welcome-block{padding:40px;}
    .welcome-block p{font-size:18px;line-height: 24px;}
    .dropdown-menu-right{min-width: 120px !important;width: 100% !important}
    #column-left{padding-right: 15px;}
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (max-width: 1200px) {
    .themeContainer,
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer,
    #checkout-cart .themeContainer,
    #common-success .themeContainer,
    #product-product .themeContainer,
    #error-not-found .themeContainer,
    .checkoutArea .themeContainer,
    #information-information .themeContainer{
        padding: 0 25px;
    }
    
    #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 .form-control {
        min-width: 180px;
    }
    
    #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;
    }
    .itemImgSlide .carousel-indicators .carouselIndicator {
        min-width: 1%;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 40px;
    }
    
    .contentBottom .alsoLikeArea {
        padding: 40px 0;
    }
    
    .checkoutArea .rightColumn {
        padding: 40px 0px 40px 0;
    }
    .checkoutArea .leftColumn {
        padding: 40px 0 50px 0;
    }
    .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: 55px 0 48px;
    }
    
    #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 */
@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){
    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: 15px;
    }
    #menu .navbar-nav li .dropdown-menu {
        min-width: 200px;
    }
    #menu .dropdown-menu .dropdown-submenu {
        min-width: 190px;
    }
    
    .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: -40px;
        right: -40px;
        z-index: 9;
        margin: 0;
    }
    .searchBox .searchInputInner{
        position: relative;
        padding: 20px 24px;
        background: #000000;
        border: 0;
        border-radius: 0;
    }
    .searchBox .searchInputDiv{
        position: relative;
        width: 100%;
    }
    .searchInputBox {
        display: flex;
        align-items: center;
        padding: 15px 40px;
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        background-color: #ffffff;
    }
    .searchInputBox #searchField,
    .headerSearchBox .searchBox .form-control{
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        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,
    .headerSearchBox .searchBox:hover .searchInputDiv .form-control,
    .headerSearchBox .searchBox .form-control:focus,
    .headerSearchBox .searchBox .form-control:active{
        outline:none;
        width: 100%;
    }
    .searchBox #search .userBtn,
    .headerSearchBox .searchBox .searchBtnDesktop{
        width: 40px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
    }
    .headerBoxTwo .headerTwoInner .search-box {
        display: none;
    }
    
    .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;
    }

    #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;
    }
    .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;
    }
    /*    [role="tooltip"].tooltip {
      display: none !important;
        }*/

    .popUpImg .popupNote.popupNoteCell {
        display: block;
    }
    .popUpImg .popupNote.popupNoteDesk {
        display: none;
    }
    .magnifyGlassBox {
        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: 55px 0 48px;
    }
}

@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.98px){
    .site_feedback_tracker_mobile {
        display: block !important;
    }
    .site_feedback_tracker-desktop{
        display: none !important;
    }
    .slideshowBox.flexCenter {
        display: block;
    }
    .slideshowBox .slideshowImg {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 24px;
    }
    .slideshowBox .carousel img{
       padding-left: 20px;
       padding-right: 20px;
    }
    .slideshowBox .carousel {
        width: 100%;
    }
    .slideshowCaption {
        max-width: 100%;
        height: auto;
        min-height: 100px;
        padding: 38px;
    }
    .slideshowCaption:before {
    left: auto;
    bottom: 0px;
        right: -25%;
    }
    .slideshowCaption p {
        font-size: 15px;
        line-height: 19.1px;
    }
    
    .homeCategoryGrids {
        padding: 14px 0px 67px;
    }
    
    .stickyBox.productImageBox {
        width: calc(50% - 30px);
    }
    
    .shopCatBtnBox .shopCatBtnCol{
        margin-bottom: 30px;
    }
    .shopCatBtnBox .shopCatBtnCol:nth-last-of-type(1){
        margin-bottom: 0px;
    }
    
    .selectItemBox .selectItemCol {
        margin-bottom: 15px;
    }  
    .selectItemBox .row .selectItemCol:nth-last-of-type(1) {
        margin-bottom: 0;
    }   
    
    .productDetailsBox .prodDetailList {
        margin-bottom: 24px;
        height: auto !important;
    }
    .productDetailsBox .prodDetailList .availableBox {
        padding-top: 24px;
    }
    .productDetailsBox .prodDetailPrice {
        height: auto !important;
    }
    .productDetailsBox .prodDetailPrice table tr:nth-last-child(1) td{
        border-bottom: 0 !important;
    }
    .product-thumb{
        margin-bottom: 24px;
    }
    .thumbImgBox .thumb-img-sec {
        min-height: 100%;
    }
    .itemDetailsHeader .itemPriceBox {
        min-width: 130px;
    }
    .itemDetailsHeader .itemShipTime {
        padding: 0;
        margin-left: 20px;
    }
    .productContent .sampleNoteDiv{
        display: block;
    }
    .productContent .sampleNoteDiv .priceTextDiv {
        margin-top: 10px;
    }
    .prodSizeChart {
        margin-bottom: 24px;
    }
    .addToCart {
        margin-bottom: 24px;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 24px;
    }

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

    .order_detail #orderStatusArea {
        padding: 48px 0px;
    }
    #orderStatusArea .pageTitleBox {
        margin-bottom: 36px;
    }
    .orderInputBox {
        margin-bottom: 18px;
    }
    #OrderDetailArea {
        padding-bottom: 24px;
    }
    .order-detail-toggle__icon {
        fill: #D40029;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
    }
    .order-cart-text{
        font-size: 14px;
    }
    .text--hide{
        display: none;
    }
    
    .navbar-nav li a .fa-caret-down{left:0px;}
    .welcome-block,.apparel-block-1{width: 49%;}
    .nav-tabs li {padding: 10px 0px 10px 10px;}
    #collapse-checkout-confirm .panel-body{padding:0;}
    .grid-width{max-width: calc(100% - 40px)}
    .custom-block h1 br {display: none;}
    .custom-block h1{font-size: 34px;}
    .custom-block{padding: 12px;}
    .custom-block a{font-size: 12px !important;letter-spacing: 1px;}
    /*order page btn*/
    #account-order .orderInfoArea {
        padding: 56px 0;
    }
    .text--hide{
        display: none;
    }
    .flex--rev{
        flex-direction: column-reverse;
    }
    .sidebar-mobile--menu{ 
        display: block;
        background-color: #F8F7F5;
        border: 1px solid #96918B;
        border-radius: 4px;
        padding: 10px 16px;
    }
    .sidebar{
        width: 100%;
    }
    .content-wrapper{ 
        width:100%;
    }
    .sidebar{
        display: none;
    }
    .show-sidebar{
        display: block;
    }  
    
    .order-txt,
    .informationBox.successPage .infoBoxBtn{
        margin-top: 24px;
    }
    
    .footerInfo {
        margin-bottom: 25px;
    }
    #footerArea .footerCopyright {
        display: block;
    }
    #footerArea .copyrightText {
        text-align: left;
        margin-top: 24px;
    }
}
@media (max-width:991.5px){
    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;
    }
    
    .filterColumnToggle{
        display: block !important;
    }
    
    #product .addToCartBtn #button_mc {
        display: none;
    }
}
@media (max-width:768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    
    .mfp-wrap {
        top: 0 !important;
        left: 0;
        width: 100%;
        height: 100vh !important;
        position: fixed !important;
        overflow: auto;
    }

    #checkout-cart,
    #information-information,
    #error-not-found,
    #common-maintenance{
        min-height: -webkit-calc(100vh - 233px);
        min-height: -moz-calc(100vh - 233px);
        min-height: -o-calc(100vh - 233px);
        min-height: -ms-calc(100vh - 233px);
        min-height: calc(100vh - 233px);
    }
    #orderStatusArea #content {
        min-height: -webkit-calc(100vh - 371px);
        min-height: -moz-calc(100vh - 371px);
        min-height: -o-calc(100vh - 371px);
        min-height: -ms-calc(100vh - 371px);
        min-height: calc(100vh - 371px);
    }
    #checkout-cart .tax-section{
        display: block;
    }
    #checkout-cart .totalTableArea {
        margin-top: 8px;
    }
}

@media (max-width:767.98px){
    .themeContainer,
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer,
    #product-product .themeContainer,
    #checkout-cart .themeContainer,
    #common-success .themeContainer,
    #error-not-found .themeContainer,
    .checkoutArea .themeContainer,
    #information-information .themeContainer{
        padding: 0 5px;
    }
    .reloadPageBox .alert-danger {
        padding: 12px 100px 12px 20px;
    }
    .reloadPageBox .reloadPageText p {
        font-size: 16px;
        line-height: 24px;
    }

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

    .customtumbnails{
        overflow: auto !important;
    }
    
    .headerParentBox.flexCenter{
        display: block;
    }
    #headerArea .headerInnerBox,
    #headerArea.signUpHeader .headerInnerBox{
        min-height: 56px;
        padding: 16px 0;
    }
    #menu .navbar-nav {
        display: block;
        width: 100%;
        margin: 0;
    }
    #menu .nav li a.orderingWindowBtn {
        margin: 20px;
        display: inline-block;
    }
    #menu .nav li a {
        padding: 20px 20px;
    }
    #menu .nav li.dropdown .dropdown-menu{
        display: none;
        background-color: #FFFFFF;
        position: relative !important;
        top:0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 !important;
        border-radius: 0;
        padding: 0;
        transform: translateX(0);
        -webkit-transform: translateX(0);
            -ms-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;
    }
    #menu .nav li{
        border-top: 1px solid #EAEAEA;
    }
    #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;
    }
    #menu .dropdown-menu ul li.dropdownSubmenu .subMenuLinkIcon{
        right: 5px;
    }
    #menu .dropdown-menu ul li.dropdownSubmenu a.dropdown-submenu-toggle{
        width: auto;
        display: inline-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;
    }
    .headerCartBox ul li + li {
        margin-left: 15px;
    }
    #cart #cart-total,
    .cartButton .cart-count{
        top: -8px;
        right: -14px
    }
    .searchBox .search-btn.searchMobileBtn {
        padding: 0;
        min-height: 24px;
    }
    .searchInputBox {
        padding: 10px 20px;
    }
    .searchBox #search .userBtn {
        right: 20px;
        top: 10px;
    }
    .headerCartBox {
        margin-left: 0;
    }
    .headerBoxTwo .themeContainer {
        padding: 0 0px;
    }
    .headerBoxTwo .headerTwoInner {
        padding: 15px 0;
    }
    .headerBoxTwo .headerTwoLeft{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
    }
    .headerBoxTwo .navbar-toggle {
        float: none;
        margin: 0;
        border: 0;
        padding: 0 8px;
    }
    .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 .headerTwoMenu .navbar-nav li {
        width: 100%;
        cursor: pointer;
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }
    .headerBoxTwo .navbar-nav>li>a {
        padding: 5px 0;
    }
    .searchBox #search {
        left: -20px;
        right: -20px;
    }
    .searchBox .searchInputInner {
        padding: 20px 20px;
    }
    #headerArea .signUpLink a {
        padding: 20px 0;
    }
    
    #shopNowBanner .shopNowBannerBox {
        padding: 7px 20px;
    }
    #shopNowBanner h3 {
        font-size: 14px;
        line-height: 17.75px;
        text-align: center;
    }
    #pageTitle {
        padding: 14px 24px 15px;
        margin-top: 0;
    }
    .readMoreBox {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .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;
    }
    .slideshowBox .slideshowImg {
        padding-top: 22px;
    }
    
    .homeCategoryGrids {
        padding-top: 14px;
        padding-bottom: 4px 
    }
    .homeCatTitle {
        margin-bottom: 27px;
    }
    .homeCatTitle h2 {
        font-size: 28px;
        line-height: 35.49px;
    }
    .homeCategoryGrids .themeContainer,
    .homeCategoryGrids .container-fluid{
        padding: 0;
    }
    .homeGridLeft.homeItemGrid img {
        position: relative;
    }
    .homeGridOverlay .gridOverlayText h3 {
        font-size: 22px;
        line-height: 27.89px;
    }
    #homeGridBlockOne,
    #homeGridBlockTwo{
        margin-bottom: 20px;
    }
    .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-search .productSearchArea{
        padding-top: 8px;
        padding-bottom: 56px;
    }
    #product-category .categoryPageArea .themeContainer,
    #product-search .themeContainer,
    .readMoreArea .themeContainer{
        padding: 0 5px;
    }
    #product-category .sort-section, 
    .productSearchArea .sort-section {
        padding-bottom: 24px;
    }
    #product-product .breadcrumb {
        padding: 0 0 24px 0;
    }
    .breadcrumb{
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .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;
    }

    .sort-section .breadcrumb {
        padding-bottom: 24px;
    }
    #product-category .sort-section,
    .productSearchArea .sort-section{
        display: block;
        padding-bottom: 24px;
    }
    .sort-section .sortDropdown {
        max-width: 100%;
        width: 100%;
    }
    .shopFilterBtnBox {
        padding-right: 12px
    }
    .sortDropdownBtn{
        padding-left: 12px
    }
    #column-left #filterColumn.filterColumnToggle {
        display: none;
        position: absolute;
        top: 0;
        left: -5px;
        right: -5px;
        z-index: 99;
        background: #FFFFFF;
        padding: 0 20px 24px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
            -ms-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.14);
    }
    .filterColumnToggle #listGroupTwo {
        max-height: 50vh;
        overflow-y: auto;
        margin-right: -5px;
    }
    .filterColumnToggle #listGroupTwo .panel-group {
        padding-right: 5px;
    }
    .fiterSearchBox {
        margin-bottom: 24px;
    }
    .themeTooltipBox {
        bottom: auto;
        top: 20px;
    }
    .themeTooltipBox .themeTooltipInner p{
        font-size: 12px;
        line-height: 16px;
    }
    #themeAccordion .panel-title a:before, 
    #themeAccordion .panel-title a.collapsed:before, 
    #themeAccordion .panel-title a.collapsed:after {
        top: 24px;
    }

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

    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    .productDataRow .itemGridTwo {
        margin-bottom: 32px;
    }
    .itemBoxIcon {
        left: 12px;
        top: 12px;
    }
    .itemGridTwo .itemGridImg .itemBoxIcon .itemImgIcon img {
        max-width: 24px;
    }
    .itemBoxIcon .itemIconTooltip{
        top: 35px;
        left: -5px;
        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;
    }
    
    #product-product{
        padding-top: 23px;
    }
    #product-product .contentTop {
        padding-bottom: 31px;
    }
    .productDetailsBox .list-unstyled {
        margin: 0;
    }
    .itemImgSlide .carouselInnerBox {
        padding: 0 15px;
    }
    .itemImgSlide .carousel-indicators{
        padding: 0 3px;
    }
    .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,
    .itemImgSlide{
        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: 0;
    }
    .mfp-wrap .mfp-arrow.mfp-arrow-left {
        left: 0;
    }
    .mfp-wrap .mfp-container .mfp-arrow {
        background: transparent;
        border: 0;
      }
    .stickyBox.productImageBox {
        width: 100% !important;
        top: 0 !important;
        position: relative !important;
    }
    #product .productContent {
        margin-bottom: 24px;
        padding: 24px 18px;
    }
    .productDetailsBox h1,
    .prodDetailTitle h2{
        font-size: 28px;
        line-height: 35.49px;
    }
    .colorSwatchesBox{
        margin-bottom: 24px;
    }
    .productDetailsBox .prodDetailPrice table tr:last-child td {
        border-bottom: none !important;
    }
    .productDetailsBox .prodDetailList .moqBox {
        padding-bottom: 20px;
    }
    #product .productContent .itemApproveText {
        margin: 18px 0 0;
    }
    #product .addToCartBox {
        margin: 24px 0 20px;
    }
    .itemApproveBox .itemApproveCheck,
    #product .addToCartBox #button_c{
        display: none;
    }
    #product .addToCartBtn #button_mc {
        display: block;
    }
    .itemDetailsHeader .itemDetails {
        margin-bottom: 24px;
    }
    .itemDetailsHeader .itemDetailsDiv {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .itemDetailsHeader .itemPriceBox {
        width: 160px;
    }
    .itemDetailsHeader .itemShipTime {
        margin-left: 33px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText p {
        line-height: 16px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText .itemZipError p{
        color: #D40029;
    }
    .itemZipcodeBox .zipcodeClose {
        right: 17px;
        top: 10px;
    }
    .toolTipBtn:before {
        left: 0;
        width: 100%;
        bottom: auto;
        top: 100%;
        margin-bottom: 0;
        margin-top: 6px;
        transform: translateX(0%);
    }
    .toolTipBtn:after {
        border-top: 0;
        border-bottom: 6px solid #000000;
        bottom: auto;
        top: 100%;
    }
    #tab-description #themeAccordion .panel-body {
        padding-bottom: 25px;
    }
    .contentBottom .alsoLikeArea {
        padding: 30px 0;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 33px;
        text-align: center;
    }
    #product-product .alsoLikeArea .themeContainer{
        padding: 0;
    }
    .alsoLikeArea .themeRow {
        margin-right: -15px;
        margin-left: -15px;
    }
    .alsoLikeArea .slick-list.draggable {
        padding: 0 11px;
    }
    .alsoLikeArea .themeRow .themeCol {
        padding-right: 4px;
        padding-left: 4px;
    }
    .alsoLikeArea .customProductNameGrid {
        padding-top: 9px;
    }
    .alsoLikeArea .product-thumb {
        margin-bottom: 20px;
    }
    .alsoLikeArea .product-thumb .image {
        padding: 18px;
    }
    
    .checkoutArea .checkoutGreyBg:after {
        width: 0;
        display: none;
    }
    .checkoutArea .checkoutGreyBg .right-panel:after{
        content: '';
        position: absolute;
        width: 200%;
        display: block;
        top: 0;
        left: -10px;
        bottom: 0;
        background-color: #F8F7F5;
        z-index: -1;
        margin-left: 0px;
    }
    .checkoutArea .leftColumn {
        padding: 0;
    }
    .checkoutArea .rightColumn {
        padding: 38px 0 48px 0;
    }
    .checkoutArea .cartHeaderArea {
        margin-bottom: 24px;
    }
    .checkoutArea .cartHeaderArea.flexBetween {
        display: block;
    }
    .checkoutArea .cartHeaderBtn{
        margin-top: 24px;
    }
    .checkoutArea .cartHeaderBtn .themeBtn {
        width: 100%;
    }
    .checkoutArea .table-responsive{
        margin-bottom: 0;
    }
    .checkoutArea .confirm-prod-table{
        display: block;
        margin-bottom: 0;
    }
    .checkoutArea .panelBox {
        margin-bottom: 16px;
    }
    .checkoutArea .checkoutBtn {
        margin-top: 24px;
    }
    .checkoutArea .checkoutBtn .return-cart-btn {
        width: 100%;
        display: block;
    }
    #payment-btn .payment-form-wrapper {
        padding: 21px 20px 20px;
    }
    .address-fields .add-block:nth-child(odd) {
        padding-right: 0;
    }
    .address-fields .add-block:nth-child(even) {
        padding-left: 0;
    }
    .address-fields .add-block {
        width: 100%;
    }
    .input-block .themeRow .themeCol + .themeCol {
        margin-top: 15px;
    }
    .fn-total {float: initial;}    
    #collapse-checkout-confirm > .panel-body {padding: 0;margin-top: 0px;}
    .ship-text {flex: 0 1 10em;}
    .navbar-toggle{
        padding: 0;
        margin:0 0 0 20px;
        background-color: transparent;
        background-image: none;
        border: 0;
        border-radius: 0;
    }
    header .pdr-0{padding-left: 20px;}
    .headerMenuBox {
        margin-right: 0;
    }
    #headerArea .menu-section {
        width: 100%;
    }
    .navbar{position: static;}
    .navbar-collapse{
        position: absolute;
        background: #141413;
        left: -20px;
        right: -20px;
        top:100%;
        z-index: 99;
        padding: 0;
        border: 0;
        border-bottom: 1px solid #141413;
    }
    #menu .nav li a{
        font-size: 15px;
        text-align: left;
        margin-left: 0;
    }
    #menu .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        border: 0;
        padding: 0px;
        display: block;
    }
    #menu .nav > li > a > img {
        margin-left: 0;
        position: absolute;
        right: 20px;
    }
    #menu .nav li.dropdown a img{
        position: absolute;
        right: 20px;
        top: 26px;
    }
    #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,
    #menu .nav li.dropdown.show 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: 0;
    }
    .headerCartBox ul li .userButton .dropdown-menu {
        margin-top: 10px
    }
    .headerCartBox .btn {
        padding: 0;
    }
    .headerCartBox ul li .userButton .dropdown-menu.show {
        transform: translate(0, 25px) !important;
    }
    #checkout-cart .checkoutCartBox {
        padding: 31px 0 48px;
    }
    .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.tdTotal{
        vertical-align: bottom;
    }
    .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 tr.cart-row td .itemQtyInput {
        width: 70px;
        height: 40px;
        font-size: 14px;
    }
    .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% - 128px);
        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) {
        vertical-align: top;
        margin: 0;
    }
    .cart-table tbody tr.sub-row td:nth-child(1){
        display: none;
    }
    .cart-table tbody tr.sub-row td:nth-child(2){
        width: 10%;
    }
    .cart-table tbody tr.sub-row td:nth-child(3){
        width: 23.333%;
    }
    .cart-table tbody tr.sub-row td:nth-child(4){
        width: 33.333%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .cart-table tbody tr.sub-row td:nth-child(5){
        width: 33.333%;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
            -moz-box-pack: flex-end;
                -ms-flex-pack: flex-end;
                    justify-content: flex-end;
    }
    .cart-table tbody tr.sub-row.sub-row td:last-child {
        padding-right: 10px;
    }
    .sub-input input{width: 50px;}
    .cart-table tbody tr.cart-row:nth-child(1) {
        border-top: 0;
    }
    .cart-table tbody tr.cart-row:nth-child(1) td{
        padding-top: 0;
    }
    #checkout-cart .table>tbody>tr>td {
        border-top:none;
    }
    .tax-section .btn-red{width: 100% !important; margin-top: 30px !important}
    #checkout-cart .cart-table tbody tr.cart-row td .productQty{
        display: block;
    }
    .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;
    }
    #checkout-cart .table tbody tr td.tdPrice, 
    #checkout-cart .table tbody tr td.tdQty {
        display: none;
    }
    .totalTableBox .total-table tbody tr td {
        vertical-align: top;
    }
    .total-table tbody tr td.totalAmmount p {
        font-size: 14px;
        line-height: 26px;
    }
    .total-table tbody tr td.totalText .taxShippingNote{
        margin-left: 0;
        margin-top: 4px;
        margin-right: 14px;
    }

    .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-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: 16px;
    }
    .total-table tbody tr td {
        padding: 8px 0px 4px;
    }
    #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%;
    }
    
    .promoCodeBox{
        max-width: 100%;
        margin-top: 32px;
        margin-bottom: 0;
    }
    .promoCodeBox .promoCodeNote {
        margin-left: 0;
    }
    .promoCodeBox label {
        margin-bottom: 4px;
    }
    .promoCodeBox .promoCodeInput,
    .promoCodeBox .alert_message {
        max-width: 100%;
    }
    .promoCodeBox .promoCodeApplyBtn {
        margin-left: 0;
        margin-top: 19px;
    }
    .promoCodeBox .promoCodeApplyBtn .themeBtn{
        width: 100%;
    }

    .checkoutCartBtn {
        display: block;
        padding-top: 32px;
    }
    .checkoutCartBtn .cartBtnContinue .btnWhiteBg{
        width: 100%;
    }
    .checkoutCartBtn .cartBtnShip .btn {
        margin-left: 0;
        margin-top: 24px;
        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;
    }
    .checkoutArea .orderSummaryTitle,
    #single-checkout .breadcrumbBox{
        display: none;
      }
    .orderToggleBox .order-detail-toggle {
        background: #323231;
        width: 100%;
        display: block;
        padding: 24px 20px;
        text-align: left;
        border: 0;
        width: 100%;
        border-radius: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .giftSuccessBox.giftBox {
        padding: 24px 16px;
        margin-top: 0;
    }
    .showOrderDetails {
        padding-top: 0 !important;
    }
    .showOrderDetails .orderSubTiltle,
    #checkout-checkout .orderSummaryTitle{
        display: none;
    }
    #checkout-checkout .themeContainer {
        padding: 0 0px;
    }
    #checkout-checkout .panel-default{
        border-radius: 0;
    }
    
    .checkoutArea .stickySummary .panel-default{
        margin-bottom: 0;
        padding: 0;
    }
    .panel-group .panel.couponCodeBox {
        margin-top: 0;
    }
    .stickySummary {
        height: 100%;
    }
    .stickySummary.stickyPanel{
        height: auto;
        overflow: auto;
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
        padding: 88px 20px 0 20px;
    }
    .stickyOrderBox.stickyBox {
        height: auto;
        overflow: auto;
        position: relative;
        top: 0 !important;
        z-index: 9;
        width: 100%;
        margin-top: 0;
        max-width: 100%;
    }
    .stickyOrderBox .orderDetailBox {
        margin-bottom: 24px;
    }
    #payment-details-checkout .payment-form-wrapper #card-element {
        max-width: 100%;
    }
    #checkout-checkout .left-panel {
        padding: 20px;
    }
    .fn-total .fn-t-row.total-text {    
        margin-top: 8px;
        padding-top: 8px;
    }
    
    .order-detail-toggle__dropdown {
        vertical-align: middle;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        fill: #D40029;
    }
    .showOrderDetails{
        display: none;
    }
    .orderToggleBox .orderToggleLeft {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
    }
    .orderToggleBox .order-cart-text{
        min-width: 150px;
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #FFFFFF;
        margin: 0;
    }
    .activeToggle .orderToggleIcon .fa-plus{
        display: none;
    }
    .orderToggleIcon .fa-minus{
        display: none;
    }
    .activeToggle .orderToggleIcon .fa-minus{
        display: block;
    }
    .orderToggleIcon .fa{
        color: #FFF;
        font-size: 18px;
        font-weight: 700;
        line-height: 18px;
        transition: 0.3s ease-out;
    }
    .orderToggleBox .orderToggleIcon .fa{
        margin-left: 8px;
        transition: 0.3s ease-out;
        transform: rotate(0deg);
    }
    .orderToggleBox .activeToggle .orderToggleIcon .fa{
        transition: 0.3s ease-out;
        transform: rotateX(180deg);
    }
    .orderToggleBox .orderToggleRight p {
        text-align: right;
        font-size: 18px;
        font-weight: 700;
        line-height: 28px;
        color: #FFFFFF;
    }
    #checkout-checkout .pay_add_form {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    .breadcrumb.pdtb-30 {
        padding: 24px 0;
    }
    .sort-section .form-group{width:100%;}
    .display-flex-space-bet-2{margin-top: 30px;}
    .total-text{position: relative;}
    .welcome-block h2{font-size: 60px;}
    .welcome-block .btn-signup{max-width: 100% !important; width:100% !important;}
    .welcome-block p{margin: 20px 0 40px;}
    #personal-details .btn-red,#change-password .btn-red,#address-book .btn-red,#address-entries .btn-red{width: 100% !important;}
    
    #my-order .content-wrapper {
        padding-bottom: 24px;
    }
    #address-book h2{margin-top: 30px;}
    #product-search h1{margin: 30px 0;font-size: 28px;}
    #product-search #pageTitle .pageTitleBox h1 {
        font-size: 34px;
        line-height: 36px;
        font-weight: 400;
        text-align: center;
        color: #141413;
        margin: 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: 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: 34px;
        line-height: 36px;
    }
    
    #orderStatusArea{
        padding: 48px 0 96px;
    }
    .informationBox p,
    .msg-txt{
        font-size: 20px;
        line-height: 28px;
    }
    
    .dashboardModal.modal .modal-dialog {
        margin: 0 auto;
    }
    .dashboardModal.modal .modal-content {
        margin: 10px;
    }
    .dashboardModal .modal-header {
        padding: 20px 60px 10px 20px;
        border: 0;
    }
    .dashboardModal .modal-title h3, 
    .dashboardModal .modal-title h2{
        font-size: 22px; /*28px*/
        line-height: 35.49px;
    }
    .modal .sizeChartTableBox {
        padding: 0px 10px;
    }
    .sizeChartTableBox .table thead th {
        font-size: 18px;
    }
    .sizeChartTableBox .table tbody td {
        font-size: 16px;
    }
    #supportModal #captcha #code {
        padding: 5px 10px;
    }
    .dashboardModal .modal-header .close {
        top: 20px;
        right: 20px
    }
    .dashboardModal .modal-body {
        padding: 0px 20px 20px 20px;
    }
    .dashboardModal .modal-footer {
        padding: 0px 20px 20px;
    }
    .customModal .modal-dialog,
    #poBoxconfirmModal.customModal .modal-dialog{
        width: 100%;
        margin: auto;
        padding: 12px;
    }
    .customModal .modal-header {
        padding: 24px 18px 12px;
        border-bottom: 0;
    }
    .customModal .modal-title {
        margin-bottom: 24px;
    }
    .customModal .modal-header .close {
        right: 16px;
    }
    .customModal .modal-body {
        position: relative;
        padding: 0 16px;
    }
    .customModal .modal-footer {
        padding: 24px 16px 30px;
    }
    .customModal .modal-footer .themeBtn {
        max-width: 100%;
        width: 100%;
    }
    .customModal .modal-footer .themeBtn.btnCancel,
    .customModal .modal-footer .themeBtn.btnBackTo{
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 12px;
    }
    .customModal .modal-footer .btn.btnSubmit {
        margin-left: 0;
    }
    #previewModal.customModal .modal-header {
        padding: 18px 16px 16px;
    }
    #previewModal.customModal .modal-header .close {
        top: 18px;
    }
    #confirmModal.customModal .modal-dialog {
        width: 100%;
    }
    .submitBtn .addBtnBox {
        position: relative;
        width: 100%;
    }
    
    #information-information,
    #orderStatusArea #content{
        min-height: calc(100vh - 382px);
    }
    #orderStatusArea{
        padding: 24px 0 96px;
    }
    #information-information .informationBox p,
    #information-information .informationBox ul li,
    #information-information .informationBox a,
    #information-information .informationBox ol li,
    #information-information .informationBox b,
    #information-information .informationBox strong,
    #information-information .informationBox h3{
        font-size: 16px;
        line-height: 24px;
    }
    .informationBox .contactusBox {
        padding: 0;
    }
    .contactusBox .backBtnBox {
        margin-top: 40px;
    }
    #information-information .informationBox h1{
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 40px;
    }

    #findOrderArea .findOrderForm {
        padding: 40px 0 48px;
    }
    .findOrderForm .form-group + .form-group {
        margin-top: 16px;
    }
    findOrderBtnBox {
        margin-top: 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;
    }
    
    .issueTrackerArea{
        min-height: -webkit-calc(100vh - 430px);
        min-height: -moz-calc(100vh - 430px);
        min-height: -o-calc(100vh - 430px);
        min-height: -ms-calc(100vh - 430px);
        min-height: calc(100vh - 430px);
    }
    .issueTrackerArea .issueTrackerForm,
    .issueTrackerArea .issueSubmitBox{
        padding: 20px 0 24px;
    }
    .issueTrackerArea .captchaRow {
        display: block;
    }
    .issueTrackerArea #captcha {
        margin-top: 16px;
        position: relative;
        padding-right: 48px;
    }
    .issueTrackerArea #captcha #code {
        padding: 5px 10px;
    }
    .issueTrackerArea #captcha .captchaIcon {
        right: 0;
    }
    
    #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; 
    }
    #footerArea .footerTopArea {
        padding-bottom: 32px;
    }
    .footerLogoBox,
    .footerLinks {
        padding-top: 48px;
    }
    .footerInfo h4{
        font-size: 20px;
        line-height: 30.6px;
    }
    .footerInfo p, 
    .footerInfo p a {
        font-size: 15px;
        line-height: 19.01px;
    }
    .footerLinks ul {
        padding-top: 20px;
    }
    .footerLinks ul li + li {
        margin-top: 16px;
    }
    .footerInfo {
        margin-bottom: 0;
    }
    .footerMenu ul {
        text-align: left;
    }
    /*.footerMenu ul li,
    .footerCopyMenu ul li{
        display: block;
        margin-bottom: 16px;
        padding-right: 0;
    }*/
    #footerArea .footerCopyright.flexCenter {
        display: block;
        padding: 24px 0 48px;
    }
    .footerCopyMenu ul {
        text-align: left;
    }
    .footerCopyMenu ul li {
        padding-right: 0;
    }
    .footerCopyMenu ul li {
        padding-right: 16px;
    }
    .footerCopyMenu ul li a{
        font-size: 14px;
        line-height: 17.75px;
    }
    #footerArea .copyrightText {
        text-align: left;
        margin-top: 24px;
    }
    #footerArea .copyrightText p {
        font-size: 14px;
        line-height: 17.75px;
    }
}

@media (max-width: 575.98px) {
    #headerArea #logo img {
        max-width: 36px;
    }
    #headerArea .logoCaption {
        margin-left: 16px;
    }
    .slideshowImg .logoCaption{
        margin-top: 16px;
    }
    #headerArea .logoCaption p, .slideshowImg .logoCaption p {
        font-size: 12px;
        line-height: 15.21px;
    }

    .slideshowCaption:before {
        width: 577.515px;
        height: 577.515px;
        left: 20px;
        bottom: 20px;
    }
    .slideshowBox .slideshowImg {
        margin-bottom: 24px;
    }
    .slideshowCaption .slideshowCaptionInner{
        width: 100%;
    }
    
    .homeCategoryGrids {
        padding: 14px 0 28px;
    }
    #homeGridBlockOne, 
    #homeGridBlockTwo {
        margin-bottom: 0;
    }
    .homeCategoryGrids .themeRow {
        margin-right: -15px;
        margin-left: -15px;
    }
    .homeCategoryGrids .themeRow .themeCol {
        padding-right: 15px;
        padding-left: 15px;
    }

    .readMoreBox {
        padding-bottom: 16px;
    }

    .cart-btn-section .btn {
        width: 100%;
    }
    .cart-btn-section {
        width: 100%;
    }
    .itemBoxIcon .itemIconTooltip{
        min-width: max-content;
    }
    .itemBoxIcon .itemIconTooltip p {
        font-size: 12px;
        line-height: 18px;
    }

    .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;
    }
    
    #product-product .product-left-section {
        padding-right: 15px;
    }
    #productDetails .itemImgSlide {
        margin-left: -20px;
        margin-right: -20px;
    }
    .itemImgSlide .carouselInnerBox {
        padding: 0;
    }
    .itemImgSlide .carousel-item img,
    #productDetails .productImg img{
        border-radius: 0;
    }
    .itemImgSlide .carouselControlBtn{
        padding: 0 15px;
    }
    .itemImgSlide .carousel-indicators {
        position: absolute;
        bottom: 10px;
        margin: 0 auto;
        padding: 10px 0;
        -ms-flex-pack: center;
            justify-content: center;
    }
    .itemImgSlide .carousel-indicators .carouselIndicator {
        min-width: 10px;
        width: 10px;
        height: 10px;
        margin: 0 8px;
        border: 1px solid #CF4500;
        padding: 0;
        border-radius: 50%;
    }
    .itemImgSlide .carousel-indicators .carouselIndicator.active {
        background: #CF4500;
    }
    .itemImgSlide .carousel-indicators .carouselIndicator img{
        display: none !important;
    }
    .productImageBox.thumbnails .productImg {
        margin: 0 -20px;
    }
    .productContent .designImgDiv label,
    .productContent .designImgDiv label img {
        width: 100%;
    }
    #product-product .product-right-section {
        padding-left: 15px;
    }
    .productSizeBox {
        max-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;
    }
    .alsoLikeScroller .col-6 {
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
        max-width: 47%;
    }
    
    .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;
    }
    
    .modal-footer .submitBtn.flexCenter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction:column;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .modal-footer .btn{
        width: 100%;
    }
    .modal-footer .btn+.btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    
    #supportModal .captchaRow {
        display: block;
    }
    #supportModal #captcha {
        margin-top: 16px;
    }
}
@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;
    }
}
@media (max-width:375px){
    .slideshowCaption .slideshowCaptionInner{
        max-width: 258px;
    }
    
    .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:350px){
    .checkoutArea .panel-body .form-group .checkoutAddBtn {
        display: block;
    }
    .checkoutArea .checkoutAddBtn .savebtn-mybuy, 
    .checkoutArea .checkoutAddBtn .cancelbtn-mybuy {
        min-width: 100%;
        width: 100%;
        display: block;
    }
    .checkoutArea .checkoutAddBtn .savebtn-mybuy{
        margin-top: 24px
    }
    
    .checkBox label .approveCheckText p {
        font-size: 14px;
    }
    .reloadPageBox .reloadPageText {
         text-align: left;
     }
}
/*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 #B1ADA6;
    padding-top:12px;
          /*width: 60%;*/
              width: 70%;
}
.ProductName{
    color:#333333;
    font-weight:600;
}
.ProductListIcon{
    width:30px;
    height:30px;
    background: #D40029;
    color:#ffffff;
    border-radius:4px;
    text-align:center;
    box-shadow: 0px 1px 5px 1px #b2b0b0;
}
.ProductListIcon a i{
    font-size:20px;
    font-weight:700;
    color:#ffffff;
    line-height: 30px;
}
.ProductListIcon i {
    font-size: 20px;
    font-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 #B1ADA6;
    padding-top: 12px;
    width: 100%;
}
.customLinks{
    color:#515151;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;

}
.product-thumb .image{
    padding:20px;
}
.customFlexProduct{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}
.custom-content{
    position: relative;
    width: 100%;
}
/* 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: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .PersonalisedBottomBtn {
  margin-top:80px;
}
.overlay-one .PersonalisedBottomBtn a{
     background: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 400;
    font-size:16px;
}
.overlay-one .customProductHead{
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 52px;
    color:#ffffff;
}
.overlay-custom{
    position: 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 #B1ADA6;
    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: #D40029;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one {
        padding: 15px 15px;
        width: 45%;
    }
    .overlay-one .PersonalisedBottomBtn {
          margin-top:55px;
          font-size:16px;
    }
    .overlay-one .PersonalisedBottomBtn a{
         background: #D40029;
        padding: 12px;
        border-radius: 4px;
        color: #ffffff;
        font-weight: 400;
    }
    .overlay-one .customProductHead{
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        color:#ffffff;

    }
    .overlay-one .customMarginTop{
        margin-top:15px;
        color:#ffffff;
    }
    .textOutOfStock{
          font-size:14px;
          line-height:16px;
          font-weight: 700;
          color: #000000; 
      }
      .reloadPageBox .reloadPageText {
         text-align: left;
     }
}
/* 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;
}
.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-nav {
        float: left;
        margin: 0;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
        flex-basis: auto;
        box-shadow: none;
    } 
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav>li {
        float: left;
    }
}

/*/ 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: 0;
  padding: 0;
}
/*// Navbar heading*/
.navbar-collapse {
  overflow-x: visible;
  border-top: 0;
  box-shadow: none;
  -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 .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: 10px;
  }
/*// 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;
}

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

  .itemGridImg .flip-img:hover .main-image{display: none !important;}
  .itemGridImg .flip-img:hover .hidden-images, .itemGridImg .flip-img .hidden-images{display: none !important;}
  .itemGridImg .flip-img:hover .hover-image, .itemGridImg .flip-img:hover .hidden-images.hover-image{display: block !important;}

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

/* === PDP Tooltip UI changes === */
.tooltip > .arrow {
    background-color: transparent;
}

.tooltip > .tooltip-inner {
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    color: #444340;
    background-color: #ffffff;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.11);
}
.product-page .tooltip > .tooltip-inner {
    min-width: 272px;
}

.bs-tooltip-top,
.bs-tooltip-right,
.bs-tooltip-left,
.bs-tooltip-bottom {
  background-color: transparent;
  opacity: 1!important;
}

.tooltip.bs-tooltip-top .arrow:before,
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: #ffffff; 
    border-right-color: transparent; 
    border-bottom-color: #ffffff; 
    border-left-color: transparent; 
}

.tooltip.bs-tooltip-right .arrow:before,
.tooltip.bs-tooltip-left .arrow:before{
    border-top-color: transparent; 
    border-right-color: #ffffff; 
    border-bottom-color: transparent; 
    border-left-color: #ffffff; 
}
.fontWtNormal{ font-weight: 400 !important; }
.normal-img .main-image { display: block !important; }
.normal-img .hidden-images { display: none !important; }

/* == Checkout page sustainale icon == */
.orderSummaryBox .orderSummaryImg .popupZoom .sustainable-icon{
    position: absolute;
    left: 0px;
    top: 0;
}
