/*==fonts==*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
@font-face {
    font-family: 'Britannic';
    src: url('../fonts/BritannicBold.eot');
    src: url('../fonts/BritannicBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BritannicBold.woff2') format('woff2'),
    url('../fonts/BritannicBold.woff') format('woff'),
    url('../fonts/BritannicBold.ttf') format('truetype'),
    url('../fonts/BritannicBold.svg#BritannicBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/*==fonts end==*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}
body > .header, body > .footer {
    position: relative;
    z-index: 1;
}
body > .footer {
    z-index: unset;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.widget-snippet b, .widget-snippet strong {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

i {
    color: #000;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

button[disabled], html input[disabled] {
    cursor: default;
}

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

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    box-sizing: content-box; /* 2 */
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #ffffff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 25px;
}

a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
    font-weight: inherit;
    color:#af000f;
}


.widget.page-heading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
    font-family: 'Britannic';
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-weight: normal;
    font-family: 'Britannic';
}

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

p {
    color: #232323;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 25px;
    margin: 0;
    padding: 0 0 20px;
    font-weight: normal;
}

/* Common Styles */
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type=submit], input, input[type=text], textarea, select, input[type=password], address, input[type=file], input[type=hidden], button, input[type=image], blockquote {
    color: #232323;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;

}
input[type="submit"], input[type="button"], button, .button, a.button {
    line-height: 21px;
    box-sizing: border-box;
    border-radius: 0;
    text-transform: none;
    text-align: center;
    padding: 7px 0;
    position: relative;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.add-to-cart-button {
    vertical-align: baseline;
}

input[type=submit]:hover, input[type=button]:hover, button:hover, a.button:hover, .button:hover {
    color: #ccc;
    background: none;
}

input[type=text], input[type=password], select {
    height: 40px;
    width: 100%;
}

input[type=text], input[type=password], select, textarea {
    border: 2px solid #9d9d9d;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;
}

textarea {
    height: 90px;
}

input[type="text"].validation-error, input[type="password"].validation-error {
    background: transparent;
}
input[type="text"].validation-error, input[type="password"].validation-error, textarea.validation-error {
    border: 2px solid #AF000F !important;
}
button.Zebra_DatePicker_Icon {
    background-position: right center;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}

table th {
    font-size: 17px;
    font-weight: 500;
    background: #eee;
}

table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: #232323;
}


.widget-snippet {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #232323;
    line-height: 25px;
    text-align: left;
}

.widget-snippet a {
    color: #f28729;
}

.widget-snippet a:hover {
    color: #f28729;
}

.widget-snippet ul, ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li, .widget-snippet ol li, ul li, ol li {
    position: relative;
    margin: 0;
    padding: 0 0 6px 15px;
    list-style-type: none;
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-align: left;
    line-height: 25px;
}

.widget ul li a, .widget ol li a {
    color: #000000;
}

.widget ul li a:hover, .widget ol li a:hover {
    color: #f22954;
}

ol li {
    list-style-type: decimal;
    padding: 0 5px 10px;
}

.widget-snippet ul li::before, ul li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 4px;
    width: 13px;
    height: 10px;
    z-index: 1;
    font: normal normal normal 30px/1 FontAwesome;
    color: #232323;
    font-size: 18px;
}

ul, ol, .widget-snippet ul, .widget-article ul, .widget-snippet ol, .widget-article ol {
    margin-bottom: 12px;
}

ol, .widget-article ol, .widget-snippet ol {
    padding-left: 15px;
}
/* Webcommander Base */
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
    max-width: 100%;
}

.auto-page .page-content {
    margin:0 auto;
}
.widget.widget-pageHeading {
	padding: 230px 0 140px;
    text-align: center;
    margin-top: -90px;
    margin-bottom: 85px;
    background-color: #515151;
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	margin-left:-4px;
}

.widget.widget-pageHeading h1 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 37px;
    text-align: center;
    font-family: 'Britannic';
    font-size: 52px;
}
#webcommander-page  .widget-snippet .container-fluid.bottom-shop-now{
    margin-top: 85px;
}


div.vertical .navigation-item.active > a {
    color: #AF000F;
}
.footer .vertical .navigation-item.active > a{
	 color: #ffffff;
}

div.widget-snippet a:focus {
    outline: none;
}

.form-row {
    position: relative;
}

.errorlist.after .message-block {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    line-height: 20px;
}

.errorlist.after {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    padding: 0;
    position: absolute;
    bottom: -18px;
    background: #af000f;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
}
.double-input-row .errorlist.after {
width: calc(100% - 30px);
padding: 0 10px;
left:15px;
right: 15px;
min-width: auto;
}
.site-popup .double-input-row .errorlist.after {
width: calc(100% - 30px);
padding: 0 10px;
left:0px;
right: 15px;
min-width: auto;
}
.form-row.textArea .errorlist.after {
    bottom: -20px;
}

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0;
    color: #AF000F;
    position: absolute;
    top: 25px;
    padding: 0;
    margin: 0;
    font-size: 13px;
    width: 100%;
    line-height: 22px;
  	z-index: 5;
}
.page-registration .server-message.server-error.error-message.message-block {
    top: 60%;
    max-width: 830px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 7px 0;
    width: 100%;
}


.page-login .message-block.error-message, .message-block.error{
    top: 510px;
    max-width: 250px;
    left: 50%;
    margin-left: -125px;
}
.message-block.info-message, .message-block.success {
    border: 0px solid #C2E7C2;
    color: green;
    background: #C2E7C2;
    margin: 10px auto;
    border-radius: 0;
    font-size: 13px;
}

.page-login .server-message.server-info.info-message.message-block {
    border: 0px solid #C2E7C2;
    color: green;
    background: #C2E7C2;
    margin: 10px auto;
    border-radius: 0;
    font-size: 13px;
    position: absolute;
   top: 60%;
   left: 50%;
   transform: translateX(-50%);
}

.simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 20px;
}

.simpleCaptcha-container .simple-captcha label[for="captcha"], .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}

.simpleCaptcha-container .form-row.simple-captcha {
    width: 48%;
    display: inline-block;
    box-shadow: 0 0 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 40px;
    background: #fff;
    border-radius: 0;
    margin-top: 0px;
}

.form-row.simple_captcha_input_field.mandatory {
    width: 48%;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    float: right;
}

.widget-form .single-input-row .form-row {
    margin-top: 0;
}
.simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}

.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}

span.no-account-label, span.account-register {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.widget.widget-form.contact-form {
    background: #f8f8f8;
    padding: 30px 50px 40px;
}

.widget.widget-form.contact-form button.submit-button {
    width: 100%;
    background-color: #002368;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.widget.widget-form.contact-form button.submit-button:hover {
    background-color: #AF000F;
}

.simpleCaptcha-container .form-row.simple-captcha img {
    height: 36px;
    vertical-align: middle;
    margin-top: 2px;
}

.widget.widget-form.contact-form .form-row.btn-row {
    margin-top: 15px;
}

.widget.widget-form.contact-form .form-row.btn-row label {
    display: none;
}

.widget.widget-form.contact-form textarea {
    min-height: 160px;
    padding-top: 15px;
}

.widget-form input[type=text] {
    height: 40px;
    margin: 0 0 15px;
}

.widget-form input[type=text], .widget-form textarea, .widget-form select {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #959595;
    padding: 3px 15px;
    border-radius: 0;
}

.contact-cell a {
    color: #AF000F;
}

.widget > .widget-title {
    padding: 0 0 25px 0;
    margin: 0;
    font-size: 19px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: none;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}



.page-heading .enquiry-link {
    position: relative;
    z-index: 99;
    display: inline-block;
}

.page-heading .enquiry-link a {
    transition: all 0.5s ease 0s;
}

.widget-snippet .enquiry-section {
    margin-top: 100px;
}

/*start:Page not faund */
.widget.widget-article .page-not-found-content {
    padding: 80px 0 150px;
}
.page-page-not-found .page-content {
    text-align: center;
}

.page-page-not-found .page-content .article-content h1 {
    color: #AF000F;
    text-align: center;
    padding: 0 0 20px;
    margin: 0;
    line-height: 60px;
    font-size: 55px;
}

.page-page-not-found .page-content .article-content h2 {
    color: #000;
    font-size: 30px;
    text-align: center;
    padding: 0 0 10px;
    margin: 0;
}

.page-page-not-found .page-content .article-content p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 20px;
}

/*end:Page not faund */

/* Ecommerces Base Css*/
.accordion-panel > .label-bar.expanded {
    border: 1px solid #d1d1d1;
    border-bottom: 0px;
    color: #AF000F;
    font-family: 'Poppins', sans-serif;
    background: transparent;
}

.accordion-panel > .accordion-item.expanded{
    padding: 20px 23px 20px 20px;
    border: 1px solid #d1d1d1;
    color: #000;
    background: #fff;
    font-size: 18px;
}
.accordion-panel > .accordion-item.expanded p
{
    font-size: 18px;
    text-align: justify;
}
.accordion-panel > .label-bar:hover {
    color: #ffffff;
    background: #AF000F;
}
.cart-details-link .button {
    padding: 6px 10px;
    font-size: 14px;
}

.stepper .stepper-arrow {
    background: transparent;
    text-indent: 0;
    font-size: 0;
    border-left: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}


.cart-details-link .button {
    width: 48%;
    padding: 7px 10px;
}

.stepper .stepper-input {
    background: transparent;
}

.stepper .stepper-arrow.down::after {
    content: "\f107";
}

.stepper .stepper-arrow.up::after {
    content: "\f106";
}

.stepper .stepper-arrow.up::after, .stepper .stepper-arrow.down::after {
    font-family: 'FontAwesome';
    color: #000;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-indent: 0;
    width: 100%;
    text-align: center;
}

.accordion-panel > .label-bar {
    background: transparent;
    border: 1px solid #d1d1d1;
    color: #AF000F;
    font-size: 18px;
    height: auto;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 15px 43px 15px 20px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}

.accordion-panel > .label-bar .toggle-icon {
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
    left: auto;
    position: absolute;
    top: 50%;
    width: 18px;
    margin-top: -8px;
    line-height: 13px;
    float: right;
    right: 20px;
}

.accordion-panel > .label-bar .toggle-icon::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    color: #AF000F;
    text-align: center;
    width: 100%;
}

.accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 0;
    color: #AF000F;
}
.accordion-panel > .label-bar:hover .toggle-icon::after{
    color: #fff;
}
/* cart page css start*/

.shopping-cartitem h1 {
    float: none;
    padding-bottom: 15px;
    text-align: center;
}

.empty-cartitem-text {
    margin-bottom: 12px;
}

.shopping-cartitem.empty-cart {
    text-align: center;
}

.page-cart .shopping-cartitem.empty-cart{
    text-align: center;
}
.page-cart .shopping-cartitem {
    max-width: 960px;
    background: none;
    border: 0px;
    box-shadow: 0px 0px 0px;
    margin: 0 auto;
    text-align: right;
	min-height: 281px;
}
.page-cart .cartitem-btn-wrapper:not(.top){
    max-width: 268px;
    display: inline-block;
}
.page-cart .cartitem-btn-wrapper:not(.top) a:first-child {
    margin: 0 0 10px 0;
}
.page-cart .cartitem-btn-wrapper:not(.top) a {
    width: 100%;
    padding: 12px 30px;
    margin: 0;
}

.page-cart .header-wrapper .page-heading{
    display: none;
}
.cartitem-btn-wrapper.top {
    text-align: center;
    position: relative;
    margin-top: 0px;
    float: none;
    display: block;
    margin-bottom: 35px;
}
.tell-friend-popup .body .form-row input,
.tell-friend-popup .body .form-row textarea{
    width: 100%;
    border: 2px solid #bababa;
}
.cartitem-btn-wrapper.top a {
    margin-left: 10px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: auto !important;
}

.cartitem-table {
    margin-bottom: 20px;
}

.cartitem-table .stepper {
    float: none;
    margin: 0 auto;
}

.cartitem-table th, .cartitem-table td.total-label, .cartitem-table td.price {
    font-weight: 500;
}

table.cartitem-table {
    border: 0;
}

.cartitem-table th, .cartitem-table td {
    width: 20%;
    text-align: center;
    border: 0px solid #eee;
    font-size: 16px;
    background: #fff;
    font-weight: 500;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.check-out-total .price, .shopping-cart-total .price{
    font-weight: 500;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.check-out-total td, .shopping-cart-total td{
    font-weight: 500;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.cartitem-table tbody tr:nth-child(odd) {
    background: rgba(156, 156, 156, 0.1);
}

.check-out-total .left-column, .shopping-cart-total .left-column {
    width: 40%;
    text-align: left;
}

.check-out-total .right-column, .shopping-cart-total .right-column {
    width: 58%;
    text-align: right;
    padding-top: 22px;
}
.add-to-wish-list-popup table .product-img {
    padding-top: 0;
}
.check-out-total .right-column table, .shopping-cart-total .right-column table{
    border: 0;
}
.check-out-total *, .shopping-cart-total * {
    font-size: 16px;
}

.discount-coupon-code-panel {
    background-color: #f8f8f8;
    border: 0;
    padding: 50px;
    box-sizing: border-box;
}

.discount-coupon-code-panel input[type=text] {
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.discount-coupon-code-panel .form-row.btn-row label {
    display: none;
}

.discount-coupon-code-panel .form-row.btn-row button {
    display: block;
    width: 100%;
}

.check-out-total table, .shopping-cart-total table {
    font-size: 15px;
}

.check-out-total td.total-label, .shopping-cart-total td.total-label {
    padding: 6px 30px 6px 15px;
    border: 0;
}

.cartitem-btn-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.page-cart td.product-name {

}
.shopping-cart-total .total-order .price .wrapper span{
    font-family: 'Poppins', sans-serif;
}
.check-out-total .price, .shopping-cart-total .price {
    border: 0;
    width: 184px;
}

.check-out-total tr, .shopping-cart-total tr {
    border-bottom: 0;
}
td.product-name a{
    color: #000;
}
.shopping-cartitem .remove-cartitem {
    background: rgba(0, 0, 0, 0) url('../images/close-icone.jpg') no-repeat scroll left top;
}
.variation-container .variation-type label.type-label {
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #3d3d3b;
}
/* improvement */
.cartitem-table.product-thumb-view thead tr th.image{
    font-size: 0;
}
.page-checkout .cartitem-table.product-thumb-view thead tr th,
.page-cart .cartitem-table.product-thumb-view thead tr th{
    color: #000;
    text-align: right;
    font-weight: bold;
}
.cartitem-table.product-thumb-view thead tr th,
.cartitem-table.product-thumb-view tbody tr td{
    text-align: right;
    width: 187px;
}
.page-checkout .product-thumb-view tbody tr td.quantity {
        padding: 0 39px 0 0;
    }
.page-cart .quantity .stepper {
    justify-content: end;
    justify-content: flex-end;
}
.page-cart .quantity .stepper .stepper-input {
    width: 25px;
    padding: 0;
    height: 21px;
	line-height: 21px;
}
.page-cart .quantity .stepper .stepper-arrow{
    width: 25px !important;
}
.page-cart .cartitem-table.product-thumb-view thead tr th.image,
.page-cart .cartitem-table.product-thumb-view thead tr th.product-name,
.page-cart .cartitem-table.product-thumb-view tbody tr td.product-name,
.page-cart .cartitem-table.product-thumb-view tbody tr td.image{
    text-align: left;
}
.page-cart .cartitem-table.product-thumb-view thead tr th.image,
.page-cart .cartitem-table.product-thumb-view tbody tr td.image{
    width: 60px;
    max-width: 60px;
    text-align: center;
}
.cartitem-table.product-thumb-view thead tr th.product-name,
.cartitem-table.product-thumb-view tbody tr td.product-name{
    text-align: left;
}

.page-cart .cartitem-table.product-thumb-view thead tr th.product-name,
.page-cart .cartitem-table.product-thumb-view tbody tr td.product-name{
    width: 31%;
}
.page-checkout .check-out-total .price-row .label,
.page-cart .shopping-cart-total td.total-label {
    padding: 3px 0 3px 15px;
    text-align: right;
}
.page-cart .shopping-cart-total tr td.price{
    color: #000000;
    font-weight: bold;
}
.confirm-step-form .cart-item{
    border: 0;
}
.cartitem-table.product-thumb-view .cart-item:last-child,
.confirm-step-form .cart-item:last-child {
    border-bottom: 1px solid #e4e8e8;
}
.page-cart .shopping-cart-total tr.tax-row td{
    padding-bottom: 16px;
}
.page-cart .shopping-cart-total tr.total-order{
    border-top: 1px solid #e4e8e8;
}
.page-cart .shopping-cart-total tr.total-order td{
    padding-top: 16px;
}
.page-cart .shopping-cart-total tr.total-order td.price span{
    font-weight: 700;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.check-out-total > .price-row .price {
    min-width: 187px;
    width: 187px;
}
/* checkout page css start*/

.checkout-address-selector .chosen-container, .checkout-address-selector .chosen-single {
    background-color: #000;
}

.checkout-address-selector .down-arrow {
    background: transparent;
}

.checkout-address-selector .down-arrow::before {
    position: absolute;
    top: 0px;
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.checkout-address-selector .edit-address {
    background: #000;
}

.checkout-address-selector .edit-address::before {
    content: "\f040";
    position: absolute;
    left: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    color: #fff;
    line-height: 64px;
    width: 100%;
    text-align: center;
}

.selector-mode-block .step-continue-button {
    display: block;
    width: 100%;
    margin-top: 12px;
}

.chosen-container .chosen-results {
    padding: 15px;
}

.payment-item {
    display: block;
    margin: 10px 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.gateway-thumb {
    border: 0;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 78px;
    background-size: 80% !important;
}

.payment-item label {
    display: inline;
}

.page-checkout .confirm-order .editable.editing .button.apply {
    display: inline-block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

/* Login Page */
.login-form input[type="password"], .login-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    padding: 0px 0;
    background-color: transparent;
    margin-bottom: 15px;
}

.login-form .submit-row {
    margin: 0px 0 0;
    float: none;
    display: block;
    padding-top: 10px;
}

.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
}

.login-form .lost-password a {
    color: #8f8f4b;
    margin-top: 15px;
    display: inline-block;
}

login-form .errorlist.after {

    position: absolute;
    bottom: -19px;
    background: #af000f;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;

}

form.password-reset-form.valid-verify-form {
    text-align: center;
}

.password-reset-form .form-row input {
    width: 320px;
    max-width: 100%;
}

.password-reset-form .form-row label {
    text-align: center;
    margin-bottom: 5px;
    color: #3d3d3b;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
}


.password-reset-form .form-row {
    display: block;
}

.password-reset-form .lost-password-text {
    color: #000;
    font-size: 16px;
    padding: 5px 0;
    margin-bottom: 20px;
}

.password-reset-form .errorlist.after {
    top: auto;
    left: auto;
    position: relative;
    width: 100%;
    bottom: auto;
}

.password-reset-form .errorlist.after .message-block {
    text-align: center;
}

/* Checkout option Page css start*/
.two-column .first-column .column-content {
    margin-right: 15px;
}

.two-column .last-column .column-content {
    margin-left: 15px;
}

.page-checkout .accordion-item .edit-address-mode-block .form-row label {
    width: 100%;
}

.page-checkout .accordion-item .edit-address-mode-block .form-row input[type="text"], .page-checkout .accordion-item .edit-address-mode-block .form-row select {
    width: 100%;
}

.checkout-page-options .item-head {
    background: #fff;
    color: #2d2d2d;
    position: absolute;
    width: 200px;
    text-align: center;
    left: 49%;
    font-size: 20px;
    padding: 0;
    margin-top: -10px;
    padding: 0;
    transform: translateX(-50%);
}

.checkout-page-options > h1{
    display: none;
}
.page-login .login-form {
    background-color: transparent;
    padding: 50px 60px;
    max-width: 540px;
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
}

.checkout-page-options .new-customer {
    display: inline-block;
    padding-right: 7%;
    vertical-align: top;
    width: 48%;
    padding-left: 2.4%;
}

.checkout-page-options .registered-customer {
    border-left: none;
    display: inline-block;
    padding-left: 7%;
    width: 48%;
    position: relative;
}
.checkout-page-options .registered-customer:before {
    content: '';
    width: 1px;
    height: 96%;
    position: absolute;
    left: -7px;
    top: 12px;
    background-color: rgba(0,0,0,0.05);
}
.checkout-page-options .registered-customer .form-row .errorlist.after {
    bottom: -13px;
}

.checkout-page-options .registered-customer .form-row {
    margin-bottom: 15px;
}
.checkout-page-options .registered-customer .form-row.button-line {
    margin-bottom: 0;
}

.checkout-page-options .registered-customer .form-row label {
    line-height: 52px;
    width: 30%;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    display: none;
}

.checkout-page-options .registered-customer input[type=text], .checkout-page-options .registered-customer input[type=password] {
    height: 43px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 12px;
    float: none;
    border: 2px solid #bababa;
}

.registered-customer .form-row.lost-password-row {
    padding-left: 0%;
    margin: 0;
}

.checkout-page-options .registered-customer button.login-submit {
    width: 100%;
    float: none;
}

.gift-certificate-code-panel {
    background-color: #F9F9F9;
    border: 0;
    display: inline-block;
    margin: 5px 0;
    padding: 40px;
    box-sizing: border-box;
}

.gift-certificate-code-panel input[type="text"], .discount-coupon-code-panel input[type=text] {
    width: 100%;
    margin-bottom: 10px;
    background-color: transparent;
}

.gift-certificate-code-panel .button, .discount-coupon-code-panel .button {
    display: block;
    padding: 8px 10px;
    vertical-align: middle;
    width: 100%;
}

/* Registration page css start*/
.page-registration .registration-form {
    margin: 150px auto 100px;
    max-width: 830px;
    border-color: #f5f5f5;
    box-shadow: 0 0 20px 0 #ecebeb;
    padding: 40px 30px 30px;
}
.registration-form > .form-row:not(.submit-row) {
    width: calc(50% - 2px);
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.registration-form .form-row label {
    width: 100%;
    color: #3d3d3b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.registration-form input[type=text], .registration-form input[type=password], .registration-form select, .registration-form input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.registration-form .form-row.submit-row {
    padding: 0 15px;
}

.registration-form .form-row.submit-row label {
    display: none;
}

.registration-form .form-row.submit-row button {
    width: 100%;
}

.registration-form input.radio:nth-of-type(2) {
    margin-left: 15px;
}
.password-meter-wrap {
    position: absolute;
    top: -5px;
    right: 0;
    max-width: 105px;
}

/* Customer Profile Page */
.account-details-form .form-row input, .edit-address-form .form-row input, .account-details-form .form-row select {
    width: 100%;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    color: #AF000F
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border-left: 2px solid #AF000F;
    background: #fff;
    margin-right: -1px;
}
.bmui-tab-body-container .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border-left: 2px solid #AF000F;
    background: #fff;
    margin: 0 0 -1px 0;
}
.top-box{
    padding: 0;
}
.bmui-tab .bmui-tab-header.top{
    padding: 0;
}
.bmui-tab-body-container .bmui-tab-body-container {
    border-top: 0 !important;
}
.bmui-tab.left-side-header .bmui-tab-header .title{

}
.bmui-tab .bmui-tab-header.top {
    margin-right: 20px;
    display: inline-block;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
}
.bmui-tab.left-side-header .bmui-tab-header .title {
    padding: 8px 15px;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
span.button.profileLogout:hover a {
    color: #fff;
}
.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active {
    margin-right: 20px;
    border: 1px solid #E2E2E2;
    margin-bottom: -1px;
    background: #fff;
    border-bottom: 0;
}
.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    padding-bottom: 9px;
    position: relative;
    color: #232323;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

#customer-profile-manage-account .form-row, #bmui-tab-gift-registry .form-row {
    margin: 5px 0;
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

#customer-profile-manage-account .edit-password-form .form-row {
    float: none;
    width: 100%;
    max-width: 500px;
}

#bmui-tab-gift-registry .gift-registry-share-form {
    margin-top: 20px;
}

#bmui-tab-gift-registry .gift-registry-share-form textarea {
    width: 100%;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row label {
    display: block;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row {
    margin: 10px 0;
    max-width: 500px;
    width: 100%;
    float: none;
    padding: 0px;
    box-sizing: border-box;
}

#customer-profile-manage-account .form-row input, #customer-profile-manage-account .form-row select, #bmui-tab-gift-registry .form-row input, #bmui-tab-gift-registry .form-row select {
    width: 100%;
}

#customer-profile-manage-account .form-row .suggestion, .gift-registry-create-edit-form .form-row .suggestion {
    position: absolute;
}


.gift-registry-create-edit-form .group-row {
    padding: 0 15px;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

div#bmui-tab-gift-registry .gift-registry-items .form-row.btn-row {
    padding: 0;
}

.form-row.btn-row label {
    display: none;
}

.bmui-tab.left-side-header .bmui-tab-body-container {
    padding: 30px;
    border: 1px solid #000000;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    border: 1px solid #E2E2E2;
}
.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 1px solid #E2E2E2;
}

.gift-registry-create-edit-form span.Zebra_DatePicker_Icon_Wrapper, .gift-registry-create-edit-form textarea {
    width: 100%;
}

#bmui-tab-gift-certificate input[type=text], #bmui-tab-gift-certificate input[type=password], #bmui-tab-gift-certificate select, #bmui-tab-gift-certificate textarea {
    width: calc(100% - 160px);
}

#bmui-tab-store-credit .form-row {
    margin-bottom: 20px;
}

#bmui-tab-store-credit textarea {
    padding: 15px;
}
.wish-list-edit-form .form-row.btn-row {
    margin-top: 15px;
}
#customer-profile-tabs.customer-profile-v2 textarea.validation-error {
    border: 1px #ff0000 solid!important;
}
.wish-list-edit-form .form-row label {
    display: block;
}
.wish-list-edit-form .form-row input[type=text] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

#saved-cart-details .saved-cart-items-wrap {
    margin: 20px 0 20px;
}

#saved-cart-details .saved-cart-items-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row {
    margin-bottom: 15px;
}

#bmui-tab-save-cart .save-cart-init-form .form-row label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row input[type="text"] {
    width: 100%;
    max-width: 500px;
}

.wish-list-share-form input[type=text], .wish-list-share-form input[type=password], .wish-list-share-form select, .wish-list-share-form textarea {
    width: 100%;
}
.wish-list-share-form .form-row.btn-row{
    margin-top: 20px;
}
.wish-list-share-form .form-row{
	margin-top: 15px;
}
.wish-list-share-form .message-block.message-text{
	padding-bottom: 3px;
}
.wish-list-share-form .form-row input,
.wish-list-share-form .form-row textarea{
    border: 2px solid #9d9d9d;
}
.oder-comment-form .form-row {
    margin-bottom: 20px;
    display: block;
}

/* add to cart popup */
.add-to-cart-popup .short-info{
   /* display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;*/

}
.add-to-cart-popup .short-info .prodict-name{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 3px;
}
.add-to-cart-popup .short-info .item .stepper:hover .stepper-input {
    background-color: transparent;
}
.add-to-cart-popup .short-info .current-price{
    padding-left: 15px;
    align-self: center;
    padding-left: 0;
}
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    padding-bottom: 0;
}

.popup {
    box-shadow: none;
    padding: 30px 50px;
    background: #fff;
    box-sizing: border-box;
}

.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    clear: none;
    color: #000;
    display: block;
    float: none;
    text-align: center;
}

.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header {
    color: #000;
    float: none;
    font-size: 16px;
    padding-right: 0px;
    text-align: center;
}

.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name,
.add-to-cart-popup .status-message, .add-cart-information-popup .status-message{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #AF000F;
}
.add-to-cart-popup .body {
    border-bottom: 1px solid #e2e2e2;
}

.add-to-cart-popup .item {
    margin: 7px 0;
}

.add-to-cart-popup .item span {
    display: inline-block;
    vertical-align: middle;
    align-self: center;
}

.add-to-cart-popup .item .stepper {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    float: none;
    margin: 0 0 0 10px;
}

.add-to-cart-popup .product-thumb-view img {
    max-width: 107px;
    max-height: 94px;
}

.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    color: #000;
    padding: 0px 0 15px;
    text-align: center;
}

.popup .body {
    background-color: #FFFFFF;
    padding: 20px 10px;
}

.popup .button-line, .popup .footer {
    background-color: #fff;
    padding: 20px 0 0px;
    text-align: center;
    border: 0;
}

.popup .button-item {
    text-align: center;
    margin: 25px 0 0px;
}

.popup .close-icon {
    top: 15px;
    right: 10px;
}
.popup  span.close-popup.close-icon::after {
    content: "";
    font-size: 15px;
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.popup .chosen-container .chosen-results {
    padding: 0;
}
.popup  .chosen-container-single .chosen-single span {
    color: #777;
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Poppins', sans-serif;
}
.popup  .variation-container .variation-type {
    padding-bottom: 5px;
    display: inline-block;
    background: #f8f8f8;
    padding: 6px 15px;
    margin: 0 10px;
}
.popup  table, .popup  th, .popup td {
    border: 0;
}
.popup .body h4.title {
    font-size: 18px;
    text-align: center;
}

.popup  span.title {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
    box-sizing: border-box;
    text-align: center;
}

.popup a.cart-page-button.button.et_ecommerce_view_cart {
    margin-left: 3%;
}

.popup button:nth-of-type(1) {
    margin-left: 0;
}

.confirm-popup.popup .header-line .title {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.confirm-popup.popup .button-line {
    padding-top: 0;
}

.wish-list-popup label {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 8px;
    width: auto;
}

.shipment-calculator-popup {
}

.shipment-calculator-popup .header > .status-message {
    font-size: 16px;
}

.shipment-calculator-popup .multi-column form {
    margin: 0 -15px;
}

.shipment-calculator-popup .first-column .form-row {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

.shipment-calculator-popup .form-row label {
    width: 100%;
    display: block;
}

.shipment-calculator-popup .form-row input, .shipment-calculator-popup .form-row select {
    width: 100%;
}

/* Payment Success Page */

.page-post-payment .order-info {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.page-post-payment .post-order-contact-us {
    text-align: center;
}

.page-post-payment .order-details .table_heading {
    text-align: center;
}

.page-post-payment .order-details {
    margin: 20px auto 0;
    max-width: 1000px;
}

.page-post-payment .product-name-column {
    width: 250px;
}

.add-to-compare-button:after, .add-to-wish-list:after, .remove-from-compare-button:after {
    font-family: 'FontAwesome';
    content: "\f079";
    display: inline-block;
    font-size: 1em;
    margin-left: 6px;
    line-height: 1;
}

/*end:*/

.header .widget-image {
    text-align: center;
}

.header .widget-image img {
    max-width: 100%;
    height: auto;
}
.widget.widget-image.vic-meats-logo {
    margin: 80px 0 0 30px;
    z-index: 1;
}


/*start:menu*/
.main-menu .nav-wrapper.horizontal {
    text-align: center;
    padding:0;
}
.widget.widget-navigation.main-menu .navigation-item {
    margin: 0 22px;
}
.widget.widget-navigation.main-menu a {
    text-transform: capitalize;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 8px 0 28px;
    position: relative;
}
.widget.widget-navigation.main-menu .navigation-item.has-child>a::after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    width: 10px;
    height: 10px;
    right: -15px;
    top: 10px;
}
.widget-navigation.main-menu .navigation-item a span::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: 22px;
    left: 0;
    transition: width .5s;
    -webkit-transition: width .5s; /* Safari 3.1 to 6.0 */
}
.widget-navigation.main-menu .navigation-item a:hover span::before, .widget-navigation.main-menu .navigation-item.active a span::before {
    width: 100%;
}

/*.widget.widget-navigation.main-menu a:hover {
    transition: color ease-in-out .2s;
    -webkit-transition: color ease-in-out .2s;
    -moz-transition: color ease-in-out .2s;
    -ms-transition: color ease-in-out .2s;
    -o-transition: color ease-in-out .2s;
}
*/
.main-menu .horizontal .navigation-item .navigation-item-child-container {
    top: 60px;
    width: 320px;
    background: none;
    padding:0;
    left: 50%;
	box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    transform: translate(-50%, -7px);
    -webkit-transform: translate(-50%, -7px);
    -moz-transform: translate(-50%, -7px);
    -ms-transform: translate(-50%, -7px);
    -o-transform: translate(-50%, -7px);
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin: 0;
    padding: 0;
}

.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item + .navigation-item{
    border-top: 1px solid #f1f0f0;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container a {
    font-size: 14px;
    line-height: 25px;
    color: #000;
    border: none;
    padding: 10px 0;
    background-color: #ffffff;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover a {
    background: #AF000F;
    color: #fff;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first{
    position: relative;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first a:before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    background-color: #fff;
    top: -5px;
    border-right: 0;
    border-bottom: 0;
    left: 50%;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.first a:hover:before {
    background: #AF000F;
}
.widget.widget-navigation.main-menu .navigation-item.has-child a span::before{
    display: none;
}
/*end:menu*/



/*start:top right*/
.widget-navigation.user-nav .menu-button {
    float: right;
}
.widget-navigation.user-nav .menu-title .menu-button {
    background-image: url(../images/user-icon.png);
    background-repeat: no-repeat;
    background-position: 5px 0px;
    background-size: 23px;
}
.widget-navigation.user-nav .menu-title .menu-button:hover {
	 background-image: url(../images/user-icon-hover.png);
}
.widget-navigation.user-nav .menu-title .menu-button em{display: none;}
.widget-navigation.user-nav a[href="#"],
.widget-navigation.user-nav .child-opener{
    display: none !important;
}
.widget-navigation.user-nav .nav-wrapper.show {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: auto;
    width: 290px;
    position: absolute;
    right: -53px;
    top: 42px;
    padding: 10px 20px;
    background: #fff;
}

.widget-navigation.user-nav .nav-wrapper.show .first a::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 1px solid #fff;
    position: absolute;
    background: #fff;
    right: 62px;
    top: -7px;
    border-right: 0;
    border-bottom: 0;
}
.widget-navigation.user-nav .nav-wrapper.show .first a:hover::before {
	background: #AF000F;
	border: 1px solid #AF000F;
}
.widget-navigation.user-nav .navigation-item {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0;
}
.widget-navigation.user-nav .navigation-item a {
    text-align: center;
    margin: 0;
    padding: 0;
	color:#000000;
	padding: 10px 0;
	display:block;
	width:100%;
	border-bottom:0px solid #e6e6e6;
}

.widget-navigation.user-nav .navigation-item a:hover {
	background-color:#AF000F;
	color:#ffffff!important;
	display:block;
	width:100%;
	
}

.user-nav .left-container .navigation-item, .responsive-navigation .navigation-item{
	padding: 0 0;
    background: #fff;
}

.widget-navigation.user-nav .nav-wrapper.show {
    border: 0px solid #ffffff;
    width: 290px;
    right: -53px;
    padding: 0 0;
    box-shadow: 0 3px 2px 0 rgba(0,0,0, .07);
}

.widget-navigation.user-nav  .navigation-item a:hover {
    color: #AF000F;
}
.widget-navigation.user-nav   .navigation-item.active>a {
    color: #AF000F;
}
/*end:top right*/

/*start:header search*/
.header .header-cart {
    background: url(../images/cart-icon-top.png) no-repeat scroll 0px 0px;
}
.header .header-cart:hover {
    background: url(../images/cart-icon-top-hover.png) no-repeat scroll 0px 0px;
}
.header .header-cart .cart-widget-img{
    display: none;
}
.cart-menu-button:after{
    display: none;
}

.header-cart span.cart-widget-text {
    color: #fff;
    padding-left: 35px;
    line-height: 22px;
}
.header-search .search-menu-button {
    background: transparent;
    width: 26px;
    height: 26px;
    margin: 0 auto;
    text-align: center;
}

.header-search .search-menu-button::after {
    content: '';
    background-image: url(../images/search-icon.png);
    background-repeat: no-repeat;
    background-size: 26px;
    width: 26px;
    height: 26px;
    display: block;
}
.header-search .search-menu-button:hover::after{
    background-image: url(../images/search-icon-hover.png);
}
.header-search .search-menu-button.close::after {
      background-image: url(../images/remove-white-icon.png);
        background-repeat: no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin-left: 5px;
}
.header-search .search-form.show {
    display: block;
    z-index: 999;
    position: absolute;
    width: 285px;
    top: 34px;
    right: -10px;
}

.header-search .search-form.show::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 25px;
    top: 0;
    border-right: 0;
    border-bottom: 0;
}

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

.header-search .search-form.show input[type='text'] {
    width: 100%;
    display: inline-block;
    height: 55px;
    padding-left: 38px;
    background: #fff url(../images/search-ico.png) no-repeat 10px center;
    border: 2px solid #fff;
}

.header-search .search-form.show button {
    position: absolute;
    top: 25px;
    right: 20px;
    padding: 12px 35px;
    line-height: 16px;
    display: none;
}

/*end:header search*/



/*start: breadcrumb*/
.breadcrumb-item.root .icon {    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 50px;
    vertical-align: top;
} 

.breadcrumb-item .separator:hover::before {
    color: #6a6a6a;
    transition: all 0.5s ease 0s;
}

.breadcrumb-item .separator {
    font-size: 0;
    padding: 0 6px 0 0;
}

.breadcrumb-item.current {
    color: #b9b9b9;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.breadcrumb-item .label, span.breadcrumb-item.root span.icon::before {
    color: #b9b9b9;
    font-size: 13px;
    font-weight: 500;
	text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
}

.widget.widget-breadcrumb {
    text-align: center;
    font-size: 13px;
    font-weight: 500;
	text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}
.page-shop .widget.widget-breadcrumb {
    padding: 5px 15px;
}
.page-wish-list .widget.widget-breadcrumb{
    display: none;
}
.breadcrumb-item.root .icon:hover::before {
    color: #AF000F;
}

span.breadcrumb-item.root {
    position: relative;
    line-height: 23px;
    padding: 0;
}

span.breadcrumb-item.root span.icon::before {
    content: "Home";
    top: 0;
    left: 0;
}

.breadcrumb-item .separator::after {
    content: "/";
    color: #b9b9b9;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-left: 8px;
    text-decoration: none;
    width: 100%;
    padding-right: 4px;
}

.breadcrumb-item.root a {
    text-decoration: none;
}

/*end: breadcrumb*/

.copyright-text {
    text-align: left;
}
.copyright-text p, .copyright-text p a {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: #fff;
}
.copyright-text p a:hover {
    color:#AF000F
}
.footer .vertical .navigation-item a {
    padding: 3px 0;
    line-height: 20px;
    display: inline-block;
}
.footer .navigation-item a {
    color: #fff;
    border-bottom: none;
}
.footer .vertical .navigation-item.first a {
    margin-top: -15px;
}
.footer .navigation-item a:hover {
    color: #af000f;
    transition: all .2s ease;
}
.footer .navigation-item a .label {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
}
.footer {
    background: #232323;
}

/*start:newsletter*/
.footer .widget-newsletter .errorlist.after{
    height: 17px;
}
.footer .widget-newsletter label {
    display: none;
}

.footer .newsletter .form-row.button-container {
    display: block;
    width: 100%;
    margin-top: 18px;
}


.footer .widget-newsletter .errorlist.after {
    background-color: #af000f;
    border-radius: 0;
    bottom: -10px;
    padding: 0 11px;
    min-width: 100%;
    width: auto;
}

.footer .newsletter .errorlist.after .message-block {
    color: #fff;
    line-height: 17px;
    width: auto;
    font-weight: normal;
}

.footer .widget-newsletter .submit-button {
    border: 2px solid #9d9d9d;
    border-radius: 0;
    width: 100%;
    line-height: 8px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-transform: none;
    margin: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    max-width: 132px;
    background: none;
    padding: 12px 0;
}
.footer .widget-newsletter .submit-button::after {
    display: none;
}
.footer .widget-newsletter .submit-button:hover {
    color: #fff;
    background-color: #af000f;
    border-color: #af000f;
}
.footer .newsletter .form-row {
    display: block;
    width: 100%;
}
.footer .newsletter input {
    border: none;
    border-bottom: 2px solid #bababa;
    padding:0;
    color:#fff;
    background: transparent;
}

.footer .newsletter input::placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.footer .newsletter ::-webkit-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.footer .newsletter ::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.footer .newsletter  ::-ms-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

.footer .footer .newsletter .form-row input[type="text"] {
    width: 100%;
}

.footer .newsletter .form-row input {
    color:#fff;
    width: 100%;
}

div.newsletter input[type="text"].validation-error, div.newsletter input[type="password"].validation-error {
    border: none;
    border-bottom: 1px solid #AF000F;
}
.footer .newsletter input:-webkit-autofill,
.footer .newsletter input:-webkit-autofill:hover,
.footer .newsletter input:-webkit-autofill:focus,
.footer .newsletter input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0px 1000px #232323 inset !important;
}
.footer .newsletter input:-webkit-autofill:first-line {
    color: #ffffff !important;
}
/*end:footer*/


/*start: jssor slider css */
.page-home div.body {
    margin-top: -90px;
}
.page-home div.header{
    z-index: 1;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}
div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}

div.jssor-slider-container .container, div.jssor-slider-container {
    width: 1920px;
    height: 740px;
    padding: 0 !important;
    text-align: center;
    overflow: visible;
}
div.jssor-slider-container {
    margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}

.widget.widget-gallery.vicmeats-slider::before {
    content: url("../images/loading.gif");
    height: 64px;
    left: 50% !important;
    margin-left: -32px !important;
    margin-top: -32px !important;
    position: absolute;
    top: 50%;
    width: 64px;
    background: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container .caption-wrapper {
    top: 40%;
	transform:translateY(-50%);
	bottom:auto;
}
.jssor-slider-container .container [u=caption] {
    background: none;
    border: none;
}
.vicmeats-slider {
    background-color: #231f20;
    overflow: hidden;
}
.vicmeats-slider .jssor-slider-container .jssora20l, .vicmeats-slider .jssor-slider-container .jssora20r {
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) no-repeat;
    background-position: 0px 4px;
}
.vicmeats-slider .jssor-slider-container .jssora20l {
    top: 50% !important;
    left: 27px;
    right: auto;
    bottom: auto !important;
    transform: translateY(-50%) rotate(0deg);
}
.vicmeats-slider .jssor-slider-container .jssora20r {
    top: 50% !important;
    left: auto;
    right: 27px;
    bottom: auto !important;
    transform: translateY(-50%) rotate(-180deg);
}
.vicmeats-slider .jssor-slider-container .jssora20l:hover, .vicmeats-slider .jssor-slider-container .jssora20r:hover {
    background-position: 0px 4px;
    opacity: 0.8;
}
.vicmeats-slider .jssor-slider-container .container [u=caption] {
    position: absolute;
    top: 38%;
    width: 765px;
    height: 30px;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}
.vicmeats-slider .jssor-slider-container .jssorb03 div span {
    visibility: hidden;
}
.vicmeats-slider .jssor-slider-container .jssorb03 div.av {
    background-color: #AF000F !important;
}
.vicmeats-slider .jssor-slider-container .container .slide::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.vicmeats-slider .jssor-slider-container .container .slide{
    overflow: visible !important;
}

.home-slider .jssor-slider-container .container .slide::after {
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
}
.slide .description.jssor-caption-1 h1 {
    font-size: 67px;
    color: #fff;
    padding: 5px 0;
    display: block;
    margin: -30px auto 0;
    line-height: 70px;
    font-family: 'Britannic';
}
.slide .description.jssor-caption-1 h2 {
    font-size: 67px;
    color: #fff;
    padding: 5px 0;
    display: block;
    margin: -30px auto 0;
    line-height: 70px;
    font-family: 'Britannic';
}
.slide .description.jssor-caption-2 p {
    font-size: 24px;
    color: #fff;
    padding: 5px;
    display: block;
    margin: 130px auto 0;
    font-family: 'Britannic';
}
.slide .description.jssor-caption-3 a {
    font-size: 20px;
    color: #fff;
    border: 2px solid #fff;
    padding: 8px 20px;
    display: block;
    max-width: 193px;
    margin: 210px auto 0;
    text-transform: uppercase;
    font-family: 'Britannic';
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
/*.slide .description.jssor-caption-3 a:hover {
    border: 2px solid rgb(175,0,15,1);
    background: rgb(175,0,15,1);
}
*/
.slide .description.jssor-caption-3 a:hover {
	background: #af000f;
    border: 2px solid #af000f;
    color: #fff;
}
.jssor-slider-container .container [u=caption]{
    z-index: 1;
}

/*end: jssor slider css */


.meats-sidebar {
    background: #fdf7f7;
    padding: 50px 60px;
    border-bottom: 2px solid #af000f;
    margin-right: 60px;
    margin-left: 15px;
}

.meats-sidebar .widget-title {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 30px;
    text-align: left;
    color: #af000f;
    font-weight: normal;
    text-transform: none;
    line-height: 30px;
    font-family: 'Britannic';
}
.meats-sidebar .vertical .navigation-item a{
    border-bottom: 0;
    margin-bottom: 5px;
    padding-left: 25px;
    color:#000;
    position: relative;
	text-transform: uppercase;
	display:inline-block;
}
.meats-sidebar .vertical .navigation-item a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background: url(../images/sidebar-arrow.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 0 0;
    width: 20px;
    height: 20px;
}
.meats-sidebar .vertical .navigation-item a:hover{
        color: #af000f;
}

/*start:Product Listing*/
.widget.widget-product.home-page-products-area{
    max-width: 1020px;
    margin: 0 auto;
}
.widget.widget-product.home-page-products-area .widget-title {
    padding: 75px 0 25px;
    margin: 0;
    font-size: 54px;
    color: #AF000F;
    font-weight: bold;
    text-transform: none;
    line-height: 60px;
    font-family: 'Britannic';
    border-bottom: 2px solid #AF000F;
    text-align: center;
	margin-bottom: 8px;
}
.home-weekly-title h2{
	 padding: 75px 0 25px;
    margin: 0;
    font-size: 54px;
    color: #AF000F;
    font-weight: bold;
    text-transform: none;
    line-height: 60px;
    font-family: 'Britannic';
    border-bottom: 2px solid #AF000F;
    text-align: center;
	margin-bottom: 8px;
	max-width: 1017px;
    margin: 0 auto;
}
.page-home .product-view {
    text-align: center;
}
.product-view div.header{
	display:none;
}
.product-view .product-block.product-view-height-width {
    border: none;
    padding: 0;
    background-color: transparent;
    width: calc(100%/3 - 20px);
    margin: 0 25px 25px 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.page-home .product-view .product-block.product-view-height-width {
    margin: 30px 25px 0 0;
}

.product-view .product-block.product-view-height-width:nth-child(3n+3) {
    margin-right: 0;
}

.product-view .product-block.product-view-height-width .summary {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: #232323;
    height: auto;
    text-align: left;
}

.product-view .product-block.product-view-height-width .product-image {
    width: 100%;
	/*height: auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1px;
}
.page-home .product-view .product-block.product-view-height-width .product-image {
    height: 274px;
}
.page-product .product-view .product-block.product-view-height-width .product-image {
    height: 274px;
}
.product-view.scrollable-view img, .product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    object-fit: cover;
    transition: transform .5s ease;
    height: 100%;
}
.page-category .product-view img{
	 /*max-height:175px;*/
	 height:auto;
}

.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link {
    max-width: 100%;
}
.product-view .product-block.product-view-height-width .product-name {
    text-align: left;
    margin:25px 0 10px;
	height:auto;
	min-height: 60px;
}

.page-shop-online .product-view.image-view .featured.tag-mark, .page-shop-online .product-view.scrollable-view .featured.tag-mark {
    top: -3px;
}
.product-view.image-view .sale.tag-mark, .product-view.scrollable-view .sale.tag-mark{
    top:18px;
}
.page-shop-online .product-view.image-view .sale.tag-mark, .page-shop-online .product-view.scrollable-view .sale.tag-mark{
    top:0;
}
.product-view .product-block.product-view-height-width .product-name a {
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
	line-height:30px;
}

.product-view .product-block.product-view-height-width .product-name a:hover {
    color: #AF000F;
}

.product-view .product-block.product-view-height-width .price-waper {
    text-align: left;
    padding-bottom: 15px;
    display: -webkit-flex;
    display: flex;
}
.previous-price {
    color: #ccc;
    padding: 0;
}

.product-view .product-block.product-view-height-width .price-waper .current-price {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
/*.product-view .product-block.product-view-height-width .price-waper .current-price .tax-message,
.widget-price .price .tax-message,
.multi-image-scroll-wrapper{
    display: none;
}*/
.product-view .product-block.product-view-height-width .price-waper label {
    display: none;
}

.product-view .product-block.product-view-height-width .add-to-cart-button {
    border: 2px solid #AF000F;
    background-color: #ffffff;
    border-radius: 0;
    width: 100%;
    line-height: 20px;
    text-align: center;
    text-transform: none;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    position: relative;
}

.product-view .product-block.product-view-height-width .add-to-cart-button:before {
    content: url( ../images/cart-icon-sprite.png);
	vertical-align:middle;
}
.product-view .product-block.product-view-height-width .add-to-cart-button:hover:before {
    content: url(../images/cart-icon-top.png);
}
.product-view .product-block.product-view-height-width .add-to-cart-button:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

.product-view .product-block.product-view-height-width .add-to-wish-list {
    display: none;
}

.page-home .popup .body {
    margin-top: 0;
}
.product-view .product-block.product-view-height-width:hover .product-image img{
    transform: scale(1.05);
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup.anim-fade-zoom.active .message-block.cart-add-error.error-message {
    position: relative;
    top: 0;
}
/********************************************************/
.page-home .product-view .product-block.product-view-height-width:only-child{
    width:100%;
}
.page-home .product-view .product-block.product-view-height-width:only-child .product-image{
    width: 50%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.page-home .product-view .product-block.product-view-height-width:only-child .block-content-wrap{
    display: inline-block;
    vertical-align: top;
    width: 46.5%;
    position: relative;
    height: 275px;

}
.page-home .product-view .product-block.product-view-height-width:only-child .block-content-wrap .btn-add{
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
}
.page-home .product-view .product-block.product-view-height-width:only-child .block-content-wrap .price-waper{
    position: absolute;
    bottom: 40px;
}
.page-home .product-view .product-block.product-view-height-width:only-child .featured.tag-mark, .product-view.scrollable-view .featured.tag-mark {
    top: -3px;
}
/*******************************************************/
.page-category .category-details-container .title.page-heading{
    display: none;
}

.page-category .product-container .title {
    display: none;
}

.page-category .product-view .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
    margin-top: -43px;
    z-index: 1;
    position: relative;
}
.page-category .product-view .header .sortable {
    position: relative;
}
.page-category .product-view .header .sortable::before{
    content: "";
    position: absolute;
    right: 0;
    top: 16px;
    background: url('../images/shortable-arrow.png') no-repeat;
    height: 10px;
    width: 20px;
    cursor: pointer;
}
.page-category .product-view .header .sortable .product-sorting{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    padding-right: 28px;
    font-size: 14px;
    position: relative;
    background: transparent;
}
.page-category .product-view .header .sortable .product-sorting:focus{
    outline: none;
}

/*end:Product Listing*/

/*start:related Product*/
.page-product .widget-related {
    text-align: center;
}
.page-product .bmui-tab-panel .title{
    display: none !important;
}

.page-product .widget-related .title {
    position: relative;
    margin: 90px 0 0 0;
    padding: 60px 0 45px 0;
    color: #AF000F;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
	font-family: 'Britannic';
    border-top: 1px solid #eaeaea;
}

.page-product .widget-related .product-view.scrollable-view {
    border: none;
    position: relative;
    overflow: visible;
}

.page-product .widget-related .product-view.scrollable-view .scroller span {
    background: none;
    border: none;
    height: auto;
    bottom: 320px;
}

.page-product .widget-related .product-view.scrollable-view .scroll-left {
    left: -40px;
    position: absolute;
    text-align: left;
}

.page-product .widget-related .product-view.scrollable-view .scroller span:after {
    font-family: 'Fontawesome';
    font-size: 30px;
    text-indent: 0;
    color: #333;
    opacity: 1;
}

.page-product .widget-related .product-view.scrollable-view .scroll-left:after {
    content: "\f104";
}

.page-product .widget-related .product-view.scrollable-view .scroll-right {
    right: -40px;
    position: absolute;
    text-align: right;
}

.page-product .widget-related .product-view.scrollable-view .scroller span:after {
    font-family: 'Fontawesome';
    font-size: 30px;
    text-indent: 0;
    color: #333;
    opacity: 1;
}

.page-product .widget-related .product-view.scrollable-view .scroll-right:after {
    content: "\f105";
}

.page-product .widget-related .product-view .product-block.product-view-height-width {
    margin-top: 0;
}

.page-product .widget-related .product-view.scrollable-view .header {
    background-color: transparent;
    border: transparent;
}

/*end:related Product*/

/*start: Product Details page*/

.page-product .widget-productName .product-name {
    position: relative;
    margin: 0;
    padding: 0;
    color: #070606;
    font-size: 32px;
    line-height: 32px;
    text-align: left;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
	line-height: 42px;
}

.page-product .product-widget.widget-addCart {
    position: static;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-top:36px;
}
.page-product .product-widget.widget-addCart .add-to-cart-button {
    position: relative;
    width: 270px;
    border-radius: 0;
    padding: 7px 0 7px 45px;
    line-height: 28px;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display:block;
	height: 45px;
}
.page-product .product-widget.widget-addCart .add-to-cart-button:before {
    content: '';
    position: absolute;
    left: 25%;
    top: 10px;
    background: url(../images/cart-icon-sprite.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: 0 0;
    width: 28px;
    height: 23px;
}
.page-product .product-widget.widget-addCart .add-to-cart-button:hover, .wish-list-popup .footer button:hover  {
    color: #ffffff;
    border-color: #AF000F;
    background-color: #AF000F;
}
.page-product .product-widget.widget-addCart .add-to-cart-button:hover:before {
    background: url(../images/cart-icon-top.png) no-repeat;
}
/*start*/
.product-widget.widget-socialMediaShare {
    margin-top: 90px;
    position: relative;
}
.widget-socialMediaShare .social-media-wrapper::before {
    content: "Share :";
    margin-right: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    position: relative;
    top: 5px;
}
.widget-socialMediaShare .social-media-wrapper span {
    vertical-align: bottom;
    padding-top: 22px;
}
.widget-socialMediaShare .social-media-wrapper span.email {
    background-position: 0 0;
}
.widget-socialMediaShare .social-media-wrapper span.facebook {
    background-position: -24px 0;
}
.widget-socialMediaShare .social-media-wrapper span.linkedin {
    background-position: -96px 0;
}
.widget-socialMediaShare .social-media-wrapper span:last-child {
    margin-right: 0;
}
.page-product .widget-socialMediaShare .social-media-wrapper span.google-plus, .page-product .widget-socialMediaShare .social-media-wrapper span.linkedin {
    display: none;
}
/*end*/

.stepper {
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    margin-right: 0;
}
.product-widget.widget-addCart .stepper {
    padding-left: 40px;
	    margin-top: 8px;
}
.page-cart .stepper{
    justify-content: center;
    width: auto;
}
.page-product .stepper::before {
    content: "Qty:";
    color: #3d3d3b;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    left: 0;
    position: absolute;
    line-height: 36px;
	letter-spacing: 1px;
}
.page-product .flying-cart-quantity-wrapper .stepper::before {
  display:none;
}
.stepper .stepper-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    font-size: 15px;
    height: 36px;
    padding: 5px;
    text-align: center;
    width: 30px;
    z-index: 0;
    vertical-align: middle;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.stepper .stepper-input {
    order: 2;
}

.stepper .stepper-arrow.up {
    order: 3;
    position: relative;
}

.stepper .stepper-arrow.up {
    top: 0px;
    border: 0 solid #000000 !important;
    border-radius: 0 !important;
    height: 21px;
    right: 0;
    width: 30px;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/plus-icon.png);
    background-repeat: no-repeat;
}

.stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    color: #bababa;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 25px;
    left: 0;
    line-height: 36px;
    text-align: center;
    display: none;
}

.stepper .stepper-arrow.down {
    order: 1;
    position: relative;
}

.stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    color: #bababa;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 25px;
    left: 0;
    line-height: 36px;
    text-align: center;
    display: none;
}

.stepper .stepper-arrow.down {
    top: 0;
    border: 0 solid #000000 !important;
    border-radius: 0 !important;
    height: 21px;
    right: 0;
    width: 30px;
    z-index: 0;
    background-color: transparent;
    background-image: url(../images/minus-icon.png);
    background-repeat: no-repeat;
}

.stepper .stepper-arrow {
    border: none;
}

.stepper .stepper-arrow.up::after,
.stepper .stepper-arrow.down::after {
    display: none;
}

.page-product .widget-productSummary .summary {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #3d3d3b;
    line-height: 24px;
}
.widget-productSku {
    padding: 22px 0 0;
    font-size: 16px;
}
.filter-group a:hover{
	color:#000000;
}
.product-widget.widget-productCategory .info-row.category {
    font-size: 16px;
}
.page-product .widget-productSummary .summary br {
    line-height: 40px;
}

.page-product .widget-productSummary {
    padding-bottom: 0;
}

.page-product .widget-price {
	/*padding: 35px 0 40px;*/
	padding: 12px 0 30px;
	color:#af000f;
	font-size: 24px;
}
.widget-price .price {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #af000f;
}
.page-product .variation-type.color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-product .variation-type.color ul {
    margin: 0;
    padding: 0;
}

.page-product .variation-type.color ul li:before {
    display: none;
}

.page-product .variation-type.color ul li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.page-product .variation-type.color ul li + li {
    margin-left: 5px;
}

.page-product .variation-container .variation-type label.type-label {
    padding-right: 10px;
}

.page-product .variation-container .variation-type.color .variation-value {
    border: none !important;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.page-product .product-widget.widget-addCart .add-to-wish-list {
    background: none;
    border: none;
    position: relative;
    font-size: 0;
    padding: 0;
    margin: 18px 0 0 0;
    height: 30px;
    width: 30px;
}

.page-product .widget-addCart .add-to-wish-list:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/wishlist-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.page-product .product-widget.widget-addCart .add-to-wish-list:hover:before {
    background-image: url(../images/wishlist-icon-hover.png);
}
.page-product .product-widget.widget-variation {
    padding-top: 8px;
    padding-bottom: 8px;
}

.page-product .variation-dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.page-product .widget-likeus {
    padding: 0;
    margin: 38px 0 0;
}

.page-product .chosen-container-single .chosen-single {
    border: none;
    box-shadow: none;
}

.page-product .variation-dropdown-container .chosen-container-single .chosen-single {
    height: 32px;
    font-size: 13px;
    padding-left: 0;
}

.page-product .variation-type.text .chosen-container-single {
    min-width: 100px
}

.page-product .variation-type.color .chosen-container-single {
    min-width: 100px
}

.page-product .zoomContainer {
    z-index: 200;
}

.page-product .zoomContainer .zoomLens {
    border: none !important;
}

.page-product .zoomWindowContainer div {
    border: none !important;
}

.page-product .widget-likeus .googleplus-like-us {
    margin-top: -9px;
}

.page-product .widget-likeus:before {
    content: 'Share';
    color: #AF000F;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.page-product .product-widget.widget-productName {
    margin-top: -4px;
}

.page-product .product-widget.widget-productImage {
    width: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 450px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.product-detail-width {
    width: 100%;
}
.product-detail-height{
	height:100%;
}
.product-detail-view img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
	max-height: 100%;
}
.widget-productImage .multi-image-scroll-wrapper {
    border: 0;
    margin-top: 10px;
    z-index: 999999;
}
.widget-productImage .multi-image-scroll-wrapper .product-thumb-width {
    width: 75px;
}
.page-product .scrollable-view > .content {
    padding: 0;
    border: none;
}


.page-product .bmui-tab {
    padding-top:120px;
    max-width: 892px;
    margin: 0 auto;
	min-height: 215px;
	z-index: 0;
	position: relative;
}

.page-product .bmui-tab-header-container {
    text-align: center;
    padding-bottom: 20px;
}

.page-product .bmui-tab .bmui-tab-body-container {
    border: none;
    text-align: center;
    border-top-width: 3px;
    padding: 0;
}

.page-product .bmui-tab .bmui-tab-header {
    background-color: transparent;
    border: transparent;
    color: #333;
    font-size: 17px;
    font-size: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 13px;
    cursor: pointer;
    position: relative;
	width:200px;
}
.page-product .bmui-tab .bmui-tab-header[data-tabify-tab-id="description"]::before{
    position: absolute;
    top: 0;
    right: 0;
    content: "Product Description";
    font-size: 20px;
    color: #333;
    font-family: 'Poppins', sans-serif;
	font-weight:400;
}
.page-product .bmui-tab .bmui-tab-header[data-tabify-tab-id="reviewAndRating"]::before{
    position: absolute;
    top: 0;
    left: 0;
    content: "Review and Rating";
    font-size: 20px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}
.page-product .bmui-tab .bmui-tab-header.bmui-tab-active::before {
    background-color: transparent;
    color: #AF000F;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
	border-bottom: 2px solid #AF000F;
	padding-bottom:8px;
	max-width: 200px;
}

.page-product .bmui-tab .bmui-tab-header[data-tabify-tab-id="video"]::before {
    position: absolute;
    top: 0;
    content: "Video";
    font-size: 20px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;
    right: 50%;
    transform: translateX(32px);
}
.page-product .bmui-tab-body-container .player-block .vjs-big-play-button {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-45px,-22px);
}

.page-product .bmui-tab-body-container .bmui-tab-panel,
.page-product .bmui-tab-body-container p {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
}

.write-review-panel .write-review {
    border: 2px solid #3d3d3b;
    background-color: #ffffff;
    border-radius: 0;
    min-width: 172px;
    height: 40px;
    line-height: 34px;
    text-align: left;
    text-transform: none;
    color: #3d3d3b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0 20px;
    margin: 0;
    text-transform: none;
    position: relative;
    transition: all 0.2s ease 0s;
    text-align: center;
}

.review-panel .write-review-panel {
    padding: 15px 0;
}

.write-review-panel .write-review:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

.review-form-container {
    margin: 0 auto;
    max-width: 600px;
}
.review-form-container .recaptcha-container {
    display: block;
    margin-left:0px;
	margin-top: -14px;
}
.review-form-container .review-row .rating{
	 display: block;
	 text-align: left;
     margin-top:5px;
}
.review-form .form-row label {
    width: 100%;
    display: block;
    padding: 8px 0 0;
    color: #000000;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.review-form-container .simpleCaptcha-container .form-row.simple-captcha {
    width: 100%;
    text-align: left;
}

.review-form-container .form-row.simple_captcha_input_field.mandatory {
    width: 100%;
    float: none;
    margin-bottom: 15px;
}

.review-form-container .simpleCaptcha-container .form-row.simple-captcha,
.review-form-container input[type=text],
.review-form-container textarea {
    border: 2px solid #9d9d9d;
}

.review-form-container input[type=text],
.review-form-container textarea {
    width: 100%;
}
.review-form-container .simpleCaptcha-container .form-row.simple-captcha{
    position: relative;
}
.review-form-container .simpleCaptcha-container {
    padding-top: 21px;
    margin-top: 15px;
}
.review-form-container .simpleCaptcha-container .form-row.simple-captcha::before{
    content: "Please enter the six letter security code below";
    position: absolute;
    bottom: 41px;
    left: 0;
}
.write-review-panel .review-form-container .review-form .btn-row {
    padding-left: 0;
	margin-top:29px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
}
.write-review-panel .review-form-container .review-form .btn-row button{
	width:48%;
}
.write-review-panel .review-form-container .review-form .btn-row button:nth-child(2){
	margin-left:3%;
}
.review-form-container .review-form .btn-row button[type="submit"], .review-form-container .review-form .btn-row button[type="button"] {
    border: 2px solid #3d3d3b;
    background-color: #ffffff;
    border-radius: 0;
    width: auto;
    text-transform: none;
    color: #3d3d3b;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px;
    margin: 0 0 10px 0;
    text-transform: none;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%;
    text-align: center;
}

.review-form-container .review-form .btn-row button[type="submit"]:hover,
.review-form-container .review-form .btn-row button[type="button"]:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;

}

.page-product .product-widget.widget-stockMark {
    display: none;
}


.page-product.auto-page .product-widget.widget-productImage {
    float: right;
    margin-right: 80px;
}

.widget-container .widget.widget-breadcrumb {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}
.page-category .category-details .product-container .title {
    display: none;
}
.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
    float: right;
    text-align: right;
    position: relative;
    z-index: 1;
}

.login-form .form-row:last-child {
    font-size: 13px;
    margin-top: 30px;
    text-align: center;
}
.page-shop-online .product-view.image-view {
    padding: 50px 0 100px;
}
.page-shop-online .product-view .product-block.product-view-height-width {
    padding-bottom: 30px;
}
.page-registration .registration-form .form-row.submit-row button{
    margin: 15px 0;
}
/*end: Product Details page*/

/*start:popup*/
.popup .button-item .continue-shopping-btn,
.popup .button-item .cart-page-button {
    padding: 10px 55px;
    line-height: 20px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    color: #000;
    border: 2px solid #3d3d3b;
    background-color: #ffffff;
    text-transform: none;
    color: #3d3d3b;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.popup .button-item .continue-shopping-btn:hover,
.popup .button-item .cart-page-button:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

/*end:popup*/

/*start:login*/
.page-login .login-form {
    border-color: #e2e2e2;
}

.login-form .account-register a,
.login-form .lost-password a {
    color: #AF000F;
}

.login-form .account-register a:hover,
.login-form .lost-password a:hover {
    color: #000;
}

.registration-form .form-row.submit-row button,
.login-form .login-button,
.password-reset-form .form-row.submit-row button {
    border-radius: 0;
    width: 100%;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    text-transform: none;
    padding: 7px 0;
    margin: 15px;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.login-form .login-button{
    margin: 0;
}
.registration-form .form-row.submit-row button:hover,
.login-form .login-button:hover,
.password-reset-form .form-row.submit-row button:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

.registration-form input[type=text], .registration-form input[type=password], .registration-form select, .registration-form input,
.password-reset-form .form-row input,
.login-form input[type="password"], .login-form input[type="text"] {
    font-size: 14px;
}
.login-form input[type="password"], .login-form input[type="text"] {
    padding-left: 15px;
}
.login-form input[type="password"],
.login-form input[type="text"] {
    font-size: 14px;
}

.login-form ::-webkit-placeholder {
    color: #fff;
    font-size: 0px;
    font-family: 'Poppins', sans-serif;
}
.login-form ::-moz-placeholder {
    color: #fff;
    font-size: 0px;
    font-family: 'Poppins', sans-serif;
}
.login-form ::-ms-placeholder {
    color: #fff;
    font-size: 0px;
    font-family: 'Poppins', sans-serif;
}
.login-form ::placeholder {
    color: #fff;
    font-size: 0px;
    font-family: 'Poppins', sans-serif;
}
.login-form .recaptcha-container {
    transform: scale(1.18);
    -webkit-transform: scale(0.95);
    margin:-25px 0 0 -7px;
}
.page-registration .widget.widget-breadcrumb,
.page-reset-password .widget.widget-breadcrumb,
.page-login .widget.widget-breadcrumb {
    display: none;
}

.login-form .login-button {
    width: 100%;
}

.page-login .page-content .login-form {
    border-color: #f5f5f5;
    box-shadow: 0 0 20px 0 #ecebeb;
    border-radius: 3px;
    font-size: 14px;
}

.page-reset-password form.password-reset-form.valid-verify-form {
    text-align: center;
    box-shadow: 0 0 20px 0 #ecebeb;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
}

.page-registration .simpleCaptcha-container {
    padding: 21px 15px 22px 15px;
}
.page-registration .registration-form .simpleCaptcha-container {
    padding-top: 41px;
    margin-top: 15px;
    position: relative;
}
.registration-form .simpleCaptcha-container::before{
    content: "Please enter the six letter security code";
    position: absolute;
    top: 17px;
    left: 15px;
    font-size: 15px;
    color: #333;
}
#blog-post-create-comment-panel .simpleCaptcha-container {
    position: relative;
    padding-top: 24px;
}
#blog-post-create-comment-panel .simpleCaptcha-container::before{
    content: "Please enter the six letter security code ";
    position: absolute;
    top: -7px;
    left: 0;
    font-size: 15px;
    color: #333;
}

.add-to-cart-popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.add-to-cart-popup .item .stepper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0;
}

.page-product .add-to-cart-popup .stepper::before {
    display: none;
}

.popup-bottom.footer {
    margin-top: 0;
}
.popup .popup-bottom .button,
.page-cart .shopping-cartitem .cartitem-btn {
    padding: 7px 50px;
    line-height: 21px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 0;
    text-transform: none;
    text-align: center;
    width: 48%;

    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;

}
.popup .popup-bottom .button:hover,
.page-cart .shopping-cartitem .cartitem-btn:hover{
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}
.page-cart .widget.widget-breadcrumb{
    display: none;
}

.popup  .variation-dropdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.popup  .widget-likeus {
    padding: 0;
    margin: 0;
}

.popup  .chosen-container-single .chosen-single {
    border: none;
    box-shadow: none;
}

.popup  .variation-dropdown-container .chosen-container-single .chosen-single {
    height: 32px;
    font-size: 13px;
    background: transparent;
    padding-left: 0;
}

.popup  .variation-type.text .chosen-container-single {
    min-width: 100px
}

.popup  .variation-type.color .chosen-container-single {
    min-width: 100px
}
/*end:login*/





.page-product .bmui-tab-body-container p{
    padding-bottom: 10px;
}

.checkout-page-options {
    max-width: 1040px;
    margin: 0 auto;
}
.checkout-page-options .item-head {
    background: #fff;
    color: #000;
    font-size: 20px;
    padding: 0;
}
.auto-page.page-checkout .widget.widget-breadcrumb {
    display: none;
}
.checkout-page-options .registered-customer p {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #555;
}
.checkout-page-options .new-customer p {
    font-size: 14px;
    line-height: 22px;
}
.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
}
.checkout-page-options .content-wrapper {
    border: 1px solid rgba(0,0,0,0.05);
    padding: 48px 27px 60px 37px;
}
.checkout-page-options  span.lost-password a {
    color: #000;
    font-size: 14px;
    margin-top: 20px;
    display: block;
}
.checkout-page-options  span.lost-password a:hover {
    color: #AF000F;
}
.checkout-page-options .new-customer  h1, .checkout-page-options .registered-customer  h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #AF000F;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}
span.not-shippable-tag {
    position: absolute;
    right: auto;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
form.confirm-step-form table.cartitem-table.product-thumb-view td.product-name a {
    white-space: normal;
}
.check-out-total > .price-row {
    padding-top: 3px;
    padding-bottom: 4px;
}
.confirm-step-form .price-row.total-order {
    padding-top: 15px !important;
}
.confirm-step-form .price-row.total-order .price{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.cartitem-table th:last-child, .cartitem-table td:last-child {
    text-align: right;
}

.auto-page.page-blog-post .widget.widget-breadcrumb {
    display: none;
}
.checkout-page-options .registered-customer p.register {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    color: #333;
}
.add-to-cart-popup td.product-img, .add-cart-information-popup td.product-img {
    padding-right: 20px;
    width: 119px;
    border: 0;
}
.free-shipping-text{
    font-size: 18px !important;
}
.checkout-page .section > .header .title {
    color: #818585;
    font-family: 'Poppins', sans-serif;
}

.checkout-page .section.loaded > .header .title {
    color: #2a2a2a;
}
.checkout-page .address-view .address .name{
    font-family: 'Poppins', sans-serif;
}
.widget-form .double-input-row .form-row{
    padding: 0 15px;
}
.widget-form input[type=text], .widget-form textarea, .widget-form select {
    border: 0;
    border-bottom: 1px solid #bbbb;
    padding-left: 0;
}

input[type=submit][disabled], input[type=button][disabled], button[disabled], .button.disabled, a.button.disabled{
    border: 0;
    background: none;
    color: #4d4d4d;
    text-shadow: none;
}
.page-contact .contact-address-section h2,
.page-contact .widget > .widget-title {
    padding: 20px 0 11px 0;
    margin: 0;
    font-size: 24px;
    text-align: left;
    color: #AF000F;
    font-weight: 500;
    text-transform: none;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
}
.page-contact .widget .contact-address-section h2{
    padding: 0 0 20px 0;
}
.page-contact .widget.widget-breadcrumb {
    margin: 0 0 51px 0;
}
.page-contact .widget > .widget-title{
    padding-top: 34px;
}
.page-contact .widget.widget-newsletter > .widget-title {
    padding: 0 0 11px 0;
}
.custom-form .simpleCaptcha-container {
    padding-top: 0px;
    margin-top: 0px;
    position: relative;
}
.page-contact-us .form-row.simple_captcha_help_text {
    display: none;
}
.contact-form-template.contact-form-page .form-row textarea {
    margin-bottom: 0;
}

/* Checkout Page Start */


.checkout-page .section .header .title{
    font-weight: 400;
    color: #000;
    font-size: 14px;
    padding-left: 30px;
}
.checkout-page .section{
    border: 0;
    color: #000;
    height: auto;
    line-height: 27px;
    margin-bottom: 15px;
    position: relative;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-bottom: 10px;
}
.checkout-page .section .header .icon{
    display: none;
}
.checkout-page .section.loaded .header .title{
    padding-top: 9px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    color: #000;
}
.checkout-page .section.loaded > .header >.title,
.checkout-page .section > .header > .title{
    font-size: 20px;
    padding-left: 30px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}
.checkout-page .section > .body {
    padding: 20px 30px;
}
.checkout-page .section.loaded>.body {
    position: relative;
}


.checkout-page .section .section.delivery-types {
    margin-top: 0;
    margin-bottom: 0;
}
.checkout-page .section .section.delivery-types > .form-row {
    margin-bottom: 10px;
}

.checkout-page .address-edit-from-wrap > .header {
    margin-bottom: 15px;
}
.checkout-page .delivery-types .different-shipping{
    margin-left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.checkout-page .section .step-continue-button {
    margin-top: 20px;
    line-height: 21px;
    padding: 7px 20px;
    width: 100%;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.checkout-page .section .step-continue-button:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}
.checkout-page .address-view > .header {
    margin-bottom: 7px;
}
.checkout-page .body .header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 700;
}
.checkout-page .toolbar-btn {
    line-height: 21px;
    padding: 2px 8px;
    text-transform: none;
    color: #232323;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 1px solid #232323;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.checkout-page .toolbar-btn:hover {
    color: #ffffff;
    background-color: #AF000F;
	border: 1px solid #AF000F;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
    padding: 12px 40px;
    font-size: 15px;
    width: 100%;
}
.checkout-page .address-edit-from-wrap .form-row label {
    color: #353535;
}
.checkout-page .address-edit-from-wrap form {
    background-color: transparent;
    padding: 0;
}
.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea{
    padding-top: 6px;
    padding-bottom: 6px;
}
.address .errorlist.after {
    bottom: -12px;
  z-index: 9;
}
.check-out-total > .price-row {
    padding-top: 0;
    padding-bottom: 0;
}

.confirm-step-form .cart-item .details .price{
    padding: 0;
}
.confirm-step-form .right-panel {
    padding: 0 0 0 30px;
    background-color: #ffffff;
    width: 50%;
}
.checkout-page .section.confirm  form > div + div span strong{
    font-size: 15px;
    vertical-align: top;
}
.confirm-step-form .left-panel > .header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 700;
}
.checkout-page .payment-option > .header {
    border-top: 0;
    text-transform: uppercase;
}
.checkout-page .payment-options {
    border-bottom: 0;
}
.confirm-step-form .cart-item .details {
    padding-left: 15px;
}

.payment-gateway .payment-method{
    border: 2px solid #9d9d9d;
}
.cartitem-table .total-price-column {
    min-width: 106px;
    width: 106px;
}
.check-out-total > .price-row .price {
    font-weight: 500;
}
.check-out-total > .price-row .label, .check-out-total > .price-row .price {
    font-family: 'Poppins', sans-serif;
}
.tell_friend_popup .header .status-message{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.product-widget.widget-addCart .remove-from-compare-button {
    word-wrap: break-word;
}
.exception-popup table th {
    background-color: #fbc7bc;
    text-transform: uppercase;
}
.exception-popup table tr:nth-child(odd) td{
    background-color: #f1f1f1;
}
.exception-popup table td, .exception-popup table th {
    padding: 7px 5px;
}
.checkout-page input[type="checkbox"] + span, .checkout-page input[type="radio"] + span{
    font-family: 'Poppins', sans-serif;
    font-weight: 500 !important;
}
.page-checkout .message-block.error {
    top: -55px;
    padding: 5px 0;
    width:94%;
    left:0%;
}
.page-checkout .message-block.error-message, .message-block.error {
    top: -55px;
    padding: 5px 0;
    width: 100%;
    left: 50%;
}


.button.cancel-button.et_shipping_cancel {
    color: #3d3d3b; border: 2px solid #9d9d9d;
    padding: 10px 40px;
}
.button.submit-button.et_shipping_continue {
    color: #3d3d3b; border: 2px solid #9d9d9d;
    padding: 10px 40px;
}
.button.cancel-button.et_shipping_cancel:hover, .button.submit-button.et_shipping_continue:hover{
    color: #ffffff;
    background-color: #AF000F;
    border: 2px solid #AF000F;
}
.checkout-page .address-edit-from-wrap form .multi-column {
    margin-bottom: 0px;
}
.all-posts .blog-post-item {
    width: 33.33%;
    float: left;
    padding: 0 15px;
    border: 0;
    min-height: 414px;
}
.all-posts .blog-post-item img {
    width: 100%;
}
.all-posts .blog-post-content {
    margin: 0 -15px;
}
.all-posts .blog-post-info span.date {
    padding-left: 0;
    background: none;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-style: italic;
    display: block;
    line-height: 16px;
    margin-top: 0px;
}
.all-posts .blog-post-info {
    margin-bottom: 5px;
    text-align: left;
}
.all-posts .blog-post-item .title a {
    font-size: 1em;
    font-family: 'Poppins', sans-serif;
}
.all-posts .blog-post-item .content {
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 20px;
    color: #444;
    text-align: center;
}
.all-posts .post-description > a {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #333;
    padding: 4px 20px;
    border: 2px solid #555;
    font-size: 13px;
    margin-top: 0px;
    display: inline-block;
    display: none;
}
.all-posts.widget-blogPost .title {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}
.all-posts .blog-post-info span{
    display: inline-block;
    text-align: center;
    margin-right: 0;
}
.blog-post-info span.author{
    background: none;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-style: normal;
    position: relative;
    padding-left: 18px;
}
.all-posts .blog-post-info {
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 2px;
}
.blog-post-info span.author::before {
    content: "By";
    position: absolute;
    left: 0;
    top: -5px;
}
.blog-post-details .blog-post-info span.author::before{
    top: 0;
}
.blog-post-info span.author::before {
    content: "By";
    position: absolute;
    left: 0;
    top: 0px;
}
.all-posts {
    margin-top: 20px;
}
.all-posts .post-description {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    background: #fff;
    padding: 25px 20px;
    margin-top: -70px;
    z-index: 99;
    position: relative;
}
.widget-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #666;
}
.widget-form ::-moz-placeholder { /* Firefox 19+ */
    color: #666;
}
.widget-form :-ms-input-placeholder { /* IE 10+ */
    color: #666;
}
.widget-form :-moz-placeholder { /* Firefox 18- */
    color: #666;
}
.widget-form textarea {
    min-height: 140px;
}
.widget.widget-form.contact-form-template.contact-form-page textarea{
    min-height: 160px;
}
.shopping-cartitem.empty-cart a.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    margin-left: 0;
}

/*error:start*/
.page-contact .widget-form .errorlist.after {
    width: auto;
    min-width: auto;
    background: transparent;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 4px;
    left: 5px;
}
.page-contact .widget-form .simpleCaptcha-container .errorlist.after {
    padding: 0;
    bottom: 4px;
    left: 0;
}

.page-contact .widget-form .errorlist.after .message-block {
    color: #AF000F;
    font-size: 14px;
}

.comment-post-panel .errorlist.after {
    width: auto;
    min-width: auto;
    background: transparent;
    padding: 2px 0;
    font-size: 12px;
    border-radius: 2px;
    line-height: 12px;
    font-weight: 700;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.comment-post-panel .errorlist.after .message-block {
    color: #AF000F;
    font-size: 14px;
}

#blog-post-create-comment-panel .max-character {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blog-post-details input[type="text"], .blog-post-details input[type="password"], .blog-post-details select, .blog-post-details textarea {
    border-color: #bab7b7;
    font-family: inherit;
    box-sizing: border-box;
    padding-left: 10px;

}
.blog-post-details .post-description .image {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.blog-post-details .post-description .image img{
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: 0 auto;
}
.blog-post-details .content {
    text-align: justify;
}
.blog-post-details .post-description .content p {
    line-height: 28px;
    font-size: 16px;
    padding-bottom: 25px;
}

.blog-post-details .title {
    display: block;
    font-size: 36px;
    padding: 0;
    text-align: center;
    margin: 0;
    color: #AF000F;
    font-family: 'Poppins', sans-serif;
    margin-top: 41px;
}

.blog-post-details .blog-post-info {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}

.blog-post-details span.date {
    background: none;
    padding-left: 0;
    margin-right: 0px;
    font-style: italic;
    font-size: 15px;

}
.blog-post-details .comment-post-panel h2 {
    color: #AF000F;
}
.blog-post-details span.categories {
    display: none;
}
.blog-post-details span.author {
    background: none;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    position: relative;
    padding-left: 24px;
    font-size: 17px;
    color: #333;
    margin-top: 5px;
    margin-bottom: 7px;
    margin-right: 0;
}
.blog-post-details .comment-post-panel {
    border: 0;
    margin-top: 85px;
    padding: 0;
}
.blog-post-details .comment-post-panel .blog-post-create-comment-panel{
    margin: 0 -15px;
}
.blog-post-details .comment-post-panel .form-row {
    margin-bottom: 30px;
    width: 100%;
    margin-bottom: 35px;
}
.blog-post-details .comment-post-panel .form-row:nth-of-type(1),
.blog-post-details .comment-post-panel .form-row:nth-of-type(2){
    width: 50%;
    display: inline-block;
    margin: 0 -2px 20px;
}
.blog-post-details .comment-post-panel .form-row:nth-of-type(1){
    padding-right: 15px;
}
.blog-post-details .comment-post-panel .form-row:nth-of-type(2){
    padding-left: 15px;
}
.blog-post-details .comment-post-panel .form-row.simple_captcha_help_text{
    display: none;
}
.blog-post-details .comment-post-panel .form-row.simple-captcha {
    padding: 0 15px;
    margin: 0 0 0 0;
    width: calc(50% - 19px);
}
.blog-post-details .comment-post-panel .form-row.simple_captcha_input_field {
    padding: 0 3px 0 0;
    margin: 0;
    width: calc(50% - 12px);
}
.blog-post-details .comment-post-panel textarea, .blog-post-details .comment-post-panel input {
    width: 100%;
    border-width: 0 0 1px;
    margin-top: 0;
    padding: 0;
}
.blog-post-details .comment-post-panel .form-row button{
    margin: 25px 0 0;
}
.blog-post-details .comment-post-panel label {
    font-size: 16px;
    line-height: 1;
}

.blog-post-details .blog-post-comment-panel .comment-count-info-row{
    position: relative;
    font-size: 0;
    min-height: 38px;
}
.comment-count-info-row::before {
    content: "Comments from Coelihackers";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 38px;
    font-size: 24px;
    color: #AF000F;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom: 1px solid #CCCCCC;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    text-align: justify;
}

.at-icon {
    fill: #4e4e4e !important;
}
.addthis_toolbox.addthis_32x32_style span{
    margin: 5px 3px 0 0 !important;
    background: #fff !important;
}
.registration-form .errorlist.after {
    background: #AF000F;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    position: absolute;
    bottom: -12px;
    border-radius: 0;
    width: calc(100% - 30px);
    padding: 0 10px;
    left: 15px;
    right: 15px;
    min-width: auto;
}
.registration-form .recaptcha-container {
    padding-left: 0;
    margin-top: 10px;
}
.edit-address-form .state-selector-row label,
.edit-address-form .state-selector-row select,
.edit-address-form .country-selector-row select,
.edit-address-form .country-selector-row label{
    display: block;
    width: 100%;
}
.checkout-page .address-edit-from-wrap .form-row.country-selector-row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.checkout-page .address-edit-from-wrap .form-row.state-selector-row {
    margin-top: 19px;
    margin-bottom: 16px;
}

.account-details-form .form-row,
.edit-address-form .form-row {
    margin: 10px 0 17px;
}
.account-details-form .form-row label,
.edit-address-form .form-row label{
    color: #3d3d3b;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.account_information .title{
    font-size: 23px;
    margin-bottom: 21px;
    display: block;
}

.floating-panel-popup.popup{
    padding: 18px 9px;
    box-shadow: 0px 2px 4px #d9d9d9;
}
.form-row label,
.store-credit-request-form .form-row label{
    width: 100%;
    color: #3d3d3b;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}
.store-credit-request-form .form-row textarea{
    width: 100%;
    border: 2px solid #bababa;
    margin-bottom: 10px;
}
.button.profileLogout a,
.store-credit-request-form .form-row label{
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0;
}

#bmui-tab-billing_address span.create-new.button, #bmui-tab-shipping_address span.create-new.button{
    max-width: 200px;
	line-height: 22px;
}
.bmui-tab-body-container .bmui-tab-panel .button.create-wish-list{
    margin-top: 15px;
}
.action-cell .action-icon.edit {
    background: transparent;
    height: 28px;
    width: 30px;
    color: #000;
    position: relative;
	
}
.billing_address .action-cell .action-icon.edit{
	height: 15px;
}
.shipping_address .action-cell .action-icon.edit{
	height: 15px;
}
.action-cell .action-icon.edit::before{
    content: "\f044";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: 20px;
    color: #555;
}
.contact-form-template .submit-button{
    position: relative;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    padding: 12px 0;
    background: none;
    border: none;
    color: #fff;
}
.contact-form-template .submit-button:after{
    content: "\f105";
    font-size: 20px;
    right: -15px;
    bottom: 11px;
    font-family: FontAwesome;
    position: absolute;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.contact-form-template .submit-button:hover:after {
    right: -20px;
}
.contact-form-template .submit-button:hover{
    color: #ccc;
}
.contact-form-template .submit-button[disabled]{
    color:#666;
}
.contact-form-template .submit-button[disabled]:hover{
    color:#666;
}
.contact-form-template .submit-button[disabled]:hover:after{
    right: -15px;
}
.contact-form-template .form-row input,
.contact-form-template .form-row textarea{
    border:0;
    background: rgba(255, 255, 255, 0.1);
    padding-left: 12px;
    color:#fff;
}
.contact-form-template ::-webkit-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.contact-form-template ::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.contact-form-template ::-ms-placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.contact-form-template ::placeholder {
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
.contact-form-template ::-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.footer .contact-form-template.contact-form-template .form-row label {
    display: none;
}


.checkout-page .section.address .form-row label {
    color: #232323;
    font-family: 'Poppins', sans-serif;
}

.confirm-popup .button-line button{
    padding-left: 25px;
    padding-right: 25px;
}
.confirm-popup .button-line button:hover{
    color: #ffffff;
    background-color:#AF000F;
    border-color:#AF000F ;
}
.widget-tabAccordion .widget-title{
    color: #AF000F;
    margin-top: 19px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.vertical .navigation-item.active > .navigation-item-child-container.active {
    padding-left: 0;
}


.page-post-payment .widget.widget-breadcrumb{
    display: none;
}
.payment-success-total > table,
.payment-success-total > table tr{
    border: 0;
}
.payment-success-total > table .total-order td.price{
    font-weight: 700;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.payment-success-total > table .total-order td,
.payment-success-total > table td {
    text-align: right;
    border: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 3px 0;
}
.payment-success-total > table td.price {
    min-width: 135px;
}
.payment-success-total .payment-surcharge-row {
    border-bottom: 1px solid #eee;
}
.payment-success-total .payment-surcharge-row div{
    padding-bottom: 20px;
}
.payment-success-total table tr:nth-last-of-type(2) td{
    padding-top: 15px;
}
.payment-form .mandatory-chosen-wrapper select {
    width: 190px;
}
.payment-form h1 {
    margin: 0;
	text-align:center;
}
.payment-form .message-block.error {
    padding: 13px 0 3px 0;
}
.checkout-page .header-wrapper .page-heading{
    display: none;
}
.page-guest-customer-order-comment .comment-area .comment-row,
.page-guest-customer-order-comment .comment-area .comment-row {
    padding: 5px 10px 13px 0;
}
.address-selection-popup .create-address {
    padding: 9px 12px;
    cursor: pointer;
    color: #3d3d3b;
    border: 2px solid #9d9d9d;
    background-color: #ffffff;
    text-transform: none;
    font-size: 16px;
    text-align: center;
}
.address-selection-popup .create-address:hover{
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}
.customer-new-password {
    text-align: center;
    box-shadow: 0 0 20px 0 #ecebeb;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
}
.customer-new-password .form-row label {
    width: 100%;
    text-align: center;
	margin-top:11px;
}

.customer-new-password .form-row button{
    margin-top:21px;
}
.customer-new-password .errorlist.after {
    width: 76.5%;
    margin-left: 49px;
	bottom: -15px;
}


.customer-new-password .form-row input,
.customer-new-password .form-row button{
    width: 320px;
    max-width: 100%;
    border: 2px solid #bababa;
}
.customer-new-password .form-row.submit-row label{
    display: none;
}
.time-out.popup .header-line {
    margin-top: 26px;
}
.time-out.popup .header-line .ok {
    background-color: #000;
}
.order-items-wrap .details .refer-this.product-share{
    color: #AF000F;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    background: #eee;
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    cursor: pointer;
    display: none;
}
.floating-panel-popup.product-share-option.popup{
    padding: 18px 30px;
    width: 100% !important;
    max-width: 186px;
    box-shadow: 0px 1px 7px #d9d9d9;
    margin-left: 36px;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label{
    color: #AF000F;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 10px;
    display: block;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium img{
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    position: relative;
    padding-left: 40px;
    margin-bottom: 12px;
    cursor: pointer;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div::before{
    content: "\f09a";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 26px;
    width: 26px;
    border: 1px solid #eee;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium .twitter-share::before{
    content: "\f099";
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium .googleplus-share::before{
    content: "\f0d5";
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium .linkedin-share::before{
    content: "\f0e1";
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div span.image-text{
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover::before,
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover span.image-text{
    color: #AF000F;
    border-color: #AF000F;
}

.site-popup.popup .oder-comment-form.site-popup-form .comment-area{
    padding: 0 15px 0 0;
}
.page-guest-customer-order-comment .comment-row.customer .name{
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
}
.page-guest-customer-order-comment .comment-row .date-time {
    float: none;
    font-size: 13px;
    margin-bottom: 10px;
    display: block;
}
.page-guest-customer-order-comment .comment-row .show-comment {
    font-size: 14px;
    line-height: 26px;
    word-break: normal;
}
.wish-list-popup label,
.wish-list-popup select,
.wish-list-popup .form-row label,
.wish-list-popup .form-row input{
    width: 100%;
}
.wish-list-popup select,
.wish-list-popup .form-row input{
    border: 2px solid #9d9d9d;
}
.wish-list-popup.add-to-wishlist-popup .status-message{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #AF000F;
}
.wish-list-popup .footer {
    margin-top: -20px;
}
.wish-list-popup .footer button {
    width: 46.3%;
}
.wish-list-popup button.form-reset{
    margin-left: 3%;
}
.add-to-wish-list-popup .footer .button-item .button{
     width: 46.3%;
}
.add-to-wish-list-popup .footer .button-item .button.cart-page-button{
	 margin-left: 3%;
}
.add-to-wish-list-popup .body td .prodict-name{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #AF000F;
}
.add-to-wish-list-popup .header .status-bar-product-name{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #AF000F;
    text-align: center;
    display: block;
    padding-bottom: 7px;
}
.add-to-wish-list-popup .header .status-message{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: block;
    text-align: center;
}
.add-to-wish-list-popup .product-thumb-view img {
    max-width: 142px;
    max-height: 130px;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    font-size: 20px;
    display: block;
    font-family: 'Poppins', sans-serif;
}
.blog-post-details span.date {
    font-size: 16px;
}
.blog-post-details .comment-post-panel textarea{
    margin-top: 10px;
}
.payment-option .row .info,
.payment-option .row .price-row{
    float: none;
    width: auto;
    text-align: left;
}
.payment-option .row .price-row input{
    border: 2px solid #9d9d9d;
    padding: 6px;
}
.payment-form.site-popup-form .errorlist.after {
    bottom: -10px;
}
.payment-form .mandatory-chosen-wrapper select + .errorlist.after {
    width: 100%;
}
.price-row.default-payment.storeCredit .tool-icon{
    background: none;
    top: 2px;
}
.price-row.default-payment.storeCredit .tool-icon::before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f044";
}
.product-view .product-block.product-view-height-width span.tax-message {
    display: block;
    font-size: 12px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: #848484;
}
.review-container {
    background-color: #ffffff;
    border-bottom: 2px solid #E6E6E6;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 3px rgba(177, 177, 177, 0.1);
    padding: 35px 45px;
    margin-top: 20px;
}
.total-review-panel .total {
    margin: 5px 0;
}
.total-review-panel span.visible-review-label, .total-review-panel h2.review-heading {
    display: none;
}
.review-container .reviewer-name {
    margin: 10px 0px 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    order: 1;
}
.review-container span.review-date {
    font-style: italic;
    display: block;
}
.review-container .single-review-block {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.single-review-block .review-head {
    order: 2;
    margin-bottom: 5px;
}
.review-container .review-description {
    order: 3;
}
.single-review-block + .single-review-block {
    border-top: 1px solid #EEEEEE;
    margin-top: 25px;
    padding-top: 25px;
}
.popup .stepper .stepper-arrow{

}
.stepper .stepper-arrow {
    border: none;
    align-self: center;
    background-position: center !important;
}
form.discount-coupon-code-form button.submit-button.apply-discount-coupon {
    width: 100%;
}
form.discount-coupon-code-form input[type="text"] {
    background: transparent;
    width: 100%;
    border: 2px solid #9d9d9d;
    height: 44px;
  	margin-bottom:20px;
}
form.discount-coupon-code-form {
    background: #ffffff;
    padding: 0;
    max-width: 320px;
    margin-top: 20px;
}
form.discount-coupon-code-form label {
    margin-bottom: 4px;
}
.shopping-cart-total .errorlist.after {
    position: absolute;
    background: #AF000F;
    color: #fff;
    z-index: 9;
    border-radius: 0;
    bottom: 44px;
}
.shopping-cart-total  .errorlist.after .message-block{
    text-align: center;
}
.shopping-cart-total  .errorlist.after .message-block {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}
.payment-option .code-submit-form input {
    width: 100%;
    display: block;
    border: 2px solid #9d9d9d;
    max-width: 100%;
}
.payment-option .code-submit-form button {
    margin-left: 0px;
    margin-top: 10px;
    padding: 10px 25px;
    font-size: 13px;
    line-height: 17px;
    border: 2px solid #AF000F;
    width: 100%;
    display: block;
}
.payment-option .code-submit-form button:hover{
    border-color: #AF000F;
    background: #AF000F;
    color: #fff;
}
.payment-gateway .payment-method {
    border: 2px solid #9d9d9d;
    width: 280px;
    max-width: 100%;
}
.checkout-page .payment-option > .body {
    padding: 0;
    max-width: 280px;
}
.confirm-step-form .cartitem-table .image-column {
    width: 50px;
}
.confirm-step-form .cart-item .image{
    text-align: left;
}
.header-wishlist-menu.widget.widget-navigation .navigation-item a {
    background: url('../images/favorite.png') no-repeat top center;
    width: 50px;
    display: block;
}
.header-wishlist-menu .horizontal > .navigation-item.last a span.label {
    font-size: 0;
}
.payment-option .message-block.info-message, .payment-option  .message-block.success {
    border: 0px solid #C2E7C2;
    color: #fff;
    background: #AF000F;
    margin: 0 0 20px;
    border-radius: 4px;
    font-size: 15px;
    white-space: normal;
    max-width: 300px;
}
.checkout-page .form-row input,
.checkout-page .form-row select,
.checkout-page .form-row textarea {
    padding: 0px 10px;
}
.image-popup-container {
    padding: 0;
}
.image-popup-container .image-wrapper {
    border: 0 solid #666666;
}
form.discount-coupon-code-form button.submit-button.apply-discount-coupon:hover {
    border: 2px solid #232323;
    background: #232323;
    color:#fff;
}
form.discount-coupon-code-form button.submit-button[disabled], .checkout-page .address-edit-from-wrap .button[disabled]  {
    border: 2px solid #aaa;
    background: #aaa;
    color: #4d4d4d;
}
form.discount-coupon-code-form button.submit-button[disabled]:hover, .checkout-page .address-edit-from-wrap .button[disabled]:hover {
    border: 2px solid #aaa;
    background: #aaa;
    color: #4d4d4d;
}
.payment-option .code-submit-form .errorlist.after {
    bottom: 43px;
}
.newsletter.inplace{
    position: relative;
}
.widget.widget-newsletter .newsletter.inplace.valid-verify-form .message-block.error-message{
    position: absolute;
    top: 44px;
    background: none;
    padding: 0 10px;
    border: 0;
    font-size: 13px;
    left: 0px;
    text-align: left;
    background: rgb(175,0,15,1);
    line-height: 19px;
    color:#fff;
}
.widget.widget-newsletter .newsletter.inplace.valid-verify-form .message-block.info-message{
    position: absolute;
    top: 34px;
    padding: 0 10px;
    border: 0;
    font-size: 13px;
    left: 0;
    text-align: left;
    color: green;
    background-color: #f2fef2;
    border-radius: 0;
    width: 100%;
    line-height: 18px;
}
.newsletter.unsubscribe.valid-verify-form {
    margin: 130px auto 0;
    border-radius: 3px;
    font-size: 14px;
    padding: 60px 60px 50px;
    width: 627px;
    box-shadow: 0 0 20px 0 #ecebeb;
}
.newsletter.unsubscribe.valid-verify-form .medium.message-area{
    width: 100%;
    border: 2px solid #9d9d9d;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container label{
    display: none;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container .newsletter-unsubscription.submit-button{
    width: 100%;
    margin-top: 15px;
    border: 2px solid #9d9d9d;
    color: #3d3d3b;
}
.newsletter.unsubscribe.valid-verify-form .form-row.button-container .newsletter-unsubscription.submit-button:hover{
color: #ffffff;
background-color: #AF000F;
border-color: #AF000F;
}
.page-newsletter-subscription .widget.widget-breadcrumb {
    display: none;
}
.newsletter h3.title {
    position: relative;
    display: block;
    margin: -129px 0 0 0;
    padding: 0;
    color: #AF000F;
    font-size: 27px;
    line-height: 37px;
    text-align: center;
    font-weight: 700;
    z-index: 99;
    font-family: 'Poppins', sans-serif;
    background: none;
}
.page-newsletter-subscription .subscription-list-success{
    margin: 130px auto 0;
    margin-top: 0px;
    border-color: #f5f5f5;
    box-shadow: 0 0 20px 0 #ecebeb;
    border-radius: 3px;
    font-size: 14px;
    padding: 50px 30px;
    width: 540px;
}
.page-newsletter-subscription .subscription-list-success h3.title{
    position: relative;
    display: block;
    margin: -119px 0 0 0;
    padding: 0;
    color: #AF000F;
    font-size: 37px;
    line-height: 37px;
    text-align: center;
    font-weight: 700;
    z-index: 99;
    font-family: 'Poppins', sans-serif;
    background: none;
}
.subscription-list-success .message-block.error-message, .newsletter .message-block.error-message {
    position: absolute;
    top: 17px;
    border: 0;
    width: 480px;
    background: #fee;
}
.newsletter .message, .subscription-list-success .messess-text {
    border-bottom: 1px solid #ccc;
    font-weight: 300;
    margin: 0;
    padding: 78px 0 20px;
    background: no-repeat;
    color: #000000;
    font-size: 16px;
    display: block;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.newsletter.unsubscribe.valid-verify-form label {
    text-align: center;
    padding-bottom: 10px;
}
.newsletter .message{
    border: 0;
}
.subscription-list-success .help{
    margin: 20px 0 0;
    text-align: center;
}
.subscription-list-success .help span{
    margin-right: 5px;
    color: #AF000F;
}
.subscription-list-success .help .link{
    color: #AF000F !important;
}

.snippet-features .col-md-6 .feature-img a span{
    padding-bottom: 15px;
}

.snippet-features .feature-img > a > span{
    padding: 15px !important;
}
.snippet-features .col-md-6 .feature-img.salads-link a span:nth-child(2){
    padding-top: 1px !important;
}
.snippet-features .col-md-6 .feature-img.meal-links a span:nth-child(1){
    padding-bottom: 1px !important;
}
.snippet-features .feature-img.view-links a span:nth-child(1){
    padding-bottom: 0;
}
.snippet-features .feature-img.view-links a span:nth-child(2) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.breadcrumb-item .label:hover {
    color: #AF000F;
}
.snippet-categories .single-category > .category-name > span:nth-child(2) {
    padding-top: 0;
}

.snippet-categories .single-category > .category-name > span {
    line-height: 47px !important;
    padding: 8px 12px !important;
}
/* ** */
.page-cart .shopping-cart-total .right-column .total-order .price .currency-symbol {
    position: relative;
}
.page-cart .shopping-cart-total .right-column .total-order .price .currency-symbol::before {
    content: "AUD";
    margin-right: 5px;
}

.oder-comment-form.site-popup-form .errorlist.after {
    bottom: -10px;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: transparent;
    border: 0 !important;
    margin-top: 10px;
    padding: 10px 0;
}
.pagination span {
    background-color: #fff;
    border: 0px solid #ccc;
    color: #555;
    cursor: pointer;
    margin: 0 2px;
    padding: 3px 15px;
    box-shadow: 0 0 0 #ccc;
    display: inline-block;
    border: 0;
}
.pagination span.current, .pagination span:hover {
    background: #af000f;
    border: 0;
    color: #fff;
}
/* Gift Wrappers */
.product-name .gift-wrapper-remove-btn,
.product-name .gift-wrapper-add-btn {
    text-decoration: none;
    cursor: pointer;
    color: #AF000F;
    display: inline-block;
    padding-left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.product-name .gift-wrapper-change-btn.gift-wrapper-add-btn:hover{
    background: rgba(0, 0, 0, 0) url('../images/edit-icon.png') no-repeat scroll left center;
    background-size: 11px;
}
.product-name .gift-wrapper-change-btn.gift-wrapper-add-btn{
    background: rgba(0, 0, 0, 0) url('../images/edit-icon-color.png') no-repeat scroll left center;
    background-size: 11px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.product-name .gift-wrapper-remove-btn:hover{
    background: rgba(0, 0, 0, 0) url('../images/remove-icon.png') no-repeat scroll left center;
    background-size: 10px;
}
.product-name .gift-wrapper-remove-btn{
    background: rgba(0, 0, 0, 0) url('../images/remove-icon-color.png') no-repeat scroll left center;
    background-size: 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.product-name .gift-wrapper-add-btn:hover{
    background: rgba(0, 0, 0, 0) url('../images/add-icon.png') no-repeat scroll left center;
    background-size: 10px;
}
.product-name .gift-wrapper-add-btn{
    background: rgba(0, 0, 0, 0) url('../images/add-icon-color.png') no-repeat scroll left center;
    background-size: 10px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.product-name .gift-wrapper-remove-btn{
    margin-top: 10px;
}
.product-name .gift-wrapper-remove-btn:hover,
.product-name .gift-wrapper-add-btn:hover {
    color: #000;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.gift-wrapper {
    padding-top: 0;
}
.status-bar-product-name{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #AF000F;
}
.add-to-gift-wrapper-popup.popup .status-bar-product-name{
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    color: #AF000F;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-add-button {
    width: 148px;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-thumb-view {
    width: 152px;
    height: 211px;
    overflow: hidden;
    padding-right: 15px;
    vertical-align: top;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-short-info{
    padding-right: 109px;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-message {
    padding-top: 23px;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-message .gift-wrapper-message-input{
    height: 62px;
    border: 2px solid #9d9d9d;
    width: 100%;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-thumb-view img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body {
    padding: 20px 10px 0;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table{
    border-bottom: 1px solid #d9d9d9;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table:last-child{
    border-bottom: 0px solid #d9d9d9;
    margin-bottom: 0;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table td{
    padding-bottom: 30px;
    vertical-align: top;
}
.add-to-gift-wrapper-popup.popup .body.gift-wrapper-popup-body table:last-child td{
    padding-bottom: 0;
}
.add-to-gift-wrapper-popup.popup .gift-wrapper-name{
    font-family: 'Poppins', sans-serif;
}
/*  */
.gift-wrapper .gift-wrapper-info {
    white-space: normal;
    padding: 0;
}
/*  */
.site-popup .title-bar, .confirm-popup .header-line {
    text-align: center;
}
.add-gift-wrapper-to-cart{
    padding: 9px 38px;
}

/*  */
.page-category .widget.widget-breadcrumb {
    margin-top: 104px;
}
.category-details .product-container .title .label{
    display: none;
}
.category-details .product-container .title {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    color: #AF000F;
    font-size: 37px;
    line-height: 37px;
    text-align: center;
    font-weight: 700;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    margin-top: -155px;
    padding-bottom: 72px;
    padding-top: 52px;
}
.page-login .page-content .login-form, .registration-form {
    margin: 110px auto;
}
.page-login .page-content .login-form .title, .registration-form .title{
    position: relative;
    display: none;
    margin: 0;
    padding: 0;
    color: #AF000F;
    font-size: 37px;
    line-height: 37px;
    text-align: center;
    font-weight: 700;
    z-index: 33;
    font-family: 'Poppins', sans-serif;
    /*margin-top: -124px;*/
    padding-bottom: 85px;;
}
.widget-snippet .snippet-features .feature-img > a > span {
    line-height: 76px;
}
body.widget-snippet .feature-img a{
    padding: 20px;
}
.page-page-not-found .widget.widget-breadcrumb {
    display: none;
}



.footer .recaptcha-container {
    transform: scale(1.18);
    -webkit-transform: scale(0.95);
    margin:15px 0 0 -7px;
}
.footer .custom-form .errorlist.after {
    background-color: #AF000F;
    border-radius: 0;
    bottom: -2px;
    padding: 0 11px;
    min-width: 288px;
    width: auto;
}
.footer .custom-form .errorlist.after .message-block {
    color: #fff;
    line-height: 17px;
    width: auto;
    font-weight: normal;
}
.footer .custom-form .form-row textarea + .errorlist.after {
    bottom: -17px;
}
.registration-form .form-row:nth-last-child(2) label{
    display: none;
}






/*start*/
.payment-success-total > table tr {
    border-bottom: none;
}
.order-details .payment-success-total table {
    border: 0;
    padding: 0;
    background-color: #ffffff;
    margin: 0;
}
.payment-success-total > table tr {
    border-bottom: 0;
}
.order-details .payment-success-total table td {
    border: 0;
    text-align: right;
    padding: 7px 1px;
    font-size: 15px;
    color: #000;
}
.payment-success-total > table tr.total-order span, .payment-success-total > table tr.total-order td {
    font-size: 15px;
    font-weight: 600;
}
.page-post-payment .cartitem-table tr {
    border-bottom: transparent;
}
.page-post-payment table.cartitem-table.order_details_table tbody th {
    font-weight: 500;
}
.page-post-payment .order-details .table_heading {
    text-align: center;
    padding: 0 0 15px 0;
    font-weight: 600;
    font-size: 24px;
}
.page-post-payment .cartitem-table td {
    padding: 13px 0px;
}
.page-post-payment .cartitem-table tr:last-of-type {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.order-details .payment-success-total table td:first-child {
    padding-right: 30px !important;
}
.page-post-payment .post-order-contact-us a {
    color: #AF000F;
    font-weight: 500;
    text-decoration: underline !important;
}
/*end*/
.password-reset-form .form-row input{
    width: 100%;
}
.password-reset-form .form-row.submit-row button{
    margin: 15px 0 0 0;
}
.password-reset-form .errorlist.after{
    bottom: 5px;
}
.site-popup.popup {
    padding: 0;
}
.site-popup .title-bar, .confirm-popup .header-line {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.site-popup .title-bar .close:before, .confirm-popup .header-line .close:before {
    content: "";
    font-size: 15px;
    background: rgba(0, 0, 0, 0) url(../images/close-icone.jpg) no-repeat center;
    width: 20px;
    height: 20px;
}
.site-popup.popup .content {
    padding-bottom: 0;
    padding-top: 0;
}
.site-popup.popup .button-line {
    padding: 0 28px 20px 18px;
}
.site-popup.popup .button-line button {
    width: calc(49% - 10px );
    margin: 0 0 0 10px;
}
.site-popup.popup .payment-form label {
    display: block;
    font-size: 14px;
}
.site-popup form.payment-form.site-popup-form + .button-line .submit-button{
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}
.payment-form.site-popup-form .mandatory-chosen-wrapper select {
    width: 209px;
}
.site-popup form.payment-form.site-popup-form ~ .button-line .submit-button:hover{
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}
/*start:quick cart*/
.quick-cart-content {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 35px;
    width: 430px;
    z-index: 99999;
    padding: 20px 25px 30px 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
    height: auto !important;
}
.quick-cart-content::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 999;
    background: #fff;
    right: 17px;
    top: -7px;
    border-right: 0;
    border-bottom: 0;
}
.quick-cart-content table, .quick-cart-content table th, .quick-cart-content table td {
    border: none;
    padding: 12px 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
}
.quick-cart-content table tr th, .quick-cart-content table tr td {
    border-bottom: 1px solid #ccc;
    word-break: normal;
}
.quick-cart-content table th {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    background-color: #fff;
}
.quick-cart-content table td.total, .quick-cart-content table td.total-price {
    color: #000;
    font-weight: 600;
    font-size: 15px;
    background-color: #fff;
    border-bottom: none;
}
.quick-cart-content table tr th.quantity {
    text-align: center;
}
.quick-cart-content table tr:nth-child(2n) {
    background: #fff;
}
.quick-cart-content table tr th.price {
    text-align: right;
}
.quick-cart-content table {
    margin: 0;
}
.quick-cart-content .cart-details-link {
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
}
.quick-cart-content .product-name {
    width: 50%;
}
.quick-cart-content table td.price {
    text-align: right;
    font-size: 16px;
}
.quick-cart-content .checkout.button {
    line-height: 21px;
    background: #fff;
    border: 2px solid #AF000F;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.quick-cart-content .checkout.button:hover {
    color: #ffffff;
    background: #AF000F;
    border: 2px solid #AF000F;
}
.quick-cart-content .cart-details-link .button {
    padding: 7px 20px;
}
.quick-cart-content .view-cart.button {
    line-height: 21px;
    background: #fff;
    border: 2px solid #AF000F;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}
.quick-cart-content .view-cart.button:hover {
    color: #ffffff;
    background: #232323;
    border: 2px solid #232323;
}
/*end:quick cart*/
.page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
}
.page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper .button {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 5px 0 0 15px;
    background: none;
    width: auto;
    height: auto;
    line-height: 21px;
    padding: 7px 30px;
}
.page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper .button.continue-shopping-btn {
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper .button.continue-shopping-btn:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

.page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper .button.checkout-btn {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #AF000F;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.page-cart .shopping-cartitem .shopping-cart-total + .cartitem-btn-wrapper .button.checkout-btn:hover {
    color: #ffffff;
    background: #232323;
    border: 2px solid #232323;
}
.floating-panel-popup .action-item {
    padding: 7px 9px;
    font-size: 16px;
    line-height: 21px;
}
.floating-panel-popup .action-item:hover {
    color: #AF000F;
    background-color: transparent;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
    line-height: 21px;
    padding: 7px 40px;
    width: 100%;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.checkout-page .confirm-order-btn-row .confirm-order-button:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

.checkout-page-options .new-customer .checkout-option{
    line-height: 21px;
    padding: 7px 40px;
    width: 100%;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.checkout-page-options .new-customer .checkout-option:hover{
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

.checkout-page-options .registered-customer button.login-submit{
    line-height: 21px;
    padding: 7px 40px;
    width: 100%;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.checkout-page-options .registered-customer button.login-submit:hover{
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}
.checkout-page input[type="submit"]{
    line-height: 21px;
    padding: 7px 40px;
    width: 100%;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.checkout-page input[type="submit"]:hover{
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}
.tell_friend_popup .popup-bottom button{
    line-height: 21px;
    padding: 7px 40px;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.tell_friend_popup .popup-bottom button:hover{
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}
.tell-friend .errorlist.after{
    bottom: -15px;
}
.checkout-page .address-edit-from-wrap input[type="submit"], .checkout-page .address-edit-from-wrap .button {
    width: auto;
    line-height: 21px;
    padding: 7px 40px;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    background-color: #ffffff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.checkout-page .address-edit-from-wrap input[type="submit"]:hover, .checkout-page .address-edit-from-wrap .button:hover {
    color: #ffffff;
    background-color: #AF000F;
    border-color: #AF000F;
}

.bmui-tab-body-container .account_information  .link-btn{
    color: #232323;
}


/*start:*/
.page-contact-us .body .footer-map-area {
    margin-bottom: -100px;
    margin-top: 0;
}
.page-contact-us .body  .footer-map-area iframe {
    height: 740px;
}
.page-contact-us .body  .footer-social-links{
    padding: 46px 0 0 0;
}
.page-contact-us .body  .footer-social-links a i{
    color: #232323;
}

.page-contact-us .body .footer-social-links a:hover i,
.page-contact-us .body .footer-social-links a:focus i{
    color: #AF000F;
}
.contact-form-template.contact-form-page .form-row input, .contact-form-template.contact-form-page .form-row textarea {
    color: #000;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}
.contact-form-page {
    float: right;
    width: 460px;
}
.contact-form-template.contact-form-page .textArea  {
    margin-bottom: 12px;
}
.contact-form-template.contact-form-page .submit-button:after {
    display: none;
}
.contact-form-template.contact-form-page .submit-button {
    line-height: 21px;
    padding: 10px 40px;
    width: 100%;
    color: #AF000F;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    border: 2px solid #AF000F;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    text-transform: uppercase;
}
.contact-form-template.contact-form-page .submit-button:hover {
    background-color: #AF000F;
      border: 2px solid #AF000F;
	  color:#ffffff;
}
.contact-form-template.contact-form-page   .widget-title{
    color: #000;
    font-size: 26px;
    font-weight: bold;
	font-family: 'Britannic';
}
.contact-form-template.contact-form-page .errorlist.after{
    bottom: -5px;
}

.contact-form-template.contact-form-page  .widget-form .form-row label{
    color: #000;
}
.contact-form-template.contact-form-page  .double-input-row.mandatory>label:after,
.contact-form-template.contact-form-page  .form-row.mandatory>label:after{
    color: #000;
}
.contact-form-template.contact-form-page  .message-block.error{
    top:32px;
}
/*end:*/
.widget-productSku label, .widget-productCategory label, .widget-productManufacturer label, .widget-productBrand label, .widget-productModel label {
    font-weight: normal;
}
.product-widget.widget-filterGroup {
    margin-top: 20px;
}
.brand-details h1.title {
    margin-top: 0;
}
#bmui-tab-wish_list .wish_list .form-row.btn-row .cancel-button {
    margin-left: 10px;
}
.page-profile.auto-page .page-content {
    padding: 0;
}

.page-profile.auto-page.responsive div.body {
    margin-top: 0;
}
#bmui-tab-wish_list span.button.create-wish-list{
	width:auto;
	line-height: 22px;
}
#webcommander-page .header .top-bar-section {
    height: auto;
}
.widget-snippet .containers-fluid {
    overflow: hidden;
}
.widget-snippet section.container-fluid.top-bar .top-content p a{
    color: #fff;
    text-decoration: none;
}
body .header.active-section,
body .footer.active-section {
    z-index: unset;
}
.contact-form-page  .form-row label{
    display: none;
}
.contact-form-page .double-input-row .form-row label,
.contact-form-page .single-input-row .form-row label{
    display: block;
    padding-bottom: 5px;
}
.contact-form-page .form-row.btn-row {
    margin-top: 15px;
}
#spltr-23CDE951-6EE9-425E-BE40-5489610EEFF8 {
    background-color: rgba(255,255,255,.9);
    padding: 50px;
	z-index: 1;
}
/*#spltr-FA0DB73C-9F1E-4AC0-A7F0-CE0B1EBAB184{
    z-index: -1;
}*/
.product-view .price-waper .price-block-container {
    display: inline;
    order: 1;
    -webkit-order: 1;
    padding-right: 10px;
}
.product-view .price-waper .expect-to-pay-price-container, .previous-price.price{
    display: inline;
    order: 2;
    -webkit-order: 2;
}
.review-panel .message-container {
    position: relative;
	 width: 48%;
     margin: 0 auto;
}

.review-panel .message-container .message-block.error-message, .message-block.error {
    top: -10px;
    position: relative;
}
.page-checkout .order-custom-fields-form .button.custom-submit-button {
    margin-top: 15px;
}
.footer .custom-form.contact-form-template .form-row.btn-row .submit-button {
      width: auto;
	  padding: 10px 0px;
  }
.footer .custom-form.contact-form-template .form-row.btn-row .submit-button:hover {
    background: none;
}
.pagination span.disabled:hover {
    background: none;
    color: #bebebe;
}
.product-view .product-block.product-view-height-width:hover .tag-mark {
    z-index:2;
}

.widget.widget-snippet .products-details-content .text-content ol li {
  list-style-type: decimal;
  padding-left: 8px;
}
.widget-snippet .products-details-content .pic-content {
 max-width: 319px;
}

.widget-snippet .products-details-content .pic-content img {
 margin-bottom:20px;
}
.category-image-view-width {
    width: 190px;
}
.password-meter-wrap .password-strength-bar {
    height: 8px;
}

.category-details-container {
    border: 1px solid #f9eeee;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 55px;
    padding: 5px 20px 0px 20px;
}

.category-details-container .description {
    padding-left: 15px;
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
     -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
     flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
     flex-direction: column;
}
.category-details-container .description h1 {
    line-height: normal;
}
.category-details-container .description p{
	color: #000;
	font-weight:400;
}
.category-details-container .category {    
    margin: 0 0 6px 0;
    width: 40%;
}

.product-view .pagination-literal-status{
	display:inline-block;
	padding:15px 0 0 0 ;
}
.product-view .pagination{
	padding:15px 0 0 0 ;
}
.product-view.image-view .sale.tag-mark, .product-view.scrollable-view .sale.tag-mark {
    background: url("../images/sale.png") no-repeat left top;
	top: 0;
    right: 0;
}
.widget-productImage .image-preview-box .sale.tag-mark {
    background: url(../images/sale.png) no-repeat scroll left top;
    left: 25px;
}

.category-image-view.category {
     display: inline-block;
    margin: -1px -5px 0 0;
    padding: 10px;
    vertical-align: top;
    width: 33%;
    border: 1px solid #dadada;
}
.category .category-name {
     color: #060606;
    font-size: 25px;
    margin-top: 12px;
    display: block;
    text-align: center;
    font-family: 'Britannic';
    margin-bottom: 20px;
}
.category .category-name a {
    color: inherit;
}
.page-shop-online .category .category-name a:hover {
	color: #AF000F;
}
.category-container .category-view.image-view {
    max-width: 1060px;
    margin: 0 auto;
}
 .footer-social-links span{
     color: #ffffff;
    font-size: 18px;
    padding-bottom: 15px;
    display: block;
}
.contact-follow-us .footer-social-links span{
	 color: #000000;
}

/*testimonial*/
.widget-container .clint-testimonial{
	margin:80px 0;
}
.widget-container .clint-testimonial .article-item {
    max-width: 900px;
    margin: 0 auto;
    padding: 48px 0;
    border-bottom: 1px solid #d0d0d0;
	
}
.widget-container .clint-testimonial .article-item:last-child {
	margin-bottom:0px; 
	border-bottom: 0px solid #d0d0d0;
}
.widget-container .clint-testimonial .article-item p{
	font-size:16px;
	text-align:center;
}

.widget-container .clint-testimonial .article-item h4{
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
    font-size: 20px;
	font-style: italic;
	font-size: 21px;
	 margin: 0;
	text-align:center;
}

.widget-container .clint-testimonial .article-item span:before {
    content: "\f10d";
    position: relative;
    left: -7px;
    top: -8px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #555555;; 
    font-size: 11px;
}

.widget-container .clint-testimonial .article-item span:after {
    content: "\f10e";
    position: relative;
    right: -7px;
    top: -6px;
    font: normal normal normal 13px/1 FontAwesome;
    color: #555555;
    font-size: 11px;
}
.subcategory-container .category-image-view img{
	width:100%;
}
/*testimonial end*/

.image.category-detail-view-height.category-image img {    
      max-width:100%;
}

.image-popup-container .navigator.close-button {
    background: rgba(0, 0, 0, 0) url(../images/remove-icon.png) no-repeat;
    background-position: 8px 21px;
    background-size: 13px;
	top: -9px;
}
.order-custom-fields-form .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 100%;
    background-color: transparent;
	cursor:pointer;
    border: 2px solid #9d9d9d;
}
.Zebra_DatePicker_Icon_Wrapper .errorlist.after {
    bottom: -15px;
}
.order-custom-fields-form label+label{
	font-weight:500;
	
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #af000f;
    border: 3px solid #af000f;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #af000f solid;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #af000f;
}
.Zebra_DatePicker .dp_header .dp_blocked {
    color: #fff;
}
button.Zebra_DatePicker_Icon {
    background: transparent url("../images/calendar.png") no-repeat scroll right 7px;
}
/************************************************/
.delivery-day-slot-select-popup .date-select-popup-header .calender-month-select {
    margin: 0 3px;
    padding: 3px 10px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #7ac7b0;
    background: #af000f;
}
.delivery-day-slot-select-popup .date-view-switcher span.view-switch {
    font-size: 18px;
    border-radius: 0;
    padding: 5px 10px;
}
.delivery-day-slot-select-popup span.view-switch.selected {
    color: #fff;
    border: 1px solid #af000f;
    background: #af000f;
}
.floating-panel-popup.select-delivery-month.delivery.popup{
    max-width: 280px;
}
.floating-panel-popup.select-delivery-month.delivery.popup .year-wrapper {
    background: #7ac7b0;
}
.floating-panel-popup.select-delivery-month.delivery.popup .month-wrapper {
    font-size: 13px;
    grid-template-columns: 74px 90px 77px;
}
.floating-panel-popup.select-delivery-month.delivery.popup .calender-popup-wrapper .month-wrapper .month:hover{
    background: #7ac7b0;
}

.delivery-day-slot-select-popup .day-item.selected,.delivery-day-slot-select-popup .day-item:hover {
    border:0;
    background: #eee;
    color: #fff;
}
.selected-day-time-slot-wrapper .time-slot-item.selected {
    border: 2px solid #7AC7B0;
    cursor: pointer;
}
.selected-day-time-slot-wrapper .time-slot-item:not(.disabled):hover {
    border: 2px solid #af000f;
    cursor: pointer;
}
.selected-day-time-slot-wrapper .choose-delivery-icon .wc-icon.brand {
    fill: #af000f;
}
.selected-day-time-slot-wrapper .slot-card-item.time-slot-item {
    border: 2px solid #ffffff00;
}
table.delivery-view-list-with-calender-table th.delivery-view-table-header-date {
    color: #000;
    border-color: #f8f8f8;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
}
table.delivery-view-list-with-calender-table tbody td.delivery-view-table-data-date.day-item {
    color: #000;
    border-color: #f8f8f8;
}
table.delivery-view-list-with-calender-table tbody td.delivery-view-table-data-date.day-item.selected {
    background: #7AC7B0;
    color: #fff;
    border: 1px solid #7AC7B0;
}
table.delivery-view-list-with-calender-table tbody td.delivery-view-table-data-date.day-item:hover {
    color: #000;
    background: #caf3e7;
    border: 1px solid #caf3e7;
}
.selected-day-time-slot-wrapper .choose-delivery-time-header {
    padding: 5px 20px 10px;
}
.selected-day-time-slot-wrapper .horaizontal-card-slot {
    padding: 0 20px;
}

.selected-day-time-slot-wrapper .time-slot-item .delivery-slot-status .book {
    background: #af000f;
    padding: 3px 10px;
}
.delivery-day-slot-select-popup .title-bar.fee-popup {
    padding: 15px 28px;
      text-align: left;
}
.delivery-day-slot-select-popup  span.choose-delivery-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #505050;
    margin-right: 5px;
}
.delivery-day-slot-select-popup .selected-date-title {
    margin-left: 5px;
}
.delivery-day-slot-select-popup .title-bar.fee-popup span.title {
    font-size: 17px;
    letter-spacing: 0;
      font-weight: 600;
}
.day-slot-btn {
    background: transparent;
    color: #000;
    box-shadow: unset;
}
.day-slot-btn .booking-slot-name{
    font-family: 'Poppins', sans-serif;
    color: #000;
}
.slot-months-year {
    font-size: 11px;
    font-family: 'Poppins', sans-serif;
}
.day-item.date-slot selected .slot-months-year, .day-item.date-slot.selected .slot-months-year {
    color: #000;
}
.day-item.date-slot.selected .date-slot-day {
    background: #ad000e;
}
.slot-next-prev-action.next .wc-icon.brand {
    fill: #af000f;
}
.slot-next-prev-action.prev .wc-icon.brand {
    fill: #af000f;
}
.order-custom-delivery-field-select-button .Zebra_DatePicker_Icon_Wrapper input[type="text"] {
    width: 100%;
}
/************************************************/
.flying-cart-content.page-content.loading.popup.active{
  padding:0;
}
div.flying-cart-footer .continue-shopping-btn, div.flying-cartitem-btn-wrapper .flying-cart-footer-button {
    background: #ffffff;
    color: #AF000F;
}
div.flying-cart-footer .continue-shopping-btn:hover, div.flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
    background: #AF000F;
  border-color:#AF000F;
   color: #fff;
}
div.cart-wrapper.advanced-flying-cart {
    cursor: pointer;
}
div.flying-cart-product-name a:hover {
    color:#af000f;
}
div.flying-cart-quantity-wrapper .stepper {
    padding: 0;
}
div.flying-cart-quantity-wrapper .stepper .stepper-arrow {
    background-size: 12px;
}
.checkout-header-left{
  padding-right:0;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover, .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover, .checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
    color: #af000f;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
    max-width: 590px;
}
.checkout-page.version-2 .billing-address .form-row.phone-row label, .checkout-page.version-2 .billing-address .form-row.mobile-row label, .checkout-page.version-2 .billing-address .form-row.city-selector-row label, .checkout-page.version-2 .billing-address .form-row.state-selector-row label, .checkout-page.version-2 .billing-address .form-row.country-selector-row label, .checkout-page.version-2 .billing-address .form-row.post-code-row label {
    top: -8px;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button {
    line-height: 32px;
    font-size: 15px;
    background-color: #fff;
    color: #AF000F;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover {
    background-color: #AF000F;
      color: #fff;
}
.shopping-cart .product-card__product-name a:hover, .shopping-cart .order-summary-card__add-promo-codes .text-align:hover, .shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover {
    color: #AF000F;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background-color: #fff;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover {
    background-color: #AF000F;
  color:#fff;
}
.shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn {
    border:0;
}
.page-checkout .page-content {
    padding: 0;
}
/*footer-newsletter*/

.widget.widget-html.footer-mc-newsletter input {
    border: none;
    border-bottom: 2px solid #bababa;
    padding: 0;
    color: #fff;
    background: transparent;
    font-family: inherit;
    height: 40px;
    box-sizing: border-box;
    color: #fff;
    width: 100%;
}
.widget.widget-html.footer-mc-newsletter .clear{
    display: block;
    width: 100%;
    margin-top: 20px;
}
.widget.widget-html.footer-mc-newsletter  div#mc_embed_signup_scroll label {
    display: none;
}
.widget.widget-html.footer-mc-newsletter .clear input.button {
    border: 2px solid #9d9d9d;
    width: 100%;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0;
    font-size: 14px;
    max-width: 132px;
    padding: 12px 0;
    line-height: 8px;
}
.widget.widget-html.footer-mc-newsletter .clear input.button:hover {
    color: #fff;
    background-color: #af000f;
    border-color: #af000f;
}
.widget.widget-html.footer-mc-newsletter input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.widget.widget-html.footer-mc-newsletter input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.widget.widget-html.footer-mc-newsletter input::-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.widget.widget-html.footer-mc-newsletter input::-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,1);
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.page-checkout .section.address.loaded.step-1 .message-block.error {
    padding: 5px 0;
    width: 100%;
    text-align: center;
    left: unset;
    margin: 0 auto;
    top: -10px;
}
.page-product .errorlist.after {
    bottom: -13px;
}
.page-wish-list .product-view.scrollable-view img, .page-wish-list .product-view.image-view img {
    max-height: 200px;
}



.page-search-result .product-view .product-block.product-view-height-width {
    width: calc(100%/3 - 25px);
    margin: 0 20px 20px 0;
}
.search-result {
    border-bottom: 0px solid #ddd;
}
.search-results .page a {
	margin-right: 10px;
}
.entire-search .search-result>.title {
    border-top: 0px #ccc solid;
    border-bottom: 0px #ccc solid;
    text-align: left;
    margin-top: 50px;
}
.search-results .page {
    margin-bottom: 10px;
}



.page-credit-card-payment .form-row.tlr input[type="submit"] {
    width: 100%;
}
.page-credit-card-payment .form-row.tlr input[type="submit"]:hover {
    background-color:#AF000F;
    color:#fff;
}
.page-credit-card-payment .form-row.tlr input[type=submit][disabled]{
    background-color: #f6f6f6;
    border: 2px solid #ccc;  
	margin-top: 5px;
}
.page-credit-card-payment .payment-form {
    background-color: #f6f6f6;
    border: 1px solid #ccc;
    margin: 0 0 20px;
    padding: 30px;
}
.page-credit-card-payment .payment-form .double-input-row label {
    display: block;
}
.page-credit-card-payment .payment-form .mandatory-chosen-wrapper select+.errorlist.after {left: 0;}
.page-credit-card-payment .page-content {
    margin: 0 auto;
    max-width:unset;
}
.page-credit-card-payment  .payment-form>.form-row, .page-credit-card-payment .payment-form .double-input-row {
    margin: 15px 4px;
}

.page-credit-card-payment .logo.credit-card {
    text-align:center;
}

.page-credit-card-payment .form-row.mandatory .errorlist.after {
    bottom: -15px;
}

.page-credit-card-payment  .server-message.server-error.error-message.message-block {
    z-index: 999;
    top: 460px;
    padding: 15px 20px;
    font-size: 16px;
}
.page-credit-card-payment .logo.credit-card  img {
    max-width: 60px;
}
.page-credit-card-payment .vertical-aligner.visa-card + img, .page-credit-card-payment .vertical-aligner.master-card + img {
    display: none;
    position:relative;
}
.page-credit-card-payment .vertical-aligner {
    margin: 0 5px;
}
.page-credit-card-payment .vertical-aligner.visa-card::after {
    content: '';
    background-image: url(../images/visa-card.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left:0;
    top:0;
    display: block;
}
.page-credit-card-payment .vertical-aligner.master-card::after {
    content: '';
    background-image: url(../images/master-card.png);
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    left:0;
    top:0;
    display: block;
}
.page-home .product-view.image-view .product-image-link, .page-home  .product-view.scrollable-view .product-image-link {
    max-width: 320px;
    width: 100%;
    height: 100%;
}
.page-search-result .product-view.image-view .product-image-link, .page-search-result .product-view.scrollable-view .product-image-link {
    width: 100%;
}
.search-results .page a.page-read-more {
    font-size: 14px;
}
.search-results .page a.page-read-more:hover, .search-results span.title:hover {
    color: #232323;
}

.page-checkout .not-supported-shipping-message.message-block.error-message {
	position: inherit;
}
.page-post-payment span.custom-message.success-message {
    text-align:center;
}


.page-checkout .message-block.error-message, .page-checkout .message-block.error {
  top: 49%;
  left: 50%;
  transform: translatex(-50%);
}


/*****************payment pay*******************/
.page-credit-card-payment .payment-form.securepay-payment-gateway-form.valid-verify-form {
    max-width: 1100px;
    margin: 20px auto;
    padding: 0;
    border: 0;
}
.page-credit-card-payment .credit-card-payment .billing-address{
  background-color: #af000f;
}
.page-credit-card-payment .credit-card-payment .payer-details{
  background: #f8f8f8;
  padding: 60px 80px 60px 100px;
}
.page-credit-card-payment .logo.credit-card {
  text-align: left;
  max-width: 1100px;
  margin: 0 auto;
}
.page-credit-card-payment .logo.credit-card img {
    max-width: 70px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-credit-card-payment .credit-card-payment .tlr input {
  background: #f8f8f8;
  border-radius: 0;
  width: 100%;
  color: #af000f;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
  width: 100%;
  max-width: 506px;
  height: 44px;
  border: 1px solid #d2d2d2;
    border-radius: 0;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
  width: 48.5%;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
  max-width: 506px;
}
.credit-card-payment .payer-details .form-row, .credit-card-payment .payer-details .double-input-row {
    margin: 0 0 25px;
}
.page-credit-card-payment form.payment-form.securepay-payment-gateway-form select {
  width: 100%;
    border-radius: 0;
  font-size: 15px;
}
.page-credit-card-payment .credit-card-payment .tlr input:hover {
  background: #af000f;
  color: #fff;
}
.page-credit-card-payment .payment-form .merchant-logo {
    max-width: 100%;
    padding-bottom: 80px;
  display: block;
    text-align: left;
    margin-top: -5px;
}
.payment-form .merchant-logo img {
    max-width: 100px;
}
.page-credit-card-payment .payment-form .merchant-info .company-name {
  font-size: 17px;
  color: #c8c6c6;
  font-weight: 500;
}
.page-credit-card-payment .payment-form .merchant-info .company-address {
    font-size: 16px;
    font-weight: normal;
    color: #c8c6c6;
}
.page-credit-card-payment .payment-form .billing-address .form-row ~ .form-row{
  padding: 0;
  margin: 0;
}
.page-credit-card-payment .payment-form .billing-address .form-row input{
  padding: 5px 0;
  margin: 0;
  height: auto;
  border-bottom: 0;
  font-size: 16px;
  color: #c8c6c6;
}

.page-credit-card-payment .credit-card-payment h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 5px;
    color: #000;
}
.page-credit-card-payment .credit-card-payment .billing-address h2{
    color: #fff;
}
.page-credit-card-payment .credit-card-payment .tlr input[disabled] {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.page-credit-card-payment .credit-card-payment .payer-details label {
    font-size: 14px;
    font-weight: normal;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .label {
    font-size: 17px;
  color: #000;
    position: relative;
    display: inline-table;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-code {
    color: #9b9999;
}
.payment-form .merchant-info {
    margin-bottom: 30px;
}
.page-credit-card-payment .double-input-row .errorlist.after {
    left: 0;
}
.page-credit-card-payment .payment-form .billing-address label {
    display: block;
  color: #fff
}
@media only screen and (max-width: 991px){
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 60px 30px 60px 40px;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 48%;
}
.responsive.page-checkout div.body {
        margin-top: 0;
    }
}
@media only screen and (max-width: 767px){
.page-credit-card-payment .logo.credit-card, .page-credit-card-payment .credit-card-payment .billing-address,
.page-credit-card-payment .payment-form .merchant-logo, .page-credit-card-payment .payment-form .billing-address .form-row input {
    text-align: center;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
    max-width: 100%;
	display: block !important;
}
.page-credit-card-payment .credit-card-payment .payer-details div.payable-amount-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-info {
    font-size: 21px;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
    max-width: 100%;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 100%;
    margin-bottom: 0px;
}

.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper:first-of-type {
    margin-bottom: 20px;
}
.page-credit-card-payment .credit-card-payment h2 {
    padding: 0;
    margin-top: 20px;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px 15px 25px;
    overflow: hidden;
}
.page-credit-card-payment .payment-form .billing-address label {
    display: block;
  color: #fff;
  text-align: center
}
.page-credit-card-payment .credit-card-payment .billing-address {
    padding-bottom: 40px;
}
.delivery-day-slot-select-popup span.choose-delivery-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.selected-day-time-slot-wrapper .horaizontal-card-slot .slot-card-item {
    width: 100%;
    margin: 0 0 50px;
}
.delivery-day-slot-select-popup .selected-date-title {
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.delivery-day-slot-select-popup .title-bar.fee-popup {
    padding: 15px 12px;
    text-align: left;
}
}
.fee .popup {
    padding: 0;
}
.fee-html-edit-content-popup .button-line, .fee .widget-image-edit-popup .fee-pu-content-footer {
    margin: 0 30px 20px !important;
}
 .fee .widget-image-edit-popup .fee-pu-content-footer {
    max-width: 500px
}
.fee .widget-snippet .products-details-content .pic-content {
    float: unset;
}
.fee .header {
  background: #000;
  padding-bottom: 20px;
}

/**************/
.delivery-slot-controls .delivery-slot-next-prev-action {
  background-color: #fff;
  height: 40px;
  width: 36px;
  cursor: pointer;
  margin-top: 38px;
  box-shadow: 0 2px 9px 1px rgba(0, 0, 0, 0.3);
}
.delivery-slot-controls .delivery-slot-next-prev-action:hover {
  background: #af000f;
}
.delivery-slot-controls .delivery-slot-next-prev-action .wc-icon.brand {
  fill: #af000f;
    width: 30px;
    height: 28px;
    margin-top: 2px;
}
.delivery-slot-controls .delivery-slot-next-prev-action:hover .wc-icon.brand {
  fill: #fff;
}
.delivery-slot-controls .delivery-slot-next-prev-action.prev .wc-icon.brand {
  margin-left: -7px;
}
.delivery-slot-controls .delivery-slot-next-prev-action.next .wc-icon.brand {
  margin-left: -4px;
}
.delivery-day-slot-select-popup .edit-popup-form .delivery-calender-wrapper {
  position: relative;
}
.delivery-calender-wrapper .delivery-slot-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/****************************/
.widget.widget-snippet section.container-fluid.top-bar .top-content p {
    letter-spacing: -0.03rem;
    padding: 0;
}
.fee .widget.widget-snippet section.container-fluid.top-bar .top-content p {
	line-height:16px;
}
body.fee > .body:before {
    background: #af000f;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
	width: auto;
}
.fee-fixed-width-content {
	padding-left: calc(50% - 600px) !important;
	padding-right: calc(50% - 600px) !important;
}
.fee .widget.widget-navigation.main-menu a {
    padding-bottom: 0;
    margin-bottom: 0;
}
.fee div.header {
    z-index: 11111;
    background:transparent
}
/***************/
/* ------------------------------------------------
// customer profile
---------------------------------------------------- */
#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
    font-family: "Montserrat",sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: none;
    border: none;
}

#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title:after {
    display: none;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
    color: #000 !important;
    background: none;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top .title {
    padding: 0!important;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout:hover {
    border: none;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
    background: none;
    font-family: "Montserrat",sans-serif;
    text-align: left;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title {
    font-family: "Montserrat", sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
}
.customer-profile-v2 .profile-pic-wrapper>.customer-name-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}

#customer-profile-tabs.customer-profile-v2 button {
    background: #af000f;
    border: none;
}

#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #232323;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #af000f;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #af000f solid;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}

#webcommander-page.page-profile .notification.popup {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px 20px 20px;
    border: none;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
    #webcommander-page.page-profile .notification.popup {
        max-width: calc(100vw - 40px);
        min-width: 300px
    }
}

#webcommander-page.page-profile .notification.popup .icon {
    display: block;
    float: none;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.info .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.success .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M22%2011.0799V11.9999C21.9988%2014.1563%2021.3005%2016.2545%2020.0093%2017.9817C18.7182%2019.7088%2016.9033%2020.9723%2014.8354%2021.5838C12.7674%2022.1952%2010.5573%2022.1218%208.53447%2021.3744C6.51168%2020.6271%204.78465%2019.246%203.61096%2017.4369C2.43727%2015.6279%201.87979%2013.4879%202.02168%2011.3362C2.16356%209.18443%202.99721%207.13619%204.39828%205.49694C5.79935%203.85768%207.69279%202.71525%209.79619%202.24001C11.8996%201.76477%2014.1003%201.9822%2016.07%202.85986%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M22%204L12%2014.01L9%2011.01%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.warning .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.2898%203.8602L1.81978%2018.0002C1.64514%2018.3026%201.55274%2018.6455%201.55177%2018.9947C1.55079%2019.3439%201.64127%2019.6873%201.8142%2019.9907C1.98714%2020.2941%202.2365%2020.547%202.53748%2020.7241C2.83847%2020.9012%203.18058%2020.9964%203.52978%2021.0002H20.4698C20.819%2020.9964%2021.1611%2020.9012%2021.4621%2020.7241C21.7631%2020.547%2022.0124%2020.2941%2022.1854%2019.9907C22.3583%2019.6873%2022.4488%2019.3439%2022.4478%2018.9947C22.4468%2018.6455%2022.3544%2018.3026%2022.1798%2018.0002L13.7098%203.8602C13.5315%203.56631%2013.2805%203.32332%2012.981%203.15469C12.6814%202.98605%2012.3435%202.89746%2011.9998%202.89746C11.656%202.89746%2011.3181%202.98605%2011.0186%203.15469C10.7191%203.32332%2010.468%203.56631%2010.2898%203.8602Z%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%209V13%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2017H12.01%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup.alert .icon,
#webcommander-page.page-profile .notification.popup.error .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.86%202H16.14L22%207.86V16.14L16.14%2022H7.86L2%2016.14V7.86L7.86%202Z%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}

#webcommander-page.page-profile .notification.popup .message {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #ddd solid;
    text-align: left;
}

#webcommander-page.page-profile .notification.popup .type {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#webcommander-page.page-profile .notification.popup.success .type {
    color: green
}

#webcommander-page.page-profile .notification.popup.warning .type {
    color: orange
}

#webcommander-page.page-profile .notification.popup.alert .type,
#webcommander-page.page-profile .notification.popup.error .type {
    color: red
}

#webcommander-page.page-profile .notification.popup .close {
    height: 16px;
    width: 16px;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.1953%204.9541L4.19531%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.19531%204.9541L12.1953%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    position: absolute;
    right: 7px;
    top: 5px
}

#webcommander-page.page-profile .site-popup .title-bar {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px #f0f3f4 solid;
    border-radius: 4px 4px 0 0;
    text-align: left;
}

#webcommander-page.page-profile .site-popup .title-bar .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
    text-transform: none;
}

#webcommander-page.page-profile .site-popup .window-corner-toolbar .close::after {
    display: none;
}

#webcommander-page.page-profile .site-popup .form-row {
    margin: 0;
}
#webcommander-page.page-profile .site-popup .button-line {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
#webcommander-page.page-profile .site-popup .button-line button {
    width: auto;
    background-color: #af000f;
    border: 1px #af000f solid;
    margin: 0;
    letter-spacing: normal;
}

#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #232323;
    border: 1px #232323 solid;
}
#webcommander-page.page-profile .site-popup .button-line button[disabled] {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 1px #bfbfbf solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
    display: none;
}

.page-profile .confirm-popup .button-line button {
    width: auto;
}

.page-profile .confirm-popup .button-line button.yes-button {
    background-color: #af000f;
    border: 1px #af000f solid;
}

.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #232323;
    border: 1px #232323 solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-status {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 3px 8px;
    background-color: #666;
    border-radius: 30px;
    text-transform: capitalize;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-header-left-bottom {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px rgba(0, 0, 0, .08) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-created {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-weight: 400;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
    border: none;
    padding: 0;
    margin: 0;
    justify-content: unset;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
    padding-right: 24px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    padding-left: 24px;
    border-left: 1px rgba(0, 0, 0, .05) solid;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
    font-weight: 500;
    display: block;
    color: #555;
    margin: 15px 0 3px;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}

#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
    width: 320px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    display: flex;
    float: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-bottom: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 50%;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
    color: #000;
    font-weight: 600;
    text-align: right;
    padding-left: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    text-align: left;
    padding-right: 5px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-top: none;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
    font-size: 14px;
    right: 16px;
    bottom: 9px;
    line-height: 16px;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
    width: 40%;
}

.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
    display: flex;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
    max-width: 60px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 70%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

#customer-profile-tabs .bmui-tab-panel #order-details .id {
    font-weight: 600;
}

#customer-profile-tabs .bmui-tab-panel #order-details .name {
    font-size: 14px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #af000f;
    font-weight: 600;
    width: auto;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
    background: #232323;
}

.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 30px;
    position: relative;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 21px;
    color: #313131;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 20px;
    color: #313131;
    top: -2px;
    background: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover {
    color: #af000f;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #af000f;
}

.floating-panel-popup .action-item:hover {
    background-color: #f5f5f5;
    color: #000;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
    display: none;
}

.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
    border: 1px solid #ccc
}

.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:hover {
    background: none;
}

#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
}

#customer-profile-tabs.customer-profile-v2 button.back-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 6px 16px;
    background: none;
    border: 1px rgba(0, 0, 0, .2) solid;
    border-radius: 4px;
    height: 32px;
}

#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
    border: 1px rgba(0, 0, 0, .4) solid;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-details .form-row.btn-row {
    display: flex;
    column-gap: 10px;
}

#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 0;
    width: auto;
    font-family: "Montserrat",sans-serif;
    line-height: normal;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .wrapper[data-label="Actions:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.9985%203.75C5.94%203.75%203.192%206.06975%201.60875%208.61225C1.53675%208.7315%201.5%208.86575%201.5%209C1.5%209.13425%201.536%209.2685%201.608%209.38775C3.192%2011.9303%205.94%2014.25%208.9985%2014.25C12.1058%2014.25%2014.8455%2011.9325%2016.3965%209.38025C16.4655%209.26325%2016.5%209.13125%2016.5%209C16.5%208.86875%2016.4655%208.73675%2016.3965%208.61975C14.8455%206.0675%2012.1058%203.75%208.9985%203.75ZM15.3082%209C13.9305%2011.1585%2011.6355%2013.125%208.9985%2013.125C6.39975%2013.125%204.0995%2011.151%202.6955%209C4.09875%206.849%206.39975%204.875%208.9985%204.875C11.637%204.875%2013.9327%206.843%2015.3082%209ZM9%206C10.656%206%2012%207.344%2012%209C12%2010.656%2010.656%2012%209%2012C7.344%2012%206%2010.656%206%209C6%207.344%207.344%206%209%206ZM9%207.125C7.965%207.125%207.125%207.965%207.125%209C7.125%2010.035%207.965%2010.875%209%2010.875C10.035%2010.875%2010.875%2010.035%2010.875%209C10.875%207.965%2010.035%207.125%209%207.125Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.add-to-cart {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%202.25L17.4427%203.75H15.996L13.3905%2012.75H3.46125L0%204.5H12.609L12.186%206H2.256L4.45875%2011.25H12.2797L14.8538%202.25H18ZM6.375%2013.5C5.754%2013.5%205.25%2014.004%205.25%2014.625C5.25%2015.2467%205.754%2015.75%206.375%2015.75C6.996%2015.75%207.5%2015.2467%207.5%2014.625C7.5%2014.004%206.996%2013.5%206.375%2013.5ZM10.125%2013.5C9.504%2013.5%209%2014.0033%209%2014.625C9%2015.2467%209.504%2015.75%2010.125%2015.75C10.746%2015.75%2011.25%2015.2467%2011.25%2014.625C11.25%2014.004%2010.746%2013.5%2010.125%2013.5Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}

#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.delete {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cmask%20id%3D%22mask0_1757_1068%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E %3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_1757_1068%29%22%3E %3Cpath%20d%3D%22M5.48077%2015.3756C5.10674%2015.3756%204.78727%2015.2431%204.52237%2014.9782C4.25746%2014.7133%204.125%2014.3938%204.125%2014.0198V4.50059H3.375V3.37561H6.74998V2.71216H11.25V3.37561H14.625V4.50059H13.875V14.0198C13.875%2014.3986%2013.7437%2014.7193%2013.4812%2014.9818C13.2187%2015.2443%2012.898%2015.3756%2012.5192%2015.3756H5.48077ZM12.75%204.50059H5.24998V14.0198C5.24998%2014.0871%205.27162%2014.1424%205.31489%2014.1857C5.35817%2014.229%205.41346%2014.2506%205.48077%2014.2506H12.5192C12.5769%2014.2506%2012.6298%2014.2266%2012.6779%2014.1785C12.7259%2014.1304%2012.75%2014.0775%2012.75%2014.0198V4.50059ZM7.05289%2012.7506H8.17787V6.00059H7.05289V12.7506ZM9.82209%2012.7506H10.9471V6.00059H9.82209V12.7506Z%22%20fill%3D%22%231C1B1F%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}

#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin: 0 0 15px;
    text-align: left;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    padding-bottom: 15px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    height: 40px;
appearance: none;
background: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18.7812%209.25L18.1875%208.625C18.0312%208.46875%2017.7812%208.46875%2017.6562%208.625L12%2014.2812L6.3125%208.625C6.1875%208.46875%205.9375%208.46875%205.78125%208.625L5.1875%209.25C5.03125%209.375%205.03125%209.625%205.1875%209.78125L11.7188%2016.3125C11.875%2016.4688%2012.0938%2016.4688%2012.25%2016.3125L18.7812%209.78125C18.9375%209.625%2018.9375%209.375%2018.7812%209.25Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E %3C%2Fsvg%3E") no-repeat right 5px center;
padding: 5px 32px 5px 12px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    width: 100%;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row input:focus,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select:focus {
    border: 1px #000000 solid;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row label,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0 0 5px;
    line-height: 1.4;
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input.validation-error,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select.validation-error {
    border: 1px #ff0000 solid!important;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    display: flex;
    flex-wrap: wrap;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
    position: relative;
    padding: 0 0 20px 22px;
    background: none;
    border: none;
}

#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 7px;
    left: 0;
}

#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
    font-size: 14px;
    color: #222;
    line-height: normal;
    font-weight: 400;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}

#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 30px;
    background: none;
    border: none;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button {
    color: #000;
    background: none;
    border: 1px rgba(0, 0, 0, .20) solid;
}

#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
    border: 1px rgba(0, 0, 0, .40) solid;
    background: none;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background: #af000f;
}

#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: #232323;
}

#customer-profile-tabs.customer-profile-v2 #order-list table {
    margin-bottom: 0;
}

#customer-profile-tabs.customer-profile-v2 .pagination {
    margin: 0;
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.page-number.current:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.next:after,
#customer-profile-tabs.customer-profile-v2 .pagination span.prev:after {
    display: none;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container {
    display: block;
}

#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:before,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:before {
    display: none;
}
#customer-profile-tabs .scrollable-view .header {
    display: block;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
    top: 7px;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 18px 0 0;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 261px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-image {
    height: 200px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 5px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
    display: block;
}
#webcommander-page.page-profile .site-popup .title-bar .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .site-popup .title-bar .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
    height: auto;
    margin: 0;
    letter-spacing: normal;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    color: #000!important;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
.page-profile .confirm-popup {
    padding: 0;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
.page-profile .confirm-popup .button-line {
    padding: 15px 20px;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
}

#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
    padding: 0;
    background: none;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ff0000;
}
#customer-profile-tabs.customer-profile-v2 input[type="text"].validation-error,
#customer-profile-tabs.customer-profile-v2 input[type="email"].validation-error,
#customer-profile-tabs.customer-profile-v2 input[type="password"].validation-error {
    border: 1px #ff0000 solid!important;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    line-height: normal;
}
.page-profile .site-popup .errorlist.after {
    position: static;
    background: none;
    padding: 0;
}
.page-profile .site-popup .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3px;
    color: #ff0000;
}
.page-profile .site-popup textarea.validation-error {
    border: 1px #ff0000 solid!important;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
    overflow-x: auto;
    overflow-y: hidden;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    white-space: nowrap;
    border-right: 0;
}
.page-profile .widget.widget-pageHeading {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 #bmui-tab-pending_order .pending_order {
    width: auto;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header {
    text-transform: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing .no-data {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 table {
    table-layout: fixed;
}
.page-profile .confirm-popup .button-line button.no-button {
    background: none;
}
#customer-profile-tabs .all_order .customer-profile-order-details-v2-view .order-basic-info-top {
    margin: 0;
    padding: 0;
    border: none;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .featured.tag-mark {
    font-size: 0;
}

/* exception popup */
#webcommander-page.page-profile .exception-popup {
    width: 600px!important;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    font-family: "Montserrat",sans-serif;
    
}
#webcommander-page.page-profile .exception-popup .header {
        padding: 15px 41px 15px 20px;
        background-color: #fff;
        border-bottom: 1px #f0f3f4 solid;
        border-radius: 4px 4px 0 0;
}

#webcommander-page.page-profile .exception-popup .header .close-popup {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .exception-popup .header .close-popup:before,
#webcommander-page.page-profile .exception-popup .header .close-popup:after {
    display: none;
}

#webcommander-page.page-profile .exception-popup .header .status-message {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

#webcommander-page.page-profile .exception-popup .footer {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px #f0f3f4 solid;
    border-radius: 0 0 4px 4px;
    text-align: right;
}

#webcommander-page.page-profile .exception-popup .footer .button-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}

#webcommander-page.page-profile .exception-popup .footer .button-item .button {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #af000f;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button:hover {
    background-color: #232323;
}
#webcommander-page.page-profile .exception-popup table {
    table-layout: fixed;
}
#webcommander-page.page-profile .exception-popup table th,
#webcommander-page.page-profile .exception-popup table td {
    border: 1px solid #e9e7e7;
    font-size: 14px;
}
#webcommander-page.page-profile .exception-popup table th {
    font-weight: 500;
    color: #000;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-header .action-icon.edit:before,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-header .action-icon.edit:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .form-row .pass-input-wrapper .password-meter-wrap {
    position: static;
    max-width: unset;
}
@media(max-width: 767px) {
    #webcommander-page.page-profile .exception-popup {
        width: calc(100vw - 40px)!important;
        min-width: unset;
    }
}
/* exception popup:end */
@media(max-width: 991px) {
    .customer-profile-v2-wrapper {
        padding: 30px 20px;
    }

    .customer-profile-v2 .customer-welcome-profile {
        margin-bottom: 0;
    }

    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
        margin-top: 30px;
    }

}

@media(max-width: 767px) {
    #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #customer-profile-tabs.customer-profile-v2 #saved-cart-listing table {
        width: 600px;
        margin-bottom: 20px !important;
        max-width: unset;
    }
    
    .widget-navigation.user-nav {
        z-index: 10;
    }
}

@media(max-width: 575px) {
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
        flex-wrap: wrap;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
        width: 100%;
        padding-right: 0;
    }

    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
        border-left: none;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) {
        display: block;
    }

    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) .header-right {
        margin-top: 7px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-change-title {
        display: block;
    }
}
.widget-navigation .nav-profile-not-logged-in {
    padding: 15px 20px;
}
#webcommander-page .widget-navigation.user-nav .nav-profile-not-logged-in > a {
    width: auto;
}
#webcommander-page .widget-navigation.user-nav .nav-profile-not-logged-in .customer-register-link a {
    background: none;
    color: #000!important;
}
.widget-navigation .nav-profile-logged-in {
    padding: 15px 20px;
}
.widget-navigation .nav-profile-logged-in .nav-customer-name {
    line-height: normal;
}
.widget-navigation .nav-profile-logged-in .autoGeneratedPage {
    width: auto!important;
}

#webcommander-page .widget-navigation .nav-profile-logged-in .autoGeneratedPage:hover {
    background: none!important;
    color: #000!important;
}
.product-widget .product-detail-view .img-preview-box-vertical-aligner {
    display: none;
}









.cart-button-container {
    display: flex;
    align-items: center;
    gap: 20px;
}
