/*font*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*
/*! 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: 16px;
    line-height: 1.42857143;
    color: rgba(0, 0, 0, 0.8);
    background-color: #fff;
}

::selection {
    background-color: #0F89BB;
    color: #ffffff;
}

::-moz-selection {
    background-color: #0F89BB;
    color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:link,
a:active,
a:visited {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #E8631E;
    text-decoration: none;
}

body .widget-article a:hover,
body .widget-article a:focus {
    color: #0F89BB;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #DFDFDF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    color: inherit;
    font-weight: 600;
}

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

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

h1,
.widget h1 a {
    font-size: 42px;
}

h2,
.widget h2 a {
    font-size: 36px;
}

h3,
.widget h3 a {
    font-size: 28px;
}

h4,
.widget h4 a {
    font-size: 24px;
}

h5,
.widget h5 a {
    font-size: 20px;
}

h6,
.widget h6 a {
    font-size: 16px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #0C0C0C;
    margin: 0 0 20px;
    padding-bottom: 0;
}

ul,
ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}

ul li,
ol li {
    font-size: 16px;
    color: #0C0C0C;
    line-height: 1.8;
}

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

table,
th,
td {
    border: 1px solid #D9D9D9;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #0C0C0C;
}

body input[type="submit"],
body input[type="button"],
body button,
body .button,
body a.button {
    background: #176F92 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    height: auto;
    padding: 15px 40px;
    transition: all 300ms ease 0s;
}

body input[type="submit"]:hover,
body input[type="button"]:hover,
body button:hover,
body .button:hover,
body a.button:hover {
    background: none #000000;
}

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: #D9D9D9 none repeat scroll 0 0;
    border: medium none;
    color: #666;
}

.body .widget {
    margin-bottom: 15px;
}

/*form element desgin*/

.form-row {
    margin: 15px 0;
}

input[type="text"],
input[type="password"],
textarea,
select {
    border: 2px solid #878787;
    box-sizing: border-box;
    height: 50px;
    padding: 3px 14px;
    margin: 0;
    width: 350px;
    color: #000000;
    font-size: 16px;
}

input[type="text"],
input[type="password"],
textarea {
    transition: all 300ms ease-out;
}

input[type="text"]::-webkit-input-placeholder {
    color: #666666;
}

input[type="text"]::-moz-placeholder {
    color: #666666;
}

input[type="text"]:-ms-input-placeholder {
    color: #666666;
}

input[type="text"][type="text"]:-moz-placeholder {
    color: #666666;
}

input[type="password"]::-webkit-input-placeholder {
    color: #666666;
}

input[type="password"]::-moz-placeholder {
    color: #666666;
}

input[type="password"]:-ms-input-placeholder {
    color: #666666;
}

input[type="password"]:-moz-placeholder {
    color: #666666;
}

textarea::-webkit-input-placeholder {
    color: #666666;
}

textarea::-moz-placeholder {
    color: #666666;
}

textarea:-ms-input-placeholder {
    color: #666666;
}

textarea:-moz-placeholder {
    color: #666666;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    border: 2px solid #0F89BB;
}

input[type="text"],
input[type="password"],
textarea,
select {
    width: 350px;
}

select,
.registration-form select {
    width: 350px;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-color: #878787;
    height: 50px;
    border-width: 2px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 30px 3px 14px;
    border-radius: 0;
    background: url("/template/4785a1ce/images/select-icon.webp") no-repeat right #fff;
    background-position-x: calc(100% - 10px);
    background-size: 12px;
}

select:focus {
    border: 2px solid #0F89BB;
}

textarea {
    height: 150px;
}

input[type="checkbox"]+span,
input[type="radio"]+span {
    margin-right: 20px;
}

input.error-field-error[type="text"],
input.error-field-error[type="password"],
textarea.error-field-error {
    border: 2px solid #ff0000;
}

/* Editor fix */
.widget p a:hover,
.widget li a:hover,
.widget th a:hover,
.widget td a:hover,
.widget h1 a:hover,
.widget h2 a:hover,
.widget h3 a:hover,
.widget h4 a:hover,
.widget h5 a:hover,
.widget h6 a:hover {
    color: #0F89BB;
}

.widget figure {
    margin: 0 0 20px;
}

/* snippet reset css */

.widget-snippet {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #0C0C0C;
}

.widget-snippet h1,
.widget-snippet h2,
.widget-snippet h3,
.widget-snippet h4,
.widget-snippet h5,
.widget-snippet h6 {
    font-family: 'Open Sans', sans-serif;
    color: #0C0C0C;
    font-weight: 600;
}

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

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

.widget-snippet h1,
.widget-snippet h1 a {
    font-size: 42px;
}

.widget-snippet h2,
.widget-snippet h2 a {
    font-size: 36px;
}

.widget-snippet h3,
.widget-snippet h3 a {
    font-size: 28px;
}

.widget-snippet h4,
.widget-snippet h4 a {
    font-size: 24px;
}

.widget-snippet h5,
.widget-snippet h5 a {
    font-size: 20px;
}

.widget-snippet h6,
.widget-snippet h6 a {
    font-size: 16px;
}

.widget-snippet p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #0C0C0C;
    margin: 0 0 20px;
    padding-bottom: 0;
}

.widget-snippet a:focus,
.widget-snippet a:hover {
    outline: none;
    text-decoration: none;
}

.widget-snippet table,
.widget-snippet th,
.widget-snippet td {
    border: 1px solid #D9D9D9;
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #0C0C0C;
}

/* ===============================================  LAYOUT DESIGN  =============================================== */
.fixed-width>div {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: auto;
    width: 1600px;
}

@media (max-width: 1300px) {
    .fixed-width>div {
        border: 0;
        width: auto;
    }
}

div.iframe-mask {
    z-index: 0;
}

body>.body {
    padding: 0;
}

.body .widget.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}

.widget-container>.page-content>.v-split-container>.v-split {
    margin: auto;
    width: 1430px;
}

.widget-container>.page-content>.v-split-container>.v-split .widget,
.widget-container>.page-content>.v-split-container>.v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}

.widget-container>.page-content>.v-split-container>.v-split .widget.widget-snippet,
.widget-container>.page-content>.v-split-container>.v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

/* --------------------Fixed layout ------------------ */

div#bs-AE75DB85-B46B-46A7-9558-C5D5A876623B {
    padding-top: 30px;
    padding-bottom: 30px;
}

#bs-1B4E7967-7C12-4BAB-9519-444C0E83CB1F .widget-container>.page-content>.v-split-container>.v-split {
    width: auto;
}

div#bs-1B4E7967-7C12-4BAB-9519-444C0E83CB1F {
    padding-bottom: 100px;
}

@media(max-width: 767px) {
    div#bs-AE75DB85-B46B-46A7-9558-C5D5A876623B {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    div#bs-1B4E7967-7C12-4BAB-9519-444C0E83CB1F {
        padding-bottom: 50px;
    }
}

@media(max-width: 575px) {
    div#bs-1B4E7967-7C12-4BAB-9519-444C0E83CB1F {
        padding-bottom: 30px;
    }
}


/* --- Fixed layout   END */
.auto-page.page-newsletter-subscription .newsletter.subscribe.valid-verify-form .form-row:nth-last-of-type(5) 
{
  display: none
}

/* --------------------Left sidebar layout ------------------ */
div#bs-CBAF18B4-1791-432A-9542-D0268E147E7B {
    padding-top: 30px;
    padding-bottom: 30px;
}

#bs-CBAF18B4-1791-432A-9542-D0268E147E7B .widget-container {
    padding-left: 15px;
    padding-right: 15px;
}

#bs-E140A193-073A-4167-8639-60798CC90302 .widget-container {
    padding-left: 15px;
    padding-right: 15px;
}

#spltr-8D83763E-CBE9-48D9-9576-44617F761408 {
    padding-right: 30px;
}

#spltr-DB91B46D-59DD-4C7C-B1AA-316FE388D585 {
    padding-left: 30px;
}

div#bs-E140A193-073A-4167-8639-60798CC90302 {
    padding-bottom: 100px;
}

@media(max-width: 991px) {
    #spltr-8D83763E-CBE9-48D9-9576-44617F761408 {
        padding-right: 15px;
    }

    #spltr-DB91B46D-59DD-4C7C-B1AA-316FE388D585 {
        padding-left: 15px;
    }

    div#bs-E140A193-073A-4167-8639-60798CC90302 {
        padding-bottom: 50px;
    }
}

@media(max-width: 767px) {
    #spltr-8D83763E-CBE9-48D9-9576-44617F761408 {
        padding-right: 0;
    }

    #spltr-DB91B46D-59DD-4C7C-B1AA-316FE388D585 {
        padding-left: 0;
    }

    div#bs-CBAF18B4-1791-432A-9542-D0268E147E7B {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media(max-width: 575px) {
    div#bs-E140A193-073A-4167-8639-60798CC90302 {
        padding-bottom: 30px;
    }
}

/* --------------------Left sidebar layout END ------------------ */



/* __________________/  END LAYOUT DESIGN  \___________________ */


/* =============================================== HEDER DESIGN ===============================================*/
body::before {
    background-color: #F9C227;
    content: "";
    height: 34px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

body>.header::before {
    background-color: #F6F6F6;
    content: "";
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.configure-to-order p,
.configure-to-order p a {
    font-family: 'Open Sans';
    line-height: 24px;
}

.configure-to-order p {
    margin: 0;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}

.configure-to-order p a,
.configure-to-order p a:focus {
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
}

.configure-to-order p a:hover {
    color: #176F92;
}

/* ----------------------- Top navigation ----------------------------- */

.widget-navigation.top-nav .nav-wrapper {
    border-left: 1px solid #000000;
    padding-left: 20px;
}

.widget-navigation.top-nav .nav-wrapper a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #2C2C2C;
    padding: 5px 14px;
}

.widget-navigation.top-nav .nav-wrapper a:hover,
.widget-navigation.top-nav .nav-wrapper .active a {
    color: #176F92;
}

/* ----------------------- cart ----------------------------- */

.cart-wrapper.advanced-flying-cart {
    cursor: pointer;
}

.cart-wrapper.advanced-flying-cart .cart-widget-img {
    height: 24px;
    width: 20px;
    background-image: url("/template/4785a1ce/images/cart-icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: all 300ms ease-out;
}

.cart-wrapper.advanced-flying-cart:hover .cart-widget-img {
    background-position: 0 -40px;
}

.cart-wrapper.advanced-flying-cart .cart-widget-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #2C2C2C;
    margin-left: 6px;
}

.cart-wrapper.advanced-flying-cart:hover .cart-widget-text {
    color: #176F92;
}

/* ----------------------- User Navigation ----------------------------- */

.widget-navigation.user-nav .responsive-menu-btn {
    width: auto;
}

.widget-navigation.user-nav .responsive-menu-btn:before {
    content: "";
    width: 22px;
    height: 22px;
    background-image: url("/template/4785a1ce/images/user-icon.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    vertical-align: -5px;
    transition: all 300ms ease-out 0s;
}

.widget-navigation.user-nav .menu-title:hover .responsive-menu-btn:before,
.widget-navigation.user-nav .responsive-menu-btn.close:before {
    background-position: 0 -40px;
}

.widget-navigation.user-nav .responsive-menu-btn:after {
    content: "Login/Register";
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #2C2C2C;
    margin-left: 9px;
}

.widget-navigation.user-nav .menu-title:hover .responsive-menu-btn:after,
.widget-navigation.user-nav .menu-title .responsive-menu-btn.close:after {
    color: #176F92;
}

.widget-navigation.user-nav .menu-button em {
    display: none;
}

.widget-navigation.user-nav .responsive-navigation {
    height: auto;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .05);
    top: 34px;
    padding: 12px 25px;
    background-color: #ffffff;
    left: -51px;
    width: 250px;
}

.widget-navigation.user-nav .responsive-navigation:after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    right: calc(50% - 5px);
    top: -10px;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item {
    padding: 5px 0;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item~.navigation-item {
    border-top: 1px #e4e4e4 solid;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #2C2C2C;
    padding: 5px;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item a:hover {
    color: #176F92;
}

/* ----------------------- Main menu ----------------------------- */
@media(min-width: 992px) {
    .main-menu .horizontal>.navigation-item>a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #000000;
        padding: 24px 0;
        margin-right: 34px;
        position: relative;
    }

    .main-menu .horizontal>.navigation-item>a:hover,
    .main-menu .horizontal>.navigation-item.active>a {
        color: #176F92;
    }

    .main-menu .horizontal>.navigation-item.last>a {
        margin-right: 0;
    }

    .main-menu .horizontal>.navigation-item>a:after {
        content: "";
        height: 5px;
        width: 0;
        position: absolute;
        background-color: #176F92;
        left: 0;
        bottom: 0;
        transition: all 300ms ease-out;
    }

    .main-menu .horizontal>.navigation-item>a:hover:after,
    .main-menu .horizontal>.navigation-item.active>a:after {
        width: 100%;
    }

    .main-menu .horizontal .navigation-item.has-child {
        position: static;
    }

    .main-menu .horizontal>.has-child>.navigation-item-child-container {
        top: 70px;
        left: 0;
        width: calc(100% + 440px);
        padding: 48px 70px;
        border-top: 2px #000 solid;
        border-bottom: 6px solid #176F92;
    }

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

    .main-menu .horizontal>.has-child>.navigation-item-child-container>.navigation-item.first>a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 33px;
        line-height: 45px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #176F92;
        border-bottom: 2px solid #176F92;
        padding-bottom: 15px;
    }

    .main-menu .horizontal>.has-child>.navigation-item-child-container>.navigation-item>a {
        border: none;
        padding: 0;
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 38px;
        letter-spacing: 0.02em;
        color: #000000;
    }
    .main-menu .horizontal .navigation-item-1.submenu {
        overflow-y: auto;
        max-height: 450px;
    }
    .main-menu .horizontal .navigation-item.submenu {
        padding: 0 !important;
        width: auto;
    }
    .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        display: block;
        position: relative;
        border-bottom: 1px #e6e6e6 solid;
        font-size: 22px;
        padding: 10px 20px;
        color: #E8631E;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.12em;
    }
    .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover{
        color: #176F92;
    }
    .main-menu .horizontal .navigation-item.submenu>a {
        display: none;
    }
    .main-menu .horizontal .navigation-item.mega-menu>.navigation-item-child-container {
        display: flex;
        position: static;
        width: 100%;
    }
    .main-menu .horizontal .navigation-item.submenu .navigation-item-child-container {
        display: block;
        position: static;
        width: auto;
    }
    .main-menu .horizontal .navigation-item.submenu a {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 17px;
        line-height: 38px;
        letter-spacing: 0.02em;
        color: #000000;
        padding: 0;
        border: none;
    }

    .main-menu .horizontal .navigation-item.submenu a:hover,
    .main-menu .horizontal .navigation-item.submenu .active a {
        color: #176F92;
    }

    .main-menu .horizontal .navigation-item.submenu .submenu-title a {
        font-weight: 700;
        font-size: 18px;
        line-height: normal;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: #176F92;
        margin-bottom: 12px;
        margin-top: 30px;
        pointer-events: none;
    }

    .main-menu .horizontal .navigation-item.submenu.noChild .submenu-title a {
        margin-top: 15px;
        pointer-events: inherit;
    }

    .main-menu .horizontal .navigation-item.submenu.noChild {
        margin-top: 25px;
    }

    .main-menu .horizontal .navigation-item.submenu>.navigation-item-child-container .navigation-item-child-container {
        padding-left: 20px;
    }

    .main-menu .horizontal .navigation-item.submenu>.navigation-item-child-container .navigation-item-child-container a {
        font-size: 15px;
    }

}

/* ----------------------- Header search ----------------------------- */

.widget-search form {
    position: relative;
}

.header .widget.widget-search form input {
    border-width: 0 0 1px 0;
    border-color: #000;
    border-radius: 0;
    background: none;
    width: 100%;
    padding: 0 0 0 30px !important;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: #222222;
    margin: 0;
}

.header .widget.widget-search form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 16px;
}

.header .widget.widget-search form input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 16px;
}

.header .widget.widget-search form input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 16px;
}

.header .widget.widget-search form input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 16px;
}

.header .widget.widget-search form input:focus {
    border-width: 0 0 1px 0;
    border-color: #176F92;
}

.widget-search form button {
    position: absolute;
    background: none;
    width: 17px;
    height: 17px;
    font-size: 0;
    padding: 0;
    background-image: url("/template/4785a1ce/images/search.svg");
    background-repeat: no-repeat;
}

/* ----------------------- Header Currency ----------------------------- */
.currency-widget p {
    margin: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.03em;
    color: #2C2C2C;
    border-left: 1px #000000 solid;
    padding: 5px 0 5px 64px;
}

.currency-widget p:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url("/template/4785a1ce/images/australia-flage.png");
    background-repeat: no-repeat;
    background-position: center;
    left: 29px;
    top: 3px;
}

/* ================================================ BODY DESIGN ================================================*/



/* 
** Login/Registration/Reset Password/Customer New Password Page Desgin
**-----------------------------------------------------------------------
*/

.page-login .login-form,
.password-reset-form,
.customer-new-password,
.registration-form {
    position: relative;
    margin: 0 auto;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    padding: 50px;
}

.page-login .login-form,
.password-reset-form,
.customer-new-password {
    max-width: 550px;
    width: 100%;
}

.registration-form {
    max-width: 900px;
}

.login-form .title,
.registration-form .title,
.password-reset-form .title,
.customer-new-password .title {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #0C0C0C;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.page-login .login-form label,
.password-reset-form .form-row label,
.customer-new-password .form-row label,
.registration-form label {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #2C2C2C;
    display: block;
    text-transform: capitalize;
    width: 100%;
    padding-bottom: 5px;
}

/* label hide */
.page-login .login-form label,
.customer-new-password .submit-row label,
.registration-form .submit-row label {
    display: none;
}

.login-form input[type="text"],
.login-form input[type="password"],
.password-reset-form .form-row input,
.customer-new-password input[type="text"],
.customer-new-password input[type="password"],
.registration-form input[type="text"],
.registration-form input[type="password"],
.registration-form select {
    width: 100%;
    background-color: #ffffff;
}

.login-form .form-row,
.password-reset-form .form-row,
.customer-new-password .form-row,
.registration-form .form-row {
    display: block;
    margin: 0;
    padding-bottom: 30px;
    position: relative;
}

.login-form .form-row:last-child,
.password-reset-form .form-row:last-child,
.customer-new-password .form-row:last-child,
.registration-form .form-row:last-child {
    padding-bottom: 0;
}

.password-reset-form .form-row.submit-row button,
.customer-new-password .form-row button,
.registration-form .form-row button {
    margin: 0;
    width: 100%;
}

/* Validation Error Message */
.login-form .errorlist.after,
.password-reset-form .errorlist.after,
.customer-new-password .errorlist.after,
.registration-form .errorlist.after {
    top: auto;
    bottom: 10px;
    position: absolute;
}

/* -----------------------------------
    Login Page 
--------------------------------------*/

.login-form .remember {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #2C2C2C;
}

.login-form .lost-password a {
    color: #666666;
    margin-top: 0;
    display: inline-block;
    font-weight: normal;
    position: absolute;
    bottom: 102px;
    right: 0;
    font-size: 16px;
    text-decoration: underline;
}

.login-form .lost-password a:hover {
    color: #E8631E;
}

.login-form .no-account-label,
.login-form .account-register a {
    color: #2C2C2C;
    font-size: 18px;
}

.login-form .account-register a {
    font-weight: 600;
}

.login-form .account-register a:hover {
    color: #E8631E;
}

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

.login-form .remember input {
    margin-right: 5px;
    margin-top: -4px;
}

.login-form .remember+.form-row {
    padding: 0;
}

/* ----- Login Page | END ------------ */


/* -----------------------------------
    Reset Password Page 
--------------------------------------*/
.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #2C2C2C;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 20px;
    text-align: left;
}

/* ----- Reset Password Page | END ------------ */


/* -----------------------------------
    Registration Page 
--------------------------------------*/
.registration-form .title {
    padding-left: 20px;
}

.registration-form>.form-row:not(.submit-row) {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1;
}

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

.registration-form:after {
    content: "";
    display: table;
    clear: both;
}

.registration-form .password-meter-wrap {
    position: absolute;
    bottom: 86px;
    right: 15px;
    margin: 0;
    text-align: right;
    width: auto;
}

.registration-form .password-meter-wrap>div {
    display: inline-block;
}

.registration-form .password-meter-wrap .password-description {
    font-size: 13px;
    margin-right: 7px;
}

.registration-form .password-meter-wrap .password-strength-bar {
    border-radius: 0;
    height: 8px;
    float: none;
}

/* ----- Registration Page  | END ------------ */

/* ======== customer login/registration/reset password responsive ================= */
@media(max-width: 767px) {
    .registration-form {
        padding: 0;
        border: none;
        box-shadow: none;
    }

}

@media(max-width: 575px) {

    .page-login .login-form,
    .password-reset-form,
    .customer-new-password {
        padding: 0;
        border: none;
        box-shadow: none;
    }

    .login-form .title,
    .registration-form .title,
    .password-reset-form .title,
    .customer-new-password .title {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 10px;
        padding-left: 0;
    }

    .login-form .lost-password a {
        bottom: 30px;
    }

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

    .page-registration .registration-form>.form-row {
        padding-left: 0;
        padding-right: 0;
    }

    .registration-form>.form-row:not(.submit-row) {
        width: 100%;
    }
}

/* --- Login/Registration/Reset Password/Customer New Password Page Desgin | END --- */


























/* ----------------------------------------------------
    Product Card design
-------------------------------------------------------*/
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    border: none;
    padding: 30px;
    background: #FFFFFF;
    transition: all 300ms ease-out;
    margin: 16px;
}

.product-view.image-view .product-block:hover,
.product-view.scrollable-view .product-block:hover {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.14);
}

.product-view.image-view .content {
    display: flex;
    flex-wrap: wrap;
}

.product-view.scrollable-view img,
.product-view.image-view img {
    max-width: 100%;
}

.sale-percent-display {
    border-radius: 0;
    background-color: #F9C227;
    color: rgba(0, 0, 0, 0.8);
}

.product-block a.product-name-link.title-link.link {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
}

.product-block .current-price.price {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #176F92;
}

.product-block .current-price.price .tax-message {
    font-size: 13px;
    font-weight: 400;
}

.product-block .add-to-cart-button {
    background: none;
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid #000000;
    padding: 14px 30px;
}

.product-block .add-to-cart-button:hover {
    background: #176F92;
    border: 2px solid #176F92;
    color: #ffffff;
}

.product-block .product-image {
    margin-bottom: 20px;
}

.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    margin: 0 0 20px;
    height: 50px;
    overflow: hidden;
}

.product-block .price-waper {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.product-block .price-waper .previous-price.price {
    order: 1;
    margin-left: 5px;
    padding: 0;
}

.product-view.scrollable-view>.content {
    padding: 0;
    margin-left: -32px;
    margin-right: -32px;
    border: none;
    padding: 10px;
}

.product-view.scrollable-view {
    overflow: visible;
    border: none;
}

.product-view.scrollable-view .header {
    border: none;
}

.product-view.scrollable-view .header {
    overflow: visible;
    height: 0;
}

.product-view.scrollable-view .header .scroller {
    float: none;
    height: 0;
}

.product-view.scrollable-view .header .scroll-left,
.product-view.scrollable-view .header .scroll-right {
    background: #FFFFFF;
    width: 46px;
    height: 45px;
    border: 1px solid #176F92;
    transition: all 300ms ease-out 0s;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}

.product-view.scrollable-view .header .scroll-left:hover,
.product-view.scrollable-view .header .scroll-right:hover {
    background: #176F92 !important;
    border: 1px solid #176F92 !important;
}

.product-view.scrollable-view .header .scroll-left:after,
.product-view.scrollable-view .header .scroll-right:after {
    content: "";
    width: 16px;
    height: 13px;
    position: absolute;
    top: 14px;
    background-repeat: no-repeat;
}

.product-view.scrollable-view .header .scroll-left:after {
    background-image: url("/template/4785a1ce/images/product-scroll-left-arrow.svg");
    left: 13px;
}

.product-view.scrollable-view .header .scroll-right:after {
    background-image: url("/template/4785a1ce/images/product-scroll-right-arrow.svg");
    left: 15px;
}

.product-view.scrollable-view .header .scroll-left:hover:after {
    background-image: url("/template/4785a1ce/images/product-scroll-left-arrow-hover.svg");
    left: 13px;
}

.product-view.scrollable-view .header .scroll-right:hover:after {
    background-image: url("/template/4785a1ce/images/product-scroll-right-arrow-hover.svg");
    left: 15px;
}

.product-view.scrollable-view .header .scroll-left {
    left: -68px;
}

.product-view.scrollable-view .header .scroll-right {
    right: -68px;
}

@media(max-width:991px) and (min-width: 768px) {
    #spltr-DB91B46D-59DD-4C7C-B1AA-316FE388D585 .image-view .product-view-height-width {
        width: 234px;
        padding: 15px;
    }

    #spltr-DB91B46D-59DD-4C7C-B1AA-316FE388D585 .image-view .product-view-height-width .image {
        height: 147px;
    }
}

/* -------------------- Product Card design END --------------------------------*/


/* ----------------------------------------------------
    Pagination design
-------------------------------------------------------*/
.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
    background: none;
    border: none;
    overflow: hidden;
    border-top: 1px #DFDFDF solid;
    padding-top: 15px;
}

.pagination span {
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    color: #1C1C1C;
    border-radius: 3px;
    vertical-align: middle;
    border: none;
    box-shadow: none;
    margin: 0 8px;
    padding: 4px 11px;
}

.pagination span:hover {
    color: #0F89BB;
}

.pagination span.disabled {
    opacity: .5;
}

.pagination span.first,
.pagination span.last {
    display: none;
}

.pagination span.prev,
.pagination span.next {
    width: 29px;
    height: 29px;
    font-size: 0;
    position: relative;
}

.pagination span.prev:after,
.pagination span.next:after {
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    top: 0;

}

.pagination span.prev:after,
.pagination span.next:after {
    content: "";
    width: 8px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 11px;
}

.pagination span.prev:after,
.pagination span.prev.disabled:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.71364%200.241416C7.34459%20-0.0918646%206.76042%20-0.0784064%206.40887%200.271476L0.254646%206.39654C-0.0848824%206.73446%20-0.0848824%207.26554%200.254646%207.60346L6.40887%2013.7285C6.76042%2014.0784%207.34459%2014.0919%207.71364%2013.7586C8.0827%2013.4253%208.0969%2012.8715%207.74535%2012.5216L2.19746%207L7.74535%201.47839C8.0969%201.12851%208.0827%200.574696%207.71364%200.241416Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E %3C%2Fsvg%3E");
}

.pagination span.prev:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.71364%200.241416C7.34459%20-0.091865%206.76042%20-0.078406%206.40887%200.271476L0.254646%206.39654C-0.0848823%206.73446%20-0.0848823%207.26554%200.254646%207.60346L6.40887%2013.7285C6.76042%2014.0784%207.34459%2014.0919%207.71364%2013.7586C8.0827%2013.4253%208.0969%2012.8715%207.74535%2012.5216L2.19746%207L7.74535%201.47839C8.0969%201.12851%208.0827%200.574696%207.71364%200.241416Z%22%20fill%3D%22%230F89BB%22%2F%3E %3C%2Fsvg%3E");
}

.pagination span.next:after,
.pagination span.next.disabled:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M0.286356%200.241416C0.655415%20-0.0918646%201.23958%20-0.0784064%201.59113%200.271476L7.74535%206.39654C8.08488%206.73446%208.08488%207.26554%207.74535%207.60346L1.59113%2013.7285C1.23958%2014.0784%200.655415%2014.0919%200.286355%2013.7586C-0.0827039%2013.4253%20-0.0968998%2012.8715%200.254648%2012.5216L5.80254%207L0.254648%201.47839C-0.0968998%201.12851%20-0.0827038%200.574696%200.286356%200.241416Z%22%20fill%3D%22black%22%20fill-opacity%3D%220.5%22%2F%3E %3C%2Fsvg%3E");
}

.pagination span.next:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M0.286356%200.241416C0.655415%20-0.091865%201.23958%20-0.078406%201.59113%200.271476L7.74535%206.39654C8.08488%206.73446%208.08488%207.26554%207.74535%207.60346L1.59113%2013.7285C1.23958%2014.0784%200.655415%2014.0919%200.286355%2013.7586C-0.0827039%2013.4253%20-0.0968998%2012.8715%200.254648%2012.5216L5.80254%207L0.254648%201.47839C-0.0968998%201.12851%20-0.0827038%200.574696%200.286356%200.241416Z%22%20fill%3D%22%230F89BB%22%2F%3E %3C%2Fsvg%3E");
}

.pagination span.current {
    color: #ffffff;
    background-color: #0F89BB;
    background-image: none;
    border: none;
}

/* ----------------- Pagination design End ------------------ */



/* ----------------------------------------------------
    Category details 
-------------------------------------------------------*/
.category-details-container .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    color: #0C0C0C;
    border-bottom: 1px #DFDFDF solid;
    position: relative;
    padding-bottom: 10px;
    padding-right: 190px;
}

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

.category-details .product-view .header {
    text-align: right;
    padding: 0;
    background: none;
    border: none;
    margin-top: -91px;
}

.product-view .sortable {
    margin: 0;
    position: relative;
}

.product-view.image-view .product-sorting {
    padding: 5px 15px;
    width: auto;
    height: 39px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
}

.product-view.image-view .content {
    margin-left: -15px;
    margin-right: -15px;
}

.category-details .product-view.image-view .content {
    margin-top: 40px;
}

/* ----------------- Category details End ------------------ */

/* ----------------------------------------------------
    Category navigation
-------------------------------------------------------*/
.category-nav .widget-title,
.widget-filter .widget-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 3px;
    text-transform: uppercase;
    letter-spacing: .01em;
    border-bottom: 1px #DFDFDF solid;
    margin-bottom: 20px;
}

.category-nav .navigation-item a {
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    padding: 7px 0;
    color: #2C2C2C;
}

.category-nav .navigation-item a:hover,
.category-nav .navigation-item.active>a {
    color: #176F92;
}

.widget-navigation.category-nav {
    margin-bottom: 50px;
}

.category-nav .vertical .navigation-item .navigation-item-child-container {
    padding-bottom: 10px;
}

.category-nav .navigation-item .navigation-item a {
    font-size: 15px;
    padding: 5px 0;
}

/* ----------------- Category navigation End ------------------ */


/* ----------------------------------------------------------------
    Add to cart popup 
-------------------------------------------------------------------*/

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

.add-to-cart-popup.popup,
.wish-list-popup.add-to-wishlist-popup.popup,
.add-to-wish-list-popup.add-to-wishlist-popup,
.add-to-compare-popup.popup,
.add-cart-information-popup.popup,
.add-to-gift-registry-popup.popup {
    max-width: 680px;
    width: 100% !important;
}

.popup .header {
    background-color: #ffffff;
    border-bottom: 1px #dfdfdf solid;
    color: #333;
    padding: 5px 30px 20px 0;
}

.popup .close-icon,
.popup .header-line .icon.close {
    right: 20px;
    top: 22px;
}

.popup .close-icon::after,
.popup .close-icon::before,
.popup .header-line .icon.close::after,
.popup .header-line .icon.close::before {
    content: "";
    width: 2px;
    height: 30px;
    display: inline-block;
    background: #222222;
    position: absolute;
    top: 0;
}

.popup .close-icon::before,
.popup .header-line .icon.close::before {
    transform: rotate(-45deg);
}

.popup .close-icon::after,
.popup .header-line .icon.close::after {
    transform: rotate(45deg);
}

.add-to-cart-popup .status-bar-product-name,
.add-cart-information-popup .status-bar-product-name {
    font-size: 22px;
}

.add-to-cart-popup .status-message,
.add-cart-information-popup .status-message {
    font-size: 20px;
}

.popup .body {
    padding: 20px 0;
}

.popup .button-line,
.popup .footer {
    padding: 0 30px;
    border-top: 1px solid #dfdfdf;
    background: none;
    padding-top: 20px;
}

.add-to-cart-popup table tr,
.add-cart-information-popup table tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
}

.add-to-cart-popup table td,
.add-cart-information-popup table td {
    border: none;
    padding: 0;
    width: 100%;
}

.add-to-cart-popup table,
.add-cart-information-popup table {
    border: none;
    margin: 0;
}

.add-to-cart-popup td.product-img {
    padding: 0 0 20px;
    width: 100%;
    text-align: center;
}

.add-to-cart-popup table td.short-info,
.add-cart-information-popup table td.short-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.add-to-cart-popup .short-info .prodict-name,
.add-cart-information-popup .short-info .prodict-name {
    font-size: 18px;
    color: #2C2C2C;
    padding-bottom: 10px;
    text-align: center;
}

.add-to-cart-popup .short-info .item,
.add-cart-information-popup .short-info .item {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.add-to-cart-popup .short-info .item>span,
.add-cart-information-popup .short-info .item>span {
    line-height: 36px;
    margin-right: 6px;
    color: #2c2c2c;
}

.add-to-cart-popup .short-info .stepper,
.add-cart-information-popup .short-info .stepper {
    float: none;
    margin: 0;
    display: flex;
    width: auto;
    border: 1px #d6d6d6 solid;
}

.add-to-cart-popup .stepper .stepper-input,
.add-cart-information-popup .stepper .stepper-input,
.add-to-cart-popup .stepper .stepper-arrow,
.add-cart-information-popup .stepper-arrow {
    float: none;
    margin: 0;
    height: 40px;
    width: 40px;
    padding: 0;
    position: static;
    border: none;
    background: none;
    text-align: center;
}

.add-to-cart-popup .stepper .stepper-arrow.up,
.add-to-cart-popup .stepper .stepper-arrow.down {
    text-indent: inherit;
    font-size: 0;
}

.add-to-cart-popup .stepper .stepper-arrow.up {
    order: -1;
}

.add-to-cart-popup .stepper .stepper-arrow.up:after,
.add-to-cart-popup .stepper .stepper-arrow.down:after {
    font-size: 18px;
    color: #2c2c2c;
    line-height: 38px;
    font-weight: 600;
}

.add-to-cart-popup .stepper .stepper-arrow.up:after {
    content: "+";
}

.add-to-cart-popup .stepper .stepper-arrow.down:after {
    content: "-";
}

.add-to-cart-popup .short-info .current-price,
.add-cart-information-popup .short-info .current-price {
    font-size: 18px;
    color: #2c2c2c;
}

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

.add-to-cart-popup .cart-summary,
.add-cart-information-popup .cart-summary {
    float: none;
    text-align: center;
    padding-bottom: 12px;
    font-size: 18px;
}

.add-to-cart-popup .button-item,
.add-cart-information-popup .button-item {
    display: flex;
}

.add-to-cart-popup .button-item>*,
.add-cart-information-popup .button-item>* {
    width: 50%;
    text-align: center;
    margin: 0 5px;
}

.add-to-cart-popup .button-item .button {
    font-size: 16px;
    padding: 10px 20px;
}

.add-to-cart-popup .button-item .continue-shopping-btn,
.add-cart-information-popup .button-item .continue-shopping-btn {
    border: 1px #E8631E solid;
    background: no-repeat;
    color: #E8631E;
}
.add-to-cart-popup .button-item .continue-shopping-btn:hover,
.add-cart-information-popup .button-item .continue-shopping-btn:hover {
    background: #E8631E;
    color: #ffffff;
}

.add-to-cart-popup .product-thumb-view img,
.add-cart-information-popup .product-thumb-view img {
    max-height: inherit;
    max-width: inherit;
}

.add-cart-information-popup .header .title {
    font-size: 24px;
    font-weight: 700;
}

.add-cart-information-popup td.product-img {
    padding: 0 0 20px;
    text-align: center;
}

.add-to-cart-popup .short-info>div,
.add-cart-information-popup .short-info>div {
    padding-bottom: 10px;
}

.add-to-cart-popup .short-info>div.name,
.add-cart-information-popup .short-info>div.name {
    color: #0C0C0C;
    font-weight: 500;
    text-align: center;
}

.add-to-cart-popup .short-info>div.quantity,
.add-cart-information-popup .short-info>div.quantity {
    color: #0C0C0C;
    font-weight: 500;
}

.add-to-cart-popup .short-info>div.current-price,
.add-cart-information-popup .short-info>div.current-price {
    color: #0C0C0C;
    font-weight: 500;
    font-size: 22px;
}


.add-to-cart-popup h4.title,
.add-cart-information-popup h4.title {
    text-align: center;
    border: none;
    margin-top: 6px;
    font-weight: 600;
    font-size: 22px;
}

/* ------------------------------Add to cart popup END -----------------------------------*/

/*----------------------------------------------------
    Filter widget design 
------------------------------------------------------*/
.widget-filter a.reset-filter {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    color: #2C2C2C;
}

.widget-filter a.reset-filter:hover {
    color: #176F92;
    cursor: pointer;
}

.widget-filter .filter-profile .accordion-panel>.label-bar {
    display: flex;
    padding: 0;
    border: none;
    align-items: center;
    background: none;
    border-bottom: 1px #DFDFDF solid;
    padding-bottom: 12px;
}

.widget-filter .filter-profile .accordion-panel .label-bar label {
    flex: 1 1 auto;
    order: 1;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #2C2C2C;
}

.widget-filter .filter-profile .accordion-panel .label-bar a.toggle-icon {
    order: 4;
    position: static;
    margin-left: 10px;
    width: 16px;
    height: 16px;
}

.widget-filter .filter-profile .accordion-panel .label-bar.expanded a.toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M16%2011.125L15.125%2012L8%204.875L0.875%2012L0%2011.125L8%203.125L16%2011.125Z%22%20fill%3D%22%232C2C2C%22%2F%3E %3C%2Fsvg%3E");
    background-position: 0 0;
}

.widget-filter .filter-profile .accordion-panel .label-bar.collapsed a.toggle-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M0%204.875L0.875%204L8%2011.125L15.125%204L16%204.875L8%2012.875L0%204.875Z%22%20fill%3D%22%232C2C2C%22%2F%3E %3C%2Fsvg%3E");
    background-position: 0 0;
}

.widget-filter .filter-profile .accordion-panel .label-bar .numbers-of-selected {
    order: 3;
    color: #2c2c2c;
    margin-left: 6px;
}

.widget-filter .filter-profile .accordion-panel .label-bar .clear-selection {
    order: 2;
    text-decoration: underline;
}

.widget-filter .filter-profile .name {
    display: none;
}

.widget-filter .filter-group-item label {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    flex: 1 1 auto;
}

.widget-filter .filter-group-item {
    display: flex;
    align-items: center;
}

.widget-filter .filter-group-item .filter-group-item-label-wrapper {
    margin: 0;
    display: flex;
    width: 100%;
}

.widget-filter .filter-group-item span {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
}

.widget-filter .filter-group .accordion-panel {
    padding: 0;
}

/* ----------------------- Filter widget design END --------------------- */

/* -----------------------------------------------------------------------
    Product details page
-------------------------------------------------------------------------*/


.widget-productImage .image-preview-box {
    padding: 20px;
}

.image-preview-box.product-detail-view>img {
    max-width: 100%;
    max-height: 100%;
}

.widget-productName h1.product-name {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    line-height: 36px;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    font-weight: 700;
    max-width: 613px;
}

#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.product-widget.widget-productName {
    width: 100%;
    padding-bottom: 20px;
}

.product-widget.widget-productSku {
    width: 100%;
    padding-bottom: 15px;
}

.product-widget.widget-productSku label,
.product-widget.widget-productSku .value {
    font-size: 18px;
    font-weight: 600;
}

.product-widget.widget-productSku .value {
    font-weight: 700;
}
.product-widget.widget-variation {
    width: 100%;
    padding: 15px 0;
}
.product-widget.widget-variation .variation-container .variation-type {
    max-width: 370px;
}

.product-widget.widget-variation .variation-container .variation-dropdown-container .variation-type label.type-label {
    text-align: left;
}

.product-widget.widget-price {
    display: flex;
    align-items: baseline;
    width: 50%;
    padding: 10px 0;
}
.widget-productCategory label{
    font-size: 18px;
}
.widget-productCategory{
    font-size: 16px;
}
.product-widget.widget-price .previous-price.price {
    font-size: 22px;
    color: #666;
    padding: 0;
    margin-left: 5px;
    order: 1;
}

.product-widget.widget-stockMark {
    width: 50%;
    text-align: right;
}

.product-widget.widget-stockMark .product-status.error {
    background: none;
    border: none;
    text-align: right;
    font-weight: 700;
}

.product-widget.widget-addCart {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 42px;
    margin-top: 20px;
    border-top: 1px #DFDFDF solid;
}

.widget-price .price {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    color: #176F92;
    padding: 0;
}
.product-widget.widget-productCategory {
    padding: 7px 0;
}
.product-widget.widget-stockMark .stock-mark {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 7px;
    display: inline-block;
}

.product-widget.widget-stockMark .stock-mark:before {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.product-widget.widget-stockMark .stock-mark.available:before {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0_211_1931%29%22%3E %3Cpath%20d%3D%22M10.9995%200.158661C5.01367%200.158661%200.158203%205.01413%200.158203%2011C0.158203%2016.9859%205.01367%2021.8414%2010.9995%2021.8414C16.9854%2021.8414%2021.8409%2016.9859%2021.8409%2011C21.8409%205.01413%2016.9854%200.158661%2010.9995%200.158661ZM16.6979%207.64514L10.8839%2016.2191C10.712%2016.4736%2010.4376%2016.6454%2010.1666%2016.6454C9.89558%2016.6454%209.59811%2016.4967%209.4064%2016.3083L5.99534%2012.8939C5.76397%2012.6626%205.76397%2012.2825%205.99534%2012.0511L6.83819%2011.2082C7.06956%2010.9769%207.44967%2010.9769%207.67773%2011.2082L9.89889%2013.4261L14.7246%206.3065C14.9097%206.03546%2015.2832%205.96605%2015.5542%206.14784L16.5425%206.81882C16.8102%207.00061%2016.883%207.37411%2016.6979%207.64514Z%22%20fill%3D%22%2307B44C%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0_211_1931%22%3E %3Crect%20width%3D%2222%22%20height%3D%2222%22%20fill%3D%22white%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E");
}

/* incriment decriment stepper */
.product-widget.widget-addCart .stepper {
    margin: 0;
    float: none;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 0;
    height: 64px;
    display: flex;
    width: 120px;
}

.product-widget.widget-addCart .stepper .product-quantity-selector {
    padding: 0;
    text-align: center;
    border: none;
    height: 57px;
    background: #ffffff;
    flex: 1 1 auto;
    order: 2;
    font-size: 24px;
    color: #176F92;
    z-index: inherit;
}

.product-widget.widget-addCart .stepper .stepper-arrow {
    background: none;
    border: none;
    position: static;
    height: 64px;
    width: 39px;
    text-indent: inherit;
    font-size: 0;
    line-height: 64px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.product-widget.widget-addCart .stepper .stepper-arrow.up {
    order: 3;
}

.product-widget.widget-addCart .stepper .stepper-arrow.down {
    order: 1;
}

.product-widget.widget-addCart .stepper .stepper-arrow.up:after,
.product-widget.widget-addCart .stepper .stepper-arrow.up:before,
.product-widget.widget-addCart .stepper .stepper-arrow.down:after {
    position: absolute;
}

.product-widget.widget-addCart .stepper .stepper-arrow.up:after,
.product-widget.widget-addCart .stepper .stepper-arrow.up:before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #000;
    top: 28px;
    left: 12px;
}

.product-widget.widget-addCart .stepper .stepper-arrow.up:before {
    transform: rotate(90deg);
}

/* incriment decriment stepper END */
.product-widget.widget-addCart .stepper .stepper-arrow.down:after {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #000;
    top: 28px;
    right: 10px;
}

.product-widget.widget-addCart .add-to-cart-button {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 30px;
    width: calc(100% - 132px);
    text-align: center;
}

.variation-dropdown-container .chosen-container-single .chosen-single {
    padding: 0;
    border: 2px solid #000000;
    border-radius: 0;
    height: auto;
    box-shadow: none;
}

.variation-dropdown-container .chosen-container-single .chosen-single span.variation-value {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #2C2C2C;
    padding: 16px 44px 16px 16px;
}

.variation-dropdown-container .chosen-container-single .chosen-single div {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M0%204.875L0.875%204L8%2011.125L15.125%204L16%204.875L8%2012.875L0%204.875Z%22%20fill%3D%22%232C2C2C%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
    right: 16px;
}

.variation-container .variation-dropdown-container .chosen-container {
    width: 100%;
    margin: 0;
}

.variation-dropdown-container .chosen-container-single .chosen-single span {
    margin: 0;
}

.variation-dropdown-container .chosen-container-single .chosen-single div b {
    display: none;
}

.add-cart-information-popup .variation-container {
    width: 300px;
    margin: 0 auto;
}

.variation-container .variation-dropdown-container .variation-type label.type-label {
    display: block;
    padding-bottom: 5px;
    text-align: center;
}

.add-cart-information-popup .button-item .add-to-cart-button {
    order: 1;
}

.variation-dropdown-container .chosen-container-single.chosen-container-active .chosen-single {
    border: 2px solid #176F92;
}

.variation-dropdown-container .chosen-container-single .chosen-drop {
    box-shadow: none;
    top: 58px !important;
    left: -1px !important;
    right: -1px !important;
}

.variation-dropdown-container .chosen-container .chosen-results {
    padding: 10px;
    border: 2px #176F92 solid;
}

.variation-dropdown-container .chosen-container .chosen-results .chosen-result {
    padding: 7px 10px;
    font-size: 16px;
    height: auto;
    line-height: normal;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    border: none;
}

.widget-productDownloadableSpec {
    width: 100%;
    height: 1px;
}

.widget-productDownloadableSpec .product-downloadable-spec {
    max-width: 120px;
    max-height: 120px;
    position: absolute;
    right: 0;
    top: -83px;
}

.widget-productDownloadableSpec .product-downloadable-spec img {
    max-width: 100%;
    max-height: 100%;
}

.widget-productSummary {
    width: 100%;
    margin-top: 50px;
}

.widget-productSummary .title {
    display: none;
}

.widget-productSummary .summary {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 4px 4px 0px rgb(0, 0, 0, .04);
    padding: 30px;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 500;
    color: #2C2C2C;
}

.widget-productImage .multi-image-scroll-wrapper {
    max-width: 582px;
    border: none;
}

.widget-productImage .image-thumb-container .thumb-image img {
    max-width: 100%;
}

.widget-productImage .image-thumb-container .thumb-image {
    width: 117px;
    height: 85px;
    border: 1px solid rgba(223, 223, 223, 0.7);
    margin: 0 8px;
    cursor: pointer;
}

.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    width: 16px;
    cursor: pointer;
}

.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M11.5625%200L3.5625%208L11.5625%2016L12.4375%2015.125L5.3125%208L12.4375%200.875L11.5625%200Z%22%20fill%3D%22%230A0A0A%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M11.5625%200L3.5625%208L11.5625%2016L12.4375%2015.125L5.3125%208L12.4375%200.875L11.5625%200Z%22%20fill%3D%22%230F89BB%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M4.4375%200L3.5625%200.875L10.6875%208L3.5625%2015.125L4.4375%2016L12.4375%208L4.4375%200Z%22%20fill%3D%22%230A0A0A%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-productImage .multi-image-scroll-wrapper .image-right-scroller.scroll-navigator:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M4.4375%200L3.5625%200.875L10.6875%208L3.5625%2015.125L4.4375%2016L12.4375%208L4.4375%200Z%22%20fill%3D%22%230F89BB%22%2F%3E %3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center center;
}

#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 .product-widget.widget-addCart {
    position: absolute;
    top: 25px;
    right: 90px;
    padding: 0;
    display: inline-block;
    width: auto;
    border: none;
    margin: 0;
}

#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 .product-widget.widget-addCart .add-to-cart-button,
#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 .product-widget.widget-addCart .stepper {
    display: none;
}

#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 .add-to-wish-list.button {
    padding: 6px;
    border: none;
    height: 48px;
    width: 48px;
    background: rgba(255, 255, 255, .85);
    border-radius: 50%;
}

.widget-productImage .image-preview-box .sale.tag-mark {
    display: none;
}

#spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 .add-to-wish-list.button::after {
    top: 4px;
    position: absolute;
    left: 8px;
    font-size: 30px;
    color: #000;
}

#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget.widget-addCart .add-to-wish-list {
    display: none;
}
#related-product-listing .header {
    display: none;
}
.product-widget.widget-related .title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px;
    color: #0C0C0C;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget-related .product-view.scrollable-view .header {
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    overflow: visible;
}

.widget-related .scrollable-view {
    border: none;
    overflow: visible;
}

.product-widget.widget-related .title:before {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-widget.widget-related .title:before {
    background-color: #DFDFDF;
    width: 100%;
}

.product-widget.widget-related {
    margin-top: 50px;
}

.widget-information .bmui-tab {
    padding-top: 100px;
}

.product-widget.widget-information .bmui-tab-body-container .title {
    font-size: 26px;
    font-weight: 700;
    color: #0C0C0C;
    padding-bottom: 30px;
}

.widget-information .bmui-tab .bmui-tab-body-container {
    padding: 40px 0;
    border-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 2px 0 0;
    margin-top: -2px;
}

.widget-information .bmui-tab .bmui-tab-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    color: rgba(0, 0, 0, 0.8);
    background: none;
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 2px;
    margin-right: 45px;
    text-transform: uppercase;
    padding: 0 0 8px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.widget-information .bmui-tab .bmui-tab-header:hover {
    color: #176F92;
}

.widget-information .bmui-tab .bmui-tab-header.bmui-tab-active {
    border-color: #176F92;
    color: #176F92;
}

.widget-information .bmui-tab .bmui-tab-body-container {
    padding: 40px 0;
    border-color: rgba(0, 0, 0, 0.15);
    border-style: solid;
    border-width: 2px 0 0;
    margin-top: -2px
}

.image-popup-container.popup {
    height: auto !important;
    width: auto !important;
    padding: 0;
}

.image-popup-container .navigator.close-button {
    background: none;
    top: 15px;
    right: 15px;
}

.image-popup-container .close-button::after,
.image-popup-container .close-button::before {
    content: "";
    width: 2px;
    height: 30px;
    display: inline-block;
    background: #222222;
    position: absolute;
    top: 0;
}

.image-popup-container .close-button::before {
    transform: rotate(-45deg);
}

.image-popup-container .close-button::after {
    transform: rotate(45deg);
}

.image-popup-container .image-wrapper {
    border: none;
    padding: 60px 40px 40px;
}

.image-popup-container .navigator.right-button,
.image-popup-container .navigator.left-button {
    width: 24px;
    height: 42px;
    margin-top: -21px;
}

.image-popup-container .navigator.right-button {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2242%22%20viewBox%3D%220%200%2024%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.29688%2042L0%2039.7031L18.7031%2021L0%202.29688L2.29688%200L23.2969%2021L2.29688%2042Z%22%20fill%3D%22%230A0A0A%22%2F%3E %3C%2Fsvg%3E");
    right: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-popup-container .navigator.right-button:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2242%22%20viewBox%3D%220%200%2024%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M2.29688%2042L0%2039.7031L18.7031%2021L0%202.29688L2.29688%200L23.2969%2021L2.29688%2042Z%22%20fill%3D%22%230F89BB%22%2F%3E %3C%2Fsvg%3E");
    right: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-popup-container .navigator.left-button {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2242%22%20viewBox%3D%220%200%2024%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M21%2042L0%2021L21%200L23.2969%202.29688L4.59375%2021L23.2969%2039.7031L21%2042Z%22%20fill%3D%22%230A0A0A%22%2F%3E %3C%2Fsvg%3E");
    left: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.image-popup-container .navigator.left-button:hover {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2242%22%20viewBox%3D%220%200%2024%2042%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M21%2042L0%2021L21%200L23.2969%202.29688L4.59375%2021L23.2969%2039.7031L21%2042Z%22%20fill%3D%22%230F89BB%22%2F%3E %3C%2Fsvg%3E");
    left: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-related .product-view.scrollable-view .header .scroller {
    position: absolute;
    top: 0;
    left: -45px;
    right: -35px;
}

/* product ask question  */
.widget-information .ask-question-panel {
    max-width: 800px;
}

.widget-information .question-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.widget-information .ask-question-panel .form-row label {
    display: block;
    font-size: 16px;
    color: #2C2C2C;
    padding-bottom: 5px;
    font-weight: 500;
}

.widget-information .ask-question-panel input,
.widget-information .ask-question-panel .form-row textarea {
    width: 100%;
    padding: 10px 14px;
}

.widget-information .ask-question-panel button {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.widget-information .ask-question-panel .form-row {
    margin: 0;
    padding: 15px;
    position: relative;
}

.widget-information .ask-question-panel .form-row:last-child label {
    display: none;
}

.widget-information .ask-question-panel .form-row:nth-child(2),
.widget-information .ask-question-panel .form-row:nth-child(3) {
    width: 50%;
}

.widget-information .ask-question-panel .form-row:nth-child(4),
.widget-information .ask-question-panel .form-row:nth-child(5) {
    width: 100%;
}

.widget-information .ask-question-panel .form-row .errorlist.after {
    position: absolute;
    left: 15px;
    bottom: -5px;
}

/* product ask question END  */

/* product review panel  */
.review-view-panel .no-review-message {
    padding-bottom: 20px;
    display: block;
}

.write-review-panel .review-form {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
}

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

.write-review-panel .review-form .form-row:nth-child(2),
.write-review-panel .review-form .form-row:nth-child(3) {
    width: 50%;
}

.write-review-panel .review-form .form-row:nth-child(4),
.write-review-panel .review-form .form-row:nth-child(5),
.write-review-panel .review-form .form-row:nth-child(6) {
    width: 100%;
}

.write-review-panel .review-form .form-row.btn-row button {
    margin-right: 5px;
}

.write-review-panel .review-form .form-row label {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #2C2C2C;
    padding-bottom: 5px;
    font-weight: 500;
}

.write-review-panel .review-form input[type="text"],
.write-review-panel .review-form textarea {
    width: 100%;
}

.write-review-panel .review-form textarea {
    padding: 10px 15px;
}

.write-review-panel .review-form .review-image-input-with-dropzone-wrapper {
    border: 2px #ccc dashed;
    position: relative;
}

.write-review-panel .review-form .review-image-input-with-dropzone-wrapper .masked-file-input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
}

.write-review-panel .review-form .review-image-input-with-dropzone-wrapper .dropzone {
    padding: 46px;
}

.write-review-panel .review-form .review-image-input-with-dropzone-wrapper .dropzone svg {
    display: none;
}

.write-review-panel .review-form .review-image-input-with-dropzone-wrapper .dropzone .dropzone-text {
    font-size: 16px;
    display: block;
    text-align: center;
}

.write-review-panel .review-form .review-image-input-with-dropzone-wrapper .dropzone:before {
    content: "";
    width: 42px;
    height: 42px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2243%22%20height%3D%2243%22%20viewBox%3D%220%200%2043%2043%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0_286_2%29%22%3E %3Cpath%20d%3D%22M14.2622%2030.3149L21.2622%2037.3149L28.2622%2030.3149%22%20stroke%3D%22%23176F92%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M21.2622%2021.5649V37.3149%22%20stroke%3D%22%23176F92%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M36.8022%2032.2224C38.3237%2031.1526%2039.4646%2029.6257%2040.0595%2027.8635C40.6543%2026.1012%2040.6722%2024.1952%2040.1104%2022.4221C39.5486%2020.6491%2038.4365%2019.1011%2036.9353%2018.0029C35.4342%2016.9048%2033.6222%2016.3135%2031.7622%2016.3149H29.5572C29.0309%2014.2637%2028.0461%2012.3586%2026.6769%2010.7431C25.3078%209.12754%2023.59%207.84365%2021.6528%206.98807C19.7157%206.13248%2017.6097%205.72749%2015.4934%205.8036C13.3771%205.87971%2011.3056%206.43492%209.43493%207.42744C7.56425%208.41996%205.94311%209.82393%204.69354%2011.5336C3.44397%2013.2434%202.59855%2015.2143%202.22092%2017.298C1.84328%2019.3817%201.94328%2021.524%202.51338%2023.5635C3.08347%2025.603%204.10882%2027.4866%205.51221%2029.0724%22%20stroke%3D%22%23176F92%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0_286_2%22%3E %3Crect%20width%3D%2242%22%20height%3D%2242%22%20fill%3D%22white%22%20transform%3D%22translate%280.262207%200.564941%29%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E");
    display: block;
    margin: 0px auto 10px;
}

.write-review-panel .multiple-image-queue .file-selection-queue {
    padding: 15px;
    border-bottom: 1px #d6d6d6 solid;
}

.write-review-panel .multiple-image-queue .file-selection-queue .queue-image-preview {
    max-width: 120px;
    max-height: 120px;
    display: block;
    margin-bottom: 12px;
}

.write-review-panel .multiple-image-queue .file-selection-queue .file-name {
    font-size: 13px;
}

.write-review-panel .multiple-image-queue .file-selection-queue .file-remove {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2025%2025%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M3.48047%206.20215H5.48047H21.4805%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M19.4805%206.20215V20.2021C19.4805%2020.7326%2019.2698%2021.2413%2018.8947%2021.6164C18.5196%2021.9914%2018.0109%2022.2021%2017.4805%2022.2021H7.48047C6.95004%2022.2021%206.44133%2021.9914%206.06626%2021.6164C5.69118%2021.2413%205.48047%2020.7326%205.48047%2020.2021V6.20215M8.48047%206.20215V4.20215C8.48047%203.67172%208.69118%203.16301%209.06626%202.78793C9.44133%202.41286%209.95004%202.20215%2010.4805%202.20215H14.4805C15.0109%202.20215%2015.5196%202.41286%2015.8947%202.78793C16.2698%203.16301%2016.4805%203.67172%2016.4805%204.20215V6.20215%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M10.4805%2011.2021V17.2021%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M14.4805%2011.2021V17.2021%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
    background-size: 16px 16px;
    margin-left: 8px;
}

.review-view-panel .total-review-panel {
    max-width: 350px;
    margin-bottom: 30px;
}

.review-view-panel .total-review-panel h2.review-heading {
    padding: 0;
    font-size: 26px;
}

.review-view-panel .total-review-panel .avg-review-label {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #176F92;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.review-view-panel .total-review-panel div.total {
    font-size: 16px;
    padding: 20px 20px 0 20px;
    background-color: #f2f2f2;
    border-style: solid;
    border-color: #176F92;
    border-width: 0 1px 0 1px;
}

.review-view-panel .total-review-panel .visible-review-label {
    font-size: 16px;
    padding: 4px 20px 23px;
    background-color: #f2f2f2;
    display: block;
    border-style: solid;
    border-color: #176F92;
    border-width: 0 1px 1px 1px;
}

.review-view-panel .product-review-container {
    background: none;
    border: none;
    padding: 0;
}

.review-view-panel .single-review-block {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 4px 4px 0px rgb(0, 0, 0, .04);
    padding: 20px;
    line-height: 1.8;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.review-view-panel .single-review-block~.single-review-block {
    margin-top: 20px;
}

.review-view-panel .single-review-block .review-head {
    font-size: 14px;
    order: 2;
    color: #666;
    padding-bottom: 7px;
    margin-bottom: 14px;
    border-bottom: 1px #ececec solid;
}

.review-view-panel .single-review-block .review-head span.review-date {
    display: block;
}

.review-view-panel .single-review-block .reviewer-name {
    order: 1;
    font-size: 18px;
    font-weight: 600;
}

.review-view-panel .single-review-block .review-description {
    order: 3;
    font-size: 15px;
    color: #176F92;
}

/* product review panel END  */



/* ------------------------------- Product details page END ----------------------- */

.shop-techbuyer-category .category-image-view.category {
    padding: 0;
    border: none;
    margin: 12px;
}

.shop-techbuyer-category .category-view.image-view .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.shop-techbuyer-category .category-image-view.category .category-name-link.title-link {
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    display: inline-block;
    margin-top: 10px;
}

/* =============================================== FOOTER DESIGN ===============================================*/
body>.footer {
    background: #1E1E1E;
}

body>.footer:before {
    content: "";
    height: 68px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.footer-hr-line hr {
    border-top: 1px solid rgba(255, 255, 255, 0.27);
    margin: 0;
}

.footer .widget-title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #FFFFFF;
}


/* ------ ABN - Techbuyer ----  */
.abn-teachbuy p {
    letter-spacing: 0.03em;
    color: #000000;
    font-size: 14px;
    border-left: 1px #000 solid;
    padding: 3px 0 3px 26px;
    margin: 0;
}

/* -------- We Accept:------ */
.footer .footer-we-accept .widget-title {
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #000000;
    display: inline-block;
    padding: 0;
    vertical-align: middle;
    margin-right: 12px;
}


/* -------- Footer nav ------ */

.footer .vertical .navigation-item a {
    border: none;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    opacity: 0.8;
    font-weight: 400;
    padding: 8px 0;
}

.footer .vertical .navigation-item a:hover {
    color: #FFFFFF;
    opacity: 1;
}


/* -------- Footer Newsletter ------ */

.widget-newsletter .form-row {
    margin: 0;
}

.widget-newsletter label {
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    opacity: 0.8;
    margin-bottom: 30px;
    line-height: 25px;
}

.widget-newsletter .form-row label:after {
    vertical-align: middle;
    content: "";
    display: inline-block;
    height: 18px;
    width: 16px;
    background-color: #1E1E1E;
    margin-left: -8px;
}

.widget.widget-newsletter .form-row input {
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 33px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background: none;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: rgba(255, 255, 255, 0.27);
    border-radius: 0;
    padding: 3px 135px 3px 0 !important;
}

.widget.widget-newsletter .form-row input::-webkit-input-placeholder {
    color: #FFFFFF;
    opacity: 0.8;
}

.widget.widget-newsletter .form-row input::-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.8;
}

.widget.widget-newsletter .form-row input:-ms-input-placeholder {
    color: #FFFFFF;
    opacity: 0.8;
}

.widget.widget-newsletter .form-row input:-moz-placeholder {
    color: #FFFFFF;
    opacity: 0.8;
}

.widget.widget-newsletter .form-row input:focus {
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #0F89BB;
    padding: 3px 135px 3px 0 !important;
}

.widget.widget-newsletter .form-row input.error-field-error[type="text"] {
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: #ff0000;
    background: none;
    padding: 3px 135px 3px 0 !important;
}

.widget-newsletter .form-row .errorlist.after {
    position: static;
}

.widget-newsletter .errorlist.after .message-block {
    bottom: 20px;
    font-size: 14px;
}

.widget-newsletter .form-row.button-container {
    position: absolute;
    right: 0;
    bottom: 51px;
}

.widget-newsletter .form-row.button-container label {
    display: none;
}

.widget-newsletter .form-row.button-container button {
    background: none;
    padding: 5px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer .widget-newsletter .widget-title {
    padding-bottom: 15px;
}

.widget-newsletter .message-block {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    width: auto;
}


.site-popup .title-bar {
    padding: 0;
    background: none;
    font-size: 26px;
    font-weight: 700;
}

.site-popup .title-bar .close:before {
    color: #2c2c2c;
}

.site-popup .button-line {
    display: flex;
    justify-content: center;
}

.advance.checkout-page .advance-checkout-order-details-right-dom-inner .checkout-others-payment-option .code-submit-form input {
    border: 2px #878787 solid;
    padding: 10px 20px;
    border-radius: 0;
}

.advance.checkout-page .advance-checkout-order-details-right-dom-inner .checkout-others-payment-option .code-submit-form input:focus {
    border: 2px #176F92 solid;
    padding: 10px 20px;
}

.advance.checkout-page .advance-checkout-order-details-right-dom-inner .checkout-others-payment-option .code-submit-form .code-submit-form-submit {
    background-color: #176F92;
    color: #ffffff;
    border-radius: 0;
}

.advance.checkout-page .advance-checkout-order-details-right-dom-inner .checkout-others-payment-option .code-submit-form .code-submit-form-submit:hover {
    background-color: #E8631E;
}

.advance-checkout-order-details-right-dom .image {
    flex: 0 0 120px;
    border: none;
    padding: 0;
}

.advance-checkout-order-details-right-dom .image img {
    margin: 0 auto;
}

.advance-checkout-order-details-right-dom .image .wrapper {
    border: 1px #f1f1f1 solid;
    padding: 5px;
}

.advance-checkout-order-details-right-dom .cart-item~.cart-item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #d6d6d6 solid;
}

.advance-checkout-order-details-right-dom-inner .cartitem-table {
    margin-bottom: 25px;
}

.checkout-page .advance-checkout-billing-init-step .form-row {
    width: 50%;
    margin: 0;
    padding: 15px;
}

.advance.checkout-page .address-edit-from-wrap form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.advance.checkout-page .address-edit-from-wrap form .form-row {
    width: 50%;
    margin: 0;
    padding: 0 15px 30px;
    position: relative;
}
.advance.checkout-page .address-edit-from-wrap form .country-selector-row + .company-row {
    width: 100%;
}
.advance.checkout-page .address-edit-from-wrap form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.advance-checkout-order-details-left-dom-inner h1.page-heading {
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    border-bottom: 1px #d6d6d6 solid;
    padding-bottom: 7px;
    margin-bottom: 55px;
}

.advance-checkout-order-details-right-dom h2 {
    margin-top: 8px;
    padding-bottom: 13px;
    font-size: 30px;
    color: #000;
}

.advance.checkout-page .advance-checkout-order-details-right-dom-inner .checkout-others-payment-option .code-submit-form .message-block {
    bottom: -13px;
}

.advance.checkout-page .header.section-to-collapse-expand .title {
    padding: 0;
    font-size: 22px;
    cursor: pointer;
}
.checkout-page .advance-checkout-steps-left-dom .contact-section .header .title:after,
.checkout-page .advance-checkout-steps-left-dom .section .header .title:after {
    top: 8px;
}
.contact-information-advance-panel .contact-information-edit-mode {
    margin-bottom: 30px;
}

.advance.checkout-page .advance-checkout-billing-init-step .form-row.company-row,
.advance.checkout-page .advance-checkout-billing-init-step .form-row.form-row.state-selector-row {
    padding-bottom: 0;
}

.advance.checkout-page .address-edit-from-wrap form>input.submit-button {
    margin-left: 15px;
}

.advance.checkout-page .address-edit-from-wrap form input.button {
    min-width: 150px;
}

.advance.checkout-page .section.shipping .shipping-handing-advance-panel .info-row {
    background-color: #e7f0f4;
    border-radius: 0;
}

.advance.checkout-page .section.shipping .shipping-handing-advance-panel .info-row span {
    color: #176F92;
    font-weight: 700;
}

.flying-cart-quantity-wrapper .stepper .product-quantity-selector {
    padding: 0;
    text-align: center;
    border: none;
    height: 41px;
    background: #ffffff;
    flex: 1 1 auto;
    order: 2;
    font-size: 20px;
    color: #176F92;
    z-index: inherit;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow {
    background: none;
    border: none;
    position: static;
    height: 46px;
    width: 39px;
    text-indent: inherit;
    font-size: 0;
    line-height: 64px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.up {
    order: 3;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.down {
    order: 1;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.up:after,
.flying-cart-quantity-wrapper .stepper .stepper-arrow.up:before,
.flying-cart-quantity-wrapper .stepper .stepper-arrow.down:after {
    position: absolute;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.up:after,
.flying-cart-quantity-wrapper .stepper .stepper-arrow.up:before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #000;
    top: 20px;
    left: 11px;
    transform: none;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.up:before {
    transform: rotate(90deg);
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.down::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #000;
    top: 21px;
    left: 15px;
    transform: none;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.down::after {
    display: none;
}

.flying-cart-quantity-wrapper .stepper {
    display: flex;
    width: 114px;
    padding: 0;
    border-radius: 0;
}

.advance.checkout-page {
    grid-template-columns: 60% 40%;
}

.advance-checkout-steps-left-dom {
    padding: 0 70px 0 0;
}

.advance-checkout-order-details-right-dom {
    padding: 0 0 0 70px;
    background: none;
}

.advance-checkout-steps-left-dom .contact-section .body.guest-checkout-no-billing-address-exist-yet {
    margin-top: -55px;
}

.contact-information-view-mode.address-view {
    margin-bottom: 20px;
}

.widget-breadcrumb .breadcrumb-item.root a:hover::before,
.breadcrumb-item .label:hover {
    color: #E8631E;
}

.widget.widget-breadcrumb .breadcrumb-item.current {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.breadcrumb-item.root .separator {
    font-size: 0;
}

.widget-breadcrumb .breadcrumb-item.root a::before {
    content: "Home";
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
}

.widget-breadcrumb .breadcrumb-item .separator::after {
    color: #2C2C2C;
    content: "/";
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-left: 2px;
    vertical-align: -2px;
}

.widget-breadcrumb .separator {
    font-size: 0;
}

.breadcrumb-item.root .icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: none;
}

.widget-breadcrumb .breadcrumb-item a,
.widget-breadcrumb .breadcrumb-item a:hover {
    color: #2C2C2C;
}

.breadcrumb-item .label {
    font-size: 14px;
    color: #2C2C2C;
}

.breadcrumb-item .label:hover {
    color: #E8631E;
}

.widget-breadcrumb .breadcrumb-item.root a:hover::before {
    color: #E8631E;
}

/* sifatur add */
/** Customer Profile End **/
#customer-profile-tabs {
    margin: 10px auto 30px;
    max-width: 1400px;
    width: 100%;
}

.customer-profile-v2 .header-message {
    font-weight: 500;
    font-size: 37px;
    line-height: normal;
    color: #000;
}

#customer-profile-tabs.customer-profile-v2 .button.profileLogout {
    margin-top: 0;
    border: 0;
    max-width: 150px;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a {
    color: #176F92;
    padding: 10px 20px 30px;
    font-size: 15px;
    font-weight: 500;
    display: block;
    width: 100%;
    text-align: center;
    height: 40px;
    border-radius: 0;
    line-height: 20px;
    background-color: transparent;
    border: 2px solid #176F92;
    text-transform: uppercase;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout a::before {
    content: "";
    background: url(/template/4785a1ce/images/logout.svg);
    vertical-align: top;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    width: 17px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin-right: 10px;
    background-position: 0 0px;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout:hover a::before {
    background-position: 0 38px;
}

#customer-profile-tabs.customer-profile-v2 .profileLogout:hover a {
    background: #176F92;
}

.bmui-tab.left-side-header.customer-profile-v2 .bmui-tab-header-container {
    border-color: #bdbdbd;
    background: transparent;
    padding-left: 35px;
    border-right: 1px solid #DEDEDE;
}

.customer-profile-v2 .customer-profile {
    position: absolute;
    left: 0;
    top: 0;
    overflow: unset;
}

.customer-profile-v2 .customer-profile::after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    right: -15px;
    top: 0px;
    background: #176F92 url(../images/cam.svg) no-repeat center 4px;
    transform: translateX(-50%);
    border-radius: 50px;
}

.customer-profile-v2 .customer-profile img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 52px;
    width: 52px;
    border-radius: 50%;
}

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

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 34px;
    color: #000000;
    opacity: 0.8;
    border: 0;
    padding: 0 0 15px 0;

}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
    background: none;
    color: #176F92 !important;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container .bmui-tab-header-container {
    border-bottom: 0;
}

.bmui-tab.left-side-header.customer-profile-v2 .bmui-tab-body-container {
    border: 1px #bdbdbd solid;
    border-left-color: rgb(232, 232, 232);
    border-left-style: solid;
    border-left-width: 1px;
    border-left: 0;
}

.bmui-tab.left-side-header.customer-profile-v2 .bmui-tab-body-container {
    padding: 25px 40px;
}

#customer-profile-tabs.customer-profile-v2 .special-product .title {
    padding-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#customer-profile-tabs .scrollable-view .header {
    border: none;
    display: none;
}

#customer-profile-tabs .scrollable-view .content {
    margin: 0 -30px;
    padding: 10px 20px 20px;
    display: flex;
    flex-wrap: wrap;
}

#customer-profile-tabs.customer-profile-v2 .special-product .title::before {
    display: none;
}

.bmui-tab.left-side-header.customer-profile-v2>.bmui-tab-body-container .bmui-tab-header .title {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    color: #176F92;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active,
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    font-weight: 500;
    position: relative;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 10px;
    width: 50px;
    height: 3px;
    background: #176F92;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header-container.bmui-tab-header-container.top-box .bmui-tab-active:after {
    bottom: 5px;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header~.bmui-tab-header {
    margin-left: 50px;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header~.bmui-tab-header .title {
    margin-left: 0px;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header.bmui-tab-active .title::after,
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header:hover .title::after {
    opacity: 1;
}

.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-body-container .bmui-tab-header .title::after {
    height: 1px;
    width: auto;
    background-color: #176F92;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    opacity: 0;
    bottom: 0;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container .bmui-tab-header-container {
    width: 100%;
    background: #fff;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container .bmui-tab-body-container {
    margin-top: 20px;
}

#bmui-tab-account_information .account-short-details>div {
    width: 30%;
}

#bmui-tab-account_information .account-short-details {
    display: flex;
    background: #F9F9F9;
    padding: 30px;
    margin: 0 0 15px;
    justify-content: end;
    flex-wrap: wrap;
}

#bmui-tab-account_information .account-short-details>div.customer-address {
    width: 40%;
}

#bmui-tab-account_information .account-short-details>div.customer-address>p.address-line-1 {
    width: 100%;
}

.bmui-tab-panel .account_information .name {
    display: none;
}

#bmui-tab-account_information .account-short-details .form-row label {
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding: 0 0 3px 0;
    width: 100%;
}

#bmui-tab-account_information .account-short-details p.address-line-1 {
    position: relative;
    padding: 25px 0 0 40px;
    width: 40%;
}

#bmui-tab-account_information .account-short-details p.address-line-1:before {
    content: '';
    width: 28px;
    height: 20px;
    background: url("../images/icon-address-profile.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 0;
}

#bmui-tab-account_information .account-short-details p.address-line-1:after {
    content: 'Address';
    position: absolute;
    left: 40px;
    top: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

#bmui-tab-account_information .account-short-details .form-row {
    padding: 0 0 0 40px;
    width: 100%;
    color: rgba(0, 0, 0, 0.8);
    display: block;
    width: 100%;
    height: 85px;
    font-size: 17px;
}

#bmui-tab-account_information .account-short-details .form-row div {
    position: relative;
}

#bmui-tab-account_information .account-short-details .form-row div:before {
    content: '';
    width: 28px;
    height: 28px;
    background: url("../images/icon-email-profile.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: -40px;
    top: 0;
}

#bmui-tab-account_information .account-short-details .form-row .icon-customer-mobile:before {
    background: url("../images/icon-mobile-profile.svg") no-repeat center right;
}

#bmui-tab-account_information .account-short-details .form-row .icon-customer-phone:before {
    background: url("../images/icon-phone-profile.svg") no-repeat;
}

#bmui-tab-account_information .account-short-details .form-row .icon-customer-fax:before {
    background: url("../images/icon-fax-profile.svg") no-repeat center right;
}

#bmui-tab-account_information .button-line {
    text-align: left;
    padding: 10px 0 0 0;
}

#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link {
    border: 1px solid rgba(0, 0, 0, 1.0);
    border-radius: 3px;
    background-image: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #050505;
    position: relative;
    text-decoration: none;
    padding: 8px 20px;
}

#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link:hover {
    color: #fff;
    background-color: #38A5C6;
    border-color: #38A5C6;
}


#customer-profile-tabs thead th {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding: 10px;
}

#customer-profile-tabs tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}

#customer-profile-tabs .actions-column .floating-action-dropper:before {
    content: '\f142';
    font-size: 16px;
}

#bmui-tab-shipping_address tbody td.contact-cell label,
#bmui-tab-billing_address tbody td.contact-cell label,
#bmui-tab-account_information tbody td.contact-cell label {
    font-weight: 600;
}

#customer-profile-tabs .bmui-tab .form-row label {
    display: block;
}

#customer-profile-tabs table+.button-line {
    text-align: right;
}

#bmui-tab-billing_address tbody td.action-cell .action-icon.edit,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.edit {
    padding: 8px;
    border: 1px solid #bdbbbb;
    border-radius: 0;
    background-image: none;
    position: relative;
    width: 65px;
    height: 34px;
}

#bmui-tab-billing_address tbody td.action-cell .action-icon.edit:before,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.edit:before {
    content: 'Edit';
    position: absolute;
    left: 50%;
    top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #050505;
    transform: translateX(-50%)
}

#bmui-tab-billing_address tbody td.action-cell .action-icon.edit:hover,
#customer-profile-tabs tbody td.action-cell .action-icon.edit:hover {
    color: #fff !important;
    background-color: #176F92 !important;
    border-color: #176F92;
}

#bmui-tab-billing_address tbody td.action-cell .action-icon.edit:hover::before,
#customer-profile-tabs tbody td.action-cell .action-icon.edit:hover::before {
    color: #fff;
}

#bmui-tab-billing_address tbody td.action-cell .action-icon.delete,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.delete,
#bmui-tab-billing_address tbody td.action-cell .action-icon.active,
#bmui-tab-shipping_address tbody td.action-cell .action-icon.active {
    height: 25px;
}

.page-profile .edit-address-form .form-row.btn-row {
    width: 100%;
}

#customer-profile-tabs.customer-profile-v2 button {
    border: 2px solid #176F92;
    border-radius: 3px;
    background-image: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 11px 16px;
    background: #176F92;
    text-transform: capitalize;
    width: auto;
    margin-top: 0;
    float: right;
    border-radius: 0;
    height: auto;

}

#customer-profile-tabs.customer-profile-v2 button.cancel-button {
    border: 2px solid #000;
    background: transparent;
    color: #000;
}

.page-profile .bmui-tab-body-container .form-row.btn-row button {
    margin-left: 12px;
}

#customer-profile-tabs.customer-profile-v2 button:hover {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container .bmui-tab-body-container .store_credit {
    font-size: 17px;
}

.customer-profile-v2 .customer-basic-info .customer-name-text {
    font-size: 17px;
    color: #000;
    font-weight: 500;
}

#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container .bmui-tab-body-container .store_credit .form-row.mandatory {
    margin-top: 20px;
}

#bmui-tab-account_information .button-line {
    text-align: right;
    padding: 10px 0 0 0;

}

#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link {
    background-image: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    position: relative;
    text-decoration: none;
    padding: 11px 20px;
    background: #176F92;
    border: 2px solid #176F92;
    border-radius: 0;
    width: auto;
    text-transform: capitalize;
    transition: all 300ms ease-out;
}

#bmui-tab-account_information .button-line span.link-btn.password-edit-link,
#customer-profile-tabs span.create-new.button,
.wish-list-list .button.create-wish-list,
.wish_list .wish-list-share-form .form-row:nth-last-child(1) button,
.page-profile .bmui-tab-body-container .form-row.btn-row button {
    background-image: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #176F92;
    position: relative;
    text-decoration: none;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #176F92;
    border-radius: 0;
    width: auto;
    text-transform: capitalize;
    float: right;
}

#bmui-tab-account_information .button-line span.link-btn.account-details-edit-link:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

#bmui-tab-account_information .button-line span.link-btn.password-edit-link:hover,
#customer-profile-tabs span.create-new.button:hover,
.wish-list-list .button.create-wish-list:hover,
.store_credit .store-credit-request-form .submit-button:hover,
.wish_list .wish-list-share-form .form-row:nth-last-child(1) button:hover,
.page-profile .bmui-tab-body-container .form-row.btn-row button:hover {
    color: #fff;
    background-color: #176F92;
    border-color: #176F92;
    color: #fff;
}

#customer-profile-tabs.customer-profile-v2 .form-row input[type="text"],
#customer-profile-tabs.customer-profile-v2 .form-row input[type="email"],
#customer-profile-tabs.customer-profile-v2 .form-row input[type="password"],
#customer-profile-tabs.customer-profile-v2 .form-row select {
    border: 2px solid #878787;
    border-radius: 0;
}

#customer-profile-tabs.customer-profile-v2 .form-row input[type="text"]:focus,
#customer-profile-tabs.customer-profile-v2 .form-row input[type="email"]:focus,
#customer-profile-tabs.customer-profile-v2 .form-row input[type="password"]:focus,
#customer-profile-tabs.customer-profile-v2 .form-row select:focus {
    border: 2px solid #176F92;
}

body.page-profile select,
body.page-profile input[type="text"],
body.page-profile input[type="password"],
body.page-profile input[type="email"] {
    height: 45px !important;
    padding: 3px 14px !important;
    border: 1px solid #757575;
}

body.page-profile select:focus,
body.page-profile input[type="text"]:focus,
body.page-profile input[type="password"]:focus,
body.page-profile input[type="email"]:focus {
    border: 1px solid #FFCB54;
}

#customer-profile-tabs.customer-profile-v2 .account_information .account-details-form .form-row.btn-row {
    width: 100%;
    text-align: right;
    overflow: hidden;
}

#customer-profile-tabs .bmui-tab .form-row label {
    display: block;
    color: #000;
}

#customer-profile-tabs.customer-profile-v2 .form-row label {
    display: block;
    width: 100%;
    font-size: 16px;
    padding-bottom: 5px;

}

#customer-profile-tabs.customer-profile-v2 .billing_address .edit-address-form .form-row.company-row,
#customer-profile-tabs.customer-profile-v2 .shipping_address .edit-address-form .form-row.company-row {
    width: 100%;
}

#bmui-tab-account_information form.edit-password-form .form-row {
    margin-bottom: 15px;
    margin-top: 10px;
}

#bmui-tab-account_information form.edit-password-form .form-row.btn-row {
    margin-top: 25px;
}

.bmui-tab.left-side-header .bmui-tab .account_information .form-row label {
    font-weight: 400;
}

#customer-profile-tabs thead th {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    padding: 10px;
    padding-left: 10px;
}

#customer-profile-tabs .billing_address th:first-child,
#customer-profile-tabs .billing_address td.name-cell,
#customer-profile-tabs .shipping_address th:first-child,
#customer-profile-tabs .shipping_address td.name-cell {
    width: 20% !important;
}

#customer-profile-tabs .billing_address th:nth-last-of-type(2),
#customer-profile-tabs .billing_address td.contact-cell,
#customer-profile-tabs .shipping_address th:nth-last-of-type(2),
#customer-profile-tabs .shipping_address td.contact-cell {
    width: 35% !important;
}

#customer-profile-tabs tbody td:nth-of-type(3) {
    padding-right: 10px;
    width: 21%;
}

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

#customer-profile-tabs #bmui-tab-my-orders #order-list thead th {
    word-break: normal;
}

#customer-profile-tabs th:first-child,
#customer-profile-tabs td:first-child {
    padding-left: 13px;
    text-transform: capitalize;
}

#customer-profile-tabs th:last-child,
#customer-profile-tabs td:last-child {
    text-align: center;
    width: 15%;
    text-align: right;
    padding-right: 12px;
}

#customer-profile-tabs tr,
table tr {
    border-bottom: 1px solid #F6F6F6;
}

#customer-profile-tabs.customer-profile-v2 .form-row textarea {
    height: 120px;
    border: 1px solid #757575;
    border-radius: 0;
    padding: 10px 10px;
    font-size: 17px;
}

#customer-profile-tabs.customer-profile-v2 .form-row textarea:focus {
    border: 1px solid #176F92;
}

#customer-profile-tabs.customer-profile-v2 .store-credit-request-form .form-row label {
    margin-bottom: 5px;
}

span.action-icon.details,
span.action-icon.edit,
span.action-icon.share {
    background: none !important;
}

.wish-list-list span.action-icon.details:after,
.wish-list-list span.action-icon.edit:after,
.wish-list-list span.action-icon.share:after,
span.action-icon.add-to-cart {
    content: "\f06e";
    font-family: 'FontAwesome';
    color: #333;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 15px;
}

.wish-list-list span.action-icon.edit:after {
    content: "\f044";
}

.wish-list-list span.action-icon.share:after {
    content: "\f064";
}

.action-icon {
    position: relative;
    margin: 0 6px;
}

.action-icon.delete, 
.action-icon.remove {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cg%20clip-path%3D%22url%28%23clip0_293_6%29%22%3E %3Cpath%20d%3D%22M15.2751%2016C15.0876%2016%2014.9126%2015.925%2014.7626%2015.7875L8.0001%209.01251L1.2251%2015.7875C0.950098%2016.0625%200.487598%2016.0625%200.212598%2015.7875C-0.0624023%2015.5125%20-0.0624023%2015.05%200.212598%2014.775L6.9876%208.00001L0.212598%201.22501C-0.0624023%200.950006%20-0.0624023%200.487506%200.212598%200.212506C0.487598%20-0.0624939%200.950098%20-0.0624939%201.2251%200.212506L8.0001%206.98751L14.7751%200.212506C15.0501%20-0.0624939%2015.5126%20-0.0624939%2015.7876%200.212506C16.0626%200.487506%2016.0626%200.950006%2015.7876%201.22501L9.0126%208.00001L15.7876%2014.775C16.0626%2015.05%2016.0626%2015.5125%2015.7876%2015.7875C15.6501%2015.925%2015.4626%2016%2015.2751%2016Z%22%20fill%3D%22%230A0A0A%22%2F%3E %3C%2Fg%3E %3Cdefs%3E %3CclipPath%20id%3D%22clip0_293_6%22%3E %3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22%2F%3E %3C%2FclipPath%3E %3C%2Fdefs%3E %3C%2Fsvg%3E");
    background-position: center center;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}

#customer-profile-tabs tbody td.unpaid {
    color: #e85656;
}

#customer-profile-tabs tbody td.paid {
    color: #45A801;
}

#customer-profile-tabs tbody td.awaiting {
    color: #d7ac04;
}

#order-details .info-row {
    margin: 12px 0 15px;
}

#order-details .info-row>* {
    font-size: 17px;
    font-weight: 400;
}

#order-details .info-row label {
    color: #000;
}

#order-details .info-row:last-child {
    border-top: 1px solid #E8E8E8;
    margin-top: 12px;
    padding-top: 12px;
    max-width: 500px;
    float: right;
    width: 100%
}

#order-details .info-row:last-child label,
#order-details .info-row:last-child .value {
    font-weight: 700;
    font-size: 20px;
}

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

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

#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.customer-profile-v2 .bmui-tab-body-container .bmui-tab-body-container {
    margin-top: 20px;
}

#customer-profile-tabs .bmui-tab-panel .panel-header .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
    display: block;
}

#customer-profile-tabs .bmui-tab-body-container h1 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 20px;
}

#customer-profile-tabs .wish-list-edit-form th {
    font-weight: 600;
    font-size: 15px;
    color: #4c4c4c;
}

#customer-profile-tabs .wish-list-edit-form tbody td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 12px 10px;
}

#customer-profile-tabs .bmui-tab-panel .panel-header .address span {
    font-weight: 400;
    color: #666;
}

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

#order-details .order-items-wrap th:nth-of-type(2),
#order-details .order-items-wrap td:nth-of-type(2) {
    display: none;
}

#customer-profile-tabs #bmui-tab-my-wallet h1 {
    line-height: 24px;
    margin: 20px auto 20px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 5px;
    border: 1px solid rgba(0, 0, 0, 1.0);
    background: transparent;
    max-width: 90px;
    color: #000;
    text-align: center;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
}

#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
    padding: 4px 5px;
    background: #047dc1;
    border-color: #047dc1;
    max-width: 90px;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
}


.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 20px;
    margin-bottom: 12px;
    padding-bottom: 6px;
    display: block;
    border-bottom: 1px solid #f7f7f9
}

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

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

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

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

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

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

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

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

.page-profile .comment-area .comment-row .show-comment,
.page-guest-customer-order-comment .comment-row .show-comment {
    width: 100%;
    padding: 5px 0 10px;
    font-weight: 400;
}

.page-profile .comment-area .comment-row.customer .name,
.page-guest-customer-order-comment .comment-row.customer .name {
    color: #000;
    font-size: 17px;
    font-weight: 500;
}

.page-profile .comment-area .comment-row .date-time,
.page-guest-customer-order-comment .comment-row .date-time {
    font-size: 14px;
    color: #878787;
    padding-top: 3px;
}

#customer-profile-tabs #bmui-tab-my-orders #order-list .id-col {
    width: 84px;
}

#customer-profile-tabs .credit-debit-card .new-card {
    width: 300px;
    max-width: inherit;
    background-color: #f0f6f9;
    border-radius: 0;
}

#customer-profile-tabs .credit-debit-card .new-card .link,
#customer-profile-tabs .credit-debit-card .new-card .link-btn {
    background: none;
    color: #000;
}

.site-popup.popup .payment-form.site-popup-form .header-wrapper>h1 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 12px;
    font-weight: 600;
}

.payment-form .form-row label,
.payment-form .double-input-row label {
    display: block;
    padding-bottom: 5px;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    width: 100%;
    color: #000;
    font-size: 15px;
}

.page-profile .site-popup.popup .payment-form.site-popup-form .button-line .close.cancel-button {
    color: #000 !important;
}

.page-profile .site-popup.popup .payment-form.site-popup-form {

    margin-top: -5px !important;
}

.payment-form.site-popup-form .double-input-row.mandatory {
    padding-bottom: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 18px);
}

.payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select {
    margin: 0;
    width: 100%;
    height: 50px;
    border: 1px #757575 solid;
    font-size: 16px;
    color: #000000;
    border-radius: 0;
}

.payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #000;
    font-size: 20px;
    height: 50px;
    line-height: 47px;
    margin: 0;
    text-align: center;
    width: 36px;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.page-profile .payment-form.site-popup-form .double-input-row.mandatory .errorlist.after,
.advance.checkout-page .address-edit-from-wrap .form-row .errorlist.after {
    line-height: 15px;
    position: absolute;
    left: 15px;
    bottom: 12px;
}

#customer-profile-tabs.customer-profile-v2 button[disabled],
#customer-profile-tabs.customer-profile-v2 button[disabled]:hover {
    color: #e6e6e6 !important;
    ;
    background-color: #6c757d !important;
    border: 2px solid #6c757d !important;
    text-shadow: none;
    opacity: 0.7;
    cursor: default !important;
    font-weight: 500;
}

.wish_list .wish-list-share-form .form-row {
    width: 48%;
    display: inline-block;
    margin: 15px 15px 10px 0;
    position: relative;
}

.wish_list .wish-list-share-form .form-row:nth-last-child(1),
.wish_list .wish-list-share-form .form-row:nth-last-child(2) {
    width: 100%;
    display: block;
    margin: 0 0 15px;
}

.wish_list .wish-list-share-form .form-row textarea {
    width: 100%;
    max-width: 938px
}

.wish_list .wish-list-share-form .form-row:nth-last-child(1) {
    text-align: right;
    padding-right: 30px;
}

.wish_list .wish-list-share-form .form-row:nth-last-child(1) button {
    margin-left: 12px;
    max-width: 160px;
    width: 100%;
    cursor: pointer;
}

.wish_list .wish-list-share-form .form-row .errorlist.after {
    position: absolute;
    bottom: -15px;
}

.page-filter .total-result {
    margin-top: 50px;
    color: #ffa836;
}

.wish_list .no-data {
    display: block;
    color: #262626;
    font-weight: 500;
    font-size: 17px;
}

.wish_list .wish-list-edit-form .form-row.btn-row {
    text-align: right;
    margin-bottom: 90px;
}

#customer-profile-tabs.customer-profile-v2 .wish-list-share-form textarea {
    width: 100%;
    max-width: 98%;
    border: 1px solid #757575;
}

body.page-profile .close.cancel-button:hover {
    color: #000 !important;
    background-color: #FFCB54 !important;
    border-color: #FFCB54 !important;
}

.page-profile .errorlist.after {
    position: absolute;
    font-size: 12px;
}

#customer-profile-tabs.customer-profile-v2 .form-row {
    height: auto;
    margin-bottom: 16px;
}

/******************************/
.time-out.popup .header-line {
    background-color: transparent;
    text-align: center;
    padding-top: 50px;
}

.time-out.popup .header-line .ok {
    background-color: rgb(34, 108, 150);
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 110px;
    cursor: pointer;
}

.time-out.popup .body {
    text-align: center;
    position: absolute;
    top: 40px;
    width: auto;
    background: transparent;
    padding: 0;
    left: 50%;
    transform: translate(-50%);
}

.time-out.popup .header-line:hover .ok {
    background-color: #000;
    color: #fff;
}

.floating-panel-popup.popup {
    max-width: 180px;
    padding: 12px 20px;
    box-shadow: 0 0 2px #bfbbbb;
}

/** Customer Profile End **/


/**********payment-success**************/
.page-post-payment table.cartitem-table {
    margin: 10px 0;
    border: 0;
}

.page-post-payment .message-details {
    max-width: 600px;
    margin: 0px auto 30px;
    text-align: center;
}

.page-post-payment .message-details p {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
}

.page-post-payment .message-details p a {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: underline !important;
    font-family: 'Open Sans', sans-serif;
}

.page-post-payment .message-details p a:hover {
    color: #2a87bc;
}

.page-post-payment .message-details p.order-info .order-id {
    font-size: 33px;
    font-weight: 700;
}

.page-post-payment .order-details {
    max-width: 1200px;
    margin: 20px auto 30px;
    padding: 50px;
    border: 1px solid #efefef;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 0;
}

.page-post-payment .order-details h4.table_heading {
    display: none;
}

.page-post-payment .order-details .cartitem-table tr td {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.page-post-payment .order-details .cartitem-table tr td {
    padding: 20px 0;
}

.page-post-payment .order-details .cartitem-table tr:first-child th {
    font-size: 22px;
    background: transparent;
    font-weight: 500;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.page-post-payment .cartitem-table th,
.page-post-payment .cartitem-table td {
    width: 20%;
    text-align: center;
}

.page-post-payment .cartitem-table th.price,
.page-post-payment .cartitem-table td.price {
    text-align: right;
}

.page-post-payment .order-details .cartitem-table th:first-child,
.page-post-payment .order-details .cartitem-table th:last-child {
    padding: 0
}

.page-post-payment .order-details .cartitem-table th:first-child,
.page-post-payment .order-details .cartitem-table td:first-child {
    width: 40%;
    text-align: left;
    font-size: 18px;
}

.page-post-payment .order-details .cartitem-table th:last-child,
.page-post-payment .order-details .cartitem-table td:last-child {
    width: 20%;
}

.page-post-payment .payment-success-total table td {
    font-size: 17px;
    color: #393939;
}

.page-post-payment .payment-success-total>table,
.page-post-payment .payment-success-total>table td {
    border: 0;
    padding: 10px 0;
}

.page-post-payment .payment-success-total>table td.price,
.page-post-payment .payment-success-total>table td.price .price {
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}

.page-post-payment .payment-success-total>table tr.total-order .price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.page-post-payment .payment-success-total>table tr.total-order .total-label {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.page-post-payment .payment-success-total>table tr {
    border-bottom: 1px solid #f6f6f6;
}

.page-post-payment .payment-success-total>table tr.total-order {
    border-bottom: 0;
}

.page-post-payment .order-details .cartitem-table th,
.page-post-payment .order-details .cartitem-table td {
    border: 0
}

/**********end payment-success**************/



/** Flying Cart Start **/
.flying-cart-remove-wrapper .flying-cart-item-remove {
    background-image: url("../images/flying-cart-cross-arrow.svg");
}

.flying-cart-content.page-content.loading.popup {
    padding: 0;
    top: 0 !important;
}

.flying-cart-item .flying-cart-item-image {
    max-width: 100px;
    width: 100%;
}

.flying-cart-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    padding: 25px 35px;
}

.flying-cart-page-heading {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    padding: 18px 0;
    padding: 18px 0;
}

.flying-cart-item:last-child {
    padding-bottom: 320px;
}

.flying-cart-item-image img {
    width: 126px;
    height: 126px;
    object-fit: contain;
}

.flying-cart-product-name a:link,
.flying-cart-product-name a:visited {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    text-transform: capitalize;
}

.flying-cart-product-name a:hover {
    color: #0f72aa;
}

.flying-cart-quantity.quantity.cartitem-table .flying-cart-quantity-wrapper.wrapper {
    float: left;
}

.flying-cart-quantity-wrapper .stepper-arrow::before,
.flying-cart-quantity-wrapper .stepper-arrow::after {
    background-color: transparent;
}

.flying-cart-quantity-wrapper .stepper-arrow.down::before {
    transform: unset;
    right: 20px;
}

.flying-cart-quantity-wrapper .stepper input[type="text"]:focus,
.flying-cart-quantity-wrapper .stepper input[type="tel"]:focus,
.flying-cart-quantity-wrapper .stepper input[type="password"]:focus,
.flying-cart-quantity-wrapper .stepper input[type="email"]:focus,
.flying-cart-quantity-wrapper .stepper textarea:focus {
    border: 0;
}

.flying-cart-quantity-wrapper .stepper-arrow.up,
.flying-cart-quantity-wrapper .stepper-arrow.down {
    width: 35px;
    font-weight: 400;
}

.flying-cart-unit-price-wrapper {
    font-size: 21px;
    font-weight: 500;
    line-height: 23px;
}

.flying-cart-footer {
    padding: 30px 35px;
    left: 0;
    z-index: 111;
}

.flying-cart-shopping-cart-total>div {
    margin-bottom: 10px;
}

.check-out-total *,
.shopping-cart-total * {
    font-size: 18px;
    text-transform: capitalize;
}

.flying-cart-total-label span,
.flying-cart-bottom-price span {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.flying-cart-footer .flying-cart-shopping-cart-total .flying-cart-bottom-price span {
    font-size: 20px;
    font-weight: 500 !important;
    color: #000;
    text-transform: capitalize;
}

.flying-cart-shopping-cart-total .flying-cart-total-order {
    padding-top: 20px;
    margin-top: 20px;
}

.flying-cart-shopping-cart-total .flying-cart-total-order .flying-cart-total-label span {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 500;
}

.flying-cart-total-order .flying-cart-total-label span,
.flying-cart-total-order .flying-cart-bottom-price span {
    font-weight: 500 !important;
}

.flying-cart-shopping-cart-total .flying-cart-total-order .flying-cart-bottom-price span {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700 !important;
}

.flying-cartitem-btn-wrapper .flying-cart-footer-button {
    width: 100% !important;
    max-width: 100% !important;
    background: #176F92;
    border: 2px solid #176F92;
    padding: 6px 30px;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 50px;
}

.flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
    background: #E8631E;
    border: 2px solid #E8631E;
    color: #fff;
}

.flying-cart-content.page-content.loading.popup .continue-shopping-btn {
    width: 100% !important;
    max-width: 100% !important;
    background: #176F92;
    border: 2px solid #176F92;
    font-weight: 500;
    padding: 6px 30px;
    border-radius: 0;
    font-size: 20px;
    line-height: 49px;
    color: #fff;
    height: 63px;
}

.flying-cart-content.page-content.loading.popup .continue-shopping-btn:hover {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

/** Stepper Start **/


.flying-cart-quantity-wrapper .stepper .stepper-arrow.up {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
}

.flying-cart-quantity-wrapper .stepper .stepper-arrow.down {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}

/** Stepper End **/
.advance-checkout-order-details-right-dom-inner .cartitem-table,
.flying-cart-content.page-content.loading.popup .flying-cart-container,
.advance-checkout-steps-left-dom {
    background-color: rgba(57, 210, 173, 0.7) transparent;
    scrollbar-width: thin;
}
.advance-checkout-steps-left-dom, .advance-checkout-order-details-right-dom {
    display: block;
}
.advance-checkout-order-details-left-dom-inner, .advance-checkout-order-details-right-dom-inner {
    width: auto;
}
.advance-checkout-order-details-right-dom-inner .cartitem-table::-webkit-scrollbar,
.flying-cart-content.page-content.loading.popup .flying-cart-container::-webkit-scrollbar,
.advance-checkout-steps-left-dom::-webkit-scrollbar {
    width: 10px;
}

.advance-checkout-order-details-right-dom-inner .cartitem-table::-webkit-scrollbar-corner,
.advance-checkout-order-details-right-dom-inner .cartitem-table::-webkit-scrollbar-track,
.flying-cart-content.page-content.loading.popup .flying-cart-container::-webkit-scrollbar-corner,
.flying-cart-content.page-content.loading.popup .flying-cart-container::-webkit-scrollbar-track,
.advance-checkout-steps-left-dom::-webkit-scrollbar-corner,
.advance-checkout-steps-left-dom::-webkit-scrollbar-track {
    background-color: transparent;
    background: transparent
}

.advance-checkout-order-details-right-dom-inner .cartitem-table::-webkit-scrollbar-thumb,
.flying-cart-content.page-content.loading.popup .flying-cart-container::-webkit-scrollbar-thumb,
.advance-checkout-steps-left-dom::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 1px solid transparent;
    background-clip: content-box;
}

.flying-cart-content.page-content.loading.popup .flying-cart-container::-webkit-scrollbar-thumb,
.advance-checkout-steps-left-dom::-webkit-scrollbar-thumb {
    background-color: #176F92;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.advance-checkout-order-details-right-dom-inner .cartitem-table::-webkit-scrollbar-track,
.flying-cart-content.page-content.loading.popup .flying-cart-container::-webkit-scrollbar-track,
.advance-checkout-steps-left-dom::-webkit-scrollbar-track {
    background: transparent;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.advance-checkout-order-details-right-dom-inner .cartitem-table::-webkit-scrollbar-thumb:window-inactive,
.flying-cart-content.page-content.loading.popup .flying-cart-container::-webkit-scrollbar-thumb:window-inactive,
.advance-checkout-steps-left-dom::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
    .flying-cart-content.page-content.loading.popup {
        width: 100vw!important;
        left: auto!important;
        right: 0;
        min-width: inherit;
    }
    .flying-cart-content .flying-cart-item {
        padding: 25px 15px;
    }
    
    .flying-cart-content .flying-cart-item {
        display: block;
        position: relative;
        text-align: center;
    }
    
    .flying-cart-item .flying-cart-item-image {
        margin: 0 auto;
    }
    
    .flying-cart-quantity.quantity.cartitem-table .flying-cart-quantity-wrapper.wrapper {
        float: none;
    }
    
    .flying-cart-unit-price-wrapper {
        margin-top: 0;
    }
    
    .flying-cart-remove-wrapper .flying-cart-item-remove {
        position: absolute;
        top: 15px;
        right: 15px;
    }
    
    .flying-cart-content.page-content.loading.popup .flying-cart-container {
        height: calc(100% - 375px);
    }
    
}

/** Flying Cart End **/

body.widget-snippet::before {
    background-color: #fff;
}

/*-------------------- Start jesor slider------------*/
.mb-0 {
    margin-bottom: 0 !important;
}

.jssor-slider-container .caption-wrapper {
    position: static;
    padding: 0;
    height: 100%;
    display: block;
    text-align: left;
}

.jssor-slider-container .caption-wrapper>* {
    z-index: 2;
}

.jssor-slider-container .caption-wrapper [u=caption] {
    position: absolute;
    padding: 0;
    z-index: 2;
    overflow: hidden;
}

.jssor-slider-container .caption-wrapper [u=caption] a {
    padding: 0;
    border: none;
    display: inline;
    z-index: 1;
}

.jssor-slider-container .slide:after {
    background: rgba(0, 0, 0, 0)
}

div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}

/* jssor slider defoult */
div[id^="jssor-slider-"] .jssora20l::before,
div[id^="jssor-slider-"] .jssora20r::before {
    height: 8px;
    margin: 0 auto;
    color: #ffffff;
    content: "\f105 ";
    font-family: fontawesome;
    font-size: 36px;
    left: 0;
    right: 0;
    text-align: center;
}

div[id^="jssor-slider-"] .jssora20l:hover:before,
div[id^="jssor-slider-"] .jssora20r:hover:before {
    color: #ffffff;
}

.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}

div[id^="jssor-slider-"] .jssora20l {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

div[id^="jssor-slider-"] .jssora20l,
div[id^="jssor-slider-"] .jssora20r {
    background: none;
    bottom: 0;
    height: 50px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    transition: all 300ms ease-out 0s;
    width: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

div.jssor-slider-container .jssora20l {
    left: 50px;
}

div[id^="jssor-slider-"] .jssora20r::before {
    line-height: 46px;
}

div[id^="jssor-slider-"] .jssora20r {
    left: auto;
    right: 50px;
}

div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
    display: none;
}

div[id^="jssor-slider-"] .jssora20l:hover,
div[id^="jssor-slider-"] .jssora20r:hover {
    background: #E8631E none repeat scroll 0 0;
    border: 1px solid #E8631E;
}

div[id^="jssor-slider-"] .jssora20l:hover::before,
div[id^="jssor-slider-"] .jssora20r:hover::before {
    color: #fff;
}

div.jssor-slider-container .container,
div.jssor-slider-container {
    width: 1920px;
    height: 677px;
    margin: 0 auto;
}

div.jssor-slider-container .slide {
    display: none;
}

div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}

div.jssor-slider-container .container [u="caption"] {
    color: #ffffff;
    height: auto;
    left: 20%;
    margin-left: -128px;
    max-width: 700px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
}

div.jssor-slider-container .description.jssor-caption-1 {
    top: 20%;
    height: 140px;
}

div.jssor-slider-container .description.jssor-caption-1 h1 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
}

div.jssor-slider-container .title.jssor-caption-2 {
    top: 44%;
    height: 78px;
}

div.jssor-slider-container .title.jssor-caption-2 span {
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}

div.jssor-slider-container .container .jssor-caption-3 {
    top: 64%;
}

div.jssor-slider-container .container .jssor-caption-3>a {
    padding: 15px 40px;
    background: #176F92;
    font-family: Open Sans;
    font-size: 1.1em;
    font-weight: 700;
    width: 250px;
    height: 58px;
    line-height: 1.3;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    transition: all 300ms ease-out 0s;
}

div.jssor-slider-container .container .jssor-caption-3>a::after {
    content: '';
    width: 16px;
    height: 13px;
    display: inline-block;
    margin: 7px 0 0 15px;
    background-repeat: no-repeat;
    background-image: url(/template/4785a1ce/images/button-arrow.svg);
    transition: all 300ms ease-out 0s;
    position: absolute;
}

div.jssor-slider-container .container .jssor-caption-3>a:hover {
    background: #E8631E;
}

/* End jssor slider defoult */

/*blog design*/

.blog-post-item .content>p {
    margin: 0;
    padding: 0;
}
.blog-post-details .image.blog-post-image img {
  min-width: 750px;
}
.blog-posts::after,
.blog-post-content::after {
    content: "";
    display: block;
    clear: both;
}

.blog-post-item {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    width: 33.333%;
    border-bottom: none;
}

.blog-post-item .title a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0.9;
    transition: all 300ms ease-out;
    line-height: 1.5;
}

.blog-post-item .title a:hover {
    color: #E8631E;
}

.blog-post-item .content {
    color: #878787;
    font-size: 15px;
    line-height: 1.8;
}

div.post .post-list-view-width {
    width: 100%;
}

.blog-post-item .details-link.link a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #42a5f6;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0;
    text-transform: uppercase;
}

.widget-blogPost .title {
    padding-bottom: 18px;
    margin: 0;
    padding-top: 60px;
}

.blog-post-info>span {
    height: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: normal;
    opacity: 0.5;
}

.blog-post-info span.date {
    background: none;
    padding-left: 0;
    margin-right: 0;
}

.blog-post-item .post-description {
    position: relative;
    padding-left: 30px;
}

.blog-post-item .post-description::after {
    content: "";
    position: absolute;
    border-left: 2.5px solid rgba(0, 0, 0, 0.2);
    height: 80px;
    top: 35px;
    left: 0;
}

.blog-post-info span.categories {
    background: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    position: absolute;
    top: 31px;
    left: 30px;
}

.blog-post-info span.categories a {
    color: #000;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    transition: all 300ms ease-out;
}

.blog-post-info span.categories a:hover {
    color: #E8631E;
}

.blog-post-item .post-description:hover {
    position: relative;
}

.blog-posts,
.blog-post-content {
    margin: 0 -15px;
}

 

.blog-post-item {
    margin-bottom: 30px;
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
    width: 33.333%;
    border-bottom: none;
}

.blog-post-item div.post-list-view {
    height: auto;
    padding: 0;
    width: 100%;
}

.blog-post-item div.post-list-view img {
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

/*Checkout & Profile design*/

.advance.checkout-page .form-row input,
.advance.checkout-page .form-row select,
.advance.checkout-page .form-row textarea,
.advance.checkout-page textarea {
    border-radius: 0;
    border: 2px #878787 solid;
}

.advance.checkout-page .form-row input:focus,
.advance.checkout-page .form-row textarea:focus,
.advance.checkout-page textarea:focus {
    border-radius: 0;
    border: 2px #176F92 solid;
}

.contact-information-advance-panel span.text-login-from-checkout-advance a {
    color: #E8631E;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.advance-checkout-order-details-right-dom .price-row.total-order .price .currency-code {
    font-weight: 600;
    color: #000;
}

.advance-checkout-order-details-right-dom .price-row.total-order .price,
.advance-checkout-order-details-right-dom .product-name a,
.advance.checkout-page .continue-shopping-btn-from-checkout,
.checkout-page .continue-shopping-btn-from-checkout {
    color: #176F92;
}

.advance.checkout-page .continue-shopping-btn-from-checkout:hover,
.checkout-page .continue-shopping-btn-from-checkout:hover {
    color: #E8631E;
}

.advance.checkout-page .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button {
    background-color: #176F92;
    border-radius: 0;
    min-width: 307px;
    height: auto;
    line-height: normal;
    padding: 19px 30px;
}

.advance.checkout-page .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover {
    background-color: #E8631E;
}

.advance.checkout-page .shipping-address-advance-panel .form-row input[type="checkbox"]:checked+.type-label:before {
    background-color: #176F92;
    border: 2px #176F92 solid;
}

.advance.checkout-page .shipping-info-advance-panel>.form-row input[type="radio"]:checked+.label-text:before {
    border-color: #176F92;
}

.advance.checkout-page .shipping-info-advance-panel>.form-row input[type="radio"]:checked+.label-text:after {
    background-color: #176F92;
}

.advance.checkout-page .address-view .edit-address,
.advance.checkout-page .address-view .change-address {
    font-weight: 600;
    color: #176F92;
}

.checkout-page .toolbar-btn {
    border: 1px solid #176F92;
    color: #176F92;
    font-size: 15px;
    background: none;
}

.checkout-page .toolbar-btn:hover {
    color: #ffffff;
    background: #176F92;
    border: 1px solid #176F92;
}

.page-checkout .floating-panel-popup.popup {
    width: 325px !important;
    padding: 14px;
    max-width: inherit;
}

.advance.checkout-page .button,
.advance.checkout-page .button,
.floating-panel-popup.popup .create-address {
    background-color: #176F92;
    text-align: center;
    color: #fff;
    padding: 10px 12px;
    cursor: pointer;
    line-height: 17px;
    border-radius: 0;
    font-size: 15px;
}

.advance.checkout-page .button:hover,
.advance.checkout-page .button:hover,
.floating-panel-popup.popup .create-address:hover {
    background: #E8631E;
    color: #ffffff;
}

.address-selection-popup .addresses>.address {
    color: #000;
    border-bottom: none;
    padding: 12px 0px;
}

.contact-information-advance-panel span.text-login-from-checkout-advance a:hover {
    color: #176F92;
}

.body #customer-profile-tabs.customer-profile-v2 .profileLogout a {
    padding: 8px 15px;
}

#customer-profile-tabs.customer-profile-v2 button.cancel-button {
    border: 2px solid #176F92;
    background: transparent;
    color: #176F92;
}

#customer-profile-tabs.customer-profile-v2 button.cancel-button:hover {
    background: #176F92;
    color: #fff;
    border: 2px solid #176F92;
}

.page-profile .errorlist.after {
    font-size: 14px;
}

.site-popup .content,
.confirm-popup .body {
    padding: 30px 0;
}

body.page-profile select,
body.page-profile input[type="text"],
body.page-profile input[type="password"],
body.page-profile input[type="email"] {
    width: 100%;
}

body.page-profile .close.cancel-button:hover {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}

/*End Checkout & Profile design*/
#spltr-CE0A0B26-395F-461E-BF6F-B2CDE7C0EF2B {
    margin-top: 75px;
}

/* +++++++++++++++ Contact Us Page ++++++++++++++++ */
.widget-html.Contact-us-page,
.widget-form.contact_form {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
}

.widget-html.Contact-us-page h2 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.05em;
    margin: 15px 0;
}

.widget-html.Contact-us-page h4 {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.widget-html.Contact-us-page p {
    font-size: 17px;
    line-height: 1.7;
    margin: 5px auto 15px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    max-width: 420px;
}

.widget-form.contact_form .widget-title {
    font-size: 32px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    line-height: 1.3;
    margin: 0;
    font-weight: 500;
    padding: 25px 0 14px;
}

/*.widget-form .contact_form input[type="text"], .widget-form .contact_form textarea, .widget-form .contact_form select {*/
/*border: 1px solid #0F89BB;*/
/*}*/
.contact_form .form-row.btn-row {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

/*.contact_form .form-row input[type="text"]:focus,*/
/*.contact_form .form-row textarea:focus {*/
/*border: 1px solid #0F89BB;*/
/*}*/
.widget-form .double-input-row,
.widget-form .triple-input-row,
.widget-form .contact_form .double-input-row,
.contact_form .custom-form .single-input-row {
    margin: 0 -12px;
}

.contact_form .custom-form .form-row {
    padding: 0 12px;
}

.widget.widget-form.contact_form .form-row,
.widget.widget-form.contact_form .single-input-row .form-row {
    margin: 12px 0;
}

.widget.widget-form.contact_form .custom-form .single-input-row .textArea {
    margin-top: 24px;
}

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

.custom-form .contact_form .errorlist {
    min-width: inherit;
    padding-left: 0;
}

.widget-form input[type="text"],
.widget-form textarea,
.widget-form select {
    border: 2px solid #878787;
}

.contact_form .custom-form .form-row input[type="text"] {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 5px 10px;
    height: 50px;
    /*border: 1px solid #878787;*/
}

.contact_form .custom-form .form-row textarea {
    color: #000000;
    font-size: 17px;
    line-height: 22px;
    margin: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 10px;
    height: 180px;
    /*border: 1px solid #878787;*/
}

.contact_form .custom-form .form-row input[type="text"]::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
    font-size: 15px;
}

.contact_form .custom-form .form-row input[type="text"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.contact_form .custom-form .form-row input[type="text"]:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.contact_form .custom-form .form-row input[type="text"]:-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.contact_form .custom-form .form-row textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.contact_form .custom-form .form-row textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.contact_form .custom-form .form-row textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.contact_form .custom-form .form-row textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.8);
}

.contact_form .custom-form .form-row.btn-row {
    padding: 0;
    text-align: right;
}

.contact_form .custom-form .form-row.btn-row .submit-button {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 22px;
    height: 50px;
    font-weight: 500;
    transition: all 300ms ease-out 0s;
    padding: 10px;
    margin: 0;
    width: 100%;
    background: #176F92;
    color: #ffffff;
}

.contact_form .custom-form .form-row.btn-row .submit-button:hover {
    background: #E8631E;
    color: #ffffff;
}

.contact_form .errorlist.after .message-block {
    font-size: 14px;
}

.message-block.info-message,
.message-block.success {
    font-size: 15px;
    padding: 7px;
}

@media (max-width: 991px) {
    .widget-html.Contact-us-page h2 {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .widget-form.contact_form .custom-form {
        margin-bottom: 20px;
    }

    .widget-html.Contact-us-page h2 {
        font-size: 32px;
        margin: 15px 0 20px;
    }

    .widget-html.Contact-us-page h4 {
        font-size: 24px;
    }

    .widget-form.contact_form .widget-title {
        font-size: 24px;
        padding: 10px 0 10px;
    }
}

@media (max-width: 575px) {
    .widget-form .double-input-row .form-row {
        width: 100%;
    }

    .contact_form .custom-form .form-row textarea {
        height: 150px;
    }
}

/* +++++++++++++++ End Contact Us Page ++++++++++++++++ */


/* ===================== Snippet responsive =========================== */

/* ---------------- Banner Bottom ------------------- */
@media(max-width:1559px) {
    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(1) {
        background-size: 391px;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(2) {
        background-size: 472px;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(3) {
        background-size: 235px;
    }
}
@media(min-width:1420px){
    .widget-snippet .banner-bottom-section > div.item-section:nth-last-of-type(2) {
        height: 90rem;
    }
    .widget-snippet .banner-bottom-section > div.item-section:nth-last-of-type(1) {
        height: 90rem;
    }
}

@media(max-width: 1419px) {
    .widget-snippet .banner-bottom-section>div.item-section {
        padding: 3rem 3rem;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-last-of-type(2) {
        padding: 4rem 4rem;
        background-size: 625px;
        height: 72rem;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(4) .content {
        max-width: 71%;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-last-of-type(1) {
        height: 72rem;
        background-size: 341px;
        padding: 4rem;
    }
}

@media(max-width:1199px) {
    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(1) {
        width: 50%;
        flex: 1 1 50%;
        order: 0;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(2) {
        width: 50%;
        flex: 1 1 50%;
        order: 1;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(3) {
        order: 3;
        height: 70rem;
        background-size: 475px;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-last-of-type(2) {
        order: 5;
        height: auto;
        padding: 4rem 2rem 19em;
        background-size: 40em;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-last-of-type(1) {
        order: 4;
        height: 70rem;
    }
}

@media(max-width:991px) {
    .widget-snippet .banner-bottom-section>div.item-section .content h3 {
        font-size: 2em;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(1) .content,
    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(3) .content {
        max-width: 100%;
    }

    .widget-snippet .banner-bottom-section>div.item-section .content p {
        font-size: 1em;
    }
}

@media(max-width:767px) {
    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(1) {
        width: 100%;
        flex: 1 1 100%;
        height: auto;
        padding-bottom: 12em;
    }

    .widget-snippet .banner-bottom-section>div.item-section .content h3 {
        font-size: 1.5em;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(2) {
        width: 100%;
        flex: 1 1 100%;
        height: auto;
        padding-bottom: 14em;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(3) {
        flex: 1 1 100%;
        width: 100%;
        height: auto;
        padding-bottom: 13em;
        background-size: 20em;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-last-of-type(1) {
        flex: 1 1 100%;
        width: 100%;
        height: auto;
        background-size: 19em;
        padding: 4rem 2rem 16em;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(4) .content {
        width: 100%;
        max-width: inherit;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-of-type(4) .content>p {
        padding: 12px 0 8px;
        margin-bottom: 7px;
    }

    .widget-snippet .banner-bottom-section>div.item-section:nth-last-of-type(2) {
        background-size: 20em;
    }

}


/* -------- CERTIFIED DATA ERASURE --------------  */
@media(max-width: 1429px) {
    .widget.widget-snippet .data-erasure-area {
        padding-left: 15px;
        padding-right: 15px;
        max-width: inherit;
    }

    .widget.widget-snippet .data-erasure-area .content .left-part img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .widget.widget-snippet .data-erasure-area .content .right-part {
        padding: 3em;
    }
}

@media(max-width: 991px) {
    .widget.widget-snippet .data-erasure-area .content .right-part h4 {
        font-size: 2em;
    }

    .widget.widget-snippet .data-erasure-area .content .right-part p {
        font-size: 15px;
    }

    .widget.widget-snippet .data-erasure-area .content .right-part a {
        padding: 6px 19px;
        font-size: 1em;
        line-height: 2.5em;
    }

    .widget.widget-snippet .data-erasure-area .content .right-part p strong {
        font-size: 20px;
    }
}

@media(max-width: 767px) {
    .widget.widget-snippet .data-erasure-area .content {
        display: block;
    }

    .widget.widget-snippet .data-erasure-area .content .right-part {
        padding: 1.5em;
    }

    .widget.widget-snippet .data-erasure-area .content .right-part h4 {
        font-size: 1.5em;
    }
}

/* --------------------------SELL YOUR USED IT EQUIPMENT --------------------- */
@media(max-width: 1599px) {
    .widget.widget-snippet .sell-usedit-area .content .left-part img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width: 1429px) {
    .widget.widget-snippet .sell-usedit-area .content .right-part {
        padding: 4rem;
    }
}

@media(max-width: 991px) {
    .widget.widget-snippet .sell-usedit-area .content .right-part h4 {
        font-size: 2em;
    }

    .widget.widget-snippet .sell-usedit-area .content .right-part p {
        font-size: 15px;
    }

    .widget.widget-snippet .sell-usedit-area .content .right-part p strong {
        font-size: 19px;
    }

    .widget.widget-snippet .sell-usedit-area .content .right-part a {
        font-size: 1em;
        padding: 7px 20px;
        ;
        line-height: 2.2em;
    }
}

@media(max-width: 767px) {
    .widget.widget-snippet .sell-usedit-area .content {
        display: block;
    }

    .widget.widget.widget-snippet .sell-usedit-area .content .right-part {
        padding: 1.5em;
    }

    .widget.widget-snippet .sell-usedit-area .content .right-part h4 {
        font-size: 1.8em;
    }
}

/* ------------------ TECHBUYER REVIEWS ----------------- */
@media(max-width: 1279px) {
    #spltr-CE0A0B26-395F-461E-BF6F-B2CDE7C0EF2B {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .widget-snippet .wc-quick-feature {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .widget-snippet .wc-quick-feature .main-wrapper {
        max-width: inherit;
    }

}

/* ------------------ Feature Product ----------------- */

@media(max-width: 1599px) {
    .home-feature-product .product-view.scrollable-view>.content {
        margin-left: 54px;
        margin-right: 54px;
    }

    .home-feature-product .product-view.scrollable-view .header .scroll-left {
        left: 22px;
        z-index: 1;
        background: #ffffff;
    }

    .home-feature-product .product-view.scrollable-view .header .scroll-right {
        right: 22px;
        z-index: 1;
    }
}

@media(max-width: 767px) {

    .home-feature-product .product-view.scrollable-view .header .scroll-left,
    .product-view.scrollable-view .header .scroll-right {
        top: 0;
        margin-top: 0;
    }

    .home-feature-product .product-view.scrollable-view>.content {
        margin-left: 0;
        margin-right: 0;
        padding-top: 67px;
        padding-left: 0;
        padding-right: 0;
    }

    .home-feature-product .product-view.scrollable-view .product-block {
        padding: 15px;
        margin: 9px;
    }
}

.add-to-wishlist-popup.popup .body {
    padding: 30px 0 40px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .body {
    padding: 30px 0 20px;
}
.wish-list-popup.add-to-wishlist-popup.popup .status-message,
.add-to-wish-list-popup.add-to-wishlist-popup.popup .status-bar-product-name,
.add-to-wish-list-popup.add-to-wishlist-popup.popup .status-message {
    font-size: 24px;
    font-weight: 700;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .status-bar-product-name ~ .status-message {
    font-size: 18px;
    font-weight: 400;
}
.add-to-wish-list-popup.add-to-wishlist-popup .message-block.error-message {
    border: none;
    background: none;
    font-weight: 600;
}
.wish-list-popup .no-wish-list-message {
    font-size: 18px;
}

.wish-list-popup .form-row label,
.add-to-wishlist-popup label {
    width: auto;
    display: block;
    font-size: 17px;
    color: #0C0C0C;
    font-weight: 600;
    padding-bottom: 5px;
}
.wish-list-popup .form-row input {
    width: 100%;
    background-color: #ffffff;
}
.wish-list-popup select {
    width: 100%;
}
.add-to-wishlist-popup .footer {
    display: flex;
    justify-content: center;
}

.wish-list-popup .footer .create-wish-list,
.wish-list-popup .add-to-wish-list {
    order: 1;
    margin-left: 5px;
}
.wish-list-popup .add-to-wish-list:hover {
    background: none #000000;
}
.add-to-wish-list-popup table {
    margin: 0;
    border: none;
}
.add-to-wish-list-popup table tr {
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.add-to-wish-list-popup table td,
.add-to-wish-list-popup table td.product-img {
    padding: 0;
    border: none;
    margin: 0;
}
.add-to-wish-list-popup table td.product-img img {
    max-width: 150px;
    max-height: 110px;
}
.add-to-wish-list-popup table td.short-info {
    text-align: center;
    padding-top: 20px;
}
.add-to-wish-list-popup table .short-info .prodict-name {
    color: #0C0C0C;
    font-weight: 600;
    text-align: center;
}
.add-to-wish-list-popup table .short-info .product-summery {
    padding-top: 10px;
    font-size: 15px;
}
/* confirm popup */
.site-popup .title-bar,
.confirm-popup .header-line, 
.confirm-popup .title-bar {
    background: none;
    background-color: #ffffff;
    border-bottom: 1px #dfdfdf solid;
    color: #333;
    padding: 5px 30px 20px 0;
}
.site-popup .title-bar .title,
.confirm-popup .header-line .title, 
.confirm-popup .title-bar .title {
    font-size: 24px;
    font-weight: 700;
}

.popup.confirm-popup .body {
    padding: 30px 0;
    min-height: 150px;
}
.popup.confirm-popup .button-line {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .wish-list-popup.add-to-wishlist-popup.popup,
    .add-to-wish-list-popup.add-to-wishlist-popup.popup,
    .confirm-popup.popup {
        padding: 20px;
        width: calc(100vw - 40px)!important;
        min-width: inherit;
    }
    
    .wish-list-popup.add-to-wishlist-popup.popup .status-message, 
    .add-to-wish-list-popup.add-to-wishlist-popup.popup .status-bar-product-name, 
    .add-to-wish-list-popup.add-to-wishlist-popup.popup .status-message {
        font-size: 20px;
    }
    
    .wish-list-popup .no-wish-list-message {
        font-size: 16px;
    }
    
    .add-to-wishlist-popup .footer {
        padding: 20px 0  0;
        display: block;
    }
    
    .wish-list-popup .footer .create-wish-list, 
    .wish-list-popup .add-to-wish-list,
    .wish-list-popup .footer .close-popup {
        margin-left: 0;
        width: 100%;
    }
    
    .wish-list-popup .footer .close-popup {
        margin-top: 10px;
    }
    
    .add-to-wishlist-popup.popup .body {
        padding: 15px 0 15px;
    }
    .add-to-wishlist-popup .footer .continue-shopping-btn,
    .add-to-wishlist-popup .footer .view-wish-list {
        width: 100%;
    }
    .add-to-wishlist-popup .footer .view-wish-list {
        margin-top: 10px;
    }
}


/* Blog page */
.blog-post-details .comment-post-panel .form-row.mandatory > input {
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row.mandatory > textarea {
    height: 250px;
    max-width: 100%;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row button {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
}
.blog-post-details .comment-post-panel h2 {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #000;
}
.blog-category-details .title ,
.blog-post-details .title {
    color: #272727;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.blog-post-info span.categories a {
    color: #666666;
}
#blog-post-create-comment-panel .max-character {
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
}
.blog-post-details .comment-post-panel .form-row {
    position: relative;
}
.blog-post-details .comment-post-panel label {
    font-size: 16px;
    color: #2C2C2C;
    padding-bottom: 5px;
    font-weight: 500;
}
.blog-post-details .comment-post-panel .simpleCaptcha-container label {
    display: none;
}
.blog-post-details .blog-post-info span.categories {
    display: none;
}
.blog-post-details .blog-post-details span.date {
    background: url("../../../blog/images/site/calender.png") no-repeat left top;
    padding-left: 24px;
    margin-right: 10px;
}
.blog-post-details .blog-post-info > span {
    font-size: 16px;
    line-height: 18px;
      background: none;
}
.blog-post-details .image {
    padding: 20px 0;
}

/* ================ Blog-Details-Social-Media-icon-css ======================== */
.blog-post-details .social-media-share a span {
    display: none;
}
.blog-post-details .social-media-share-bar .social-media-share {
    float: left;
    margin-right: 5px;
}
.blog-post-details .social-media-share a.addthis_button_facebook::after {
    color: #ffffff;
    content: "\f39e";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_facebook {
    background-color: #305891;
    border: 2px solid #305891;
}
.blog-post-details .social-media-share-bar .social-media-share a {
    border-radius: 3px;
    float: left;
    height: 40px;
    line-height:27px;
    text-align: center;
    transition: all 300ms ease-out 0s;
    width: 40px;
}
.blog-post-details .social-media-share a span {
    display: none;
}
.blog-post-details .social-media-share a.addthis_button_facebook:hover::after {
    color: #305891;
}
.blog-post-details .social-media-share a.addthis_button_facebook:hover {
    background-color: rgba(48, 88, 145, 0);
}
.blog-post-details .social-media-share a.addthis_button_twitter::after {
    color: #ffffff;
    content:"\f099";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_twitter {
    background-color: #2ca8d2;
    border: 2px solid #2ca8d2;
}
.blog-post-details .social-media-share a.addthis_button_twitter:hover::after {
    color: #2ca8d2;
}
.blog-post-details .social-media-share a.addthis_button_twitter:hover {
    background-color: rgba(44, 168, 210, 0);
}
.blog-post-details .social-media-share a.addthis_button_google::after {
    color: #ffffff;
    content: "\f1a0";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 6px;
}
.blog-post-details .social-media-share a.addthis_button_google {
    background-color: #0868b9;
    border: 2px solid #0868b9;
}
.blog-post-details .social-media-share a.addthis_button_google:hover::after {
    color: #0868b9;
}
.blog-post-details .social-media-share a.addthis_button_google:hover {
    background-color: rgba(8, 104, 185, 0);
}
.blog-post-details .social-media-share a.addthis_button_linkedin::after {
    color: #ffffff;
    content: "\f0e1";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
 
.blog-post-details .social-media-share a.addthis_button_linkedin:hover {
    background-color: rgba(68, 155, 200, 0);
}
.blog-post-details .social-media-share a.addthis_button_email::after {
    color: #ffffff;
    content: "\f0e0";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 3px;
}
 
 
.blog-post-details .social-media-share a.addthis_button_email:hover {
    background-color: rgba(115, 138, 141, 0);
}
.blog-post-details .social-media-share-bar {
    padding-bottom: 20px;
    overflow: hidden;
}
.blog-post-details .blog-post-comment-panel {
    padding: 0;
}
.blog-post-details .post-description > .loging-to-react {
    background: #176F92 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
.blog-post-details .post-description > .loging-to-react:hover {
    background: #E8631E none repeat scroll 0 0;
    color: #ffffff;
}
/* End Blog page */

/*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% - 700px) !important;
    padding-right: calc(50% - 700px) !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*/

div.widget-snippet .data-erasure-area{
    max-width: 100% !important;
    width: 100%;
}
div.wi-snippet-footer-social-media {
    padding: 0;
    margin: 0;
}
