/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.

 * It is also available through the world-wide-web at this URL:* http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web,please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= 
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700); */
@font-face {
    font-family: 'Dubai';
    src: url('../fonts/DubaiFonts/Dubai-Medium.eot');
    src: url('../fonts/DubaiFonts/Dubai-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DubaiFonts/Dubai-Medium.woff2') format('woff2'),
        url('../fonts/DubaiFonts/Dubai-Medium.woff') format('woff'),
        url('../fonts/DubaiFonts/Dubai-Medium.ttf') format('truetype'),
        url('../fonts/DubaiFonts/Dubai-Medium.svg#Dubai-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/DubaiFonts/Dubai-Bold.eot');
    src: url('../fonts/DubaiFonts/Dubai-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DubaiFonts/Dubai-Bold.woff2') format('woff2'),
        url('../fonts/DubaiFonts/Dubai-Bold.woff') format('woff'),
        url('../fonts/DubaiFonts/Dubai-Bold.ttf') format('truetype'),
        url('../fonts/DubaiFonts/Dubai-Bold.svg#Dubai-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/DubaiFonts/Dubai-Light.eot');
    src: url('../fonts/DubaiFonts/Dubai-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DubaiFonts/Dubai-Light.woff2') format('woff2'),
        url('../fonts/DubaiFonts/Dubai-Light.woff') format('woff'),
        url('../fonts/DubaiFonts/Dubai-Light.ttf') format('truetype'),
        url('../fonts/DubaiFonts/Dubai-Light.svg#Dubai-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Dubai';
    src: url('../fonts/DubaiFonts/Dubai-Regular.eot');
    src: url('../fonts/DubaiFonts/Dubai-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DubaiFonts/Dubai-Regular.woff2') format('woff2'),
        url('../fonts/DubaiFonts/Dubai-Regular.woff') format('woff'),
        url('../fonts/DubaiFonts/Dubai-Regular.ttf') format('truetype'),
        url('../fonts/DubaiFonts/Dubai-Regular.svg#Dubai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    font: 16px/1.55 'Dubai', Helvetica, sans-serif !important;
    color: #000000;
    text-align: left
}

html,
body {
    height: auto !important;
}

img {
    border: 0;
    vertical-align: top;
    height: auto;
}

a {
    color: #aaa;
    outline: medium none !important;
}

a:hover {
    text-decoration: none
}

:focus {
    outline: 0
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #0a263c
}

h1 {
    font-size: 20px;
    font-weight: normal
}

h2 {
    font-size: 18px;
    font-weight: normal
}

h3 {
    font-size: 16px;
    font-weight: bold
}

h4 {
    font-size: 14px;
    font-weight: bold
}

h5 {
    font-size: 12px;
    font-weight: bold
}

h6 {
    font-size: 11px;
    font-weight: bold
}

/* Forms */
/*form{display:inline}*/
fieldset {
    border: 0
}

/* Table */
table {
    border: 0;
    /*border-collapse:collapse;*/
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%
}

caption,
th,
td {
    vertical-align: middle;
    text-align: left;
}

/* Content */
strong {
    font-weight: bold
}

address {
    font-style: normal;
    line-height: 1.35;
    color: #333333;
}

cite {
    font-style: normal
}

q,
blockquote {
    quotes: none
}

q:before,
q:after {
    content: ''
}

small,
big {
    font-size: 1em
}

/*sup{font-size:1em;vertical-align:top}
*/

/* Lists */
ul,
ol {
    list-style: none;
    padding: 0;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
}

.nobr {
    white-space: nowrap !important;
    font-size: 12px
}

.wrap {
    white-space: normal !important
}

.a-left {
    text-align: left !important
}

.a-center {
    text-align: center !important
}

.a-right {
    text-align: right !important
}

.v-top {
    vertical-align: top
}

.v-middle {
    vertical-align: middle
}

.f-left,
.left {
    float: left !important
}

.f-right,
.right {
    float: right !important
}

.f-none {
    float: none !important
}

.f-fix {
    float: left;
    width: 100%
}

.no-display {
    display: block
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-bg {
    background: none !important
}

.clear_b {}

/* ======================================================================================= */
/* Layout ================================================================================ */
.page-wrapper {
    overflow: hidden;
}

.page {}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left
}

.page-popup {
    background: #fff;
    padding: 25px 30px;
    text-align: left
}

.main {
    margin: 0;
    padding: 0px;
    text-align: left;
}

.col-left .currency-switcher {
    display: none
}

/* Base Columns */
.col-left {
    margin: 60px 0;
}

.col-main {
    font-size: 0;
}

.col-right {
    margin-top: 60px;
}

.catalog-product-view .col-left {
    margin-top: 0px;
}

.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-right .sidebar-main,
.page-layout-2columns-right .sidebar-additional {
    width: 20% !important;
    padding-right: 15px;
    padding-left: 15px;
}

.page-layout-2columns-left .sidebar.sidebar-additional {
    padding-left: 15px;
    padding-right: 15px;
}

.page-layout-2columns-left .product-view .product.media,
.page-layout-2columns-right .product-view .product.media,
.page-layout-3columns .product-view .product.media {
    width: 41.6667%;
}

.page-layout-2columns-left .product-view .product-info-main,
.page-layout-2columns-right .product-view .product-info-main,
.page-layout-3columns .product-view .product-info-main {
    width: 58.3333%;
}

/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
    font-size: 0;
}

/* 2 Columns Layout */
.page-layout-2columns-left .alocolumns,
.page-layout-2columns-right .alocolumns {
    margin: 0 -15px;
}

.col2-left-layout .col-main {
    margin-top: 30px;
}

.col2-right-layout .col-main {
    margin-top: 30px;
}

.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main {
    width: 75% !important;
    padding: 0 15px;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px
}

.col3-layout .col-wrapper .col-main {
    float: right
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%
}

.col2-set .col-2 {
    float: right;
    width: 48.5%
}

.col2-set .col-3 {
    float: right;
    width: 48.5%
}

.col2-set .col-narrow {
    width: 32%
}

.col2-set .col-wide {
    width: 65%
}

.col3-set .col-1 {
    float: left;
    width: 32%
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%
}

.col3-set .col-3 {
    float: right;
    width: 32%
}

.col4-set .col-1 {
    float: left;
    width: 23.5%
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%
}

.col4-set .col-3 {
    float: left;
    width: 23.5%
}

.col4-set .col-4 {
    float: right;
    width: 23.5%
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */

/* Form Elements */

input.input-text,
select,
textarea {
    border: 1px solid #ddd
}

input.input-text,
textarea {
    color: #333e49
}

input.input-text {
    padding: 0 10px;
    height: 47px;
    line-height: 45px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

.field .label {
    font-size: 14px;
    color: #333e48;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 5px
}

select option {
    padding-right: 10px
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px
}

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

textarea {
    overflow: auto
}

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

input.checkbox {
    margin-right: 3px
}

input.qty {
    width: 2.5em
}

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

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

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

/* <- Safari & Google Chrome Fix */
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;
    background: transparent;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}

button,
button.button {
    width: auto;
    height: auto;
    padding: 0 26px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: #efecec;
    border-width: 1px;
    border-style: solid;
    border-color: #efecec
}

button span,
button.button span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 47px
}

button:hover,
button.button:hover {
    background-color: #fed700;
    border-color: #fed700
}

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

.cart button.button.btn-update span,
button.button.btn-continue span,
button.button.btn-empty span,
button.button.btn-checkout span,
.cart .buttons-set button.button span {}

.cart-container .checkout-methods-items .action.primary {
    background-color: #fed700;
    border-color: #fed700
}

button.disabled span {}

button.disabled {
    position: relative;
}

.box-tocart .fieldset .actions .tocart.disabled span {
    padding-left: 20px;
    text-indent: inherit;
}

.box-tocart .fieldset .actions .tocart.disabled:before,
.item .button.disabled:before {
    font-size: 20px;
    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";
    left: 8px;
    position: absolute;
    top: 0;
    z-index: 99;
}

.box-tocart .fieldset .actions .tocart.disabled:before {
    left: 25px;
}

.item button.button.disabled .icon,
.box-tocart .fieldset .actions .tocart.disabled .icon {
    display: none;
}

@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: 0px;
    overflow: hidden;
    padding-left: 10px;
}

/* 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: #fff;
    box-shadow: none;
}

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

/*.highlight{background:#efefef}
*/


input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="url"]:disabled,
input[type="tel"]:disabled,
input[type="search"]:disabled,
input[type="number"]:disabled,
input[type="datetime"]:disabled,
input[type="email"]:disabled {
    opacity: .5
}

button.disabled,
button[disabled],
fieldset[disabled] button {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

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

input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box
}

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

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

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

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

select {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;

    font-size: 13px;
    height: 35px;
    line-height: 35px;
    padding: 0px 5px;
    vertical-align: baseline;
    /* 1/09/2023 select option  */
    /* width: 30%; */
    box-sizing: border-box
}

select:disabled {
    opacity: .5
}

select[multiple="multiple"] {
    height: auto;
    background-image: none
}

textarea {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-radius: 1px;
    font-size: 14px;
    height: auto;
    line-height: 1.42857143;
    margin: 0;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    resize: vertical
}

textarea:disabled {
    opacity: .5
}

textarea::-moz-placeholder {
    color: #ddd
}

textarea::-webkit-input-placeholder {
    color: #ddd
}

textarea:-ms-input-placeholder {
    color: #ddd
}

input[type="checkbox"] {
    margin: 2px 5px 0 0;
}

input[type="checkbox"]:disabled {
    opacity: .5
}

input[type="radio"] {
    margin: 2px 5px 0 0
}

input[type="radio"]:disabled {
    opacity: .5
}

input.mage-error,
select.mage-error,
textarea.mage-error {
    border-color: #ed8380
}

div.mage-error[generated] {
    color: #e02b27;
    font-size: 1.2rem
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

form {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

address {
    font-style: normal
}

*:focus {
    box-shadow: none;
    outline: 0
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    /* box-shadow: 0 0 3px 1px #68a8e0 */
}

.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,
.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    width: 50px;
    text-align: center
}

/* Form lists */

/* Grouped fields */

/*.form-list{width:535px;margin:0 auto;overflow:hidden}
*/
.form-list li {
    margin: 0 0 8px
}

.form-list label,
.fieldset label {
    color: #666;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    margin: 0;
    line-height: normal;
}

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

/*.form-list li.fields{margin-right:-15px}
*/
.form-list .input-box {
    display: block;
    clear: both;
    width: 100%;
    padding-bottom: 5px
}

.form-list .field {
    /* float:left;width:275px;*/
}

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

.form-list textarea {
    /*width:254px;*/
    width: 100%;
    height: 10em
}

.form-list select {
    width: 100%
}

.form-list li.wide .input-box {
    /* width:535px;*/
}

.form-list li.wide input.input-text {
    /* width:529px;*/
}

.form-list li.wide textarea {
    /*width:529px;*/
}

.form-list li.wide select {
    /* width:535px;*/
}

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

.contact-content .form-list textarea {
    height: 175px;
}

.map-conttact iframe {
    width: 100%;
}

/*page title*/
.page-title {
    margin-bottom: 0;
    margin-top: 60px
}

.page-title .base {
    font-size: 40px;
    display: block;
    color: #434343
}

.page-title-wrapper .page-title {
    margin: 0px 0;
    line-height: 40px;
    font-size: 100%;
    text-align: left;
}

.page-title-wrapper .page-title span {
    font-size: 20px;
}

/*Contact page/contact us*/
.page-title {
    font-size: 40px;
    color: #434343;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
}

.contact .page-title {
    margin-bottom: 60px;
}

.custom-title .title {
    font-size: 25px;
    color: #333e48;
    font-weight: normal;
    line-height: 35px;
    position: relative;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px
}

.custom-title .title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 115px;
    height: 2px;
    bottom: -2px;
    background-color: #fed700
}

.custom-title .subcribe {
    font-size: 14px;
    color: #747474;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 30px
}

.contact-content iframe {
    margin-bottom: 50px;
    width: 100%;
}

.contact .form {
    text-align: left;
    margin-top: 40px
}

.contact .form-content {
    text-align: left;
}

.contact .form-content input.input-text {
    height: 44px;
    width: 100%;
    line-height: 42px;
    padding: 0 15px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.contact .form-content textarea.input-text {
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.contact .form-content label {
    font-size: 14px;
    color: #333e48;
    font-weight: bold;
    display: block;
    text-transform: capitalize;
    line-height: 20px
}

.contact .form-content .fname-box {
    margin-right: 30px
}

.contact .form-content .box {
    margin-top: 15px
}

.contact-content .actions-toolbar .primary {
    background-color: #fed700;
    border-color: #fed700;
    margin-top: 28px;
    padding: 0 35px;
    height: 47px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.contact .more-info .detail-info .text {
    font-size: 14px;
    color: #747474;
    font-weight: normal;
    margin: 0;
    line-height: 25px
}

.contact .more-info .detail-info .sub-title {
    font-size: 14px;
    color: #333e48;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: capitalize;
    line-height: 25px
}

.contact .more-info .detail-info .open-time {
    margin-bottom: 35px
}

.contact .more-info .detail-info .contact-info {
    margin: 32px 0
}

.contact .more-info .detail-info .text .mail {
    color: #0062bd;
    display: inline-block;
}

.contact .more-info .detail-info .care .text .mail {
    text-decoration: underline;
}

/*FAQs / FAQ*/
.faq .page-title {
    line-height: normal;
    margin: 0
}

.faq .list-question {
    margin-top: 45px
}

.faq .short-description {
    font-size: 13px;
    color: #9f9f9f;
    margin-bottom: 0;
    text-align: center;
}

.faq .list-question .question-item .question-name span {
    font-size: 20px;
    color: #434343;
    font-weight: normal;
    line-height: 35px;
    display: block;
}

.faq .list-question .question-item .question-name {
    cursor: pointer;
    margin: 0;
    padding: 5px 0;
    display: block;
}

.faq .list-question .question-item input[name=toggle]:checked~.question-name {
    cursor: default;
}

.faq .list-question .question-item input[name=toggle] {
    display: none;
}

.faq .list-question .question-item {
    perspective: 40em;
    margin: 0;
    border-bottom: 1px solid #dadada;
}

.faq .list-question .question-item:last-child {
    border-bottom: 0
}

.faq .list-question .question-item .question-content {
    visibility: hidden;
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: 50% 0%;
    max-height: 0;
    transition: all 0.8s;
}

.faq .list-question .question-item input[name=toggle]:checked~.question-content {
    visibility: visible;
    opacity: 1;
    position: static;
    transform: rotateX(0);
    max-height: 9999px;
}

.faq .list-question .question-item .question-content p {
    font-size: 14px;
    color: #747474;
    line-height: 25px;
    margin-bottom: 0;
    padding: 11px 0 33px 0
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto
}

.form-list .name-prefix {
    width: 65px
}

.form-list .name-prefix select {
    width: 55px
}

.form-list .name-prefix input.input-text {
    width: 49px
}

.form-list .name-suffix {
    width: 65px
}

.form-list .name-suffix select {
    width: 55px
}

.form-list .name-suffix input.input-text {
    width: 49px
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px
}

.form-list .customer-dob .dob-year {
    width: 140px
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px
}

.buttons-set {
    clear: both;
    margin: 2em 0;
    padding: 0 0 0;
    text-align: right
}

.buttons-set.buttons-set-contact {
    padding: 0 15px;
}

.box-review_form .form-add .buttons-set {
    padding: 15px 0;
    margin: 0
}

.buttons-set p.required {
    margin: 0 0 10px;
    float: right;
    line-height: 30px;
}

.buttons-set .back-link {
    float: right;
    margin: 0
}

.buttons-set button.button {
    float: left
}

.buttons-set-order {
    margin: 10px 0 0
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0
}

.fieldset {
    background: #fff;
    padding: 0px;
    margin: 0;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 17px;
    border: 0px solid #eee;
    background: #fff;
    color: #252525;
    margin: 8px 0 0 0px;
    padding: 0 0px;
    position: relative
}

.form.create.account>.fieldset {
    float: left;
    padding: 0 25px;
    width: 50%;
}

.form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
}

.form-create-account .create .field {
    margin-bottom: 15px
}

.action.edit span,
.action.back span,
.action.remind span,
.login-container .fieldset::after {
    color: #FF5722;
    /* 5/8/2023 color changed my account */
}

.action.edit span:hover,
.action.back span:hover,
.action.remind span:hover {
    text-decoration: underline;
}

.block-new-customer .primary a.action {
    font-size: 16px;
    color: #333e48;
    font-weight: bold;
    height: auto;
    line-height: 45px;
    border-width: 1px;
    border-style: solid;
    border-color: #efecec;
    background-color: #efecec;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.block-new-customer .primary a.action span {
    display: block;
}

.block-new-customer .primary a.action:hover {
    background-color: #fed700;
    border-color: #fed700
}

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0;
    padding-left: 17px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    background: url(../../../../../frontend/Magento/blank/en_US/Magento_Theme/images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a;
    width: 270px;
}

.validation-failed {
    border: 1px dashed #eb340a !important;
    background: #faebe7 !important
}

.validation-passed {}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold
}

.error {
    color: #df280a;
    font-weight: bold
}

.notice {
    color: #e26703
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.messages {
    width: 100%;
    overflow: hidden
}

.messages li {
    margin: 0 0 10px !important
}

.messages li li {
    margin: 0 0 3px !important
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    color: #3d6611
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611
}

#popupNewsletterMessages.messages {
    padding: 40px 9px 10px 10px !important;
}

/* BreadCrumbs */
.breadcrumbs {
    text-align: left;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li:before {
    content: "\71";
    font-family: "untitled-font-6" !important;
    font-size: 15px;
    color: #d5d5d5;
    display: inline-block;
    line-height: 35px;
    vertical-align: middle;
    padding-right: 10px
}

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

.breadcrumbs li.home {
    padding-left: 0
}

.breadcrumbs li.home a {
    background-color: transparent;
    padding-left: 0
}

.breadcrumbs li a {
    outline: medium none;
    /* color: #666; */
    /* 30/08/2023 color in the category and sub-category  name in top of pdp*/
    background-color: #fefefb;
}

.breadcrumbs li a,
.breadcrumbs li strong {
    font-size: 14px;
    color: #333e48;
    text-transform: capitalize;
    display: inline-block;
    line-height: 35px;
    padding: 0 0px;
    font-weight: normal;
}



.breadcrumbs ul {
    margin: 0;
    /* 21/3/2024 space issue in breadcrumbs area -vishnupriya k */
    padding: 15px 0 0 0;
}

/*Toolbar*/
.toolbar-products .pages {
    display: none;
}

.toolbar-top .toolbar {
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    text-align: center;
    padding: 11px 0;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.toolbar .toolbar-amount {
    float: right;
    font-size: 13px;
    color: #717171;
    line-height: 38px;
    padding-top: 0;
    padding-right: 25px
}

.toolbar .modes {
    margin-left: 15px;
    margin-right: 0;
    float: left;
    display: block;
}

.toolbar-top .toolbar {
    margin-bottom: 23px
}

.toolbar .modes-mode:last-child {
    border: 0
}

.toolbar .modes:before,
.toolbar .modes:after {
    content: "";
    clear: both;
    display: table;
}

.toolbar .modes-mode {
    width: 30px;
    height: 38px;
    padding: 0;
    text-align: center;
    background-color: transparent;
    border: 0;
    line-height: 38px;
    color: #d6dbe1;
    float: left;
}

.toolbar .modes-mode.mode-grid {
    margin-right: 10px;
}

.toolbar .modes-mode.active {
    color: #333e48
}

.toolbar .modes .modes-mode:before {
    font-family: "untitled-font-6" !important;
    font-size: 20px;
    color: inherit;
}

.toolbar .modes .modes-mode.mode-grid:before {
    content: "\68";
}

.toolbar .modes .modes-mode.mode-list:before {
    content: "\69";
}

.toolbar .modes-mode:not(.active):hover {
    background-color: transparent;
    color: #333e48
}

.toolbar .modes .modes-mode>span,
.toolbar .modes .modes-label {
    display: none;
}

/* Pager */
.pager {
    margin: 0;
    padding: 0;
    border-top: 0;
    text-align: center
}

.pager .amount {
    float: left;
    margin: 0
}

.pager .amount strong {
    font-weight: normal
}

.pager .limiter {
    float: right
}

.pager .limiter label {
    vertical-align: middle;
    font-weight: 300;
    margin: 0;
    vertical-align: middle
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle
}

.pager .pages strong {
    display: none;
    color: #2a2a2a;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    padding-right: 10px;
}

.pager .pages ol {
    display: inline
}

.pager .pages li {
    display: inline-block;
    margin: 7px 7px 0 0;
    width: 30px;
    height: 30px;
    float: left;
    line-height: 29px;
    border-style: solid;
    border-width: 1px;
}

.pager .pages li a {
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
}

.pager .pages li a .fa {
    padding-left: 5px
}

/* Sorter */
.toolbar .sorter,
.toolbar .limiter {
    padding-top: 0;
    float: none;
}

.toolbar .sorter,
.page-products .toolbar .limiter {
    display: inline-block;
    vertical-align: top;
}

.toolbar .sorter .sorter-action:before {
    font-size: 24px;
}

.toolbar .sorter-label {
    font-weight: normal;
    font-size: 13px;
    font-weight: normal;
}

.toolbar .sorter-options,
.toolbar .limiter-options {
    color: #7e7e7e;
    height: 38px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff;
    font-size: 13px;
}

/*Toolbar bottom*/
.toolbar-bottom .toolbar-products .pages {
    display: inline-block;
    float: right;
}

.toolbar-bottom .toolbar .modes,
.toolbar-bottom .toolbar .sorter {
    display: none;
}

.toolbar-bottom .toolbar .limiter {
    display: inline-block;
    float: left;
}

.toolbar-bottom .toolbar .toolbar-amount {
    display: none;
}

.toolbar .limiter-options {
    padding: 0 10px;
    font-size: 14px;
}

.toolbar .limiter .label,
.toolbar .limiter-text {
    font-size: 14px;
    color: #7e7e7e;
    font-weight: normal;
    display: inline-block;
    padding: 0;
}

.toolbar .limiter-text {
    display: none;
}

.pages .item .page,
.pages .item .next,
.pages .item .previous {
    width: 45px;
    border: 1px solid #e4e4e4;
    display: inline-block;
    font-size: 15px;
    color: #7e7e7e;
    line-height: 36px;
    border-radius: 20px;
    font-weight: 500;
}

/*.pages .item .page .number{color: #}*/
.pages .item.current .page,
.pages .item .page:hover,
.pages .item .next:hover,
.pages .item .previous:hover {
    background-color: #fed700;
    border-color: #fed700;
    color: #262626;
    font-weight: bold;
}

.toolbar-bottom .pages .action.previous:before,
.toolbar-bottom .pages .action.next:before {
    margin: 0;
    color: inherit;
    font-size: 30px;
}

.pages .action.next,
.pages .action.previous {
    margin: 0;
}

.pages .item {
    margin: 0 5px 0 0;
}

.toolbar-bottom .toolbar-products {
    padding: 0;
    margin: 0
}

.toolbar-bottom {
    padding: 25px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 42px
}

/* Data Table */
.data-table {
    width: 100%;
    border: 1px solid #eeeeee;
}

.data-table .odd {
    background: #ffffff
}

.data-table .even {
    background: #ffffff
}

.table.grouped .product-item-name {
    font-weight: normal;
}

.cart.table-wrapper .product-item-name a {
    font-size: 17px;
    color: #3e3e3e;
    text-transform: capitalize;
}

.data-table tbody tr td .cart-price .price {
    font-size: 16px;
    color: #343f49
}

.data.table tbody tr td.a-subtotal .cart-price .price,
.data.table tbody tr td .cart-price .price {
    color: #343f49;
    font-size: 16px;
}

.data.table tbody tr td input.qty {
    color: #818181;
    text-align: center;
    width: 35px !important;
    font-size: 14px;
    float: left;
    height: 35px;
    border: 0;
    background-color: transparent;
}

.cart .data.table tbody tr td input.qty {
    width: 60px !important;
    text-align: left;
}

.data-table tfoot {
    border-bottom: 1px solid #eeeeee
}

.data-table tfoot tr {
    background-color: #fff !important
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
}

.data-table tfoot strong {
    font-size: 16px
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee
}

.data.table .custom-qty {
    width: 110px;
    background-color: #f5f5f5;
    border: 1px solid #ebebeb;
}

.data.table .custom-qty .alo_qty {
    width: 35px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
    outline: medium none;
}

.cart.table-wrapper .col {
    vertical-align: middle;
}

.cart.table-wrapper .item .col.item {
    padding: 30px 0 0;
}

.table:not(.cart):not(.totals)>thead>tr>th,
.table:not(.cart):not(.totals)>thead>tr>td {
    border-bottom: 1px solid #ddd
}

.cart.table-wrapper .item-actions td {
    padding: 0 0 10px;
}

.cart-summary .block .fieldset .methods .field>.label {
    float: none;
}

.cart.table-wrapper .items .cart.item:last-child .item-info {
    border-bottom: 1px solid #dddddd
}

.cart.table-wrapper .items thead~.cart.item:first-of-type .item-info {
    border-top: 1px solid #dddddd
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important
}

.data-table tbody.even tr {
    background: #f6f6f6 !important
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #eeeeee
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic
}

.data-table tbody td .option-value {
    padding-left: 10px
}

/*Bundle product*/
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .block-bundle-summary {
    width: 48%
}

.bundle-options-container .block-bundle-summary {
    float: right;
}

.bundle-options-container .bundle-options-wrapper {
    float: left;
}

.bundle-options-container .product-add-form {
    display: none
}

.bundle-options-container .product-options-wrapper {
    margin-bottom: 30px
}

.bundle-options-container .price-box .price {
    font-size: 18px;
    font-weight: 700
}

.bundle-options-container .block-bundle-summary {
    background: #e8e8e8;
    padding: 10px 20px
}

.bundle-options-container .block-bundle-summary>.title {
    margin-bottom: 10px
}

.bundle-options-container .block-bundle-summary .bundle-summary {
    margin-top: 30px
}

.bundle-options-container .block-bundle-summary .bundle-summary.empty {
    display: none
}

.bundle-options-container .block-bundle-summary .bundle-summary>.subtitle {
    font-weight: 300;
    line-height: 1.1;
    font-size: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: block
}

.bundle-options-container .block-bundle-summary .box-tocart .actions {
    display: inline-block;
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    vertical-align: top
}

.bundle-options-container .nested .field.qty {
    margin-top: 20px
}

.bundle-options-container .nested .field.qty .label {
    font-weight: 700;
    display: inline-block;
    padding: 0
}

.bundle-options-container p.required {
    color: #e02b27
}

.bundle-options-container .product-options-bottom {
    clear: left
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action {
    background-image: none;
    background: #f2f2f2;
    border: 1px solid #cdcdcd;
    color: #333;
    cursor: pointer;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:active {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #333
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover {
    background: #e2e2e2;
    border: 1px solid #cdcdcd;
    color: #555
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links>.action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links>.action {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.bundle-options-container .block-bundle-summary .product-addto-links>.action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:active,
.bundle-options-container .block-bundle-summary .product-addto-links>.action:focus {
    text-decoration: none
}

.bundle-info .product-addto-links .action .icon,
.page-product-downloadable .product-addto-links .action .icon {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

.fieldset-bundle-options .field.qty .control {
    display: inline-block;
}

.fieldset-bundle-options .field.option {
    margin-bottom: 30px
}

.bundle-options-container:before,
.bundle-options-container:after {
    content: "";
    clear: both;
    display: table
}

.bundle-options-wrapper .product-options-wrapper {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0
}

.bundle-info .product-details {
    margin-top: 10px
}

.bundle-info .box-tocart .fieldset {
    padding-bottom: 10px;
    background-color: transparent;
}

.bundle-info .box-tocart .fieldset .qty {
    margin: 0 0 20px !important;
    max-width: 200px;
    display: block;
}

.bundle-info .box-tocart .fieldset .actions {
    margin: 0 !important;
}

.bundle-info .product-addto-links {
    display: none;
}

.bundle-info .box-tocart .control {
    background-color: #fff;
}

.product-info-main .price-box .price-from {
    padding-right: 15px
}

.product-info-main .price-box .price-from .price-container .price-label,
.product-info-main .price-box .price-to .price-container .price-label {
    font-size: 16px;
    color: #333e48;
}

.product-info-main .price-box .price-from,
.product-info-main .price-box .price-to {
    display: inline-block;
    vertical-align: top;
}

.bundle-actions .customize span {
    font-size: 13px
}

.bundle-actions {
    padding-bottom: 15px;
}

.product-quickview .bundle-actions {
    padding-top: 15px;
}

.page-product-downloadable .product-add-form {
    margin: 0;
}

.page-product-downloadable .product-options-wrapper {
    padding: 0;
}

.page-product-downloadable .product-options-bottom .price-box {
    float: none;
}

.page-product-downloadable .box-tocart .fieldset .actions {
    margin: 0 !important;
}

.page-product-downloadable .product-social-links {
    margin-top: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px
}

.info-box h2 {
    font-weight: bold;
    font-size: 13px
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0
}

.info-table td {
    padding: 2px 0
}

/* Shopping cart total summary row expandable to details */
.cart-totals .amount,
.opc-block-summary .table-totals .amount {
    color: #333e49
}

.methods .item-title {
    color: #333e49
}

.cart-summary .block>.title,
.paypal-review-discount .block>.title {
    color: #333e49
}

tr.summary-total {
    cursor: pointer
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer
}

tr.show-details .summary-collapse {
    background-position: 0 -52px
}

tr.show-details td {}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db
}

tr.summary-details-excluded {
    font-style: italic
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important
}

.cart-tax-total-expanded {
    background-position: 100% -52px
}

/* Class:std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold
}

.std dd {
    padding: 0 0 0 1.5em
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std em {
    font-style: italic;
}

/* Misc */
.links li {
    display: inline
}

.links li.last {}

.link-cart {
    color: #d22753;
    font-weight: bold
}

.link-wishlist {
    color: #d22753;
    font-weight: normal
}

.link-reorder {
    font-weight: normal;
    color: #ea5648 !important
}

.link-compare {
    font-weight: bold
}

.link-print {
    /*background:url(../images/i_print.gif) 0 2px no-repeat;padding:2px 0 2px 25px;*/
    font-weight: bold;
    color: #d22753
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap
}

.btn-remove {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_remove.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden
}

.btn-remove2 {
    display: block;
    padding: 9px;
    font-size: 12px;
    text-indent: inherit;
    background-image: none;
    width: auto;
    height: auto;
}

.btn-remove2:hover,
.btn-edit:hover {
    background-color: transparent;
}

.btn-edit {
    display: block;
    padding: 9px;
    font-size: 12;
    line-height: 0;
}

.cards-list dt {
    margin: 5px 0 0
}

.cards-list .offset {
    padding: 2px 0 2px 20px
}

.separator {
    margin: 0 3px
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden
}

#product-attribute-specs-table th {
    color: #000;
    border-radius: 0;
    display: block;
    font-size: 19px;
    text-align: left;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px
}

/* Cookie Notice */
.notice-cookie {
    position: fixed;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    /* IE8 */
}

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0
}

/* Demo 404 */
.cms-no-route .page-not-found {
    text-align: center;
}

.cms-no-route .page-not-found .page-title h1,
.cms-no-route .page-not-found .page-title h1 span {
    line-height: 130px;
    text-indent: -999em;
    padding-top: 120px;
}

.cms-no-route .page-not-found .page-title h1 {
    background-image: url(../images/404.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.cms-no-route .page-not-found .page-title h1 span {
    color: #242628;
    font-weight: bold;
}

.page-not-found h2 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.page-not-found h3 {
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.page-not-found .block-newletter label {
    display: none;
}

.page-not-found .form-search {
    margin: 0 auto;
    position: relative;
    width: 500px;
}

.page-not-found .form-search .button {
    position: absolute;
    top: 2px;
    right: 2px;
    border: 0 none;
    height: 41px;
    line-height: 41px;
}

.page-not-found .form-search .button span {
    height: 43px;
    line-height: 45px;
    background-color: transparent;
}

.page-not-found .form-search .button span .fa {
    font-size: 17px;
}

.page-not-found .previus-page {
    letter-spacing: 3px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding: 0 29px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 60px 0 100px;
    display: inline-block;
    border: 1px solid #aaaaaa;
}

.page-not-found .previus-page:hover {
    background-color: #ff5555;
    color: #fff;
    border: 1px solid #ff5555;
}

.page-not-found .form-search #search {
    width: 500px;
    border: 2px solid #242628;
    height: 45px;
    line-height: 45px;
    padding: 0 60px 0 9px;
}

/* ======================================================================================= */
/* Header ================================================================================ */
.page-header {
    padding: 0;
    margin: 0;
    border: 0
}

.header-container-fixed {
    animation-duration: 450ms;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    box-shadow: 0 0 3px #666666;
    -moz-box-shadow: 0 0 3px #666666;
    -webkit-box-shadow: 0 0 3px #666666;
    -o-box-shadow: 0 0 3px #666666;
    -ms-box-shadow: 0 0 3px #666666;
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
}

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

    100% {
        opacity: 1;
        transform: none;
    }
}

.header-top .top-left {
    float: left;
    padding-left: 15px;
	font-weight:blod;
    /** 21-3-24-Manasi-bold the email & phone no in title bar**/
}

.header-top .top-right {
    float: right;
    padding-right: 15px;
}

.header-top {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #efefef;
}

.header-content {
    padding: 31px 0
}

/*Top support/hot support*/
.hot-support .hotline,
.hot-support .email {
    display: inline-block;
}

.hot-support .hotline {
    margin-right: 24px
}

.hot-support p {
    margin: 0;
    font-size: 13px;
    color: #334141;
    line-height: 43px
}

.hot-support p .icon {
    color: #fed700;
    padding-right: 10px;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px
}

/*header setting*/
.store-location,
.track-order,
.customer {
    float: left;
    padding-left: 20px;
    padding-right: 22px;
    cursor: pointer;
}

.customer {
    padding-right: 0
}

.store-location:after,
.track-order:after {
    content: "";
    width: 1px;
    height: 13px;
    top: calc(50% - 6px);
    right: 0;
    background-color: #cad5d5;
    display: block;
    position: absolute;
}

.store-location a,
.track-order a {
    display: block;
    font-size: 13px;
    color: #334141;
    text-transform: capitalize;
    line-height: 43px
}

.store-location:hover a,
.track-order:hover a {
    color: #fed700
}

.store-location a:before,
.track-order a:before {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
}

/*Top links / Customer*/
.header.links {
    margin: 0;
}

.customer:hover .icon {
    color: #fed700
}

.customer .icon,
.customer .top-links {
    margin: 0;
    display: block;
    float: left;
}

.customer .top-links li {
    float: left;
    margin: 0
}

.customer .icon {
    font-size: 16px;
    color: #334141;
    line-height: 43px;
    padding-right: 7px;
}

.customer .top-links li a {
    color: #334141
}

.customer .top-links li a,
.customer .top-links li span {
    font-size: 13px;
    text-transform: none;
    line-height: 43px
}

.customer .top-links li a:hover {
    color: #fed700
}

.customer .top-links li span {
    padding: 0 5px;
    color: #959595
}

.customer .links li:nth-child(1):after {
    content: attr(data-label);
    display: inline-block;
    padding: 0 5px;
    color: #959595;
    line-height: 43px;
}

.customer .links li.customer-welcome:after,
.customer .links .customer-menu li:nth-child(1):after {
    display: none;
}

.customer .top-links li.customer-welcome span {
    color: #343434;
    padding: 0;
}

.customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    vertical-align: middle;
    height: auto;
}

.customer-welcome .action.switch>span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.customer-welcome .action.switch:after {
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f107';
    font-family: FontAwesome;
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.customer-welcome.active .action.switch:after {
    content: '\f106';
}

.customer-welcome .customer-menu {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 10px;
    z-index: 99;
}

.customer-welcome.active .customer-menu {
    display: block;
}

.customer .top-links .customer-menu li {
    float: none;
    display: block;
}

.customer .links .customer-menu li a {
    line-height: normal;
    padding: 5px 0;
    display: block;
}

/*Currency*/
.switcher-currency .switcher-trigger strong {
    font-size: 13px;
    color: #334141;
    vertical-align: middle;
}

.switcher-currency .switcher-trigger:after {
    vertical-align: middle;
    display: inline-block;
}

.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after {
    vertical-align: middle;
}

.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
    vertical-align: middle;
}

.currency-top .currency .action strong span {
    font-size: 13px;
    color: #334141;
    font-weight: normal;
}

.currency-top:hover .currency .action strong span,
.currency-top .currency .action.active strong span {
    color: #fed700
}

.page-header .switcher .options ul.dropdown,
.page-footer .switcher .options ul.dropdown {
    margin-bottom: 0;
    padding: 15px 20px;
    left: 0;
    border: 0;
    position: absolute;
    top: 43px;
    z-index: 35;
    min-width: 120px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: none;
}

.page-header .switcher .options ul.dropdown::before,
.page-footer .switcher .options ul.dropdown::before,
.page-header .switcher .options ul.dropdown::after,
.page-footer .switcher .options ul.dropdown::after {
    display: none;
}

.page-header .switcher .options ul.dropdown li:hover,
.page-footer .switcher .options ul.dropdown li:hover {
    background-color: transparent;
}

.switcher .options ul.dropdown li a {
    color: #333333
}

.currency_top,
.top-form-language {
    float: left;
    line-height: 23px;
    padding: 10px 15px 0;
    position: relative;
}

.currency_top .currentcode {
    color: #334141;
    font-size: 16px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    padding: 0 5px 0 0;
}

.top-form-language {
    padding-left: 0;
}

.page-header .switcher,
.page-footer .switcher {
    margin: 0;
}

.top-form-language:after,
.currency_top:after {
    border-right: 1px solid #cad5d5;
    content: "";
    height: 13px;
    position: absolute;
    right: 0;
    top: 15px;
}

.top-form-language .language .dropdown span,
.page-header .top-form-language .switcher .options ul.dropdown a {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: normal;
    padding: 0 0 0 25px;
    font-size: 13px;
    display: inline-block;
}

.page-header .switcher .options,
.page-footer .switcher .options {
    position: static;
}

.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
    padding: 0 8px;
    display: inline-block !important;
}

/*Header Logo*/
.header .logo {
    margin: 0;
    text-decoration: none !important;
    outline: none;
    display: block;
    max-width: 100%;
    float: none;
}

.header .logo .logo1 {
    padding: 44px 0 30px;
    display: block;
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden
}

.header h1.logo {
    padding: 0;
}

/*header search*/
.content-seach {
    padding: 0
}

.header-search .block-search .block-title {
    display: none;
}

.header-search .block-search .block-content {
    margin: 0
}

.header-search .form-search:before,
.header-search .form-search:after {
    content: "";
    clear: both;
    display: table;
}

.header-search .form-search {
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: relative;
}

.header-search .form-search button.button {
    float: right;
    width: 75px;
    text-align: center;
    padding: 0;
    border: 0;
    height: auto;
    opacity: 1;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    pointer-events: auto;
    position: absolute;
    right: -2px;
    top: 0;
}

.header-search .field.search {
    width: calc(100% - 75px)
}

.header-search .form-search button.button>span>span {
    padding: 0;
    border: none;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 0;
    display: none;
}

.header-search .form-search button.button>span {
    height: 38px !important;/** search bar style**/
    line-height: 39px;
}

.header-search .form-search button.button>span:before {
    font-size: 22px;
    font-family: 'FontAwesome';
    content: "\f002";
    font-weight: normal;
    content: "\6d";
    font-family: "untitled-font-6" !important;
}

.header-search .form-search button.button>span .icon {
    font-size: 24px;
    display: inline-block;
    padding-top: 5px
}

.header-search .form-search input.input-text {
    background-color: transparent;
    font-size: 15px;
    margin: 0;
    line-height: 53px;
    height: 50px;
    border: 0;
    color: #a0a0a0;
    padding: 0 20px
}

.header-search .form-search input[type="search"],
.header-search .form-search input[type="search"]:-moz-placeholder {
    color: #a0a0a0 !important;
}

.header .form-search .dd-container {
    position: absolute;
    right: 40px;
    width: 130px !important;
    border-left: 1px solid #d9dadc
}

.header .form-search .catalogsearch {
    position: relative;
}

.catalogsearch .c-smartsearch__overlay {
    display: none;
}

.header .form-search .catalogsearch input.input-text {
    width: 100%;
    float: left;
    /* 31/07/2023 category search area hover sequar box */
    /* border-radius: 0 3px 3px 0;  */
    border-color: #ccc;
    border-width: 0 0 0 1px;
    margin: 0;
    padding: 0 20px 0 20px;
    height: 37px;
}

.header .form-search .catalogsearch-box {
    background-color: #fff;
    border: 1px solid #fff;
    border-left: 0;
    border-right: 0;
    border-radius: 3px;
    font-size: 13px;
    float: right;
    height: 37px;
    padding: 0 20px 0 15px;
    width: 30%;
    position: absolute;
    right: 0px;
    display: block;
    color: #555555;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .form-search .catalogsearch-box span {
    color: #6b6b6b;
    font-size: 15px;
    display: block;
    height: 37px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .form-search .catalogsearch-box span:after {
    content: "\f0d7";
    display: block;
    font-size: 10px;
    font-family: 'FontAwesome';
    color: #555555;
    position: absolute;
    right: 15px;
    top: 0px;
}

.header .form-search .dd-container {
    background-color: #fff;
    position: absolute;
    z-index: 99999999;
    left: 0;
    width: 230px !important;
    height: 250px;
    overflow: auto;
    border: 1px solid #e6e6e6;
}

.header .form-search .dd-container li {
    border: 0;
    color: #666;
    padding: 5px 25px 5px 25px;
    margin: 0;
    ;
    text-align: left;
}

.header .form-search .dd-container li:hover,
.header .form-search .dd-container li.selected {
    color: #000;
    background: #f0f2f5;
}

.header .form-search .dd-options {
    height: 250px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border: 0;
}

.header .form-search .dd-container .dd-select {
    border-radius: 0;
    border: 0;
    border-right: 1px solid #dddddd;
    background-color: transparent !important;
    margin-bottom: 0px;
}

.header .form-search .dd-option-text {
    font-size: 12px;
    margin: 0;
    font-weight: 500;
    cursor: pointer;
}

.header .form-search .dd-options .dd-option {
    border: 0;
    color: #666;
    padding: 5px 0 5px 18px;
    text-align: left;
}

.dd-container .dd-selected {
    padding: 13px 17px;
    margin: 0;
}

.dd-pointer-down,
.dd-pointer-up {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ddd !important
}

.dd-pointer {
    right: 14px !important;
    margin-top: -6px !important;
}

.dd-container .dd-selected .dd-selected-text {
    margin: 0;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: normal;
}

.header .form-search .dd-options .dd-option:before {
    color: #bbbbbb;
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 10px;
    text-align: left;
    width: 32px;
}

.header .form-search .dd-options .dd-option:hover {
    color: #ffa800;
}

.header .form-search .search-autocomplete {
    margin-top: 0;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd
}

.header .block-search .search-autocomplete {
    top: 50px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #e1e1e1;
    padding: 15px 15px 15px;
}

.header .form-search .search-autocomplete li {
    padding: 10px 15px;
}

.header .form-search .search-autocomplete ul li.full-search {
    padding: 2px 15px 10px;
    margin-left: -15px;
    margin-right: -15px;
    border: 0;
}

.header .form-search .search-autocomplete .c-smartsearch__image {
    float: left;
}

.header .form-search .search-autocomplete .c-smartsearch__description {
    padding: 10px 0 0 110px;
}

.header .form-search .search-autocomplete .c-smartsearch__description .c-smartsearch__title a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.header .form-search .search-autocomplete .c-smartsearch__description .option-reviews .product-reviews-summary {
    margin: 5px 0 5px;
}

.header .form-search .search-autocomplete .c-smartsearch__description .product-reviews-summary .reviews-actions {
    line-height: 25px;
}

.header .form-search .search-autocomplete .c-smartsearch__description .option-price {
    font-size: 20px;
    color: #333;
}

.header .form-search .search-autocomplete .row:last-child li {
    border: 0;
}

.header .form-search .search-autocomplete .action.close {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    height: 20px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 20px;
    color: #000000;
    opacity: 0.2;
    font-size: 0;
}

.header .form-search .search-autocomplete .action.close:before {
    color: inherit;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.header .form-search .search-autocomplete .action.close:hover {
    opacity: 1;
    background-color: transparent;
}

.header .form-search .search-autocomplete li.selected,
.header .form-search .search-autocomplete ul li:hover {
    background-color: transparent;
}

.header .form-search .search-autocomplete .c-smartsearch__title {
    display: block;
    clear: inherit;
}

.header .form-language {
    clear: both;
    padding: 10px 0;
    text-align: left;
    float: left
}

.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
    float: left;
    margin: 0
}

.header .form-language select {
    padding: 0
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px
}

.header .header-setting {
    float: right;
}

.header .header-setting .settting-switcher {
    position: relative;
}

.righ-header-content {
    text-align: right;
    padding-top: 2px
}

.top-link-product li {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.top-link-product a.compare,
.top-link-product a.wishlist {
    font-size: 22px;
    color: #333e48;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    font-weight: bold;
    width: 50px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.top-link-product,
.minicart-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.top-link-product a.compare:before {
    content: "\64";
    display: block;
    line-height: 40px;
    font-family: "untitled-font-6" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
}

.top-link-product a.compare .counter,
.top-link-product a.wishlist .counter {
    position: absolute;
    bottom: 9px;
    right: 2px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    color: #3a454e;
    text-align: center;
    overflow: hidden;
    background-color: #fed700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
}

/*minicart cart*/
.miniCartWrap .icons {
    font-size: 25px;
    padding: 10px;
    display: block;
}

.miniCartWrap .mini-contentCart .icons {
    font-size: 14px;
}

.minicart-wrapper {
    margin: 0 !important;
    text-align: center;
    position: relative;
}

.minicart-wrapper .icon {
    font-size: 24px;
    color: #333e48;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    position: relative;
}

.minicart-wrapper .icon:before {
    width: 50px;
    height: 40px;
    text-align: center;
    display: inline-block;
    line-height: 40px
}

.minicart-wrapper .icon .amount .price {
    font-size: 15px;
    font-weight: 700;
}

.minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    left: 26px;
    bottom: 13px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 22px;
    line-height: 22px;
    width: 22px;
    font-size: 12px;
    font-weight: bold;
}

.minicart-wrapper .block-minicart {
    background-color: #ffffff;
    border-style: solid;
    border-width: 2px 0 0;
    border-color: #fed700;
    z-index: 10;
    position: absolute;
    top: 100%;
    padding: 30px 25px 20px;
    width: 350px;
    display: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.block-minicart .subtitle.empty {
    font-weight: 600;
}

.block-minicart .subtitle.empty span {
    font-size: 16px;
}

.minicart-wrapper .block-minicart .block-title {
    display: none;
}

.block-minicart .items-total,
.block-minicart .subtotal {
    margin: 0;
    display: inline-block;
    float: none;
}

.subtotal .amount.price-container {
    display: inline-block;
}

.block-minicart .subtotal .label {
    color: #666;
    font-weight: normal;
    padding: 0;
}

.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 16px;
    font-weight: normal;
    color: #333e48
}

.block-minicart .block-content>.actions {
    padding: 0;
}

.block-minicart .block-content>.actions .secondary .viewcart {
    border: 1px solid #efecec;
    background-color: #efecec;
    border-radius: 25px;
    display: block;
    line-height: 45px;
    text-align: center;
    float: none;
    color: #333e48;
}

.block-minicart .block-content>.actions .secondary .viewcart span {
    font-size: 15px;
}

.block-minicart .block-content>.actions .secondary .viewcart:hover {
    background-color: #fed700;
    border-color: #fed700;
}

.block-minicart .block-content>.actions>.primary {
    margin: 0 0 15px;
}

.block-minicart .block-content>.actions>.primary .action.primary {
    background-color: #fed700;
    border: 1px solid #fed700;
    color: #ffffff;
    display: block;
    padding: 0 20px;
    width: 100%;
    line-height: 45px;
    font-size: 15px;
}

.minicart-items-wrapper {
    margin: 0;
    padding: 15px 0;
    border: 0;
}

.minicart-items-wrapper .product-item-photo {
    display: block;
    overflow: hidden;
    position: relative;
}

.minicart-items .product-item-details {
    text-align: left;
    padding-left: 95px;
}

.minicart-items .product-item-name {
    margin: 0 0 5px;
    font-size: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.minicart-items .product-item-name a {
    font-size: 14px;
    font-weight: 600;
    color: #0062bd
}

.minicart-items .product .toggle::after {
    content: "";
    font-family: "FontAwesome";
    color: inherit;
    display: inline-block;
    font-size: 15px;
    padding-left: 5px;
    font-weight: normal;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.minicart-items .product.active>.toggle::after {
    content: "";
}

.minicart-items .product-item-details .price {
    color: #ee0000;
    font-size: 15px;
}

.label {
    color: #666666;
    font-size: 13px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}

/* .minicart-items .action.edit::before, .minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before,
.cart.table-wrapper .actions-toolbar > .action-edit::before,
.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {color: #999; content: "\f040";display: inline-block;font-family: "FontAwesome"; font-size: 15px;font-weight: normal;line-height: 15px; overflow: hidden;text-align: center;vertical-align: middle;}
.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before,.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {content: "\f00d";font-size: 18px;line-height: 18px;}
.minicart-wrapper .product .actions > .primary,.cart.table-wrapper .actions-toolbar > .action-edit{margin-right: 10px;}
.minicart-items .action.edit > span, .minicart-items .action.delete > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span,
.cart.table-wrapper .actions-toolbar > .action-edit > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close {border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;height: 30px;line-height: inherit; margin: 0;padding: 0;position: absolute; right: 0;text-decoration: none;text-shadow: none;top: 0;width: 30px;color: #000000;opacity: 0.2;}
.minicart-wrapper .action.close::before {color: inherit;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height:15px;margin: 0;overflow: hidden;text-align: center;vertical-align: top; line-height: 30px}
.minicart-wrapper .action.close > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close:hover{opacity: 1; color: #ee0000;background-color: #fed700;} */
.minicart-items .product-item {
    margin: 0;
}

.minicart-items .product-item:not(:first-child) {
    border-top: 1px solid #ddd
}

.minicart-items-wrapper .minicart-items .product-item-details .content {
    position: relative;
    z-index: 9;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: left;
    padding: 10px 10px 0;
}

.minicart-items .action.edit::before,
.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar>.action-delete::before,
.cart.table-wrapper .actions-toolbar>.action-edit::before {
    opacity: 0.3;
    color: #1a1a1a;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.minicart-items .action.edit:hover:before,
.minicart-items .action.delete:hover:before,
.cart.table-wrapper .actions-toolbar>.action-delete:hover:before,
.cart.table-wrapper .actions-toolbar>.action-edit:hover:before {
    opacity: 1;
}

.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar>.action-delete::before {
    content: "";
    font-size: 18px;
    line-height: 18px;
}

.minicart-wrapper .product .actions>.primary,
.cart.table-wrapper .actions-toolbar>.action-edit {
    margin-right: 10px;
}

.cart.table-wrapper .actions-toolbar>.action-towishlist {
    margin-right: 10px;
    vertical-align: middle;
}

.minicart-items .action.edit>span,
.minicart-items .action.delete>span,
.cart.table-wrapper .actions-toolbar>.action-delete>span,
.cart.table-wrapper .actions-toolbar>.action-edit>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-wrapper .action.close {
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    height: 20px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 20px;
    color: #000000;
    opacity: 0.2;
}

.block-actions.filter-actions {
    padding: 10px 0;
}

.filter-current .action.remove {
    float: right;
    text-align: right;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    height: 20px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 20px;
    color: #000000;
    opacity: 0.2;
}

.filter-current .action.remove span {
    display: none;
}

.minicart-wrapper .action.close:before,
.filter-current .action.remove:before {
    color: inherit;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.minicart-wrapper .action.close>span {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.minicart-wrapper .action.close:hover,
.filter-current .action.remove:hover {
    opacity: 1;
    background-color: transparent;
}

.minicart-items .product-item {
    margin: 0;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    display: inline-block;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
}

.modal-custom .action-close::before,
.modal-popup .action-close::before,
.modal-slide .action-close::before {
    opacity: 0.3;
    color: #1a1a1a;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
    opacity: 1;
}

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

.modal-popup .action-close {
    padding: 5px 10px;
}

.modals-wrapper .modal-popup .modal-footer {
    margin-top: 10px;
    /* text-align: left; */
    /* 07/08/2023 popup button align right */
}

.modals-wrapper .modal-popup .modal-inner-wrap {
    width: 50%;
}

.modal-inner-wrap .modal-header {
    border: 0;
}

/*minicart update*/
.minicart-items .update-cart-item {
    border: 1px solid #eee;
    padding: 0 5px;
    height: 32px
}

.minicart-items .update-cart-item span {
    font-size: 11px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 30px;
    display: block;
}

/*end cart*/

/* Style Slide =============================================================================== */
.home-slider .slick-slide .figcaption .caption1,
.home-slider .slick-slide .figcaption .caption2,
.home-slider .slick-slide .figcaption .caption3,
.home-slider .slick-slide .figcaption .caption4 {
    display: none;
}

.home-slider.slick-slider {
    margin-bottom: 30px;
}

.slick-slide img {
    margin: 0 auto;
   
}

.magicslider>.item:nth-child(n+2),
.magicslider>.item .figcaption {
    display: none;
}

.magicslider>.item.slick-slide,
.magicslider>.item.slick-slide .figcaption {
    display: block;
}

.magicslider {
    text-align: center;
    display: block
}

.external-video:after {
    background: rgba(0, 0, 0, 0) url("../images/alothemes/gallery-sprite.png") repeat scroll right bottom;
    bottom: 0;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 12px;
    width: 100px;
}

.external-video.embed:after {
    display: none;
}

.slick-initialized .slick-slide {
    position: relative;
}

.home-slider>.item:nth-child(n+2),
.home-slider>.item .figcaption {
    display: none;
}

.home-slider>.item.slick-slide,
.home-slider>.item.slick-slide .figcaption {
    display: block;
}

/* 
.home-slider .slick-slide.slick-active .figcaption .text-slide{position: absolute;top: 40%;left: 45%;} */
.home-slider .slick-slide.slick-active .figcaption .caption1 {
    display: block;
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    position: absolute;
    top: 14%;
    z-index: 30;
    opacity: 1;
    text-transform: uppercase;
    color: #333e48;
}

.home-slider .slick-slide.slick-active .figcaption .caption1 {
    -moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
    -webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
    animation: fadeInRight 0.8s ease-in 1s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .caption2 {
    display: block;
    font-size: 15px;
    font-weight: 800;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 38%;
    z-index: 40;
    opacity: 1;
    color: #333e48;
}

.home-slider .slick-slide.slick-active .figcaption .caption2 span {
    font-size: 20px;
    font-weight: bold;
}

.home-slider .slick-slide.slick-active .figcaption .caption2 {
    -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    animation: fadeInLeft 0.8s ease-in 1.5s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .caption3 {
    display: block;
    font-size: 48px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    top: 48%;
    z-index: 50;
    opacity: 1;
    color: #333e48;
}

.home-slider .slick-slide.slick-active .figcaption .caption3 span {
    font-size: 48px;
    font-weight: 700;
}

.home-slider .slick-slide.slick-active .figcaption .caption3 {
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .caption4 {
    display: block;
    position: absolute;
    top: 65%;
    z-index: 60;
    opacity: 1;
}

.home-slider .slick-slide.slick-active .figcaption .caption4 {
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
}

.home-slider .slick-slide.slick-active .figcaption .caption4 a {
    background-color: #fed700;
    color: #333e48;
    border-radius: 10px;
    line-height: 45px;
    font-size: 18px;
    padding: 0 58px;
    display: inline-block;
    font-weight: 300;
}

.home-slider .slick-slide.slick-active .figcaption .caption4 a:hover {
    background-color: #000;
    color: #fff;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 span {
    color: #dc1212;
}

.home-slider .slick-slide.slick-active .figcaption .caption1,
.home-slider .slick-slide.slick-active .figcaption .caption2,
.home-slider .slick-slide.slick-active .figcaption .caption3,
.home-slider .slick-slide.slick-active .figcaption .caption4 {
    left: 25%;
    /* 3-08-2023 banner content position */
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
    animation-name: zoomOut;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2,
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption4 {
    animation-name: zoomIn;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1 {
    top: 29%;
    font-size: 48px;
    line-height: 40px;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 {
    top: 17%;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
    top: 52%;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption4,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption4 {
    top: 70%;
}

.slide-showcase .home-slider .slick-prev {
    left: 0px;
    background-position: 0 0;
}

.slide-showcase .home-slider .slick-prev:hover {
    background-position: 0 -104px;
}

.slide-showcase .home-slider .slick-next {
    right: 0px;
    background-position: 100% 0;
}

.slide-showcase .home-slider .slick-next:hover {
    background-position: 100% 100%;
}

.slide-showcase .home-slider .slick-arrow {
    font-size: 0;
    width: 38px !important;/** 21-3-24 - Manasi-to reduce size of home page banner arrow 73px already exist**/
    height: 104px;
    line-height: 104px;
    -moz-transition: all 0.45s ease;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 0.2;
    top: 35%;
    background-image: url("../images/alothemes/bx-controls.png");
    background-repeat: no-repeat;
    display: none !important;
}

.slide-showcase .home-slider .slick-arrow:hover {
    opacity: 1;
}

.slide-showcase:hover .home-slider .slick-arrow {
    display: block !important;
}

.slide-showcase .home-slider .slick-prev:before,
.slide-showcase .home-slider .slick-next:before {
    font-size: 24px;
    line-height: 86px;
    display: none;
}

.home-slider.home-slider-index:hover .slick-arrow {
    opacity: 1;
    transform: translate(0px, -50px);
    visibility: visible;
}

.home-slider.home-slider-index .slick-arrow:hover {
    background-color: #fff;
    color: #5f5f5f;
}

.home-slider .slick-dots {
    bottom: 23px;
}

.home-slider-index .slick-dots li button {
    width: 12px;
    height: 12px;
    line-height: 12px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.home-slider-index .slick-dots li.slick-active button {
    background-color: transparent;
}

@media(min-width:1920px) {

    .home-slider .slick-slide.slick-active .figcaption .caption1,
    .home-slider .slick-slide.slick-active .figcaption .caption2,
    .home-slider .slick-slide.slick-active .figcaption .caption3,
    .home-slider .slick-slide.slick-active .figcaption .caption4 {
        left: 35%;
    }

    .home-slider .slick-slide.slick-active .figcaption .caption1 {
        top: 23%;
    }

    .home-slider .slick-slide.slick-active .figcaption .caption2 {
        top: 40%;
    }

    .home-slider .slick-slide.slick-active .figcaption .caption3 {
        top: 48%;
    }

    .home-slider .slick-slide.slick-active .figcaption .caption4 {
        top: 60%;
    }

    .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1,
    .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1 {
        top: 34%;
    }

    .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2,
    .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 {
        top: 25%;
    }

    .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,
    .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 {
        top: 50%;
    }

    .home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption4,
    .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption4 {
        top: 64%;
    }
}

/*For Effec caption slick slider*/
@keyframes alothemes {
    from {
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

    to {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

/*End For Effec caption slick slider*/

/********** < Navigation */
#nav {
    font-size: 13px;
    margin: 0
}

/* All Levels */

/* Style consistent throughout all nav levels */
#nav li {
    position: relative;
    text-align: left
}

#nav li.over {
    z-index: 998
}

#nav a,
#nav a:hover {
    display: block;
    text-decoration: none
}

#nav span {
    display: block;
    cursor: pointer;
    white-space: nowrap
}

#nav li ul span {
    white-space: normal
}

#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat
}

#nav ul li.parent li a {
    background-image: none
}

/* 0 Level */
#nav li {
    float: left
}

#nav li.active a {
    color: #d96708
}

#nav a {
    float: left;
    padding: 5px 12px 6px 8px;
    color: #E5E5E5;
    font-weight: bold;
    line-height: 35px
}

#nav li.over a,
#nav a:hover {
    color: #d96708
}

/* 1st Level */
#nav ul li,
#nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: #ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x
}

#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0
}

#nav ul a,
#nav ul a:hover {
    float: none;
    padding: 0;
    background: none
}

#nav ul li a {
    font-weight: normal !important
}

/* 2nd Level */
#nav ul,
#nav div {
    position: absolute;
    width: 15em;
    top: 45px;
    left: -10000px;
    border: 1px solid #899ba5
}

#nav div ul {
    position: static;
    width: auto;
    border: none
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
    top: 5px
}

#nav ul li a {
    background: #ecf3f6
}

#nav ul li a:hover {
    background: #d5e4eb
}

#nav ul li a,
#nav ul li a:hover {
    color: #2f2f2f !important
}

#nav ul span,
#nav ul li.last li span {
    padding: 3px 15px 4px 15px
}

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub {
    left: 0;
    z-index: 999
}

#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub {
    left: 100px
}

/********** Navigation > */
/* ======================================================================================= */
.support .box-services .media-body p,
.account-login .content p {
    color: #555
}

/* Style Default =============================================================================== */

/* Static Block =============================================================================== */
.magiccart-column {
    padding-bottom: 20px;
    padding-top: 20px
}

/* Sidebar =============================================================================== */
.block .block-title strong {
    color: #333e48;
    display: block;
    font-family: 'Dubai', cursive;
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    padding-bottom: 13px;
    text-transform: capitalize;
}

.block .block-title::before {
    background-color: #fed700;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.block .block-title {
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.block-subscribe .block-title {
    border-bottom: 0px
}

.block-subscribe .block-title::before {
    display: none;
}

/*Filter*/
.block.filter {
    margin-bottom: 60px;
}

.filter .filter-title:before {
    content: "";
    width: 70px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: #fed700;
}

.block.filter .filter-title strong {
    font-size: 19px;
    color: #333e48;
    line-height: 30px;
    font-weight: normal;
    display: block;
    padding-bottom: 13px
}

.filter-options .filter-options-title {
    font-size: 14px;
    color: #575560;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 14px
}

.filter-options .filter-options-content .item a {
    display: block;
    font-size: 14px;
    color: #333e48;
    text-transform: capitalize;
    position: relative;
    padding-left: 23px
}

.filter-options .filter-options-content .item a span.price {
    font-size: 14px;
    color: #333e48;
    text-transform: capitalize;
}

.filter-options .filter-options-content .item {
    margin-bottom: 10px
}

.filter-options .narrow-box .filter-options-content {
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
    margin-bottom: 28px
}

/* .filter-options .narrow-box:last-child .filter-options-content{border-bottom: 0; padding-bottom: 0; margin-bottom: 0} */
.filter-options .filter-options-content .item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 7.5px);
    width: 15px;
    height: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px #dfdfdf;
}

.filter-options .filter-options-content .item a:hover:before {
    background-color: #fed700;
    border-color: #fed700
}

.filter-options .filter-options-content .item .count {
    float: right;
    font-size: 12px;
    color: #acacac;
}

.block {
    margin: 0 0 30px 27px;
}

.block-reorder .actions a {
    clear: both;
    display: block;
    padding-top: 10px;
    padding-right: 10px;
}

.sidebar .block.block-progress {
    padding: 0;
}

.block .block-title,
.col-left .magicproduct.mage-custom .item span {
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
    line-height: normal;
    font-weight: 500;
}

.block .block-title strong {
    font-weight: bold;
    margin: 0;
}

.block .block-title strong span {
    display: block;
    font-size: 18px;
    padding: 0px;
    line-height: normal;
    font-weight: 500;
}

.block .block-title strong span:before,
.block-blog .blog-title h5:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 68px;
    height: 1px;
    background-color: #dddddd;
    content: "";
}

.block.block-shipping .block-title strong span:before {
    display: none;
}

.block .block-title a {
    text-decoration: none !important
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 0;
    font-size: 1em;
    color: #555
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px
}

.block .actions {
    padding: 6px 0px;
    text-align: left
}

.block .actions a:hover {
    color: #333
}

.block .empty {
    margin: 0;
    padding: 0px;
    color: #666666;
    font-size: 14px;
}

.col-left .magicproduct.mage-custom .item .title:before,
.col-left .magicproduct.mage-custom .item .title:after {
    display: none;
}

.col-left .magicproduct.mage-custom .magictabs {
    margin: 0 !important;
    border: 0;
}

.col-left .magicproduct.mage-custom .content-products .item .images-container {
    padding-right: 0;
    padding-left: 0;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-gr-search,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
    font-size: 11px;
    line-height: 1.25
}

.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
    background-repeat: no-repeat
}

/* Block:Account */
.block-account {
    border-color: #bbb
}

.block-account .block-title {
    padding: 0
}

.block-account .block-content {
    padding: 0
}

.block-account .block-content li a {
    display: block;
    line-height: 30px;
    padding: 0px;
    text-decoration: none !important
}

.block-account .block-content li.last a {
    border-bottom: 0
}

.block-account .block-content li.current {
    padding: 0px;
    line-height: 30px;
    color: #ff3535
}

.block-account .block-content li.current.last {
    border-bottom: 0
}

.customer-account-index .block .block-title {
    margin: 0px 0 15px;
}

.customer-account-index .sidebar .block .block-title {
    margin: 0 0 30px;
}

.customer-account-index .block .block-title:before {
    display: none;
}

.customer-account-index .block .block-title strong {
    padding: 0;
    display: inline-block;
}

.account .box .box-title {
    background-color: #f5f5f5;
    border: 1px solid #dddddd;
    margin: 0;
    padding: 10px 15px;
    display: block;
}

.account .box .box-content {
    border: 1px solid #dddddd;
    border-top: 0;
    font-size: 13px;
    min-height: 135px;
    padding: 20px 15px;
}

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

.customer-account-index .box .box-title,
.customer-account-index .box .box-title span {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.block-collapsible-nav .item a:hover {
    background-color: transparent;
}

.abs-blocks-2columns,
.abs-discount-block-desktop .block,
.login-container .block,
.account .column.main .block:not(.widget) .block-content .box,
.block-addresses-list .items.addresses>.item,
.form-edit-account .fieldset,
.form-address-edit .fieldset,
.storecredit .block,
.paypal-review-discount .block,
.cart-discount .block {
    width: 48%;
}

.abs-discount-block-desktop .block:nth-child(1),
.login-container .block:nth-child(1),
.account .column.main .block:not(.widget) .block-content .box:nth-child(1),
.block-addresses-list .items.addresses>.item:nth-child(1),
.form-edit-account .fieldset:nth-child(1),
.form-address-edit .fieldset:nth-child(1),
.storecredit .block:nth-child(1),
.paypal-review-discount .block:nth-child(1),
.cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
}

.abs-discount-block-desktop .block:nth-child(2),
.login-container .block:nth-child(2),
.account .column.main .block:not(.widget) .block-content .box:nth-child(2),
.block-addresses-list .items.addresses>.item:nth-child(2),
.form-edit-account .fieldset:nth-child(2),
.form-address-edit .fieldset:nth-child(2),
.storecredit .block:nth-child(2),
.paypal-review-discount .block:nth-child(2),
.cart-discount .block:nth-child(2) {
    float: right;
}

.block-collapsible-nav .item a::before,
.block-collapsible-nav .item>strong::before {
    content: "";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
}

.block-collapsible-nav .content {
    margin-top: 40px;
    padding: 0;
}

.account .actions-toolbar {
    clear: both;
}

.account .nested {
    margin-top: 5px;
}

/* Block:Currency Switcher */
.block-currency {
    border: 0;
    margin: 0 0 0 10px;
    padding: 10px 0
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px
}

.block-currency .block-title strong {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    background: url(../images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff
}

.block-currency .block-content {
    background: none;
    padding: 0
}

.block-currency .block-content select {
    width: 100%;
    padding: 0
}

/* Block:Layered Navigation */
.block-layered-nav #narrow-by-list,
.block-layered-nav .block-content ol {
    margin: 0;
    padding: 0;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070
}

.block-layered-nav .block-content .block-subtitle {
    display: none
}

.block-layered-nav .block-content li {
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    line-height: 40px;
    padding: 0px;
    float: left;
    width: 100%;
}

.block-layered-nav .block-content li:last-child {
    border: 0;
}

.block-layered-nav .block-content li a {
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: #444;
}

.block-layered-nav .block-content li a span {
    font-size: 14px;
    color: #444;
}

.block-layered-nav .block-content li span.count {
    font-size: 12px;
    color: #888;
    float: right;
}

.block-layered-nav .block-content li a:hover,
.block-layered-nav .block-content li a span:hover {
    color: #ff5555;
}

.block-layered-nav dt {
    padding: 0px;
    position: relative;
    line-height: 30px;
    margin: 0px;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    color: #ff5555;
    font-size: 16px;
}

.block-layered-nav dt span {
    font-weight: bold;
    padding: 0 10px 0 0;
    height: 26px;
    line-height: 26px;
    color: #757575;
    font-size: 14px;
    text-transform: capitalize;
}

.block-layered-nav dd {
    padding: 0 0 30px;
    overflow: hidden;
}

.block-layered-nav .currently li {
    position: relative
}

.block-layered-nav .currently .label {
    font-weight: normal;
    color: #000;
    padding: 5px 0;
    display: inline-block;
    font-size: 13px
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: middle
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 8px;
    top: 15px;
    margin: 0
}

.block-layered-nav .currently .btn-previous {
    right: 17px
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    text-align: right
}

.block-layered-nav .actions a {
    float: none
}

.block-layered-nav .toggle-content {
    display: none;
}

.block-layered-nav .toggle-content.visible {
    display: block;
}

.block-layered-nav .toggle-tab.mobile {
    color: #888;
    font-size: 14px;
    cursor: pointer;
}

.block-layered-nav .toggle-tab.mobile:hover {
    color: #ff5555;
}

.block-layered-nav .toggle-tab:before {
    content: "";
    font-family: FontAwesome;
}

.block-layered-nav .toggle-visible .toggle-tab:before {
    content: "";
}

.block-layered-nav .toggle-tab.mobile {
    position: absolute;
    right: -4px;
    top: 0;
    display: block !important;
    line-height: 40px;
    width: 19px;
    text-align: center;
}

.narrow-by {
    position: relative;
    padding: 5px 0;
    outline: medium none !important;
    margin: 0;
}

/* Block:Cart */
.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1
}

.block-cart .amount {
    margin: 0
}

.block-cart .amount a {
    font-weight: bold
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 5px 0;
    background: #f4f4f4;
    text-align: center
}

.block-cart .subtotal .label {
    color: #666
}

.block-cart .subtotal .price {
    font-weight: normal;
    color: #666
}

.block-cart .actions {
    border-bottom: 1px solid #f4f4f4
}

.block-cart .mini-products-list .product-image {
    width: 30%;
    float: left
}

.block-cart .mini-products-list .product-details {
    width: 70%;
    float: left
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0
}

/* Block:Wishlist */
.block-wishlist .block-title strong {
    background-image: url(../images/i_block-wishlist.gif)
}

.block-wishlist .actions {
    text-align: right
}

.block-wishlist .actions a {
    float: none
}

.products-grid.wishlist .product-item .price-box {
    float: none;
}

.wishlist-index-index .products-grid.wishlist .product-item {
    width: 50%;
    float: left;
    margin-left: 0;
    padding: 0;
    border: 0 none;
}

.wishlist-index-index .products-grid.wishlist .product-item-info {
    width: 90%;
}

.wishlist-index-index .products-grid.wishlist .product-item:nth-child(2n+1) {
    clear: left;
}

.products-grid.wishlist .product-item-photo {
    float: none;
    margin: 0;
}

.products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
}

.products-grid.wishlist .product-item-name,
.products-grid.wishlist .product-item-description,
.products-grid.wishlist .product-item .price-box,
.products-grid.wishlist .product-item-tooltip {
    margin: 0;
}

.products-grid.wishlist .product-item-actions .btn-remove,
.sidebar .product-item .product-item-actions .btn-remove {
    width: auto;
    height: auto;
    line-height: normal;
}

.sidebar .product-items .product-item {
    float: none;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
}

.sidebar .product-items .slick-slide div:last-child .product-item {
    margin: 0;
    padding: 0;
    border: 0;
}

.sidebar .products-grid .item:hover .per-product {
    border: 0;
    padding: 0 !important;
    margin: 0;
    box-shadow: none;
}

.sidebar .product-items .product-item-info .price-box {
    display: block;
    margin: 1px 0 0 !important;
    float: none;
    max-width: 100%;
    line-height: normal;
}

.sidebar .product-items .product-item-info {
    border: 0 none;
    margin: 0 !important;
    padding: 0 !important;
}

.sidebar .block-custom-product .product-items .product-item-info .product-item-photo {
    float: none;
}

.bestsellers-category.section-category-slide .item .price-box {
    max-width: calc(100% - 39px);
}

/* Related / upsell*/
.block-related {
    margin-bottom: 0
}

.block-related .products-grid .item .images-container:after,
.box-up-sell .products-grid .item .images-container:after {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.block-related .products-grid .item.slick-active .images-container:after,
.box-up-sell .products-grid .item.slick-active .images-container:after {
    display: block;
    visibility: visible;
    opacity: 1;
}

.block-related .products-grid .item.slick-active:last-child .images-container:after {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.block.block-related .block-title,
.block.crosssell .block-title {
    margin-bottom: 20px;
}

.block.block-related .products .slick-slider .slick-list,
.box-up-sell .products .slick-slider .slick-list {
    padding-bottom: 50px;
}

.block-related .block-title strong,
.crosssell .block-title strong {
    font-size: 20px !important;
    margin-bottom: 0;
}

.block-related .item .actions {
    padding-top: 0;
}

.block.block-related .block-content .padding-none {
    padding: 0;
}

.block.block-related .block-subtitle {
    padding-bottom: 10px;
    display: none;
}

.block.block-related .block-subtitle button {
    display: inline-block;
    vertical-align: middle;
}

.block.block-related .block-subtitle button span,
.block.block-related .block-subtitle button {
    font-size: 13px;
    color: #333e48;
    line-height: 33px;
}

.block-related input.checkbox {
    display: block;
    margin: 0 auto;
    clear: both;
}

.data.item:hover .product-item-info {
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: static;
}

.data.item:hover .actions .add-to-links {
    bottom: -48px;
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
}

.data.item:hover .add-to-links a {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.detailed .block-related .item:hover .actions .add-to-links {
    bottom: -48px;
    opacity: 1;
    visibility: visible;
}

.detailed .block-related .item:hover .add-to-links a {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.detailed .block-related .item:hover .product-item-info {
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
    position: relative;
    z-index: 9;
}

.box-up-sell .block-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd
}

.box-up-sell .block-title strong {
    font-size: 20px !important;
    display: inline-block;
    position: relative;
    margin: 0;
}

/*control*/
.block-related .slick-arrow,
.crosssell .slick-arrow,
.box-up-sell .slick-arrow,
.block-viewed-products-grid .slick-arrow {
    top: -41px;
}

.block-related .slick-prev,
.box-up-sell .slick-prev,
.crosssell .slick-prev,
.block-viewed-products-grid .slick-prev {
    left: auto;
    right: 15px;
}

.block-related .slick-next,
.box-up-sell .slick-next,
.crosssell .slick-next,
.block-viewed-products-grid .slick-next {
    right: -5px;
}

/*Crossell*/
.block.crosssell {
    padding-top: 30px;
    clear: both;
}


/* Block:Compare Products */
.cms-index-index .block-compare {
    display: none
}

.block-compare button.button {
    margin-left: 10px;
}

.block.block-compare .actions a {
    line-height: 35px;
}

.catalog-product-compare-index .compare-table .product-image img {
    width: auto;
    margin: 0 auto;
}

.catalog-product-compare-index .compare-table .button.btn-cart,
.catalog-product-compare-index .compare-table .link-wishlist {
    display: inline-block !important;
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8
}

.compare-table {
    border: 0
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0
}

.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px
}

.compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: top;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center
}

.compare-table tr.first td {
    text-align: center
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548
}

.compare-table tr.first td .product-name a {
    color: #203548
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0
}

.block-compare .action.delete {
    left: 0;
}

.table-comparison .cell {
    display: table-cell;
    width: 180px;
}

.table-comparison .cell.label,
.table-comparison td:last-child {
    border-right: 1px solid #d1d1d1 !important;
    /* border-left: 1px solid #d1d1d1 !important;  *24/1/2024 comparison page lastchild leftside border remove* */
}

.table-comparison .cell.remove {
    border-bottom: 0 none !important;
}

.abs-remove-button-for-blocks::before,
.sidebar .action.delete::before,
.table-comparison .cell.remove .action.delete::before,
.block-compare .action.delete::before,
.filtered .item .action.remove::before {
    color: #cccccc;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.abs-remove-button-for-blocks:hover:before,
.sidebar .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filtered .item .action.remove:hover:before {
    color: #333;
}

/* Block:Recently Viewed */

/* Block:Recently Compared */

/* Block:Poll */
.block-poll .block-subtitle {
    font-size: 12px
}

.block-poll label {
    color: #777;
    font-weight: normal;
    margin: 0
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0
}

.block-poll .label {
    display: block;
    margin-left: 18px;
    text-align: left;
    line-height: normal
}

.block-poll li {
    padding: 3px 9px
}

.block-poll .actions {
    margin: 5px 0 0
}

.block-poll .answer {
    font-weight: bold
}

.block-poll .votes {
    float: left;
    margin-left: 10px
}

/* Block:Orders and Returns */
.block-gr-search li {
    padding: 3px 9px
}

.block-gr-search button.button span {
    border-color: #406a83;
    background: #618499
}

/* Block:Tags */
.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
    padding: 3px 0 0;
}

.block-tags .block-content .tags-list li {
    margin: 0
}

.block-tags .block-content a {
    display: inline-block;
    margin: 0 12px 12px 0;
    padding: 10px 12px;
    text-decoration: none;
}

.block-tags .actions {
    text-align: right;
    padding: 0;
    display: none;
}

/* Subscribe / newsletter*/
.page-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 2px
}

.block-newletter .block-subscribe:before,
.block-newletter .block-subscribe:after {
    content: "";
    clear: both;
    display: table;
}

.page-bottom .block-subscribe {
    margin: 0;
}

.block-subscribe .block-title {
    float: left;
    margin: 0
}

.block-subscribe .form.subscribe {
    float: right;
}

.block-subscribe .block-title h3 {
    font-size: 20px;
    color: #333e48;
    font-weight: normal;
    line-height: 30px;
    padding: 5px 0;
    margin: 0
}

.block-subscribe .block-title h3:before {
    content: "\76";
    font-family: "untitled-font-6" !important;
    color: #333e48;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px
}

.block-subscribe .form-subscribe-header,
.block-subscribe .field {
    display: inline-block;
    vertical-align: middle;
}

.block-subscribe .form-subscribe-header p {
    margin: 0;
    font-size: 15px;
    color: #333e48;
    font-weight: normal;
    padding-right: 70px
}

.block-subscribe .form-subscribe-header p span {
    font-weight: bold;
}

.block-subscribe .field {
    position: relative;
}

.block-subscribe .actions {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0
}

.block-subscribe .field input.input-text {
    width: 465px;
    height: 41px;
    line-height: 41px;
    background-color: #fff;
    border: 0;
    border-radius: 50px;
    padding: 0 130px 0 30px;
    color: #333;
}

.block-subscribe .actions .button {
    border: 0;
    background-color: #333e48;
    padding: 0;
    border-radius: 0 50px 50px 0;
    height: auto
}

.block-subscribe .actions .button span {
    font-size: 14px;
    color: #fff;
    padding: 0 38px 0 30px;
    display: block;
    line-height: 41px;
    text-transform: capitalize;
    font-weight: 400;
}

/* Block:popup-newsletter */
.fancybox-close {
    height: 18px !important;
    width: 18px !important;
    top: 3px !important;
    right: 3px !important
}

#popup-newsletter .block-content .block-title label {
    font-size: 2em;
    text-transform: uppercase;
}

#popup-newsletter .form-subscribe-header label {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 0px;
    text-transform: uppercase;
}

#popup-newsletter .form-subscribe-header img {
    margin: 0 auto 20px;
}

#popup-newsletter .form-subscribe-header {
    position: relative;
}

#popup-newsletter .newsletter-new {
    padding: 45px 0;
}

#popup-newsletter .subscribe-bottom {
    display: block;
    margin: 30px 0px 0;
    padding: 0px;
    font-size: 13px;
}

#popup-newsletter .subscribe-bottom input {
    margin: 0 5px 1px 0;
    vertical-align: middle;
}

#popup-newsletter .block-content .input-box {
    width: 380px;
}

#popup-newsletter .block-content input.input-text {
    border-radius: 35px;
    border-width: 1px;
    border-style: solid;
    height: 50px;
    line-height: 50px;
    margin-left: 0;
    padding: 0px 12px;
    width: 100%;
    float: left;
    font-size: 15px;
    text-align: left;
}

#popup-newsletter .block-content .actions {
    padding: 0px;
    float: left;
    margin-left: 5px;
}

#popup-newsletter .block-content button.button span {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-size: 16px;
}

#popup-newsletter .block-content button.button {
    border-width: 1px;
    border-style: solid;
    height: 50px;
    padding: 0;
}

#popup-newsletter .block-content button.button span span {
    padding: 0;
}

#popup-newsletter .block-content {
    margin: 0;
    padding: 70px 29px 29px;
    text-align: left;
}

.promo-panel-sale span,
.promo-panel-text {
    font-size: 35px;
    font-weight: bold;
    line-height: 33px;
    margin: 0;
    text-transform: uppercase;
}

.promo-panel-sale span {
    margin: 0;
    padding: 0 5px 0 0;
}

.promo-panel-text1 {
    border-bottom: 1px solid #b0b0b0;
    display: inline-block;
    font-size: 18px;
    margin: 0 0 15px 3px;
    padding: 0;
}

.promo-panel-text2 {
    color: #666666;
    font-size: 13px;
    margin: 0 0 50px 3px;
    padding: 0;
}

.promo-panel-sale span,
.promo-panel-text,
.promo-panel-text1 {
    color: #343f49;
}

.promo-panel-sale span.getsale {
    color: #fed700;
}

/*@media(max-width:767px) {
	#popup-newsletter{width: 100% !important;background-size: cover;background-repeat: no-repeat;}
	.promo-panel-sale span, .promo-panel-text{font-size: 20px;line-height: 20px;}
	
	#popup-newsletter .block-content .input-box{width: 100%;}
	#popup-newsletter .block-content .actions{float: none;clear: both;margin: 0;padding-top: 20px;}
	
}*/
/* Block:Reorder */
.block-reorder .block-title strong {}

.block-reorder input.checkbox {
    float: left;
    margin: 0;
    min-height: 10px
}

.block-reorder .product-name {
    margin-left: 20px
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px
}

.block-reorder .product-name a {
    color: #666;
    text-decoration: none
}

/* Block:Login */
.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif)
}

.block-login .block-content {
    padding: 5px 10px
}

.block-login label {
    font-weight: bold;
    color: #666
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499
}

.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
    border: 1px solid #e8e8e8;
    margin-bottom: 40px;
    padding: 30px 20px;
    display: block;
}

.login-container .actions-toolbar {
    margin-top: 35px;
}

/* Paypal */
.sidebar .paypal-logo {
    display: none;
    margin: 10px 0;
    text-align: center
}

.sidebar .paypal-logo a {
    float: none
}

/* ======================================================================================= */
/* Block:New and Sale */
.sticker {
    position: absolute;
    top: 0px;
    z-index: 2
}

.sticker.top-right {
    right: 0px;
}

.sticker.top-left {
    left: 0px;
}

.cms-page-countdown-product .sticker.top-left {
    right: 0px;
    top: 35px;
    left: auto;
}

.labelnew,
.labelsale {
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    padding: 0px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.special-product-label {
    position: relative;
    text-align: left;
}

.special-product-label .special {
    font-size: 28px;
    color: #343f49;
    line-height: 35px;
}

.special-product-label .special strong {
    font-size: 28px;
    display: block;
}

/* Block:testimonials */

/* Block:backtotop */
.product-view .product-collateral .box-collateral {
    display: none
}

.product-view .product-collateral .box-collateral.active {
    display: block
}

#backtotop {
    bottom: 20px;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    right: 55px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

#backtotop .fa {
    font-size: 20px;
    line-height: 35px;
    width: 20px;
    height: 40px;
}

#backtotop:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff
}

#backtotop .back-to-top {
    display: none
}

.cookie-message #backtotop {
    bottom: 63px;
}

/* Block:banner / Banner*/
.cms-page-banner .banner-box-content .btn-shop {
    position: absolute;
    font-size: 15px;
    color: #333e48;
    font-weight: bold;
    top: 66%;
    right: 13%;
}

.cms-page-banner .banner-box-content:hover .btn-shop:after {
    -webkit-animation: translate 0.8s linear 0s infinite;
    -o-animation: translate 0.8s linear 0s infinite;
    animation: translate 0.8s linear 0s infinite;
}

@-webkit-keyframes translate {
    from {
        transform: translateX(-5px);
        opacity: 1;
    }

    to {
        transform: translateX(15px);
        opacity: 0;
    }
}

@-o-keyframes translate {
    from {
        transform: translateX(-5px);
        opacity: 1;
    }

    to {
        transform: translateX(15px);
        opacity: 0;
    }
}

@keyframes translate {
    from {
        transform: translateX(-5px);
        opacity: 1;
    }

    to {
        transform: translateX(15px);
        opacity: 0;
    }
}

.cms-page-banner .banner-box-content .btn-shop:first-letter {
    text-transform: uppercase;
}

.cms-page-banner .banner-box-content .btn-shop:after {
    content: "\62";
    font-family: "untitled-font-6" !important;
    font-size: 13px;
    width: 17px;
    height: 17px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: #fed700;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    line-height: 17px
}

.cms-page-banner .banner-box-content>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.cms-page-banner .banner-box-content:before,
.cms-page-banner .banner-box-content:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 200%;
    background-color: rgba(255, 255, 255, 0.5);
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    z-index: 1;
    transition: all 0.7s;
}

.cms-page-banner .banner-box-content {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

.cms-page-banner .banner-box-content:before {
    left: -40px;
    top: -250px;
}

.cms-page-banner .banner-box-content:after {
    right: -40px;
    bottom: -250px;
}

.cms-page-banner .banner-box-content:hover:after {
    transform: rotate(35deg) translateX(-900px);
    -webkit-transform: rotate(35deg) translateX(-900px);
    -o-transform: rotate(35deg) translateX(-900px);
    -moz-transform: rotate(35deg) translateX(-900px);
}

.cms-page-banner .banner-box-content:hover:before {
    transform: rotate(35deg) translateX(900px);
    -webkit-transform: rotate(35deg) translateX(900px);
    -o-transform: rotate(35deg) translateX(500px);
    -moz-transform: rotate(35deg) translateX(900px);
}

.bottom-banner {
    margin-top: 50px
}

/*Policy / service*/
.policy {
    margin-top: 30px
}

.policy .policy-wrap {
    padding: 0 30px;
    background-color: #fdfdfd;
    border: 1px solid #dddddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.policy .policy-box {
    border-bottom: 1px solid #ddd
}

.policy .policy-box:last-of-type {
    border-bottom: 0
}

.policy .policy-box .box-content {
    padding: 17px 0
}

.policy .policy-box .box-content .icons {
    font-size: 45px;
    color: #fed700;
    display: inline-block;
    line-height: 50px;
    padding-top: 10px
}

.policy .policy-box .box-content .icon-service {
    width: 50px;
}

.policy .policy-box .box-content .service-content {
    width: calc(100% - 54px)
}

.policy .policy-box .box-content .icon-service,
.policy .policy-box .box-content .service-content {
    display: inline-block;
    vertical-align: middle;
}

.policy .policy-box .box-content .service-content {
    text-align: center;
}

.policy .policy-box .box-content .service-content .info-title h3 {
    font-size: 15px;
    color: #333e48;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    line-height: 18px
}

.policy .policy-box .box-content .service-content .sub-title {
    padding: 0
}

.policy .policy-box .box-content .service-content .sub-title span {
    font-size: 15px;
    color: #333e48;
    font-weight: normal;
    text-transform: none;
    display: block;
    line-height: 17px
}


/* About Us ========================================================================= */
.about-us-title {
    background-image: url("../images/alothemes/bg-header-about.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 230px 0
}

.about-us-title .page-title {
    font-size: 40px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 0;
}

.about-us-title .short-description {
    font-size: 18px;
    color: #434343;
    line-height: 25px;
    width: 65%;
    margin: 0 auto
}

.about-us-content {
    margin-top: 65px
}

.about-us-content .box-content .title,
.detail-about .box .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: #434343;
}

.about-us-content .box-content .text,
.detail-about .box .text {
    font-size: 14px;
    margin-bottom: 0;
    color: #747474;
    line-height: 25px
}

.about-us-content .box-content .title {
    text-align: center;
    margin-top: 33px
}

.about-us-content .box-content .text {
    text-align: center;
    padding: 20px 20px 0 20px
}

.company-worker {
    margin-top: 110px;
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 87px
}

.company-worker .item .img {
    width: 170px;
    height: 170px;
    line-height: 170px;
    margin: 0 auto;
    background-color: #fed700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.company-worker .item .img img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.company-worker .info {
    text-align: center;
}

.company-worker .info .name {
    margin-bottom: 0;
    margin-top: 20px
}

.company-worker .info .name a {
    font-size: 18px;
    color: #434343;
    font-weight: 600;
    text-transform: capitalize;
}

.company-worker .info .working {
    font-size: 14px;
    color: #989898;
    margin-bottom: 0;
    text-transform: capitalize;
}

.company-worker .item .hr span {
    display: block;
    text-align: center;
    text-transform: capitalize;
    color: #333e48;
}

.company-worker .item .hr span.first {
    font-size: 18px;
    line-height: 22px;
    padding-top: 54px
}

.company-worker .item .hr span.last {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
}

.detail-about {
    margin-top: 110px;
}

.detail-about .box .text {
    margin-top: 28px
}

.detail-about .left-detail-about .box {
    margin-bottom: 80px
}

.detail-about .box:nth-child(2n+1) {
    clear: left;
}

.right-detail-about .title {
    font-size: 18px;
    color: #434343;
    font-weight: 600;
    margin-bottom: 25px
}

.right-detail-about .box {
    margin: 10px 0
}

.detail-about .right-detail-about .box label,
.detail-about .right-detail-about .box .box-content {
    display: table-cell;
    vertical-align: top;
}

.detail-about .right-detail-about .box .box-content {
    padding-left: 20px;
}

.detail-about .right-detail-about .box .box-content .sub-title {
    font-size: 18px;
    color: #797979;
    font-weight: normal;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    line-height: 37px
}

.detail-about .right-detail-about .box input[name=toggle]:checked~.box-content .sub-title {
    font-weight: bold;
    color: #333e48
}

.detail-about .right-detail-about .box .box-content .subcribe {
    font-size: 14px;
    color: #747474;
    line-height: 25px;
    margin-bottom: 0;
    padding: 10px 0
}

.right-detail-about .box .box-content .subcribe {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: translateX(100%);
    transition: all 0.3s
}

.right-detail-about .box input[name=toggle]:checked~.box-content .subcribe {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
    position: static;
}

.detail-about .right-detail-about .box label:before {
    content: "\2b";
    width: 37px;
    height: 37px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    border: solid 1px #b5b5b5;
    text-align: center;
    line-height: 35px;
    color: #b5b5b5;
    font-size: 12px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.detail-about .right-detail-about .box input[name=toggle]:checked~label:before {
    content: "\2212";
    border-color: #fed700;
    background-color: #fed700;
    color: #333e48
}

.detail-about .right-detail-about .box input[name=toggle] {
    display: none;
}

/* Home Products Page ========================================================================= */
.block-custom {
    text-align: center;
}

.block-custom .block-title {
    padding: 68px 0 0px;
}

.block-custom .block-title h2 {
    background-image: url("../images/icon-title.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding-bottom: 40px;
    margin: 0;
}

.block-custom .block-title span {
    font-size: 39px;
    color: #242628;
    text-transform: uppercase;
    padding: 7px 0 0;
    display: block;
}

.block-custom .block-title .title-backgruond {
    clear: both;
    display: block;
    font-size: 24px;
    color: #222;
    padding-top: 9px;
}

.block-custom.block-custom1 .block-title h2 {
    background-image: none;
}

.content-products ul {
    padding: 0;
    margin: 0
}

.flexisel-content .item {
    float: left;
    margin-bottom: 30px;
    list-style: none;
    text-align: center;
}

.flexisel-content .products-grid-rows .item {
    float: none;
    margin-right: 0;
}

.flexisel-content>li:nth-child(3n+1) {
    margin-right: 0px;
}

.flexisel-content .item ul {
    list-style: none
}

.nbs-flexisel-inner .item {
    box-shadow: none;
    background: none
}

.nbs-flexisel-inner {
    background: none;
    border: none;
    border-radius: 0
}

/* magic category */
.main-category {
    background-color: #f9f9f9;
    padding-bottom: 55px;
    margin-top: 40px
}

.main-category .magiccategory-product .block-title-tabs {
    margin-top: 50px;
}

/* block main product*/
.main-product {
    margin-top: 0px
}

/*Brands / logo brands*/
.brands .slick-slide img {
    margin: 0 auto
}

.cms-index-index .brands {
    /* 8/2/2024 remove unwanted space in brand portion*/
    /* margin-top: 88px */
}

.brands {
    /* 8/2/2024 remove unwanted space in brand portion */
    /* margin-top: 72px */
}

.brands h2.title {
    display: none;
}

.brands .brands-content {
    padding: 12px 0;
    /* 04/07/24 remove border - vishnupriya k*/
    /* border-width: 1px 0;
    border-style: solid;
    border-color: #dadada */
}

.shopbrand>.item:nth-child(n+2),
.alo-blog .block-content>.item:nth-child(n+2),
.testimonial>.item:nth-child(n+2) {
    display: none;
}

.shopbrand>.item.slick-slide,
.alo-blog .block-content>.item.slick-slide,
.testimonial>.item.slick-slide {
    display: block;
}

/* Category Page ========================================================================= */
.category-title {
    margin: 0 0 20px
}

.category-image {
    text-align: center;
    display: none;
}

.category-image img {
    max-width: 100%;
    height: auto
}

.category-description {
    margin: 20px 0 0
}

.catalog-product-view .category-image {
    display: none;
}

.catalog-category-view .category-image {
    display: block;
}

.content-products .mage-magictabs {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.content-products .mage-magictabs.activated {
    display: block;
    visibility: visible;
    opacity: 1;
}

.products-grid .product-item {
    float: left;
}

/*nav product tabs */
.magicproduct .magictabs {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 12px
}

.magicproduct .magictabs .item {
    display: inline-block;
    padding: 0 13px;
    margin: 0;
}

.magictabs .item span {
    cursor: pointer;
}

.magictabs .item .title {
    font-size: 20px;
    font-weight: normal;
    color: #343f49;
    display: block;
    line-height: 30px;
    padding-bottom: 7px;
    position: relative;
}

.magictabs .item.activated .title {
    font-weight: bold;
}

.magictabs .item .title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fed700;
    bottom: 9px;
    left: 0;
}

.magictabs .item .title:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    background-color: #fed700;
    left: calc(50% - 5px);
    bottom: 5px;
    border-radius: 0 0 5px 5px;
}

.magictabs .item .title:after,
.magictabs .item .title:before {
    transition: all 0.3s
}

.magictabs .item .title:after,
.magictabs .item .title:before {
    visibility: hidden;
    opacity: 0;
}

.magictabs .item.activated .title:before,
.magictabs .item.activated .title:after {
    visibility: visible;
    opacity: 1;
}

.magictabs .item.activated .title:after {
    bottom: -1px
}

.magictabs .item.activated .title:before {
    bottom: -5px
}

.magictabs .item.activated,
.magictabs .item:hover {
    border-color: #ff3366;
}

.content-products .mage-magictabs {
    display: none;
}

.content-products .mage-magictabs.activated {
    display: block;
}

/*content product*/
.ajax_loading {
    background-image: url("../images/alothemes/loading.gif");
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 47%;
    padding: 0;
    position: absolute;
    z-index: 12;
    animation: 1.2s ease-in-out 0s normal none infinite tp-rotateplane;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 0px;
    width: 50px;
    height: 50px;
}

.main-product .products-grid .product-item {
    margin-bottom: 36px
}

.products-grid .item .product-item-info {
    background-color: #fff;
    transition: all 0.3s;
   
}

.products-grid .item:hover {
    z-index: 999
}

.item:hover .product-item-info {
    box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
    /* 01/08/2023 category page ->product hover next product reduce bottom padding */
    padding-bottom: 8px;
    margin-bottom: -48px;
    position: relative;
    z-index: 9;
    background-color: #fff
}

.item .products-textlink {
    /* position: absolute; top: 40px; left: 25px; right: 25px */
}

.item .images-container {
    padding: 15px 25px 0;
}

.products-grid .item .images-container:after {
    /* content: ""; 8/2/2024*/
    position: absolute;
    left: -1px;
    width: 1px;
    background-color: #eaeaea;
    top: 45px;
    bottom: 30px
}

.products-grid .item.slick-current.slick-active .images-container:after {
    display: none;
}

.cms-page-mix-product .products-grid .item:nth-child(3n+1) .images-container:after {
    display: none;
}

.item .price-box {
    display: block;
    margin: 0;
    float: left;
    max-width: calc(100% - 35px);
    min-height: 70px;
}

.block-related .item .price-box,
.box-up-sell .item .price-box {
    line-height: 45px;
}

.products-grid .item .actions .actions-primary {
    display: block;
    float: right;
    padding: 0px 0 0px 0
}

.products-grid .item .product-hover {
    text-align: center;
    position: relative;
}
/* Product name and pricing gave spacing - Shabina */
.products-grid .item .hover-box {
    padding-top: 12px ;
}

.magicproduct-custom .products-grid .item .product-hover {
    padding-bottom: 0px;
}

.item .actions .add-to-links:before,
.products-grid .item .actions .add-to-links:after {
    content: "";
    clear: both;
    display: table;
}

.item .actions:before,
.products-grid .item .actions:after {
    content: "";
    clear: both;
    display: table;
}

.item .actions {
    padding-bottom: 7px;
    position: relative;
}

.item .actions .add-to-links {
    /* 22/07/20-hide the wishlist */
    display:none;
    clear: both;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
    padding-bottom: 15px;
    left: 0px;
    right: 0px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 0;
    transition: all 0.3s;
}

.item:hover .actions .add-to-links {
    visibility: visible;
    opacity: 1;
    bottom: -48px
}

/* 09/07/24 Cart moved little top - Shabina */
.item button.button {
    padding: 0;
    border-width: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-top: -11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.item button.button.disabled {
    background-color: #fed700
}

.item button.button .icon {
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 40px
}

.magiccategory-product .products-grid .item:hover .price-box>.price-container .price {
    color: #343f49
}

.item button.button span span {
    text-indent: -9999px
}

.item button.button>span {
    line-height: 0px;
    display: none;
}

.item .product-name {
    text-align: left;
}

.item .product-name {
    font-size: 100%;
    line-height: normal;
    margin: 5px 0 1px;
    /*min-height: 53px;22/07/2023 space btw product name and price */
    text-align: left;
}

.item .product-name a.product-item-link {
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    display: block;
}

.item .product-name a.product-item-link:hover {
    text-decoration: none;
    outline: none;
}

.product-sidebar .item .product-name a.product-item-link {
    color: #333e48;
}

.item .add-to-links a {
    font-size: 13px;
    line-height: 20px;
    display: block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform: scale(0);
    opacity: 0;
    visibility: hidden;
}

.item:hover .add-to-links a {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.item .add-to-links a .icon {
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    color: #848484;
    vertical-align: middle;
    padding-right: 7px
}

.item .add-to-links .tocompare {
    float: left;
}

.item .add-to-links .towishlist {
    float: right;
}

.link-view {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 8px;
    right: 8px;
    z-index: 2;
    overflow: hidden;
}

.quickview {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
}

.quickview span {
    line-height: normal;
}

.item .link-view .quickview:hover {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #df3737;
}

.products-list .item .images-container .link-view {
    top: auto;
    bottom: 0;
}

.quickview .icons {
    font-size: 20px;
}

.products-list .item .images-container:hover .link-view,
.item:hover .link-view {
    opacity: 1;
    visibility: visible;
}

/*Price*/
/*.product-item .old-price{float: right;}*/
.product-item .old-price .price {
    font-size: 12px;
    color: #c76200;
    font-weight: normal;
    display: block;
    line-height: 25px;
}

.product-item .special-price .price {
    font-size: 20px;
    color: #ee0000;
    font-weight: normal;
    display: block;
    line-height: 45px
}

.product-item .special-price,
.product-item .old-price {
    display: inline-block;
    vertical-align: middle;
}

.fearured-products .product-item .special-price,
.fearured-products .product-item .old-price {
    display: block;
}

/*.price-box > .price-container .price, .product-item .price-box .minimal-price .price{display: block; line-height: 45px; font-size: 20px; color: #343f49; font-weight: normal;}*/
.price-box .price {
    /* line-height: 53px;22/07/2023 space btw product and price */
    font-size: 18px;
    color: #343f49;
    font-weight: normal;
}

.price-box .old-price .price {
    font-size: 14px;
}

.price-box .price-label {
    display: none;
}

.old-price .price {
    text-decoration: line-through;
}

/*Custom product*/
.magicproduct-custom .item .images-container {
    padding: 0
}

.magicproduct-custom .item .product-name {
    min-height: auto;
}

.magicproduct-custom .grid.products-grid .item {
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    /*width: 100%;*/
    margin-left: 0;
}

.magiccategory-product.magicproduct-custom .grid.products-grid .item {
    margin-bottom: 35px;
}

.magicproduct-custom .products-grid .item:hover {
    z-index: 99
}

.magicproduct-custom .products-grid .item .product-item-info {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    background-color: #fff;
    z-index: 99;
    padding-top: 20px;
    width: 98%;
}

.magiccategory-product.magicproduct-custom .products-grid .slick-active .item .product-item-info:after {
    border-left: 1px solid #eaeaea;
    content: "";
    display: block;
    height: 80%;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* content: ""; position: absolute; left: 0px; width: 1px; top: 35px; bottom: 18px; background-color: #eaeaea; */
}

.magiccategory-product.magicproduct-custom .products-grid .slick-current.slick-active .item .product-item-info:after {
    display: none;
}

.bestsellers-category .magicproduct-custom .products-grid .slick-slide:not(.slick-active) .item .product-item-info:after {
    display: none;
}

.magicproduct-custom .products-grid .item:hover .product-item-info:after {
    display: none;
}

.magicproduct-custom .products-grid .item .product-item-info .images-container {
    width: 40%;
    float: left;
}

.magicproduct-custom .products-grid .item .product-item-info .product-item-details {
    width: 60%;
    padding-left: 10px;
}

.magicproduct-custom .products-grid .item .product-item-info .images-container,
.magicproduct-custom .products-grid .item .product-item-info .product-item-details {
    display: inline-block;
    vertical-align: top;
}

.bestsellers-category .magicproduct-custom .products-grid .item .product-item-info .images-container,
.bestsellers-category .magicproduct-custom .products-grid .item .product-item-info .product-item-details {
    vertical-align: middle;
}

.bestsellers-category .magicproduct-custom .products-grid .item .product-item-info .images-container {
    float: none;
}

.bestsellers-category .magicproduct-custom .products-grid .item .product-item-info .product-item-details {
    width: 56%;
}

.magicproduct-custom .item .actions {
    margin-top: 0;
}

.cms-static-mix-custom-product {
    margin-top: 90px
}

.cms-static-mix-custom-product .magicproduct .products-grid .item .images-container:after,
.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info:after,
.magicproduct-custom .grid-custom .products-grid .item:after {
    display: none;
}

.cms-static-mix-custom-product .magicproduct-custom .products-grid .item:hover .product-item-info {
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 transparent
}

.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info {
    padding: 0
}

.cms-static-mix-custom-product .magicproduct-custom .grid.products-grid .item {
    padding: 0
}

.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info .images-container {
    width: 25%
}

.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info .product-item-details {
    width: calc(75% - 4px);
    padding-left: 15px;
}

.cms-static-mix-custom-product .magicproduct-custom .item .product-name {
    position: static;
}

.cms-static-mix-custom-product .item .price-box {
    margin-top: 5px;
    float: none;
}

.cms-static-mix-custom-product .content-products {
    margin-top: 20px
}

/*.magicproduct-custom .grid-custom .price-box > .price-container .price, .magicproduct-custom .grid-custom .price-box .special-price .price{font-size: 15px; color: #333e48; line-height: 20px}*/
.grid-custom .product-item .old-price .price {
    color: #8f8f8f;
    line-height: 20px
}

.magicproduct.magicproduct-custom .magictabs {
    text-align: left;
}

.magicproduct.magicproduct-custom .magictabs .item {
    padding: 0
}

.magicproduct.magicproduct-custom .item .title {
    cursor: text;
    font-size: 20px;
    color: #333e48;
    font-weight: normal;
    padding-bottom: 11px
}

.magicproduct.magicproduct-custom .item .title:hover {
    color: #333e48;
}

.magicproduct.magicproduct-custom .item .title:before {
    display: none;
}

/* .bestsellers-category {
    8/2/2024 unwanted space in Ecoupe Daily Best Sells
    margin-top: 42px 
} */

/*Navgation category tab*/
.magiccategory-product .block-title-tabs:before,
.magiccategory-product .block-title-tabs:after {
    content: "";
    clear: both;
    display: table;
}

.magiccategory-product .block-title-tabs {
    border-bottom: 1px solid #dddddd;
    margin: 25px 0
}

.magiccategory-product .type-product-title {
    float: left;
    margin: 0;
    font-size: 25px;
    color: #333e48;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 35px;
    padding-bottom: 11px;
    position: relative;
}

.magiccategory-product .type-product-title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -1px;
    height: 2px;
    background-color: #fed700;
}

.magiccategory-product .magictabs {
    float: right;
    margin: 0
}

.magiccategory-product .magictabs .item {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 15px
}

.section-category-slide .magiccategory-product .magictabs .item .title {
    position: relative;
    font-size: 15px;
    padding: 0 20px 0 18px;
    display: inline-block;
    line-height: 27px;
    cursor: pointer;
}

.section-category-slide .magiccategory-product .magictabs .item .title {
    border: 2px solid transparent;
}

.section-category-slide .magiccategory-product .magictabs .item.activated .title {
    border: 2px solid #fed700;
    border-radius: 30px;
}

.section-category-slide .magictabs .item.activated .title {
    font-weight: normal;
}

.section-category-slide .magiccategory-product .magictabs .item .title::before,
.section-category-slide .magiccategory-product .magictabs .item .title::after {
    display: none;
}

/*Main category multi grid*/
.main-category .products .product-items .sub-item:nth-child(1),
.main-category .products .product-items .sub-item:nth-child(3) {
    width: 22%;
    display: table-cell;
    vertical-align: top;
}

.main-category .products .product-items .sub-item:nth-child(1) .product-item-info:first-child,
.main-category .products .product-items .sub-item:nth-child(3) .product-item-info:first-child {
    margin-bottom: 8px
}

.main-category .products .product-items .sub-item:nth-child(2) {
    width: 56%;
    display: table-cell;
    vertical-align: top;
    padding: 0 8px
}

.main-category .slick-list {
    padding: 0 !important;
    margin: 0 !important
}

.main-category .products-grid .item .images-container:after {
    display: none;
}

.main-category .product-image-photo {
    width: 100%
}

.main-category .product-items .sub-item:nth-child(2) button.button {
    width: auto;
    height: auto;
    padding: 0 15px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.main-category .product-items .sub-item:nth-child(2) button.button .icon {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.main-category .product-items .sub-item:nth-child(2) button.button>span {
    padding: 0;
    display: inline-block;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
    text-transform: none;
}

.main-category .magictabs .item .title {
    font-size: 17px;
    margin: 0 20px;
}

.main-category .magiccategory-product .magictabs .item,
.main-category .magiccategory-product .type-product-title {
    padding-bottom: 0;
}

.main-category .magiccategory-product .type-product-title:before {
    bottom: -3px;
}

.main-category .products-grid .item:hover .product-item-info {
    box-shadow: 0 0 0 transparent;
    padding-bottom: 0;
    margin-bottom: 0;
    position: static;
}

.main-category .products-grid .item .product-item-info .per-product {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fff;
}

.main-category .product-item-info:hover .per-product {
    box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
    margin-bottom: -48px;
    padding-bottom: 48px;
    position: relative;
    z-index: 9;
}

.main-category .products-grid .item .product-item-info .per-product .images-container {
    padding: 0;
}

.main-category .item:hover .actions .add-to-links {
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.main-category .product-item-info:hover .actions .add-to-links {
    bottom: -48px;
    opacity: 1;
    visibility: visible;
}

.main-category .per-product:hover .add-to-links a {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.main-category .slick-slider .slick-list {
    padding: 5px 5px 60px !important;
    margin: 0px !important;
}

/*Best seller category product*/
.bestsellers-category .products-grid .item .images-container:after {
    display: none;
}

.bestsellers-category .slick-active:nth-child(1) .item .product-item-info:after .bestsellers-category .slick-current~.bestsellers-category .slick-slide .item .product-item-info:after {
    display: none;
}

.bestsellers-category .slick-dots {
    bottom: 16px;
    z-index: 3;
}

.bestsellers-category .content-products .slick-list {
    z-index: 9;
}

/*Featured product*/
.fearured-products {
    margin-top: 70px
}

.fearured-products .magicproduct .magictabs {
    text-align: left;
}

.fearured-products .magicproduct .magictabs .item {
    padding: 0
}

.fearured-products .magicproduct .magictabs .item .title {
    font-size: 25px;
    color: #333e48;
    cursor: text;
    font-weight: normal;
    line-height: 35px;
    padding-bottom: 11px
}

.fearured-products .magicproduct .magictabs .item .title:before {
    display: none;
}

.fearured-products .item .images-container {
    padding: 15px 15px 0;
}

.fearured-products .item .price-box {
    line-height: normal;
}

.products-grid .item.slick-slide .images-container:after {
    display: none;
}

.products-grid .item.slick-slide.slick-active .images-container:after {
    display: block;
}

.products-grid .item.slick-slide.slick-current.slick-active .images-container:after {
    display: none;
}

/*.fearured-products .products-grid .item.slick-active:last-child .images-container:after{display: none; visibility: hidden; opacity: 0;}*/

/*Product sidebar*/
.product-sidebar .magicproduct.magicproduct-custom .magictabs {
    margin-bottom: 30px;
}

.product-sidebar .magicproduct-custom .products-grid .item:hover .product-item-info {
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 transparent;
}

.product-sidebar .products-grid .item .images-container:after,
.product-sidebar .products-grid .item.slick-slide.slick-active .images-container:after {
    display: none;
}

.product-sidebar {
    margin-top: 65px
}

.product-sidebar .magicproduct-custom .products-grid .item .product-item-info {
    padding: 0;
}

.product-sidebar .magicproduct-custom .products-grid .item.slick-active:last-child .product-item-info {
    border-bottom: 0
}



.product-sidebar .magicproduct-custom .products-grid .item.slick-active {
    border-top: 1px solid #ddd;
}

.product-sidebar .magicproduct-custom .products-grid .item.slick-current.slick-active {
    border-top: 0;
}

/*.product-sidebar .product-item .price-box .minimal-price .price{font-size: 15px; line-height: 20px;}*/
.product-sidebar .product-item:hover .price-box .minimal-price .price {
    color: #ee0000;
}

.product-sidebar .products .slick-slider .slick-list {
    padding-bottom: 0;
}

.product-sidebar .slick-slider .slick-list {
    margin: 0;
    padding: 0;
}

.product-sidebar .magicproduct-custom .products-grid .item .product-item-info .product-item-details {
    width: 60%;
    float: left;
    padding-left: 15px;
}

.product-sidebar .item .price-box {
    line-height: normal;
}

/*timer product*/
.timer-product .list .item {
    border: 3px solid #fed700;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 21px;
}

.timer-product .products-grid .item .product-item-info {
    background-color: transparent;
}

.timer-product .products-grid .item:hover .product-item-info {
    padding-bottom: 0;
    margin-bottom: 0;
    box-shadow: 0 0 0 transparent;
    background-color: transparent;
}

.cms-page-countdown-product .magicproduct .block-title-tabs {
    display: none;
}

.cms-page-countdown-product .images-container {
    padding: 40px 25px 0px 38px;
}

.cms-page-countdown-product .products-grid .product-name {
    margin-bottom: 5px;
}

.timer-product .item .products-textlink {
    position: static;
    padding-top: 50px
}

.timer-product .products-grid .item .images-container:after {
    display: none;
}

.timer-product .item .price-box {
    float: none;
    text-align: center;
    margin-top: 1px
}

.timer-product .item .product-name a.product-item-link {
    text-align: center;
}

.timer-product .product-item .special-price .price {
    font-size: 30px;
    color: #ee0000;
    line-height: 3px;
}

.timer-product .product-item .old-price .price {
    font-size: 18px;
    color: #383838;
}

/*timer*/
.slogan-countdown {
    display: block;
    font-size: 15px;
    color: #383838;
    line-height: 25px;
    text-align: center;
    margin-top: -7px;
}

.alo-count-down {
    clear: both;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 26px
}

.alo-count-down .countdown {
    display: block;
}

.timer-box {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 0 7px
}

.timer-box:after {
    content: ":";
    position: absolute;
    color: #383838;
    display: block;
    line-height: 41px;
    text-align: center;
    top: 0;
    right: -8px
}

.alo-count-down .timer-box:last-child:after {
    display: none;
}

.timer-box>span:first-child {
    display: block;
    width: 50px;
    height: 41px;
    line-height: 41px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #e6e6e6;
    text-align: center;
}

.timer-box span b {
    display: block;
    font-size: 30px;
    color: #383838;
    font-weight: normal;
}

.timer-box span.title {
    font-size: 12px;
    color: #383838;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    line-height: 22px
}

.alo-count-down .timer-box .title:before,
.alo-count-down .timer-box .title:after {
    display: none;
}

/* View Type:Grid */
.category-product-grid .short-desc {
    margin-top: 20px
}

.description.product-item-description {
    margin: 0;
}

.category-product-grid .product-item {
    width: 33.3333%;
    margin-bottom: 30px
}

.short-desc ul li {
    font-size: 12px;
    color: #7d7d7d;
    font-weight: normal;
    margin: 5px 0;
    line-height: 15px;
    position: relative;
    padding-left: 12px
}

.category-product-grid .item .actions {
    margin-top: 8px
}

.sku {
    margin-top: 32px
}

.sku,
.sku label {
    font-size: 13px;
    font-weight: normal;
    color: #7d7d7d;
}

.sku label {
    text-transform: uppercase;
    padding-right: 5px;
    margin-bottom: 0
}

/* .products-grid.category-product-grid .item .images-container:after{top: 60px; bottom: 50px} */
.products-grid.category-product-grid .item:nth-child(3n+1) .images-container:after {
    display: none;
}

.timer-product .item .price-box {
    max-width: none;
}

/* View Type:List */
.category-product-list li.item {
    border-bottom: 1px solid #eaeaea;
    margin: 0 0 30px;
    padding: 0 0 30px;
}

.category-product-list li.item:last-child {
    border-bottom: 0
}

.category-product-list .item:hover .product-item-info {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.category-product-list .item .actions .add-to-links {
    position: static;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 0
}

.category-product-list .item .add-to-links a {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.category-product-list .item .product-item-details,
.category-product-list .item .product-hover,
.category-product-list .item .hover-box {
    float: left;
    vertical-align: middle;
}

.category-product-list .item .images-container {
    padding: 0
}

.category-product-list .item .product-item-details {
    margin: 0;
    width: 22%;
}

.category-product-list .item .product-swatch.product-item-details {
    width: 100%;
    float: none;
}

.category-product-list .item .product-swatch.product-item-details .price-box {
    display: none;
}

.category-product-list .item .product-hover {
    width: 22%;
    position: relative;
}

.category-product-list .item .hover-box {
    width: 56%;
    padding-left: 30px;
    padding-right: 30px
}

.products-list .item .product-item-photo {
    display: table-cell;
    padding: 10px
}

.products-list.category-product-list .item .product-item-photo {
    display: block;
    padding: 0;
    width: auto;
}

.category-product-list .item .price-box {
    float: none;
    padding: 10px 0
}

.category-product-list .item button.button .icon {
    display: inline-block;
    line-height: 43px;
    vertical-align: middle;
}

.category-product-list .item button.button>span {
    display: inline-block;
    line-height: 43px;
    text-transform: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.category-product-list .item button.button {
    width: 100%;
    height: auto;
    border-radius: 43px
}

.category-product-list .item button.button span span {
    text-indent: 0;
    display: inline-block;
    line-height: 43px;
    text-transform: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.content-products .actions .stock:before {
    content: "a";
    font-family: "untitled-font-6" !important;
    font-size: 20px;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    line-height: 37px;
    text-transform: none !important;
}

.content-products .actions .stock:after {
    background-color: #df3737;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: 9px;
    top: 9px;
    transform: rotate(35deg);
    width: 2px;
}

.content-products .stock span {
    text-indent: -999em;
    width: 0;
}

.stock label {
    font-size: 12px;
    color: #8f8e94;
    font-weight: normal;
    margin: 0 18px;
    padding-right: 5px;
    line-height: 20px;
    display: inline-block;
}

.stock span {
    font-size: 14px;
    color: #f70d0d;
    font-weight: bold;
    display: inline-block;
    line-height: 20px
}

.stock {
    padding-bottom: 8px;
    color: #df3737;
}

.category-product-list .stock {
    border-bottom: 1px solid #dddddd;
}

.category-product-list .stock span {
    color: #5bb300;
}

/*.category-product-list .price-box > .price-container .price, .category-product-list .product-item .special-price .price{font-size: 23px}*/
.category-product-list .item .actions .add-to-links:before,
.category-product-list .item .actions .add-to-links:after {
    content: "";
    clear: both;
    display: table;
}

.toolbar-bottom.toolbar-view-list {
    margin-top: 20px
}

.category-product-list .product-item .product-reviews-summary .reviews-actions {
    display: inline-block;
}

.category-product-list .item .product-name {
    min-height: auto;
}

.product-item-description ul {
    list-style: disc outside;
    padding-left: 1.5em;
    margin-left: -5px;
}

.product-item-description ul li {
    margin: 0;
    padding: 0;
    color: #555;
    font-size: 14px;
}

/* Product Hover ========================================================================== */
.product-img-back {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}

.item:hover .product-img-back {
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease 0s
}

.magicmenu .nav-desktop .level0 .product-img-back {
    transition-property: none;
}

.magicmenu .nav-desktop .level0.hasChild .level-top:after {
    display: inline-block;
}

.magicmenu .nav-desktop .level0 .level-top {
    padding: 13px 15px;
}

.header-container-fixed .magicmenu .nav-desktop .level0 .level-top {
    padding: 13px 24px;
}

.vmagicmenu .block-title .icon {
    line-height: 55px;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
/*detail product / view product*/
.box-tocart .fieldset .actions .tocart span {
    display: inline-block;
    font-size: 14px;
}

.product-info-main .page-title-wrapper .page-title {
    margin: 0;
    border-left: 5px solid #fed700;
    padding-left: 12px;
}

.product-info-main .page-title-wrapper .page-title span {
    font-size: 29px;
    color: #333e48;
    font-weight: 550;
    display: block;
    line-height: 30px;
    text-align: left;
    /* 22/3/2024 pdp page product name - vishnupriya k */
    margin-bottom:7px;
    padding-top: 7px;
}

.product-essential .product-media,
.product-essential .product-info-main {
    float: left;
    padding: 0 15px
}

.product-essential .product-media {
    width: 45%
}

.product-essential .product-info-main {
    width: 55%
}

.product-reviews-summary .rating-summary,
.product-reviews-summary .reviews-actions {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.product-info-main .product-reviews-summary {
    margin-top: 7px
}

.product-info-main .product-info-stock-sku {
    margin-top: 6px;
    margin-bottom: 18px
}

.product-essential .product-info-main .price-box {
    padding-top: 12px
}

.product-essential .stock label {
    font-size: 15px;
    color: #8f8e94;
    text-transform: capitalize;
    display: none;
}

.product-essential .stock span {
    font-size: 13px;
    color: #5bb300;
    /*21/3/2024 - vishnupriya k 
    text-transform: capitalize; */
    position: relative;
    left: 30px;
}

.product-essential .stock {
    padding-bottom: 0;
    border: 0;
}

.product-essential .product-info-main .product-social-links {
    padding-top: 20px;
    text-align: left;
}

.product-essential .product-info-main .product-social-links .product-addto-links {
    display: inline-block;
    text-align: left;
}

.product-essential .product-info-main .product-social-links .mailto.friend {
    font-size: 13px;
    color: #848484;
    display: inline-block;
    line-height: 20px;
}

.product-essential .product-info-main .product-social-links .mailto.friend span {
    padding-left: 5px
}

.product-essential .product-info-main .product-social-links .mailto.friend:before {
    padding-left: 10px;
    font-family: "untitled-font-6" !important;
    content: "\74";
    line-height: 23px;
    font-size: 13px;
    vertical-align: middle;
}

.product-essential .product-social-links .tocompare,
.product-essential .product-social-links .towishlist {
    font-size: 13px;
    color: #848484;
    display: inline-block;
    line-height: 20px
}

.product-essential .product-social-links .towishlist {
    padding-left: 10px
}

.product-essential .product-social-links .action .icon {
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    padding-right: 5px
}

.product-info-main .attibute ul li {
    font-size: 12px;
    color: #7d7d7d;
    font-weight: normal;
    margin: 5px 0;
    line-height: 15px;
    position: relative;
    padding-left: 12px
}

.product-info-main .attibute ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 3px;
    background-color: #7d7d7d;
    border-radius: 50%;
}

.product-info-main .price-box .price-wrapper .price {
    font-size: 27px;
    color: #636a6f;
    font-weight: bold;
    margin-left: 10px;
}

.product-info-main .price-box .old-price .price-wrapper .price {
    font-size: 20px;
    padding-left: 10px;
    color: red;
    font-weight: normal;
}

.product-info-main .price-box .special-price,
.product-info-main .price-box .old-price {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.product-info-main .price-box .special-price .price-container .price,
.product-info-main .price-box .old-price .price-container .price {
    display: block;
    line-height: 35px
}

.product-info-main .price-box .special-price .price-container,
.product-info-main .price-box .old-price .price-container {
    margin: 0
}

.product-info-main .product-add-form .box-tocart {
    margin-top: 15px
}

.product-info-main .product-add-form .box-tocart .fieldset .control {
    width: 120px !important;
}

.cart.item .control {
    width: 115px;
}

.cart.item .control,
.box-tocart .control {
    height: 34px;
    border: 1px solid #fed700;
    position: relative;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
}

.cart.item .control .increase,
.cart.item .control .reduced,
.box-tocart .control .increase,
.box-tocart .control .reduced {
    position: absolute;
    width: 21px;
    height: 21px;
    color: #333e48;
    line-height: 22px;
    border: 0;
    background-color: #ededed;
    top: 6px;
    font-size: 10px;
    padding: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.box-tocart .control .increase {
    left: 8px
}

.cart.item .control .increase {
    right: 35px
}

.box-tocart .control .reduced {
    right: 8px
}

.cart.item .control .reduced {
    right: 8px
}

.box-tocart .qty .label {
    font-size: 13px;
    color: #333e48;
    margin-bottom: 0;
    line-height: 15px;
    display: inline-block;
    padding-bottom: 5px;
    float: none;
}

.box-tocart .control input.qty {
    width: 100px;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #818181;
    padding: 0 35px;
    height: 26px;
    line-height: 32px
}

.box-tocart .fieldset .qty,
.box-tocart .fieldset .actions {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 12px !important;
}

.box-tocart .fieldset .qty {
    margin-left: 0
}

.box-tocart .fieldset .actions {
    margin-right: 0 !important
}

.box-tocart .fieldset .actions .tocart {
    height: 47px;
    border: 0;
    background-color: #fed700;
    line-height: 50px;
    margin-right: 13px;
    color: #fff;
    padding: 0 24px 0 19px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.box-tocart .fieldset .actions .tocart .icon {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px
}

.box-tocart .fieldset .actions .tocart span>span {
    font-size: 14px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
}

.product-info-main.product-shop .product.attribute.overview {
    padding: 13px 0 0;
    border-top: 1px solid #e9e9e9;
    color: #000;
}

._has-modal #backtotop {
    z-index: 99;
}

/*grouped product*/
.product-info-main .table.grouped .product-item-name {
    display: block;
    font-weight: normal;
    text-align: left;
    margin: 0;
}

.product-info-main .table.grouped .price-box .price-wrapper .price {
    font-size: 15px;
    line-height: 20px
}

.product-essential .product-info-main .price-box {
    line-height: normal;
}

/* Rating */
.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0
}

.ratings-table th {
    font-weight: normal;
    padding-right: 8px
}

/* Availability */
.availability {
    margin: 0
}

.availability span {
    font-weight: bold
}



.availability.out-of-stock span {
    color: #d83820
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none
}

.availability-only .expanded {
    background-position: 100% -15px
}

.availability-only strong {
    color: #be2c00
}

.availability-only-details {
    margin: 0 0 7px
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold
}

/* Email to a Friend */
.email-friend {
    margin: 0
}

.product-view .product-shop .email-friend {
    float: left;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px
}

.alert-stock {
    margin: 0;
    font-size: 11px
}

/********** < Product Prices */
.price {
    white-space: nowrap !important
}

.price-box {
    margin: 5px 0
}

/*.price-box .price{font-size:16px;color: #ff5555;}*/
/* Regular price */
.regular-price {
    color: #c76200
}

.regular-price .price {
    color: #ff5555;
}

/* Old price */
.old-price {
    margin: 0;
    display: inline-block;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
    display: none
}

/* Special price */
.special-price {
    margin: 0;
    padding: 0 3px 0 0;
    display: inline-block;
    line-height: 20px;
}

.special-price .price-label {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    color: #cd5033;
    display: none
}

.special-price .price {
    color: #ff5555;
    margin: 0 5px 0 0;
}

.product-view .product-shop .special-price .price {
    font-size: 25px;
}

.product-view .product-shop .special-price {
    line-height: 25px;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0
}

.product-item .special-price .price,
.product-item .minimal-price .price {
    line-height: 45px;
    font-size: 20px;
    color: #343f49;
    font-weight: normal;
}

/*.minimal-price .price-label{font-weight:bold;white-space:nowrap;display:none}*/
.minimal-price-link {
    display: block
}

.minimal-price-link .label {
    color: #1e7ec8
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8
}

/* Excluding tax */
.price-excluding-tax {
    display: inline-block;
    color: #999;
    vertical-align: middle;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200
}

/* Configured price */
.configured-price {
    margin: 0
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap
}

.configured-price .price {
    font-weight: bold
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
    display: inline-block;
    /* vertical-align: middle; */
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap
}

.price-excl-tax .price {
    display: block
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap
}

.price-incl-tax .price {
    display: block;
    font-weight: bold
}

/* Price range */
.price-from {
    margin: 0
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap
}

.price-to {
    margin: 0
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f
}

/* Price as configured */
.price-as-configured {
    margin: 0
}

.price-as-configured .price-label {
    font-weight: 300;
    white-space: nowrap
}

.price-box-bundle {
    padding: 0 0 10px 0
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important
}

.price-box-bundle .price {
    color: #000
}

/********** Product Prices > */

/*Table*/
.table-wrapper .col {
    font-size: 18px;
    font-weight: normal;
    color: #747474;
    text-transform: capitalize;
}


/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703
}

.tier-prices-grouped li .price {
    font-weight: bold
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0
}

.add-to-links .separator {
    display: none
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: normal;
    color: #666;
    line-height: 40px
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
    height: 40px
}

.add-to-cart button.button {
    float: left
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0
}

.product-view .add-to-cart .paypal-logo {
    margin: 0
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0
}

.add-to-box .add-to-links {
    border-bottom: 1px solid #f3f3f3;
    clear: both;
    margin: 0 0 15px;
    padding: 0 0 25px;
    text-align: left
}

.add-to-box .add-to-cart {
    float: left
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666
}

.add-to-box .add-to-links {
    float: left;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important
}

.add-to-box .add-to-links li .separator {
    display: none !important
}

/* Tab detail */
.product.info.detailed .data.item {
    border: 1px solid #dddddd;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.product.data.items>.item.title {
    display: inline-block;
    cursor: pointer;
    position: relative;
    border: 0;
    padding: 0 25px;
}

.product.info.detailed {
    margin: 0px 0 40px;
}

.product.info.detailed .product.data.items>.item.title .switch {
    position: relative;
    font-size: 18px;
    color: #333e48;
    display: inline-block;
    line-height: 25px;
    padding-bottom: 15px
}

.product.info.detailed .product.data.items>.item.title.active .switch {
    font-weight: bold;
}

.product.info.detailed .product.data.items>.item.title .switch:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fed700;
    left: 0;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.product.info.detailed .product.data.items>.item.title .switch:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 5px;
    left: calc(50% - 5px);
    bottom: 10px;
    background-color: #fed700;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.product.info.detailed .product.data.items>.item.title:hover .switch:before,
.product.info.detailed .product.data.items>.item.title.active .switch:before {
    opacity: 1;
    visibility: visible;
    bottom: -1px
}

.product.info.detailed .product.data.items>.item.title:hover .switch:after,
.product.info.detailed .product.data.items>.item.title.active .switch:after {
    opacity: 1;
    visibility: visible;
    bottom: -6px
}

.product.info.detailed .product.data.items .description p {
    font-size: 15px;
    color: #686c6f;
    line-height: 25px;
}

.review-product-list .pager {
    float: none;
    padding: 0;
}

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

.product.data.items>.item.content {
    padding: 30px 30px 20px;
    text-align: left;
    width: 100%;
    float: left;
}

/*.product.data.items > .item.title > .switch {display: block;position: relative; z-index: 2;color: #aaaaaa;font-size: 20px;}*/
.product.data.items>.item.title>.switch .counter {
    font-size: 20px;
}

/*.product.data.items > .item.title.active > .switch,.product.data.items > .item.title:hover > .switch{color: #333;}*/
.product.data.items::before,
.product.data.items::after {
    content: "";
    display: table;
}

.product.data.items:after {
    clear: both;
}

.product-view .toggle-tabs .item.active,
.product-view .toggle-tabs .item:hover {
    color: #333333;
}

.review-add .block-content .fieldset {
    padding: 0;
    margin: 0;
}

.product-collateral h2 {
    display: none
}

.product-collateral h3,
.product-collateral h4 {
    color: #666666;
    font-size: 20px;
}

.product-collateral .box-collateral.box-review_form {
    color: #000
}

.product-collateral .box-description {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
}

.product-collateral h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 2px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px
}

/* Product Images */
.product-view .product-img-box .product-image {
    position: relative;
    z-index: 0;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    z-index: 0;
}

.zoomContainer,
.zoomWindowContainer {
    z-index: 10000;
}

.product-view .product-img-box .more-views {
    width: 360px;
    margin: 20px auto;
}

.fotorama__nav-wrap {
    margin-top: 20px;
}

.product-view .product-img-box .more-views h2 {
    display: none;
    font-size: 11px;
    margin: 10px 0;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views li img {
    margin: 0;
    border: 0px solid #fff;
}

.product-view .product-img-box .more-views li img:hover {
    opacity: 0.5;
}

.product-view .product-img-box .more-views .bx-wrapper .bx-pager {
    display: none;
}

.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a {
    top: 0;
    background-color: #f5f5f5;
    width: 30px;
    height: 95px;
    border: 0;
    line-height: 95px;
    font-size: 14px;
    color: #444;
    display: none;
}

.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a:hover {
    background-color: #ff5555;
    color: #fff;
}

.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -46px;
}

.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a.bx-next {
    right: -48px;
}

.product-view .product-img-box:hover .more-views .bx-wrapper .bx-controls-direction a {
    display: block;
}

.product-image-popup {
    margin: 0 auto
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center
}

.product-image-popup .image {
    display: block;
    margin: 10px 0
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f
}

.fotorama__stage {
    border: 1px solid #eee;
    transform: none !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    margin-left: 20px;
}

.fotorama--fullscreen .zoomImg {
    display: none !important;
}

.cms-index-index .fancybox-wrap .page-wrapper {
    background-color: #fff;
}

.page-layout-2columns-left .fancybox-wrap .alocolumns,
.page-layout-2columns-right .fancybox-wrap .alocolumns {
    margin: 0 !important;
}

.page-layout-2columns-left .fancybox-wrap .column.main,
.page-layout-2columns-right .fancybox-wrap .column.main {
    width: 100% !important;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
}

.fancybox-wrap .container {
    max-width: 100%;
}

.fancybox-skin {
    border-radius: 4px;
}

.product-view.product-quickview {
    margin: 0;
}

.product-view.product-quickview .product-essential {
    padding: 15px 0;
}

.product-view.product-quickview .product-media.product.media {
    float: left;
    width: 41.6667%;
    padding-left: 15px;
}

.product-view.product-quickview .product-info-main.product-shop {
    float: left;
    width: 58.3333%;
    padding: 0 15px;
}

.fancybox-wrap iframe {
    vertical-align: inherit !important;
}

.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper {
    position: static;
    text-align: left;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
}

.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper .page-title {
    border: 0;
}

.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper .page-title span {
    border: 0;
    padding: 0;
    position: static;
}

.product-view.product-quickview .product-shop .shop-content-left,
.product-view.product-quickview .product-shop .shop-content-right {
    float: none;
    width: 100%;
}

.product-view.product-quickview .product-shop .shop-content-right {
    padding: 0;
    border: 0;
    text-align: left;
}

.product-view.product-quickview .product-qty {
    margin: 0;
}

/* move style alothemes */
.alothemes {
    display: block;
}

.item .quickview.configurable {
    display: none !important;
}

/* Product Shop */
.product-view .product-shop {
    text-align: left;
}

.product-view .product-shop .page-title-wrapper .page-title {
    margin: 0;
}

.product-view .product-shop .product-name h1,
.product-view .product-shop .page-title-wrapper .page-title span {
    display: block;
    color: #444;
    font-size: 25px;
    line-height: 25px;
    margin: 0px 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 550;
}

.product-info-stock-sku {
    margin: 10px 0;
}


/* .product-info-main .stock.unavailable {
    font-weight: normal;text-transform: inherit;
} */

.product-info-main .product.attibute.sku .type {
    color: #767676;
    font-size: 15px;
    font-weight: normal;
}

.product-info-main .product.attibute.sku .type::after {
    content: "#:";
}

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

.category-product-grid .product-item .product-reviews-summary .reviews-actions {
    display: inline-block;
}

.product-item .product-reviews-summary {
    display: none;
    /* 10/10/2023 remove block space */
    margin: 5px 0;
}

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

.product-info-main .product-reviews-summary .reviews-actions .action {
    margin: 0 18px;
}

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

.review-title {
    font-weight: 600;
}

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

.rating-summary .rating-result {
    width: 98px;
    position: relative;
    vertical-align: middle;
    display: inline-block;
}

.rating-summary .rating-result>span:before {
    content: "\e006" "\e006" "\e006" "\e006" "\e006";
    color: #fed700;
    position: relative;
    z-index: 2;
}

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

.product-item .rating-summary .rating-result>span:before,
.product-item .rating-summary .rating-result:before {
    font-size: 13px;
    height: 13px;
    line-height: 13px
}

.product-item .rating-summary .rating-result {
    width: 83px
}

.rating-summary .rating-result>span:before,
.rating-summary .rating-result:before {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    letter-spacing: 4px;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    padding-left: 2px
}

.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-rating .control {
    margin-bottom: 48px;
    margin-top: 10px;
}

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

.review-control-vote::before {
    color: #dcdcdc;
    content: "\e007" "\e007" "\e007" "\e007" "\e007";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 25px;
    letter-spacing: 10px;
    line-height: 25px;
    position: absolute;
    vertical-align: top;
    z-index: 1;
}

.review-control-vote label::before {
    color: #fed700;
    font-size: 16px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    height: 25px;
    letter-spacing: 10px;
    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: "\e006";
}

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

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

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

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

.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-view .product-shop .short-description .std p {
    font-size: 13px;
    color: #252525;
    margin: 0;
    line-height: 24px;
}

.product-view .product-shop .addit {
    padding: 0px 0 0
}

.product-view .product-shop .addit .so-social-share {
    float: left;
    margin-right: 10px;
}

.so-twitter.so-social-share {
    width: 80px;
}

.so-plusone.so-social-share {
    width: 65px;
}

.product-view .add-to-box .add-to-cart {
    float: left;
}

.product-info-main .price-box .price-including-tax+.price-excluding-tax,
.product-options-bottom .price-box .price-including-tax+.price-excluding-tax,
.product-info-main .price-box .weee+.price-excluding-tax,
.product-options-bottom .price-box .weee+.price-excluding-tax,
.product-info-main .price-box .weee,
.product-options-bottom .price-box .weee {
    line-height: normal;
    margin: 0;
}

.product-view .product-qty label,
.product-view .product-qty label span {
    font-size: 13px;
    font-weight: normal;
    margin: 0 10px 0 0;
    padding: 0;
    line-height: 35px;
    text-transform: uppercase;
}

.product-view .product-qty label,
.product-view .product-qty .custom-qty {
    float: left;
}

.product-view .product-qty .custom-qty {
    margin: 0 55px 0 0;
    background-color: #f5f5f5;
}

.product-view .product-shop .add-to-cart .items:hover,
.product-options-bottom .items:hover,
.product-shop .add-to-box .items:hover {
    color: #ff5555;
}

.product-view .product-shop input.qty {
    background-color: transparent;
    border: 0px solid #dddee0;
    float: left;
    height: 35px;
    text-align: center;
    width: 35px !important;
    color: #333333;
    font-size: 13px;
}

.product-static img {
    background-color: #fff;
    padding: 10px;
}

.container-quickview {
    padding-bottom: 15px;
    padding-top: 15px;
}

/* Product Options */
.product-options {
    margin: 0;
    padding: 0px;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}

.product-options dl {
    margin: 0;
    overflow: hidden;
}

.product-options dt {
    padding: 40px 0 0;
    font-weight: normal
}

.product-options dt label {
    font-weight: normal;
    color: #444444;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-right: 5px
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0
}

.product-options dd .qty-holder label {
    vertical-align: middle;
    font-weight: 300
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f
}

.product-options dd {
    padding: 0px;
    margin: 0
}

.product-options dl.last dd.last {
    border-bottom: 0;
    margin-bottom: 0
}

.product-options dd input.input-text {
    width: 98%
}

.product-options dd input.datetime-picker {
    width: 150px
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle
}

.product-options dd textarea {
    width: 98%;
    height: 8em
}

.product-options dd select {
    width: 99%
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px
}

.product-options ul.options-list {
    margin-right: 5px
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px
}

.product-options ul.options-list label {
    font-weight: normal
}

.product-options ul.validation-failed {
    padding: 0 7px
}

.product-options p.note {
    margin: 0;
    font-size: 11px
}

.product-options p.required {
    text-align: left;
    clear: both;
    margin: 10px 0 40px;
}

/*.box-tocart{padding:45px 0;float: left;}*/
.product-options-bottom .fieldset {
    padding: 0;
    margin: 0;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px
}

.product-options-bottom .price-tax {
    float: left
}

.product-shop .product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0 0 10px;
    display: none;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0
}

.product-shop .product-options-bottom .price-tax {
    float: none
}

.product-options-wrapper {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 30px;
    padding-bottom: 30px;
}

.table-wrapper.grouped {
    border: 1px solid #ddd
}

/*review form detail product*/
.review-add .review-form {
    width: 100%;
    max-width: 100%
}

.review-add .review-form .review-field-ratings {
    width: 35%;
    float: left;
}

.review-add .review-form .review-fieldset .review-field-nickname,
.review-add .review-form .review-fieldset .review-field-summary,
.review-add .review-form .review-fieldset .review-field-text {
    width: 65%;
    float: right;
    padding: 4px 0
}

.review-add .review-form .review-fieldset .review-field-ratings>.label {
    font-size: 18px;
    color: #333e48;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 46px;
    padding: 0 0 6px 0;
    border: 0
}

.review-add .review-form .review-fieldset .review-field-ratings .control {
    margin-top: 10px
}

.review-add .review-form .review-fieldset .review-field-ratings .control .label {
    font-size: 14px;
    color: #333e48;
    padding: 0;
    min-width: 70px
}

.review-add .review-form .review-fieldset .review-field-nickname .label,
.review-add .review-form .review-fieldset .review-field-summary .label,
.review-add .review-form .review-fieldset .review-field-text .label {
    width: 100px;
    display: inline-block;
    font-size: 14px;
    color: #333e48;
    line-height: 37px
}

.review-add .review-form .review-fieldset .review-field-nickname .control,
.review-add .review-form .review-fieldset .review-field-summary .control,
.review-add .review-form .review-fieldset .review-field-text .control {
    width: calc(100% - 104px);
    display: inline-block;
}

.review-add .review-form .review-fieldset .field .control>.input-text {
    background-color: #fff;
    padding: 0 15px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #818181;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.review-add .review-form .review-fieldset .field .control>textarea {
    background-color: #fff;
    padding: 0 15px;
    line-height: 25px;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #818181;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.review-add .review-form .review-form-actions {
    text-align: right;
    margin-top: 13px
}

.review-add .review-form .review-form-actions .actions-primary {
    float: none;
}

.review-add .review-form .review-form-actions .actions-primary .action {
    height: 37px;
    border-color: #fed700;
    padding: 0 16px;
    margin: 0;
    border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
}

.review-add .review-form .review-form-actions .actions-primary .action span {
    font-size: 13px;
    font-weight: bold;
    line-height: 35px;
    text-transform: capitalize;
}

/*review list*/
.review-list .block-title {
    display: none;
}

.review-list .block-content .review-item .review-title {
    display: none;
}

.review-list .block-content .review-item .review-ratings {
    max-width: 100%;
    float: none;
}

.review-list .block-content .review-item .review-content {
    margin: 0;
    padding-top: 10px;
    font-size: 14px;
    color: #686c6f;
    line-height: 20px
}

.review-list .block-content .review-item .review-details {
    margin: 0;
    padding-top: 20px
}

.review-list .block-content .review-item .review-details p {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.review-list .block-content .review-item .review-details p.review-author .review-details-value {
    font-size: 14px;
    color: #686c6f;
    text-transform: capitalize;
}

.review-list .block-content .review-item .review-details p.review-author .review-details-label {
    font-size: 13px;
    color: #aeaeae;
}

.review-list .block-content .review-item .review-details p.review-date {
    font-size: 13px;
    color: #aeaeae;
    padding-left: 20px
}

.review-list .block-content .review-item {
    border-bottom: 1px solid #dddddd
}

.review-list .block-content .review-item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.review-list .block-content .review-toolbar {
    border: 0;
    margin: 0
}


/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0
}

.data.table.grouped tbody tr td input.qty {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #ddd
}

/* Block:Description */
.product-view .box-description {}

/* Block:Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25
}

/* Block:Upsell */
.product-view .box-up-sell {
    margin-bottom: 0px;
}

.product-view .box-up-sell .block-title h3 span {
    padding: 0;
}

.product-view .box-up-sell .title-divider {
    margin-bottom: 30px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    padding: 0;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb
}

.product-view .box-up-sell .products-grid .ratings .rating-links {
    padding: 0
}

.product-view .sale-content .block-title-tabs {
    display: none;
}

.product-view .box-up-sell .bx-controls .bx-default-pager {
    display: none;
}

/* Block:Tags */
.product-view .box-tags {
    margin: 0
}

.product-view .box-tags h3 {
    font-size: 13px
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 5px;
    color: #000000
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    padding: 0
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
    height: 38px;
}

.product-view .box-tags .note {
    margin: 5px 0 0;
    padding: 0;
    font-size: 11px;
    color: #666
}

/* Block:Reviews */
.product-view .box-reviews dl {
    margin: 0
}

.product-view .box-reviews dt {
    padding: 0 0 5px
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold
}

.product-view .box-reviews dd {
    margin: 0 0 15px
}

.product-view .box-reviews dd small {
    font-style: italic
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0
}

.product-view .box-reviews .form-add h3 {
    font-size: 13px;
    font-weight: normal
}

.product-view .box-reviews .form-add h3 span {
    font-weight: bold
}

.product-view .box-reviews .form-add h4 {
    font-size: 12px
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px
}

.product-view .box-collateral .data-table th {
    font-weight: normal
}

.product-view .box-collateral .data-table {
    margin-bottom: 10px
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden
}

.send-friend .form-list li {
    margin-right: -15px
}

.send-friend .form-list li p {
    margin: 0 15px 0 0
}

.send-friend .form-list .field {
    width: 315px
}

.send-friend .form-list .input-box {
    width: 300px
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px
}

.send-friend .form-list li.wide .input-box {
    width: 612px
}

.send-friend .form-list li.wide textarea {
    width: 609px
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal
}

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px 0 10px 0
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0
}

.tags-list li a {
    color: #e8e9ee
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none
}

.advanced-search-amount {
    margin: 0 0 10px
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px
}

.advanced-search-summary ul {
    float: left;
    width: 49%
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative
}

.page-sitemap .links a:hover {
    text-decoration: underline
}

.page-sitemap .sitemap {
    margin: 12px
}

.page-sitemap .sitemap a {
    color: #1b2d3b
}

.page-sitemap .sitemap li {
    margin: 3px 0
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px
}

/* ======================================================================================= */

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px
}

.cart .title-buttons .checkout-types {
    float: right;
    display: none;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px
}

/* Shopping Cart ========================================================================= */
.cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    vertical-align: middle;
}

.cart.table-wrapper .item .col.item {
    display: block;
    min-height: 75px;
    position: relative
}

.cart.table-wrapper .action.help.map {
    font-weight: 400
}

.checkout-cart-index .cart.table-wrapper .product-image-container {
    display: inline-block;
}

.cart-container .form-cart .item-info .action-delete,
.cart-container .form-cart .item-info .action-edit {
    display: block;
    line-height: 20px
}

/*.cart-container .cart-summary{position: static !important}*/
.form-cart .actions .continue {
    border: 0;
    padding: 0 20px 0;
    display: inline-block;
    vertical-align: middle;
}

.form-cart .actions .continue:before {
    content: "\f100";
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px
}

.coupon .control .input-text {
    height: 47px;
    padding: 0 145px 0 10px;
    line-height: 45px;
    border: 1px solid #dddddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.coupon {
    position: relative;
}

.coupon .actions-toolbar {
    position: absolute;
    right: 0;
    bottom: 0;
}

.coupon .actions-toolbar button.apply {
    margin: 0;
    padding: 0 15px;
    background-color: #333e48;
    border-color: #333e48;
    border-radius: 0 25px 25px 0;
    -webkit-border-radius: 0 25px 25px 0;
    -moz-border-radius: 0 25px 25px 0;
}

.coupon .actions-toolbar button.apply span {
    color: #fff
}

.coupon .actions-toolbar button.apply:hover {
    background-color: #fed700;
    border-color: #fed700
}

.cart-summary {
    z-index: 9
}

.checkout-methods-items .item .multicheckout {
    display: block;
    text-align: center;
    border-radius: 25px;
    font-size: 15px;
}

.checkout-methods-items .item .multicheckout span {
    font-size: 15px;
}

.modal-inner-wrap {
    background-color: #f5f5f5
}

.modal-inner-wrap .modal-content {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.opc-block-summary.modal-inner-wrap .modal-content {
    background-color: transparent;
    margin: 0
}

.opc-block-summary .modal-inner-wrap .modal-content .items-in-cart {
    margin: 0
}

/*.opc-block-summary .modal-inner-wrap .modal-content .items-in-cart .minicart-items-wrapper{max-height: auto; margin: 0; padding: 15px 0 0 0}*/
.opc-block-summary .minicart-items-wrapper {
    max-height: 330px;
    margin: 0;
    padding: 15px 0 0 0;
    overflow: auto
}

.opc-block-summary .product-item .product-item-name-block {
    display: block;
}

.opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
}

.opc-block-summary .product-item .product-item-inner {
    display: block;
}

.opc-block-summary .minicart-items .product-image-container,
.opc-block-summary .minicart-items .product-item-details {
    display: inline-block;
    float: none;
    vertical-align: middle;
}

.opc-block-summary .minicart-items .product-item-details {
    width: calc(100% - 100px)
}

#opc-sidebar .opc-block-summary {
    margin: 0;
    padding-bottom: 0
}

#checkout .opc-sidebar {
    margin: 0
}

#checkout .opc-wrapper .form-login,
#checkout .opc-wrapper .form-shipping-address {
    max-width: auto;
    width: 100%
}

#checkout .opc-wrapper .form-login .fieldset,
#checkout .opc-wrapper .form-shipping-address .fieldset {
    padding: 0
}

#shipping-new-address-form>.field {
    padding: 10px 0
}

#shipping-new-address-form>.field.street .label {
    padding: 0;
    border: 0
}

.checkout-shipping-method .actions-toolbar .action.primary {
    padding-top: 0;
    padding-bottom: 0
}

#discount-form .control .input-text {
    line-height: 45px;
    height: 47px;
    border-color: #ddd;
    border-radius: 25px
}

#opc-sidebar .opc-block-shipping-information {
    margin-top: 20px
}

.opc-block-summary .minicart-items .product-item-details {
    padding-left: 20px
}

/* Shopping Cart Table */
#multiship-addresses-table {
    border-bottom: 1px solid #ddd
}

.multicheckout .actions-toolbar>.secondary {
    float: right;
}

.multicheckout .actions-toolbar>.primary {
    float: left;
}

.multicheckout .actions-toolbar .secondary .action.back {
    text-align: right;
    display: block;
}

.multicheckout>.actions-toolbar {
    margin-top: 40px
}



.cart-table th {
    padding: 2px 10px
}

.cart-table td {
    padding: 25px 20px;
    border: 1px solid #eeeeee;
}

.cart-table .product-name {
    margin: 0 0 5px;
    color: #333;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a
}

.cart-table tfoot td {
    padding: 15px;
}

.cart-table .btn-continue {
    float: left
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right
}

.cart-table .btn-update {
    margin-left: 10px
}

.table thead>tr>th,
.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td,
.table tbody+tbody {
    border: 0;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0
}

/* .cart .cart-collaterals .col2-set {} */

.cart .cart-collaterals .col2-set .col-1,
.cart .cart-collaterals .col2-set .col-2,
.cart .cart-collaterals .col2-set .col-3 {
    width: 33.3333%;
    float: left;
}

.cart .crosssell {
    padding: 0 0 50px
}

.cart .crosssell .block-title h3 span {
    padding: 0;
}

.cart .crosssell .title-divider {
    margin-bottom: 10px;
}

.cart .crosssell .product-name {
    font-size: 100%;
    margin: 0 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart .crosssell .product-name a {
    font-size: 14px;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.cart .crosssell li.item {
    margin: 12px 0
}

.cart .crosssell .link-compare {
    font-weight: normal
}

.cart .bx-has-controls-direction .bx-default-pager {
    display: none;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping p,
.cart .discount label {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 300;
}

.cart .discount,
.cart .shipping {
    padding: 15px 0;
    margin: 0 0 18px;
}

.cart .discount h2,
.cart .shipping h2 {
    margin: 0 0 20px;
    padding: 0 10px 0 0;
    color: #333;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0
}

.cart .discount .input-box {
    margin: 8px 0 0
}

.cart .discount input.input-text {
    width: 100%
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x
}

/* Shopping Cart Totals */
.cart-summary {
    float: right;
    position: relative;
    width: 33.3333%
}

.cart-container .form-cart {
    width: 66.6667%;
    float: left;
    position: relative;
    padding: 0 15px
}

.cart .totals {
    padding: 15px 0px 15px 0;
    margin: 0;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0
}

.cart .totals td {
    padding: 1px 0 1px 30px
}

.cart-totals .mark,
.opc-block-summary .table-totals .mark,
.cart-totals .mark .label {
    color: #333;
    font-size: 13px;
}

.cart .totals td.a-right .price {
    font-weight: 600;
}

/* .cart .totals tr.last td {} */

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px
}

.cart-totals .mark strong,
.opc-block-summary .table-totals .mark strong {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
}

.cart-totals .grand.totals .price {
    font-size: 15px;
    color: #ee0000;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 0;
    text-align: right
}

.cart .totals .checkout-types li a {
    color: #666666;
    text-decoration: none;
}

.cart .totals .checkout-types li a:hover {
    color: #ff5555;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    color: #666;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px
}

.truncated {
    cursor: help
}

.truncated a.dots {
    cursor: help
}

.truncated a.details {
    cursor: help
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase
}

.truncated .show .item-options {
    top: -20px;
    left: 50%
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px
}

/* ======================================================================================= */

/* Checkout ============================================================================== */
.authentication-wrapper {
    display: none;
}

.checkout-index-index .nav-sections {
    display: block;
}

.opc-progress-bar {
    margin-top: 60px;
}

.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
    display: block;
    clear: both;
}

#opc-sidebar .opc-block-shipping-information {
    padding: 0 30px 30px;
}

/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: 300
}

/* .sp-methods dd {} */

.sp-methods dd li {
    margin: 5px 0
}

.sp-methods label {
    font-weight: 300;
    color: #666;
    line-height: 16px
}

.sp-methods .price {
    font-weight: 300
}

.sp-methods .form-list {
    padding-left: 20px
}

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

.sp-methods select.month {
    width: 154px;
    margin-right: 10px
}

.sp-methods select.year {
    width: 96px
}

.sp-methods input.cvv {
    width: 3em !important
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right
}

.sp-methods .checkmo-list address {
    float: left
}

.sp-methods .centinel-logos a {
    margin-right: 3px
}

.sp-methods .centinel-logos img {
    vertical-align: middle
}

.sp-methods .release-amounts {
    margin: 0.5em 0
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0
}

.please-wait {
    float: right
}

.please-wait img {
    vertical-align: middle
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden
}

.tool-tip .tool-tip-content {
    padding: 5px
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403
}

.gift-messages p.control {
    color: #8e8d8b
}

.gift-messages-form {
    position: relative
}

.gift-messages-form label {
    float: none !important;
    position: static !important
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403
}

.gift-messages-form .whole-order {
    margin: 0 0 25px
}

.gift-messages-form .item {
    margin: 0 0 10px
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987
}

.gift-messages-form .item .details {
    margin-left: 90px
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px
}

.gift-messages-form .item .details .form-list .field {
    width: 255px
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px
}

.gift-message-link.expanded {
    background-position: 100% -40px
}

.gift-message-row {
    background: #f2efe9
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px
}

.opc .checkout-agreements li {
    margin: 20px 0 0
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px
}

.opc .checkout-agreements .agree {
    padding-left: 6px
}

/* Centinel */
/* .centinel {} */

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px
}

.info-set h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal
}

.info-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative
}

.info-set .box {
    margin: 0 0 15px
}

.info-set .box h2 {
    color: #e26703
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important
}

.info-set .data-table .product-name a {
    font-weight: bold !important
}

.info-set .data-table .item-options {
    margin: 5px 0 0
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c
}

.block-progress .block-content {
    padding: 30px 20px
}

.block-progress dl {
    margin: 0
}

.block-progress dt {
    background-color: transparent;
    background-image: url("../images/icon-Progress.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    color: #888;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 6px;
    padding: 0 0 0 20px
}

.block-progress dd {
    padding: 8px 13px;
    margin: 0 0 6px
}

.block-progress dt.complete {
    margin: 0
}

.block-progress dd.complete {
    color: #666;
    font-weight: 300
}

.block-progress p {
    margin: 0
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0
}

.block-progress .cards-list .info-table th {
    font-weight: normal
}

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.checkout-onepage-success .col-right {
    padding-top: 25px;
}

.checkout-onepage-index .main-container {
    padding-top: 30px;
}

.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
    display: inline
}

.opc-block-progress dt a,
.opc-block-progress dt .separator {
    display: none
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
    margin: 0 !important
}

.opc .buttons-set a.f-left {
    float: right !important;
    color: #ff0000;
    text-decoration: none
}

.opc .buttons-set a.f-left:hover {
    color: #f2bc4d
}

.opc .buttons-set .back-link small {
    display: none
}

.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px
}

.opc .buttons-set.disabled button.button {
    display: none
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px
}

.opc {
    position: relative;
    margin-bottom: 30px;
}

.opc li.section {
    margin-top: 10px;
}

.opc .step-title {
    text-align: left;
    line-height: 40px;
}

.opc .step-title .number {
    background: #dddddd;
    padding: 0;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.opc .step-title h2 {
    margin: 0;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px
}

.opc .allow .step-title {
    color: #a4b3b9;
    cursor: pointer
}

.opc .allow .step-title .number {
    margin-right: 10px;
    background: #dddddd;
    color: #fff
}

/* .opc .allow .step-title h2 {} */

/*.opc .allow .step-title a{display:block}
*/
.opc .active .step-title {
    padding: 0;
    color: #f18200;
    cursor: default;
    border: 0 none;
    text-align: left;
    line-height: 40px
}

.opc .active .step-title .number {
    background: #333;
    margin-right: 10px;
    color: #fff
}

/* .opc .active .step-title h2 {} */

/*.opc .active .step-title a{display:none}
*/
.opc .step {
    background: #fff;
    padding: 15px;
    position: relative;
    border: 1px solid #f5f5f6;
}

.opc .step .tool-tip {
    right: 30px
}

#opc-login .buttons-set {
    border-top: 0
}

#opc-login h3 {
    font-size: 15px;
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #000;
    font-weight: 300
}

#opc-login p {
    font-size: 13px;
    color: #ff0000;
    margin: 0 0 5px
}

#opc-login h4 {
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    color: #000000;
    margin: 0 0 10px;
}

#opc-login .step .ul li {
    color: #888888;
    font-size: 13px;
    font-weight: 300
}

#opc-shipping_method .buttons-set {
    border-top: 0
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto
}

#opc-review .step {
    border: 0;
    padding: 0
}

#opc-review .product-name {
    font-weight: 300;
    color: #000
}

#opc-review .item-options {
    margin: 5px 0 0
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0
}

#checkout-review-submit .buttons-set button.button {
    float: right
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 50px 0;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #444;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #444;
    font-weight: 300;
}

.checkout-progress li.active {
    border-top-color: #965554;
    color: #965554;
    font-weight: 400;
}

.multiple-checkout h2 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px;
    color: #444;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #965554
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfaf6;
    border: 1px solid #d7d7d7;
    margin: 0 0 25px;
    padding: 20px
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    border-bottom: 1px solid #d7d7d7;
    position: relative
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative
}

.multiple-checkout .box {
    margin: 0 0 15px
}

.multiple-checkout .box h2 {
    color: #965554
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    overflow: hidden
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 71px;
    padding: 14px 0px 0 0;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px
}

.multiple-checkout .place-order .grand-total .price {
    color: #d22753
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px
}

/* Step 1 */
/* .multiple-checkout .title-buttons button.button span {} */

#multiship-addresses-table td {
    padding: 10px
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px
}

/* #multiship-addresses-table tfoot button.button span {} 

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px
}

.captcha-image {
    margin: 0;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
}

.registered-users .captcha-image {
    margin: 0
}

.captcha-reload {
    cursor: pointer;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    0% {
        -webkit-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0)
    }

    0% {
        -moz-transform: rotate(-360deg)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    0% {
        transform: rotate(-360deg)
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990
}

.remember-me label {
    float: none;
    margin: 0 6px
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px
}

.remember-me-popup .remember-me-popup-head {
    position: relative
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.customer-account-index .main-container {
    margin-top: 30px;
}

.my-account .title-buttons .link-rss {
    float: none;
    margin: 0
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0
}

.dashboard .welcome-msg p {
    margin: 0
}

.dashboard .col2-set {
    margin: 0 0 15px
}

/* General Box */
.box-account {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin: 0 0 20px
}

.box-account .box-head {
    margin: 0 0 20px;
    text-align: right
}

.box-account .box-head h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
    color: #444
}

.dashboard .box .box-title {
    padding: 0 0 5px;
    margin: 0 0 10px;
    text-align: right;
    border-bottom: 1px solid #eeeeee;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    color: #333;
    text-transform: uppercase;
}

/* Block:Recent Orders */
.dashboard .box-recent .box-head h2 {
    background-image: url(../images/i_folder-table.gif)
}

/* Block:Account Information */
.dashboard .box-info .box-head h2 {
    background-image: url(../images/i_ma-info.gif)
}

.dashboard .box-info h4 {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase
}

/* Block:Reviews */
.dashboard .box-reviews .box-head h2 {
    background-image: url(../images/i_ma-reviews.gif)
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c
}

.dashboard .box-reviews .details {
    margin-left: 20px
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px
}

.dashboard .box-reviews li.item.last {
    margin: 0
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0
}

/* Block:Tags */
.dashboard .box-tags .box-head h2 {
    background-image: url(../images/i_ma-tags.gif)
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c
}

.dashboard .box-tags .details {
    margin-left: 20px
}

.dashboard .box-tags li.item {
    margin: 0 0 7px
}

.dashboard .box-tags li.item.last {
    margin: 0
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline
}

/********** Dashboard > */

/* Address Book */
.my-account .pager {
    margin: 15px 0;
}

.addresses-list h2 {
    font-size: 13px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.addresses-list h3 {
    font-weight: bold;
    font-size: 13px
}

.addresses-list address {
    margin: 0 0 3px
}

.addresses-list p {
    margin: 0
}

.addresses-list a {
    font-weight: bold
}

.addresses-list .link-remove {
    color: #646464
}

.addresses-list .separator {
    margin: 0 3px
}

.addresses-list li.item {
    border: 1px solid #eee;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0
}

.addresses-list li.empty p {
    font-weight: bold
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline
}

.order-info .current {
    font-weight: bold
}

.order-info li {
    margin: 0 3px
}

.order-date {
    margin: 10px 0
}

.order-info-box {
    background: #fff;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px
}

.order-info-box h2 {
    font-weight: bold;
    font-size: 13px
}

.order-info-box .box-payment p {
    margin: 0 0 3px
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px
}

.order-items {
    width: 100%;
    overflow-x: auto
}

.order-items h2,
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal
}

.order-items .order-links {
    text-align: right
}

.order-additional {
    margin: 15px 0
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0
}

/* Order Comments */
.order-about dt {
    font-weight: bold
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px
}

.tracking-table {
    margin: 0 0 15px
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap
}

.tracking-table-popup {
    width: 100%
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px
}

.page-print .print-head .logo {
    float: left
}

.page-print .print-head address {
    float: left;
    margin-left: 15px
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold
}

.page-print h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold
}

.page-print h2.h2 {
    font-size: 16px;
    font-weight: bold
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px
}

.page-print .col2-set {
    margin: 0 0 10px
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px
}

.my-wishlist .buttons-set {
    margin-top: 2em
}

.my-wishlist .buttons-set button.button {
    float: none
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {}

#wishlist-table .add-to-links {
    white-space: nowrap
}

.my-wishlist .cart-cell .old-price,
.my-wishlist .cart-cell .special-price {
    float: none;
}

.my-wishlist .cart-cell .add-to-cart-alt input.qty {
    margin-bottom: 10px;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px
}

#my-tags-table {
    clear: both
}

#my-tags-table td {
    padding: 10px
}

#my-tags-table .add-to-links {
    white-space: nowrap
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px
}

.product-review .product-img-box {
    float: left;
    width: 140px
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px
}

.product-review .product-details {
    margin-left: 150px
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f
}

.product-review .ratings-table {
    margin: 0 0 10px
}

.product-review dt {
    font-weight: bold
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0
}

.billing-agreements .form-list li select {
    float: left
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px
}

/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px
}

.map-popup-heading h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0
}

.map-popup-price {
    margin: 5px 0 0
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word
}

.map-popup-only-text {
    border-top: 1px solid #ddd
}

/* ======================================================================================= */
/*link social*/
.link-social .link-list .link-icon {
    display: inline-block;
}

.footer-item .box-content .content .link-social .link-list .link-icon a {
    font-size: 25px;
    color: #7c7c7c;
    padding: 0 10px;
    line-height: 30px
}

.footer-item .box-content .content .link-social .link-list .link-icon:first-child a {
    padding-left: 0;
}

.footer-item .box-content .content .link-social {
    margin-top: 37px
}

/* Footer ================================================================================ */
.page-footer .main-footer {
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-item .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    margin: 0;
    line-height: 40px
}

.footer-item .box-content .icon {
    font-size: 75px;
    color: #fed700;
}

.footer-item .box-content .content .link-list {
    display: table-cell;
    vertical-align: top
}

.footer-item:nth-child(2) .box-content .content .link-list:nth-child(2) {
    padding-left: 75px
}

.footer-item .box-content {
    position: relative;
}

.footer-item .box-content .content .link-list a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: 20px
}

.footer-item .box-content .content .link-list a {
    transition: all 0.3s;
    padding-bottom: 15px
}

.footer-item .box-content .content .info .question {
    font-size: 13px;
    color: #333e48;
    font-weight: 300;
    line-height: 20px;
    display: inline-block;
}

.footer-item .box-content .content .info .hot-number {
    font-size: 22px;
    color: #333e48;
    font-weight: 600;
    display: inline-block;
    line-height: 30px
}

.footer-container .border {
    padding: 70px 0 65px 0;
    border-bottom: 1px solid #333333;
}

.footer-item .box-content .content {
    margin-top: 10px
}

.footer-item:first-child .box-content .content {
    margin-top: 15px;
    margin-left: -10px;
}

.footer-item .box-content .content .icon,
.footer-item .box-content .content .info {
    display: table-cell;
    vertical-align: middle;
}

.footer-item .box-content .content .info {
    padding-bottom: 10px;
    padding-left: 10px
}

.footer-item .box-content .content ul li .sub-title {
    font-size: 14px;
    color: #333e48;
    font-weight: bold;
    text-transform: none;
    display: block;
    line-height: 25px;
    padding: 0;
    margin-top: 23px
}

.footer-item .box-content .content .address {
    font-size: 14px;
    color: #333e48;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 25px;
    margin-left: 110px;
}

.footer-item .box-content .content li:nth-child(2) .icon {
    font-size: 16px
}

.footer-item .box-content .content li {
    margin: 0
}

.copyright address {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    color: #a3a3a3;
    line-height: 27px
}

.copyright address a {
    color: #fff
}

/*Footer bottom*/
.footer-bottom {
    background-color: #eaeaea;
    padding-top: 9px;
    padding-bottom: 9px
}

/*Paypal*/
.footer-bottom .paypal {
    display: block;
    text-align: right;
}

.paypal .list-page {
    text-align: right;
    margin: 0;
    line-height: normal;
}

.paypal .list-page li {
    display: inline-block;
    padding-left: 16px
}

.paypal .list-page li a {
    display: block;
}

.copyright span {
    font-size: 14px;
    color: #333e48;
    font-weight: normal;
    display: block;
    line-height: 20px
}

.copyright span a {
    font-weight: bold;
    color: #333e48
}

/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}

/* ======================================================================================= */
.guest-select {
    width: 305px !important
}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}

/* Custom Font */

/*Page arrow*/
.slick-slider .slick-list {
    padding: 5px;
    margin: -5px;
}

/* .products .slick-slider .slick-list {
     8/2/2024 space issue in home page (brand portion) 
    padding-bottom: 60px 
} */

.slide-showcase .home-slider.slick-slider .slick-list {
    padding: 0px !important;
    margin: 0px !important;
}

/*Toggle tab / toggle mobile*/
.filter-options .toggle-tab {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    display: none;
    color: #888888;
}

.filter-options .toggle-tab:before {
    content: "\f196";
    font-family: FontAwesome;
    font-size: 14px;
    display: block;
    line-height: 25px;
}

.filter-options .toggle-visible .toggle-tab:before {
    content: "\f147";
}

.filter .toggle-tab {
    display: block;
}

.narrow-box {
    position: relative;
}

.filter-options .narrow-box .toggle-content {
    display: none;
}

.filter-options .narrow-box:first-child .toggle-content,
.filter-options .narrow-box .toggle-content.visible {
    display: block;
}

.filter-options-item.narrow-by {
    padding: 0;
}

.filter-options .filter-options-item .filter-options-content {
    border-bottom: 1px solid #ddd;
    margin: 0 0 28px;
    padding-bottom: 25px;
}

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

.filter-options .active .filter-options-title:after {
    content: "\f147";
    font-family: FontAwesome;
}

.price-box .prices-tier {
    background: transparent;
    padding: 0;
    margin: 0;
}

/* move style alothemes */
.alothemes {
    display: block;
}

.item .quickview.configurable {
    display: none !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }
}

.account .page-title-wrapper .page-title {
    margin-bottom: 0px;
}

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

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

.account.sales-order-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 30px;
}

.account .column.main .block:not(.widget) .block-content .box.box-order-billing-method {
    float: right;
}

.account .column.main .block:not(.widget) .block-content .box.box-order-billing-address {
    float: left;
}

.product-info-main .product.attribute ul,
.product-info-main .product.attribute ol,
.product.detailed .product.description ol,
.product.detailed .product.description ul,
.product-item-description ul,
.post-text-hld ul,
.post-text-hld ol,
.catalog-product-view .block.related ul.block-content,
.catalog-product-view .block.related ol.block-content,
.post-view .block.related ul.block-content,
.post-view .block.related ol.block-content {
    list-style: disc outside;
    padding-left: 1.5em;
    margin-left: -7px;
    margin-bottom: 0;
}

.product-info-main .product.attribute ol,
.product.detailed .product.description ol,
.post-text-hld ol,
.catalog-product-view .block.related ul.block-content,
.catalog-product-view .block.related ol.block-content,
.post-view .block.related ol.block-content {
    list-style: decimal outside none;
}

.product-info-main .product.attribute ul li,
.product-info-main .product.attribute ol li,
.product.detailed .product.description ol li,
.product.detailed .product.description ul li,
.product-item-description ul li,
.post-text-hld ul li,
.post-text-hld ol li {
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 20px;
    font-size: 15px;
}

.swatch-option.text {
    height: auto;
}

.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.sku .value {
    display: inline-block;
}

.product-info-main .product.attribute.sku .type:after {
    content: ":";
}

.product-info-main .product.attribute.sku .type,
.product-options-wrapper .swatch-attribute-label {
    color: #333e48;
}

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

.field.street .field.additional,
.field.street .field._required {
    padding-bottom: 10px;
}

/* style new */
.minicart-wrapper .counter.qty.empty .counter-number:empty:before {
    content: "0";
}

.header .form-search .dd-container {
    height: auto;
    max-height: 400px;
}

.header .form-search .dd-container,
.minisearch .searchsuite-autocomplete {
    scrollbar-width: thin;
}

.header .form-search .dd-container::-webkit-scrollbar,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar {
    width: 6px;
    background-color: #dedede;
}

.header .form-search .dd-container::-webkit-scrollbar-track,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    border-radius: 10px;
}

.header .form-search .dd-container::-webkit-scrollbar-thumb,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #dedede;
}

.header .form-search .dd-container::-webkit-scrollbar-thumb:hover,
.minisearch .searchsuite-autocomplete::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.minisearch .searchsuite-autocomplete {
    left: 0;
    top: 35px;
    max-height: 400px;
    overflow-y: auto;
}

.magepow-gdpr-checkbox {
    position: relative;
    margin-top: 30px;
}

.magepow-gdpr-checkbox>.checkbox {
    position: absolute;
    top: 4px;
    left: 0;
}

.magepow-gdpr-checkbox .label {
    white-space: initial;
    font-size: 13px;
}

.magepow-gdpr-checkbox .label>span {
    text-indent: 20px;
    display: block;
}

.item .actions .add-to-links {
    transition: initial;
}

/*.main-category .slick-slider .slick-list {
    padding: 5px 0 60px !important;
}*/
.fieldset>.field.required>.label:after,
.fieldset>.fields>.field.required>.label:after,
.fieldset>.field._required>.label:after,
.fieldset>.fields>.field._required>.label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}

.slick-prev,
.slick-next {
    z-index: 2;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
    border: 0;
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    color: #b8b8b8;
    font-size: 18px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
}

.slick-prev:before {
    content: "\f104";
}

.slick-next:before {
    content: "\f105";
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    bottom: 0;
    margin: 0;
    line-height: 0;
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 0 4px;
    line-height: 1px;
    width: auto;
    height: auto;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #bcbcbc;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}

.slick-dots li.slick-active button {
    width: 30px;
    background-color: #fed700;
}

/* .brands .slick-prev,
.brands .slick-next {
    top: calc(50% - 10px);
} */

.brands .slick-prev {
    left: 15px;
}

.brands .slick-next {
    right: 15px;
}

.brands .brands-content .item img {
    filter: grayscale(100%);
}

.brands .brands-content .item img:hover {
    filter: none;
}

.slide-showcase .home-slider .slick-arrow {
    border: 0;
    transform: none;
}

.fearured-products .slick-arrow {
    top: -31px;
}

.fearured-products .slick-prev,
.product-sidebar .slick-prev {
    right: 13px;
    left: auto;
}

.fearured-products .slick-next,
.product-sidebar .slick-next {
    right: -6px;
}

.fearured-products .item .product-name {
    max-width: 150px;
}

.item .product-name a.product-item-link {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .images-container {
    padding-left: 0;
    padding-right: 0;
}

.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .product-name {
    min-height: initial;
}

.notify-slider-wrapper .products.wrapper.grid .item .actions .add-to-links {
    border-top: 0;
}

.suggest-slider .x-close {
    top: -10px;
    cursor: pointer;
}

.notify-slider-wrapper:hover .x-close {
    z-index: 9999;
}

.notify-slider-wrapper .products-grid .item .images-container:after {
    opacity: 0;
}

.main-category .slick-slider .slick-list {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.cookie-message .modal-popup.modals-quickview .page-wrapper {
    padding-bottom: 0;
}

.cookie-message .notify-slider-wrapper {
    bottom: 75px;
}

.message.global.cookie.magepow-gdpr-cookie-notice {
    -webkit-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
    -moz-box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
    box-shadow: -1px 2px 6px rgba(30, 32, 40, 0.3);
    background-color: #000;
    color: #ffffff;
    z-index: 14;
}

.catalog-product-view.cookie-message .message.global.cookie.magepow-gdpr-cookie-notice {
    display: none !important;
}

.magepow-gdpr-cookie-notice.message.global h3 {
    display: none;
}

.magepow-gdpr-cookie-notice.message.global .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.message.global.cookie .actions .btn-cookie {
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
}

.message.global.cookie .actions .btn-cookie span {
    font-size: 12px;
    line-height: 28px;
}

.magepow-gdpr-cookie-notice.message.global .content>div {
    display: inline-block;
}

.message.global.cookie .actions {
    margin-top: 0;
    margin-left: 30px;
}

.message.global.cookie.magepow-gdpr-cookie-notice #privacyLink {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    line-height: 1.6;
}

.message.global.cookie.magepow-gdpr-cookie-notice #privacyLink:hover {
    border-bottom-style: dashed;
}

/* product detail additional */
.page-layout-1column .column.main .product.media {
    width: 50%;
}

.page-layout-1column .column.main .product-info-main {
    width: 50%;
}

.page-layout-2columns-left .column.main .product.media,
.page-layout-2columns-right .column.main .product.media,
.page-layout-3columns .column.main .product.media {
    width: 50%;
}

.page-layout-2columns-left .column.main .product-info-main,
.page-layout-2columns-right .column.main .product-info-main,
.page-layout-3columns .column.main .product-info-main {
    width: 50%;
}

.product-info-main .page-title-wrapper .brand a {
    display: flex;
    align-items: center;
}

.product-info-main .page-title-wrapper .brand a>span:after {
    content: ":";
    display: inline-block;
}

.product-info-main .sku {
    margin-top: -23px;
}

/* timer detail */
.product-info-main .additional-timer-block .deal-stock-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5px;
}

.product-info-main .additional-timer-block .deal-progress {
    height: 12px;
    background-color: #d2d2d2;
    border-radius: 20px;
}

.product-info-main .additional-timer-block .deal-progress span {
    height: 100%;
    border-radius: 20px;
    display: block;
    text-align: center;
    line-height: 12px;
    font-size: 0;
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    background-color: #fed700 !important;
    transition: .9s linear;
    transition-property: width, background-color;
}

.product-info-main .box-tocart .field.qty {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product-info-main .alo-count-down {
    text-align: left;
    margin-top: 20px;
}

.product-info-main .alo-count-down .timer-box:first-child {
    margin-left: 0;
}

.product-info-main .slogan-countdown {
    text-align: left;
    margin-top: 20px;
}

.product-info-main .product-addto-links {
    margin-bottom: 20px;
}

.product-info-main .bundle-actions {
    padding-bottom: 18px;
    margin-top: 20px;
}

.page-product-bundle .product-info-main .sku {
    margin-top: 3px;
}

.page-product-bundle .product-essential .product-info-main .price-box {
    margin-top: 0;
    padding-top: 0;
}

.bundle-options-container p.required {
    text-align: left;
    margin-top: 10px;
}

.page-product-grouped .product-essential .product-info-main .price-box {
    margin-top: 0;
    padding-top: 0;
}

.page-product-grouped .box-tocart .fieldset .actions {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.page-product-configurable .product-options-wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
}

.page-product-configurable .product-essential .product-info-main .price-box {
    padding-top: 0;
    border-bottom: 1px solid #cccccc;
}

.product-essential .product-info-main .swatch-attribute-options {
    margin: 5px 0;
}

.product-essential .swatch-attribute-label {
    display: block;
    margin: 0px;

}

.product-info-main .alo-social-links .title-social {
    display: none;
}

.product-info-main .alo-social-links .socials-share li {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 4px;
}

.product-info-main .alo-social-links .socials-share a {
    background: #ccc;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 22px
}

.product-info-main .alo-social-links .socials-share a:hover {
    background: #fed700;
    color: #fff;
}

.product-info-main .product-add-form {
    margin-bottom: 22px;
}

.product-info-main .product-addto-links .action,
.product-info-main .product-addto-links .action .icon {
    display: inline-block;
}

.product-info-main .product-addto-links .action {
    /*border:1px solid #fed700;*/
    padding: 10px 20px;
    border-radius: 30px;
    color: #000;

}

.product-info-main .product-addto-links .action:hover {
    color: #fed700;
}

.product-info-main .product-addto-links .action.towishlist {
    margin-right: 10px;
    /*border:1px solid #fed700;*/
    padding: 10px 20px;
    border-radius: 30px;
    color: #000;
}

.product-info-main .product-addto-links .action .icon {
    font-size: 21px;
    margin-right: 5px;
}

.product-info-main .product-addto-links .action .icon:before {
    vertical-align: middle;
}

/* quick view */
.modals-overlay {
    background-color: rgba(51, 51, 51, .55);
}

._has-modal .header-container-fixed {
    z-index: 100;
}

._has-modal .recentorder.suggest-slider {
    display: none;
}

.modal-popup.modals-quickview .modal-inner-wrap {
    width: auto;
    max-width: 900px;
    max-height: 469px;
    max-height: 75%;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    /*border-radius: 25px;*/
    scrollbar-width: thin;
    border-radius: 5px;
}

.modal-popup.modals-quickview .modal-header {
    padding-top: 15px;
    padding-bottom: 0;
}

.modal-popup.modals-quickview .modal-content {
    padding-bottom: 15px;
}

.modal-popup.modals-quickview .modal-header,
.modal-popup.modals-quickview .modal-content,
.modal-popup.modals-quickview .modal-footer {
    padding-left: 15px;
    padding-right: 15px;
}

.modal-popup.modals-quickview .bundle-options-container {
    margin-bottom: 0;
}

.modal-popup.modals-quickview .modal-inner-wrap::-webkit-scrollbar {
    width: 6px;
    background-color: #dedede;
}

.modal-popup.modals-quickview .modal-inner-wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    border-radius: 10px;
}

.modal-popup.modals-quickview .modal-inner-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #dedede;
}

.modal-popup.modals-quickview .modal-inner-wrap::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.page-layout-2columns-left .modal-popup.modals-quickview .column.main,
.page-layout-2columns-right .modal-popup.modals-quickview .column.main,
.page-layout-3columns .modal-popup.modals-quickview .column.main {
    width: 100% !important;
}

.page-layout-1column .modal-popup.modals-quickview .column.main .product.media {
    width: 50%;
}

.page-layout-1column .modal-popup.modals-quickview .column.main .product-info-main {
    width: 50%;
}

.page-layout-2columns-left .modal-popup.modals-quickview .column.main .product.media,
.page-layout-2columns-right .modal-popup.modals-quickview .column.main .product.media,
.page-layout-3columns .modal-popup.modals-quickview .column.main .product.media {
    width: 50%;
}

.page-layout-2columns-left .modal-popup.modals-quickview .column.main .product-info-main,
.page-layout-2columns-right .modal-popup.modals-quickview .column.main .product-info-main,
.page-layout-3columns .modal-popup.modals-quickview .column.main .product-info-main {
    width: 50%;
}

.product-view .product-shop .page-title-wrapper .page-title span {
    font-size: 25px;
    text-transform: none;
}

.modal-popup.modals-quickview .additional-timer-block,
.modal-popup.modals-quickview .product-reviews-summary,
.modal-popup.modals-quickview .product-info-stock-sku {
    display: none;
}

.products-grid .item .product-item-info {
    background-color: transparent;
}

.products-grid .item:hover .product-item-info {
    background-color: #ffffff;
}

.main-category .products-grid .item .product-item-info {
    background-color: #fff;
}

.products-grid .product-items.slick-active .item .product-item-info {
    background-color: #ffffff;
}

.main-category .products-grid .item .product-item-info .per-product {
    background-color: transparent;
}

.main-category .products-grid .product-items.slick-active .item .product-item-info .per-product {
    background-color: #ffffff;
}

/* sticky add to cart */
.show-add-cart-bottom .notify-slider-wrapper {
    bottom: 95px;
}

.stickyCart,
.stickyCart .stickyChild,
.stickyCart .stickyChild #parentQtySticky {
    height: auto;
}

.stickyCart {
    padding: 10px;
    background-color: rgba(0, 0, 0, .8);
}

.stickyCart .stickyChild #timerSticky {
    max-width: 300px;
}

.stickyCart .stickyChild .clSticky {
    padding-top: 0;
    padding-bottom: 0;
}

.stickyCart .stickyChild .clSticky #btnSticky {
    background-color: #fed700;
    border-color: #fed700;
    color: #ffffff;
}

.stickyCart .stickyChild .clSticky #btnSticky span {
    line-height: 40px;
}

.stickyCart .countdown .timer-box span:first-child {
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: initial;

}

.stickyCart .countdown .timer-box b {

    font-size: 20px;
    font-weight: 400;
    color: #ffffff;


}

.stickyCart .product-qty>.label {
    display: none;
}

.stickyCart .countdown .timer-box .title {
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    padding-bottom: 0;
}

.stickyCart .alo-count-down {
    margin-top: 0;
    margin-bottom: 0;
}

.stickyCart .control {
    height: 34px;
    border: 1px solid #dfdfdf;
    position: relative;
    border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    width: 138px !important;
}

.stickyCart .control .reduced,
.stickyCart .control .increase {
    position: absolute;
    width: 21px;
    height: 21px;
    color: #333e48;
    line-height: 22px;
    border: 0;
    background-color: #ededed;
    top: 6px;
    font-size: 10px;
    padding: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.stickyCart .control .reduced {
    left: 8px;
}

.stickyCart .control .increase {
    right: 8px;
}

.stickyCart .control .qty.input-text {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 12px !important;
    width: 80px;
    background-color: transparent;
    border: 0;
    font-size: 14px;
    color: #818181;
    padding: 0 13px;
    height: 32px;
    line-height: 32px;
}

/* slider price */
#layered_ajax_price_text {
    margin-bottom: 15px;
    font-size: 16px;
}

.ui-slider-horizontal {
    height: 5px;
    margin-left: 7px;
    margin-right: 7px;
}

.ui-slider-handle {
    width: 14px;
    height: 14px;
    top: -5px;
    background-color: #fed700;
}

.ui-slider .ui-slider-range {
    height: 5px;
    background-color: #fed700;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: absolute;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -7px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -7px;
}

.filter-options .filter-options-content .item .ui-slider a {
    position: absolute;
    padding-left: 0;
    display: inline-block;
}

.ui-slider-horizontal .ui-slider-handle:before {
    display: none;
}

.catalog-category-view .category-product-grid .short-desc,
.catalogsearch-result-index .category-product-grid .short-desc {
    display: none;
}

.filter-options .filter-options-title {
    position: relative;
}

.fixed-height-sticky {
    position: absolute;
}

.nav-open .recentorder.suggest-slider {
    display: none;
}

.nav-open .message.global.cookie.magepow-gdpr-cookie-notice {
    z-index: 0;
}

.cart.table-wrapper .item-options dd {
    padding-left: 0;
    padding-right: 0;
}

/* Ajax cart */

.modals-ajaxcart.modal-popup .modal-inner-wrap {
    top: calc(50% - 100px);
    width: auto;
    max-width: 450px;
    overflow: visible;
}

.modal-popup.modals-ajaxcart .modal-inner-wrap .modal-header {
    padding: 0;
}

.modals-ajaxcart.modal-popup .modal-content {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.modals-ajaxcart .product-image {
    display: flex;
    justify-content: center;
    margin-right: 15px;
}

.modal-popup.modals-ajaxcart .modal-header {
    padding-bottom: 5px;
}

.modal-popup.modals-ajaxcart .modal-inner-wrap a {
    text-decoration: none;
}

.modals-ajaxcart .cart-info {
    display: none;
}

.modals-ajaxcart .modal-content .header {
    font-size: 18px;
    margin-bottom: 20px;
    display: none;
}

.modal-popup.modal-slide.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .message {
    margin-top: 0;
    padding: 5px;
    background-color: #e5efe5;
    font-size: 13px;
    margin-bottom: 20px;
    color: #006400;
    position: relative;
    line-height: 25px;
}

.modals-ajaxcart .block {
    margin-bottom: 0;
}

.ajaxcart-wrapper-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ajaxcart-wrapper-main .actions {
    display: flex;
    flex-wrap: wrap;
}

.modals-ajaxcart .modal-content .actions .checkout-link {
    margin-right: 15px;
}

.ajaxcart-wrapper-main .full-width {
    width: auto !important;
}

.ajaxcart-wrapper-main .product-image img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
}

.modals-ajaxcart .modal-content .subtotal {
    font-weight: 600;
}

.modals-ajaxcart .modal-content .actions .action {
    border-width: 1px;
    display: inline-block;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    border-radius: 25px;
    width: 100%;
    text-transform: uppercase;
    border-style: solid;
    border-color: #fed700;
    background: #fed700;
    /* 31/01/2024  */
    color: #302a;
}

.modals-ajaxcart .modal-content .actions .action:hover {
    color: #333;
    background: transparent;
}

/* recent post */
.widget.block-recent-posts .post-image {
    float: left;
    width: 90px;
    padding-right: 15px;
}

.widget.block-recent-posts .post-info-main {
    width: calc(100% - 90px);
    float: left;
}

.widget.block-recent-posts .post-item-link img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.sidebar .widget.block-recent-posts .item,
.sidebar .widget.block-recent-posts .item a {
    line-height: 23px;
    border-bottom: 0;

}

.sidebar .widget.block-recent-posts .item:not(:last-child) {
    margin-bottom: 13px;
}

.sidebar .widget.block-recent-posts .item .post-info-main a {
    margin-bottom: 2px;
}

.widget.blog-custom .textwidget {
    font-size: 14px;
    color: #575560;
    font-weight: 300;
}

/* tag */
.tagclaud-hld:before {
    content: "";
    display: table;
}

.tagclaud-hld:after {
    content: "";
    display: table;
    clear: both;
}

.tagclaud-hld span {
    line-height: 25px;
    margin-bottom: 5px;
    float: left;
    display: block;
}

.block-tagclaud .tagclaud-hld .small {
    font-size: 14px;
}

.tagclaud-hld span a {
    background: #fff;
    border: 1px solid #e4e5e7;
    display: block;
    margin: 5px 5px 5px 0;
    min-width: 30px;
    overflow: hidden;
    padding: 2px 8px 0;
    text-align: center;
    text-decoration: none;
    height: 36px;
    line-height: 30px;
    /* box-shadow: 0 0 5px 0 rgba(0,0,0,.1);*/
}

.tagclaud-hld span a:hover {
    border: 1px solid #fed700;
    /*box-shadow: 0 0 0 2px rgba(0,0,0,.15);*/
    color: #fff;
    border-color: #fed700;
    background-color: #fed700;
    font-weight: 400;
}

.price-box .minimal-price>.price-container {
    display: inline-block;
    padding: 0 3px 0 0;
}

.price-box .minimal-price>.price-container .price {
    margin: 0 5px 0 0;

}

.post-info .post-categories a {
    display: inline-block;
}

.post-nextprev-hld .nextprev-link {
    display: inline-block;
}

.post-view .post-bottom {
    margin-top: 30px;
}

.post-actions {
    display: table;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 65px !important;
}

.post-actions .action {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
    padding: 23px 15px;
    font-size: 15px;
}

.post-actions .action.prev-action {
    text-align: left;
}

.post-actions .action.next-action {
    text-align: right;
    padding-right: 15px;
}

.post-actions .action a {
    color: #788188;
}

.post-actions .action a:after {
    content: "\f0d9";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 21px;
    display: inline-block;
}

.post-actions .action.next-action a:after {
    content: "\f0da";
    left: auto;
    right: 0;
}

/*404 new */
.page-404 {
    margin-top: 50px;
    margin-bottom: 40px;
}

.page-404 .text-title {
    width: 60%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.page-404 .img-404 {
    width: 40%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.page-404 .title-404 {
    font-size: 140px;
    color: #fed700;
    margin-bottom: 0;
    font-weight: 700;
}

.page-404 .title-2-404 {
    font-size: 30px;
    color: #333e48;
}

.page-404 .text-404 {
    font-size: 1.4rem;
    color: #666;
    margin-top: 0;
    margin-bottom: 32px;
}

.page-404 .button-404 {
    display: inline-block;
    padding: 0 60px;
    line-height: 40px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #e6e6e6;
    color: #333e48;
}

.page-404 .button-404:hover {
    background-color: #fed700;
}

.opc-wrapper .fieldset>.field.required>label:after {
    top: 0;
}

.modals-wrapper .modal-popup.modal-magepow-gdpr .modal-inner-wrap {
    max-width: 1000px;
    width: auto;
}

.data-table.data-table-definition-list thead>tr>th {
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.form-gdpr-manage .field .label {
    display: inline-block;
}

.form-edit-account .radio,
.form-edit-account .checkbox {
    display: inline-block;
}

.form-edit-account .field .label {
    display: inline-block;
}

.form-edit-account .field.password-info {
    clear: both;
}

.form-shipping-address .field.street [name$=".street.0"]>.label {
    display: none;
}

/* newsletter popup additional */
.modal-popup.popup-newsletter .modal-content {
    padding: 0;
    margin-bottom: 0 !important;
    border-radius: 20px;
	z-index:9999;
}

.modal-popup.popup-newsletter .modal-header {
    padding: 0;
    border-bottom: 0;
    display: block;
}

.modal-popup.popup-newsletter .modal-content #popup-newsletter {
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 1;
    background-size: cover;
    padding: 55px 30px 65px;
    border-radius: 20px;
}

.modal-popup.popup-newsletter .subscribe-bottom input[type="checkbox"] {
    position: relative;
    top: -2px;
}

.modal-popup.popup-newsletter .modal-inner-wrap {
    height: auto !important;
}

.modal-popup.popup-newsletter #popup-newsletter .block-content {
    padding: 0;
}

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    z-index: 1;
}

.modal-popup.popup-newsletter .modal-content .block-content .subcribe-box {
    /* margin-bottom: 45px;*/
    display: flex;
    flex-wrap: wrap;
}

.modal-popup.popup-newsletter .modal-content .block-content .actions {
    margin-left: 5px;
}

.magicmenu .nav-desktop .level0 span.cat_label:after,
.vmagicmenu .nav-desktop .level0 span.cat_label:after {
    width: 100% !important;
    height: 100% !important;

    border: 0 !important;
    padding: 0;
    display: block !important;
    content: attr(rel) !important;
    text-align: center;
    position: static !important;
    display: initial !important;
}

ul.nav-accordion li a span.cat_label:after {
    width: 100% !important;
    height: 100% !important;

    border: 0 !important;
    padding: 0;
    display: block !important;
    content: attr(rel) !important;
    text-align: center;
    position: static !important;
    display: initial !important;
}

.nav-sections .mean-nav li a span.cat_label:after {
    width: 100% !important;
    height: 100% !important;

    border: 0 !important;
    padding: 0;
    display: block !important;
    content: attr(rel) !important;
    text-align: center;
    position: static !important;
    display: initial !important;
}

.navigation.navigation-mobile .parent .level-top:after {
    display: none;
}

.suggest-slider .x-close:before {
    font-size: 28px;
}

.notify-slider-wrapper .products.wrapper.grid .product-item .product-item-info .product-item-details .someone-purchased {
    margin-top: 13px;
}

.main-category .products .product-items .sub-item:nth-child(1) .product-item-info:first-child,
.main-category .products .product-items .sub-item:nth-child(3) .product-item-info:first-child {
    position: relative;
    z-index: 1;
}

/*** custom css */
.cms-home .widget,
.cms-home .page-wrapper>.widget {
    max-width: 100% !important;
}

@media (max-width: 768px) {

    .nav-sections .mean-nav ul.nav-mobile li a.level-top {
        padding-left: 18px;
    }

    .nav-sections .mean-nav ul.nav-mobile li a.level-top .img-responsive {
        display: inline-block;
    }
}

.cms-page-main-product .cms-page-mix-product {
    width: 100%;
}


@media (max-width: 639px) {
    .homepage-bar .row {
        position: relative;
        margin-bottom: 20px;
    }

    .homepage-bar .row .col-md-2 {
        position: absolute;
        left: 0;
        top: 0;
    }

    .homepage-bar .row .col-md-2 .fa {
        padding-left: 0 !important;
    }

    .homepage-bar .row .col-md-10 {
        padding-left: 70px;
        padding-right: 0;
    }

    .bestsellers-category,
    .magiccategory-product .block-title-tabs {
        margin: 0 !important;
    }

}

@media (max-width: 639px) {
    .row .popular-wrap {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between;  6/1/2024*/
    }

    .popular-wrap .popular {
        width: 48% !important;
        margin-right: 0;
    }


}

.popular {
    text-align: justify !important;
    /* background-color: #f3f6f6;*/
    padding: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 12px;
    width: 31% !important;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px !important;
    border: 1px solid #e9e9e9;
}



.vmagicmenu .level0 .level-top img {
    display: none !important;
}

.main-product .magicproduct .product-item:nth-child(3n+1) {
    clear: none !important;
}

.main-product .magicproduct .product-item {
    width: 20% !important;
}

@media (min-width: 361px) and (max-width: 479px) {
    .main-product .magicproduct .product-item:nth-child(1n+1) {
        clear: none !important;
    }
}

@media (max-width: 767px) {
    .main-product .magicproduct .product-item {
        width: 50% !important;
        float: left;
    }

    .main-product .magicproduct .product-item:nth-child(1n+1) {
        clear: none !important;
    }
}

.item .product-name a.product-item-link {
    color: #000000 !important;
}

.sidebar .accordion-container {
    display: none;
    background-color: #ffffff;
    border: 2px solid #ececec;
    border-radius: 5px;
    margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 95% !important;
    }
}

.page-banner .banner-box-content .lazyload {
    width: 100% !important;
}

.swatch-attribute-selected-option {
    color: #646464;
    padding-left: 0px !important;
    display: none;

}

.mage-magictabs .products ol.products {
    display: flex;
    flex-wrap: wrap;
}

/** Product Specification Collapasible Menu ***/

.accordion>input[type="checkbox"] {
    position: absolute;
    left: -100vw;
}

.accordion .content {
    overflow-y: hidden;
    height: 0;
    transition: height 0.3s ease;
}

.accordion>input[type="checkbox"]:checked~.content {
    height: auto;
    overflow: visible;
}

.accordion label {
    display: block;
}

.accordion {
    margin-bottom: 1em;
}

.accordion>input[type="checkbox"]:checked~.content {
    padding: 15px;
    border: 0px solid #e8e8e8;
    border-top: 0;
}

.accordion .handle {
    margin: 0;
    font-size: 1.125em;
    line-height: 1.2em;
}

.accordion label {
    color: #333;
    cursor: pointer;
    font-weight: bold;
    padding: 15px;
    background: #e8e8e8;
}

.accordion label:hover,
.accordion label:focus {
    background: #fed700;
}

.accordion .handle label:before {
    font-family: 'fontawesome';
    content: "\f054";
    display: inline-block;
    margin-right: 10px;
    font-size: .58em;
    line-height: 1.556em;
    vertical-align: middle;
}

.accordion>input[type="checkbox"]:checked~.handle label:before {
    content: "\f078";
}

.accordion p:last-child {
    margin-bottom: 0;
}

/** product details **/
.product-info-main .product-reviews-summary .reviews-actions {
    font-size: 1.5rem;
	 /* padding-left: 25px; 5/8/2023 review link*/
}

/*** Size & Color Attribute */
.swatch-opt {
    margin: 0px 0 !important;
}

.swatch-option {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    line-height: 35px !important;
}

/* (A) LIST TO MENU in product page */
.tree,
.section ul {
    padding: 0;
    margin: 0;
}

.tree {
    background: #fbfbfb;
    border: 0px solid #d2d2d2;
}

.tree li {
    border-bottom: 0px solid #d2d2d2;
    padding: 20px 10px;
}

.tree li:last-child {
    border: 0;
}

/* (B) SUB-SECTIONS */
/* (B1) TOGGLE SHOW/HIDE */
.section ul {
    display: none;
}

.section input:checked~ul {
    display: block;
}

/* (B2) HIDE CHECKBOX */
.section input[type=checkbox] {
    display: none;
}

/* (B3) ADD EXPAND/COLLAPSE ICON  */
.section {
    position: relative;
    padding-left: 35px !important;
}

.section label:after {
    content: "\0002B";
    position: absolute;
    right: 5px;
    padding: 0px;
    text-align: center;
    font-size: 30px;
    
    transition: all 0.5s;
}

.section input:checked~label:after {
    color: #fed700;
    transform: rotate(45deg);
}

/* (B4) SUB-SECTION ITEMS */
.section ul {
    margin-top: 10px;
}

.product-essential {
    margin-bottom: 50px;
}

.block-content .fieldset.review-fieldset .legend {
    margin: 0 !important;
}

.catalog-category-view .category-product-grid .product-item {
    margin-bottom: 35px !important;
}




.stickyCart .stickyChild .clSticky .imgBorder .borderImg {
    width: 40px !important;
    height: 40px !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}

.stickyCart .stickyChild .clSticky .imgBorder {
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    border: solid 1px #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}


.product-info-main .product-addto-links .action.towishlist:hover {
    color: #fed700 !important;
}



.category-product-grid .products .product-item .swatch-attribute-options {
    display: none !important;
}

.category-product-grid .products .product-item .sku {
    display: none !important;
}

.box-tocart .fieldset .actions .tocart {
    color: #ffffff;
    background-color: #000 !important;
    border-color: #fff !important;
    border-radius: 8px;
    /***button-shape 20-5-22***/
    float: left;
    /* 07/08/2023 update btn change position to left */
}

.box-tocart .fieldset .actions .tocart:hover {
    color: #fff !important;

}

.catalog-product-view._has-modal .modal-popup.modal-slide._show {
    display: block !important;
}

.catalog-product-view._has-modal .modals-overlay {
    display: none !important;
}

/***Buy Now Button */
.actions .tobuynow {
    height: 47px;
    border: 0;
    background-color: #fed700;
    line-height: 50px;
    margin-right: 15px;
    color: #fff;
    padding: 0 33px 0 45px;
    border-radius: 50px;
    font-size: 14px;
}

/** SKU Moving to Right*/
.product-info-main .sku {
    position: absolute;
    right: 79px;
}

/*.catalog-category-view .product.description.product-item-description {
    display: none !important; 8/8/23 display description in list section
}*/
/*8/8/23 */
.category-product-grid .product.description.product-item-description {
    display: none !important;
}

.catalog-category-view .category-product-grid .short-desc,
.catalogsearch-result-index .category-product-grid .short-desc {
    display: block !important;
}

.labelsale {
    color: #fff !important;
    background-color: #ca0815 !important;
}

.block-viewed-products-grid .block-content .product-items li .product-item-details {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item .minimal-price-link .price {
    font-weight: 700 !important;
}

.product-item-info .link-view {
    top: 40% !important;
    left: 45% !important;
    right: auto !important;
    background: #fed700 !important;
    border-radius: 50% !important;
    height: 35px;
    line-height: 40px;
}

.product-item-info .quickview .icons {
    color: #fff !important;
    font-weight: bold;
}

.product-next-prev {
    margin: 0 0 10px !important;
    float: none !important;
    text-align: right !important;
}

.deal-stock-label .stock-sold {
    display: none;
}

.vmagicmenu .block-title span {
    font-size: 20px !important;
    font-weight: 600;
}

.magicmenu .nav-desktop .level0 .level-top>span {
    font-size: 16px !important;
    font-weight: bold;
    padding: 0;
    vertical-align: top;
    white-space: nowrap;
   /* text-transform: uppercase;*/
}

.sidebar-main .swatch-attribute .swatch-layered .swatch-attribute-options a .swatch-option {
    width: 40px !important;
}

/*.alo-social-links {
	display:none !important;
}*/

.magicmenu .nav-desktop .level0 .level-top-mega .children.level1>a span {
    font-size: 15px !important;
}

/* Mobile View of Details Page */
@media (max-width: 767px) {
    .page-layout-1column .column.main .product.media {
        width: 100% !important;
    }

    .page-layout-1column .column.main .product-info-main {
        width: 100% !important;
    }
}

/* Mobile View of Catalog Page */

/*@media (max-width: 767px) {
	.category-product-grid .products .product-item {
    clear: none !important;
    width: 50% !important;
}
}*/

/* Increase Font-size in Cart*/
.block-minicart .subtitle.empty {
    display: block;
    font-size: 16px !important;
    text-align: center;
}

/*Disabled hover of Color Swatch */
.swatch-option-tooltip {
    display: none !important;
}


/* to reduce line height in recently view section */
.block-viewed-products-grid .product-items li .product-item-details .price-box .price {
    line-height: 0px !important;
    margin-left: 4px;
}

.product-item-name,
.product.name a {
    font-weight: bold !important;
}

.product-info-main .price-box .price {
    line-height: 1px !important;
}

.column .block-customer-login {
    margin: 0px !important;
}

/*01/04/2022*/
.product-item .product.description.product-item-description {
    display: none;
}

/* .ox_control_qty .qty_changer_button {
    border: 0 !important;
    font-size: 20px;
    background: transparent !important;
    height: 32px !important;
}

.control.ox_control_qty.ox_product_qty {
    display: flex;
}
*/
.box-tocart .control input.qty {
    width: 50px !important;
    height: 32px !important;
    padding: 0 5px !important;
    text-align: center;
}
/*
.ox_control_qty .qty_button_decrement {
    left: 10px;
    position: relative !important;
}

.ox_control_qty .qty_changer_button {
    right: 10px;
    position: relative !important;
}
*/
.stickyCart .stickyChild .clSticky .quantity .qty {
    height: 35px !important;
}
/*
.cart .cart.item .control.qty.ox_control_qty label {
    display: flex;
}

.cart .cart.item .control.qty.ox_control_qty input.input-text {
    height: 32px !important;
}
*/

/*05/04/2022 Cart page Mobile Responsive*/
@media screen and (max-width: 480px) {
    .checkout-cart-index .cart.table-wrapper .item .col.item {
        width: 100%;
        display: flow-root;
    }
}

.buy-now-btn {
    margin-right: 1%;
    position: absolute !important;
    width: 9% !important;
    background-color: #fed700 !important;
    color: white !important;
    line-height: 3.6rem;
    border-radius: 8px;
}

.sidebar-main .filter {
    margin: 0 0 30px 0px !important
}

.sell {
    height: 31px;
    background-color: #fed700;
    color: black;
    font-weight: bold;
    width: 112px;
    margin-top: 4px;
    font-size: 15px;
    padding: 4px;
    border-radius: 5px;
    border-color: #fed700;
    /* 21/08/2023 hide "Become a seller"  */
    display:none;

}

.catalog-product-view .product-info-main .brand h2 {
    display: none;
}

@media only screen and (min-width: 992px) {
    .catalog-product-view .page-wrapper {
        overflow: clip;
    }

    .catalog-product-view .product-single-sticky {
        position: sticky;
        top: 4em;
    }
}

.catalog-product-view .product-info-main.product-shop {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.catalog-product-view .page-main .page-title-wrapper.product {
    order: 1;
}

.catalog-product-view .page-main .product-info-price {
    order: 2;
}

.catalog-product-view .page-main .product.attribute.overview {
    order: 6;
}

.catalog-product-view .page-main .product-add-form {
    order: 4;
}

.catalog-product-view .page-main .product-addto-links {
    order: 5;
}

.catalog-product-view .page-main .alo-social-links.socials.clearfix.addit {
    order: 7;
}

.catalog-product-view .page-main #check-delivery-form {
    order: 5;
}


.product-info-main .product-addto-links {
    margin-bottom: 0;
    position: absolute;
    right: 50px;
    bottom: 90px;
    width: 100px;
}

.product-info-main .product-addto-links .action {
    padding: 0 !important;
    border-radius: 3px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 0 !important;
    text-align: center;
    line-height: 30px;
}

.product-info-main .product-addto-links .action .icon {
    margin: 0 !important;
}

.product-info-main .alo-social-links .socials-share a {
    font-size: 16px;
}


.product-info-main .product-addto-links {
    position: relative;
    bottom: 37px;
    left: 400px;
}

.product-comfy-sensational-women-tshirts .alo-social-links.socials {
    position: relative;
    top: -60px;
}

.product-info-main .page-title-wrapper .page-title {
    margin-left: -10px;
}

.catalog-product-view .product-info-main.product-shop {
    position: relative;
}

.product-info-main .product-reviews-summary .reviews-actions .action,
.product-info-main .sku {
    margin: 0;
}

.product-info-main .sku {
    padding-left: 10px;
    position: static;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    margin-left: -20px;
}

.product-info-main .product-info-stock-sku {
    display: flex;
    align-items: center;
}

.product-info-main .price-box .price-wrapper .price {
    margin-left: 0;
}

.page-title-wrapper.product {
    position: relative;
}

.tax.weee .price-wrapper .price {
    position: relative;
    top: -5px;
    /* 8/2/2024 design isuue in price in home page  */
    /* left: -5px; */
}

button#buy-now {
    min-width: 120px;
}

.product.overview .container {
    margin: 0;
    padding: 0;
}

/* .ox_grouped_table .grouped .qty .ox_control_qty .qty_changer_button {
    display: none;
} */

/*****special price color change*******/
.product-item .special-price .price {
    font-size: 18px;
    color: red;
}

/* 28/04/22 Changed the special price & Old Price */
.block-viewed-products-grid .price-box .minimal-price>.price-container .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

.block-viewed-products-grid .product-item .special-price .price {
    color: #ee0000;
}

.block-viewed-products-grid .product-item .old-price .price {
    color: #c76200;
}

/* Changed Color of regular price 30/04/22 */
.block-viewed-products-grid .price-box .regular-price .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}


/******billing***************/

.account .column.main .block:not(.widget) .block-content .box.box-order-billing-address {
    float: left;
    clear: left;
}


/****box height******/

.account .box .box-content {
    border: 1px solid #dddddd;
    border-top: 0;
    font-size: 13px;
    min-height: 147px;
    padding: 20px 15px;
}

/******brand product details***/
.catalog-product-view .sections-page-bottom .cms-static-brands {
    display: none;
}

/***** brand- category****/

.catalog-category-view .brands-content {
    display: none;
}


/* Changed Color of Special Price*/
.catalog-category-view .product-item .special-price .price {
    color: #343f49;
}


/*5/2/2022 --- edit sale order*/

.sales-order-view .block-order-details-view .block-content {
    display: flex;
    flex-direction: inherit;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.sales-order-view .block-order-details-view .block-content .box {
    padding-right: 20px;
}

/* 2/05/22 added color to size attribute */
.catalog-product-view .product-info-main .fieldset .swatch-attribute.size .swatch-option {
    background: #fed700 !important;
    color: black !important;
}



/*disabled Check box in Catalog Page */
.filter-content .filter-options input[type="checkbox"] {
    display: none;
}

/*hide quick search in popup 9/5/22*/
.recentorder .product-item-info .link-view {
    display: none !important;
}

/*11/05/22 */
.catalog-product-view .product-info-main .product-info-stock-sku {
    display: table-cell;
    padding-left: 0%;
    padding-bottom: 0px;
    float: right;
    position: relative;
    bottom: 20px;
}

.page-product-configurable .product-essential .product-info-main .price-box {
    padding-top: 8px;
    border-bottom: 1px solid #e8e8e8;
}

.catalog-product-view .product-add-form .page-product-configurable .product-options-wrapper {
    padding-top: 2px !important;
    padding-bottom: 0px !important;
}



.catalog-product-view .product-info-main .product-add-form {
    margin-bottom: 0px;
}

/* 13/05/22 Moving Details section to Center */
.catalog-product-view .product.data.items {
    text-align: center !important;
}

.product-description-table {
    display: table;
	table-layout: fixed;/*24-7-23 mobile responsive issue in details table*/
    border-bottom: 0.1rem solid #e7e7e7;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
}

.description-table-tr {
    border-top: 0.1rem solid #e7e7e7;
}

.description-table-th {
    border-top: 0.1rem solid #e7e7e7;
    background-color: #f3f3f3;
    color: #000;
    padding: 12px;
    width: 40%;/*24-7-23 changed 120px to 40% for product details table design issue*/
    font-family: JioBold;
    font-weight: 400;
    text-align: inherit;
}

/* 12/05/22 Changed alignment of Compare Products */
.shopbrand-brand-view .sidebar-additional .block {
    margin: 0 0 18px 0px !important;
}


.catalog-product-view .price-box .normal-price .price-label {
    display: none !important;
}

/* 16/05/22 product details page in mobile responsive*/

@media (max-width: 710px) {
    .catalog-product-view .product-essential .product-info-main .fieldset .swatch-opt {
        display: block !important;
    }

    .catalog-product-view .product-essential .product-info-main .fieldset .swatch-opt .size .swatch-attribute-label {
        position: static !important;
    }

    .catalog-product-view .product-essential .product-info-main .fieldset .swatch-opt .swatch-attribute .size {
        position: static !important;
        width: 100% !important;
    }

    .product-info-main .product-addto-links {
        left: 150px;
        bottom: 100px;
    }

    .box-tocart .fieldset .qty,
    .box-tocart .fieldset .actions {
        display: block !important;
    }

    .catalog-product-view .page-main .product.attribute.overview {
        margin-top: 0 !important;
    }

    button#buy-now {
        margin-top: 20px;
    }
}

@media (max-width: 360px) {
    .box-tocart .fieldset .actions .tocart {
        width: 120px;
    }

    .product-info-main .product-addto-links {
        bottom: 120px;
    }
}

/***short description css****/
.detail-offer {
    background: #fed700;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
    font-weight: normal;
	padding-left: 14px; /*get space to extra free block style*/
}

.shipping {
    background: #ffffff;
    color: #666666;
    padding: 15px;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
}

/*17/05/22 Extra 12% Coupon Alignment */
.Coupon-offer {
    margin-right: 10px;
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding-left: 12px;
}

@media only screen and (max-width: 480px) {
    .box-tocart .fieldset .actions .tocart {
        margin-top: 20px;
    }

    button#buy-now {
        min-width: 144px;
    }

    .box-tocart .fieldset .actions .tocart {
        width: 45% !important;
    }
}

@media (min-width:360px) and (max-width: 1000px) {
    .product.data.items>.item.content {
        padding: 30px 3px 20px;

    }
}

/**** screen size iphone4 20-5-22***/
@media (max-width:320px) {

    .description-table-th {

        padding: 0px !important;

        /* width: 10%; remove this bcz table design issue in responsive 280px 13/09/2023 */

        text-align: center;

    }

    .product.data.items>.item.content {

        padding: 30px 0px 20px;

    }

    .block-subscribe .field .input-text {

        width: 290px !important;

        height: 41px !important;


    }

}

@media (min-width: 712px) and (max-width:1023px) {
    .catalog-product-view .product-essential .product-info-main .fieldset .swatch-opt {
        display: block !important;
    }
/**4/4/23 ipad size */
    /* .catalog-product-view .product-essential .product-info-main .fieldset .swatch-opt .size .swatch-attribute-label {
       position: absolute;
        top: 254px !important;
    } */

    .catalog-product-view .product-essential .product-info-main .fieldset .swatch-opt .swatch-attribute .size {
        position: absolute;
        top: 282px !important;
    }

    .catalog-product-view .page-main .product.attribute.overview {
        margin-top: 0 !important;
    }

}

@media (min-width: 481px) and (max-width:710px) {

    .box-tocart .fieldset .qty,
    .box-tocart .fieldset .actions {
        display: inline-block !important;
    }

    button#buy-now {
        margin-top: 1px !important;
    }

    .product-info-main .product-addto-links {
        left: 390px !important;
        bottom: 39px !important;
    }

}

/* 03-06-22 Pincode Checker css */
.catalog-product-view #check-delivery-form .action-check-delivery {
    margin-bottom: 20px !important;
    border-radius: 8px;
}

/* 07/06/22 - Popular Categories Mobile Responsive & Size Chart Alignment */
@media (min-width: 712px) and (max-width:1023px) {
    .popular .col-sm-8 {
        width: 97.666667%;
    }

    .row .popular-wrap {
        display: flex;
    }
}

.sizechart-name {
    color: black;
    font-weight: bold;
    text-align: center;
}

.sizechart-custom .info {
    color: black;
}

.sizechart-digram {
    text-align: center;
}

/****whatsappchat 9/6/22**/
#wachat a {
    border-radius: 50% !important;
    background: none !important;
    transition-duration: none !important;
    top: auto !important;
    bottom: 20px !important;
    padding: 4px !important;

}

/* 18/06/22 Header section & quickview */
.header-search .minisearch {
    border-color: black !important;
}


.header-search .form-search button.button {
    color: #fff !important;
}

.header-search .form-search button.button:hover {
    color: #fed700 !important;
}


.header-search .form-search button.button {
    background-color: black !important;
}

.catalog-category-view .product-quickview .brand h2 {
    display: none !important;
}

.catalog-category-view .content-quickview #wachat .btn-web {
    display: none !important;
}

.catalog-category-view .product-quickview .box-tocart .fieldset .actions .tocart {
    float: left;
}


.catalog-category-view .product-quickview .product-info-main .product-addto-links {
    left: 0px;
    bottom: 6px;
}

/*Quick View */
.catalog-category-view .product-quickview select {
    width: 63%;
    font-size: 13px;
}

.catalog-category-view .product-quickview .shipping {
    padding: 5px;
    font-size: 13px;
    margin-top: 8px;
    width: 121%;
    margin-bottom: 8px;
}

.catalog-category-view .product-quickview .Coupon-offer {
    font-size: 10px;
}

/* Catalog Price */
.catalog-category-view .tax.weee .price-wrapper .price {
    /*margin-top: 14px; 25-09-23 catelog special price alignment issue*/
    margin-left: 6px;
}

/* 23/06/22 Color Change in Menu Section */
/* .magicmenu .nav-desktop .nav-1 .level-top>span {
    text-transform: uppercase !important; 24/1/2024 category text 
 color: red !important; 5-08-2023 color of offer in category list
} */

.labelnew {
    color: black !important;
    background-color: #fed700 !important;
    /* 16/08/2023 label new design */
    margin-top:12px;
}

.catalog-product-view .product-options-wrapper .fieldset .swatch-opt .color {
    float: left !important;
	  width: 50%;
}

.catalog-product-view .review_image {
    width: 100px;
    height: 150px;
    object-fit: cover;
}

/*05/07/22 - Changing the Home page section responsive */
@media (max-width:500px) {
    .footer-item .box-content .content .link-social {
        margin-top: 10px !important;
        height: 30px !important;
        padding-left: 9px;

    }

    .footer-item .title a .loaded {
        position: relative;
        top: -10px !important;
        right: 18px !important;

    }

    .footer-item .box-content .content .icon {
        float: right;
    }
}

@media (min-width: 1023px) {
    .footer-item .title a {
        position: relative;
        top: 17px;
    }

}

.cms-static-brands {
    padding-bottom: 25px;
}


@media (max-width: 991px) and (min-width:768px) {
    .main-product .magicproduct .product-item {
        width: 33% !important;
    }

    .main-product .magicproduct .product-item:nth-child(3n+1) {
        clear: left !important;
    }
}

@media (max-width:1250px) {
    .timer-product .item .products-textlink {
        padding-top: 0 important;
    }

    .cms-page-countdown-product .images-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 1100px) {
    .timer-box {
        margin: 0 5px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .popular {
        width: 31% !important;
    }

    .row .popular-wrap {
        flex-wrap: wrap !important;
    }
}

@media (max-width: 991px) and (min-width:768px) {
    .alocolumns .main .col-md-8.col-lg-8.col-sm-8 {
        width: 100% !important;
    }

    .footer-item.col-lg-3.col-md-3.col-sm-6.col-xs-12.col-mobile-12 {
        width: 50% !important;
    }

    .footer-item .box-content .content.toggle-content .row.cold-md-12.col-sm-12.col-lg-12 {
        width: 60%;
        float: left;
    }

    #cms-static-main-footer .footer-item .box-content .content.toggle-content ul {
        float: right;
        width: 40%;
    }

    .footer-item .icon.icon-support.col-md-3.col-sm-3.col-lg-3 {
        margin-left: -15px !important;
    }

    .footer-item.col-lg-4.col-md-4.col-sm-4.col-xs-12.col-mobile-12 {
        clear: both !important;
        width: 50%;
    }

    .homepage-bar .col-md-2 .fa {
        padding-left: 0 !important;
    }

    .block-subscribe .block-title {
        float: left !important;
    }
}

@media (max-width:767px) {
    .homepage-bar .col-md-4 .row {
        display: flex;
    }

    .row .popular-wrap {
        flex-wrap: wrap;
    }

    .popular {
        width: 48% !important;
    }
}

.catalog-category-view .product-quickview .product-info-main .product-addto-links {
    width: 100% !important;
    display: flex;
}

.catalog-category-view .product-info-main .product-addto-links .action.towishlist {
    display: flex;
    font-size: 16px !important;
    margin-right: 20px !important;
    width: 80px !important;
}

.catalog-category-view .product-info-main .product-addto-links .action.tocompare {
    display: flex;
    font-size: 16px !important;
    width: 80px !important;
}

.catalog-category-view .product-info-main .product-addto-links .action .icon {
    margin-right: 5px !important;
}

.product-item-info .product-hover img {
    transition: all 0.5s;
}

.product-item-info:hover .product-hover img {
    transform: scale(1.1);
}

@media (max-width:767px) {
    .product-item-info .product-hover img {
        transition: all 0.5s;
    }

    .product-item-info:hover .product-hover img {
        transform: scale(1.1);
    }
}

/******9/7/22****/
.customer-account-create .page-wrapper .form-create-account .actions-toolbar {
    float: right !important;
}

/* 11/07/22 - Logo Alignment in Home Page */
.content-logo .header-logo {
    margin: -10px !important;
}

/* 19/7/22 quick view alignment in Home page */
.cms-home .product-quickview .box-tocart .fieldset .actions .tocart {
    float: left;
}

.cms-home .product-info-main .product-addto-links .action.towishlist {
    display: flex;
    font-size: 16px !important;
    margin-right: 20px !important;
    width: 80px !important;
}

.cms-home .product-info-main .product-addto-links .action.tocompare {
    display: flex;
    font-size: 16px !important;
    width: 80px !important;
}

.cms-home .product-quickview .product-info-main .product-addto-links {
    left: 0px;
    bottom: 6px;
    display: flex;
}

/* 25/7/22 alignment of compare & wishlist in product details page*/

.catalog-product-view .page-wrapper .product-info-main .product-add-form {
    float: left !important;
    width: 100% !important;
}


/* 30/07/22 Size-chart font-size reduced */
@media (max-width: 412px) and (min-width:361px) {
    .product.info.detailed .product.data.items>.item.title .switch {
        font-size: 15px !important;
    }
}

/*04/08/22 Disable store cookies text */
.cookie-status-message {
    display: none;
}

/* 11/08/22 Adding Bold to sub menu $ hide the brand in these pages*/
/* .magicmenu .nav-desktop .level0 .level-top-mega .children.level1>a {
    text-transform: uppercase;
} 24/1/2024 subcategry design*/

.shopbrand-brand-listbrand .brands-content {
    display: none !important;
}

.customer-account-login .brands-content {
    display: none !important;
}

.customer-account-create .brands-content {
    display: none !important;
}

.page-wrapper .block-search .search .catalogsearch .searchsuite-autocomplete {
    width: 100% !important;
    border-radius: 8px !important;
}

/* 13/08/22 - Out of Stock Alignment */

.page-products .page-wrapper .product-item-info .details .actions-primary .unavailable {
    font-size: 16px;
    /*21/3/2024- vishnupriya k
    background-color: #e00c0c; */
    font-weight: bold;
    display: inline-block;
    line-height: 26px;
    /*21/3/2024- vishnupriya k
    padding: 6px 6px 6px; */
}

/* 23/08/22 Footer item alignment */
.footer-item .menulist {
    margin-top: 33px !important;
}

/* 24/11/22 Changes on discount */
.product-item-info .images-container .sticker .labelsale {
    display: flex !important;
    border-radius: 42px !important;
    width: 42px !important;
    height: 42px !important;
    background-color: #ca0815 !important;
    line-height: 32px !important;
    font-size: 12px !important;
    line-height: 17px !important;
    z-index: 1;
    align-items: center;
    justify-content: center;


}

.product-info-main .price-box .spl-price-percent .dis {
    color: green;
}

/* 28/12/22 Quantity module when added in code css modified */
.ox-control-qty .qty-changer-button {
    border: 0 !important;
    font-size: 20px;
    background: transparent !important;
    height: 32px !important;
}

.control.ox-control-qty.ox-product-qty {
    display: flex;
}



.ox-control-qty .qty-button-decrement {
    left: 10px;
    position: relative !important;
}

.ox-control-qty .qty-changer-button {
    right: 10px;
    position: relative !important;
}



.cart .cart.item .control.qty.ox-control-qty label {
    display: flex;
}

.cart .cart.item .control.qty.ox-control-qty input.input-text {
    height: 32px !important;
}


.ox-grouped-table .grouped .qty .ox-control-qty .qty-changer-button {
    display: none;
}

.catalog-product-view .ox-control-qty {
    margin-bottom: 0px !important;
}

.reviews-actions .action:before {
    content: "(";
}

.reviews-actions .action:after {
    content: ")";
}


/* 02/01/23 Adding text near Discount */
.catalog-product-view .product-info-price .spl-price-percent:after {
    content: '(Inclusive of all taxes)';
	 color:white !important;
}


.products-related .product-item .product-item-details .swatch-option {
    width: 12px !important;
    height: 25px !important;
    border-radius: 50% !important;
}

/* 5/7/23 view cart summary section */

.checkout-cart-index .cart-summary .block
	{ margin:0;
	}

 .checkout-cart-index .cart-summary .shipping 
  {
	padding:0px;
	background:null;
}

/* 13/7/23 social login create an account button style */

#social-login-popup .form-customer-create .primary button:hover{background-color: #efecec;
    border-color: #efecec;}
#social-login-popup .form-customer-create .primary span{line-height: 35px;}
#social-login-popup .form-customer-create .actions-toolbar .secondary a.action {
    margin-top: 0px;
}




.products-related .product-item .images-container .price-box .price {
    line-height: 53px;
    font-size: 13px;
    font-weight: bold;
    color: #343f49;
    font-weight: bold;
}



.products-related .product-item .old-price .price {
    font-size: 12px;
    color: red !important;
    font-weight: bold;
    display: block;
    margin-left: 6px;
    line-height: 33px;
}


.products-related .product-item .images-container .price-box .old-price .price {
    font-size: 11px;
}


.products-related .product-item .product-item-info .hover-box .spl-price-percent{
    display: none !important;
}


.products-related .product-item .item .product-name a.product-item-link {
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    
    display: -webkit-box;
    /* -webkit-line-clamp: 1; */
    -webkit-box-orient: inherit;
}

.products-related .item:hover .product-item-info {
	    box-shadow: none !important;
}


.data.switch .counter:before {
    content: '(';
}

.data.switch .counter:after {
    content: ')';
}

/*06/01/23 Modifying pincode checker Alignment & Quantity Alignment in Checkout */
@media only screen and (min-width: 769px) and (max-width: 1270px) {
.checkout-cart-index page-layout-1column .ox-qty-update.table-wrapper .col.qty .ox-control-qty {
    width: 72px !important;
}
}

/*19/07/23 shipping policy style */
.panel-title-shipping > a:before {
    float: right !important;
    font-family: 'fontawesome';
    content:"\f068" !important;
    padding-right: 5px;
}
.panel-title-shipping > a.collapsed:before {
    float: right !important;
    content:"\f067" !important;
}

.panel-title-shipping > a:active, 
.panel-title-shipping > a:focus  {
    text-decoration:none;
}
.panel-heading-shipping {
    padding: 20px 15px;
	font-family: 'fontawesome';
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	background-color: #dad6d1;
}
.panel-shipping {
    margin-bottom: 20px !important;
    
    border: 1px solid transparent;
    
}
/*20/7/23 return policy style*/
.arrow-icon{
	color:#f0b51c;
	padding-right:5px;
}
.circle-icon{
	color:#f0b51c;
	padding-right:5px;
	font-size:8px !important;/*fa class contain size*/
}
.return-border{
	border-right:1px solid #dddddd;
}



/* 21/3/2024 zipcode checker in pdp page -vishnupriya k
 .zipchecker-product .form-product-zipcode .zipcode-box { 
float: right !important;
    width: 560px !important;
} */
	
.zipcode-check-btn button span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 35px !important;
}
	
.zipchecker-product .form-product-zipcode .zipcode-box .zipcode-inner .control .input-text {
	border-bottom: 2px solid #fed700 !important;
    /* 21/3/2024 -vishnupriya k */
    border-radius: 5px;

}


.zipchecker-product .form-product-zipcode .zipcode-box .message { 
width: 480px !important;
}

.product-reviews-summary .rating-summary .star-rating {
	    float: right;
    margin-left: 9px;
}

/*17/02/23 Adding CSS on buy 1 get 1 on cart page */
.cart-container .prod-offer-text {
font-weight: bold;
    color: black;
    background-color: rgba(234,128,0,.1);
    height: 58px;
    width: 67%;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px 5px 10px 14px;
    line-height: 1.44;
    display:none;
}

.prod-offer-btn {
    font-size: 16px;
    font-family: montserrat;
    float: right;
    padding: 0 10px;
    margin-top: -10px;
}
/* 4/4/23 changes in color swatch */

.catalog-product-view .swatch-opt{
display: flex;
}
.catalog-product-view .product-essential .product-info-main .swatch-attribute-options .select {
width: 94% !important;
}
/*size swatch 5/4/23*/
.swatch-opt .swatch-attribute .swatch-select{
width: 100% ;
}

/* 21-7-23 username display issue */
.header-top .customer .top-links li{
float:none;
}
/* 21-7-23 return policy icon change 
.cms-return .panel-shipping .panel-title-shipping > a.collapsed:before {
content:"\f067" !important;
}

.cms-return .panel-shipping .panel-title-shipping > a:before{
content:"\f068" !important;
}
*/
/* 22/07/2023 space btw image and name */
.cms-home.loading_img .product-hover .lazyload.loaded{
    padding-bottom:11px !important;
}
/* 31/07/2023 shopby->content details table bottom space  */
.vmagicmenu .level0 .level-top-mega .mage-column .children {
    
    padding-bottom: 20px;
}
/* 31/07/2023 shopby->category table out of the screen */
.vmagicmenu .level0 .level-top-mega .mage-column .children{
    width:194px;
}

/**4/8/23 all category hide in vertical section**/
.vmagicmenu .block-vmagicmenu-content .all-cat
{
    display:none;
}
/** 4/8/23 design of continue button in cart page**/
.checkout-cart-index .cart-container .form-cart .actions .continue {
	border-radius: 20px;
	font-weight:bold;
	font-size: 13px;
}
/** 4/8/23 design of update button in cart page**/
.cart-container .actions .update span{    
font-weight: bold;
    
line-height: 35px;
font-size: 13px;
}
/** 4/8/23 design of summary section in cart page**/
.checkout-cart-index .cart-summary .block>.title {
    
    background-color: white;
}

/** 5/8/23 show password design **/
.block-customer-login .form-login .choice {display:flex;}



/** 7/8/23 design of listing section **/
#layerednav-list-products .category-product-list .product.description.product-item-description{
display:block!important;
}

#layerednav-list-products .category-product-list .product.description.product-item-description .col-md-5{display:none;}

#layerednav-list-products .category-product-list .product.description.product-item-description p{display:none;}

#layerednav-list-products .category-product-list .product.description.product-item-description .action{display:none;}

#layerednav-list-products .category-product-list .product.description.product-item-description .detail-offer{
display:none!important;
}

/** 11/8/23 all category hide in vertical menu & search  **/

.vmagicmenu .block-vmagicmenu-content .all-cat{
display:none !important;
}
.block-search .search .catalogsearch-box #select-box-category{
	display:none;
}
/** 11/8/23 compare page design issue **/
#product-comparison tr:nth-child(2) {
  display: none;}

#product-comparison tr:nth-child(3) .attribute.value .col-md-5{display:none;}


#product-comparison tr:nth-child(3) .attribute.value  .detail-offer{display:none;}

#product-comparison tr:nth-child(3) .attribute.value  p{display:none;}

/** 12/8/23 new label style**/
.cms-home .images-container .labelnew {
   
    margin-top: 10px;
}
/**19-8-23 hide read more button in quick view**/
.product-quickview .product-info-main p{
display:none !important;
}

/* 18/08/2023 shopby->category list display out of the screen */
.vmagicmenu .level-top-mega .mage-column.cat-mega{
    width:85%;
}

/* 18/08/2023 checkout page design */
.opc-wrapper .shipping-address-item.selected-item{
    width:45%;
    border-color:#edb91c;
    margin-top:5px;
    
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background:#edb91c;
}
.opc-progress-bar-item._active:before{
    background:#ecb50f;
}
.opc-progress-bar-item._active > span:before{
      background:#ecb50f;
}
/* 21/08/2023 hide socialmedia in quickview */
#modals_quickview .product-quickview .custom-html{
    display:none;
    }


    /* 23/08/2023 recently view images gap */
.block-viewed-products-grid .product-image-photo{
    padding:5px;
}

	
/**24-8-2023 alignment of back button in create account**/	
@media only screen and (max-width: 768px) {
.form-customer-create .actions-toolbar button{    
float: left;
margin-right: 10px;}
}
/**24-8-2023 alignment of show passowrd text in create account**/	
.form-customer-create .newsletter{display:flex;}
.form-customer-create .newsletter label{margin-top:10px;}
/**25-8-2023 mobile responsive in navigation**/
@media only screen and (max-width: 600px) and (min-width: 400px)  {

.magicmenu .nav-desktop .level0 .level-top>span {
font-size:12px !important;
}


}
/** 31-8-23 mobile responsive buynow button & quantity **/
@media only screen and (min-width: 321px) and (max-width: 481px) {
    .box-tocart .fieldset .actions .tocart{margin-left: -10px;}
    
}
	
/* 30/08/2023 pdp side images border color */
.fotorama__thumb-border{
    border-color:#f5d880!important;
}

/** 31/08/2023 cart icon >edit and delete icon space  **/
@media(max-width:766px) {
    .minicart-wrapper .product .actions>.primary, .cart.table-wrapper .actions-toolbar>.action-edit {
    margin-right:0px;
    }
}
/** 31/08/2023 mobileview sortby > filter **/
@media (max-width: 991px){
    .filter .block-subtitle{
        padding:0px!important;
        border-bottom:0px !important;
        line-height: 3em !important;
    }
}

/** 31/08/2023 space between category name top of listing page **/
@media (max-width: 991px){ 
    .page-products .alocolumns {
    
        padding-top:60px !important;
    }
}

/** 31/08/2023 space between shop-by and sort-by in mobile view **/
@media (max-width: 340px){
    .block.filter .filter-title strong {
        margin-top:48px !important;}
}
/** 1/09/2023 space btw special offer and percentage tag in home page **/
@media (max-width:297px){
    .special-product-label .special strong{
        font-size: 25px;
    }

}
/** 2/09/2023 required field hide in create account**/
.login-container .fieldset:after {
    
    content: '' !important;
}
/** 2/09/23 alignment issue in view cart & got to checkout button in popup in mobile responsive**/
@media only screen and (max-width: 401px){


.modals-ajaxcart .modal-content .actions .action{font-size: 10px;
}


.modal-popup.modals-ajaxcart .actions .btn-viewcart {
    min-width: auto;
    /* float: right; */
}
}


.modal-popup.modals-ajaxcart .modal-inner-wrap .content-ajaxcart .popup > .block {
    margin-bottom: 0;
    margin: 0px!important;
}

@media only screen and (max-width: 299.999px){


.modals-ajaxcart .modal-content .actions .action{font-size: 8px;
}

}
/** 8-9-23 payment method on footer **/
.footer-payment{

    display: flex;
    float: right;
	margin-bottom: 0px;
	padding-right: 10%;/**27-9-23 move icons in left**/
}
.footer-payment li {
    padding-right: 10px;
    margin-bottom: 0px;
}

/* 12/9/2023 best deal caption*/
@media (max-width:321px){
    .best-deal{
        font-size:12px!important;
    }
}

/* 12/9/2023 create new customer account caption of password  */
#password-strength-meter-container{
    font-size:80%;
}

/* 12/9/2023 my account >change password link*/
.box-actions .change-password{
    float:right!important;
    
}

/* 12/9/2023 city selection option in shipping policy  */
.form-shipping-address select{
width:100%!important;
}
    
/* 12/9/2023 address form city and district selection section width increase*/
.form-address-edit select {
 width:100% !important;
}
    
    
 /* 12/9/2023 send to selection section width increase in multishing page*/
#checkout_multishipping_form select{
width:80%;
}
    
    
/* 12/9/2023 back to shopping cart ,update ,new address button align right side in multishiping page */
#checkout_multishipping_form .actions-toolbar>.secondary:last-child{
float:right;
}

/* 12/9/2023 button in multi addressing ->continue to billing information(go to shipping information) */
@media (max-width:320px){
    .multicheckout .action.primary {
    padding: 0 10px !important;
}
}

/* 12/09/2023 product name in ,multi addressing page > go to shipping informtion*/
@media (max-width: 639px){
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child{
    padding-left:0px!important;
}
}
/**16-9-23 grid style**/
.grid-selena {
	position: relative;
	/* clear: both; */
	margin: 0 auto;
	/* padding: 1em 0 4em; */
	/* max-width: 1000px; */
	/* list-style: none; */
	/* text-align: center; */
}

/* Common style */
.grid-selena figure {
	 position: relative;
    /* float: left; */
    overflow: hidden;
    margin: 10px 1%;
    /* min-width: 320px; */
    /* max-width: 480px; */
    /* max-height: 374px; */
    /* width: 48%; */
    height: auto;
    /* background: #222; */
    text-align: center;
    cursor: pointer;
    border: 1px solid #fed701;
}

.grid-selena figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid-selena figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	/* -webkit-backface-visibility: hidden; */
	/* backface-visibility: hidden; */
	/*z-index: 9999;*/
}

.grid-selena figure figcaption::before,
.grid-selena figure figcaption::after {
	pointer-events: none;
}

.grid-selena figure figcaption,
.grid-selena figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 123;/*3-10-23 popular category heading*/
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-selena figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-selena figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid-selena figure h2 span {
	font-weight: 800;
}

.grid-selena figure h2,
.grid-selena figure p {
	margin: 0;
}
.content .grid-selena .effect-selena:after{
             position: absolute;
             content: "";
             top: 0;
             left: 0;
             width: 100%;
             height: 100%;
             /* background-image: linear-gradient(120deg, #eaee44, #33d0ff); */
             /* opacity: .7; */
             background: #04030394;
             }

.grid-selena figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	/* z-index: 9999; */
	/* color: #ffffff; */
}
/* figure.effect-selena {
	background: #fff;
} */

figure.effect-selena img {
	opacity: 0.95;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
	-webkit-transform: scale3d(0.95,0.95,1);
	transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
	margin-bottom: 20px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	color: #ffff;
	
}

figure.effect-selena p {
	/* opacity: 0; */
	/* -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; */
	/* transition: opacity 0.35s, transform 0.35s; */
	/* -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg); */
	/* transform: perspective(1000px) rotate3d(1,0,0,90deg); */
	/* -webkit-transform-origin: 50% 0%; */
	transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
	opacity: 1;
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
	transform: perspective(1000px) rotate3d(1,0,0,0);
}
.content .grid-selena .effect-selena:hover:after{
            
content: none;
           
}
.content .grid-selena .effect-selena:hover figcaption{display:none;}

/** 25-09-23 special price timer content color change**/
.cms-home .timer-product .price-box .spl-price-percent .dis {
    color: green;
}

.cms-home .timer-product .old-price .price{
color:#ff0000;
}
/** 27-09-23 popular category style & brand name hide in listing**/
.shopbrand-brand-view .title{
display:none;
}
.timer-product .list .item{border:none}
.timer-product{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    border: 3px solid #fed700;
    border-radius: 50px;}
.effect-selena{box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;}


/* 28/09/2023 hide brand name */
.brand span{
    display:none;
}
/* 10/10/2023 wishlist hide review */
.wishlist .rating-summary .rating-result{
    display:none;
}

/* remove qty in wishlist page */
.wishlist .field.qty{
    display:none !important;
}
.wishlist .product-item-tooltip {
    display:none !important;
}
/* hide edit button */
.wishlist .action.edit{
    display:none;
}

/* 18/10/2023 remove button in wishlist */
.wishlist .btn-remove {
    display: block;
    /* width: 27% !important; 05/01/2024  */
    height: 9% !important;
    font-size: 15px;
    line-height: 0;
    text-indent: 0;
    overflow: hidden;
    background: #f0ece9;
    padding: 21px 27px 30px 29px;
    font-weight: bold;
    color:#333e48;
    text-align:center;
   
}
.wishlist .btn-remove:hover {
    background-color: #fed700;
    border-color: #fed700;
}
/** 05/01/2024 wishlist remove button and add to cart button design**/
.wishlist-index-index .products-grid.wishlist .product-item-info {    
    width: 95%;   
    border: 1px solid #d1d1d1;   
    padding: 20px;
}
.wishlist-index-index .products-grid.wishlist .product-item-info .product-item-inner {    
   display: flex;
   
}
.products-grid.wishlist .product-item-actions .btn-remove{
   line-height:0;
}
.product-item-inner .box-tocart button{
   border-radius: 2px;
   -webkit-border-radius: 2px;
   margin-left:5px;
   margin-right:5px;
   
}
.products-grid.wishlist .product-item-comment {
    height: 48px;}


    /**6/1/2024 popular category design issue **/
@media only screen and (min-width: 638px) and (max-width: 712px){
    .row .popular-wrap{
        display:flex;
    }
}
/** 9/1/2023 slider below content design **/
.best-deal{
    padding: 5px;
    text-align: center;
    background: black;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-top: 1px solid #f28d49;
    margin-left: -55px;
    margin-right: -55px;
    margin-top: -59px;
    padding-bottom: 5px;
}
/** 10/01/2024 footer paymenticon design(responsive)issue **/
@media (max-width:461px) {
    .footer-bottom .footer-payment{
        display: flex;
        width: 56%;
        justify-content: space-between;
        float:none;
        left:25%;
        position: relative;
    }
}
/** 10/01/2024 homepage->sepecial offer section image hover design **/
.timer-product .product-item-info .product-hover img{
    transform: scale(1);
    transition: none;
}

/** 13/01/2024 wishlist add to cart button design **/
.wishlist .actions-primary button{
    padding:12px 26px;
}
.products-grid.wishlist .product-item-actions .action.delete{
    margin-top:0;
}
/* wishlist commentbox hide */
@media (max-width:768px){
    .products-grid.wishlist .product-item-comment {
        display:none;
    }
}
/* wishlist add to cart button */
@media(max-width:1225px){
    .wishlist .actions-primary button span{
        display:none;
    }
}
@media(min-width:1225px){
    .wishlist .actions-primary button i{
        display:none;
    }
    .wishlist .actions-primary button span{
        line-height: 25px;
    }
}
/** 22/1/24 banner & popular category display setting**/
@media (min-width:1920px) {
  .cms-home figure.effect-selena img{
width:100% !important;
}
}

@media (min-width:1920px) {
   .cms-home .slick-slide img {
    margin: 0 auto;
    float: left;
    width: 100%;
}
}
/** 23/1/2024 checkout page design **/
.checkout-container .action-edit span{
    display:none;
}
.checkout-container .action-edit:before{
    font-family: 'fontawesome';
    content: "\f040" !important;
    font-size:15px;
    
}
.checkout-container .action-edit:hover, .checkout-container .action-edit{
    background:none;
    border:none;
}

.checkout-container .modal-inner-wrap{
    background:none;
}
.checkout-container .ship-via , .checkout-container .ship-to{
    padding:9px;
    border:1px solid #80808054;
}
.checkout-container #opc-sidebar .opc-block-shipping-information{
    padding:0;
}
/** 23/1/2024 compare page design **/
.comparison .actions-primary button{
    color:white;
    background-color:#373636;
    border-color:black;
    padding:0px 11px;
    
}

.comparison button.action.primary.tocart {
    border-radius: 0px;
}
.comparison .actions-primary button:hover{
    background-color:#8080804f;
    border-color:#8080801c;
    color:black;   
}
.table-comparison .product-item-actions{
    display:flex   
}
.table-comparison .price{
    padding-left:6px;
}
.table-comparison .product-item-actions > .actions-primary + .actions-secondary{
    font-size:20px;
    padding: 0px 11px;
}
.table-comparison .actions-primary button span{
    line-height: 38px;
}
.catalog-product_compare-index .comparison.headings {
    display: none !important;
}
.comparison .towishlist span{
    display:none;
}
.comparison .towishlist:before{
    content:"\f08a";
    font-family: 'fontawesome';   
}
/** 24/1/2024 hide short description in comparison page **/
.catalog-product_compare-index .page-main-pal table tr:nth-child(3) {
    display: none;
  }

  /** 8/2/2024 home page add to cart icon design **/
.item button.button{
    background:#fed700 !important;
}
.item button.button:hover{
    background:#c1bdbd69 !important;
    
}
.item button.button .icon:hover{
    color:black;
}
/* 8/2/2024 pdp page price content design */
.category-product-grid .tax.weee .price-wrapper .price{
    left:-5px;
}
.cms-home .timer-product .products-grid .item .product-item-info{
    border:none;
}
.cms-home .products-grid .item .product-item-info {
        border: 1px solid #ccc;
        margin-left: 10px;
}

/*  02/03/24 - Hide error message of post-code in Checkout Page */
.checkout-index-index [name~="shippingAddress.postcode"] > .control > .message.warning {
    display: none;
}

.checkout-index-index [name~="billingAddress.postcode"] > .control > .message.warning {
    display: none;
}

/* 5/3/2023 checkout designs-vishnupriya */

#onestepcheckout-page #discount-form .action{
    width:75% !important;  
    margin:0 9px !important;
    border-radius: 5px !important;
    padding: 0px 18px !important;
  }
  
  #onestepcheckout-page .place-order .button{
      border-radius: 5px !important;
  }
  #onestepcheckout-page .place-order .button:hover{
      color:white;
  
  }
  #onestepcheckout-page .opc-wrapper .fieldset > .field.required > label:after{
      top:0px !important;
  }
  #onestepcheckout-page input[type="radio"] {
      margin: 2px 5px 13px 0;
  }
  #onestepcheckout-page #opc-sidebar::before,#onestepcheckout-page #opc-shipping_method:hover::before,#onestepcheckout-page #payment:hover::before,#onestepcheckout-page #shipping:hover::before{
      box-shadow:none !important;
     
  }
  #discount-form .control .input-text {
      line-height: 45px;
      height: 47px;
      border-color: #ddd;
      border-radius: 5px;
  }
  #onestepcheckout-page .newsletter-subscribe input[type="checkbox"] {
      top: 21px !important;
      
  }
  #onestepcheckout-page .opc-wrapper .field .control input[type=text],#onestepcheckout-page .opc-wrapper .field .control select,#onestepcheckout-page .opc-wrapper .field .control input[type=email]{
      border-width:1px !important;
      border-radius:10px;
  }
  #onestepcheckout-page .social-login-authentication-popup .block-content .actions-toolbar .btn-social{
      height:35px !important;
  }
  #onestepcheckout-page #opc-sidebar{
      background-color:white;
  }
  #onestepcheckout-page .newsletter-subscribe{
      display:none;
  }
  /* 06/03/24  - Home page brand gave color instead of black & white - Shabina */ 
  .brands .brands-content .item img {
    filter: none !important;
    /* 04/07/24 - vishnupriya k */
    border: 1px solid #dadada;
    padding: 16px 0px;
    
}

/**8-03-24 - Footer new block - Manasi**/
.footer_top_icon {
    background-color:#fff;
    color:#000;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 57px;
    font-size: 32px;
    margin-right: 20px;
    position: relative;
    border: 3px double #616e66;
}
.footer_top_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/**to move Footer new block  left**/
.footer.content .block {
     float: none !important; 
}
/** best deal block- Find Your Favorites heading style - Manasi*/
.find-favorite{
	color: #000;
	font-weight:bold;
	font-size: 21px;
	margin-top:15px;
	text-align:center;
}

/** 18-03-24 Manasi-PDP short description block style**/
.short-descrpt-table{
   width: 100%;
    line-height: 10px;
}
.short-descrpt-table-head{
padding-left:1px;
}

.offer-block-right{

background: #f7f7f7; 

color: #666666; 

padding: 13px;

font-size: 15px;

width:100%;


}
.short-descrpt-visa-icon{

color: #fed700;

font-size:20px;

}
.short-descrpt-money-icon{

color: #fed700;

font-size:20px;

}
.short-descrpt-icon{

padding-left:6px;

}

.short-descrpt-visa-content{

padding-left:10px;

}

/* 21/3/2024 zipcode checker design-vishnupriya k */
.zipchecker-product{
    order:5;
}
.zipchecker-product{
    margin: 10px 0 10px 0;
}
    
.zipcode-check-btn button{
    border-radius:5px;
}
    
.zipchecker-product .form-product-zipcode .zipcode-box .zipcode-check-btn{
    left:100%;
    padding-left:5px;
}
.zipchecker-product .form-product-zipcode{
    padding-bottom: 15px;
}
/* 21/3/2024 pdp page ->change icon previous product arrow ,next product arrow and product list(top right side) -vishnupriya k  */
.product-next-prev .product-prev .arrow:before{
    content:"\f104";
    font-family:'fontawesome';
}
.product-next-prev .product-next .arrow:before{
    content:"\f105";
    font-family:'fontawesome';
}
.product-next-prev .category-back a:before{
    content:"\f009";
    font-family:'fontawesome';
}


/*04/07/24 home page - grocery essential section - vishnupriya */
@media only screen and (max-width: 992px){
    .col-lg-4.image-center {
        padding-bottom: 18px;
        padding-top: 18px;
}
}
@media only screen and (min-width: 993px){
    .cms-page-main-product .row{
        display:flex;
    }
}
/* 04/07/24 quick view-vishnupriya k */
.content-quickview .overview .col-lg-5{
    width:72% ;
    padding-top:8px;
 }
.product-quickview .col-lg-7 {
    width:78%;
}
.product-quickview .zipcode-box{
    display:flex;
}

/* 04/07/24 category page -vishnupriya k */
.filter-current li {
    border:1px solid #fed700;
    background-color:#fed700;
    padding:5px;
    color:#333333;
    margin:5px;
}
/* 04/07/24 wishlist page -vishnupriya k */
@media (min-width:768px) and (max-width:2560px) {
.products-grid.wishlist .product-item-photo {
    float: left;
    margin: 0;
}
.wishlist .field.comment-box {
    display: none;
}
.wishlist .product-image-photo {
    height: 146px;
    width: 146px;

}
}

/* Home page of find your favorite and banner below it - responsive - Shabina */
@media (min-width:320px) and (max-width:525px) {
    .popular-categoryfav {
        display:flex;

    }
}

@media (min-width:320px) and (max-width:525px) {
    .popular-categoryfav .col-md-1 .image-center a img {
        width:150px;
    }
}

@media (max-width: 768px) {
    .popular-categoryfav {
        display:flex;

    }
}

@media (max-width: 767px) {
    .popular-categoryfav .col-md-1 .image-center a img {
        width:150px;
    }
}

@media (min-width:320px) and (max-width:767px) {
.cms-page-main-product .row .col-lg-4 .row2 {
margin-top: 20px;

}
}


@media (min-width:1025px) and (max-width:2560px) {
    .cms-page-main-product .row .col-lg-4 .row2 {
    margin-top: 20px;
    
    }
    }

@media (min-width: 768px) and (max-width: 1023px) {
    .cms-page-main-product .row .col-lg-4 {
        display:flex;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .cms-page-main-product .row .col-lg-4 .row2 {
        padding-left: 25px;
    }

}



@media (min-width: 768px) and (max-width:1023px) {
    .cms-page-main-product .row .col-lg-4 .row3  {
        padding-left: 10px;

    }
}

@media (min-width: 768px) and (max-width:1023px) {

    .cms-page-main-product .row .col-lg-4 .col-md-12 .image-center {
        padding-right: 10px;
    }
}


@media (min-width: 768px) and (max-width:1023px) {

    .cms-page-main-product .row .col-lg-4 .row3 {
        padding-left: 10px;
    }
}

@media (min-width: 768px) and (max-width:1023px) {

    .cms-page-main-product .row .col-lg-4 .row3 {
        margin-top:20px;
    }
}

@media (min-width: 425px) and (max-width:1023px) {
    .cms-page-main-product .row .col-lg-4 .row4 {
      margin-top:20px;
      
    }
  
}

@media (min-width: 768px) and (max-width: 1023px) {
    .cms-page-main-product .row .col-lg-4 .image-center {
      margin-top:20px;
      
    }
  
}
@media only screen and (max-width: 992px){
    .col-lg-4.image-center {
    padding-bottom: 18px;
    padding-top: 18px;
}
}

@media (min-width:320px) and (max-width:767px) {
    .cms-page-main-product .row .col-lg-4 .row3 {
    margin-top: 20px;
    
    }
    }
    
    
    
    @media (min-width:1024px) {
        .cms-page-main-product .row .col-lg-4 .row3 {
        margin-top: 20px;
        
    }
}
@media (min-width: 427px) and (max-width: 769px){
    .col-lg-4.image-center {
    margin-left: 14%;
}
}

@media (min-width: 1024px){
    .row2 .col-md-12.image-center {
    margin-top: 20px;
}
}

@media only screen and (min-width:1024px) {
.cms-page-main-product .row {
    display: flex;
}
}

.link.wishlist .counter:before {
    content: '(';
}

.link.wishlist .counter:after {
    content: ')';
}

#onestepcheckout-page .mfp-content{
    width: 42%;
}
/* 19/7/2024 checkout page signin popup -vishnupriya */
@media(min-width:1440px){
    #onestepcheckout-page .mfp-content{
        width:60%;
    }}
/* 19/7/2024  sidebar -vishnupriya*/
.sidebar-additional .block-compare{
    margin: 0 0 30px 0px;
}
.sidebar-additional .block-wishlist{
    margin:0 0 30px 0px;   
}

/* 07/08/24 - Modified swatch attribute in layered navigation in category page - Shabina V k */
.catalog-category-view .swatch-attribute-options .swatch-option-link-layered .swatch-option.text {
    font-size: 10px !important;
    color: #333e48 !important;
}
/* 10/8/2024 about us page css:Vishnupriya k */
.about-content .shop-btn {
    padding: 1.2rem 3.4rem;
    margin: 4rem 0;
    text-align: center;
    border-radius: 0.4rem;
    display: inline-block;
    background: #fed700;
    font-size: 1.4rem;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
}
h3.about-title {
    font-size: 21px;
    color: #000000b8;
}
.about-list i{
    display:flex;
}
.fa-check-square-o:before{
    color:#000000d6;
    font-size:18px;
    
}
.about-list p {
    padding-left: 7px;
}
/* 21/08/2024 border in category page::vishnupriya k */
.category-product-grid .product-item-info{
  
    border: 1px solid #8080804a;
    border-radius: 29px;
    margin-right:6px;
    
}
/* 23/8/2024 popup :vishnupriya k */
.modal-popup.modals-ajaxcart .ajaxcart-wrapper-main{
    justify-content:center !important;
}
    
.popup .block .ajaxcart-wrapper-main .product-price{
    margin-left:10px;
}
/* 4/9/2024 swatches:vishnupriya k */
.swatch-option.text{
    padding: 4px 3px;
    color: #333e48;
}

/* 13/12/2024 product details table:vishnupriya k */
.description-table-tr .description-table-tr{
    text-transform:lowercase;
    
}
.description-table-tr .description-table-tr::first-letter{
    text-transform:uppercase;
}