/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body {
    font-family: 'Roboto', Fallback, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #FFFFFF;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-family: 'Roboto', sans-serif;
}
/* 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: 'Roboto', sans-serif;
}
a:hover {
    text-decoration: none;
     color: #090A0F;
}
img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: 0;
}
.btn.active,
.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px;
    font-family: 'Roboto', sans-serif;
}
p{
    margin: 0;
    font-family: 'Roboto', sans-serif;
}
/* Common Style */
#pageWrapper{
    overflow: hidden;
}
.themeContainer {
    max-width: 1920px;
    padding: 0 69px;
    margin-left: auto;
    margin-right: auto;
}
.themeRow{
    margin-right: -12px;
    margin-left: -12px;
}
.themeRow .themeCol{
    padding-right: 12px;
    padding-left: 12px;
}
.themeBtn{
    height: 48px;
    background: #D40029;
    border: 1px solid #D40029;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.themeBtn.focus,
.themeBtn:focus,
.themeBtn:hover {
    color: #ffffff;
}
.row.safariRow:before,
.row.safariRow:after {
    width:0px;
    height:0px;
}
.flexRow.row {
    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-'] {
    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 {
    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;
  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;
}
.floatingLabelBox {
    margin-top: 5px;
    position: relative;
}
.floatingLabelBox .floatingLabelInput{
    height: 48px;
    padding: 16px;
    font-weight: 400;
}
.floatingLabelBox .floatingLabelInput:focus,
.floatingLabelBox .floatingLabelInput.notEmpty{
    padding: 16px 16px 12px;
}
.floatingLabelBox .floatingLabelInput:-webkit-autofill,
.floatingLabelBox .floatingLabelInput:-webkit-autofill:hover, 
.floatingLabelBox .floatingLabelInput:-webkit-autofill:focus, 
.floatingLabelBox .floatingLabelInput:-webkit-autofill:active{
 -webkit-box-shadow: 0 0 0 300px #FFFFFF inset !important;
}
.floatingLabelBox label,
.floatingLabelBox .floatingLabelInput.empty ~ label{
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    pointer-events: none;
    color: #D1D1D1;
    top: 16px;
    left: 16px;
    display: block;
    padding: 0;
    z-index: 1;
    font-weight: 400;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
            -ms-transition: 0.2s ease all;
}
.floatingLabelBox .floatingLabelInput:focus ~ label,
.floatingLabelBox label.hasContent,
.floatingLabelBox .floatingLabelInput.notEmpty ~ label{
    font-size: 12px;
    color: #333333;
    top: -8px;
    left: 16px;
    padding: 0 5px;
    opacity: 1;
    letter-spacing: 0.4px;
}
.floatingLabelBox label span:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: -1;
}
label {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.form-control:focus {
    border-color: #8B8B8B;
    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: 16px;
}
.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;
}
/* 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 */
#logo {
    margin: 0 0 10px 0;
}
/* search */
/*#search {
    margin-bottom: 10px;
}*/
#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;
}
#cart #cart-total {
    min-width: 16px;
    min-height: 16px;
    font-size: 9px;
    line-height: 20px;
    background-color: #333333;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: -9px;
    right: -9px;
    text-align: center;
    padding: 0px;
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}
/*success code*/
#common-success{
    background: #E5E5E5;
    padding: 60px 0 53px;
}
.successPage .pageTitleBox {
    margin-bottom: 12px;
}
 .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-family: Roboto;
    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-family: Roboto;
    font-style: normal;
    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{
/*    width: 100px;
    height: 100px;
 background: #C4C4C4;*/
    padding: 0px;
}
.cust-btn label:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #D40029;
}
.cust-btn label:after{
    content: '';
    position: absolute;
    left: 2px;
    top: 4px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.pr-0{
    padding-right:0px;
}
.pre-txt{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
     margin-bottom: 5px !important;
}
.item-sec{
    font-size: 12px;
    line-height: 12px;
    color: #8B8B8B;
    margin-bottom: 8px !important;
}
.ship-date-label{
    font-weight: 500;
    font-size: 12px;
    line-height: 11px;
}
.qty-txt{
    float:left;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.digit-txt{
    float:right;
    color: #333333;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}
.design-sec{
    background: #EEEEEE;
    border-radius: 4px;
    padding:12px;
    clear:both;
    margin:18px 0px 0px 0px;
}
.design-sec p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:#333333;
    margin-bottom:0px !important;
}
.design-sec p span{
    font-style: normal;
    font-weight: 100;
}
.sec-order .hed-sec{
   font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding:0px;
}
.total-sec{
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
      color: #D40029;
      padding:18px 0px 0px 0px;
      border-top:1px solid #D1D1D1;
      margin-top: 18px;
}
.sec-2{
    padding:12px 0px 12px 0px;  
   font-weight: normal;
   font-size: 16px;
   line-height: 16px; 
}
.sec-3{
    padding:0px; 
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
}
.qt-sec{
    padding-top:19px;
}
.n-sec .radio-item {
  display: inline-block;
  position: relative;
  padding: 0 6px;
  margin: 10px 0 0;
}

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

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

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

.n-sec .radio-item input[type=radio]:checked + label:after {
  border-radius: 11px;
   width: 9px;
    height: 9px;
    position: absolute;
    top: 6px;
    left: 9px;
    content: " ";
    display: block;
    background: #D40029;
}
.ship_add_form .form-group p{
    color: #4A4F53;
    font-size: 13px;
    margin-bottom: 0px !important;
}
.ship_add_form .block-sec{
    padding:0 7.5px; 
        margin-bottom: 15px;
}
.thumbImgBox {
    padding-top: 28px;
    width: inherit;
    overflow: hidden;
    float: none;
    margin: 0 -6px;
}
.thumbImgBox .thumb-img-sec{
    box-sizing: border-box;
    padding: 0px;
    width: 20%;
    height: auto;
    min-height: 110px;
    display: inline-block;
    float: left;
    padding: 0 6px;
    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:0px;
    border: 1px solid #D1D1D1;
    border-radius: 0;
}
.thumbImgBox .thumb-img-sec .thumbnail a img,
.thumbImgBox .thumb-img-sec  .thumbnail img{
    padding:0px;
    width: 100%;
}
.mfp-gallery .mfp-container {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    margin: 0 auto;
    padding: 0 !important;
}
.mfp-image-holder .mfp-content {
    border-radius: 4px;
    background: transparent;
    padding: 0;
}
.mfp-gallery .mfp-image-holder .mfp-close{
    width: 20px;
    position: absolute !important;
    right: 12px !important;
    left: auto;
    top: 12px !important;
    height: 20px;
    padding: 0 !important;
    text-align: center;
    line-height: 16px;
    color: #333333 !important;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    cursor: pointer !important;
}
.mfp-arrow{
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height:30px;
    opacity: 1 !important;
}
.mfp-arrow:after{
    border:none !important;
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
    font-size: 12px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.navbar-nav li a .fa-caret-down{
    font-family: 'FontAwesome';
    content: "\f0d7";
    color: #333333;
    position: relative;
    left: 2px;
    font-size: 14px;
    transition: 0.3s ease-out;
}
.navbar-nav li a:hover .fa-caret-down{transform: rotate(0deg)}
.navbar-nav li.open a:hover .fa-caret-down{transform: rotate(180deg)}
.navbar-nav li:last-child a:after{content: ''}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: transparent;
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}
#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;
}
/* content */
#content {
    min-height: calc(100vh - 130px);
}
/* footer */
footer a {
    color: #ccc;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}
/* alert */
.alert {
    padding: 8px 15px 8px 15px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0;
    padding: 0px 0;
    border: none;
    background: transparent;
    float: left;
    width: 100%;
}
.breadcrumb > li {
    padding-right: 10px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
}
.breadcrumb > li > a{
  font-size: 12px;
  line-height: 12px;
    color: #8B8B8B;
}
.breadcrumb li:nth-last-of-type(1) a{
    color: #000000;
}
.breadcrumb li:first-child a{
    color: #8B8B8B;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 12px;
    font-weight: 400;
}
.breadcrumb>li+li:before {
    content: "/";
    padding: 0;
    color: #8B8B8B;
    position: relative;
    right: 6px;
    top: 0px;
    font-size: 12px;
    font-family: FontAwesome;
    font-weight: 600;
}
.pagination {
    margin: 0;
}
/* buttons */
button:focus{
    outline: 0 !important;
}
.buttons {
    margin: 1em 0;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
}
.btn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    border-radius: 4px;
    box-shadow: 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);
}
.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 */
.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%
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
}
.thumbnails .prodImg {
    text-align: center;
    /*height: 516px;*/
}
.thumbnails .prodImg #canvas {
    object-fit: cover;
}
.prodImgNote {
    padding-top: 12px;
}
.prodImgNote p {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}
.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;
}
@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.product-thumb .price-new {
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.product-thumb .price-old {
    color: #8B8B8B;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-decoration: line-through;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
/* product-thumb hover*/
.product-thumb:hover .hoverProduct{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: calc(100% - 15px);
    background: none;
    z-index: 1;
    padding: 0 15px;
    background-clip: content-box;}
.product-thumb:hover .diProductHover{ display: block;}
.product-thumb .diProductHover{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    color: #fff;
    padding: 5px;
    z-index: 10;
    text-transform: uppercase;
    font-weight: 600;
    padding: 13px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    text-align: center;
}
.diProductHover{ background: #0355a5 }
.diProductHover:hover{ background: #004B93 }
.product-thumb:hover .moq-lst{ display: block;}
.product-thumb .moq-lst{ display: none; position: absolute; top: 25%; left: 12%; right: 12%; color: #fff; z-index: 10; font-weight: 600;}
/*==product-hover-animation==*/
.hoverProduct { visibility: hidden; opacity: 0; position: absolute; top: 0;left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.06);}
.product-thumb:hover .hoverProduct{ visibility: visible; opacity: 1;}
.hoverProduct .diProductHover { position: relative; top: 40%; transition: all 0.2s ease-in;}
.product-thumb:hover .diProductHover{top: 20%;}
/*==//product-hover-animation==*/


/*==//size-chart css==*/
.popUpImg  {
    display: block;
    position: relative;
}
.popUpImg .popupNote{
    display: block;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    color: #8B8B8B;
    margin-top: 4px;
    text-align: center;
}
.popUpImg .popupNote.popupNoteCell {
    display: none;
}
.popupZoom {
    display: block;
    position: relative;
}
.popupZoom .zoomOverlay {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.thumbImgBox .popupZoom .zoomOverlay {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}
.popupZoom .zoomOverlay .fa{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #ffffff;
    line-height: 18px;
    font-weight: 400;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popupZoom:hover .zoomOverlay{
    opacity: 1;
    visibility: visible;
}
.modal-open .mfp-wrap {
    z-index: 1051;
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    position: relative;
}
.mfp-figure figure {
    max-width: 700px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: auto 0;
    padding: 50px;
    background-color: #FFFFFF;
}
.mfp-content img.mfp-img{
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    width: 100%;
    padding: 0px;
    background-color: #FFFFFF;
}
.mfp-close{ padding:0; font-size:2em;  }
.w3-card,
.w3-card-2,
.w3-example {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.mfp-wrap .mfp-container .mfp-arrow{
    background: #fff;
    border: 1px solid #333333;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.mfp-wrap .mfp-arrow.mfp-arrow-right{
    right: 24px;
}
.mfp-wrap .mfp-arrow.mfp-arrow-right::before {
    content: '\f105';
    font-family: FontAwesome;
    margin: 0;
    border: 0;
    left: 16px;
    font-weight: 900;
    font-size: 28px;
    line-height: 38px;
}
.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: white;
    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*/
#checkout-checkout {
    background-color: #E5E5E5;
    padding: 50px 0 62px;
}
.checkoutTitleBox {
    margin-bottom: 28px;
}
.checkoutTitleBox .checkoutTitle h1 {
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}
.checkoutTitleBox .checkoutTitleBtn a {
    font-size: 12px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
}
.checkoutTitleBox .checkoutTitleBtn a .fa{
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    margin-right: 10px;
}
.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;}
#checkout-checkout .panel-default {
    background-clip: padding-box;
    border: 0;
    background-color: #ffffff;
    padding: 34px;
    border-radius: 4px;
    margin-bottom: 24px;
}
#checkout-checkout .panel-heading {
    background: #fff;
    padding: 0;
    padding-bottom: 24px;
}
#checkout-checkout .panel .panel-body{
    background-color: #ffffff;
    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;
}
.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;
}
.custom-radio-btn .radio-btn{
    display: block;
    position: relative;
    padding-left: 34px !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;  
    color: #000000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: 0;
}
.payment-label{
    font-size: 16px;
    color: #4A4F53;
    letter-spacing: 0;
    line-height: 18px; 
}
.paymentInputBox {
    position: relative;
}
.cardLogos {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
.cardLogos img {
    width: 34px;
    margin-right: 12px;
    display: inline-block;
}
.custom-radio-btn .radio-btn input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.custom-radio-btn .radio-btn input:checked ~ .checkmark {
    border: none;
}
.custom-radio-btn .checkmark:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #000;
    box-sizing: border-box;
}
.radio-btn:hover input~.checkmark {
    background-color: #d7002a;
}
.custom-radio-btn .radio-btn input:checked ~ .checkmark:after{
    border: 0;
    background-image: url(../image/checkbox-icon-red.svg);
}
.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_price {
    color: #090A0F;
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 20px !important;
    text-align: right;
}
.product__final_qty{
    color: #090A0F;
    font-size: 16px !important;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.confirm-product-thumb-wrapper .img-thumbnail{
    width:100px;
    height: 100px;
}
.product__thumb{width: 100px;padding: 20px 10px !important}
.product__description{white-space: normal !important;}

#checkout-checkout .form-control{
    letter-spacing: 0;
    background-color: #FFFFFF;
    height: 48px;
    border: 1px solid #8B8B8B;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 16px;
    background-position: right 16px center;
}
#checkout-checkout .invalidCoupon .form-control,
.floatingLabelBox .invalidCoupon .form-control{
    border-color: #D40029;
    background: #fbe4e9;
}
.floatingLabelBox .invalidCoupon label span:before{
    background: #fbe4e9;
}
.floatingLabelBox .invalidCoupon .floatingLabelInput:focus ~ label,
.floatingLabelBox .invalidCoupon label.hasContent,
.floatingLabelBox .invalidCoupon .floatingLabelInput.notEmpty ~ label{
    color: #D40029;
}
#checkout-checkout .form-control:focus,
#checkout-checkout .form-control.notEmpty{
    padding: 12px 16px 8px;
}
#checkout-checkout select.form-control{
    padding-right: 36px;
}
.floatingLabelBox.has-error .control-label{
    color: #333333;
}
#checkout-cart .cartCouponBox{
    padding-top: 15px;
    /*border-top: 1px solid #D1D1D1;*/
}
#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{
    font-size: 14px;
    line-height: 18px;
    color: #D40029;
    margin-top: 10px;
}
.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;
}
#checkout-checkout .table-responsive{overflow-x: hidden;border: none !important;}
#checkout-checkout .orderSummaryTitle {
    padding-bottom: 24px;
    border-bottom: 1px solid #D1D1D1;
}
#checkout-checkout .orderSummaryImg .img-thumbnail {
    border: none !important;
    border-radius: 0;
    width: 100px;
    height: 100px;
    object-fit: contain;
    object-fit: contain;
    line-height: normal;
    padding: 0;
    background: #F7F7F7;
}
#checkout-checkout .orderSummaryText .itemNum {
    margin-bottom: 11px;
}
#checkout-checkout .breadcrumb{display: none;}
.show-checkout-table>.table>tbody>tr>td, .show-checkout-table>.table>tbody>tr>th, .show-checkout-table>.table>tfoot>tr>td, .show-checkout-table>.table>tfoot>tr>th, .show-checkout-table>.table>thead>tr>td, .show-checkout-table>.table>thead>tr>th{font-size: 14px;border: none !important;padding: 10px;vertical-align: middle;}
.show-checkout-table>.table>thead{border-bottom: 2px solid #d1ccbd;}
.panel .panel-collapse{
    position: relative;
}
.panel .panel-collapse .shipDetailsBtnBox {
    position: absolute;
    right: 0;
    top: -48px;
    cursor: pointer;
}
.ship-details{
    position: relative;
}
.ship-text{
    flex:0 1 6em;
    color: #333333;
    font-weight: 600;
}
.ship-details .orderSubTiltle h3 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
}
.ship-details p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
    word-break: break-all;
}
.ship-details p.emailText {
    margin-top: 24px;
}
.shipDetailsBtn{
    text-align: right;
}
.shipDetailsBtn p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.shipDetailsBtn .fa{
    font-size: 14px;
    font-weight: 400;
    color: #D40029;
    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;
}
#checkout-checkout .panel-body .form-group{
    width: 50%;
    float: left;
    padding: 0 9px;
}
#checkout-checkout .panel-body .form-group.formGrp100{
    width: 100%;
}
#checkout-checkout .panel-body .form-group.formGrp25{
    width: 25%;
}
#checkout-checkout .formGrpRow{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#checkout-checkout .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;
}
#checkout-checkout .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;
}
#checkout-checkout .panel-body .form-group {
    margin-bottom: 18px;
    margin-top: 0;
}
#checkout-checkout .panel-body .form-group.formGrpLast{
    margin-bottom: 6px;
}
#checkout-checkout .form-group.formGrpLast .checkBox {
    margin-top: 6px;
}
#checkout-checkout .panel-body .floatingLabelBox label,
#checkout-checkout .panel-body .floatingLabelBox .floatingLabelInput.empty ~ label {
    left: 25px;
}
#checkout-checkout .checkBox{
    margin-bottom: 18px;
    margin-top: 18px;
}
#checkout-checkout .checkBox label{
    padding-left: 0;
}
#checkout-checkout .checkoutBtn{
    margin: 0;
}
#checkout-checkout .checkoutBtn,
#checkout-checkout .checkoutBtn .themeBtn{
    width: 100%;
}
#checkout-checkout form.ship_add_form{
    margin-right: -9px;
    margin-left: -9px;
}
#checkout-checkout .ship_add_form .checkoutBtn{
    float: left;
    padding: 0 9px;
}
.arrivalDate{
    padding-left: 34px;
}
.arrivalDate p{
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8B8B8B;
}
/* Payment Box Area */
#payment-details-checkout .payment-form-wrapper{
    min-height: 48px;
    padding: 0;
    box-shadow: none;
}
#payment-details-checkout .payment-form-wrapper {
    max-width: 100%;
    margin: 0;
    align-items: flex-start;
}
#payment-details-checkout .payment-form-wrapper form {
    max-width: 100% !important;
}
#payment-details-checkout .payment-form-wrapper .container-stripe {
    background-color: #fff;
    box-shadow: none;
    border-radius: 4px;
    padding-bottom: 0;
    margin: 0;
}
#payment-details-checkout .payment-form-wrapper fieldset {
    border-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    background: #FFFFFF !important;
    border-radius: 4px;
    box-shadow: none;
}
#payment-details-checkout .payment-form-wrapper .success-stripe{
    padding: 0;
    max-width: 100% !important;
}
#payment-details-checkout .payment-form-wrapper .success-stripe .icon {
    margin-top: 0 !important;
    transform: translateY(0) scale(1);
    max-width: 100% !important;
}
#payment-details-checkout .payment-form-wrapper #card-element {
    max-width: 100%;
    padding: 16px;
    margin-bottom: 2px;
    border: 1px solid #8B8B8B !important;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 16px;
}
.payment-form-wrapper small.text-info,
.payment-form-wrapper .card-only{
    display: none !important;
}
#payment-details-checkout .payment-form-wrapper button{
    height: 48px;
    background-color: #D40029 !important;
    border: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    margin-top: 24px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#payment-details-checkout .payment-form-wrapper input::-webkit-input-placeholder {
    color: #515151 !important;
}
#payment-details-checkout .payment-form-wrapper input::-moz-placeholder {
    color: #515151 !important;
}
#payment-details-checkout .payment-form-wrapper input:-ms-input-placeholder {
    color: #515151 !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;
    font-family: 'Roboto', sans-serif !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: #D40029 !important;
    font-size: 14px !important;
    line-height: 18px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}
.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;
}
/*Loader*/
#loader{
    background: transparent;
    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: 50px;}
/*#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*/
.cloverly-method{
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 20px;
}
.cloverly-method > label {
    display: inline-block;
    position: relative;
    padding-left: 60px;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  
}
.cloverly-method > label span.cost{
    color: #1C0946;
    font-weight: 800;
    font-size: 18px
}
.cloverly-method > label span.text{
    display: block;
    font-size: 14px;
    font-weight: 800;
    margin-top: 2px;
    color: #381e5d;
}
.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;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    margin-bottom: 6px;
    width: 100%;
    margin-top: 6px;
}
.fn-total .fn-t-row{opacity: 1;margin-top: 12px}
.fn-total .fn-t-row.clover-text{opacity: 1;}
.fn-total .fn-t-row.total-text{
    opacity: 1;
    font-size: 18px;
    margin-top: 19px;
    border-top: 1px solid #D1D1D1;
    padding-top: 18px;
}
.fn-total .fn-t-row span.cost{
    /*width: 120px;*/
    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%;
}

/* 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;}
    
/* CSS START HERE*/

/* Header CSS*/
#headerArea {
    background-color: #ffffff;
    border-bottom: 1px solid #D40029;
}
#headerArea .headerTop {
    background-color: #F7F7F7;
}
#headerArea .themeContainer {
    padding: 0 18px 0 69px;
}
.headerTopText {
    padding: 5px 0;
    text-align: center;
}
.headerTopText p img{
    max-width: 12px;
    margin-right: 9px;
        display: inline;
}
.headerTopText p,
.headerTopText p a{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #333333;
}
#headerArea .headerInnerBox {
    min-height: 65px;
    padding: 10px 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;
}
.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;
}
.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;
}
.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 #logo{
    margin: 0;
    min-width: 237px;
    max-width: 237px;
}
.navbar{
    margin-bottom: 0;
}
#menu .nav li{
    margin-right: 36px;
}
#menu .nav li a{
    color: #333333;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 27px 0;
    font-weight: 700;
}
.navbar-nav li a:after {
    content: '';
    background-color: #D4002A;
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 16px;
    opacity: 0;
    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;
    background-color: #ffffff;
    outline: 0;
}
.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after{
    opacity: 1;
    width: 100%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
            -ms-transition: 0.4s;
}
.border-red-login{ height: 5px;width: 100%;background: linear-gradient(135deg, #761706 0%, #D40029 100%);float: left;}
.menu-section{
    margin-left: 124px;
}
#search input[type="text"]{height: 40px;width: 184px;border: 1px solid #8B8B8B;border-radius: 4px;background-color: #FFFFFF;position: relative;
color: #999999;
font-size: 14px;
letter-spacing: 0;line-height: 14px;}
.search-btn{background: none;border: none;box-shadow: none;height: 40px;position: absolute !important;right: 0;top: 0;outline: none !important;}
.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;}
.search-btn img{width: 15.82px}
.search-box{margin-right: 20px;}
.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}
.arrow-list li a::after{
    content:'';
}
.arrow-list li a{
    padding: 5px 20px!important;
    text-align: left !important;
}
.dropdown-menu{
    width: 165px;
    border-radius: 0;
    background-color: #FFFFFF;
    border: none;
    box-shadow: none;
    top: 100%;
    padding-bottom: 10px;
    border-top: 5px solid transparent;
    margin-top: -5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.20);
}

.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: 30px;
  height: 3px;
  background-color: #D40029;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}


/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

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

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


/*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,#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;}
.form-login{margin-top: 50px;}
.form-login label,.form-register label,.form-account label,.form-password label,.form-address label{
    color: #4A4F53;
    font-size: 16px!important;letter-spacing: 0;line-height: 16px;margin-bottom: 8px!important;text-align: left !important;}
.form-login input,.form-login select,.form-account input,.form-password input,.form-address input,.form-address select,.form-account select,#select_type_form input,#select_type_form select,#select_type_form-adv input,#select_type_form-adv select,.option{border: 1px solid #8B8B8B;border-radius: 4px;background-color: #FFFFFF;height: 50px;
font-size: 16px;color: #4A4F53;}
.form-login .form-group{margin-bottom: 20px;}
.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:'';
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
    cursor: pointer;
    margin-right: 5px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 13px;
    border: 2px solid #333333;
    border-radius: 2px;
}
.checkBox input:checked + label span:after,
.checkBox input:checked + span:after{
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 1px;
    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;
}
#product-product .selectColorMobile{
    display: none;
}
.selectItemBox label{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 15px;
}
.selectItemBox select.form-control{
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    height: 48px;
    padding: 12px 17px;
    font-size: 16px;
    color: #515151;
}
.selectColorArea .productContent .designImgDiv{
    margin-top: 0;
}
.selectColorArea .productDetailTitle h2 span{
    font-weight: 400;
}
.selectColorArea .productContent .designImgBox {
    padding-bottom: 0;
    border-bottom: 0;
}
.selectItemBox .floatingLabelBox .floatingLabelInput:focus,
.selectItemBox .floatingLabelBox .floatingLabelInput.notEmpty {
    padding: 12px 40px 12px 16px;
}
.productContent .designImgDiv.designSelected2 label,
.productContent .designImgDiv label:hover,
.productContent .designImgDiv label:focus{
    border-color:#333333;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
            -ms-transition: all 400ms ease;
}
#product .productContent .itemApproveBox {
    border-top: 2px solid #8B8B8B;
    margin-top: 18px;
}
#product .productContent .itemApproveText {
    margin: 18px 0;
}
#product .productContent .itemApproveText p{
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
}
.productContent .sampleNoteDiv,
.productContent .sampleNoteDiv .sampleCopyBox{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
}
.productContent .sampleNoteDiv{
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
                justify-content: space-between;
}

#product .productContent .sampleNoteDiv .sampleCopyNumber {
    display: inline-block;
    background: #ffffff;
    padding: 6px 12px;
    border: 1px solid #333333;
    border-radius: 4px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    margin-left: 5px;
}
#product .productContent .sampleNoteDiv p {
    font-weight: 700;
}
.checkBox {
    position: relative;
}
.checkBox label .approveCheckText{
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 33px;
}
.checkBox label .approveCheckText p{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
.checkBox label .approveCheckText p span{
    font-size: 12px;
    line-height: 18px;
    color: #D40029;
    padding-left: 8px;
}
.checkBox label .approveCheckText p span:before,
.checkBox label .approveCheckText p span:after{
    display: none;
}
.checkBox label .approveCheckText:before {
    content:'';
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer;
    margin-right: 5px;
    background: #ffffff;
    border-radius: 2px;
    margin-right: 13px;
    border: 2px solid #333333;
    border-radius: 2px;
}
.checkBox input:checked + label .approveCheckText:after,
.checkBox input:checked + .approveCheckText:after{
    content: '\f00c';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #333333;
    border-radius: 2px;
    border: 2px solid #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-transform: lowercase;
    color: #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-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50%;
    width: 50%;
    margin: 0;
    bottom: 100%;
    padding:6px;
    border-radius:4px;
    background:#000;
    color: #ffffff;
    text-align:center;
    display:none;
    margin-bottom: 6px;
    transform: translateX(-50%);
}
.toolTipBtn:after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #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;
    width: 100%;
    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]{
    box-shadow: none;
    background-color: #D1D1D1;
    border-color: #D1D1D1;
    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: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    position: relative;
    background-image: url(../image/caret-down.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: right 20px 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: #333333;
}
#footerArea .footerBox {
    padding: 28px 0 26px;
}
#footerArea .copyrightText {
    text-align: center;
    margin-top: 12px;
}
#footerArea .copyrightText p {
    font-size: 16px;
    line-height: 24px;
    color: #D1D1D1;
}
.footerMenu{
    text-align: center;
    margin-left: -12px;
    margin-right: -12px;
}
.footerMenu p{
    color: #D1D1D1;;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.footerMenu ul{
    text-align: center;
    margin-bottom: 0;
}
.footerMenu ul li{
    display: inline-block;
    outline: 0;
    padding-left: 12px;
    padding-right: 12px;
}
.footerMenu ul li a{
    color: #D1D1D1;;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
}
.footerMenu ul li a:before{
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 2px;
    background-color: #D1D1D1;
}
.footerMenu ul li a:focus {
    text-decoration: none !important;
    opacity: 1 !important;
}
.cancelBtn{float: right;cursor: pointer;font-size: 18px;}
.pageBanner img {
    width: 100%;
    /*max-height: 350px;*/
    object-fit: cover;
    object-position: 50% 50%;
}
.bannerNoteBox{
    background: #D40029;
    padding: 7px 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
            -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.14), 0px 3px 4px rgba(0, 0, 0, 0.12), 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.bannerNoteBox .bannerNoteText p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
}
.bannerNoteBox .bannerNoteText p span{
    font-weight: 900;
    /*text-transform: uppercase;*/
}
.shopByCatBox {
    padding: 51px 0 44px;
    border-bottom: 2px solid #D40029;
}
.shopByCatTitle {
    margin-bottom: 32px;
}
.shopByCatTitle h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #61605F;
    margin: 0;
}
.shopCatBtn {
    width: 100%;
}
.shopCatBtnBox .themeBtn {
    width: 100%;
    height: auto;
    padding: 16px;
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #FFFFFF;
}
.shopCatBtnBox .themeBtn.selectedCat{
    background: #9F001F;
    border: 1px solid #9F001F;
}
/*Homepage CSS*/
.homePageArea {
    padding: 36px 0 72px;
}

#product-category a,
product-category a label {
    cursor: pointer;
}
.homePageArea .homeGridRow{
    margin-right: -12px;
    margin-left: -12px;
}
.homePageArea .homeGridCol {
    padding-right: 12px;
    padding-left: 12px;
}
.homePageArea .homeGridBox {
    margin-bottom: 48px;
}
.homePageArea .homeGridBox img {
    border: 1px solid #D1D1D1;
}
.customBestSellerFlex{
    display: flex;
    justify-content: flex-end;
    padding: 56px 0 34px;
}
.customSpace{
    padding-left:20px;
}
.homeItemGrid {
    position: relative;
}
.homeItemGrid a {
    display: block;
    cursor: pointer;
}
.overlayOne {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 55px;
    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;
}
.overlayTwo{
    width: 100%;
    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;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
        -moz-box-align: flex-end;
            -ms-flex-align: flex-end;
            align-items: flex-end;
    
}
.overlayTwo .overlayInner{
    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;
    min-height: 300px;
    background: rgba(51, 51, 51, 0.65);
    width: 50%;
    height: 100%;
    transition: .5s ease;
    color: #ffffff;
    font-size: 20px;
    padding: 36px 39px 39px;
}
.homeItemTop {
    margin-bottom: 24px;
}
.homeItemGrid.homeGridLeft a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
}
.homeGridLeft.homeItemGrid img {
    height: 100%;
    width: 100%;
    max-height: 100%;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.homeGridRight .homeItemGrid 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;
}
.homeGridRight .homeItemGrid img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-color: #F7F7F7;
    object-fit: cover;
    object-position: center;
}
.homeItemTop h3 {
    font-size: 40px;
    line-height: 52px;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0
}
.homeGridLeft .homeItemTop h3 {
    /*max-width: 213px;*/
}
.homeItemGrid .gridDescription {
    /*max-width: 324px;*/
}
.homeItemGrid .gridDescription p {
    color: #FFFFFF;
    font-weight: 400;
}
.homeGridLeft .gridDescription p {
    font-size: 24px;
    line-height: 32px;
    margin-top: 17px;
}
.homeGridRight .gridDescription p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 10px;
}
.homeGridLeft .homeItemPrice {
    margin-top: 30px;
}
.homeItemBot {
    margin-top: auto;
}
.homeItemBtn .themeBtn {
    padding: 12px 24px;
    line-height: 22px;
    display: inline-block;
}
.homeItemPrice p {
    font-size: 28px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 500;
}
.homeGridRight .homeItemTop h3 {
    font-size: 28px;
    line-height: 38px;
}
.homeGridRight .homeItemPrice {
    margin-top: 24px;
}
.homeGridRight .homeItemPrice p {
    font-size: 20px;
    line-height: 32px;
}
.itemGridTwo {
    background-color: #F7F7F7;
    padding: 23px;
    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 {
    border-top: 1px solid #C4C4C4;
    padding-top: 20px;
    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;
}
.itemGridTwo .itemGridTitle {
    padding-right: 12px;
}
.itemGridTwo .itemGridTitle h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 6px;
}
.itemGridTwo .itemGridTitle p{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.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);
}
.itemGridTwo .itemGridImg img {
    width: 100%;
    object-fit: contain;
    object-position: center;
}
.productDataRow .itemGridTwo {
    margin-top: 0;
    margin-bottom: 24px;
}
.outOfStock{
    position:relative;
    max-height: 100%;
  }
.out_of_stock{
    z-index: 8;
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #979797;
    
  }
  .textOutOfStock{
   /* position: absolute;
    top: 0;
    left: 0;
    transform: translateY(40%);*/
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    padding: 0 40px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    bottom: 0;
    display: block;
    margin: 0;
  }

.helpBoxBtn{
    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-direction:row;
    -webkit-flex-direction:row;
        -ms-flex-direction:row;
            flex-direction:row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    width: 110px;
    height: 36px;
    border-radius: 4px;
    transform: translateY(-50%) rotate(90deg);
    background: #D40029;
    border: 1px solid #D40029;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    right: -36px;
    cursor: pointer;
    z-index: 9;
    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.20);
}
.helpBoxBtn p {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.helpBoxBtn .helpBtnIcon{
    margin-left: 10px;
}
.helpBoxBtn .helpBtnIcon .fa{
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}
.helpBoxSidebar{
    width: 343px;
    min-height: 218px;
    position:fixed;
    z-index: 999;
    right:0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition:.3s;
    transform: translate(100%, -50%);
}
.helpBoxSidebar .helpSidebarInner{
    min-height: 218px;
    background: #D40029;
    border: 1px solid #D40029;
    box-sizing: border-box;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.14), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 24px 20px;
    position: relative;
}
.helpBoxSidebar.activeSidebar{
    display: block;
    right:0;
    width: 343px;
    opacity: 1;
    visibility: visible;
    transition:.3s;
    transform: translate(0%, -50%);
}
.helpBoxSidebar .helpClose {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 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: center;
    -webkit-justify-content: center;
        -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-right: 16px;
    margin-top: 16px;
}
.helpBoxSidebar .helpClose .fa{
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.helpBoxSidebar .helpBoxInner h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 22px;
}
.helpBoxSidebar .helpBoxInner h3 .fa{
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 8px;
}
.helpBoxSidebar .helpBoxInner ul{
    padding: 0;
}
.helpBoxSidebar .helpBoxInner ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    list-style: none;
}
.helpBoxSidebar .helpBoxInner ul li a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: underline;
}
.helpBoxSidebar .helpBoxInner p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 18px;
}

.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*/
 .sort-section .sortDropdown{
    position: relative;
    max-width: 200px;
    width: 100%;
}
.sort-section .sortDropdown .sortText {
    position: absolute;
    top: 10px;
    left: 16px;
}
.sort-section .sortDropdown #input-sort{
    height: 36px;
    width: 100%;
    min-width: 105px;
    border: 0;
    border-radius: 0;
    background-color: #FFFFFF;
    font-size: 12px;
    padding: 8px 16px 8px 5px;
    color: #515151;
    padding-right: 39px;
    background-position: right 16px center;
}
.grid-width{max-width:calc(100% - 240px);margin:0 auto;}
#product-category{
    padding-bottom: 63px;
}
#product-category.homePageCategory{
    padding-bottom: 60px;
}
#onetrust-banner-sdk #onetrust-policy {
    margin-bottom: .825em !important;
}
.banner-section img{
    padding-top: 30px;
}
#product-category #slideshow1 {
    display: none;
}
#input-sort,
#color{
    height: 48px;
    width: 300px;
    border: 1px solid #A0A0A0;
    border-radius: 0;
    background-color: #FFFFFF;
    font-size: 14px;
    padding: 12px 20px;
    color: #000000;
    padding-right: 38px;
}
.pdtb-30{
    padding: 24px 0;
}
.text-grey{
    color: #4A4F53;
    font-size: 20px;letter-spacing: 0;line-height: 16px;margin-bottom: 20px;
}
.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{
    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;
    width: 100%;
    padding: 34px 0;
}
#product-category .sort-section .sortText p {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #515151;
}
.sort-section .form-group{
    margin-bottom: 0;
    width: 100%;
}
.sort-section .bootstrap-select {
    height: 36px;
    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: 36px;
    background: transparent;
    box-shadow: none;
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    color: #515151;
    padding-left: 64px;
    padding-right: 35px;
}
.sort-section .bootstrap-select.btn-group .btn .caret{
    background: url(../image/caret-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: 16px;
    border: 0;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    transition: -webkit-transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s;
    transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}
.sort-section .bootstrap-select.open .btn .caret{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
}
.sort-section .open>.dropdown-toggle.btn-default:focus,
.sort-section .open>.dropdown-toggle.btn-default:hover{
    background-color: transparent;
    color: #515151;
}
.sort-section .dropdown-menu{
    background-color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0;
    border: 0;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
}
.sort-section .dropdown-menu.inner{
    padding-bottom: 0 !important;
}
.bootstrap-select .dropdown-menu li a{
    color: #515151;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 16px;
    border-bottom: 1px solid #FFFFFF;
}
.bootstrap-select .dropdown-menu li:nth-last-of-type(1) a{
    border-bottom: 0;
}
.bootstrap-select .dropdown-menu li > a:hover,
.bootstrap-select .dropdown-menu li.selected a:hover,
.bootstrap-select .dropdown-menu li.selected a{
    background-color: #515151;
    color: #ffffff;
}
.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: 45px;}
#column-left .panel,.sidebar .panel{ border-radius: 4px;background-color: #FFFFFF;border:none;}
#column-left .panel-heading,.sidebar .panel-heading{
    border-radius: 4px 4px 0 0;
    background-color: #D1CCBD;
    color: #000000;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
}
#column-left .list-group .list-group-item{
    border:none;
    padding: 0px 20px 10px;;
    background: transparent;
}
#filter-group2 .checkbox,#filter-group3 .checkbox{
    margin-top: 0 !important;
}
#column-left .list-group a{
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
     padding: 15px 20px !important;
     cursor:pointer;
   
}
.bor-top{ border-top: 2px solid #d1ccbd !important;}
.bor-top:first-child{border:none !important}
.border-bot:last-child{border-bottom: none !important;}
.list-group-item .checkbox{margin-top: 0 !important;}
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: #d1ccbd;
}
/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
 height: 18px;
 width: 18px;
 border: 3px solid #D1CCBD;
 background-color: #4A4F53;
}
.custom-checkbox{
    padding-left: 30px !important;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* 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-bottom: 120px;
}
.productImageBox {
    padding-right: 27px;
}
.stickyBox.productImageBox {
    position: fixed;
    top: 30px;
    z-index: 9;
    width: calc(50% - 99px);
    max-width: calc(960px - 99px);
}
#removeStickyAnchor{
    opacity: 0;
    width: 0;
    height: 0;
}
.productDetailsBox {
    padding-left: 27px;
}
.itemDetailsHeader {
    margin-bottom: 23px;
}
.itemDetailsHeader.itemHeaderMobile {
    display: none;
}
.itemDetailsHeader h1{
    color: #333333;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
}
.itemDetailsHeader .itemDetails .itemNo {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8B8B8B;
}
.itemDetailsHeader .itemDetailsDiv {
    margin-top: 26px;
    margin-bottom: 0px;
}
.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;
}
.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 .floatingLabelBox .floatingLabelInput:focus,
.productContent .name-section .floatingLabelBox .notEmpty{
    padding: 16px 16px 12px;
}
.initial-section .floatingLabelBox .floatingLabelInput:focus ~ label,
.initial-section .floatingLabelBox label.hasContent,
.initial-section .floatingLabelBox .floatingLabelInput.notEmpty ~ label {
    left: 18px;
}
.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;
}
#tab-description {
    margin-bottom: 0;
    margin-top: 48px;
}
#tab-description .panel-group {
    margin-bottom: 0;
    border-bottom: 1px solid #D1D1D1;
}
#tab-description .panel-default .panel-heading {
    border: 0;
    background-color: transparent;
    padding: 0;
}
#tab-description #themeAccordion .panel-title .collapsed,
#tab-description #themeAccordion .panel-body{
    border-bottom: 0;
}
#tab-description #themeAccordion .panel-body {
    background-color: #FFFFFF;
    padding-bottom: 31px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
#tab-description,
.extra-text{
    color: #333333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
#tab-description .descriptionTitle h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #D40029;
    position: relative;
    padding-left: 32px;
    margin-bottom: 19px;
}
#tab-description .descriptionTitle h3:before{
    content: '';
    width: 16px;
    height: 2px;
    background-color: #D4002A;
    left: 0;
    position: absolute;
    top: 16px;
}
#tab-description ul{
    padding-left: 0;
}
#tab-description ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    list-style: none;
    position: relative;
    padding-left: 15px;
}
#tab-description ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #333333;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
}
.alsoLikeArea {
    padding-top: 61px;
}
.alsoLikeArea .alsoLikeTitle {
    margin-bottom: 42px;
}
.alsoLikeArea .alsoLikeTitle h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #333333;
    margin: 0;
}
.alsoLikeArea .customProductNameGrid {
    padding-top: 20px;
}
.alsoLikeArea .ProductName {
    text-align: left;
    padding-right: 12px;
}
.alsoLikeArea .product-thumb h4 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 6px;
}
.alsoLikeArea .ProductListIcon {
    width: 31px;
    height: 31px;
}
.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%;}
/*.tab-pane ul li{list-style: none;
    width: 50%;
    float: left;
    padding: 10px 20px;
    background: #fff;
    border-bottom: 2px solid #D1CCBD;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}*/
.w-50-ul{float: left;width: 20%;padding: 0;border-bottom: 2px solid #d1ccbd;}
.flex-end{display: flex;justify-content:flex-end;padding-right:20px;width: 80%;}
.flex-end li a{
    color: #999999;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;
  text-decoration: none;
  border: none !important;
  background: transparent !important;
}
/*.tab-pane ul li:nth-child(odd) {
    border-right: 2px solid #d1ccbd;
}
.tab-pane ul li:last-child,.tab-pane ul li:nth-last-child(2){
    border-bottom: none;
}
.tab-pane ul li:nth-last-child(2){
    border-bottom-left-radius: 9px;
}
.tab-pane ul li:last-child{
    border-bottom-right-radius: 9px;
}*/
.flex-end li.active a{color: #000000;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 16px;}
.nav-tabs li{padding: 10px 0px 10px 20px;}
.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: 18px !important;
    letter-spacing: 0;
    line-height: 18px;
    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 !important;
}
.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: #D1D1D1;
    opacity: 1;
}
.productDetailsBox input.input-text::-moz-placeholder {
    color: #D1D1D1;
    opacity: 1;
}
.productDetailsBox input.input-text:-ms-input-placeholder {
    color: #D1D1D1;
    opacity: 1;
}
.productDetailsBox input.input-text:-moz-placeholder {
    color: #D1D1D1;
    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: #D40029;
    border-color: #D40029;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #D40029;
    background-color: #ffffff;
    border-color: #ffffff;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #D40029;
    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 {
    padding: 10px 15px 10px 15px;
    border-radius: 4px;
    margin-top: 12px;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}
.alert-success a{color: #090A0F !important;text-decoration: underline !important}
.alert-success {
    color: #333333 !important;
    background-color: #EEEEEE;
    border: none;
}
.alert-dismissable .close,
.alert-dismissible .close {
    right: 0;
    opacity: 1;
}
.alert-danger,
.alert-warning{background: #D40029;color: #FFFFFF;}
/*Cart page CSS*/

#checkout-cart{
    padding: 36px 0 120px;
    min-height: calc(100vh - 219px);
}
#checkout-cart #content {
    min-height: 100%;
}
#checkout-cart .cart-section .alert-success {
    margin-top: 0;
    margin-bottom: 24px;
}
#checkout-cart .cartHeaderArea {
    margin-bottom: 36px;
}
#checkout-cart .cartHeaderIcon {
    margin-right: 8px;
}
#checkout-cart .cartHeaderTitle h1{
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin: 0;
}
#checkout-cart .cartHeaderBtn .themeBtn {
    width: 329px;
    background: #FFFFFF;
    border: 1px solid #333333;
    box-shadow: none;
    color: #333333;
    line-height: 20px;
}
.cart-section table{
    border: none;
}
.cart-table{
    margin-bottom: 0px;
}
.cart-table thead tr td,
.cart-table thead tr th{
    padding: 12px 9px;
    font-size: 14px;
    line-height: 14px;
    border-top: 0;
    font-weight: 500;
    color: #333333;
}
.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: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
    padding: 20px 9px;
}
.cart-table tbody tr.cart-row td:first-child{
    width: 108px;
    padding: 20px 9px 20px 0;
}
.cart-table tbody tr.cart-row td:nth-child(2),
.cart-table tbody tr.cart-row td:nth-child(3){
    vertical-align: top;
}
.cart-table tbody .img-thumbnail {
    width: 100%;
    padding: 0;
    background-color: #F7F7F7;
    border: 0;
    border-radius: 0;
}
.cart-table tbody tr.cart-row td .itemName {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.cart-table tbody tr.cart-row td:nth-child(2){
    max-width: 266px;
}
.cart-table .cartItemDetail{
    max-width: 100%;
}
.cart-table tbody tr.cart-row td .itemNo {
    font-size: 12px;
    line-height: 12px;
    color: #8B8B8B;
    margin-top: 6px;
}
.cart-table tbody .cart-row td:second-child{width: 300px;padding-right: 15px !important;}
.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 .itemQtyBtn {
    width: 36px;
    height: 36px;
    border: 1px solid #8B8B8B;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    text-align: center;
    letter-spacing: -4px;
    text-indent: -4px;
    cursor: pointer;
    vertical-align: bottom;
    border-radius: 0;
}
.cart-table tbody tr.cart-row td .itemQtyInput {
    width: 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;
    border-radius: 0;
}
.cart-table tbody tr.cart-row td .btn-remove{
    font-weight: 400;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #8B8B8B;
    margin-top: 12px;
    display: inline-block;
}
.cart-table tbody tr.cart-row td .text-danger {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
}
.cart-section .btn-block{
    display: flex;
    justify-content:center;
    align-items:center;
}
.cart-section .qtyGroupBox .input-group.btn-block {
    margin-top: 24px;
}
#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;
}
#checkout-cart .tax-section .themeBtn {
    width: 100%;
}
.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: 20px;
    line-height: 24px;
    text-align: right;
}
.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: #ffffff;border-radius: 4px !important;}
.sub-row td{
    padding: 7px !important;
    border-top: none !important;
    vertical-align: middle !important;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    border-bottom: 2px solid #d1ccbd;
}
.sub-row td:first-child{width: 170px;text-align: right;padding-right: 0!important}
.sub-input input{
    height: 30px;
    width: 82px;
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    color: #4A4F53;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    padding:0;
}
.sub-row td:last-child{text-align: right;padding-right: 15px !important;}
.cart-body .sub-row:last-child td {
    border-bottom: none;
}
tr.sub-row:first-child td:first-child{border-top-left-radius: 9px;}
.table>tbody+tbody{border: none;}

/*Search CSS*/
#product-search{float:left;width:100%;}
#product-search h1{
    color: #000000;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 32px;
    margin: 60px 0 50px;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px;
    background: #ffffff;
    border-radius: 5px;
}
#product-search h1 span{color: #D40029;}


/*My Account page CSS*/

.account-section{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap:wrap;
    float: left;
    width: 100%;
}
.account-section h1{
    color: #000000;
    font-size: 36px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-top: 0;
    background: #ffffff;
    padding: 4px 7px;
    border-radius: 5px;
    text-transform: uppercase;
}
.account-section>.nav-tabs>li>a{
    color: #4A4F53 !important;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}
.account-section>.nav-tabs>li.active>a, .account-tab>.nav-tabs>li.active>a:focus, .account-tab>.nav-tabs>li.active>a:hover {
    color: #000000 !important;
    cursor: default;
    background-color: transparent;
    border: none;
    border-bottom-color: transparent;
}
.account-border{border-bottom: 2px solid #d1ccbd;margin: 20px -15px;}
#personal-details,#change-password,#address-book,#address-entries{
    width: calc(100% - 200px);
    margin: 0 auto 60px;
}
#my-order{
    margin-top: 40px;
    width: 100%;
    float:left;
}
#address-book{ width: calc(100% - 400px);}
#personal-details h2,#change-password h2,#address-book h2,#address-entries h2{
     color: #000000;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 40px 0 30px;
    text-transform: uppercase;
}
#address-book h2{
    margin-top: 60px;   
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #D1CCBD;
    opacity: 1;
}
.form-account .form-control{box-shadow: none !important;}

/*==My Order Page==*/
.my-order--wrapper--main .text-empty{
    font-size: 19px;
    color: #000;
    margin: 0px;
    font-weight: 500;
    margin-top: 20px;
}
.my-order--wrapper--main{ 
    overflow: hidden; padding: 0 15px;
    color: #000;
    padding-bottom: 50px;
    min-height: calc(100vh - 238px);
}
.my-order--wrapper h1{
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 70px;
    font-size: 36px;
    color: #000;
}
#select_type_form,#select_type_form-adv{padding: 20px;}
.input-group-addon{ display: none}
.sidebar{
    width: 285px;
    margin-right: 35px;
    float: left
}
.sidebar h3{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #000;
}
.sidebar .form-group{
    margin-bottom: 20px;
}
.content-wrapper{
    width:calc(100% - 320px);
    float: right;
    margin-bottom: 20px;
}
.sidebar label{
     color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}

.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: 0 7px 0 15px
}
.to-main{
    padding: 0 15px 0 7px 
}
.date input.form-control{
    font-size: 14px;
}
.order-section--wrapper{
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.total-details{
    padding:15px 10px;
    background: #ffffff;

}
.order-details--table{
    width: 100%;
    font-size: 14px;
}
.order-details--table 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;
}

.order-details--table .status.transit:before{
    content:"";
    background: url('../image/transit-icon.png') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    float: left;
    margin-right: 10px;
}
.order-details--table .status.ordered{
    color: #D40029;
    font-size: 16px;
    letter-spacing: 0;
    line-height:16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 20px;
    position: relative
}
.order-details--table .status.transit{
    color: #9A3324;
    font-size: 16px;
    letter-spacing: 0;
    line-height:16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 20px;
    position: relative
}
.order-details--table .status.delivered{
    color: #009CA6;
    font-size: 16px;
    letter-spacing: 0;
    line-height:16px;
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 0;
    padding-left: 20px;
    position: relative
}




.lg-text-right{text-align: right;}
.order-details--table .status.ordered:before{
    content:"";
    background: url('../image/ordered-icon.png') no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    float: left;
    margin-right: 10px;
}
.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:"";
    background: url('../image/delivered-icon.png') no-repeat;
    width: 16px;
    position: absolute;
    left: 0;
    top: 2px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 10px;
}
.data .status{margin-right: 5px;}
a:focus{
    text-decoration: none;
    opacity: 1 !important;
    outline-color: #ccc;
}
.order-details--table a.order-details--link{
    color: #D40029;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}
.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:"Order Details";
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}
.order-details--table a.order-details--link.close:after{
    content:"Close Order Details";
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: right;
    text-transform: uppercase;
}
.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
}
.totalTableArea {
    border-top: 1px solid #D1D1D1;
}
.sub-total-table{
     width:auto;
    float: right;
    text-align: right;
    margin: 10px 0;
}
.totalTableBox{
    min-width: 362px;
    width: 35.5%;
    float: right;
    margin-top: 12px;
} 
.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: 0 0 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.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: #333333;
    font-weight: 500;
}
.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;}
.total-table span:last-child{margin-right: 0;}
.tracking{ border-bottom: 2px solid #d1ccbd; padding: 20px 10px; background: #ffffff;}
.tracking .tracking-table{ width:100%; }
.tracking .tracking-table label{ 
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.tracking .tracking-table tr td:last-child{text-align: right}
.tracking .tracking-table a, .tracking .tracking-table span{
     color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    display: block
}
.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---table{
    width:100%
}
.order-details--rows---table td{
    vertical-align: bottom
}
.order-details--rows---table label, .order-details--rows---table span{
    display: block;
    color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.order-details--rows---table span{
    font-size: 14px;
    display: inline-block;
    margin-right: 20px;
}
.order-details--rows---table span:last-child{
    margin-right: 0;
    color: #4A4F53;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
    text-align: right;
}
.order-details--rows---table td:last-child{
    text-align: right
}
.order-details--rows---table span.product-name{
    /*font-weight: normal;*/
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
.pad-bot span{
    color: #4A4F53;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 16px;
}



/*.dropdown-menu{
    border:1px solid rgb(52, 140, 207)
}*/
.datepicker-dropdown:before{
    border-bottom-color:rgb(52, 140, 207)    
}
.sidebar-mobile--menu{ 
    display: none; 
    position: relative; 
    text-transform: uppercase; 
    font-size: 14px;
    background: #D1CCBD; 
    margin-bottom: 20px !important; 
    padding: 20px 0px; 
    margin:0 0px 10px;
    border-radius: 4px;
}
.sidebar-mobile--menu span{ 
    display: block; 
    position: relative;
    font-size: 18px;
    color: #000000;
    letter-spacing: 1px;
    padding: 0 15px;
}
.sidebar-mobile--menu:hover{ 
    cursor: pointer
}
.sidebar-mobile--menu span:after{
    width: 0; 
    height: 0; 
    position: absolute;
    top: 5px;
    right: 15px;
    border-left: 8px solid transparent;
    border-right:8px solid transparent; 
    border-top:8px solid #000;
    content: "";
}

.sidebar-mobile--menu.active-sidebar span:after{
    content: "";
    width: 0; 
    height: 0; 
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top:0;
    border-bottom: 8px solid black;
    position: absolute;
    top: 5px;
    right: 15px;
}

hr {
    margin: 10px 0;
    border: 0;
    border-top: 1px solid #d1ccbd;
}
.qt--data {
    color: #333;
    font-weight: 600;
    text-align: center;
    font-family: "Roboto", sans-sarif;
    border: none;
    outline: 0;
    cursor: default;
    width: 100%;
}
.check--moq {
    position: relative;
}
.check--moq .moq--alert {
    display: none;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 7px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 130%;
    left: 47%;
    margin-left: -60px;
    font-family: 'Roboto', sans-serif;
}
.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-family: 'Roboto', sans-serif;
}
.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{
    padding: 72px 0;
    background-color: #E5E5E5;
    min-height: calc(100vh - 219px);
}
#information-information .informationBox {
    width: 100%;
    max-width: 75%;
}
#information-information #content {
    min-height: 100%;
}
#information-information .informationTitle {
    margin-bottom: 12px;
}
#information-information .informationTitle h1 {
    font-size: 50px;
    line-height: 52px;
    color: #333333;
    margin: 0;
    font-weight: 700;
}
#information-information .informationBox p,
#information-information .informationBox ul li,
#information-information .informationBox a,
#information-information .informationBox ol li{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
#information-information .informationBox b,
#information-information .informationBox strong,
#information-information .informationBox h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
#information-information .informationBox a,
#information-information .informationBox a b,
#information-information .informationBox a strong{
    text-decoration: underline;
    color: #D40029 !important;
    margin-bottom: 0;
}
#information-information .informationBox.Contact p,
#information-information .informationBox.Contact ul li,
#information-information .informationBox.Contact a,
#information-information .informationBox.Contact ol li{
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
}
#information-information .informationBox.Contact b,
#information-information .informationBox.Contact strong,
#information-information .informationBox.Contact h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.informationBox ol{
    padding-left: 24px;
    margin-bottom: 12px;
}
.informationBox ul{
    padding: 0;
    margin-bottom: 12px;
}
.informationBox ul li {
    position: relative;
    list-style: none;
    padding-left: 18px;
}
.informationBox ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: #333333;
    border-radius: 50%;
}
#information-information .informationBox ul li.Policy {
    padding-left: 16px;
}
#information-information .informationBox.Policy ul li:before {
    top: 10px;
    width: 6px;
    height: 6px;
}
#information-information .informationBox b,
#information-information .informationBox strong{
    font-weight: 500;
}
#information-information .informationBox h3{
    font-size: 24px;
    font-weight: 700;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 12px;
    color: #333333 !important;
    line-height: 32px;
}
.informationBox p {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
}
.informationBox .infoBoxBtn {
    margin-top: 24px;
    margin-bottom: 0;
}
.informationBox .infoBoxBtn .themeBtn {
    max-width: 300px;
    width: 100%;
}
.informationBox .alert-success {
    background-color: #ffffff;
    margin-bottom: 24px;
    margin-top: 0;
}
/* FAQs Area */
#faqArea .panel-heading{
    background-color: #E5E5E5;
    padding: 0;
}
#themeAccordion .panel-title a{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #D40029 !important;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding: 19px 19px 19px 32px;
}
#themeAccordion .panel-title a:before {
    content:"\f068";
    font-family: FontAwesome;
    padding-right: 5px;
    color:#D4002A;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 19px;
}
#themeAccordion .panel-title a.collapsed:before {
    content:"\f067";
    color:#D4002A;
}
#themeAccordion .panel-title .collapsed{
    color: #333333 !important;
    border-bottom: 1px solid #D1D1D1;
}
#themeAccordion .panel-default:nth-child(1) .panel-title a{
    border-top: 1px solid #D1D1D1;
}
#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: #D40029 !important; 
}
#themeAccordion .panel-body{
    background-color: #E5E5E5;
    padding: 0;
    border: 0;
    padding-bottom: 36px;
    border-bottom: 1px solid #D1D1D1;
}
.informationBox #faqArea .panel-body ul {
    margin-bottom: 0;
}
#faqArea .panel-body p,
#faqArea .panel-body ul li{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
#faqArea .panel-body ul li:before{
    top: 9px;
    width: 6px;
    height: 6px;
}
#information-information .informationBox #faqArea .panel-body a{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
#themeAccordion .panel-default{
  border:none;
  box-shadow:none;
  border:0;
  border-radius:0;
}
#themeAccordion .panel-group .panel+.panel {
    margin-top: 0px;
}

.modal-backdrop.in {
    filter: alpha(opacity=95);
    opacity: 0.95;
    background: #333333;
}
.modal {
  text-align: center;
  padding: 0!important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.customModal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #FFFFFF;
    border-radius: 4px;
    overflow: hidden;
}
.customModal .modal-header {
    padding: 24px;
    border-bottom: 0;
}
.customModal .modalHeaderIcon {
    margin-right: 8px;
}
.customModal .modal-title {
    margin: 0;
    padding-right: 24px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
}
.customModal .modal-header .close {
    margin-top: 0;
    position: absolute;
    top: 24px;
    right: 24px;
    opacity: 1;
}
.customModal .modal-header .close .fa {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    font-weight: 900;
    opacity: 0.5;
}
.customModal .modal-dialog {
    width: 516px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.customModal .modal-body {
    position: relative;
    padding: 0 24px;
}
.customModal .modalBoxInner{
    padding: 24px 0 6px;
    border-top: 1px solid #D1D1D1;
}
.customModal .modalBoxInner.orderDetailBox {
    padding: 24px 0 18px;
    margin-bottom: 0;
}
.customModal .modal-body .inputBox {
    margin-bottom: 18px;
}
.customModal .modal-body .form-control{
    height: 48px;
    border: 1px solid #8B8B8B;
    border-radius: 4px;
    background-color: #FFFFFF;
    opacity: 1;
    color: #333333;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
    padding: 12px 16px;
    max-width: 100%;
    padding-right: 36px;
    background-position: right 16px center;
}
.customModal .modal-body .form-control:focus,
.customModal .modal-body .form-control.notEmpty{
    padding: 12px 16px 8px;
}
.customModal .modal-body textarea.form-control {
    min-height: 100px;
}
.modalBoxInner .text-danger{
    margin-top: 6px;
}
.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;
    text-align: center;
    border-top: 0;
    background-color: #EEEEEE;
}
.customModal .modal-footer  .themeBtn{
    max-width: 225px;
    width: 100%;
}
.customModal .modal-footer  .themeBtn.btnCancel {
    background-color: #FFFFFF;
    border: 1px solid #333333;
    box-shadow: none;
    color: #333333;
    margin-right: 9px;
}
.customModal .modal-footer .btn.btnSubmit {
    margin-left: 9px;
}
.customModal .modal-footer  .themeBtn.btnBackTo {
    border: 1px solid #D40029;
    background-color: #ffffff;
    color: #D40029;
    box-shadow: none;
    max-width: 100%;
}

#poBoxconfirmModal.modal{
    /*z-index: 9999;*/
}
#poBoxconfirmModal.customModal .modalBoxInner{
    padding: 24px 0;
    min-height: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
#poBoxconfirmModal .modalBoxInner p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #333333;
}
#poBoxconfirmModal.customModal .modal-dialog{
    width: 450px;
}
#poBoxconfirmModal.customModal .modal-footer .themeBtn{
    max-width: 150px;
}

#error-not-found,
#common-maintenance{
    background-color: #E5E5E5;
    padding: 72px 0;
    min-height: calc(100vh - 219px);
}
#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;
}
/*Checkout page CSS*/
.container-hidden{
    overflow-x: hidden;
}
#checkout-checkout #content {
    min-height: calc(100vh - 180px);
}
#checkout-checkout .panel-heading .panel-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
#checkout-checkout .stickySummary .panel-default{
    margin-bottom: 0;
}
/* Coupon Code Area */
#checkout-checkout .stickySummary {
    height: calc(100vh - 185px);
}
#checkout-checkout .stickySummary .panel-default.couponCodeBox{
    margin-bottom: 24px;
}
.couponCodeBox .floatingLabelBox {
    margin-top: 0;
    margin-bottom: 0;
}
.couponCodeBox .couponInput{
    width: 100%;
}
.couponApplyBtn,
.couponAppliedBtn{
    margin-left: 20px;
}
.couponApplyBtn .btn {
    padding: 12px 30px;
}
.couponAppliedText p{
    font-weight: 500;
    font-size: 16px;
    /*font-size: 20px;*/
    line-height: 24px;
    color: #333333;
}
.couponAppliedText p span{
    color: #D40029;
    text-transform: uppercase;
}
.couponAppliedBtn .themeBtn{
    padding: 15px 25px;
    font-size: 18px;
    line-height: 28px;
    height: 58px;
    background: #ffffff;
    color: #3c763d;
    border: 2px solid #3c763d;
    box-shadow: none;
}
.couponAppliedBtn .themeBtn .fa{
    margin-right: 5px;
}
.fn-total .fn-t-row span.cost-title .promoCodeText{
    margin-right: 10px;
}
.fn-total .fn-t-row span.cost-title .promoCodeText,
.fn-total .fn-t-row span.cost.promoCodeCost,
.total-table span.promoCodeText{
    color: #D40029;
    font-weight: 500;
    cursor: pointer;
}
.fn-total .fn-t-row span.cost-title .promoCodeText .fa,
.promoCodeText .fa{
    font-size: 20px;
    margin-right: 5px;
    line-height: 20px;
    font-weight: 400;
}
.text-danger2{
    font-size: 14px;
    line-height: 18px;
    color: #D40029;
    margin-top: 10px;
}
/* End Coupon Code Area */
/* Giiving Gift Area */
.panel-group .panel + .panel.giftBox {
    margin-top: 24px ;
}
.giftBox .giftBoxTitle h3 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}
.giftBox .giftBoxTitle img{
    margin-right: 8px;
}
#checkout-checkout .giftInputBox .checkBox {
    margin-top: 12px;
    margin-bottom: 0;
}
.giftBox .formGrpInner{
    margin-top: 18px;
}
.giftBox .giftEditText {
    margin-top: 12px;
    cursor: pointer;
    min-width: 55px;
    margin-left: 15px;
    text-align: right;
}
.giftBox .giftEditText span {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.giftBox .giftEditText .fa{
    font-size: 14px;
    font-weight: 400;
    color: #D40029;
    line-height: 14px;
    margin-left: 4px;
}
.giftBox textarea,
#checkout-checkout .giftBox .form-control{
    min-height: 99px;
    padding: 12px 12px;
}
.giftBox .form-control[disabled],
#checkout-checkout .giftBox .form-control[disabled]{
    border-color: #D1D1D1;
    color: #D1D1D1;
}
.giftBox .giftCharLeft {
    font-size: 11px;
    line-height: 12px;
    color: #8B8B8B;
}
.giftBox .giftCharLeft span {
    display: inline-block;
    margin-top: 8px;
}
.giftBox .giftBoxBtn {
    text-align: right;
    margin-top: 24px;
}
.giftBox .giftBoxBtn .themeBtn{
    width: 100%;
    max-width: 255px;
}
.giftSuccessBox.giftBox {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 36px;
    margin-top: 24px;
}
.giftMsgBox {
    margin-top: 12px;
    background: #EEEEEE;
    border-radius: 4px;
    padding: 12px;
}
.giftMsgBox p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.giftMsgBox pre {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    border: 0;
    border-radius: 0px;
    background-color: #EEEEEE;
}

.stickySummary{
    height: calc(100vh - 232px);
    overflow: auto;
}
.stickySummary.stickyPanel {
    height: calc(100vh - 86px);
    overflow: auto;
    position: fixed;
    top: 24px;
    z-index: 9;
    width: calc(41.66666667% - 84px);
    max-width: 716px;
}
.stickyOrderBox .orderDetailBox{
    margin-bottom: 0px;
}
.stickyBox{
    height: calc(100vh - 48px);
    overflow: auto;
    position: fixed;
    top: 24px;
    z-index: 9;
    width: calc(41.66666667% - 84px);
    margin-top: 24px;
    max-width: 716px;
}
.fn-total .fn-t-row span.cost-title,
.fn-total .fn-t-row span.cost{
    font-weight: 400;
  font-size: 16px;
    line-height: 16px;
    color: #333333;
}
.fn-total .fn-t-row:nth-of-type(2) span.cost-title,
.fn-total .fn-t-row:nth-of-type(2) span.cost{
    font-weight: 500;
}
.fn-total .fn-t-row.total-text span.cost-title,
.fn-total .fn-t-row.total-text span.cost{
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #D40029;
}
#payment-existing:after,#shipping-existing:after,.dropdown-icon:after{
    content: url('../image/down-arrow-dropdown.png');
   position: absolute;
   top: 4px;
   right: 5px;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
    height: 40px;
    width: 40px;
    line-height: 70px;
    display: flex;
    justify-content:center;
    align-items:center;
    background: #ffffff;
}
#payment-existing,#shipping-existing,.dropdown-icon{
    position: relative;
}
 #checkout-checkout select{position: relative;}
.text--hide--text{
    display: none;
}
.text--show--text{
    display: block;
}

/* Order status page*/
#common-success.order_view,
#common-success.order_detail{
    padding: 0;
}
#orderStatusArea {
    padding: 79px 0 60px;
}
#orderStatusArea #content {
    min-height: calc(100vh - 358px);
}
.order_detail #orderStatusArea #content {
    min-height: unset;
}
#OrderDetailArea {
    padding-bottom: 45px;
}
#common-success.orderStatusDetail {
    padding:0;
}
.order_detail #OrderDetailArea #content {
    min-height: calc(80vh - 0px);
}
.orderDetailBox {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 36px;
    margin-bottom: 24px;
}
.orderDetailTiltle h2 {
    font-size: 50px;
    line-height: 52px;
    color: #333333;
    font-weight: 700;
    margin-top: 2px;
    margin-bottom: 12px;
}
.orderSubTiltle h3 {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 17px;
}
.orderSubTiltle h4 {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.orderDetailBox p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}

.orderSummaryBox .orderSubTiltle {
    padding-bottom: 24px;
    border-bottom: 1px solid #D1D1D1;
}
#notshippedlist.orderSummaryBox .orderSubTiltle{
    padding-top: 24px;
}
.orderSummaryBox .orderSubTiltle h3 {
    margin-bottom: 0;
}
.orderSummaryBox .orderSummaryInfo {
    border-bottom: 1px solid #D1D1D1;
    padding: 18px 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: 18px;
    width: 100px;
}
.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-direction:column;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction: column;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
            -ms-flex-pack: space-between;
            justify-content: space-between;
}
.orderDetailBox p {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 400;
}
.orderDetailBox p.item-sec {
    font-size: 12px;
    line-height: 20px;
    color: #8B8B8B;
}
.orderStatusDetail .orderDetailBox p.item-sec,
.successPageArea .orderDetailBox p.item-sec{
    margin-bottom: 0px !important;
}
.orderDetailBox p.emailText {
    margin-top: 24px;
}
.orderDetailBox p.itemNum{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #8B8B8B;
    margin-bottom: 12px;
}
.orderDetailBox p.trackNum {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
}
.orderDetailBox p.trackNum a{
    color: #D40029;
    text-decoration: underline;
}
.orderDetailBox .orderSummaryBox .itemName,
#checkout-checkout .orderSummaryText .itemName{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 8px;
}
.orderDetailBox .orderSummaryBox .itemNum,
#checkout-checkout .orderSummaryText .itemNum{
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #8B8B8B;
    margin-bottom: 6px;
}
.orderSummaryBox .summaryTextTop {
    margin-bottom: 6px;
}
.orderSummaryBox .itemQty{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333333;
}
.orderSummaryBox .itemPrice{
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #333333;
}
.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;
}
.summaryTextBot{
    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;
}
.orderSummaryTBot {
    background-color: #EEEEEE;
    padding: 12px;
    margin-top: 18px;
    border-radius: 4px;
}
.orderSummaryTBot p{
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}
.orderSummaryTBot .monogramName{
    margin-top: 12px;
}
.orderSummaryTBot .monogramName:nth-of-type(1){
    margin-top: 0;
}
.orderSummaryTBot p span{
    font-weight: 500;
}
.orderSummaryTable{
    margin-top: 18px;
    margin-bottom: 0px;
}
.orderSummaryTable tbody tr td{
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    font-weight: 400;
    padding: 0 0 12px;
    border: 0;
}
.orderSummaryTable tbody tr:first-child td{
    font-weight: 500;
}
.orderSummaryTable tbody tr:last-child{
    border-top: 1px solid #D1D1D1;
}
.orderSummaryTable tbody tr:last-child td{
    font-size: 18px;
    line-height: 18px;
    color: #D40029;
    font-weight: 700;
    padding-bottom: 0;
    padding-top: 18px;
}
.order-detail-toggle {
    display: none;
}

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

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

/*Media Queries CSS*/
@media(max-width:1350px){
    .themeContainer {
        padding: 0 17px;
    }
    #headerArea .themeContainer {
        padding:0 17px;
    }
    .stickySummary.stickyPanel,
    .stickyBox{
        width: calc(41.66666667% - 41px);
    }
}
@media(max-width:1250px){
    .menu-section {margin-left: 0;}
    #menu .nav li a{padding: 22.5px 10px;}
    .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;}
    #personal-details,#change-password,#address-book,#address-entries{width:calc(100% - 100px)}
    
}

@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) {
    .shopCatBtnBox .themeBtn {
        font-size: 16px;
        line-height: 24px;
    }
    
    #product-product {
        padding-bottom: 100px;
    }
    .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%;
    }
    
    #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 .floatingLabelBox label,
    #checkout-checkout .panel-body .floatingLabelBox .floatingLabelInput.empty ~ label {
        left: 16px;
    }
    #checkout-checkout .panel-body .floatingLabelBox.shipPostCode label,
    #checkout-checkout .panel-body .floatingLabelBox.shipPostCode .floatingLabelInput.empty ~ label{
        left: 25px;
    }
    #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%;
    }
}
@media(max-width:1100px){
    #menu .nav li a{padding: 22.5px 7px;}
    .navbar-nav li a .fa-caret-down{left:4px;}
    #search input[type="text"]{width:160px;}
    
    .footerBox .flexBetween {
        display: block;
    }
}
/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
    .helpBoxBtn {
        width: 48px;
        height: 48px;
        transform: translateY(0%) rotate(0deg);
        right: 0;
        top: auto;
        bottom: 33.333%;
    }
    .helpBoxBtn .helpBtnText {
        display: none;
    }
    .helpBoxBtn .helpBtnIcon {
        margin-left: 0;
    }
    .helpBoxBtn .helpBtnIcon .fa {
        font-size: 28px;
        line-height: 48px;
        padding: 0 12px;
    }
}

@media(max-width: 1024px){
    .headerMenuBox #logo{
        min-width: 194px;
        max-width: 194px;
    }
    #search input[type="text"]{width:150px;}
    
    .homeGridLeft .homeItemPrice {
        margin-top: 20px;
    }
    .homeGridRight .homeItemPrice {
        margin-top: 10px;
    }
    .overlayOne {
        padding: 31px;
    }
    .overlayTwo .overlayInner {
        padding: 12px 18px 17px;
        min-height: 225px;
    }
    .itemGridTwo {
        padding: 17px;
    }
    .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;
    }
    
    .bannerNoteBox .bannerNoteText p{
        font-size: 16px;
        line-height: 24px;
    }
    .homeGridLeft .gridDescription p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 6px;
    }
    .homeGridRight .gridDescription p {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }
    .homeItemPrice p {
        font-size: 17px;
        line-height: 22px;
    }
    .overlayOne {
        position: absolute;
        top: 0;
        left: 0;
    }
    .homeGridRight .homeItemTop h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .homeGridRight .homeItemPrice {
        margin-top: 5px;
    }
    .homeGridRight .homeItemPrice p {
        font-size: 12px;
        line-height: 16px;
    }
    .homeGridRight .themeRow,
    .sliderbox .themeRow{
        margin-right: -10px;
        margin-left: -10px;
    }
    .homeGridRight .themeRow .themeCol,
    .sliderbox .themeRow .themeCol {
        padding-right: 10px;
        padding-left: 10px;
    }

    .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;
    }
    .initial-section .floatingLabelBox .floatingLabelInput:focus ~ label,
    .initial-section .floatingLabelBox label.hasContent,
    .initial-section .floatingLabelBox .floatingLabelInput.notEmpty ~ label {
        left: 14px;
    }
    
    .productContent .designImgDiv {
        width: 25%;
    }
    .selectColorArea .productContent .designImgDiv{
        max-width: 100px;
        width: 100px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText p {
        line-height: 18px;
    }

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


    .popUpImg .popupNote.popupNoteCell {
        display: block;
    }
    .popUpImg .popupNote.popupNoteDesk {
        display: none;
    }
    
    
    #checkout-checkout .panel-default {
        padding: 24px 16px;
    }
    #checkout-checkout form.ship_add_form {
        margin-right: 0;
        margin-left: 0;
    }
    #checkout-checkout .pay_add_form {
        margin-right: -15px;
        margin-left: -15px;
    }
    .stickySummary {
        height: calc(100vh - 215px);
    }
    .custom-radio-btn .radio-btn{
        padding-left: 30px !important;
    }
    .arrivalDate {
        padding-left: 30px;
    }
    
    .orderDetailBox {
        background: #FFFFFF;
        border-radius: 0;
        padding: 24px 16px;
    }
    
    .helpBoxBtn {
        width: 48px;
        height: 48px;
        transform: translateY(0%) rotate(0deg);
        right: 0;
        top: auto;
        bottom: 33.333%;
    }
    .helpBoxBtn .helpBtnText {
        display: none;
    }
    .helpBoxBtn .helpBtnIcon {
        margin-left: 0;
    }
    .helpBoxBtn .helpBtnIcon .fa {
        font-size: 28px;
        line-height: 48px;
        padding: 0 12px;
    }
     .textOutOfStock{
          font-size:18px;
          line-height:22px;
          font-weight: 700;
          color: #000000; 
}
      .out_of_stock {
        position: absolute;
        background: rgba(255, 255, 255, 0.85);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        /*opacity: 0.9;*/
        border: 1px solid #979797;
    }
    
    .pageNotFoundTitle h1 {
        font-size: 110px;
        line-height: 120px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

@media (max-width:991.5px){
    .stickyBox.productImageBox {
        width: calc(50% - 30px);
    }
    
    .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;
    }   
    
    /*productContent .designImgDiv label {
        height: 80px;
    }*/
    .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;
    }

    .errorAlertBox .errorAlertInner {
        padding: 7px 16px;
        text-align: left;
    }
    .errorAlertBox p {
        text-align: left;
    }
    
    .cart-table tbody tr td .cartItemInfo {
        min-width: 150px;
    }
    
    .pageTitleBox {
        margin-bottom: 36px;
    }

    .customModal .modalBoxInner.confirmOrderBox {
        padding: 19px 0 9px;
    }
    .mfp-content img.mfp-img {
        padding: 40px 0;
    }
    .mfp-gallery .mfp-image-holder .mfp-close {
        right: 16px !important;
        top: 16px !important;
    }
    .mfp-container .mfp-arrow{
        width: 40px !important;
        height: 40px !important;
    }

    .order_detail #orderStatusArea {
        padding: 48px 0px;
    }
    #orderStatusArea .pageTitleBox {
        margin-bottom: 36px;
    }
    .orderInputBox {
        margin-bottom: 18px;
    }
    #OrderDetailArea {
        padding-bottom: 24px;
    }
    .order-detail-toggle__icon {
        fill: #D40029;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
    }
    .order-cart-text{
        color: #D40029;
        font-size: 14px;
    }
    .text--hide{
        display: none;
    }
    
    .search-box{display: none;}
    #menu .nav li a{font-size: 14px;}
    #menu .nav li a{padding: 22.5px 5px;}
    .navbar-nav li a .fa-caret-down{left:0px;}
    .welcome-block,.apparel-block-1{width: 49%;}
    .nav-tabs li {padding: 10px 0px 10px 10px;}
    .right-panel:after {left: -150px;}
    #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*/
    .text--hide{
        display: none;
    }
    .order-detail-toggle__total{
        float: right;
        font-size: 18px;
    }
    .flex--rev{
        flex-direction: column-reverse;
    }
    .confirm-prod-table{
        display: none;
        margin-bottom: 50px;
    }
     .sidebar-mobile--menu{ 
        display: block;
    }
    .sidebar{
        width: 100%;
    }
    .content-wrapper{ 
        width:100%;
    }
    .sidebar{
        display: none;
    }
    .show-sidebar{
        display: block;
    }  
    
    .order-txt,
    .informationBox.successPage .infoBoxBtn{
        margin-top: 24px;
    }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #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:992px){
    .showOrderDetails{
        display: block !important;
    }
}

@media(min-width:768px){
    .form-account .form-group,.form-password .form-group,.form-address .form-group{
        width:50%;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
    .form-account .form-group:nth-child(even),.form-password .form-group:nth-child(even){padding-right: 10px;}
    /*    .form-address .form-group:nth-child(odd) {padding-right: 10px;}
    .form-address .form-group:nth-child(even) {padding-left: 10px;}*/
    .pr-10{padding-right: 10px;}
    .pl-10{padding-left: 10px;}
    .form-account .form-group:nth-child(odd),.form-password .form-group:nth-child(odd){padding-left: 10px;}
    #personal-details .col-sm-12,#change-password .col-sm-12,#address-book .col-sm-12,#address-entries .col-sm-12{padding: 0;}
    .border-bot{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: calc(100vh - 233px);
    }
    #orderStatusArea #content {
        min-height: calc(100vh - 371px);
    }
    #checkout-cart .tax-section{
        display: block;
    }
    #checkout-cart .totalTableArea {
        margin-top: 8px;
    }
}

@media (max-width:767.5px){
    .themeContainer {
        padding: 0 1px;
    }

    .shopByCatBox {
        padding: 24px 0 0 0;
        border-bottom: 0;
    }
    .shopByCatTitle {
        margin-bottom: 16px;
    }
    .shopByCatTitle h3 {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 32px;
    }
    
    .shopCatBtnBox .shopCatBtnCol,
    .shopCatBtnBox .shopCatBtnCol:nth-last-of-type(2){
        margin-bottom: 16px;
    }
    .shopCatBtnBox .shopCatBtnCol:nth-last-of-type(1){
        margin-bottom: 0px;
    }
    
    .shopCatBtnBox .themeBtn {
        padding: 12px;
        font-size: 16px;
        line-height: 20px;
    }

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

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

    .customtumbnails{
        overflow: auto !important;
    }
    
    #headerArea .themeContainer {
        padding: 0 9px;
    }
    #headerArea .headerInnerBox {
        min-height: 52px;
    }
    #menu {
        width: 100%;
        min-height: 100%;
        position: absolute;
        left: 0;
        top: 100%;
    }
    #menu .navbar-collapse{
        position: absolute;
        width: calc(100% + 100%);
        background: #EEEEEE;
        left: 0;
        top: 0px;
        z-index: 99;
        border-radius: 0;
        margin: 0 -24px;
    }
    #menu .navbar-nav {
        margin: 0;
    }
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: #F3F2EE;
        border-radius: 0;
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    } .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;
    }
    
    #product-category.homePageCategory {
        padding-bottom: 35px;
    }
    #homeGridBlockOne,
    #homeGridBlockTwo{
        margin-bottom: 20px;
    }
    #homeGridBlockOne .row,
    #homeGridBlockTwo .row {
        margin-top: -10px;
        margin-bottom: -10px;
    }
    #homeGridBlockOne .row [class*='col-'],
    #homeGridBlockTwo .row [class*='col-'] {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .itemGridTwo {
        margin-top: 20px;
    }
    .itemGridTwo .itemGridContent {
        padding-top: 9px;
    }
    .homeGridLeft.homeItemGrid img {
        position: relative;
        min-height: 340px;
    }
    .homeGridLeft .homeItemTop h3 {
        max-width: 100%;
    }
    .homeGridRight .homeItemBtn .themeBtn {
        padding: 8px 12px;
        line-height: 30px;
    }
    
    #product-category,
    #product-product{
        padding-bottom: 35px;
    }
    #product-category .sort-section {
        padding: 24px 0;
    }
    .sort-section{
        padding: 24px 0;
        font-size: 12px;
    }
    .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;
    }
    .productDataRow .itemGridTwo {
        margin-bottom: 20px;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0px;
    }
    .itemDetailsHeader.itemHeaderDesktop {
        display: none;
    }
    .itemDetailsHeader.itemHeaderMobile {
        display: block;
    }
    .productDetailsBox .list-unstyled {
        margin: 0;
    }
    .product-thumb {
        margin-bottom: 73px;
    }
    .product-thumb h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .product-thumb .price {
        font-size: 16px;
        line-height: 22px;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 100%;
    }
    .productDetailsBox {
        padding-left: 0;
    }
    .productImageBox {
        padding-right: 0;
        margin-bottom: 24px;
        top: 0 !important;
        margin-left: -16px;
        margin-right: -16px;
    }
    .prodImgNote,
    .thumbImgBox {
        padding-top: 18px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .mfp-figure figure {
        width: 100%;
        left: 0;
        transform: translateX(0%);
        max-width: 100%;
    }
    .mfp-wrap .mfp-arrow.mfp-arrow-right {
        right: 16px;
    }
    .mfp-wrap .mfp-arrow.mfp-arrow-left {
        left: 16px;
    }
    .stickyBox.productImageBox {
        width: 100% !important;
        top: 0 !important;
        position: relative !important;
    }
    .productDetailsBox .itemDetails {
        margin-bottom: 36px;
    }
    #product .productContent {
        margin-bottom: 24px;
        padding: 24px 18px;
    }
    .productDetailsBox h1 {
        margin-bottom: 4px;
        font-size: 24px;
        line-height: 32px;
    }
    .productDetailsBox .itemDetailsDiv {
        margin-top: 12px;
        margin-bottom: 0;
    }
    #product .productContent .itemApproveText {
        margin: 18px 0 0;
    }
    #product .addToCartBox {
        margin: 24px 0 20px;
    }
    .itemApproveBox .itemApproveCheck,
    #product .addToCartBox #button_c{
        display: none;
    }
    #product .addToCartBtn #button_mc {
        display: block;
    }
    .itemDetailsHeader .itemDetails {
        margin-bottom: 24px;
    }
    .itemDetailsHeader .itemDetailsDiv {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .itemDetailsHeader .itemPriceBox {
        width: 160px;
    }
    .itemDetailsHeader .itemShipTime {
        margin-left: 33px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText p {
        line-height: 16px;
    }
    .itemDetailsHeader .itemShipTime .itemShipText .itemZipError p{
        color: #D40029;
    }
    .itemZipcodeBox .zipcodeClose {
        right: 17px;
        top: 10px;
    }
    .toolTipBtn:before {
        left: 0;
        width: 100%;
        bottom: auto;
        top: 100%;
        margin-bottom: 0;
        margin-top: 6px;
        transform: translateX(0%);
    }
    .toolTipBtn:after {
        border-top: 0;
        border-bottom: 6px solid #000000;
        bottom: auto;
        top: 100%;
    }
    #tab-description {
        margin-top: 36px;
    }
    #tab-description #themeAccordion .panel-body {
        padding-bottom: 25px;
    }
    
    .alsoLikeArea {
        padding-top: 36px;
    }
    .alsoLikeArea .alsoLikeTitle {
        margin-bottom: 24px;
    }
    .alsoLikeArea .customProductNameGrid {
        padding-top: 9px;
    }
    .alsoLikeArea .product-thumb {
        margin-bottom: 20px;
    }
    .alsoLikeArea .product-thumb .image {
        padding: 18px;
    }
    
    #checkout-cart {
        padding: 24px 0 55px;
    }
    #checkout-cart .cartHeaderArea {
        margin-bottom: 24px;
    }
    #checkout-cart .cartHeaderArea.flexBetween {
        display: block;
    }
    #checkout-cart .cartHeaderBtn{
        margin-top: 24px;
    }
    #checkout-cart .cartHeaderBtn .themeBtn {
        width: 100%;
    }
    #checkout-checkout .table-responsive{
        margin-bottom: 0;
    }
    .cloverly-method{display: block}
    .fn-total {float: initial;}    
    #collapse-checkout-confirm > .panel-body {padding: 0;margin-top: 0px;}
    .payment-form-wrapper {
        padding: 0px !important;
        margin: 0px auto 0 !important;
        min-height: 124px !important;
    }
    .ship-text {flex: 0 1 10em;}
    .menu-section{order:1}
    .logo-section{order:2}
    .navbar-toggle{padding: 0;}
    header .pdr-0{padding-left: 20px;}
    .navbar{position: static;}
    .navbar-collapse{position: absolute;width: 100%;background: #ffffff;left: 0;top:65px;z-index: 9999;border-bottom-left-radius: 9px;border-bottom-right-radius: 9px;}
    #menu .nav li a{padding: 10px 20px;font-size: 15px;text-align: left;}
     .navbar-nav li a .fa-caret-down{left:5px;}
     .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;
    }
    /*.td-50{width: 50% !important;}*/
    .cart-table tbody tr.cart-row td:first-child {
        width: 118px;
        padding: 18px 18px 18px 0;
    }
    .cart-table tbody td:first-child{padding-right: 18px !important;}
    .name-text{margin: auto;white-space:unset !important;}
    .thead-none{display: none;}
    .cart-display-none{display: block;}
    .td-33{
        width: 65%;
    }
    .td-34{
        width: 35%;
    }
    .cart-section .grid-margin{margin: 36px auto 30px;}
    .pd-0-768{padding: 0;}
    .cart-body label{font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
    letter-spacing: 1px;
    }
    .td-50:nth-child(2){
        width: calc(100% - 118px);
        padding-left: 0;
    }
    .cart-row .td-50:nth-child(2){
        padding-right: 0;
        padding-left: 0;
    }
    .cart-table tbody tr.cart-row td:nth-child(2) {
        max-width: 100%;
        vertical-align: top;
        margin: 0;
    }
    .sub-row{display: flex;flex-wrap:wrap;width: 100%;border-radius: 0 !important;}
    .sub-row td{width: 25% !important;display: flex;justify-content:flex-end;align-items:center;}
    .sub-input input{width: 50px;}
    .sub-row td:nth-child(2){display: none;}
    .sub-row td:first-child{width: 25%;text-align: center;}
    #checkout-cart .table>tbody>tr>td {border-top:none;}
    .tax-section .btn-red{width: 100% !important; margin-top: 30px !important}
    .border-bot{display:none;}
    .cart-table tbody tr.cart-row td .total-text{
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
            -moz-box-pack: flex-end;
                -ms-flex-pack: flex-end;
                justify-content: flex-end;
    }
    .cart-row td:nth-child(4){display: none;}
    .cart-row td:nth-child(5){
        padding: 18px 9px 18px 0;
    }
    .cart-table .cart-row td.itemInfoTd{
        width: 100%;
        padding: 0;
    }
    .cart-table tbody tr td .cartItemInfo {
        min-width: 100%;
        max-width: 100%;
        min-height: 24px;
    }
    .cart-table thead tr:first-child td:last-child,
    .cart-table tbody tr.cart-row td:last-child {
        padding-right: 0;
        padding-left: 9px;
    }
    .cart-table tbody tr.cart-row td:nth-child(5){
        text-align: left;
        padding-left: 0;
    }
    .qtyGroupBox {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
    }
    .cart-table tbody tr.cart-row td .itemNo {
        line-height: 12px;
    }
    .cart-section .qtyGroupBox .input-group.btn-block {
        margin-top: 0;
    }
    .cart-section .btn-block{
        width: auto;
        justify-content:flex-start
    }
    .totalTableBox,
    #checkout-cart .cartCouponBox .couponInputBox{
        width: 100%;
        min-width: 100%;
    }
    .cart-table tbody tr.cart-row td .btn-remove {
        margin-top: 0;
        margin-left: 12px;
    }
    .total-table tbody tr:nth-last-child(1) td {
        padding-bottom: 12px;
    }
    #checkout-cart .totalTableArea {
        margin-top: 0;
    }
    
    .responsiveGrid .themeRow {
        margin-right: -16px;
        margin-left: -16px;
    }
    .responsiveGrid .themeRow .themeCol {
        padding-right: 0;
        padding-left: 0;
    }
    .orderToggleBox .order-detail-toggle {
        background: #ffffff;
        width: 100%;
        display: block;
        padding: 24px 16px;
        text-align: left;
        border: 0;
        width: 100%;
        margin-bottom: 24px;
        border-radius: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .giftSuccessBox.giftBox {
        padding: 24px 16px;
        margin-top: 0;
    }
    .orderToggleBox .activeToggle.order-detail-toggle{
        margin-bottom: 0;
    }
    .showOrderDetails {
        padding-top: 0 !important;
    }
    .showOrderDetails .orderSubTiltle,
    #checkout-checkout .orderSummaryTitle{
        display: none;
    }
    .showOrderDetails .orderSummaryBox .orderSummaryInfo {
        border-top: 1px solid #D1D1D1;
    }
    #checkout-checkout {
        padding: 24px 0 71px;
    }
    #checkout-checkout .themeContainer {
        padding: 0 0px;
    }
    .checkoutTitleBox {
        padding: 0 1px;
        margin-bottom: 24px;
    }
    #checkout-checkout .panel-default{
        border-radius: 0;
    }
    
    #checkout-checkout .stickySummary .panel-default{
        margin-bottom: 24px;
    }
    .panel-group .panel.couponCodeBox {
        margin-top: 0;
    }
    .stickySummary {
        height: 100%;
    }
    .stickySummary.stickyPanel,
    #checkout-checkout .stickySummary{
        height: auto;
        overflow: auto;
        position: relative;
        top: 0;
        z-index: 9;
        width: 100%;
        max-width: 100%;
    }
    .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%;
    }
    
    .order-detail-toggle__dropdown {
        vertical-align: middle;
        -webkit-transition: fill 0.2s ease-in-out;
        transition: fill 0.2s ease-in-out;
        fill: #D40029;
    }
    .order-detail-toggle__total{
        float: right;
        font-size: 18px;
    }
    .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-icon {
        margin-right: 8px;
    }
    .orderToggleBox .order-cart-text{
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
    }
    .activeToggle .orderToggleIcon .fa-plus{
        display: none;
    }
    .orderToggleIcon .fa-minus{
        display: none;
    }
    .activeToggle .orderToggleIcon .fa-minus{
        display: block;
    }
    .orderToggleIcon .fa{
        color: #D40029;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        transition: 300ms;
        -webkit-transition: 300ms;
            -webkit-transition: 300ms;
    }
    .activeToggle .orderToggleIcon .fa{
        transition: 300ms;
        -webkit-transition: 300ms;
            -webkit-transition: 300ms;
    }
    .orderToggleBox  .orderToggleRight p {
        font-size: 18px;
        line-height: 24px;
        text-align: right;
        color: #D40029;
        font-weight: 700;
    }
    #checkout-checkout .pay_add_form {
        margin-right: -15px;
        margin-left: -15px;
    }
    #checkout-checkout .panel-body .floatingLabelBox label,
    #checkout-checkout .panel-body .floatingLabelBox .floatingLabelInput.empty ~ label {
        left: 16px;
    }
    
    .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,#change-password,#address-book,#address-entries{width: 100%;margin-bottom: 40px;}
    #personal-details .btn-red,#change-password .btn-red,#address-book .btn-red,#address-entries .btn-red{width: 100% !important;}
    #personal-details h2,#change-password h2,#address-book h2,#address-entries h2{margin: 10px 0 20px;}
    #my-order{margin-top: 10px;}
    #address-book h2{margin-top: 30px;}
    .account-section .nav-tabs li {padding: 10px 10px 10px 0px}
    .list-group a:after{
        content: "\f067";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        float: right;
        color: #000;
        font-size: 16px;
    }
    .list-group a.active-icon:after{content: '\f068';}
    #column-left .list-group a{padding: 10px 20px !important}
    #product-search h1{margin: 30px 0;font-size: 28px;}
    .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;
    }
    .order-details--table td, 
    .tracking .tracking-table td, 
    .order-details--rows---table td,
    .order-details--rows---table span{ 
        margin-bottom: 15px !important;
    }
    .tracking .tracking-table td, 
    .tracking .tracking-table label, 
    .tracking .tracking-table span{ 
        text-align: left;
    }
    .tracking .tracking-table, 
    .tracking .tracking-table tr, 
    .tracking .tracking-table 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%;
    }
    
    .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;
    }
    #common-success {
        padding: 24px 0 71px;
    }
    
    #orderStatusArea,
    #information-information{
        padding: 48px 0 96px;
    }
    .informationBox p,
    .msg-txt{
        font-size: 20px;
        line-height: 28px;
    }
    
    .customModal .modal-dialog,
    #poBoxconfirmModal.customModal .modal-dialog{
        width: 100%;
        margin: auto;
        padding: 16px;
    }
    .customModal .modal-header {
        padding: 24px 18px;
        border-bottom: 0;
    }
    .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%;
    }
    .modal-footer .submitBtn.flexCenter {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction:column-reverse;
        -webkit-flex-direction:column-reverse;
            -ms-flex-direction:column-reverse;
                flex-direction:column-reverse;
    }
    .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,
    #information-information {
        padding: 24px 0 96px;
    }
    #information-information .informationBox p,
    #information-information .informationBox ul li,
    #information-information .informationBox a,
    #information-information .informationBox ol li,
    #information-information .informationBox b,
    #information-information .informationBox strong,
    #information-information .informationBox h3{
        font-size: 16px;
        line-height: 24px;
    }

    #error-not-found .themeContainer,
    #common-maintenance .themeContainer{
        padding: 0 16px;
    }
    #error-not-found,
    #common-maintenance{
        padding: 36px 0 78px;
    }
    
    .helpBoxSidebar {
        top: 0;
        transform: translate(100%, 0%);
        width: 100%;
        height: 100%;
        background-color: rgba(51, 51, 51, 0.95);
    }
    .helpBoxSidebar.activeSidebar {
        width: 100%;
        padding: 16px;
        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;
        transform: translate(0%, 0%);
    }
    .helpBoxHidden {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -moz-box-align: center;
                -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
    }
    .helpBoxSidebar .helpSidebarInner {
        width: 100%;
        min-height: 200px;
        overflow: auto;
        max-height: 100%;
    }
    
    #footerArea .footerBox {
        padding: 24px 0;
    }
    .footerMenu ul {
        text-align: left;
    }
    .footerMenu ul li{
        display: block;
        margin-bottom: 12px;
        padding-right: 0;
    }
    #footerArea .copyrightText {
        text-align: left;
        margin-top: 24px;
    }
}
@media (max-width: 574px){
    #product-category #slideshow0 {
        display: none;
    }
    #product-category #slideshow1 {
        display: block;
    }
    .itemZipcodeBox .zipCodeTitle {
        padding: 0px 30px 12px 0px;
    }
    .itemZipcodeBox .itemZipcode {
        padding: 16px;
    }
    .itemZipcodeBox .itemZipCollapse {
        left: -100%;
    }
    .itemZipcodeBox .itemZipInput input {
        width: 100%;
        padding: 8px 12px;
    }
    .itemZipcodeBox .itemZipBox .btn {
        margin-left: 10px;
        padding: 12px 10px;
    }
    
    .productContent .designImgDiv label,
    .productContent .designImgDiv label img {
        width: 100%;
    }
    #product .addToCartBox .itemQtyBox {
        margin-right: 12px;
    }
    #product .addToCartBtn #button_mc {
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        white-space: break-spaces;
        height: auto;
        min-height: 48px;
    }
    
    .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;
    }
}
@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);
    }
}
@media (max-width:400px){
    .sort-section .breadcrumb,
    .sort-section #input-sort {
        float: none;
    }
}
@media (max-width:375px){
    .checkBox input:checked + label span:after,
    .checkBox input:checked + span:after,
    .checkBox label span:before {
        top: 3px;
    }
}
@media (max-width:350px){
    #logo img{width:120px;}
    .checkBox label .approveCheckText p {
        font-size: 14px;
    }
}

/*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;
}
.menu-section {
    margin-right: 32px;
}
.desktop{
    display:block;
}
.mobile{
        display:none;
    }
.customMbText{
    padding:10px;
}
.customProductName{
    display:flex;
    justify-content: space-between;
    border-top: 1px solid #C4C4C4;
    padding-top:12px;
          /*width: 60%;*/
              width: 70%;
}
.ProductName{
    color:#333333;
    font-weight:600;
    font-family:'Roboto';

}
.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 #C4C4C4;
    padding-top: 12px;
    width: 100%;
}
@media (max-width:767px){
    .desktop,
    #product-product .selectColorDekstop{
        display:none;
    }
    
    .mobile,
    #product-product .selectColorMobile{
        display:block;
    }
    .customFlexProduct{
        display: block;
        text-align: center;
    }
    
    .selectColorArea .productContent {
        margin-bottom: 24px;
        padding: 24px 18px;
        background: #F7F7F7;
        border-radius: 4px;
        width: 100%;
}
    .selectColorArea .productDetailTitle {
        margin-bottom: 12px;
    }
    .selectColorArea .productDetailTitle h2 {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #333333;
        margin: 0;
    }
    .selectColorArea .productDetailTitle h2 span{
        font-weight: 400;
    }
    .thumbImgBox {
        margin-left: -5px;
        margin-right: 0;
    }
}
.customLinks{
    color:#515151;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;

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

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

}
.overlay-one {
    position: absolute;
    /* bottom: 0; */
    /*right: 0;*/
        right: 15px;
     background: rgba(51, 51, 51, 0.65); 
    /*color: #f1f1f1;*/
    width: 50%;
    height:100%;
    transition: .5s ease;
    /* opacity: 0; */
    /*color: #c56666;*/
    color:#ffffff;
    font-size: 20px;
    /* padding: 20px; */
    /* text-align: center; */
       top: 0px;
    padding: 40px 30px;
}
.customGridFlex{
  display:flex;
      /*flex-wrap: wrap;*/
}
.customGridFlex div{
  /*margin: 10px;*/
}
.customGridFlex .image{
  /*padding:20px;*/
}
.customGridFlexadd{
    justify-content: space-between;
}
.overlay .PersonalisedBottomBtn {
  margin-top:340px;
}
.overlay .PersonalisedBottomBtn a{
     background: #D40029;
    padding: 12px;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'Roboto';
    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-family: 'Roboto';
    font-weight: 400;
    font-size:16px;
}
.overlay-one .customProductHead{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 52px;
    color:#ffffff;

}
.overlay-custom{
    /* position: absolute;
    bottom: 55px;
    left: 15%;*/
    position: relative;
    bottom: 0;
    left: 0;
    margin: auto;
}
.overlay-custom-one {
    position: absolute;
    bottom: 12px;
    left: 15%;
}
.custom-margin{
    margin-top:0px;
}
.customproductBg{
    margin-top: 15px;background: #F7F7F7;
}
.customproductBg img:hover{
            opacity: 0.8;
}
.customBestSellerFlex .customLinks:hover{
    text-decoration: underline;
}
.custom_learnMore a{
    color:#ffffff;
}
.custom_learnMore a:hover{
    color:#d1d1d1;
}
@media (max-width:767px){
    .overlay-custom-one {
        position:relative;
        margin:auto;
        bottom:0;
        left:0;
    }
    .customProductName {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #C4C4C4;
    padding-top: 12px;
    /* width: 60%; */
    width: 85%;
    }
    .custom-margin{
        margin-top:15px;
    }
   .customGridFlex{
      display:block;
      justify-content: space-between;

    }
    .customProductHead{
        font-family: 'Roboto';
        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-family: 'Roboto';
        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-family: 'Roboto';
        font-weight: 400;
    }
    .overlay-one .customProductHead{
        font-family: 'Roboto';
        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; 
      }
      .out_of_stock {
        position: absolute;
        background: rgba(255, 255, 255, 0.85);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        /*opacity: 0.9;*/
        border: 1px solid #979797;
    }

}
/* 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;
}
