* {
     margin: 0;
     padding: 0;
 }

@font-face {
    font-family: 'icons-blank-theme';
    src: url('../fonts/blank-theme-icons/Blank-Theme-Icons.eot');
    src: url('../fonts/blank-theme-icons/Blank-Theme-Icons.eot?#iefix') format('embedded-opentype'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.ttf') format('truetype'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.svg#icons-blank-theme') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff;
    font-style: normal;
    font-size: 12px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #333333;
    text-align: left;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.cms-all-categories {
    /*background-color: #e7e8ec;*/
}

body.cms-index-index {
    background-color: #f5f5f5;
}

body > .loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

body .maincontent .columns { display: flex; }
body.page-layout-2columns-right .maincontent .columns { flex-direction: row-reverse; }
body.page-layout-1column .maincontent .columns .column,
body.page-layout-empty .maincontent .columns .column,
body.checkout-index-index .maincontent .columns .column { width: 100%; }
body.page-layout-1column.catalog-product-view .maincontent .columns .column { width: auto; }
body.page-layout-2columns-left .maincontent .columns .column ,
body.page-layout-2columns-right .maincontent .columns .column {
    width: 80%;
}
body.page-layout-2columns-left .maincontent .columns .sidebar {
    width: 20%;
    padding-right: 30px;
}
body.page-layout-2columns-right .maincontent .columns .sidebar {
    width: 20%;
    padding-left: 30px;
}
body.page-layout-3columns .maincontent .columns {

}

body.account.page-layout-2columns-left .maincontent .columns .column { order: 2; }
body.account.page-layout-2columns-left .maincontent .columns .sidebar { order: 1; }

body.page-layout-1column.catalog-product-view .product.media {
    width: 40%;
    position: relative;
}

body.page-layout-1column.catalog-product-view .product-info-main {
    padding-left: 5px;
    width: 40%;
}

body.page-layout-1column.catalog-product-view .product-page-store-info {
    width: 20%;
}

img {
    max-width: 100%;
    display: block;
    height: auto;
}

img.square-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    color: transparent;
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

p {
    margin: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;

    -transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

a:hover {
    text-decoration: none;
    color: #005aa9;
}

.body-bg,
.bg-light-gray {
    background-color: #f5f5f5;
}

.naheed-red {
    background-color: #ec1b23;
}

.naheed-blue {
    background-color: #005aa9;
}

/*.naheed-blue {
    background-color: #445268;
}*/

.naheed-yellow {
    background-color: #f2c557;
}

.naheed-gray {
    background-color: #222222;
}

.btn-lightgray {
    color: #666666;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.btn-lightgray:hover {
    color: #ffffff;
    background-color: #ec1b23;
    border-color: #ec1b23;
}

.btn.btn-shadow {
    box-shadow: 0px 0 5px #999999;
}

.item .tocart.disabled::before {
    content: "";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 0;
    color: #222222;
    text-align: center;
    background-image: url(../images/loading-white.svg);
    background-size: 20px 20px;
    background-position: center center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
}

.item .tocart.disabled img {
    display: none;
}

.item .tocart.disabled i {
    display: none;
}

button.disabled {
    pointer-events: none;
}

.tx-blue {
    color: #2557aa !important;
}

.tx-black {
    color: #333333 !important;
}

.tx-red {
    color: #cc0000 !important;
}

.tx-white {
    color: #ffffff !important;
}

.icon-btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    text-align: center;
}

.section-container {
    margin-bottom: 30px;
    clear: both;
}

.section-container.landing-banner-wrap {
    margin-bottom: 10px;
}

.section-container:last-child {

}

.maincontent {
    padding-top: 15px;
    padding-bottom: 40px;
    min-height: 300px;
}

body.cms-index-index .maincontent {
    padding-top: 0;
}

.shadow-box {
    box-shadow: 0 1px 3px rgba(57, 73, 76, .35);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.field {
    margin-bottom: 15px;
    position: relative;
}

.fieldset .legend {
    font-weight: 700;
    font-size: 14px;
    border: 0;
    color: #252525;
    margin: 0;
    padding: 0 0 10px;
    display: block;
}

.field #password-strength-meter-container {
    background-color: #fafafa;
    height: auto;
    line-height: normal;
    padding: 5px 10px;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    color: #666666;
    border-radius: 10px;
    display: none;
}

.field #password-strength-meter-container.password-none { display: none; }
.field #password-strength-meter-container.password-weak {background-color: #333333; color: #ffffff; display: block;}
.field #password-strength-meter-container.password-medium {background-color: #FFB600; color: #ffffff; display: block}
.field #password-strength-meter-container.password-strong {background-color: #006400; color: #ffffff; display: block}
.field #password-strength-meter-container.password-very-strong {background-color: #32CD32; color: #ffffff; display: block}

.fieldset .legend span {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.fieldset > .field > .label {
    border-color: #c9c9c9;
    color: #666666;
    line-height: normal;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
}

.field .control._with-tooltip {
    position: relative;
}

.field .control._with-tooltip input {
    margin-right: 10px;
    width: calc(100% - (24px + 10px + 5px));
}

.field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px;
}

.field-tooltip span.label {
    display: none;
}

.field .nested {
    margin-top: 15px;
}

.field.street .nested,
.field.street .field.additional {
    display: none;
}

.address-fields fieldset.street .control .field label.label {
    display: none;
}

.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none;
}

.field-tooltip .field-tooltip-action::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\f29c';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999999;
    border-radius: 1px;
    font-size: 12px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -3px;
    word-wrap: break-word;
    z-index: 2;
}

.field-tooltip._active .field-tooltip-content {
    display: block;
}

.field-tooltip .field-tooltip-content::before, .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    border-right-color: transparent;
    height: 0;
    width: 0;
    border-right-color: #f4f4f4;
    left: -21px;
    top: 12px;
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
}

.field-tooltip .field-tooltip-content::before {
    border-right-color: #666666;
}

.field-tooltip .field-tooltip-content::after {
    border-right-color: #f4f4f4;
    width: 1px;
    z-index: 4;
}

.field .control .note {
    clear: both;
    display: block;
    color: #0c5460;
}

table tr th {
    white-space: nowrap;
    background-color: #f1f1f1 !important;
}

.cms-content table tr th {
    background-color: transparent !important;
}

table tr td.actions {
    display: flex;
}

table tr td.actions a {
    margin-left: 10px;
}

table tr td.actions a:first-child {
    margin-left: 0;
    /*padding-right: 10px;
    border-right: 1px solid #dadada;*/
}

/* Form Elements */
input, select, textarea, button {
    font: 12px/15px "Open Sans", Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #000000;
}

input.input-text, select, textarea {
    background-color: #fff;
    border: 1px solid #cccccc;
    width: 100%;

}

.field._error .control .input-text,
.field .control .input-text.mage-error {
    border: 1px solid #ed8380;
}

input.input-text, textarea {
    padding: 8px 20px;
    height: 42px;
    font-size: 13px;
    border-radius: 10px;
    width: 100%;
}

body.checkout-index-index input.input-text,
body.checkout-index-index select,
body.checkout-index-index textarea {
    border-radius: 10px;
}

body.checkout-index-index main.maincontent .input-group input.input-text {
    border-color: #005aa9;
}

body.checkout-index-index main.maincontent .input-group button.action {
    border-radius: 0 10px 10px 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

main.maincontent .input-group button.action {
    border-radius: 0 4px 4px 0;
}

select {
    padding: 8px 20px;
    min-width: 60px;
}

select option {
    padding-right: 10px;
    font-weight: 400;
}

select.multiselect option {
    padding: 2px 5px;
    font-weight: 700;
}

select.multiselect option:last-child {
    border-bottom: 0
}

textarea {
    overflow: auto;
    height: auto;
    border-radius: 10px;
}

input.radio {
    margin-right: 3px;
    display: inline-block;
    margin-top: 0;
    min-height: 18px
}

input.checkbox {
    margin-right: 3px
}

input.qty {
    width: 2.5em !important
}

input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"] {
    border-color: #cccccc;
}

input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
    color: #999;
}

input[value="03"],
input#customerphone,
input[name="telephone"],
input[type="tel"] {
    padding-left: 28px;
    background-image: url("../images/mobile-icon.svg");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 20px;
}

input[type="text"]:disabled {
    background-color: #f1f1f1;
}

input[value="03"]:disabled,
input#customerphone:disabled,
input[name="telephone"]:disabled {
    background-color: #f1f1f1;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines
}

/* <- Safari & Google Chrome Fix */
button.button, button, .cart .continue,
.actions-toolbar .primary a.action {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding: 0 35px;
    border-radius: 10px;
}

button.tx-18 {
    font-size: 18px;
}

button.tx-16 {
    font-size: 16px;
}

button.button span span, .blog-postbox .button-set button.button span span {
    padding: 0
}

button.disabled {
    position: relative;
}

button.disabled span {
    opacity: 0.5;
}

button.shake {
    animation: shake 2.5s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes shake {
    0% { transform: translateX(0); }
    10% { transform: translateX(-5px); }
    20% { transform: translateX(5px); }
    30% { transform: translateX(-5px); }
    40% { transform: translateX(5px); }
    50% { transform: translateX(-5px); }
    60% { transform: translateX(5px); }
    70% { transform: translateX(0); }
    80% { transform: translateX(0); }
    90% { transform: translateX(0); }
    100% { transform: translateX(0); }
}

.product-add-form button.disabled span {
    padding: 0 0 0 5px !important;
}

.product-view .add-to-cart button.button.disabled:before,
.block-bundle-summary .box-tocart button.button.disabled:before,
.item .actions-cart .button.btn-cart.disabled:before {
    animation: 2s linear 0s normal none infinite running fa-spin;
    -webkit-animation: 2s linear 0s normal none infinite running fa-spin;
    content: "\f110";
    font-family: "FontAwesome";
    display: inline-block; /* position: absolute;left: 8px;top: 6px;z-index: 99;height: auto;width: auto;line-height: normal;font-size: 15px; */
}

.product-view .add-to-cart button.button.disabled:before,
.product-view .add-to-cart button.button.disabled:before,
.block-bundle-summary .box-tocart button.button.disabled:before {
    left: 15px;
    top: 12px;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%
}

p.control input.checkbox, p.control input.radio {
    margin-right: 6px
}

#add_recipient_button {
    margin: 0;
    overflow: hidden;
    padding-left: 10px;
}

button.button:hover, button:hover, .cart .continue:hover, .actions-toolbar .primary a.action:hover,
button.button, button, .cart .continue, .actions-toolbar .primary a.action, button:focus {
    border-width: 1px;
}

/* Form Highlight */
input.input-text:focus, select:focus, textarea:focus, ._keyfocus *:focus, input:focus:not([disabled]), textarea:focus:not([disabled]), select:focus:not([disabled]) {
    /*background-color: #f6f6f6;*/
    outline: 0 none;
    box-shadow: none;
}

a:hover, a:focus {
    outline: none !important;
    text-decoration: none;
}

.form-list li {
    margin: 0 0 8px
}

.form-list label, .fieldset label {
    display: inline-block;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: normal;
}

.fieldset .newsletter label {
    float: none;
    display: inline-block;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px
}

.form-list li.control label {
    float: none;
    margin: 0
}

.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
    margin-top: 0;
    display: inline-block;
    vertical-align: top
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto
}

.radio, .checkbox {
    display: inline-block;
    margin-top: -3px !important;
}

.form-list .input-box {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 5px
}

.form-list .field {

}

.form-list input.input-text {
    width: 100%
}

.form-list textarea {
    width: 100%;
    height: 10em
}

.form-list select {
    width: 100%
}

.form-list li.wide .input-box {
}

.form-list li.wide input.input-text {
}

.form-list li.wide textarea {
}

.form-list li.wide select {
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0
}

.form-list .input-range input.input-text {
    width: 74px
}

.form-list-narrow li {
    margin-bottom: 0
}

.form-list-narrow li .input-box {
    margin-bottom: 6px
}

.form-list-narrow li.wide .input-box {
    width: 260px
}

.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px
}

.field div.mage-error,
.field .control .field-error {
    color: #ff3630;
    margin-top: 2px;
}

body.customer-account-create .choice.newsletter > label.label,
body.customer-account-create .choice.gender > label.label {
    display: none;
}

.choice.newsletter .control,
.choice.gender .control {
    margin-top: 10px;
}

.choice.gender .control label.label {margin-right: 10px;}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
}

.overlay img {
    position: absolute;
    left:50%;
    top: 50%;
    transform: translate(-50% -50%);
}

.whiteoverlay { background-color: rgba(255, 255, 255, 0.5); }
.blackoverlay { background-color: rgba(0, 0, 0, 0.5); }

.mm-overlay { z-index: 10; }

.loading-mask {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.5);
}

.loading-mask .loader > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    max-width: 60px;
    font-size: 0;
}

.cart-link .loading-mask .loader > img {
    max-width: 20px;
    background: #fff;
}

.loading-mask .loader > p {
    display: none;
}

.header-main-container {
    box-shadow: 0 1px 3px #a3a1a170;
    position: relative;
    z-index: 2;
}

.logo {
    max-width: 172px;
    margin: 8px 0;
    padding-right: 10px;
}

.logo img {

}

.departments {

}

.dd-trigger {
    padding: 14px 20px 14px 15px;
    cursor: pointer;
    color: #fff;
    display: flex;
}

.dd-trigger img {
    max-width: 24px;
    margin-right: 8px;
}

.dd-trigger > i,
.dd-trigger > span {
    height:24px;
    line-height:24px;
}

.dd-trigger i.lnr-menu {
    font-size: 24px;
    margin-top: -1px;
    margin-right: 8px;
}

.dd-trigger i.fa-caret-down {
    font-size: 14px;
    margin-left: 5px;
}

.quick-access {
    padding: 10px 0 0;
}

.quick-access > ul {
    display: flex;
    justify-content: space-between;
}

.quick-access .qa-content {
    max-width: 80px;
}

.quick-access .customer-links-trigger .qa-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 17px;
    font-weight: 400;
}

.quick-access .customer-links-trigger .qa-content p .customer_firstname {
    text-transform: capitalize;
}

.quick-access > ul > li {
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
}

.quick-access > ul > li > a {
    color: #fff;
}

.quick-access > ul > li > a .header-cart-icon {
    width: 34px;
}

.quick-access > ul > li > a .qa-icon {
    padding-right: 4px;
    position: relative;
}

.quick-access > ul > li > a .qa-icon > img {
    width: 30px;
}

.quick-access > ul > li > a .qa-icon i {
    font-size: 30px;
}

.quick-access > ul > li > a .qa-icon .counter-number {
    height: 20px;
    width: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    right: -5px;
    top: -3px;
}

.quick-access > ul > li.cart-link .qa-icon {
    margin-right: 5px;
}

.quick-access > ul > li.cart-link .qa-content {
    padding-top: 8px;
}

.quick-access > ul > li > a .qa-content strong {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    display: block;
}

.quick-access > ul > li > a .qa-content p {
    margin: 0;
    line-height: 17px;
    font-weight: 400;
}

.quick-access > ul > li > a .qa-content p .wishlist_count {

}

.quick-access > ul > li > a .qa-content p .wishlist_count img {
    margin-top: 3px;
}

.quick-access > ul > li > a:hover {
    color: #ffffff;
}

.quick-access > ul > li.cart-link .block {
    margin: 0;
}

.quick-access ul > li .customer-links:before {
    content: '\f0d8';
    font-family: FontAwesome;
    position: absolute;
    top: -25px;
    left: 38px;
    color: #ec1b23;
    font-size: 26px;
}

.quick-access ul > li .customer-links {
    position: absolute;
    background-color: #eee;
    padding: 10px 20px 10px;
    border-top: 3px solid #ec1b23;
    box-shadow: 0 0 8px 0 rgba(50,50,50,0.4);
    border-radius: 0 0 4px 4px;
    top: calc(100% + 16px);
    left: -30px;
    width: 230px;
    text-align: left;
    display: none;
}

.quick-access ul > li .customer-links ul {

}

.quick-access ul > li .customer-links ul li {

}

.quick-access ul > li .customer-links ul li button {

}

.quick-access ul > li .customer-links ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 0;
    line-height: 1.7;
    color: #333333;
}

.quick-access ul > li .customer-links ul li a:hover {
    color: #cc0000;
}

.quick-access ul > li .customer-links ul li a.btn {
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    padding: 0;
    font-weight: 600;
}

.quick-access ul > li .customer-links h2 {
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #dadada;
    padding-bottom: 6px;
    font-weight: 700;
    color: #444444;
    margin-bottom: 0;
}

.quick-access ul > li .customer-links h2 span {
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    text-align: left;
    color: #999;
    font-weight: 600;
    margin-bottom: 2px;
}

.quick-access ul > li .customer-links h2 em {
    font-style: unset;
    display: block;
    margin-top: 6px;
    text-transform: capitalize;
}

.dd-trigger span {
    font-size: 14px;
    font-weight: 700;
}

.info-header-container {
    padding: 10px 0;
    background: #fff;
}

.greeting-message p {
    font-size: 13px;
    padding-right: 10px;
    margin-right: 10px;
    font-weight: 400;
}

.greeting-message p i {
    margin-right: 5px;
}

.greeting-message p .customer_fullname {
    text-transform: capitalize;
}

.web-links {

}

.web-links ul {

}

.web-links ul li {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #dadada;
    display: inline-block;
    line-height: 1;
}

.web-links ul li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.web-links ul li a {
    font-size: 13px;
}

.web-links ul li a:hover {

}

.mobile-logo {
    margin: 0;
    padding: 5px 0 0 0;
    max-width: 120px;
}

.mobile-logo img {

}

.mobile-menu-container {

}

.mm-trigger {
    padding: 3px 8px 0 0;
}

.mm-trigger img {
    max-width: 30px;
}

.mm-content {
    display: block;
    position: fixed;
    left: -500px;
    top: 0;
    box-shadow: 0 0 5px 0 rgba(50,50,50,.75);
    width: 320px;
    height: 100%;
    z-index: 11;
    overflow: auto;
    opacity: 0;

    -transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.mm-content.open {
    left: 0;
    opacity: 1;
}

.mm-content-inner {

}

.mm-content .dropdown {
    display: none;
}

.mm-content .dropdown.level-1 {
    display: block;
}

.mm-content .dropdown.level-1 a { padding-left: 15px; }

.mm-content .dropdown.level-1 a:hover {
    background-color: #ec1b23;
}

.mm-content .dropdown li {
    position: relative;
}

.mm-content .dropdown li:last-child {

}

.mm-content .dropdown li a {
    padding: 10px 0;
    margin: 0;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #ffffff;
    display: block;
    position: relative;
    font-size: 15px;
}

.mm-content .dropdown li.parent em  {
    position: absolute;
    right: 0;
    top: 0;
    height: 43px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    z-index: 1;
    color: #ffffff;
}

.mm-content .dropdown.level-2 {

}

.mm-content .dropdown.level-2 a { padding-left: 30px; }

.mm-content .dropdown.level-3 {

}

.mm-content .dropdown.level-3 a { padding-left: 45px; }

.hc-inner-mobile {
    padding: 10px 0 0;
}

.quick-access > ul > li.cart-link {
    margin-right: 0;
}

.quick-access > ul > li.mobile-web-links {
    position: relative;
}

.quick-access > ul > li.mobile-web-links > a {
    padding-left: 15px;
}

.quick-access > ul > li.mobile-web-links > a .qa-icon {
    padding-right: 0;
}

.mobile-web-links-dd {
    text-align: left;
    width: 180px;
    position: absolute;
    top: 100%;
    right: -5px;
    background: #fff;
    padding: 0;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(57,73,76,.35);
    margin-bottom: 0;
    margin-right: 0;
    z-index: 2;
    display: none;
}

.mobile-web-links-dd ul {

}

.mobile-web-links-dd ul li {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0;
    float: left;
    width: 100%;
    padding-left: 15px;
}

.mobile-web-links-dd ul li:last-child {
    border-bottom:none;
}

.mobile-web-links-dd ul li a {
    padding: 9px 0;
    font-size: 15px;
    display: block;
}

.mobile-web-links-dd ul li a:hover {

}

.page-footer {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.store-info {
    padding-top: 25px;
    padding-bottom: 25px;
    display: none;
}

body.cms-index-index .store-info {
    display: block;
}

.policy-box {
    border-right: 1px solid #e6e6e6;
}

.store-info .row > div:last-child .policy-box {
    border: none;
}

.policy-box .box-content-inner {
    margin-left: auto;
    margin-right: auto;
}

.policy-box .box-content-inner .icon-service {
    margin-right: 7px;
}

.policy-box .box-content-inner .icon-service span {
    font-size: 40px;
    color: #666;
}

.policy-box .box-content-inner .service-content {

}

.policy-box .box-content-inner .service-content .info-title h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}

.policy-box .box-content-inner .service-content .sub-title span {
    color: #868e96;
    font-size: 12px;
    font-weight: 400;
}

.footer-container {
    padding-top: 30px;
    padding-bottom: 10px;
    background: #240424;
}

.ftr-box {

}

.ftr-box h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 25px;
    margin-bottom: 0;
    line-height: 1.2;
}

.ftr-box h5 {
    font-size: 18px;
    color: #ddd;
    font-weight: 400;
    padding-bottom: 25px;
    margin-bottom: 0;
    line-height: 1.2;
}

.ftr-box h5 span {
    font-weight: 600;
}

.ftr-box p {
    font-size: 13px;
    color: #999999;
    margin-bottom: 15px;
    display: flex;
}

.ftr-box p:last-child {
    margin: 0;
}

.ftr-box p i {
    font-size: 16px;
    margin-right: 5px;
    padding-top: 3px;
}

.ftr-box ul {

}

.ftr-box ul li {
    margin-bottom: 12px;
}

.ftr-box ul li:last-child {
    margin-bottom: 0;
}

.ftr-box ul li a {
    font-size: 13px;
    color: #999999;

}

.ftr-box ul li a:hover {
    color: #ffffff;
}

.socialicons {
    margin-top: 20px;
}

.socialicons h4 {
    margin-top: 10px;
}

.socialicons ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.socialicons ul li:last-child {
    margin-right: 0;
}

.socialicons ul li.androidapp {
    height: 36px;
}

.socialicons ul li.androidapp img {
    height: 36px;
    width: auto;
}

.socialicons ul li a img {
    width: 36px;
    display: block;
}

.app-logo {
    margin-top: 20px;
}

.app-logo img {
    width: 136px;
}

.copyright-footer {
    border-top: 1px solid #501450;
    padding-bottom: 30px;
}

.copyright-text p {
    font-size: 14px;
    color: #999999;
}

.payment-icons {

}

.payment-icons img {
    max-width: 400px;
}

.ftr-box-content {
    display: none;
    padding-bottom: 15px;
}

.promotion-banner {

}

.promotion-banner img {
    width: 100%;
}

.promotion-banner .close {
    height: 30px;
    width: 30px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding-top: 5px;
}

.promotion-banner .close > i {
    background: #000;
    padding: 5px;
    border-radius: 50%;
}

.header-timer {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 1360px;
    left: 50%;
    width: 90%;
    text-align: right;
    padding-right: 15px;
    padding-left: 15px;
    transform: translate(-50%, -50%);
}

.header-timer ul {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-timer ul li {

}

.header-timer ul li span {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    display: block;
}

.header-timer ul li p {
    display: none;
}

.header-timer ul li.seperator {
    font-size: 20px;
    margin: 0 5px;
    line-height: 40px;
    color: #000;
}

.header-container-mobile-placeholder {
    display: none;
}

.header-main-container.sticky,
.header-container-mobile.stick {
    z-index: 2;
}

.header-container {

}

.header-container.desktop.stick {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 0 5px #666;
    animation-duration: 250ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

.header-container-mobile.stick {
    position: fixed;
    width: 100%;
    top: 0;
    /*box-shadow: 0 0 5px #666;*/
    animation-duration: 250ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0px, -100%, 0px);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.header-placeholder {
    height: 52px;
    display: none;
}

.header-container-mobile-placeholder {
    height: 97px;
    display: none;
}

.main-slider {

}

.departments .dd-content {
    position: absolute;
    z-index: 1;
    background: #fff;
    width: 230px;
    border: 2px solid #ec1b23;
    border-top: 0;
    padding: 5px 0;
    display: none;
}

.departments.is-active .dd-content {
    display: block;
}

.departments .dd-content ul {
    position: relative;
}

.departments .dd-content ul.level-2 {
    display: none;
    position: absolute;
    left: 100%;
    width: 215px;
    background: #fff;
    top: calc(-5px);
    padding: 5px 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    min-height: calc(100% + 10px);
}

.departments .dd-content ul li:hover > ul.level-2 {
    display: block;
}

.departments .dd-content ul.level-2 li {
    border: none;
}

.departments .dd-content ul.level-3 {
    display: none;
    position: absolute;
    left: 100%;
    width: 215px;
    background: #fff;
    top: 0;
    padding: 5px 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
    min-height: 100%;
}

.departments .dd-content ul.level-2 li:hover > ul.level-3 {
    display: block;
}

.departments .dd-content ul li {
    margin: 0;
}

.departments .dd-content ul li a {
    padding: 5px 0;
    display: block;
    font-size: 13px;
    color: #555;
    margin: 0 15px;
    border-bottom: 1px solid #e6e6e6;
}

.departments .dd-content ul li a:hover {
    color: #ec1b23;
    border-color: #e6e6e6;
}

.departments .dd-content ul li:last-child a {
    border: none;
}

.departments .dd-content ul li.parent {

}

.departments .dd-content ul li.parent a {
    position: relative;
}

.departments .dd-content ul li.parent > a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.message {
    margin: 0 0 10px;
    padding: 10px 20px 10px 40px;
    display: block;
    line-height: 1.2em;
    font-size: 13px;
    position: relative;
    border-radius: 4px;
}

.message.success {
    border: 1px solid #006400;
    background: #e5efe5;
    color: #006400;
}

.message.error {
    border: 1px solid #e02b27;
    background: #fae5e5;
    color: #e02b27;
}

.message.notice {
    border: 1px solid #6f4400;
    background: #fdf0d5;
    color: #6f4400;
}

.message.notice.empty {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.message.info {
    border: 1px solid #004085;
    background: #cce5ff;
    color: #004085;
}

.messages.animated-message {
    position: fixed;
    width: 100%;
    left: 0;
    padding: 0 10px;
    z-index: 1001;
    top: -200px;
    overflow: visible;
    opacity: 0;

    -transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.messages.animated-message.animate {
    top: 10px;
    opacity: 1;
}

.messages.animated-message div {
    border-radius: 5px;
    overflow: visible;
}

.messages.animated-message div > .messages {

}

.messages.animated-message div > .messages > div.message {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.messages.animated-message div > .messages > div.message > div {
    padding-right: 20px;
    font-size: 13px;
    margin-left: -10px;
    /*position: relative;*/
    padding-left: 20px;
    line-height: 1.2em;
}

.messages.animated-message div > .messages .message-success {

}

.messages.animated-message div.notify-close {
    position: absolute;
    right: -13px;
    top: -15px;
    padding: 18px 19px 15px 28px !important;
    z-index: 1000;
    cursor: pointer;
    display: none;
    font-size: 18px;
}

.messages.animated-message.animate div.notify-close {
    display: block !important;
    padding: 15px !important;
    margin: 0 !important;
    position: absolute !important;
    width: 45px !important;
    height: 45px !important;
    top: -12px !important;
    line-height: 14px;
    text-align: center !important;
}

.messages.animated-message div.notify-close i {

}

.messages.animated-message.desktop-message {
    max-width: 320px;
    right: 50%;
    left: auto;
    transform: translateX(50%);
    top: 60px;
}

.messages.animated-message.desktop-message.animate {

}

.message.success > :first-child::before,
.message.error > :first-child::before,
.message.info > :first-child::before,
.message.notice > :first-child::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: normal;
    content: '\f00c';
    font-family: 'FontAwesome';
    margin: 0;
    vertical-align: middle;
    display: inline-block;

    overflow: hidden;
    speak: none;
    left: 10px;
    top: 7px;
    width: auto;
    position: absolute;
    text-align: center;
}

.message.success > :first-child::before { content: '\f00c'; }
.message.error > :first-child::before { content: '\f00d'; }
.message.info > :first-child::before { content: '\f129'; left: 20px; }
.message.notice > :first-child::before { content: '\f12a'; left: 20px; }

.section-heading {
    position: relative;
    margin-bottom: 15px;
}

body.cms-index-index .section-heading h3,
body.checkout-index-index .section-heading h3,
.bordered-box .section-heading h3{
    /*background-color: #f5f5f5;*/
}

.section-heading h3 {
    color: #222222;
    /*background-color: #ffffff;*/
    margin: 0;
    padding-right: 28px;
    font-weight: 700;
    font-size: 20px;
    text-transform: initial;
    line-height: 27px;
    display: inline-block;
    position: relative;
    z-index: 1;
    white-space: nowrap;
}

.section-heading .row > div > h3 {
    width: 100%;
}

.section-heading p {
    font-size: 13px;
}

.section-heading h3 .sale-counter {
    position: relative;
    display: inline-block;
    top: -2px;
    right: unset;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    margin-left: 10px;
}

.section-heading.text-center h3 {
    padding: 0 15px;
}

.section-heading a {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding: 0 10px;
    color: #fff;
    background-color: #ec1b23;
    border-color: #ec1b23;
    border-radius: 4px;
}

.section-heading em {
    background-color: #dddddd;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    transform: translateY(-50%);
}

.mobile-section-heading {

}

.mobile-section-heading h3 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    line-height: 35.6px;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.hot-categories {

}

.hot-categories > .owl-carousel {

}

.hot-categories > .owl-carousel > .owl-stage-outer {

}

.hot-categories ul {

}

.hot-categories ul li {
    margin: 0;
}

.ftr-box .block-subscribe .input-text {
    height: 42px;
    border-radius: 3px 0 0 3px;
}

.ftr-box .block-subscribe .button {
    border-radius: 0 3px 3px 0;
}

.owl-item .product-item {
    float: none;
    border-bottom: none;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.owl-item .product-item:after,
.scrollable-product-wrapper .product-item:after{
    background-color: #e6e6e6;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 28px;
    width: 1px;
    height: 65%;
}

.owl-item:last-child .product-item:after,
.scrollable-product-wrapper .product-item:last-child:after{
    display: none;
}

.scrollable-product-wrapper::-webkit-scrollbar {
    display: none;
}

.scrollable-product-wrapper {
    scrollbar-width: none;
}

.item-gutter-space .product-item { margin-left:10px; margin-right: 10px; }
.row-auto .product-item { width: 100%; }
.row-two .product-item { width: 50%; }
.row-three .product-item { width: 33.33334%; }
.row-four .product-item { width: 25%; }
.row-five .product-item { width: 20%; }
.row-six .product-item { width: 16.6667%; }

.product-item {
    margin-bottom: 60px;
    padding: 0 15px 8px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    list-style: none;
    text-align: left;
    position: relative;
}

.product-item .product-item-info {
    border: 2px solid transparent;
    height: 100%;
    background: #fff;
    position: relative;
    border-radius: 10px;
}

.product-item:hover .product-item-info {
    border-color: #ec1b23;
}

/*.item-vertical-separator {
    background: #e6e6e6;
    height: 150px;
    width: 1px;
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
}*/

.product-item .product-item-info .pro-list-img-container {
    position: relative;
}

.product-item .product-item-info .pro-list-img-container .hover-box {
    position: absolute;
    left: 5px;
    bottom: 5px;
    opacity: 0;

    -transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.product-item .product-item-info:hover .pro-list-img-container .hover-box {
    opacity: 1;
}

.product-item .product-item-info .pro-list-img-container .hover-box .atc-button {
    margin-right: 5px;
}

.product-item .product-item-info .pro-list-img-container .hover-box button {
    position: relative;
}

.product-item .product-item-info .pro-list-img-container .hover-box button img {
    width: 22px;
    margin: 0 auto;
}

.product-item .product-item-info .pro-list-img-container .hover-box .towishlist img {
    width: 20px;
    margin: 9px auto 0;
}

.product-item .product-item-info .pro-list-img-container .hover-box .towishlist.disabled {
    background-image: url(../images/loading-white.svg);
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.product-item .product-item-info .pro-list-img-container .hover-box .towishlist.disabled img {
    display: none;
}

.product-item .product-item-info .pro-list-img-container .hover-box button.disabled {
    pointer-events: unset;
}

.product-item .product-item-info .pro-list-img-container .hover-box button span.tooltip:before,
.product-item .product-item-info .pro-list-img-container .hover-box a.towishlist span.tooltip:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: -5px;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid #990000;
    border-top-color: rgb(153, 0, 0);
    border-color: #333333;
}

.product-item .product-item-info .pro-list-img-container .hover-box button span.tooltip,
.product-item .product-item-info .pro-list-img-container .hover-box a.towishlist:hover span.tooltip {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    background-color: #333333;

    text-transform: initial;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    min-width: 72px;
    padding: 3px 5px;
    text-align: center;
    z-index: 99;
    bottom: 50px;
    left: 50%;
    border-radius: 3px;
    white-space: nowrap;
    transform: translateX(calc(-130%));
    transition: all 300ms;
}

.product-item .product-item-info .pro-list-img-container .hover-box button:hover span.tooltip,
.product-item .product-item-info .pro-list-img-container .hover-box a.towishlist:hover span.tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item .product-item-info .product-item-photo {
    position: relative;
    display: block;
}

.product-item .product-item-info .product-item-photo img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    color: transparent;

    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.product-item .product-item-info .pro-list-img-container .manufacturer-flag,
.product-item .product-item-info .pro-list-img-container .campaign-label {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.product-item .product-item-info .pro-list-img-container .manufacturer-flag img {
    max-width: 37px;
    border-radius: 5px;
    box-shadow: 0 0 3px #aaa;
}

.product-item .product-item-info .pro-list-img-container .campaign-label img {
    max-width: 36px;
}

.product-item .product-item-info .product-item-photo .product-image-container {

}

.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper {

}

.product-item .product-item-info .product-item-photo .product-image-container .product-image-wrapper img {
    height: auto;
}

.product-item .product-item-info .product-item-details {
    padding: 15px 8px 0;
}

.product-item .product-item-info .product-item-details .product-item-name {
    line-height: normal;
    font-size: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 35px;
    max-height: 35px !important;
    margin: 0;
}

.product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 13px;
    line-height: 1.3;
    text-decoration: none;
    font-weight: 600;
    color: #2557aa;
    word-wrap: break-word;
}

.product-item .product-item-info .product-item-name a:hover {
    color: #ec1b23;
}

.product-item .product-item-info .price-box {

}

.product-item .product-item-info .price-box .price-label {
    display: none;
}

.product-item .product-item-info .price-box .special-price {  }
.product-item .product-item-info .price-box .old-price { margin-left: 5px; }

.product-item .product-item-info .price-box .old-price .price-container .price-wrapper {
    color: #888888;
    text-decoration: line-through;
    font-size: 13px
}

.product-item .product-item-info .price-box .price-container {

}

.product-item .product-item-info .price-box .price-container .price-wrapper {
    color: #2d2e2efc;
    font-size: 15px;
    white-space: nowrap;
    line-height: 25px;
    text-align: left;
    font-weight: 600;
}

.product-item .product-item-info .product-item-inner {

}

.product-item .product-item-info .product-item-inner .product-item-actions {

}

.product-item .product-item-info .product-item-inner .product-item-actions .btn-primary {

}

.product-item .product-item-info .product-item-inner .product-item-actions .btn-primary img {
    width: 22px;
    margin: 0 auto;
}

.product-label {
    color: #ffffff;
    padding: 0 5px;
    height: 23px;
    line-height: 23px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 12px;
    font-weight: 600;
    font-size: 14px;
    min-width: 48px;
    background-color: #ec1b23;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 48px 23px;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}

.product-label span {

}

.carousel-container-inner {
    padding: 10px 0 12px 0;
    background-color: #fff;
}

.carousel-container-inner .message {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
}

.actions-toolbar {
    clear: both;
    margin-top: 10px;
}

.breadcrumbs {
    padding: 10px 0 20px;
}

.breadcrumbs li.home::before {
    display: none;
}

.breadcrumbs li::before {
    content: "\f105";
    margin: 0 4px;
    display: inline-block;
    color: #000000;
    font: normal normal normal 14px/1 FontAwesome;
}

.breadcrumbs li {
    display: inline-block;
    line-height: normal;
    padding: 0;
}

.breadcrumbs li a {
    color: #000000;
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

.breadcrumbs li a:hover {
    color: #ec1b23;
}

.breadcrumbs li strong {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-transform: none;
    display: inline-block;
    line-height: normal;
    padding: 0;
}

body.catalog-product-view .breadcrumbs li:last-child:before,
body.catalog-product-view .breadcrumbs li strong {
    display: none;
}

.footer-breadcrumb {
    padding: 10px 0 0;
}

.footer-breadcrumb .breadcrumbs {
    padding: 0;
}

.footer-breadcrumb h4 {
    padding: 0px 0 5px 0;
    margin: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.footer-breadcrumb .breadcrumbs li, .footer-breadcrumb .breadcrumbs li a, .footer-breadcrumb .breadcrumbs li strong {
    display: inline;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
}

.footer-breadcrumb .breadcrumbs li:last-child {
    display: none;
}

.page-title {
    margin-bottom: 20px;
    clear: both;
}

.page-title h1 {
    text-transform: unset;
    font-size: 28px;
    color: #222;
    margin: 0;
    line-height: normal;
}

.bordered-box .page-title h1,
body.cms-page-view .page-title h1 {
    color: #222222;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
    display: inline-block;
}

.sub-category-container {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    clear: both;
}

.sub-category-list {
    margin-top: 15px;
    clear: both;
    /*border-top: 1px solid #dadada;*/
}

.sub-category-list ul {
    margin-left: -10px;
    display: table;
    width: calc(100% + 20px);
    margin-right: -10px;
}

.sub-category-list ul li {
    padding: 0 10px;
    float: left;
    width: 20%;
    margin-bottom: 15px;
}

.sub-category-list ul li a {
    display: block;

    -transition: all 0s ease;
    -o-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
}

.sub-category-list ul li a:hover {
    box-shadow: 0 1px 3px rgba(57, 73, 76, 0.35);
}

.sub-category-list ul li a img {

}

.top-toolbar,
.toolbar-bottom {
    clear: both;
}

.toolbar {
    border-bottom: 3px solid #eee;
    padding-bottom: 10px;
    clear: both;
}

.toolbar .modes {

}

.toolbar .modes strong.modes-label {

}

.toolbar .modes strong.active {

}

.toolbar .modes a {

}

.toolbar .toolbar-amount {
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    color: #666;

}

.toolbar .toolbar-amount span {
    color: #000;
}

.toolbar .toolbar-sorter,
.mobile-toolbar .toolbar-sorter {
    margin-left: 15px;
}

.toolbar .toolbar-sorter label,
.mobile-toolbar .toolbar-sorter label {
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    color: #666;
}

.toolbar select,
.mobile-toolbar select {
    height: 30px;
    line-height: 28px;
    display: inline-block;
    width: auto;
    padding: 0 10px;
    margin-left: 5px;
    font-size: 14px;
    color: #000;
}

.toolbar select.custom-sorter-options {
    min-width: 150px;
}

.toolbar .toolbar-sorter a {

}

.toolbar .limiter {
    margin-left: 15px;
}

.toolbar .limiter .label {
    line-height: 30px;
    font-size: 13px;
    padding: 0;
    color: #666;
    font-weight: 400;
}

.toolbar .limiter .control {
    display: inline-block;
}

.toolbar .limiter span {
    display: inline-block;
}

.toolbar .pages {

}

.toolbar .pages ul {
    display: table;
    width: 100%;
    text-align: right;
}

.toolbar .pages ul li {
    border-radius: 3px;
    border: 1px solid #dddddd;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    margin: 0 0 0 5px;
    width: 30px;
    text-align: center;
}

.toolbar .pages ul li.current,
.toolbar .pages ul li:hover {
    color: #fff;
    background-color: #ec1b23;
    border-color: #ec1b23;
}

.toolbar .pages ul li:hover a {
    color: #fff;
}

.toolbar .pages ul li.current strong {

}

.toolbar .pages ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.toolbar .pages ul li a:hover {

}

.sidebar .block {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.sidebar .block .block-title {
    padding: 15px 18px;
    border-bottom: 1px solid #e6e6e6;
    color: #333333;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.sidebar .block .block-title strong {
    font-weight: 700;
}

.sidebar .block .block-content {
    padding: 26px 0 5px;
}

.block-content .filter-current {
    padding: 0 18px;
}

.block-content .filter-current strong {
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    display: block;
}

.block-content .filter-current ol {

}

.block-content .filter-current ol li {
    padding: 7px 0;
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 13px;
}

.block-content .filter-current ol li .filter-label {
    font-weight: 700;
}

.block-content .filter-options {
    position: relative;
    padding: 8px 0;
    outline: medium none !important;
    margin: 0;
}

.block-content .filter-actions {
    text-align: right;
    padding: 10px 18px 0;
}

.block-content .box {
    margin-bottom: 15px;
}

.filter-options .filter-options-title {
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0;
    padding: 0 18px 10px;
    position: relative;
    text-align: left;
}

.filter-options .filter-options-title:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    display: block !important;
    line-height: normal;
    padding: 0px;
    top: 0;
    color: #333;
    width: auto;
    font-size: 18px;
    cursor: pointer;
}

.filter-options .filter-options-content {
    padding: 10px 18px 7px;
    margin-bottom: 0;
}

.filter-options .filter-options-content ol {

}

.filter-options .filter-options-content ol li {
    color: #a4a4a4;
    line-height: 25px;
    width: 100%;
}

.filter-options .filter-options-content ol li a {
    font-size: 13px;
    display: block;
}

.filter-options .filter-options-content ol li a .count {
    float: right;
    color: #a4a4a4;
}

.products-grid {
    width: 100%;
    clear: both;
    display: table;
}

.products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
}

.products-grid .product-items .product-item {
    padding-left: 0;
    padding-right: 0;
}

.product-page-store-info {

}

.product-page-store-info .store-info > .row > div {
    padding-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f3f1f1;
}

.product-page-store-info .store-info {
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
}

.product-page-store-info .policy-box {
    border: none;
    margin-bottom: 0;
}

.product-page-store-info .policy-box .box-content-inner .icon-service span {
    opacity: 1;
    font-size: 35px;
    margin: 0 auto;
    display: block;
}

.product-page-store-info .policy-box .box-content-inner .icon-service span.flaticon-transport { font-size: 45px; }

.product-page-store-info .policy-box .box-content-inner .icon-service {
    margin-right: 5px;
    min-width: 45px;
    text-align: center;
}

.product-info-main {
    position: relative;
}

.product-info-main .page-title.product {
    width: 75%;
    margin-bottom: 15px;
}

.brand-name {
    margin-bottom: 5px;
}

.brand-name a {
    font-size: 13px;
    font-weight: 700;
    margin: 0;
}

.brand-name a:hover {
    color: #ec1b23;
}

.brand-name a.visit-link {
    color: #aa2525;
    display: block;
    font-weight: 600;
}

.brand-name a.visit-link:hover {
    text-decoration: underline;
}

.product-page-store-info .policy-box .box-content-inner {
    margin: 0 auto;
}

.product-info-main .page-title h1 {
    font-size: 20px;
    display: block;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.42857143;
    color: #2557aa;
}

.product-reviews-summary {
    padding-bottom: 8px;
    display: flex;
}

.review-control-vote label {
    display: none;
}

.reviews-actions {

}

.reviews-actions a {
    color: #666666;
    font-size: 13px;
}

.reviews-actions a:hover {
    color: #333333;
}

.product-info-price {
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
    position: relative;
}

.product-info-main .price-box .price-wrapper .price {
    font-size: 18px;
    font-weight: 600;
    color: #222222;
}

.product-info-price .price-box {
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.product-info-price .price-box .price-label {
    display: none !important;
}

.product-info-price .price-box .old-price {
    margin-left: 10px;
}

.product-info-price .price-box .old-price .price {
    font-weight:600;
    font-size: 13px;
    color: #888888;
    text-decoration: line-through;
}

.product-info-price .price-box .product-label {
    left: calc(100% + 20px);
    top: 0;
}

.product-info-price .product-info-stock-sku {

}

.custom-attributes {

}

.custom-attributes ul {

}

.custom-attributes ul li {
    margin-bottom: 10px;
}

.custom-attributes ul li p {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
    color: #222;
}

.custom-attributes ul li p.attribute-value {
    margin-right: 0;
    font-weight: 400;
    color: #666;
}

.box-tocart {
    max-width: 250px;
    margin-top: 20px;
}

.box-tocart .actions > button {
    width: 100%;
    border-radius: 10px;
}

.custom-qtybox {
    display: none;
}

.custom-qtybox-wrap {
    position: relative;
    border-radius: 3px;
    justify-content: space-between;
}

.custom-qtybox-wrap button {
    width: 33.333%;
    background: transparent;
    box-shadow: 0 0 0 transparent;
    float: left;
    cursor: pointer;
    padding: 0;
    border: none;
}

.custom-qtybox-wrap .qty-counter {
    line-height: 40px;
    width: 33.333%;
    text-align: center;
    font-size: 14px;
    cursor: no-drop;
    color: #ffffff;
}

.custom-qtybox-wrap .adding-proloader {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    top: 0;
    display: none;
}

.custom-qtybox-wrap .adding-proloader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-social-links {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 25%;
}

.social-sharing {
    margin-bottom: 5px;
}

.social-sharing ul {

}

.social-sharing ul li {
    display: inline-block;
    margin-left: 5px;
}

.social-sharing ul li a {

}

.social-sharing ul li a img {
    width: 30px;
}

.product-social-links .product-addto-links {

}

.product-social-links .product-addto-links a {
    font-size: 14px;
    color: #666666;
}

.product-social-links .product-addto-links a:hover {
    color: #ec1b23;
}

.product-social-links .product-addto-links a i {
    margin-right: 5px;
}

.product.info.detailed {
    margin: 30px 0 30px;
    clear: both;
}

.product.data.items {
    text-align: center;
    border: none;
    position: relative;
    z-index: 1;
}

.product.data.items .items-tabs {
    display: inline-block;
    float: none;
    margin: 0px;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}

.product.data.items .items-tabs .item:first-child {
    margin-left: 0;
}

.product.data.items .items-tabs .item {
    min-width: 150px;
    display: inline-block;
    margin: 0;
}

.product.data.items .items-tabs .item:last-child {
    margin-right: 0;
}

.product.data.items .items-tabs .item a {
    color: #666666;
    padding: 0 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    display: block;
    border: 1px solid #e6e6e6;
    border-bottom: none;
}

.product.data.items .items-tabs .item.active a,
.product.data.items .items-tabs .item:hover a {
    color: #ffffff;
    background-color: #005aa9;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #005aa9;
    font-weight: 600;
}

.product.data.items .data-tabs-content {
    width: 85%;
    border: none;
    float: none;
    margin: 0 auto;
    text-align: left;
    min-height: inherit;
    padding: 25px 20px 15px;
    position: relative;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

.product.data.items .data-tabs-content .description img {
    margin: 0 auto;
}

body.catalog-product-view .data-tabs-content input.input-text,
body.catalog-product-view .data-tabs-content textarea,
body.catalog-product-view .data-tabs-content .review-form-actions .btn {
    border-radius: 10px;
}

.review-add .block-title {
    display: none;
}

.fieldset .review-legend.legend {
    margin-bottom: 30px;
}

.fieldset .review-legend.legend strong {
    display: block;
    margin-left: 0;
    font-weight: 600;
}

.review-field-rating label {
    display: none;
}

.review-field-rating label span {

}

.product-reviews-summary .rating-summary {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-right: 0;
}

.product-reviews-summary .rating-summary span.label {
    display: none;
}

.product-view .product-shop .ratings, .product-view .product-shop .product-reviews-summary {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    padding: 10px 0;
}

.product-view .product-shop .product-reviews-summary .rating-summary {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.product-view .product-shop .rating-summary .rating-result, .product-reviews-summary .rating-summary .rating-result {
    width: 75px;
}

.product-view .product-shop .rating-summary .rating-result > span:before,
.product-view .product-shop .rating-summary .rating-result:before, .product-reviews-summary .rating-summary .rating-result > span:before, .product-reviews-summary .rating-summary .rating-result:before {
    height: 13px;
    line-height: 13px;
    letter-spacing: 3px;
    font-size: 13px;
}

.product-item .product-reviews-summary .reviews-actions {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    line-height: normal;
}

.product-item .product-reviews-summary .reviews-actions a {
    color: #888888;
    margin: 0;
}

.product-item .product-reviews-summary .reviews-actions a span {
    display: none;
}

.product-item .product-reviews-summary {
    display: block;
    margin: 5px 0;
}

.item.product-item .product-reviews-summary {
    margin: 0;
    text-align: left;
    padding: 0 0 2px;
}

.item.product-item .product-reviews-summary .rating-summary {
    margin: 2px 3px 0 0;
    float: left;
}

.product-reviews-summary.empty {
    border: 0;
    margin: 0;
}

.product-reviews-summary .reviews-actions a:not(:last-child) {
    border-right: 1px solid #e2e2e2;
}

.product-info-main .product-reviews-summary.empty .reviews-actions {
    margin: -2px 0 0 0;
}

.product-info-main .product-reviews-summary .reviews-actions {
    margin: -2px 0 0 5px;
    display: inline;
    line-height: normal;
}

.product-info-main .product-reviews-summary .reviews-actions .action.view {
    padding-left: 0;
}

.product-info-main .product-reviews-summary .reviews-actions .action {
    font-size: 13px;
    margin: 0;
    padding: 0 10px 0 10px;
    color: #666;
}

.product-info-main .product-reviews-summary .reviews-actions .action:hover {
    color: #000;
}

.product-info-main .product-reviews-summary.empty .reviews-actions .action {
    padding: 0;
    font-size: 13px;
}

.data.item.content .review-list .block-title {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.data.item.content .review-list .block-title strong {
    font-weight: 400;
    line-height: 1.1;
    font-size: 26px;
    color: #666666;
}

.data.item.content .review-list .block-content, .data.item.content .review-add .block-content {
    padding: 0;
    border: 0;
}

.review-toolbar {
    border-top: 1px solid #dfdfdf;
    margin: 0 0 10px !important;
    border-bottom: 0 none;
    padding: 0;
    display: none;
}

.block.review-list .block-content li.item.review-item {
    padding: 20px 0;
}

.block.review-list .block-content li.item.review-item .rating-summary {
    display: table;
    margin-bottom: 10px;
    width: 100%;
}

.block.review-list .block-content li.item.review-item .rating-result {

}

.block.review-list .block-content li.item.review-item .review-ratings .label {
    padding: 0 10px 0px 0;
    float: left;
    margin-top: -3px;
}

.review-title {
    font-weight: 600;
    font-size: 18px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
}

.account  .review-title {
    margin-top: 30px;
}

.review-ratings .label {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 6px 10px 10px 0;
}

.review-content-container {
    color: #666666;
    font-size: 13px;

    line-height: normal;
    margin: 0;
}

.review-content-container .review-content {
    margin-bottom: 10px;
}

.review-content-container .review-details {

}

.review-content-container .review-details

.block.review-add .actions-toolbar {
    margin: 30px 0 0 !important;
}

.product-info-price .rating-summary .rating-result {
    display: block;
}

.rating-summary .rating-result {
    width: 75px;
    position: relative;
    float: left;
}

.rating-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    color: #f3cd1e;
    position: relative;
    z-index: 1;
}

.rating-summary .rating-result:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #ccc;
    width: 100%;
    z-index: 1;
}

.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 300;
    display: block;
    letter-spacing: 3px;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
}

.rating-summary .rating-result > span span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.rating-summary .rating-result > span {
    display: block;
    overflow: hidden;
}

.review-field-ratings .review-field-rating .control {
    padding-top: 2px;
}

.review-field-ratings .review-field-rating .label, .review-field-ratings .review-field-rating .control {
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top;
}

.review-field-ratings .review-field-rating .label {
    padding-top: 6px;
    padding-right: 10px;
    color: #666;
}

.review-field-rating .control {
    margin-bottom: 48px;
    margin-top: 10px;
}

.review-control-vote {
    overflow: hidden;
}

.review-control-vote:before {
    color: #dfdfdf;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    font-style: normal;

    height: 25px;
    letter-spacing: 10px;
    line-height: 25px;
    position: absolute;
    vertical-align: top;
    z-index: 1;
}

.review-control-vote label::before {
    color: #f3cd1e;
    font-family: "FontAwesome";
    font-size: 25px;
    font-style: normal;
    height: 25px;
    letter-spacing: 9.4px;
    line-height: 25px;
    opacity: 0;
    vertical-align: top;
}

.review-control-vote input[type="radio"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote label span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.review-control-vote label {
    cursor: pointer;
    display: block;
    position: absolute;
}

.review-control-vote .rating-1 {
    z-index: 6;
}

.review-control-vote .rating-2 {
    z-index: 5;
}

.review-control-vote .rating-3 {
    z-index: 4;
}

.review-control-vote .rating-4 {
    z-index: 3;
}

.review-control-vote .rating-5 {
    z-index: 2;
}

.review-control-vote .rating-1:before {
    content: "\f005";
}

.review-control-vote .rating-2:before {
    content: "\f005" "\f005";
}

.review-control-vote .rating-3:before {
    content: "\f005" "\f005" "\f005";
}

.review-control-vote .rating-4:before {
    content: "\f005" "\f005" "\f005" "\f005";
}

.review-control-vote .rating-5:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
}

.review-control-vote label:hover:before {
    opacity: 1;
}

.review-control-vote input[type="radio"]:focus + label::before, .review-control-vote input[type="radio"]:checked + label::before {
    opacity: 1;
}

.product-add-form .fieldset {
    padding: 0;
    margin: 0;
}

.product-add-form .fieldset .swatch-attribute .swatch-option {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.product-view .product-shop .short-description .std p {
    font-size: 13px;
    color: #252525;
    margin: 0;
    line-height: 24px;
}

.product-view .product-shop .addit {
    clear: both;
    padding: 20px 0 0;
    float: none;
    margin: 0;
}

.product-options-wrapper {
    padding-top: 0;
    display: table;
    width: 100%;
    max-width: unset;
    position: relative; /*adding relative property for sizechart button*/
}

.product-add-form .fieldset {
    padding: 0;
    margin: 0;
}

.product-options-wrapper .fieldset > .field:first-child {
    margin-top: 0;
}

.product-options-wrapper .fieldset > .field {
    display: table;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

.product-options-wrapper .fieldset > .field.configurable {
    max-width: 250px;
    margin: 0;
}

.product-options-wrapper .fieldset > .field > .label {
    padding: 0;
    width: 25%;
    float: left;
    line-height: 32px;
}

.product-options-wrapper .fieldset > .field > .label span {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #2b2929;
}

.product-options-wrapper .fieldset > .field > .label span::after {
    content: ":";
}

.product-options-wrapper .fieldset > .field > .control {
    width: 75%;
    float: left;
}

.product-options-wrapper .field select {
    padding: 5px 20px 5px 10px;
    height: 32px;
    width: 100%;
}

body.checkout-cart-index .page-title-wrapper {
    text-align: center;
}

body.checkout-cart-index .page-title-wrapper,
body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper,
body.account .page-title-wrapper,
body.allproducts-index-index .page-title-wrapper,
body.cms-order-tracking .page-title-wrapper,
body.browsinghistory-viewed-index .page-title-wrapper {
    padding: 10px 0;
}

body.checkout-cart-index .page-title-wrapper h1,
body.customer-account-login .page-title-wrapper h1,
body.customer-account-create .page-title-wrapper h1,
body.account .page-title-wrapper h1,
body.allproducts-index-index .page-title-wrapper h1,
body.cms-order-tracking .page-title-wrapper h1,
body.browsinghistory-viewed-index .page-title-wrapper h1 {
    color: #222;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    /*text-align: center;*/
}

body.cms-order-tracking .page-title-wrapper {
    display: none;
}

.cart-col-label-wrap {

}

.cart-col-label {
    display: inline-table;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
}

.cart-item-image {
    width: 15%;
    float: left;
    padding-right: 10px;
}

.cart-head-label {
    display: inline-block;
    float: left;
    padding: 10px 5px;
    width: 17%;
    text-align: center;
}

.cart-head-label.item {
    width: 30%;
    text-align: left;
}

.cart-head-label span {
    font-size: 15px;
    color: #333;
    font-weight: 700;
}

.cart-head-label.item {
    width: 30%;
    text-align: left;
}

.cart-head-label.price {
    width: 20%;
    text-align: center;
}

.cart-head-label.qty {
    width: 20%;
}

.cart-head-label.subtotal {
    width: 20%;
}

.cart-head-label.remove {
    width: 10%;
}

.cart-head-label span {
    font-size: 15px;
    color: #333;
    font-weight: 700;
}

.form-cart .cart.table-wrapper .items > .item {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 0;
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

.form-cart .cart.table-wrapper .items > .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.item-info {
    width: 100%;
    display: flex;
}

.cart-item-image {
    width: 15%;
    float: left;
    padding-right: 10px;
}

.cart.table-wrapper .item .cci-img {
    width: 100%;
}

.cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: middle;
}

.cart-item-detail {
    width: 85%;
    display: flex;
}

.cart-cont-item, .cart.table-wrapper .item .price-excluding-tax {
    padding: 0;
    width: 17%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart.table-wrapper .item .cci-name {
    width: 30%;
    justify-content: left;
}

.cart.table-wrapper .item .cci-name .free-label {
    margin: 0 0 0 10px;
    background: #ec1b23;
    white-space: nowrap;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: 400;
    border-radius: 5px;
    line-height: normal;
    display: block;
    max-height: 40px;
    padding: 2px 6px;
    font-size: 10px;
}

.cart.table-wrapper .item .cci-single-price {
    width: 20%;
    flex-direction: column;
}

.cart.table-wrapper .item .price-excluding-tax {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}

.cart.table-wrapper .item .cci-qty {
    width: 20%;
}

.cci-qty label.label {
    display: none;
}

.cart #shopping-cart-table .custom-qty {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.cart.table-wrapper .item .cart-cont-item.span-price {
    width: 20%;
}

.cart.table-wrapper .item .cci-action {
    width: 10%;
    text-align: center;
    font-size: 16px;
}

.cart.table-wrapper .item .cci-action a {
    color: #ec1b23;
    font-size: 18px;
}

.cart.table-wrapper .item .cci-action .towishlist {
    display: none;
}

.cart.table-wrapper .product-item-details {

}

.cart.table-wrapper .product-item-name {
    display: inline-block;
}

.cart.table-wrapper .product-item-name a,
.cart.table-wrapper .product-item-name.freepro,
.data-table tbody tr td .cart-price .price {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.cart.table-wrapper dl {
    display: flex;
    margin: 5px 0 5px 0;
}

.cart.table-wrapper dl dt {}
.cart.table-wrapper dl dd {margin: 0 0 0 5px;}

.cart.table-wrapper .item .price-excluding-tax {
    width: 100%;
    text-align: center;
    padding-top: 0;
}

.cart .price-excluding-tax .price {
    color: #333;
    text-decoration: none;
    font-size: 16px;
}

.cart #shopping-cart-table .custom-qty {
    display: table;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ebebeb;
    width: auto;
    border-radius: 5px;
}

#shopping-cart-table .custom-qty .alo_qty {
    width: 35px;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #333;
    text-align: center;
    outline: medium none;
}

#shopping-cart-table .custom-qty .input-text {
    text-align: center;
    float: left;
    border: none;
    color: #000;
    padding: 0;
    line-height: 35px;
    font-size: 14px;
    height: 35px;
}

.cart #shopping-cart-table .custom-qty .gift-qty {
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 14px;
    color: #000;
}

.cart-summary {

}

.cart-summary > .summary {
    font-size: 15px;
    color: #333;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    display: block;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

#block-shipping {
    display: none;
}

.cart-totals {
    margin-bottom: 10px;
    position: relative;
}

.cart-totals table {
    margin: 0;
}

.cart-totals caption {
    display: none;
}

.cart-totals tr.sub,
.cart-totals tr.shipping {
    display: none;
}

.cart-totals tr.totals {

}

.cart-totals tr.totals th {
    font-size: 18px;
    color: #333;
    padding: 15px 5px;
    border-bottom: 1px solid #d1d1d1;
    background: none !important;
}

.cart-totals tr.totals th strong {

}

.cart-totals tr.totals td {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-align: right;
    padding: 15px 5px;
    border-bottom: 1px solid #d1d1d1;
}

.cart-totals tr.totals td.amount {
    text-align:right
}

.cart-summary .discount {
    background: #dcefff;
    border-radius: 5px;
    border: 1px solid #9ad0ff;
    overflow: hidden;
    margin-bottom: 10px;
}

.cart-summary .discount .title {
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    overflow: hidden;
    padding: 7px 10px;
    position: relative;
    font-size: 13px;
    color: #005aa9;
}

.cart-summary .fieldset > .field > .label {
    color: #005aa9;
}

.cart-summary .fieldset .field input.input-text {
    border-color: #005aa9;
}

.cart-summary .fieldset .field button.btn {
    border-radius: 0 10px 10px 0;
    z-index: 1;
}

.cart-summary .discount.active .title {

}

.cart-summary .discount .title:after {
    font-size: 20px;
    line-height: 20px;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';

    overflow: hidden;
    float: right;
    text-align: center;
}

.cart-summary .discount .title strong {
    font-weight: 600;
}

.cart-summary .discount .content {
    display: none;
    margin-top: 0;
    padding: 10px;
}

.cart-summary .discount .content .actions-toolbar {
    margin-top: 10px;
}

.cart-summary .discount .content .actions-toolbar .primary {
    margin-bottom: 10px;
}

.cart-summary .checkout-methods-items {

}

.cart-summary .checkout-methods-items li {
    margin-bottom: 10px;
}

.cart-summary .checkout-methods-items li.continue-shopping-wrap {
    display: block;
}

.cart-summary .checkout-methods-items li:last-child {
    margin-bottom: 0;
}

.cart-empty {
    text-align: center;
    color: #666666;
    font-size: 13px;
}

.cart-empty p {

}

.checkout-header {
    background-color: #ec1b23;
    text-align: center;
    padding: 7px 0 7px;
}

.checkout-header .logo.checkout-logo {
    float: none;
    margin: 0 auto;
    padding: 0;
}

.checkout-header .logo.checkout-logo a {
    margin: 0 auto;
}

.opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    font-size: 0;
}

.opc-progress-bar li {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 185px;
}

.opc-progress-bar li:before {
    top: 19px;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #e4e4e4;
}

.opc-progress-bar li span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 20px;
}

.opc-progress-bar li._active span {
    color: #333333;
}

.opc-progress-bar li._active::before {
    background-color: #ec1b23;
}

.opc-progress-bar li._active > span::before {
    background-color: #ec1b23;
}

.opc-progress-bar li._active > span::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    line-height: 26px;
    font-size: 16px;
}

.opc-progress-bar li > span::before, .opc-progress-bar li > span::after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
}

.opc-progress-bar li span::after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.opc-progress-bar li:first-child:before {
    border-radius: 5px 0 0 5px;
}

.opc-progress-bar li:last-child:before {
    border-radius: 0 5px 5px 0;
}

.authentication-wrapper {
    display: none;
}

.opc-estimated-wrapper {
    display: none;
}

.checkout-container {
    margin-top: 15px;
}

.opc-wrapper {

}

.opc-wrapper .opc {

}

.opc-wrapper .opc li {

}

.opc-wrapper .opc li.checkout-shipping-address {
    margin-bottom: 40px;
}

.opc-wrapper .opc li.checkout-shipping-method .step-title {
    margin-bottom: 0;
}

.opc-wrapper .opc li .step-title {
    font-weight: 300;
    text-transform: unset;
    font-size: 28px;
    color: #222;
    margin: 0 0 10px 0;
    line-height: normal;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.opc-wrapper .opc li .step-content {

}

.opc-wrapper .opc li .step-content #onepage-checkout-shipping-method-additional-load {
    margin-top: 10px;
}

.opc-wrapper .opc li .step-content .form-login {
    margin-bottom: 15px;
}

.opc-wrapper .field {
    margin-bottom: 15px;
}

.opc-wrapper .address-fields > .field {
    margin-bottom: 0;
}

.opc-wrapper .field.street .label {
    display: inline-block;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: normal;
}

.area .field-tooltip {
    display: none;
}

.table-checkout-shipping-method {
    width: 100%;
}

.table-checkout-shipping-method thead {
    display: none;
}

.table-checkout-shipping-method .row {
    padding: 15px 0 15px 15px;
    margin: 0 0 10px 0;
    display: flex;
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.table-checkout-shipping-method .row:last-child {
    margin: 0;
}

.table-checkout-shipping-method td {
    cursor: pointer;
    padding: 0;
    font-weight: 600;
    font-size: 13px;
}

.table-checkout-shipping-method td span {
    margin-right: 5px;
    color: #000000d1;
}

.table-checkout-shipping-method td span input.radio {
    margin-top: -2px !important;
}

.table-checkout-shipping-method td > span.col-carrier {
    font-weight: 600;
    color: #000000d1;
}

.table-checkout-shipping-method td > span.shipping-inline-message  {
    display: block;
    margin: 0;
    width: auto;
}

.table-checkout-shipping-method td > span.shipping-inline-message  > span {
    font-size: 13px;
    margin: 5px 0 0 30px;
    font-weight: 400;
    display: block;
    color: #005aa9;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.table-checkout-shipping-method td > span.storepickup-info .pickup-points {
    margin: 5px 15px 0 0;
    background: #e4e4e4;
    padding: 3px 5px;
    border: 1px solid #ccc;
}

.methods-shipping .actions-toolbar {

}

.methods-shipping .actions-toolbar .primary {
    text-align: right;
    margin-top: 10px;
}

.opc-sidebar .modal-header {
    display: none;
}

.opc-sidebar .modal-content {
    border: none;
}

.opc-block-summary {
    background: #f5f5f5;
    padding: 22px 30px;
    margin: 0 0 20px;
}

.opc-sidebar .modal-content .opc-block-summary > span.title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    color: #333333;

    font-size: 26px;
    display: block;
}

.opc-sidebar .modal-content .opc-block-summary .items-in-cart {
    margin-top: 10px;
    margin-bottom: 0;
}

.opc-sidebar .modal-content .opc-block-summary .items-in-cart .actions-toolbar {
    display: none;
}

.items-in-cart .title {
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
}

.items-in-cart .title strong {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.opc-block-summary .items-in-cart > .title:after {
    font-size: 20px;
    line-height: 12px;
    color: inherit;
    content: '\f107';
    font-family: 'FontAwesome';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;

    overflow: hidden;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
}

.opc-block-summary .items-in-cart.active > .title:after {
    content: '\f106';
}

.items-in-cart .content {

}

.items-in-cart .content ol {
    max-height: 450px;
    overflow: auto;
}

.items-in-cart .content ol li {
    width: 100%;
    padding: 0 0 10px 0;
    float: none;
    margin-bottom: 10px;
    clear: both;
}

.items-in-cart .content ol li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.items-in-cart .content ol li .product {
    width: 100%;
    display: table;
}

.items-in-cart .content ol li .product .product-image-container {
    width: 20% !important;
    padding-right: 10px;
    float: left;
}

.items-in-cart .content ol li .product .product-item-details {
    width: 80%;
    float: left;
}

.items-in-cart .content ol li .product .product-item-details .product-item-name-block {
    display: flex;
}

.items-in-cart .content ol li .product .product-item-details .product-item-name-block .product-item-name {
    width: 80%;
}

.items-in-cart .content ol li .product .product-item-details .product-item-name-block .details-qty {
    width: 20%;
    text-align: right;
}

.items-in-cart .content ol li .product .product-item-details .subtotal {
    display: block;
    margin-top: 2px;
}

.items-in-cart .content ol li .product .product-item-details .subtotal .price {
    font-size: 14px;
}

.login-container .block {
    height: 100%;
}

.login-container .block .block-title {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.login-container .block .block-title strong {
    font-weight: 600;
}

.custom-block-content {
    background-color: #fff;
    border: 1px solid #dddddd;
    /*min-height: 330px;*/
    padding: 25px 30px;
    border-radius: 10px;
}

.login-container .block .block-content {
    margin: 0 0 10px 0;
    padding: 25px 30px;
    min-height: 300px;
    border-radius: 10px;
}

.login-container .block .block-content .form-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.block-customer-login .actions-toolbar .remind {
    /*float:right;*/
    font-size: 13px;
}

.block-collapsible-nav {

}

.block-collapsible-nav .title {
    display: none;
}

.block-collapsible-nav .content {
    padding: 15px 0;
    background-color: #fafafa;
}

.block-collapsible-nav .content ul {
    display: block;
}

.block-collapsible-nav .content ul li {
    margin: 3px 0 0;
    display: block;
}

.block-collapsible-nav .content ul li strong {
    border-left: 3px solid #ec1b23;
    color: #000;
    font-weight: 600;
    display: block;
    font-size: 13px;
    padding: 5px 18px 5px 15px;
}

.block-collapsible-nav .content ul li a {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    font-size: 13px;
    padding: 5px 18px 5px 15px;
}

.block-collapsible-nav .content ul li a:hover {
    background-color: #e8e8e8;
}

.block {
    margin: 0 0 30px;
}

.block.gift-credit-apply {
    margin-bottom: 0;
}

.cart-summary .discount .gift-credit-apply-content.content {
    padding: 0 10px;
}

.account .column.main .block .block-title {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 15px;
}

.account .column.main .block .block-title a.action {
    font-size: 12px;
}

.account .block .block-title strong {
    color: #333;
    font-weight: 700;
}

.search {
    position: relative;
    margin: 6px 0;
}

.search form {

}

.search form .field {
    margin: 0;
}

.search form .field .control {
    position: relative;
}

.search form .field .control input {
    border-radius: 10px;
    border: none;
    padding: 8px 50px 8px 20px;
    height: 40px;
    font-size: 14px;
    background-color: #ffffff;
}

.search form .field .control input:focus {
    background-color: #ffffff;
}

.search form .actions {
    position: absolute;
    right: 0;
    top: 0;
}

.search form .actions button {
    border: none;
    background: none;
    border-radius: 0;
    padding: 0 15px;
    color: #000;
    border-left: 1px solid #e6e6e6;
    height: 40px;
}

.search form .actions button:hover i {
    color: #ec1b23;
}

.search form .actions button span {
    font-size: 16px;
}

.search form .actions button i {
    font-size: 16px;
    font-style: normal;
    line-height: 30px;
}

.box .box-title {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    margin: 0;
    padding: 10px 15px;
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.customer-account-index .box .box-title, .customer-account-index .box .box-title span {
    color: #333;

    text-transform: uppercase;
}

.box .box-content {
    border: 1px solid #dddddd;
    border-top: none;
    font-size: 13px;
    min-height: 140px;
    padding: 20px 15px;
    max-height: 350px;
    overflow: auto;
}

.box .box-content p {
    margin-bottom: 5px;
}

.box .box-actions {
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-top: none;
    margin: 0;
    padding: 10px 15px;
}

.contactpage-inner p {
    color: #666;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.contact_info {
    margin: 40px 0 50px;
}

.contact_info .info_main {
    padding: 0 0 20px;
}

.contact_info .icons {
    float: left;
    font-size: 30px;
    color: #555;
    line-height: 54px;
    width: 54px;
    height: 54px;
    background-color: #e4e4e4;
    border-radius: 100%;
    text-align: center;
}

.contact_info .flex {
    display: block;
    margin: 0;
    padding: 5px 0 0 65px;
}

.contact_info .tit-name {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.contact_info .tit-contain {
    font-size: 14px;
    color: #444;
    padding: 0;
    margin: 0;
    line-height: 2;
}

.map-container {
    margin-top: 30px;
}

.map-container .google-map {
    border-radius: 10px;
    overflow: hidden;
}

.map-container .google-map iframe {
    display: block;
}

#co-payment-form > .fieldset .legend {
    display: none;
}

.table-totals tr th {
    background: none !important;
    color: #666666;
    font-size: 13px;
    white-space:inherit;
    border: none;
    padding: 6px 0;
}

.table-totals tr td {
    background: none !important;
    color: #666666;
    font-size: 13px;
    vertical-align: middle;
    border: none;
    text-align: right;
    padding: 6px 0;
}

.table-totals tr.shipping {

}

.table-totals tr.shipping th span.label {
    font-weight: 700;
}

.table-totals tr.shipping th span.value {
    display: block;
}

.table-totals tr.grand {

}

.table-totals tr.grand th strong {
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}

.table-totals tr.grand td {
    font-size: 18px;
    color: #333333;
    text-align: left;
}

.table-totals tr.grand td.amount {
    text-align: right;
}

.table-totals tr.grand td strong {
    font-weight: 700;
}

.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
    margin-bottom: 20px;
    font-size: 13px;
    text-transform: capitalize;
}

.opc-block-shipping-information .shipping-information-title {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 20px;
    position: relative;
    color: #333333;

    font-size: 26px;
    padding-bottom: 5px;
}

.opc-block-shipping-information .shipping-information-title .action-edit {
    float: right;
    border: none;
    background: none;
    padding: 0;
    line-height: 38px;
    height: 40px;
}

.opc-block-shipping-information .shipping-information-title .action-edit:before {
    color: #333;
    content: "\f040";
    display: block;
    font-family: "FontAwesome";
    font-size: 16px;

    overflow: hidden;
    text-align: center;
}

.opc-block-shipping-information .shipping-information-title .action-edit span {
    display: none;
}

.opc-payment {

}

.opc-payment .payment-methods {

}

.opc-payment .payment-methods .payment-group {

}

.payment-group .payment-method {
    padding: 0 10px 0 15px;
    margin: 0 0 10px 0;
    display: flex;
    background: #f1f1f1;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.payment-group .payment-method:last-child {
    margin-bottom: 0;
}

.payment-group .payment-method.baadmay {
    display: block;
}

.baadmay-installment-details {
    margin: 0 0 10px 0 !important;
}

.payment-group .payment-method .payment-method-title {
    display: flex;
    margin: 0;
    width: 100%;
    align-items: center;
}

.payment-group .payment-method .payment-method-title input.radio {
    margin: 0 10px 0 5px;
}

.payment-group .payment-method .payment-method-title label {
    line-height: normal;
    display: inline-block;
    cursor: pointer;
    color: #000000d1;
    font-weight: 600;
    font-size: 13px;
    padding: 15px 15px 15px 0;
    margin: 0 0 0 0;
    width: 100%;
}

.payment-group .payment-method .payment-method-title .payment-method-icon {

}

.payment-group .payment-method .payment-method-title .payment-method-icon img {
    max-width: 60px;
    border-radius: 10px;
}

.payment-group .payment-method .payment-method-title .paymethod-dis-label {
    margin: 0 5px 0 0;
    background: #ec1b23;
    min-width: 40px;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    line-height: normal;
    display: block;
    max-height: 40px;
    padding: 2px 0;
}

.payment-group .payment-method .payment-method-content {
    display: none;
}

.payment-option {
    border-bottom: 1px solid #cccccc;
}

.payment-option#block-gift-card-discount,
.payment-option.discount-code,
.payment-option.loyaltypoints {
    margin-top: 10px;
    background: #dcefff;
    border-radius: 15px;
    border: 1px solid #9ad0ff;
    overflow: hidden;
}

.payment-option#block-gift-card-discount label.label,
.payment-option.discount-code label.label,
.payment-option.loyaltypoints label.label {
    color: #005aa9;
}

.payment-option .payment-option-title {
    cursor: pointer;
    padding: 15px 0 15px 20px;
    font-size: 13px;
    margin: 0;
}

.payment-option.comment .payment-option-title {
    cursor: default;
}

#block-gift-card-discount .payment-option-content .payment-option-title {
    padding-left: 0;
    padding-bottom: 0;
}

#block-gift-card-discount .payment-option-content .payment-option-content {
    padding: 0;
}

.payment-option._active .payment-option-title {

}

.payment-option._active .payment-option-content {
    background: #fff;
}

.payment-option-content .actions-toolbar .secondary .action-cancel.hidden {
    display: none;
}

.cart-summary .discount.active .content {
    background: #fff;
}

.payment-option .payment-option-title .action  {
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: #005aa9;
}

.payment-option .payment-option-title .action:after {
    font-size: 20px;
    line-height: 16px;
    color: #005aa9;
    content: '\f107';
    font-family: 'FontAwesome';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;

    overflow: hidden;
    text-align: center;
}

.payment-option._active .payment-option-title .action:after {
    content: '\f106';
}

.payment-option .payment-option-content {
    padding: 10px 20px;
}

.payment-option .payment-option-content .gift-credit-label,
.cart-summary .discount .content .gift-credit-label {
    display: none;
}

.gift-card-used .gift-card-used-item {
    background: #dcefff;
    padding: 3px 10px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #9ad0ff;
    color: #005aa9;
}

.gift-card-used .gift-card-used-item .gift-card-remove-icon:before {
    content: "\f00d";
    font-size: 16px;
    line-height: 16px;
    color: #ec1b23;
    font-family: 'FontAwesome';
    margin: -9px 7px 0 0px;
    vertical-align: middle;
    display: inline-block;
    font-weight:normal;
}

.gift-card-used .gift-card-used-item .gift-card-remove-icon {
    font-size: 0;
}

.gift-card-check-code {
    background: #dcefff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #9ad0ff;
}

.gift-card-check-code table {
    width: 100%;
    table-layout: fixed;
}

.gift-card-check-code table tr td:first-child {
    font-weight:600;
}

.payment-option.comment {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.payment-option.comment .payment-option-content {
    padding: 0;
    background-color: transparent;
}

.payment-option.comment .payment-option-title {
    padding: 20px 0 20px 0px;
    margin: 0;
    color: #666;
    font-size: 13px;
}

.payment-option.comment .payment-option-content label.label {
    display: none;
}

.payment-option.comment .payment-option-content .control p {
    margin-top: 5px;
    font-size: 13px;
}

.payment-option.comment .payment-option-content .field {
    margin: 0;
}

.shipping-address-items {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.shipping-address-item {
    padding: 15px 15px 15px 15px;
    height: 100%;
    position: relative;
    border: 2px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
}

.shipping-address-item span {
    font-size: 14px;
}

.shipping-address-item span.bold {
    font-weight: 700;
}

.shipping-address-item-buttonset {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.shipping-address-item-buttonset button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-size: 13px;
}

.shipping-address-item-buttonset button span {
    font-size: 13px;
    font-weight: 600;
}

.shipping-address-item.selected-item {
    border-color: #ec1b23;
}

.shipping-address-item.selected-item::after {
    background-color: #ec1b23;
    color: #ffffff;
    content: '\f00c';
    font-family: 'FontAwesome';
    height: 27px;
    width: 29px;
    font-size: 16px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: -1px;
    border-radius: 0 10px 0 10px;
}

.shipping-address-item p,
.shipping-information-content p {
    margin-bottom: 10px;
    font-size: 13px;
}

.bordered-box {
    max-width: 50%;
    border: 1px solid #dadada;
    margin: 80px auto 40px;
    padding: 20px;
    box-shadow: 0 0 5px #cacaca;
    background: #fafafa;
    border-radius: 10px;
}

.checkout-success {
    text-align: center;
    padding-top: 0px;
}

.checkout-success > img {
    max-width: 80px;
    margin: 0 auto;
}

.checkout-success h6 {
    margin: 10px 0;
    color: #2f950e;
    font-size: 22px;
}

.bordered-box p {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
    text-align: center;
}

.checkout-success .actions-toolbar {
    margin-top: 15px;
}

.registration {
    margin-top: 15px;
}

.products-grid.wishlist .product-item {
    position: relative;
}

.products-grid.wishlist .product-item-inner {
    position: absolute;
    left: 5px;
    top: 220px;
    opacity: 0;

    -transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.products-grid.wishlist .product-item:hover .product-item-inner {
    opacity: 1;
}

.products-grid.wishlist .product-item-inner > div {
    margin: 0 5px 0 0;
    display: inline-block;
}

.products-grid.wishlist .product-item-info .product-reviews-summary,
.products-grid.wishlist .product-item-info .price-box {
    padding: 0 8px 0;
}

.products-grid.wishlist .product-item-inner a.btn-remove img {
    width: 14px;
    margin: 11px 10px 0;
}

.form-wishlist-items .actions-toolbar .btn-primary {
    margin-left: 5px;
}

.cms-content {
    font-size: 13px;
}

.cms-content h5 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.cms-content h6 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.cms-content h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}

.cms-content p {
    margin-bottom: 10px;
}

.cms-content ul {
    margin-bottom: 10px;
}

.cms-content ul li {
    margin-bottom: 3px;
    list-style: inside circle;
}

.cms-content strong {

}

.cms-content table {
    width: 100%;
}

.cms-content table th,
.cms-content table td {
    padding: 5px 10px;
}

.manufacturerpage-container {
    padding-bottom: 20px;
}

.cat-banner-wrap .row {
    margin-right: -5px;
    margin-left: -5px;
}

.cat-banner-wrap .row > div[class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

.popular-categories {
    background: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.popular-categories tr td {
    position: relative;
    padding: 2px;
}

.popular-categories tr:first-child td {
    text-align: center;
    border-bottom: 1px solid #dadada;
    width: 25%;
}

.popular-categories td:after {
    background-color: #dadada;
    width: 1px;
    height: 60px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.popular-categories td:last-child:after {
    display: none;
}

.popular-categories a {
    display: block;
    min-height: 60px;
}

.popular-categories a img {
    /*width: 50px;*/
    margin: 0 auto;
}

.popular-categories a span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    color: gray;
}

.ftr-box h4 i {
    font-size:20px;
}

.mobile-product-container {

}

.mobile-product-wrap {
    padding: 10px 0;
}

.mobile-product-wrap .mobile-section-heading {
    padding: 5px 0 5px 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    margin-bottom: 5px;
    display: table;
    width: 100%;
}

.mobile-product-wrap .mobile-section-heading h3 {
    width: 70%;
    line-height: 38px;
    float: left;
}

.ms-pro-wrap-action {
    width: 30%;
}

.ms-pro-wrap-action a {
    float: right;
    font-size: 12px;
    padding: 8px 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    background: #0169A6;
    border-radius: 4px;
    line-height: normal;
}

.m-pro-collection {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    clear: both;
    position: relative;
    border: 1px solid #ddd;
    border-bottom: none;
}

.m-pro-collection:before {
    /*width: 1px;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    content: "";
    background-color: #e6e6e6;*/
}

.m-pro-collection .product-item {
    margin-bottom: 0;
    padding: 0;
}

.m-pro-collection .product-item .product-item-info,
.allproducts-index-index .product-item .product-item-info{
    border-color: transparent;
    background: none;
}

.tile-section {

}

.tile-section ul {

}

.tile-section ul li {
    margin: 10px 0;
}

.tile-section ul li img {
    border-radius: 10px;
}

.m-pro-collection div.message {
    margin-bottom: 0;
    width: 100%;
}

.loading {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-image: url("../images/loading.svg");
    display: none;
    background-position: center center;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

.filter-trigger {
    z-index: 1;
    position: relative;
}

.filter-trigger a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-weight: 400 !important;
    line-height: 16px !important;
    padding: 7px 10px !important;
    text-align: center;
    font-size: 14px !important;
    cursor: pointer;
    text-transform: uppercase;
    color: #333;
}

.mobile-atc-button {
    position: absolute;
    top: 7px;
    right: 7px;
}

.mobile-atc-button button.action {
    border-radius: 50%;
}

.mobile-atc-button button.action img {
    width: 20px;
    margin: 0 auto;
}

.mobile-filter-close {
    padding: 5px 10px 0px 10px;
    line-height: 24px;
    margin-right: -10px;
    margin-top: -5px;
    text-align: center;
    display: none;
}

.cci-qty .field {
    margin: 0;
}

.mobile-only {
    display: none;
}

.product-media-title-wrapper.mobile-only {
    display: none;
}

.product-media-title-wrapper h1 {
    color: #2557aa;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.product-media-title-wrapper .product-reviews-summary .reviews-actions .action.view {
    border: none;
    padding: 0;
}

.product-media-title-wrapper .action.add,
.product-media-title-wrapper .product-reviews-summary .reviews-actions .action.view span:last-child {
    display: none;
}

.product-media-title-wrapper .product-reviews-summary {
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.opc-estimated-wrapper.stick {
    position: fixed;
    top: 0;
    z-index: 3;
    left: 0;
    margin: 0;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.opc-estimated-wrapper.stick .estimated-block .estimated-label,
.opc-estimated-wrapper.stick .estimated-block .estimated-price {
    display: inline-block;
}

.opc-estimated-wrapper.stick .minicart-wrapper .action.showcart {
    font-size: 12px !important;
    line-height:15px !important;
    height: 30px;
    padding: 0 13px;
}

.opc-estimated-wrapper.stick .minicart-wrapper .action.showcart span {
    font-weight: 600;
    font-size: 12px;
}

#checkoutSteps.opc.spacer {
    margin-top: 80px;
}

.cart-link .loading-mask {
    border-radius: 50%;
    overflow: hidden;
}

.cont-timer p {
    font-size: 30px;
    margin: 0;
}

.logout-actions {
    margin-top: 20px;
}

.product.info.detailed .product.data.items .content p {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    margin: 0 0 15px;
}

.product.info.detailed .product.data.items .content p:last-child {
    margin-bottom: 0;
}

.product.info.detailed .product.data.items .content p strong {
    font-weight: 700;
    color: #666;
}

.product.info.detailed .product.data.items .content ul {
    margin: 0;
    padding: 0;
}

.product.info.detailed .product.data.items .content ul li {
    font-size: 14px;
    color: #888;
    line-height: 20px;
    list-style: inside;
}

.product.data.items .items-tabs .item a {
    color: #0e0e0e;
    padding: 0 10px;
    position: relative;

    text-transform: uppercase;
    font-size: 14px;
    line-height: 40px;
    display: block;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.product.data.items .items-tabs .item a span.counter:before { content: "("; }
.product.data.items .items-tabs .item a span.counter:after { content: ")"; }

.custom-short-desc {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 10px;
}

.custom-short-desc h3 {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
}

.custom-short-desc ul {
    padding-left: 1.5em;
}

.custom-short-desc ul li {
    list-style: outside;
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
}

.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 15px;
    margin: 10px 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.carousels-based-layout {
    margin-bottom: 20px;
}

.popular-categories-page table {
    /*border: 1px solid #dadada;*/
    background: #fff;
}

.popular-categories-page table tr {

}

.popular-categories-page table tr td {
    width: 25%;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.popular-categories-page table tr td:last-child {
    border-right-color: #ffffff;
}

.popular-categories-page .container .row > div {
    padding: 4px;
    min-height: 100%;
}

.pop-cat-box {
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    height: 100%;
}

.pop-cat-box a {
    display: block;
}

.pop-cat-box a img {
    /*max-width: 50px;*/
    margin: 0 auto;
}

.pop-cat-box a span {
    display: block;
    clear: both;
    width: 100%;
    color: gray;
}

.step-wrap {
    margin-top: 30px;
}

.custom-col-5 {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.step-wrap .step {
    text-align: center;
    position: relative;
}

.step .step-icon {
    margin: 0 auto 10px;
    background: #f1f1f1;
    width: 70px;
    height: 70px;
    line-height: 100px;
    color: #333;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    text-align: center;
}

.step-wrap .step.active .step-icon {
    background: #ec1b23;
    color: #fff;
}

.step .step-icon img {
    width: 40px;
    margin: 0 auto 0;
}

.step-wrap .step.active img {
    filter: invert(100%);
}

.step-wrap .step h5 {
    font-size: 14px;
    color: #445268;
}

.step-wrap .step .pointer {
    position: absolute;
    top: 20px;
    left: calc(100% + 14px);
    font-size: 20px;
}

.step-wrap .step em {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 2px;
    left: 0;
    background: #dadada;
    z-index: -1;
}

.trackorder-information {
    margin-top: 20px;
    border-top: 1px solid #dadada;
    padding-top: 20px;
    margin-bottom: 20px;
}

.trackorder-information .content-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.trackorder-information .content-box h5 {
    color: #ec1b23;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.trackorder-information .content-box h5 span {
    font-size: 14px;
    display: block;
}

.trackorder-information.first .content-box {
    padding: 20px;
    background: #fafafa;
    height: 100%;
}

.trackorder-information .content-box ul li {
    padding-left: 15px;
    margin-left: 5px;
    position: relative;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.trackorder-information .content-box ul li::before {
    position: absolute;
    content: ".";
    width: 1px;
    border-left: 1px solid #ccc;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
}

.trackorder-information .content-box ul li strong {
    display: block;
}

.trackorder-information .content-box ul li::after {
    position: absolute;
    content: ".";
    width: 8px;
    height: 8px;
    top: 7px;
    left: -3px;
    font-size: 0;
    background: #ec1b23;
    border-radius: 50%;
}

.trackorder-information .ordered-items.table {
    border-collapse: collapse;
    background: #fafafa;
    border: 1px solid #e2e5f1;
    margin-bottom: 0;
}

.trackorder-information .ordered-items thead tr th {
    color: #333;
}

.trackorder-information .ordered-items tbody tr td,
.trackorder-information .ordered-items thead tr th {
    border: 1px solid #e2e5f1 !important;
}

.responsive-table {
    overflow: auto;
}

.actions-toolbar .action .remind {
    float: right;
}

.search-suggestions {
    background: #fff;
    border: 1px solid #c2c2c2;
    position: absolute;
    width: calc(100% - 40px);
    right: 45px;
    top: 100%;
    border-radius: 10px 10px 0 0;
    display: none;
}

.search-suggestions ul {

}

.search-suggestions ul li {
    border-bottom: 1px solid #f6f6f6;
    margin: 0 10px;
    padding: 6px 0;
    font-size: 13px;
}

.search-suggestions ul li.show-all {
    margin: 0;
    background-color: #fafafa;
    text-align: center;
    color: #ccc;
    border-top: 1px solid #dadada;
}

.search-suggestions ul li.show-all a {
    color: #666;
}

.search-suggestions ul li:last-child {

}

.search-suggestions ul li a {
    display: block;
    color: #333333;
}

.search-suggestions ul li a:hover {
    color: #666666;
}

.suggestion-close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    padding: 5px 10px;
    line-height: 5px;
    cursor: pointer;
}

.wishlist-toolbar .pager > * {
    display: none !important;
}

.wishlist-toolbar .pager > .pages {
    display: block !important;
}

.toolbar.wishlist-toolbar .pages ul {
    text-align: center;
}

.customer-review .review-details {
    margin-top: 15px;
    border-top: 1px solid #dadada;
    padding-top: 10px;
}

.customer-review-rating .rating-summary .rating-label {
    display: none;
}

.account .column.main h2.product-name {
    font-size: 16px;
    font-weight: 300;
}

.customer-review .review-details .review-content {
    margin-bottom: 20px;
}

.address-fields fieldset legend.label {
    display: inline-block;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: normal;
}

.page-title-wrapper .order-status,
.page-title-wrapper .order-date,
.page-title-wrapper .order-actions-toolbar {
    display: none;
}

.order-links {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 10px;
}

.order-links .item {
    display: inline-block;
    margin-right: 20px;
}

.order-links .item a,
.order-links .item strong {
    font-size: 16px;
    font-weight: 600;
}

.order-links .item strong {
    color: #222222;
}

.status-and-info {

}

.order-status,
.order-date {

}

.order-status span.label,
.courier-status span.label,
.order-date span.label {
    font-weight:700;
}

.status-and-info .actions-toolbar {
    margin-top: 0;
}

.order-title {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 30px;
}

.order-details-items .order-title > strong {
    margin: 0;
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.8rem;
}

.action-save-address {
    float: right;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding: 0 35px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background-color: #ec1b23;
    border-color: #ec1b23;
}

.action-save-address:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}

.modal-footer .action-hide-popup {
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    width: auto;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
    padding: 0 35px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    background-color: #ec1b23;
    border-color: #ec1b23;
}

.ftr-box .block-subscribe {
    position: relative;
}

.newsletter-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: #222222c2;
    cursor: no-drop;
    z-index: 2;
}

.newsletter-loader .ajax_loading {
    animation: none;
    transform: translateX(-50%);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-image: url("../images/loading.svg");
    margin-left: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    position: absolute;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
}

.order-products-toolbar > .pager > * {
    display: none !important;
}

.order-products-toolbar > .pager > .pages {
    display: block !important;
}

.footer-m {
    display: none;
}

.footer-d {
    display: block;
}

body.cms-noroute-index .maincontent {
    background: url("../images/404-banner.png") no-repeat center center;
    background-size: 100%;
    max-width: unset;
    padding: 130px 0;
}

.notfound-wrap {
    color: #fff;
    padding-left: 120px;
    padding-top: 10px;
}

.notfound-wrap h2 {
    font-size: 80px;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.notfound-wrap em {
    width: 100px;
    background: #fff;
    height: 10px;
    display: block;
    margin: 10px 0 20px;
}

.notfound-wrap p {
    font-size: 20px;
    color: #fff;
    margin: 0 0 15px;
}

.notfound-actions {
    display: inline-block;
}

.notfound-actions a {
    clear: both;
    display: block;
}

.notfound-actions a.all-categories-btn {
    display: none;
}

.homev2-catalogcarousel .section-container:last-child {
    margin-bottom: 0;
}

.section-loader {
    position: relative;
}

.homev2-dealcarousel .section-loader,
.homev2-productcarousel .section-loader,
.homev2-catalogcarousel .section-loader {
    display: table;
    width: 100%;
}

.section-loader span {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-shadow: 0 1px 3px rgba(57, 73, 76, .35);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.section-loader span img {

}

.center-shadow-box {
    max-width: 50%;
    border: 1px solid #dadada;
    margin: 80px auto 40px;
    padding-bottom: 20px;
    box-shadow: 0 0 5px #cacaca;
    background: #fafafa;
    position: relative;
    border-radius: 10px;
}

.checkout-onepage-success .center-shadow-box {
    max-width: none;
    border: none;
    margin: auto;
    padding-bottom: 0;
    box-shadow: none;
    background: none;
}

.otp-box-content {
    padding: 20px 20px 0;
}

.obc-wrapper {
    text-align: center;
}

.obc-wrapper > a.disabled {
    opacity: 0.3;
    font-size: 14px;
}

.obc-wrapper h1 {
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 15px;
}

.obc-wrapper h6 {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.obc-wrapper p {
    font-size: 14px;
    color: #333;
    margin: 5px 0 10px;
    margin-top: 20px;
    text-align: center;
}

.obc-wrapper a.resend-code,
.obc-wrapper a.robocall-code {
    font-weight: 700;
    font-size: 14px;
}

.obc-wrapper .primary {
    margin: 20px 0 10px;
}

.button-selection {
    line-height: 40px;
    font-weight: 600;
    padding: 0 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bordered-box .custom-checkout-success,
.checkout-onepage-success #registration,
.bordered-box .applink {
    display: none;
}

.sponsored-label {
    padding: 2px 5px;
    background: #b5b5b547;
    border-radius: 4px;
    margin-bottom: 3px;
    display: inline-block;
    font-weight: 700;
}

.career-list-box{
    margin-bottom: 15px;
}

.live-beat {
    animation: live-beat 1s infinite;
    background: #ec1b23;
    border-radius: 50%;
    box-shadow: 0 0 #000;
    height: 8px;
    width: 8px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    top: -1px;
}

@keyframes live-beat {
    0% {
        box-shadow:0 0 #ec1b23;
        transform:scale(.95)
    }
    70% {
        box-shadow:0 0 0 6px transparent;
        transform:scale(1)
    }
    to {
        box-shadow:0 0 transparent;
        transform:scale(.95)
    }
}

.streaming-videos.portrait .video-box iframe {
    height: 750px;
}

.streaming-videos.landscape .video-box iframe {
    height: 760px;
}

.streaming-list-wrap {

}

.streaming-list-wrap .video-box {
    margin-bottom: 15px;
}

.streaming-list-wrap .video-box a,
.streaming-full-banner .video-box a{
    display: block;
    position: relative;
}

.streaming-list-wrap .video-box a img,
.streaming-full-banner .video-box a img {
    border-radius: 10px;
    border: 1px solid #000;
    box-shadow: 0 0 4px #999;
}

.streaming-list-wrap .video-box a.vid-title {
    color: #0f0f0f;
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    overflow: hidden;
    max-height: 4.4rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    margin-top: 12px;
    margin-bottom: 0;
}

.streaming-full-banner .video-box a.vid-modal-btn:before,
.streaming-list-wrap .video-box a.vid-modal-btn:before {
    background: url(../images/play-button.png) no-repeat;
    position: absolute;
    content: ".";
    display: block;
    background-position: center center;
    background-size: 40px;
    width: 50px;
    height: 50px;
    font-size: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    -transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
}

.streaming-full-banner .video-box a.vid-modal-btn:after,
.streaming-list-wrap .video-box a.vid-modal-btn:after {
    background-color: rgba(255,255,255,.2);
    position: absolute;
    width: 100%;
    height: 100%;
    content: ".";
    font-size: 0;
    left: 0;
    top: 0;
    z-index: 0;
    -transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}


.streaming-full-banner .video-box:hover a:after,
.streaming-list-wrap .video-box:hover a:after {
    background-color: rgba(255,255,255,.4);
}

.custom-tabs {

}

.tabs-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
}
.tabs-nav li {
    border-bottom: 2px solid transparent;
}

.tabs-nav li.active {
    border-color: #ec1b23;
}

.tabs-nav li.active a {
    color: #ec1b23;
}

.tabs-nav li a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
}
.tabs-nav li a:hover {

}

.tabs-content {
    padding: 10px 0;
}

.tab-content {

}

.custom-scrollable-products {

}

.csp-wrap {
    overflow: auto;
    padding: 10px 0;
}

.csp-wrap ul {
    white-space: nowrap;
}

.csp-wrap ul li {
    list-style: none;
    max-width: 170px;
    background: #f5f5f5;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    margin: 0 5px 0 5px;
}

.csp-wrap ul li a {
    text-align: center;
}

.csp-wrap ul li a img {
    display: block;
    margin: 0 auto;
}

.csp-wrap ul li p {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #222;
    font-size: 13px;
    font-weight: 600;
}

.csp-wrap ul li p s {
    display: inline-block;
    font-size: 10px;
    color: #999;
    font-weight: 600;
    margin-left: 3px;
}

.csp-wrap ul li p.pro-name {
    white-space: normal;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #666;
}

.csp-wrap ul li a.action {
    background: #005aa9;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
}

.applinks {
    display: flex;
}

.applinks a {
    margin-right: 10px;
}

.applinks a:last-child {
    margin-right: 0;
}

.video-block-container {
    margin: 0 5px 10px;
}

.video-block-header {
    background: #ec1b23;
    border-radius: 10px 10px 0 0;
}

.video-block-header h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 35.6px;
    text-transform: capitalize;
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0 10px;
}

.video-block-wrap video {
    display: block;
    width: 100%;
}

.video-block-footer {
    display: flex;
    background-color: #fff;
    padding: 7px 0;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
}

.video-block-footer a {
    height: auto;
    line-height: normal;
}

.video-block-footer a span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.sticky-checkout-container {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 5px #666;
    padding: 5px 15px;
    background: #005aa9;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.sticky-checkout-container table {
    width: 100%;
    table-layout: fixed;
}

.sticky-checkout-container table td {
    padding: 0 0 8px 0;
    vertical-align: middle;
}

.sticky-checkout-container table td p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.sticky-checkout-container table td p img.dots-loading {
    width: 40px;
    padding: 5px 0;
    display: inline;
}

.sticky-checkout-container table td.order-total {
    padding-right: 5px;
    white-space: nowrap;
}

.sticky-checkout-container .order-total p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.sticky-checkout-container table td.sticky-checkout-button-wrap {
    width: 100%;
    padding-left: 10px;
}

.sticky-checkout-container .sticky-checkout-button span i {
    margin-right: 8px;
    font-size: 16px;
}

.sticky-checkout-container .sticky-checkout-button .button-loader {
    display: none;
}

.sticky-checkout-button.proceeding .button-label {
    display: none;
}

.sticky-checkout-button.proceeding .button-loader {
    display: block;
}

body.checkout-cart-index .floating-live-icon,
body.checkout-index-index .floating-live-icon,
body.special-index-index .floating-live-icon,
body.live-index-index .floating-live-icon {
    display:none !important;
}

.floating-live-icon {
    position: fixed !important;
    bottom: 50px;
    right: 0;
    z-index: 1000;
    display: none;
    max-width: 75px;
    min-width: 75px;
    -transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.floating-live-icon.slide {
    right: -100px;
}

.naheed-live-icon {
    background: 0 0;
    padding: 0;
    margin-bottom: 5px;
    box-shadow: none;
    overflow: hidden;
    margin-right: 10px;
}

.live-close {
    text-align: center;
    margin-right: 10px;
}

.live-close button {
    background: 0 0;
    border: none;
    padding: 0;
    height: auto;
    line-height: normal;
}

.live-close img {
    max-width: 26px;
}

.filter-options .filter-options-content .item.action {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}

.filter-options .filter-options-content .item.action p {
    background: #ec1b23;
    color: #fff;
    padding: 4px 10px 5px;
    display: inline-block;
    line-height: normal;
    border-radius: 5px;
    cursor: pointer;
}

body.unset-maincontent .container.maincontent {
    max-width: 100%;
    padding: 0;
}

.custom-dob-fields {
    display: flex;
}

.custom-dob-fields select.dob-month {
    width: 50%;
}

.custom-dob-fields select.dob-day {
    width: 25%;
}

.custom-dob-fields select.dob-year {
    width: 25%;
}

.custom-dob-fields select {
    margin-right: 15px;
}

.custom-dob-fields select:last-child {
    margin-right: 0;
}

.alphabet-sort-container {
    background: #005aa9;
    border-radius: 6px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.alphabet-sort ul {
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.alphabet-sort ul li {
    margin: 0;
    list-style: none;
}

.alphabet-sort ul li.active a {
    background: #ec1b23;
    color: #fff;
    font-weight: 400;
}

.alphabet-sort ul li a {
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px 4px;
    border-radius: 6px;
    font-size: 16px;
    display: inline-block;
    background: #004888;
    min-width: 36px;
    text-align: center;
}

.alphabet-sort ul li a:hover {
    background: #ec1b23;
}

.sub-category-post.pharmacy-sc {
    float: left;
    width: 12.5%;
}

.MagicToolboxSelectorsContainer > div {
    transform: none;
}

div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a {
    transform: scale(0.85);
    display: block;
}

.cb-container-fix {
    padding: 0;
    clear: both;
    width: 100%;
    z-index: 1;
    position: relative;
    background: #fff;
}

.category-block {
    padding: 10px 0;
}

.category-block-wrap .mobile-section-heading {
    padding: 0 10px;
    margin-bottom: 5px;
}

.category-block-wrap .mobile-section-heading h3 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.category-block-wrap .mobile-section-heading h3 span {
    font-size: 13px;
}

.cbc-wrap {
    padding: 8px 0 3px;
}

.custom-product-scroll-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
}

.cbc-wrap-scroll {
    display: inline;
    white-space: nowrap;
}

.cbc-wrap-scroll .cat-scroll-item {
    display: inline-block;
    width: 100px;
    margin: 0 5px;
    background: #fff;
    padding: 4px 5px;
    border-radius: 8px;
    box-shadow: 0 0 4px #999;
    text-align: center;
}

.checkout-index-index .modal-popup .modal-inner-wrap {
    transform: translateX(-50%);
    width: 800px;
    left: 50%;
    border-radius: 10px;
    overflow: hidden;
}

.hblpay-modal header.modal-header,
.payfast-modal header.modal-header,
.easypaisa-modal header.modal-header,
.jazzcash-modal header.modal-header {
    display: none;
}

.hblpay-modal-wrap,
.payfast-modal-wrap,
.easypaisa-modal-wrap,
.jazzcash-modal-wrap {
    position: relative;
    padding-top: 30px;
}

.hblpay-modal-close,
.payfast-modal-close,
.easypaisa-modal-close,
.jazzcash-modal-close {
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
}

.hblpay-modal-close i,
.payfast-modal-close i,
.easypaisa-modal-close i,
.jazzcash-modal-close i {
    padding: 10px;
    font-size: 16px;
    color: #000;
}

.hblpay-modal-wrap h2,
.payfast-modal-wrap h2,
.easypaisa-modal-wrap h2,
.jazzcash-modal-wrap h2 {
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    color: #666;
}

.hblpay-modal-wrap h3,
.payfast-modal-wrap h3,
.easypaisa-modal-wrap h3,
.jazzcash-modal-wrap h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

.hblpay-modal-wrap .fieldset,
.payfast-modal-wrap .fieldset,
.easypaisa-modal-wrap .fieldset,
.jazzcash-modal-wrap .fieldset {
    padding: 0;
    margin: 0;
}

.order-amount p, .discounted-order-amount p {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-weight: 400;
}

.order-amount p s {
    font-size: 16px;
    margin-right: 5px;
    color: #666;
}

.discounted-order-amount p s {
    margin-right: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #999999;
}

.order-amount h3 span {
    font-size: 11px;
    color: #fff;
    background-color: #e73535;
    padding: 0 5px;
    height: 18px;
    line-height: 18px;
    border-radius: 0;
    font-weight: normal;
    display: inline-block;
    position: relative;
    top: -2px;
    z-index: 0;
}

.order-amount h3 span:after {
    background-image: url(../images/tag-bg.svg);
    content: "";
    width: 40px;
    height: 100%;
    background-size: 100%;
    display: block;
    position: absolute;
    left: calc(100% - 30px);
    top: 0px;
    background-repeat: no-repeat;
    z-index: -1;
}

.form-inner {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}

.hblpay-modal-wrap .fieldset .field .label {
    /*font-weight: 400;
    padding: 15px 0 6px;*/
}

.hblpay-modal-wrap .actions-toolbar {
    margin-top: 15px;
}

.saved-cards {

}

.saved-cards ul {
    margin: 15px 0;
}

.saved-cards ul li {
    float: none;
    /*display: table;*/
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    padding: 5px 0 5px 10px;
    position: relative;
    overflow: hidden;
}

.saved-cards ul li input {
    position: unset;
    transform: unset;
    float: left;
    margin: 8px 0 0;
}

.saved-cards ul li label {
    margin: 0;
    line-height: 30px;
    float: left;
    padding-left: 6px;
    font-size: 13px;
}

.saved-cards ul li .mage-error {
    display: inline-block;
    padding-left: 5px;
}

.saved-cards ul li em {
    float: right;
    margin-top: 3px;
}

.saved-cards ul li em img {
    max-width: 40px;
}

.del-card {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-left: 5px;
    background-color: #ec1b23;
    border-color: #ec1b23;
}

.del-card:hover {
    background-color: #b0161c;
    border-color: #b0161c;
}

.del-card img {
    margin: 0 !important;
    width: 14px !important;
    height: 14px;
}

.custom-alert {
    position: absolute;
    right: 0;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-content: revert;
    height: calc(100% - 1px);
    padding: 5px 0;
    top: -50px;

    -transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.custom-alert.show {
    top: 0;
}

.custom-alert strong {
    margin: 0;
    padding: 5px 0;
    display: inline-block;
}

.custom-alert button {
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin-left: 10px;
}

.custom-alert button img {
    margin: 0 !important;
    width: 14px !important;
    height: 14px;
}

.custom-alert button.confirm-del-yes {
    /*color: #ffffff;
    background-color: #ec1b23;
    border-color: #ec1b23;*/
}

.storepickup-info .pickup-points {
    background: #f5f5f5;
    padding: 10px;
    border-radius: 6px;
    margin-top: 5px;
}

.storepickup-info .pickup-points input {
    margin: 8px 5px 0 0;
    float: left;
}

.storepickup-info .pickup-points label {
    margin: 0;
    line-height: 30px;
    padding: 0 0 0 5px;
    color: #333333;
    font-weight: bold;
}

.storepickup-info .pickup-points label.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: no-drop;
}

.has-option .product-add-form {
    border-top: 1px solid #eee;
    padding-top: 10px;
    max-width: none;
}

.product-add-form-inner {
    display: table;
    width: 100%;
}

.product-add-form-inner form {
    float: left;
    width: 100%;
}

.giftwrap-outer {
    background-color: #fbff00;
    border-radius: 10px;
    border: 1px solid #a5727263;
    padding: 10px;
    display: table;
    width: 100%;
}

.giftwrap-outer .control > select {
    border-radius: 10px;
    color: #0c0c0c;
}

.customizable-options .field .label {
    font-weight: 700;
    font-size: 15px;
    color: #2b2929;
    text-transform: capitalize;
    line-height: 32px;
    padding: 0;
    width: 25%;
    float: left;
    margin: 0;
}

.customizable-options .field .control {
    width: 75%;
    float: left;
}

.sale-counter {
    text-align: left;
    position: absolute;
    background: #ec1b23;
    padding: 3px 10px;
    top: 10px;
    color: #fff;
    right: 0;
    border-radius: 5px;

}

.sale-counter h4 {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
}

.sale-counter ul {
    display: inline-block;
    margin: 0;
}

.sale-counter ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
    line-height: normal;
}

.sale-counter ul li span {
}

.sale-counter ul li p {
    display: none;
}

.sale-counter ul li.seperator {
}

.notification {
    margin: 10px 0 20px;
    padding: 8px 10px;
    background: #dca11036;
    border: 1px solid #be952c;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
}

.notification.earn-points {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 30px;
}

.notification.earn-points a {
    font-weight: 700;
    color: #333;
}

.loyalty-card-wrap {
    display: inline-block;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-width: 360px;
    position: relative;
    margin-bottom: 15px;
    background-size: 100%;
    height: auto;
    overflow: hidden;
    font-family: 'Pero';
}

.card-upper {
    background-color: #e20707;
    padding: 10px 15px;
    color: #fff;
    background-image: url(../images/logo-bars.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
}

.lc-left-content {
    text-align: left;
}

.lc-right-content {
    text-align: right;
}

.lc-left-content h1 {
    margin: 0 0 20px;
    color: #fff;
    line-height: 30px;
    font-size: 26px;
}

.lc-left-content p {
    margin: 0;
    font-size: 16px;
    text-shadow: 1px 1px 0 #333;
    text-transform: capitalize;
}

.lc-right-content .availability {
    margin-bottom: 25px;
}

.lc-right-content .availability p {
    display: inline-block;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
}

.lc-right-content h6 {
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
}

.lc-right-content h6 span {
    font-size: 36px;
    line-height: 30px;
}

.card-lower {
    padding: 10px 0 10px;
}

.card-lower img {
    height: 50px;
    width: 275px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.featured-pdp-icons {
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
    clear: both;
}

.cart-summary .featured-pdp-icons {
    border-bottom: none;
    margin-top: 15px;
}

.featured-pdp-icons ul {
    display: flex;
    margin: 0 10px;
}

.featured-pdp-icons ul li {
    width: 33.333%;
    padding: 10px 5px;
    list-style: none;
    text-align: center;
    margin: 0;
}

.featured-pdp-icons ul li img {
    margin-bottom: 3px;
    max-width: 44px;
    margin-left: auto;
    margin-right: auto;
}

.featured-pdp-icons ul li p {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    color: #666;
}

.subscription-message .message {
    margin:10px 0 0 0;
}

.custom-place-order-button {
    display: none;
}

.cart-summary-btn {
    background-image: url(../images/cart-summary.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-size: 42px;
    background-position: center center;
    padding: 0;
    width: 42px;
    height: 42px;
}

.cart-summary-btn:hover {
    background-color: transparent;
}

.input-group div.mage-error {
    order: 3;
    width: 100%;
}

#sticky-anchor.spacer {
    height: 80px;
}

.category-banner-container {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
}

#giftcardContainer {
    position: relative;
}

#giftcardContainer .loading-mask {
    z-index: 1;
}

.giftcart-balance-box .box-content p {
    font-weight: 600;
    font-size: 28px;
}

.checkout-index-index .checkout-container aside.opc-summary-wrapper {
    display: none;
}

#search_mini_form {
    background-color: #ffffff;
    border-radius: 10px;
}

.amcheckout-column > .amcheckout-block .methods-shipping .message {
    margin: 10px 0 0 0;
}

.responsive-quick-access,
.responsive-departments {
    display: none !important;
}

.upload-prescription-wrap {
    padding: 20px;
    background: #eee;
    margin-top: 15px;
    border-radius: 10px;
}

.upload-prescription {
    max-width: 500px;
    margin: 0 auto;
}

.upload-prescription > h4 {
    text-align: left;
    font-size: 16px;
    margin-bottom: 7px;
}

.up-button-box {
    border: 2px dashed #cacaca;
    padding: 10px;
    display: flex;
    margin: 0 auto 5px;
    width: 100%;
}

.up-button-box .up-button {
    float: left;
}

.up-button-box .upload_prescription {
    float: right;
}

.upload-prescription > .existing-prescription {

}

.up-instruction {
    margin-top: 15px;
    clear: both;
}

.up-instruction h5 {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}

.up-instruction ul {
    margin: 0;
}

.up-instruction ul li {
    margin: 0;
    text-align: left;
    list-style: none;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 42px;
    margin-bottom: 0;
}

.custom-file-input {
    min-width: 100%;
    max-width: 100%;
    height: 42px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 42px;
    padding: 0.5rem 1rem;
    line-height: 26px;
    color: #495057;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    text-align: left;
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 42px;
    padding: 0.5rem 1rem;
    line-height: 24px;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.custom-file-control:lang(en)::before {
    content: "Browse";
}

.custom-file-control-primary::before {
    color: #fff;
    background-color: #005aa9;
    border-color: #005aa9;
    cursor: pointer;
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file...";
}

.uploaded-prescription {
    margin-top: 10px;
    margin-bottom: 10px;
}

.uploaded-prescription.align-center ul {
    text-align: left;
}

.uploaded-prescription ul {
    margin: 0;
    text-align: left;
}

.uploaded-prescription ul li {
    display: inline-block;
    width: 90px;
    position: relative;
    margin-bottom: 0;
    margin-right: 2%;
    border: 1px solid #cacaca;
    height: 90px;
    vertical-align: middle;
    overflow: hidden;
}

.uploaded-prescription ul li > div {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uploaded-prescription ul li img {
    max-width: 100%;
}

.uploaded-prescription ul li button {
    padding: 5px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 4px;
    border:none;
    border-radius: 0;
}

.uploaded-files-label,
.upload_prescription {
    display: none;
}

.uploaded-files-label p {
    margin-bottom: 0;
    font-size:12px;
    text-align: left;
}

.bordered-box.orderprescription {
    padding: 0;
    text-align: center;
}

.bordered-box.orderprescription p {
    color:#333333;
}

.bordered-box.orderprescription .upload-prescription-wrap {
    margin-top: 0;
}

.prescription-uploaded.align-center {
    text-align: center;
}

.mst-search-in__wrapper {
    /*display: flex;*/
    display: none;
}

.mst-search-in__wrapper .mst-search-in__wrapper_names {
    white-space: nowrap;
    max-width: 100%;
    overflow: scroll;
    scrollbar-width: none;
}

.mst-search-in__wrapper .mst-search-in__wrapper_names::-webkit-scrollbar {
}

.mst-search-in__wrapper .mst-search-in__wrapper_names_wrap {
    display: flex;
    overflow: scroll;
    scrollbar-width: none;
}

.mst-search-in__wrapper .mst-search-in__title {
    padding-right: 10px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    max-width: 100px;
    padding-top: 2px;
}

.mst-search-in__wrapper a.mst-search-in__item {
    background: #005aa9;
    padding: 3px 7px;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.mst-search-in__wrapper a.mst-search-in__item:hover {

}

.mst-search-in__wrapper a span.name {

}

.mst-search-in__wrapper a span.count {
    background: #004888;
    padding: 3px;
    border-radius: 4px;
    margin-left: 3px;
    font-size: 10px;
}

.checkout-noti-outer .notification {
    margin-bottom: 0;
}

.close-icon-right .modal-header {
    justify-content: end;
}

.modal-popup.delete-address-confirm-popup .modal-inner-wrap {
    max-width: 500px;
}

.cart-summary .loading-mask {
    position: absolute;
    z-index: 0;
}

.landingpage-slider {
    box-shadow: 0 0 3px #666;
    margin-bottom: 10px;
}

.landing-page-container .products-grid .message {
    width: 100%;
}

.mergnWebPushPopup .button-container > button {
    padding: 0 !important;
    font-size: 14px !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.mergnWebPushPopup .button-container > button#button-1 { color: #aaaaaa !important; font-weight: 400 !important; font-size: 13px !important; }

.checkout-index-index .checkout-container > .messages {
    display: none !important;
}

.mst-search-autocomplete__typeahead-overlay {
    display: none;
}

.MagicToolboxMainContainer figure.mz-figure > img,
div.MagicToolboxContainer.selectorsLeft .MagicToolboxSelectorsContainer a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
    font-size: 34px;
    color: transparent;
}


.maincontent .columns .column .mst-search__result-tabs {
    display: none;
}

.google-wallet-button {
    margin-top: 15px;
}

.special-index-index .toolbar .toolbar-sorter {
    display: none !important;
}

.custom-old-price {
    text-align: center;
}

.custom-old-price span {
    text-decoration: line-through;
}

.g-wallet-links {
    margin-bottom: 10px;
}

.cart-banner {
    max-width: 700px;
    margin: 15px auto 0;
}

.cart-banner img {
    margin: 0 auto;
}

.placeorder-original .processing,
.placeorder-fake .processing {
    display: none
}

div.MagicToolboxMainContainer {
    position: relative;
}

.magefan-custom-label {

}

.magefan-custom-label-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.magefan-custom-label-detail {
    position: absolute;
    bottom: 0;
    left: calc(50% + 0px);
    transform: translateX(-50%);
    z-index: 1;
}

.magefan-custom-label-afterprice {
    margin: 0 auto;
    display: table;
}

.magefan-custom-label-afterprice .mf-label-wrapper .shape {
    margin-top: 5px;
}

.opacity-50 {
    opacity: 0.5;
}

.payment_instruction .info_main .icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment_instruction .info_main .icons img {
    max-width: 32px;
}

.easypaisa-payment-process {

}

.popup-loader {
    display: none;
}

.payment-timer {
    margin-top: 50px;
}

.resend-notification {

}

.easypaisa-modal .contact_info .tit-contain {
    line-height: normal;
}

.easypaisa-modal .contact_info ul {
    margin-top: 10px;
}

.googlewallet-signin,
.googlewallet-signup {
    position: relative;
}

.hot-brands-container .section-heading {
    padding: 5px 0 5px 0;
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
    margin-bottom: 5px;
    display: table;
    width: 100%;
}

.hot-brands-container .section-heading h3 {
    font-size: 18px;
    color: #222;
    font-weight: 700;
    line-height: 35.6px;
    text-transform: capitalize;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    width: 70%;
    float: left;
}

.hot-brands-container .section-heading .ms-action {
    width: 30%;
}

.hot-brands-container .section-heading .ms-action a {
    float: right;
    font-size: 12px;
    padding: 8px 12px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    background: #0169A6;
    border-radius: 4px;
    line-height: normal;
}

.mobile-hot-brands .hot-brands {
    overflow: auto;
    scrollbar-width: none;
}

.mobile-hot-brands .hot-brands {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.mobile-hot-brands .hot-brands ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    /*width: auto;*/
    width: max-content;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 5px;
}

.mobile-hot-brands .hot-brands ul li {
    max-width: 75px;
}

.mobile-hot-brands .hot-brands ul li img {
    max-width: 100%;
}

.hot-brands-container img {
    border-radius: 50%;
}

.hot-brands ul li a {
    text-decoration: none;
}

.hot-brands ul li h2 {
    margin: 8px 0 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #005aa9;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-brands ul li h2:hover {
    color: #ec1b23;
}

.toptrending-container {
    margin-bottom: 30px;
}

.browsing-history {
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}

/*.toptrending-container .bordered-grid-mobile ol:after {
    content: ".";
    width: 100%;
    height: 1px;
    position: relative;
    bottom: 1px;
    background: #fff;
    font-size: 0;
}*/

.main-slider-container {
    margin-top: 25px;
    overflow: hidden;
}

.hot-categories ul li {
    overflow: hidden;
}

.main-slider-container img,
.hot-categories ul li,
.imageblocks-container img,
.carousel-container-inner,
.product-item .product-item-info .product-item-photo img,
.flash-banner-image img{
    border-radius: 10px;
}

.footer-container .block.newsletter .input-text {
    border-radius: 10px 0 0 10px;
}

.footer-container .block.newsletter .button  {
    border-radius: 0 10px 10px 0;
}

.media .notification.earn-points,
.media .linked-sku-container {
    display: none;
}

.toptrending-container {
    margin-bottom: 30px;
}

.browsing-history {
    padding-top: 20px;
    border-top: 1px solid #cccccc;
}

.browsing-history .owl-item .product-item:after {
    display: none;
}

.browsing-history ol.history li {
    padding: 0;
}

.browsing-history ol.history li a {
    border: 2px solid transparent;
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.browsing-history ol.history li a:hover {
    border: 2px solid #ec1b23;
}

.pro-card-grid-layout {

}

.password-field-container {
    position: relative;
}

.password-field-container input[type="password"] {
    padding-right: 42px;
}

.password-field-container .password-eye {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
}

.password-field-container .password-eye i {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.login-switch a {
    margin-bottom: 5px;
    display: block;
}

p.btn-link-mobile {
    float: left;
    margin: 0;
    line-height: 42px;
}

p.btn-link-mobile a {
    text-decoration: underline;
}

p.btn-link-mobile a span {

}

body.customer-account-login .actions-toolbar,
body.smsverify-index-forgotpassword .actions-toolbar,
body.customer-account-create .actions-toolbar,
body.smsverify-index-forgotpasswordotp .actions-toolbar {
    display: table;
    width: 100%;
}

body.customer-account-login .bordered-box .section-heading,
body.smsverify-index-forgotpassword .bordered-box .section-heading,
body.customer-account-create .bordered-box .section-heading,
body.smsverify-index-forgotpasswordotp .bordered-box .section-heading {
    margin-bottom: 20px;
}

.linked-sku-container {
    margin: 20px 0 0;
}

.linked-sku-container label {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linked-sku-container label span {
    font-weight: bold;
}

.linked-sku {
}

.linked-sku ul {
    width: 100%;
    display: table;
}

.linked-sku ul li {
    float: left;
    border: 1.5px solid #c0c0c080;
    border-radius: 10px;
    text-align: center;
    max-width: 55px;
    margin: 0 10px 10px 0;
    position: relative;
}

.linked-sku ul li:last-child {
    margin-right: 5px;
}

.linked-sku ul li.active,
.linked-sku ul li:hover,
.swatch-type-text .linked-sku ul li.active,
.swatch-type-text .linked-sku ul li:hover {
    border: 2px solid #ec1b23;
}

.linked-sku ul li.disabled {
    border-style:dashed;
}

.linked-sku ul li.disabled img,
.linked-sku ul li.disabled p {
    opacity: 0.4;
}

.linked-sku ul li a {
    display: block;
    text-align: center;
}

.linked-sku ul li img {
    border-radius: 10px;
    margin: 0 auto;
}

.swatch-type-image .linked-sku ul li img {
    border-radius: 10px;
}

.linked-sku ul li a p {
    display: none;
    white-space: nowrap;
}

.swatch-type-text .linked-sku ul li {
    max-width: unset;
    min-width: unset;
    border: 2px solid #c0c0c080;
}

.swatch-type-text .linked-sku ul li img {
    display: none;
}

.swatch-type-text .linked-sku ul li a p {
    display: block;
    border: none;
    padding: 7px 10px;
    font-weight: bold;
    font-size: 16px;
    min-width: 70px;
}

body.checkout-index-index .address-fields fieldset.street {
    margin-bottom: 0;
}

.semantic-container {
    margin-top: 30px;
}

body.checkout-index-index input.input-text#loyaltypoints,
body.checkout-index-index input.input-text#giftcard_balance {
    background-image: none;
    padding-left: 20px;
}

.latest-products-container {
    margin-top: 15px;
    margin-bottom: 0;
}

.giftcard-toggle {
    padding: 4px 0;
    color: #ec1b23;
}

.giftcard-messages {
    margin-top: 10px;
}

.giftcard-messages > div {

}

.giftcard-messages > div > div {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}

.giftcard-messages > div.message-success > div { color: #2f950e; }
.giftcard-messages > div.message-error > div { color: #e02b27; }

.giftcard-messages .message-success > div table {
    margin-top: 3px;
    width: 100%;
    font-size: 13px;
    color: #000;
    border-collapse: collapse;
    border-radius: 10px;
    border: 1px solid #eaeaea;
}

.giftcard-messages .message-success > div table tr {

}

.giftcard-messages .message-success > div table tr td:first-child {
    font-weight:600;
}

.giftcard-messages .message-success > div table tr td {
    font-weight: 400;
    border: 1px solid #eaeaea;
    padding: 3px 5px;
}
#discount-giftcard-form .available-points,
#loyaltypoints-form .available-points{
    font-size: 14px;
}
.flash-banner-container {
    margin-bottom: 30px;
    position: relative;
}

.flash-banner-image img {
    width: 100%;
    aspect-ratio: 6.8 / 1; /*1360 * 200*/

    object-fit: cover;
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
}

.flash-banner-content {
    position: absolute;
    max-width: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    min-width: 100%;
    height: 100%;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
}

.flash-banner-content-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.flash-banner-text {
    padding-left: 50px;
}

.flash-banner-text h2 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 50px;
}

.flash-banner-text h6 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.flash-banner-content .flash-banner-timer {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: end;
    padding-right: 50px;
}

.flash-banner-content .flash-banner-timer ul {
    display: flex;
    text-align: center;
    justify-content: center;
}

.flash-banner-content .flash-banner-timer ul li span {
    background-color: #000000;
    border-radius: 10px;
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    min-width: 70px;
    line-height: 50px;
    display: block;
    margin-bottom: 5px;
}

.flash-banner-content .flash-banner-timer ul li p {

}

.flash-banner-content .flash-banner-timer ul li.seperator {
    background-color: transparent;
    line-height: 64px;
    font-size: 30px;
    margin: 0 5px;
    max-height: 70px;
}

.flash-banner-text a {

}

.product-info-main ul.prices-tier {
    width: 100%;
    display: block;
    margin-top: 10px;
}

.product-info-main ul.prices-tier li {
    display: inline-block;
    border: 1.5px solid #c0c0c080;
    border-radius: 10px;
    text-align: center;
    margin: 0 10px 10px 0;
    position: relative;
    padding: 7px;

}

.product-info-main ul.prices-tier li .qty-badge {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 13px;
}

.product-info-main ul.prices-tier li .qty-badge span.purchase-qty {
    white-space: nowrap;
}

.product-info-main ul.prices-tier li .qty-badge span strong {
    font-weight: 700;
}

.product-info-main ul.prices-tier li .qty-badge .benefit {
    color: #464DAD;
    display: block;
    font-size: 13px;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 10px;
    white-space: nowrap;
}

.product-info-main ul.prices-tier li .qty-badge .benefit em {
    font-style: normal;
}

.product-info-main ul.prices-tier li .discounted-price {
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    white-space: nowrap;
}

.seller-contact-success-container {
    padding-top: 20px;
}

.lv2-layout .section-products {
    margin-top: 20px;
}

.opt-static-loader {
    display: none;
}

.notify-button-wrapper {
    margin-top: 20px;
}

.notify-button-wrapper button {
    width: auto;
}

.notify-button-wrapper p {
    color: #004085;
    position: relative;
    padding: 10px 15px;
    margin-bottom: 0;
    margin-top: 15px;
    border: 1px solid #b8daff;
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
}

.modal-popup .modal-header button.btn {
    color: #333333;
}

.ac-titlebar {
    background: #ec1b23;
    padding: 10px 10px 10px 10px;
}

.ac-titlebar.edgetoedge {
    margin-left: -10px;
    margin-right: -10px;
}

.ac-titlebar p {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
}

.ac-titlebar p a.back {
    min-width: 30px;
}

.ac-titlebar p .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac-primary-links {

}

.ac-primary-links ul {
    display: flex;
    justify-content: center;
}

.ac-primary-links ul li {
    text-align: center;
    width: 50%;
    position: relative;
}

.ac-primary-links ul li:first-child:after {
    content: '';
    position: absolute;
    height:100%;
    background: #ffffff;
    right:0;
    top:0;
    width: 1px;
}

.ac-primary-links ul li img {
    width: 30px;
    margin: 0 auto 3px;
}

.ac-primary-links ul li a {
    color: #FFFFFF;
    font-size: 13px;
    padding: 7px 0;
    display: block;
    line-height: 18px;
}

.ac-primary-links ul li a span {
    background-color: #ec1b23;
    min-width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    display: inline-block;
    margin-left: 5px;
    line-height: 18px;
}

.ac-primary-links ul li a em {
    font-style: normal;
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.ac-primary-links ul li a span img {
    width: 18px;
    margin: 0;
}

.ac-secondary-links {
    padding: 10px 0 0 0;
}

.ac-secondary-links ul {
    margin: 0;
}

.ac-secondary-links ul li.ac-wallet-list {
    background: #dcefff;
    border-radius: 10px;
    margin: 0 0px 10px;
    border: 2px solid #9ad0ff;
    box-shadow: none;
}

.ac-secondary-links ul li.ac-wallet-list a {
    color: #005aa9;
    font-weight: 600;
    justify-content: space-between;
    padding-right: 40px;
}

.ac-secondary-links ul li.ac-wallet-list a .label {
    display: flex !important;
    justify-content: start;
    align-items: center;
    column-gap: 10px;
}

.ac-wallet-counter img {
    max-width: 40px;
}

.ac-secondary-links ul li {
    background: #ffffff;
    margin-bottom: 5px;
    box-shadow: 0 1px 2px #999;
}

.ac-secondary-links ul li a {
    display: flex;
    padding: 8px 8px 8px 15px;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    position: relative;
}

.ac-secondary-links ul li a:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 26px;
}

.ac-secondary-links ul li a img {
    max-width: 28px;
}

.ac-fixed-links {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.ac-fixed-links a {
    color: #666666;
    font-size: 14px;
    padding: 10px;
}

.ac-orders-list {

}

.ac-card-box {
    background: #fff;
    padding: 10px 10px 8px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0px 1px 2px #999;
}

.ac-order-box:after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 26px;
    color: #333;
}

.ac-card-box.naheed-blue {
    background-color: #005aa9;
    color: #fff;
}

.ac-card-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ac-card-box.ac-address-box h3 {
    padding-right: 45px;
}

.ac-infobox {

}

.tx-sm {
    font-size: 12px;
}

.tx-md {
    font-size: 14px;
}

.tx-lg {
    font-size: 16px;
}

.tx-600 {
    font-weight: 600;
}

.ac-item-img {
    min-width: 110px;
    max-width: 110px;
    padding-right: 10px;
}

.ac-price-box {
    display: flex;
    gap: 10px
}

.ac-item-content {

}

.ac-review-detail-box .ac-prod-img {
    max-width: 150px;
    padding-right: 10px;
}

.ac-infobox .customer-review-rating {
    display: table;
    width: 100%;
}

.ac-no-content {

}

.ac-no-content p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin: 0;
}

.ac-icons-set {
    display: flex;
    position: absolute;
    top: 5px;
    right: 5px;
    justify-content: end;
    z-index: 1;
}

.ac-icons-set a {
    padding: 5px;
    width: 30px;
    text-align: center;
    height: auto;
    color: #999999;
    font-size: 18px;
    padding-block: 0;
}

.js-range-slider {
    width: 100%;
    aspect-ratio: 1 / 0.13;
    object-fit: cover;
    color: transparent;
    background-color: #f6f7f8;
    background-image: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholderShimmer;
    animation-timing-function: linear;
    border: none;
    border-radius: 5px;
}

.modal-popup.back-in-stock-modal {
    max-width: 800px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
}

.modal-popup.back-in-stock-modal .modal-inner-wrap {
    margin: 0;
    max-height: unset;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: unset;
}

.modal-popup.back-in-stock-modal .modal-header button.btn {
    color: #ffffff;
    font-weight: 100;
}

#size_chart_trigger {
    display: flex;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 5px 10px;
    border: 1px dashed #aaa;
    border-radius: 6px;
}

#size_chart_trigger img {
    max-width: 16px;
    margin-left: 7px;
}

aside.sizechart-modal.modal-popup {
    max-width: 50%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
}

.sizechart-modal.modal-popup .modal-inner-wrap {
    background-color: transparent !important;
    box-shadow: none;
    margin: 0;
    transform: translate(0);
    width: auto;
    position: unset;
}

.sizechart-modal.modal-popup .modal-header {
    display: none;
}

.sizechart-modal.modal-popup .modal-content {
    padding: 0;
    background-color: transparent;
}

.sizechart-close-btn {
    color: #000000;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
}

.sizechart-modal.modal-popup .modal-content img {
    border-radius: 10px;
    max-height: 535px;
}

#size_chart_modal {
    display: flex;
    justify-content: center;
}

.sizechart-modal-content {
    flex: 0 0 auto;
    position: relative;
    max-width: 100%;
}

.grid-image-block-container {
    margin: 0 5px 10px;
    padding: 0;
}

.grid-image-block-wrap {

}

.grid-image-block-wrap ul {
    display: flex;
    flex-wrap: wrap;   /* allows items to wrap to the next row */
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 5px;
}

.grid-image-block-wrap ul li {
    width: calc(50% - 2.5px);
    box-sizing: border-box;
}

.grid-image-block-wrap ul li a {

}

.grid-image-block-wrap ul li a img {
    border-radius: 10px;
}


.swatch-opt {

}

.swatch-opt .swatch-attribute.item_size {
    text-align: left;
}

.swatch-attribute .swatch-attribute-label {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 5px;
}

.swatch-attribute .swatch-attribute-selected-option {
    font-weight: 700;
    font-size: 14px;
}

.swatch-attribute .swatch-attribute-options {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    flex-wrap: wrap;
}

.swatch-opt .swatch-attribute .mage-error {
    color: #ff3630;
    margin-top: 2px;
}

.swatch-attribute .swatch-attribute-options .swatch-option {
    border: 2px solid #c0c0c080;
    display: block;
    padding: 7px 10px;
    font-weight: 700;
    font-size: 16px;
    min-width: 70px;
    border-radius: 10px;
    text-align: center;
    margin: 0 !important;
    position: relative;
    cursor: pointer;
}

.swatch-attribute .swatch-attribute-options .swatch-option.selected {
    border: 2px solid #ec1b23;
}

.swatch-attribute .super-attribute-select {
    display: none;
}

.swatch-attribute .swatch-attribute-options .swatch-option.oos {
    border-style: dashed;
    opacity: .4;
}

.customer-info-edit {
    max-width: 800px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: unset;
}

.customer-info-edit .modal-inner-wrap {
    margin: 0;
    max-height: unset;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: unset;
}

.customer-info-edit .center-shadow-box {
    max-width: none;
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: none;
    border-radius: 0;
}

.customer-info-edit header.modal-header {
    display: none;
}

.otp-modal-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index : 1;
}

.account-dashboard-container {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

#product_addtocart_form {
    position: relative;
}

#product_addtocart_form .simple-pro-sizechart {
    position: absolute;
    right: 0;
    top: 0;
}

#product_addtocart_form .simple-pro-sizechart #size_chart_trigger {
    position: relative;
}


.tooltip-wrapper{
    position: relative;
    display: inline-block;
}

.tooltip-icon{
    height: 24px;
    display: block;
}

.tooltip-icon:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    color: #bbbbbb;
    content: '\f29c';
    font-family: 'FontAwesome';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
}

.tooltip-text:before {
    content: '\f0d9';
    font-family: 'FontAwesome';
    position: absolute;
    left: -6px;
    top: 3px;
    color: #999;
    font-size: 16px;
}

.tooltip-text{
    position: absolute;
    top: -4px;
    left: calc(100% + 10px);
    background: #f4f4f4;
    border: 1px solid #999;
    color: #333;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    max-width: 200px;
    font-weight: 400;
    min-width: 200px;
}