/*font*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import '//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i';

/* end font */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
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;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -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-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    color: #252f3a;
    background-color: #fff;
}
::selection {
    background-color: #999;
    color: #ffffff;
}
::-moz-selection {
    background-color:#999;
    color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: "Lato",sans-serif;
    font-size: 16px;
    color: #767676;;
    text-decoration: underline;
}
body .widget-article a:hover,
body .widget-article a:focus {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    color: #000;
    font-family: "Lato",sans-serif;
}
h1, h2, h3 {
    font-family: "Lato",sans-serif;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #000;
    padding-bottom: 0;
}
h4, h5, h6 {
    color: #000;
    font-family: "Lato",sans-serif;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p  {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 15px;
    padding: 0;
    color: #767676;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
ul li, ol li {
    font-size: 15px;
    color: #767676;
    line-height: 24px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}

body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #707070 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 1.2px;
    height: auto;
    padding: 8px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #4c4c4c none repeat scroll 0 0 ;
    transition: all 0.1s ease-in-out 0s;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #BFBFBF none repeat scroll 0 0;
    border: medium none;
    color: #666;
}
/*layout*/

.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.page-content > .v-split-container > .v-split .widget,
.page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet,
.page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
/*innerfixed*/
#bs-A5F2E806-7CD2-468D-B104-593AD8F968FC ,
#bs-FE1ED99D-3B74-49ED-89BF-C70A6DC36CBC {
    background: rgba(0, 0, 0, 0) url("../images/snippet-images/page-headding.png") no-repeat scroll left top / cover ;
}
.widget-pageHeading.inner-page-headding {
    height: 115px;
    padding: 15px 0;
    width: auto;
}
.widget.widget-pageHeading.inner-page-headding > h2 {
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    padding-left : 15px;
    padding-right : 15px;
}

#bs-647E888F-C2F1-4EC3-A89F-79C7CB84B1B8 {
    padding: 100px 0;
}
#bs-406AA7EB-3169-4E68-B379-9F7B7FE892CB {
    padding: 20px 0 100px 0;
}
#bs-97986BF7-FF37-46D4-87C5-6944B2D502C2 .widget-breadcrumb {
    padding: 60px 15px 0;
}

#bs-647E888F-C2F1-4EC3-A89F-79C7CB84B1B8 .widget.widget-snippet {
    padding-left: 0;
    padding-right:0;
}
/*form element desgin*/

.form-row {
    margin: 15px 0;
}
.widget-form .form-row {
    margin: 15px 0;
    padding-bottom: 0;
}
.custom-form input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height:40px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
select,
.registration-form select {
    width: 320px;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div{
    padding-bottom:0;
}
.add-cart-information-popup .short-info div .stepper {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

.add-cart-information-popup .short-info .item {
    padding-top: 10px;
}

/* =============================================== HADDER DESIGN ===============================================*/
/* ============= Headder nav css ================*/
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item > a{
    color: #3c3c3c;
    font-size: 16px;
    padding: 23px 41px;
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item > a:hover{
    color:#8e8e8e;
    transition: all 0.1s ease-in-out 0s;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item.active > a {
    color:#8e8e8e;
}
.widget-navigation.main_menu .horizontal > .navigation-item.first a {
    padding-left: 0;
}
.widget-navigation.main_menu .horizontal > .navigation-item.last a {
    padding-right: 0;
}
body > .header {
    background: #707070 url("../images/snippet-images/menu-bg.png") repeat-x scroll left bottom;
}

.widget-navigation.main_menu .nav-wrapper.horizontal {
    text-align: center;
}

/* child navigation item */

.horizontal .navigation-item .navigation-item-child-container {
    background: none #fff;
    left: 15px;
    text-align: left;
    top: 70px;
    width: 250px;
    padding-bottom: 10px;
}

.widget-navigation.main_menu .nav-wrapper.horizontal
.navigation-item-child-container .navigation-item {
    background: #fff none repeat scroll 0 0;
    padding: 0 28px;
}
.widget-navigation.main_menu .nav-wrapper.horizontal
.navigation-item-child-container .navigation-item a{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-right: 0;
    padding:10px 0;
}
.widget-navigation.main_menu .nav-wrapper.horizontal
.navigation-item-child-container .navigation-item a:hover{
    color:#8e8e8e;
    transition: all 0.1s ease-in-out 0s;
}
.widget-navigation.main_menu .horizontal > .has-child > a span::after {
    border-color:rgba(60, 60, 60, 0);
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: 18px;
    content: "\f0dd";
    display: inline-block;
    font-family: fontawesome;
    height: 0;
    margin-left: 2px;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container
.navigation-item .navigation-item-child-container {
    left: 250px;
    width: 250px;
}
.widget-navigation.main_menu .horizontal .navigation-item
.navigation-item-child-container .navigation-item:last-child a {
    border-bottom: medium none;
}
.widget-navigation.main_menu .horizontal .navigation-item
.navigation-item-child-container .navigation-item.has-child > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "ïƒš";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .main_menu .horizontal .navigation-item .navigation-item-child-container {
        border: 1px solid #dfdfdf;
        display: block;
        opacity: 0;
        top: 80px;
        transition: all 300ms ease-in-out 0s;
        z-index: 0;
    }
    .main_menu .horizontal .navigation-item:hover .navigation-item-child-container {
        opacity: 1;
        top: 70px;
        z-index: 999;
    }

}




/* =============  Footer nav css ================*/

.widget-navigation.footer-nav .nav-wrapper.horizontal .navigation-item > a {
    color: #c0c0c0;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: capitalize;
}
.widget-navigation.footer-nav .nav-wrapper.horizontal .navigation-item > a:hover{
    color:rgba(192, 192, 192, 0.8);
}

/* =========================  Headder left side css ==========================*/
/* =============  Cart css =============*/
.widget.widget-cart.headder-cart .cart-wrapper {
    text-align: right;
}
.cart-widget-img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
}
.cart-widget-img::after {
    content: "\f07a";
    font-family: fontawesome;
    font-size:14px;
    vertical-align: middle;
    color: #fff;
}
.widget.widget-cart.headder-cart .cart-widget-text:hover {
    color: rgba(255, 255, 255, 0.8);
}
.widget.widget-cart.headder-cart .cart-widget-text {
    font-size: 14px;
    letter-spacing:1.5px;
    padding-left: 10px;
    padding-top:4px;
    color: #fff;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.shopping-cartitem.empty-cart h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.shopping-cartitem.empty-cart.shopping-cartitem .cartitem-btn {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    margin: 10px 0;
    padding: 8px 15px;
    text-decoration: none;
}
.widget-cart.headder-cart .quick-cart-content {
    left: auto;
    position: relative;
    right: 75px;
    top:10px;
    width: 250px;
    z-index: 999;
}
.cart-details-link .view-cart,
.cart-details-link .checkout {
    text-decoration: none;
}
.billing-address.accordion-item.expanded > forminput[type="submit"],
input[type="button"], button, .button, a.button {
    padding: 10px 15px;
}
.widget-cart table {
    margin-bottom: 5px;
}
.quick-cart-content .cart-details-link .checkout.button,
.quick-cart-content .cart-details-link .view-cart.button {
    padding: 8px 20px;
}
/*checkout page design*/
.checkout-page .section>.body {
    padding: 20px 0 20px 0;
}

.checkout-page .section.loaded>.header .title {
    padding-right: 0;
    font-size: 14px;
}
.checkout-page .section.loaded>.header .icon {
    margin-right: 5px;
}
.checkout-page .share-toolbar.toolbar {
    margin: 10px 0 0 10px;
    display: inline-block;
}
/* view cart details new pages*/
.shopping-cartitem h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.cartitem-btn-wrapper .button {
    color: #fff;
    float: right;
    font-size: 14px;
    height: auto;
    margin-left:10px;
    padding: 8px 25px;
    text-decoration: none;
}
.cartitem-table.product-thumb-view > thead {
    background: #f9f9f9 none repeat scroll 0 0;
}
.product-name .wrapper > a {
    text-decoration: none;
}
.check-out-total table, .shopping-cart-total table {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: block;
    margin: 15px 0;
    padding: 20px;
}
.check-out-total *, .shopping-cart-total * {
    font-size: 14px;
}
.check-out-total tr, .shopping-cart-total tr {
    border-bottom: unset;
}
.shopping-cart-total th, .shopping-cart-total td {
    border: unset;
}
.shopping-cart-total .left-column .discount-coupon-code-panel{
    border: 1px solid #ccc;
    margin: 15px 0;
    padding:20px;
    width: 400px;
}
.shopping-cart-total .left-column .form-row.mandatory label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: capitalize;
    width: 100%;
}
.shopping-cart-total .left-column .valid-verify-form  input {
    height: 40px;
    width: 100%;
}
.shopping-cart-total .left-column .form-row.btn-row label{
    display: none;
}
.shopping-cart-total .left-column .valid-verify-form
.submit-button.apply-discount-coupon {
    background: #707070 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 15px;
    padding: 8px 25px;
    width: 100%;
    max-width: 350px;
}
.shopping-cart-total .left-column .valid-verify-form
.submit-button.apply-discount-coupon:hover{
    background: #4C4C4C;
    color: #fff;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    max-width: 350px;
    padding: 5px 10px;
    width: 100%;
}
.shipment-calculator-popup.shipping-calculator-popup.popup.active .header {
    background:#707070 none repeat scroll 0 0;
    border-bottom: medium none #d32931;
    color: #fff;
}



/* ======================================================= Problem  ==================================================* /


/* =========================Loging My accout Checkout css ==========================*/

.widget.widget-navigation.account-nav {
    text-align: right;
}
.widget.widget-navigation.account-nav .autoGeneratedPage {
    color: #fff;
    font-size: 14px;
    padding: 5px 0 5px 16px;
    text-decoration: none;
    letter-spacing:1.2px;
    text-transform: capitalize;
}
.widget.widget-navigation.account-nav .navigation-item-0 .autoGeneratedPage {
    padding-left: 0;
}

.widget.widget-navigation.account-nav .autoGeneratedPage:hover {
    color:rgba(255, 255, 255, 0.8);
}

.page-login .login-form {
    border: 1px solid #e5e5e5;
    padding: 50px 70px;
    width: 550px;
}
.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.login-form .form-row {
    margin: 0 0 30px;
}
.login-form .form-row label, .registration-form .form-row label, .password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.login-form .form-row input[type="text"], .customer-new-password .form-row input[type="text"],
.login-form .form-row input[type="password"], .customer-new-password .form-row input[type="password"] {
    height: 45px;
    max-width: 100%;
    width: 100%;
    padding: 5px 10px;
}
.login-form .submit-row {
    float:unset ;
}
.login-form .submit-row button {
    font-family: "Poppins",sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.login-form .form-row.remember {
    color: #333;
    float: right;
    font-weight:600;
    text-align: right;
    width: auto;
}
.login-form .account-register a, .login-form .lost-password a {
    color: #d32931;
    font-size: 14px;
    text-decoration: none;
}
.login-form .account-register a:hover,
.login-form .lost-password a:hover {
    color: #ff9000;
}
.chosen-container .chosen-results {
    padding: 10px;
}
.customer-new-password {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    max-width: 555px;
    margin: 0 auto;
    padding: 50px 70px;
}

.customer-new-password .form-row label {
    width: auto;
    padding-bottom: 5px;
}

.customer-new-password .submit-row label {
    display: none;
}

.customer-new-password .submit-row button {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
}
.customer-new-password .submit-row {
    margin-top: 25px;
}


/* ===== rforgot password ========== */

.password-reset-form {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.password-reset-form .lost-password-text {
    color: #555;
}
body .password-reset-form .form-row input {
    height: 40px;
    width: 350px;
}
.password-reset-form .form-row.submit-row button {
    margin: 0 0 0 3px;
}
.password-reset-form.valid-verify-form .errorlist.after .message-block {
    margin-top: 8px;
}
.password-reset-form .errorlist.after {
    top: 70px;
}


/* ============== registion from part ================== */

.registration-form {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    font-size: 0;
    margin: 0 auto;
    padding: 45px 0 45px 55px;
    width: 806px;
}
.registration-form .form-row:nth-child(2n) {
    padding-right: 25px;
}
.registration-form .form-row {
    display: inline-block;
    box-sizing: border-box;
    padding-right: 30px;
    vertical-align: top;
    width: 50%;
}
.registration-form * {
    font-size: 13px;
}
.login-form .form-row label, .registration-form .form-row label,
.password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.registration-form label {
    width: 100%;
}
.registration-form input {
    height: 40px;
    max-width: 320px;
    width: 100%;
}
#fw-E0880E06-CCC6-43FE-9E5E-550E9E4D0EC6 > textarea{
    width: 320px;
}
.registration-form select {
    width: 320px;
}
.registration-form .form-row.submit-row {
    font-size: 15px;
    font-weight: 500;
    padding: 0 55px 0 0;
    text-align: right;
    width: 100%;
}
.registration-form .form-row.submit-row button {
    font-size: 18px;
}
.registration-form .form-row.submit-row button {
    width: 100%;
}
.registration-form .form-row.simple_captcha_help_text label,
.registration-form .form-row.simple-captcha label, .registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .form-row.recaptcha-row label {
    display: none;
}

.registration-form .recaptcha-container {
    padding: 0;
    margin: 0;
}

.registration-form .form-row.recaptcha-row {
    text-align: center;
    width: 100%;
    margin-top: 25px;
}


/* =============== CheckOut css =============== */
.checkout-page-options .registered-customer .form-row label {
    margin-bottom: 10px;
    width: 100%;
}
.checkout-page-options .form-row .lost-password > a {
    text-decoration: none;
}
.checkout-page-options .item-head {
    color: #fff;
}
.registered-customer .valid-verify-form .form-row.mandatory input[type="text"], input[type="password"] {
    color: #333333;
    height: 40px;
    max-width: 320px;
    width: 100%;
    padding: 5px 10px;
}
.registration-form .form-row.mandatory > input[type="text"], input[type="password"]{
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    padding: 5px 10px;
    max-width: 320px;
    width:100%;
}

/*right-column*/
.accordion-panel > .accordion-item.expanded {
    border: 1px solid #e6e6e6;
    padding: 30px;
}
.shopping-cartitem .check-out-total table, .shopping-cartitem .shopping-cart-total table {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    display: block;
    margin: 15px 0;
    padding: 20px;
}
.shopping-cart-total .check-out-total *, .shopping-cart-total * {
    font-size: 14px;
}
.right-column .total-label , .right-column th,.right-column td {
    border: unset;
}
.check-out-total .gift-certificate-code-panel .button,
.check-out-total .discount-coupon-code-panel .button {
    background: #707070 none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
    max-width: 350px;
    padding: 12px 25px;
    text-align: center;
    width: 100%;
}
.check-out-total .gift-certificate-code-panel .button:hover,
.check-out-total .discount-coupon-code-panel .button:hover{
    background: #555555;
}
.discount-coupon-code-panel,
.gift-certificate-code-panel{
    padding:30px 40px;
    width:400px;
}
.gift-certificate-code-panel > label,
.discount-coupon-code-panel > label {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.left-column .gift-certificate-code-panel,
.left-column .discount-coupon-code-panel {
    margin: 15px 0;
}

.accordion-panel .accordion-item.expanded .wrapper .button {
    font-size: 13px;
    padding: 2px 15px;
    text-decoration: none;
}

/* ============== Customer Profile ============= */

.welcome-profile .button.profileLogout > a {
    color: #fff;
    text-decoration: none;
}
.order-status .continue-shopping-btn.cartitem-btn.button.et_pdp_continue_shopping {
    text-decoration: none;
}
.gift-registry-list .button.create-gift-registry,
.gift-certificate-short-info .button.send-button,
.wish-list-list .button.create-wish-list{
    padding: 8px 25px;
}
.save-cart-init-form .form-row label {
    width: 100%;
}

/* ================================================ BODY DESIGN ================================================*/
/* ===============  Banar Gallery css =============== */
/*gallery 1 */
/*
.jssor-slider-container .jssorb03 {
    display: none;
}
.jssor-slider-container .jssora20l {
    display: none !important;
}
.jssor-slider-container .jssora20r {
    display: none;
}

div.jssor-slider-container .title.jssor-caption-1 .text {
   bottom: 75px;
    color: #000;
    font-family: "Lato",sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    position: absolute;
    text-align: center;
    width: 400px;
}
.widget-gallery.banar-gallery .jssor-slider-container .title.jssor-caption-1 {
    height: 30px;
    left: 62%;
    position: absolute;
    top:65%;
}

div.jssor-slider-container .container .jssor-caption-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 45px;
    left: 68%;
    padding: 10px 30px;
    position: absolute;
    top: 60%;
}
div.jssor-slider-container .submit-button {
    background: #707070 none repeat scroll 0 0;
    color: #fff;
    font-size:13px;
    letter-spacing:0.7px;
    padding:10px 20px;
    text-align: center;
    text-decoration: none;
}


div.jssor-slider-container .submit-button:hover{
    color: rgba(255, 255, 255, 0.8);
}
div.jssor-slider-container .container,
div.jssor-slider-container {
    height:506px;
    margin: 0 auto;
}

#wi-89B28ECA-DB70-4DA6-B6E9-B62D116314B0 {
    padding: 0;
}
*/
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container .slide:after {
    display:none;
}
.jssor-slider-container .caption-wrapper {
    position: static;
}
div.jssor-slider-container .slide {
    display:none;
}
div.jssor-slider-container[jssor-slider="true"] .slide  {
    display:block;
}
.jssor-slider-container .jssorb03 {
    display: none;
}
.jssor-slider-container .jssora20l {
    display: none !important;
}
.jssor-slider-container .jssora20r {
    display: none;
}
div.jssor-slider-container .title.jssor-caption-1 .text {
    bottom: 75px;
    color: #000;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    width: 200px;
}
.widget-gallery.banar-gallery .jssor-slider-container .title.jssor-caption-1 {
    height: 30px;
    left: 62%;
    position: absolute;
    top:65%;
}

div.jssor-slider-container .container .jssor-caption-2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 45px;
    left: 65%;
    padding: 10px 30px;
    position: absolute;
    top: 50%;
    width: 200px;
    text-align: left;
}
div.jssor-slider-container .caption-wrapper .submit-button {
    background: #707070 none repeat scroll 0 0;
    color: #fff;
    font-size: 8px;
    letter-spacing: 0.7px;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    line-height: normal;
}
div.jssor-slider-container .submit-button:hover{
    color: rgba(255, 255, 255, 0.8);
}
div.jssor-slider-container .container,
div.jssor-slider-container {
    height:310px;
    margin: 0 auto;
}

#wi-89B28ECA-DB70-4DA6-B6E9-B62D116314B0 {
    padding: 0;
}



/*============== Our Work ========== */
#spltr-7426F312-5F73-4EE0-9DD8-36B1534360CB {
    background: #f3f3f3 none repeat scroll 0 0;
    padding-bottom: 100px;
    padding-top:100px;
}
.widget.widget-snippet.our.work .widget-title,
.widget.widget-gallery.home-gallery.inner .widget-title {
    color:#000000;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    letter-spacing: 1.5px;
    padding: 12px;
    text-align: center;
}


/* ================================================ ABOUT US PAGES DESIGN ================================================*/

/* ================ Typography pages css ============*/

#wi-C9E78D0F-508D-41E3-91CA-CB06AEB2FCD4,
#wi-9E859EE1-4B6A-423B-ADC3-0AF03A04E38D,
#wi-9A40A947-2D3C-4E32-90A9-DC372088E09D {
    padding: 0 15px;
}

.typography .title::after {
    background-color:#707070;
    content: "";
    display: block;
    height: 3px;
    margin: 25px 0;
    width: 80px;
}
.typography .title {
    text-transform: uppercase;
}
.typography table, .typography th, .typography td {
    border: 1px solid #ccc;
    font-size: 15px;
    padding: 8px;
    text-align: left;
}
/* ============ Web from pages css ================== */

.widget-form .form-row input {
    height: 40px;
}
.widget-form .radio-checkbox-row {
    padding-left: 205px;
}
.widget-form button.Zebra_DatePicker_Icon {
    left:4px;
    top: 0;
}
.widget-form .sub-form-row input {
    margin:10px 0;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .form-row .sub-form-row > span{
    width: 125px;
    margin-top: 5px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.single-input-row .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 174px;
}
/* ============== Our Gallery css =============== */
/*gallery 2 */

.widget.widget-gallery.home-gallery.inner {
    padding: 0;
}
.swipe-image-wrap .box-container {
    margin:0px;
    padding:0px;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box:nth-child(3n+1) {
    clear: left;
}
.swipe-image-wrap .box {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding:15px;
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox:hover .swipe-image {
    transform: scale(1.2);
    transition-duration: 200ms;
}
.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    transform: scale(1);
}
.swipe-image-wrap .swipebox::before {
    border: 1px solid #a1a0a0;
    border-radius: 100%;
    bottom: 0;
    color: #a1a0a0;
    content: "ï€‚";
    font-family: fontawesome;
    font-size: 16px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(2);
    transition: all 0.2s ease-in-out 0.2s;
    width: 40px;
    z-index: 10;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0.1s;
}


/*====================== 404 page ======================*/

.page_404 {
    margin: 100px 0;
    text-align: center;
}
.page_404 .ops {
    color:#034077;
    font-size: 80px;
    font-weight: 700;
    line-height: normal;
}
.page_404 .ops .big_font {
    font-size: 104px;
    margin-right: -17px;
    color:#707070;
}
.page_404 .big {
    color:#707070;
    font-size: 104px;
    margin-left: -19px;
}
.page_404 .error {
    font-size: 36px;
}
.page_404 p {
    color: #a7adba;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
}



/* =============================================== FOOTER DESIGN ===============================================*/

body .footer {
    background:#555555 none repeat scroll 0 0;
    text-align: center;
}
.widget.widget-article.footer-copy .article-item.full-article p {
    color: #c0c0c0;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    letter-spacing:1.5px;
    line-height:20px;
    margin: 0;
}
.widget.widget-article.footer-copy .article-item.full-article a {
    color: #c0c0c0;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-decoration: none;
    line-height:36px;
    transition: all 0.1s ease-in-out 0s;
}
.widget.widget-article.footer-copy .article-item.full-article a:hover{
    color:rgba(192, 192, 192, 0.8);
}
.widget.widget-snippet.footer-s-m .snippet-header-social-meadia .social-links li a i {
    color: #c0c0c0;
}
.widget.widget-snippet.footer-s-m .snippet-header-social-meadia .social-links li a i:hover{
    color: rgba(192, 192, 192, 0.8);
}

/*=================================================== Inner page css ==========================================*/

/*====================== Contact us page ======================*/
#spltr-F03ACD00-7096-499D-9955-3DC711D126D7,
#spltr-7B387B27-B5A4-4B05-8102-7A5F116EEA2E{
    padding: 0 15px;
}
.widget.widget-form.contact-from {
    margin-left: 30px;
    padding: 0 !important;
}
.widget-form.contact-from .double-input-row .form-row {
    padding: 5px 15px;
    margin: 0;
}
.widget.contact-from input {
    border:2px solid #bbbbbb;
    box-sizing: border-box;
    color: #878787;
    font-size: 15px;
    height: 45px;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.widget.widget-form.contact-from > .custom-form textarea {
    border:2px solid #bbbbbb;
    box-sizing: border-box;
    color: #878787;
    font-size: 16px;
    height:180px;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.widget-form .double-input-row > .form-row {
    margin: 0;
    padding: 5px 15px;
}

.widget.widget-form.contact-from .custom-form .form-row.btn-row > label {
    display: none;
}
.widget-form.contact-from .widget-title, .widget-snippet.contact-us-add .widget-title {
    color: #000;
    font-family: "Lato",sans-serif;
    font-size: 30px;
    padding: 0 0 25px;
    text-transform: capitalize;
}
.widget-form.contact-from .form-row.simple_captcha_help_text {
    display: none;
}
.widget-form.contact-from .form-row.simple_captcha_input_field.mandatory > label,
.widget-form.contact-from .form-row.simple-captcha > label {
    display: none;
}
.widget-form.contact-from .form-row.simple-captcha img + .simple-captcha-reload {
    bottom: 0;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
}
.widget-form.contact-from .form-row.btn-row, .contact_form .simpleCaptcha-container {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 9px);
}
.widget-form.contact-from .custom-form .form-row .submit-button {
    background: #707070 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    line-height: 18px;
    letter-spacing:1.5px;
    margin: 0;
    text-transform: capitalize;
    transition: all 300ms ease-out 0s;
    width: 100%;
}

.widget-form.contact-from .custom-form .form-row .submit-button:hover{
    background: #4C4C4C;
}
.widget-form.contact-from .simpleCaptcha-container .form-row input {
    color: #878787;
    font-size: 15px;
    height: 41px;
    margin: 0;
    padding: 2px 10px;
    width: 100%;
}
.widget-form.contact-from .simpleCaptcha-container {
    display: inline-block;
    margin-top:15px;
    vertical-align: top;
    width: calc(60% - 5px);
}
.widget-form.contact-from .form-row.simple-captcha {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: calc(34%);
}
.widget-form.contact-from .simple_captcha_input_field.mandatory {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: calc(60%);
}
.widget-form.contact-from .form-row.btn-row {
    display: inline-block;
    margin-top:15px;
    vertical-align: top;
    width: calc(40%);
}
.widget-form.contact-from .double-input-row label,
.widget.widget-form.contact-from .single-input-row label {
    margin-bottom: 5px;
}
.contact-from .form-row.recaptcha-row label {
    display: none;
}

.contact-from .form-row.recaptcha-row {
    margin: 30px 0px 5px;
}

.contact-from .form-row.recaptcha-row .recaptcha-container {
    margin: 0;
}
.widget-googleMap.contact-us-add .google-map-iframe-container > iframe {
    width: 100%;
}
.google-map-iframe-container {
    margin-top: 40px;
}

/* ========================== sssss =========================*/

/*============= Breadcrumb=========*/
.widget-breadcrumb.Breadcome-left .breadcrumb-item.root > a,
.widget-breadcrumb.Breadcome-left .breadcrumb-item > a {
    text-decoration: none;
}
.widget-breadcrumb.Breadcome-left .breadcrumb-item .label {
    color: #767676;
}
.widget-breadcrumb.Breadcome-left .breadcrumb-item .label:hover{
    color: #090909;
}
.widget-breadcrumb.Breadcome-left .breadcrumb-item.current {
    color: #737373;
    font-family: "Lato",sans-serif;
    font-size: 14px;
}
.widget.widget-breadcrumb.Breadcome-left .breadcrumb-item .separator {
    background-color: rgba(0, 0, 0, 0);
    font-size: 0;
    padding: 0 5px;
}
.widget.widget-breadcrumb.Breadcome-left .breadcrumb-item .separator::after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 14px;
    padding-left: 5px;
}


/* ============= Product Category ================= */
.widget.widget-navigation.product {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 33px 30px 35px;
    position: relative;
}
.widget.product > .widget-title {
    font-family: "Lato",sans-serif;
    font-size: 22px;
    color: #343434;
    padding-bottom: 15px;
    line-height: 30px;
    position: relative;
    text-transform: capitalize;
}
.widget.product .vertical .navigation-item a {
    border-bottom: 0 none;
    color:#646464;
    letter-spacing:1px;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
}

.widget.product .vertical .navigation-item.active > a,
.widget.product .vertical .navigation-item a:hover,
.widget.product .vertical .navigation-item a:hover::before{
    color:#090909;
}
.widget.product .vertical .navigation-item a::before {
    color: #989898;
    content: "\f054";
    font-family: fontawesome;
    font-size: 12px;
    font-weight: 500;
    margin-right: 8px;
}

/*============= Order Online =========*/


#spltr-6AE8F090-8323-437E-8D92-C75AD773B07B,
#spltr-9AD15794-013D-4B2F-8E96-F47FF0898BAB {
    padding: 0 15px;
}

.widget-product.product.two.hh .widget-title {
    color: #343434;
    font-family:"Open Sans",sans-serif;
    font-size: 26px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
}

.widget-product.product.two.hh .widget-title::after {
    left: auto;
    transform: translateX(3%);
}
.widget-product.product.two.hh .widget-title::after{
    background-color: #e0e0e0;
    bottom: 30px;
    content: "";
    height: 2px;
    position: absolute;
    max-width:675px;
    width: 100%;
}

.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    height: auto;
    line-height: normal;
    margin: 5px 0 0;
    padding: 10px;
}
.product-block.product-image-view-width .product-name a {
    color: #434343;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    text-decoration: none;
}
.product-block.product-image-view-width .product-name a:hover{
    color:#8e8e8e;
}
.product-view.image-view .price {
    color: #4c4c4c;
    font-family: "Lato",sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 0;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search
.header, .product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    overflow: hidden;
    padding: 15px;
}
.pagination span {
    border: medium none;
    box-shadow: none;
    font-size: 17px;
    padding: 0 10px;
}
.pagination span.current .active{
    color: #000000;
}
.pagination span.current {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #959595;
}
.pagination-literal-status {
    display: block;
    margin: 15px 0;
}

.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    border: medium none;
    box-sizing: content-box;
    font-size: 13px;
    margin: 0;
    padding: 15px 15px 60px;
    text-align: center;
}
.widget-product.product.two .product-view.scrollable-view img, .product-view.image-view img {
    opacity: 1;
    transition: all 300ms ease-out 0s;
}
.product-view.image-view.product-quick-view.with-description .quick-view-btn,
.widget.widget-product.product.two.scroll .product-view .quick-view-btn {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.product-view.image-view.product-quick-view.with-description
.product-block.product-image-view-width .add-to-cart-button.button.et_pdp_add_to_cart {
    padding:6px 25px;
}



/*============ Product  view =========*/
.product_quick_view_popup.popup.anim-fade-zoom.active.popup .close-icon::after {
    background: #5a5a5a none repeat scroll 0 0;
    bottom:3px;
    color: #fff;
    left: 2px;
    padding: 5px 8px;
    position: relative;
}
.view-switcher.scroller .scroll-right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-next::after, .scroller span.scroll-right::after {
    content: "\f105";
    font-size: 20px;
    color: #fff;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div::after, .scroller span::after {
    background: #696969 none repeat scroll 0 0;
    color: #999;
    font-family: "FontAwesome";
    left: 50%;
    margin: 0;
    padding: 4px 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.view-switcher.scroller .scroll-left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .scroller span.scroll-left::after {
    content: "\f104";
    font-size: 20px;
    color: #fff;
}
.product_quick_view_popup .scroller span.disabled {
    opacity: 2;
}
.product_quick_view_popup.popup.anim-fade-zoom.active .header {
    border-bottom: medium none;
}
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 70px;
    margin-right: 15px;

}
body .product-widget.widget-productName .product-name {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 0;
}
.product-widget.widget-productSummary {
    color: #737373;
    font-size: 14px;
}

/* ============= product details layout pages ===============*/
#bs-AFBAC94A-06D7-4FC4-91AD-9FF8D1F9A131{
    padding-bottom: 140px;
}
.widget.widget-breadcrumb.Breadcome-left.layout {
    bottom: 0;
    margin-bottom: 13px;
    margin-top:40px;
    padding: 15px;
}
.widget-container .product-widget.widget-productName .product-name,
.widget-price .price {
    color: #343434;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    overflow: hidden;
    position: relative;
}
.widget-container .product-widget.widget-productName .product-name::after {
    background: #d6d6d6 none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    height: 2px;
    position: absolute;
    width:100%;
}
.widget-container .product-widget.widget-productName .product-name::after{
    left: auto;
    transform: translateX(3%);
}

.widget-productSummary .title {
    display: none;
}
.variation-container .variation-dropdown-container {
    padding-bottom:10px;
    padding-top: 15px;
}
.widget-variation {
    padding-bottom: 25px;
}
.variation-container .variation-dropdown-container .variation-type {
    display: inline-block;
}
.variation-container .variation-dropdown-container .variation-type:nth-child(n+1) {
    float: left;
}
.variation-container .variation-dropdown-container .variation-type:nth-child(n+2) {
    float: right;
}
.chosen-container-single {
    min-width: 120px;
    padding-right: 0;
}
.variation-container .variation-type label.type-label, .current-price-container .label-for-base-price {
    color: #343434;
    font-family: open sans;
    font-size: 16px;
    font-weight: 400;
    margin-right:10px;
    letter-spacing:1px;
}
.variation-dropdown-container .chosen-container-single .chosen-single {
    border: 2px solid #bbbbbb;
    height: 42px;
    padding:5px 15px;
    box-shadow: none;
    width: 155px;
    border-radius:2px;
}
.product-widget.widget-addCart .add-to-cart-button.button.et_pdp_add_to_cart,
.product-widget.widget-addCart .stepper input[type="submit"][disabled] {
    background: #707070 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 17px;
    letter-spacing: 2px;
    margin-top: 35px;
    padding: 13px 25px;
    text-align: center;
    width: 605px;
}
.product-widget.widget-addCart .add-to-cart-button.button.et_pdp_add_to_cart:hover,
.product-widget.widget-addCart .stepper input[type="submit"][disabled]:hover {
    background: #4C4C4C;
}

.product-widget.widget-addCart .stepper {
    display: inline-block;
    margin: 35px 0 0 82px;
    width: 155px;
    border-radius: 2px;
}
.product-widget .stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 0;
    text-indent: 0;
}
.product-widget .stepper .stepper-arrow::after {
    color: rgba(52, 52, 52, 0.68);
    font-family: fontawesome;
    font-size: 18px;
    font-weight: 600;
}
.product-widget .stepper .stepper-arrow.down::after {
    bottom:2px;
    content: "\f107";
    position: absolute;
}
.product-widget .stepper .stepper-arrow.up::after {
    content: "\f106";
}
.product-widget.widget-addCart .stepper .stepper-input {
    border: 2px solid #bbbbbb;
    height: 42px;
    color: #999;
    font-size: 15px;
    border-radius:2px;
    background: none;
}
.current-price-container .label-for-base-price {
    margin: 0;
}
.product-widget.widget-variation {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}
.product-widget.widget-price {
    float: right;
    top:20px;
}
div #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: auto;
}
.chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    right: 8px;
    top: 10px;
}
.chosen-container-single .chosen-single div b::after {
    color: rgba(52, 52, 52, 0.40);
    content: "\f107";
    font-family: fontawesome;
    font-size: 18px;
}
.widget-productSummary {
    padding-bottom: 10px;
}
/* ============ view and shoping =========== */

.add-to-cart-popup.popup.anim-fade-zoom.active.popup .header ,
.add-cart-information-popup.popup.anim-fade-zoom.active .header {
    background-color: #696969;
    border-bottom: 2px solid #696969;
    color: #fff;
    padding: 10px 30px 10px 10px;
}
.popup .close-icon::after {
    color: #fff;
    content: "X";
    font-size: 20px;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    clear: left;
    padding-top: 0;
}
.popup .button-line, .popup .footer {
    background-color: #f4f4f4;
    border-top: 1px solid #e6e6e6;
    padding: 15px 10px;
    position: relative;
    text-align: right;
}
.popup-bottom.footer .button-item .button,
.add-cart-information-popup.popup.anim-fade-zoom.active .header .title {
    font-size: 14px;
    margin: 0 5px;
    padding: 10px 25px;
    letter-spacing: 1.2px;
    text-decoration: none;
}

.variation-container .variation-dropdown-container {
    padding-bottom: 58px;
    padding-top: 30px;
}
.add-cart-information-popup.popup.anim-fade-zoom.active .body .title {
    display: inline-block;
    font-family: open sans;
    font-size: 20px;
    height: 0;
    line-height: 0;
    position: relative;
}
.add-cart-information-popup.popup.anim-fade-zoom.active .body .chosen-wrapper.variation-type.text.select {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.product-status.message-block.error {
    display: unset;
}

/*============= Wish List And Compair style =========*/

.add-to-wish-list::after {
    display: inline-block;
    margin-top: 4px;
}
.add-to-wish-list.button.et_pdp_add_to_wish_list{
    margin: 0 4px;
    padding: 1px 10px;
    transition: all 0.3s ease 0s;
}
.add-to-wish-list.button.et_pdp_add_to_wish_list:hover,
.widget.widget-product.product.two .add-to-compare-button.button:hover, .add-to-compare-button.button:hover,
.remove-from-compare-button.button:hover{
    background:#707070 none repeat scroll 0 0;
    border: 1px solid #4C4C4C;
    color: #fff;

}
.widget.widget-product.product.two .add-to-compare-button.button, .add-to-compare-button.button,.remove-from-compare-button.button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #666;
    display: inline-block;
    font-size: 0;
    margin: 0 4px;
    padding: 1px 10px;
}
.add-to-compare-button::after, .add-to-wish-list::after, .remove-from-compare-button::after {
    margin-top: 5px;
}
.add-to-compare-button::after, .add-to-wish-list::after, .remove-from-compare-button::after {
    font-size: 16px;
}
.add-to-compare-popup.popup.anim-fade-zoom.active .header{
    background-color: #696969;
    border-bottom: 2px solid #696969;
    color: #fff;
    padding: 10px 30px 10px 10px;
}
.add-to-compare-popup.popup.anim-fade-zoom.active .body {
    padding: 35px 10px;
}
.wish-list-popup.add-to-wishlist-popup.popup.anim-fade-zoom.active .body {
    padding: 43px 10px;
}
.wish-list-popup.add-to-wishlist-popup.popup.anim-fade-zoom.active .header{
    background-color: #696969;
    border-bottom: 2px solid #696969;
    color: #fff;
    padding: 10px 30px 10px 10px;
}

/* ============ Category With Product =========== */

.category-details .category-details-container .title {
    color: #343434;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 26px;
    margin: -11px 0 0;
    position: relative;
    text-transform: capitalize;
    overflow: hidden;
}
.category-details .category-details-container .subcategory-container.title, .product-container .title {
    font-size: 16px;
    padding: 0 15px;
}
.page-content .category-details {
    margin: 0 -15px;
}
.page-content .category-details .category-details-container {
    padding: 0 15px;
}

.category-details .category-details-container .title::after {
    left: auto;
    transform: translateX(3%);
}
.category-details .category-details-container .title::after {
    background-color: #e0e0e0;
    bottom: 39px;
    content: "";
    height: 2px;
    position: absolute;
    width:100%;
}


/* ================= gallery fic css start ========================== */
.galleriffic-gallery-wrap .thumbs li {
    border:2px solid #fff;
    display: inline-block;
    list-style: outside none none;
    margin:3px;.widget-snippet.gallery-titel-and-description
}
.galleriffic-gallery-wrap .loading {
    width: 100%!important;
}
.gallery-pages .galleriffic-gallery-wrap .thumb img {
    filter: grayscale(100%);
    max-height: 120px;
}
.gallery-pages .galleriffic-gallery-wrap li.selected .thumb img {
    filter: none;
}
.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width:825px;
}
.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    left: 50%;
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding: 0;
}
.galleriffic-gallery-wrap .pagination > * {
    float: left;
    height: 35px;
    line-height: 28px;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    margin-top: 0;
}
.galleriffic-gallery-wrap.caption-position-top .caption-container, .galleriffic-gallery-wrap.caption-position-bottom .caption-container {
    display: block;
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
}
.galleriffic-gallery-wrap .image-caption.current {
    display: block;
    position: static;
}
.galleriffic-gallery-wrap .image-caption:nth-of-type(2) {
    visibility: hidden;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: transparent none repeat scroll 0 0;
    right: 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::after {
    color:#4C4C4C;
    content: "\f105";
    font-family: fontawesome;
    font-size: 36px;
    height: 30px;
    left: 16px;
    position: absolute;
    right: auto;
    top: 52px;
    width: 30px;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev {
    background: transparent none repeat scroll 0 0;
    left: 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev::before {
    color:#4C4C4C;
    content: "\f104";
    font-family: fontawesome;
    font-size: 36px;
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    top: 52px;
    width: 30px;
}
.galleriffic-gallery-wrap.caption-position-bottom .caption-container {
    margin-top: 15px;
}

.widget-snippet.gallery-titel-and-description {
    margin-bottom: 40px;
}
/*gallery fic end*/

/*============= Raf  =========*/

.accordion-panel .selector-mode-block .shipment-calculator.button.et_pdp_shipping_calculator.initialized {
    margin-left: -15px;
    position: relative;
    top: 2px;
}
.product-view.image-view .summary, .product-view.scrollable-view .summary {
    color: #676767;
    font-size: 14px;
}
.message-details .post-order-contact-us > a {
    text-decoration: none;
}
.cartitem-table th, .cartitem-table td {
    font-size: 15px;
    border: 1px solid #cccccc;
}
.payment-success-total .wrapper > span {
    font-size: 15px;
}
.welcome-profile .button.profileLogout {
    padding: 8px 25px;
}
textarea {
    resize: vertical;
}

/*checkout*/
.checkout-page .accordion-panel > .label-bar {
    height: 40px;
    line-height: 37px;
    padding: 0 10px 0 40px;
}
.checkout-page .accordion-panel > .label-bar.expanded {
    color: #555555;
    font-weight: 600;
}
.checkout-page .accordion-panel > .label-bar .toggle-icon {
    left: 15px;
    top: 13px;
}
.checkout-page .accordion-item .edit-address-mode-block .errorlist.after {
    padding-left: 155px;
}
.checkout-page .accordion-item .edit-address-mode-block {
    font-size: 0;
}
.checkout-page .accordion-item .edit-address-mode-block * {
    font-size: 13px;
}
.checkout-page .accordion-item .edit-address-mode-block .button {
    margin-right: 5px;
}
.checkout-page-options > h1 {
    display: none;
}
.checkout-page-options .item-head {
    background: #707070 none repeat scroll 0 0;
    font-size: 26px;
    padding: 15px 20px;
}
.checkout-page-options .new-customer > h1, .checkout-page-options .registered-customer > h1 {
    font-size: 24px;
    text-transform: capitalize;
}
.checkout-page-options .content-wrapper {
    border: 1px solid #ccc;
}
.check-out-total .storeCredit .wrapper {
    font-size: 0;
}
.check-out-total .storeCredit .wrapper > * {
    font-size: 13px;
    margin-left: 5px;
}
.check-out-total .storeCredit .wrapper > input {
    height: 28px;
}
.cartitem-table .unit-price-column {
    width: 100px;
}
.payment-success-total > table td {
    padding: 10px 5px;
}
.payment-success-total .total-order .wrapper > span {
    font-size: 20px;
    font-weight: 500;
}
.check-out-total .price, .shopping-cart-total .price {
    font-weight: 500;
}
.coming-soon {
    padding-left: 15px;
    padding-right: 15px;
}
.order-status .continue-shopping-btn.cartitem-btn.button.et_pdp_continue_shopping {
    text-decoration: none;
    font-size: 13px;
    padding: 5px 13px;
    margin-left: 15px;
}

.shopping-cart-total .left-column {
    border: 1px solid #ccc;
    margin: 15px 0;
    padding:20px;
    width: 400px;
    background: #f9f9f9;
}
.shopping-cart-total .right-column {
    float: right;
}
.page-cart .discount-coupon-code-form .form-row label {
    width: 100%;
}

.floating-panel-popup.popup.active {
    overflow: visible;
}
.floating-panel-popup::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cccccc;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -15px;
    width: 0;
}
.floating-panel-popup::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -13px;
    width: 0;
}
.popup {
    max-height: 90vh;
    overflow-y: auto;
}
/*Card Information Popup*/
.payment-form.site-popup-form h1 {
    margin  : 0;
    padding : 0;
}
.payment-form.site-popup-form input[type="text"] {
    max-width : inherit;
}
.payment-form.site-popup-form label {
    width : 100%;
}
.payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width : calc(50% - 10px);
}
.payment-form.site-popup-form .mandatory-chosen-wrapper select {
    width : 100%;
}
.payment-form.site-popup-form label:after {
    content     : "*";
    color       : red;
    margin-left : 3px;
}
.payment-form.site-popup-form .errorlist.after,
.payment-form.site-popup-form .mandatory-chosen-wrapper select+.errorlist.after {
    min-width: inherit;
}
.payment-form.site-popup-form .mandatory-chosen-wrapper select + .errorlist.after {
    position : static;
    width    : auto;
}
/*notifaction alert design*/
.notification.popup {
    border: 1px #ccc solid;
    background: #fff;
    text-align: center;
    border-radius: 0;
}
.notification.success.popup {
    border: 1px #2d8647 solid;
    background: #cce8d4;
    color: #326532;
}
.notification.error.popup {
    border: 1px #e96666 solid;
    background: #f8d0d0;
    color: #de2424;
}
.notification.warning.popup {
    border: 1px #eda72d solid;
    background: #f8e5c3;
    color: #94741f;
}
body.widget-snippet .our-latest-news .col-md-4 .images-text > h3 {
    color: #000;

}
body.widget-snippet .our-latest-news .col-md-4 .images-text{
    position: relative;
}
.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
}

/*Section Full-wide*/
.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% - 585px) !important;
    padding-right: calc(50% - 585px) !important;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name{
    padding-left: 15px;
    padding-right: 15px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .block-content-wrap > .price-waper {
    margin: 7px 15px 0;
}

/*Section Full-wide*/
.our-latest-news .col-md-4 .images-text > h3 {
    margin: 0;
}
.fee .widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item > a {
    padding-bottom: 0;
}


/* ----------------------------------------------------------------
// 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;
}
#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;
}
#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: #707070;
    border: none;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #4C4C4C;
    color: #fff;
}
.page-profile .site-popup textarea:focus {
    border: 1px solid #000;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #707070;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #707070 solid;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right {
    border: 1px rgba(0,0,0,.2) solid;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:hover,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:hover {
    border: 1px rgba(0,0,0,.40) solid;
}
#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;
}
#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: #707070;
    border: 1px #707070 solid;
    margin: 0;
    letter-spacing: normal;
}
#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #4C4C4C;
    border: 1px #4C4C4C 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: #707070;
    border: 1px #707070 solid;
}
.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #4C4C4C;
    border: 1px #4C4C4C 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: #707070;
    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: #4C4C4C;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    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: #707070;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #707070;
}
.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;
}
#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;
}
#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 #000 solid;
}
#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 .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    width: 100%;
    margin: 0;
}
#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;
}
#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 0 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: 3px;
    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;
}
#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;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background: #707070;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: #4C4C4C;
}
#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 !important;
}
#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.customer-profile-v2 .scroller [class^="scroll-"]::after {
    top: 48%;
    left: 46%;
    background: transparent;
}
#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: 257px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 12px;
    color: #999;
    margin: 5px 0;
}
#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 .confirm-popup .header-line .close,
#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 .confirm-popup .header-line .close:before,
#webcommander-page.page-profile .confirm-popup .header-line .close:after,
#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 .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;
    background: none;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
}
#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 .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;
}
.page-profile .site-popup .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3px;
}
#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;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    white-space: nowrap;
}
.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;
}
.page-profile.auto-page .page-content {
    padding: 0;
}
#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 #order-list .id-col {
    width: 180px;
}
.page-profile #bs-647E888F-C2F1-4EC3-A89F-79C7CB84B1B8 {
    padding: 0;
}
.page-profile .floating-panel-popup {
    width: 180px !important;
}
.saved-cart-items-wrap {
    overflow-y: auto;
}
#customer-profile-tabs .saved-cart-items-wrap table {
    padding-bottom: 20px;
    margin-bottom: 20px;
    min-width: 815px;
}
#customer-profile-tabs.customer-profile-v2 .variation-container .variation-dropdown-container {
    padding: 0;
}
#customer-profile-tabs h3 {
    margin: 10px 0;
}
#customer-profile-tabs.customer-profile-v2 .store-credit-request-form textarea {
    max-width: 100%;
}

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

@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 .manage-password {
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-change-title {
        margin: 10px 0;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
        margin-top: 0;
    }
}
.checkout-page .payment-option.active > .body {
    padding: 0;
    margin-bottom: 20px;
}
.widget-productImage .image-preview-box.product-detail-view > img{
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.image-popup-container.popup {
    padding: 0;
    min-width: auto;
    background: transparent;
}
















