/*
name: Food Freaks
version: 1.0.0
identity: 2AE3CF61-2209-424C-8EA1-9724F314F5BC
*/

/*font*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Yellowtail');
/*
/*! 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: 'Roboto Slab', serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5e5e5e;
    background-color: #fff;
}
::selection {
    background-color: #fc9234;
    color: #ffffff;
}
::-moz-selection {
    background-color: #fc9234;
    color: #fff;
}
input,
button,
select,
textarea {
    font-family: 'Roboto Slab', serif;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #fc9234;
    text-decoration: none;
}
body .widget-article a:hover,
body .widget-article a:focus {
    color: #5e5e5e;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    color: inherit;
    font-weight:500;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}
h5 {font-size: 14px;}
h6 {font-size: 12px;}
p  {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #5e5e5e;
    line-height: 23px;
    margin: 0 0 20px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
ul li, ol li {
    font-size: 14px;
    color: #5e5e5e;
    line-height: 22px;
}
table {
    max-width: 100%;
    table-layout: inherit;
    margin-bottom: 20px;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
}
table th {
    font-weight:500;
    font-size:15px;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #fc9234 repeat scroll 0 0;
    border: 1px #fc9234 solid;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    border-radius: 3px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #363636  none repeat scroll 0 0;
    border: 1px #363636  solid;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #BFBFBF none repeat scroll 0 0;
    border: 1px #BFBFBF solid;
    color: #666;
}
.body .widget {
}
address, input[type="file"], input[type="hidden"] {
    font-weight: 300;
}
/*form element desgin*/

.form-row {
    margin: 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cbcbcb;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
    border-radius: 3px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right 17px;
    padding: 5px 24px 5px 10px;
}
select::-ms-expand {
    display: none;
}
select,
.registration-form select {
    width: 350px;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
/* form widget design */
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    left: 0;
    border: none;
    top: 0;
    z-index: 999;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .webform .sub-form-row > .errorlist {
    clear: left;
}
.widget-form .sub-form-row span {
    font-size: 14px;
    margin-right: 2px;
    margin-top: 15px;
    width: 200px;
}
.widget-form .sub-form-row > .errorlist {
    float: none;
}
.widget-form .sub-form-row > .errorlist > span {
    display: none;
}
.widget-form .sub-form-row > .errorlist > .message-block {
    padding-left: 204px;
}
body div.Zebra_DatePicker {
    width: auto;
}
.form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 350px;
}

/*Layout control css*/
.widget-container > .page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.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;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}

/*full width layout*/
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 {
    background: url("../images/innper-page-bg.jpg") no-repeat left top;
    background-size: cover;
}
#bs-23CFED0B-2263-4A64-B295-36E23AA7250B .widget {
    padding-left: 15px;
    padding-right: 15px;
}
#bs-23CFED0B-2263-4A64-B295-36E23AA7250B .widget.noSpaceLeftRight,
#bs-23CFED0B-2263-4A64-B295-36E23AA7250B .widget.widget-snippet {
    padding-left: 0;
    padding-right:0;
}
#bs-23CFED0B-2263-4A64-B295-36E23AA7250B {
    padding-bottom: 125px;
    padding-top: 125px;
}
/* fixed width layout */
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 {
    background: url("../images/innper-page-bg.jpg") no-repeat left top;
    background-size: cover;
}
#bs-D4B079F3-CF5A-4530-943A-E6A9A548001D {
    padding-bottom: 125px;
    padding-top: 125px;
}
#bs-D4B079F3-CF5A-4530-943A-E6A9A548001D .widget-container {
    max-width: 1170px;
}
#bs-D4B079F3-CF5A-4530-943A-E6A9A548001D .widget {
    padding-left: 15px;
    padding-right: 15px;
}
#bs-D4B079F3-CF5A-4530-943A-E6A9A548001D .widget.widget-snippet {
    padding-left: 0;
    padding-right:0;
}

/* layout with right sidebar */
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 {
    background: url("../images/innper-page-bg.jpg") no-repeat left top;
    background-size: cover;
}
#bs-B59788C4-2CDD-45B5-B0C6-A2C917ABB7B4 {
    padding-bottom: 125px;
    padding-top: 125px;
}
#bs-B59788C4-2CDD-45B5-B0C6-A2C917ABB7B4 .widget {
    padding-left: 15px;
    padding-right: 15px;
}
#bs-B59788C4-2CDD-45B5-B0C6-A2C917ABB7B4 .widget.widget-snippet {
    padding-left: 0;
    padding-right:0;
}
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget {
    margin-bottom: 30px;
    margin-left: 30px;
}
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget:last-child {
    margin-bottom: 0;
}
/*contact us page*/
#bs-D4B079F3-CF5A-4530-943A-E6A9A548001D #spltr-D85C7D6B-9B14-4845-AC5C-449B11B7677E .widget.widget-snippet {
    padding-left: 15px;
    padding-right: 15px;
}
#bs-D4B079F3-CF5A-4530-943A-E6A9A548001D #spltr-F2BCD7D2-B338-45C9-89F3-C2D9679213A2 .widget {
    margin-bottom: 30px;
    margin-left: 30px;
}
/*layout (blog)*/
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 {
    background: url("../images/innper-page-bg.jpg") no-repeat left top;
    background-size: cover;
}
#bs-AD80F43A-415B-44EA-8CA5-92B23E80C178 {
    padding-top: 125px;
    padding-bottom: 125px;
}
#bs-AD80F43A-415B-44EA-8CA5-92B23E80C178 .widget {
    padding-left: 15px;
    padding-right: 15px;
}
#bs-AD80F43A-415B-44EA-8CA5-92B23E80C178 .widget.widget-snippet {
    padding-left: 0;
    padding-right:0;
}
#spltr-00806AC7-0ED2-471A-AF27-0DB47C628A8E .widget {
    margin-bottom: 30px;
    margin-left: 30px;
}
/*header after*/
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 {
    overflow: hidden;
    padding: 40px 0;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-pageHeading,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-pageHeading,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-pageHeading,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-pageHeading {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-pageHeading h1,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-pageHeading h1,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-pageHeading h1,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-pageHeading h1,
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-pageHeading h2,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-pageHeading h2,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-pageHeading h2,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-pageHeading h2 {
    color: #ffffff;
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-pageHeading h1:after,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-pageHeading h1:after,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-pageHeading h1:after,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-pageHeading h1:after,
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-pageHeading h2:after,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-pageHeading h2:after,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-pageHeading h2:after,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-pageHeading h2:after {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 1px;
    margin: 12px auto -6px;
    width: 25px;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item .label,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item .label,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item .label,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item .label {
    color: #fff;

}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item .label:hover,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item .label:hover,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item .label:hover,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item .label:hover {
    color: #fc9234;

}

#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item a:link,
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item a:visited,
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item a:active,
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item a:focus,
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item a:hover .separator::after,

#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item a:link,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item a:visited,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item a:active,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item a:focus,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item a:hover .separator::after,

#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item a:link,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item a:visited,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item a:active,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item a:focus,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item a:hover .separator::after,

#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item a:link,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item a:visited,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item a:active,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item a:focus,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item a:hover .separator::after {
    color: #ffffff;
    outline: none;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item a:hover,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item a:hover,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item a:hover,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item a:hover {
    color: #fc9234;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item.root a::before,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item.root a::before,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item.root a::before,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item.root a::before {
    content: "Home";
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item a .icon,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item a .icon,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item a .icon,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item a .icon {
    display: none;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item .separator,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item .separator,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item .separator,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item .separator {
    font-size: 0;
}
#bs-2F43C0D4-8C8F-4BCA-90ED-1923A3246CB0 .widget-breadcrumb .breadcrumb-item .separator::after,
#bs-1BCBB3B5-FE00-4EFC-8CE3-64F3393EEB35 .widget-breadcrumb .breadcrumb-item .separator::after,
#bs-1246FABF-CED9-4C73-958F-0EFE4DDFC703 .widget-breadcrumb .breadcrumb-item .separator::after,
#bs-6D314614-0FE1-4C84-8CFA-5EC4CECDABE2 .widget-breadcrumb .breadcrumb-item .separator::after {
    content: ".";
    font-size: 34px;
    line-height: 1;
    margin-left: 3px;
}

/*Layout controll css END*/
#spltr-D680F99B-13E4-4EEB-AD74-0D88A26B752D {
    background: url("../images/floaten-image-1.png") no-repeat right top;
}
#spltr-55E1A1C1-C444-423D-8B51-1C2B3C3F1FF7 {
    background: url("../images/floaten-image-2.png") no-repeat left top;
}
@media (min-width: 1360px) and (max-width: 1900px) {
    #spltr-D680F99B-13E4-4EEB-AD74-0D88A26B752D {
        background-size: 170px auto;
    }
    #spltr-55E1A1C1-C444-423D-8B51-1C2B3C3F1FF7 {
        background-size: 170px auto;
    }
}
@media (min-width: 768px) and (max-width: 1359px) {
    #spltr-D680F99B-13E4-4EEB-AD74-0D88A26B752D {
        background-size: 100px auto;
    }
    #spltr-55E1A1C1-C444-423D-8B51-1C2B3C3F1FF7 {
        background-size: 100px auto;
    }
}
@media (max-width: 767px) {
    #spltr-D680F99B-13E4-4EEB-AD74-0D88A26B752D {
        background: none;
    }
    #spltr-55E1A1C1-C444-423D-8B51-1C2B3C3F1FF7 {
        background: none;
    }
}

@media (min-width: 768px) {
    .header > .widget-container {
        transition: all 1s ease-out 0s;
    }
    .header > .widget-container.fixed-menu {
        background-color: #ffffff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 99999;
        opacity: .9;
    }
}
.goToTop {
    background-color: #fc9234;
    border-radius: 5px;
    bottom: 16px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
    color: #ffffff;
    cursor: pointer;
    padding: 15px;
    position: fixed;
    right: 200px;
    text-transform: uppercase;
    z-index: 9999;
}
.goToTop:hover {
    -webkit-animation: bobo 500ms infinite;
    -moz-animation:    bobo 500ms infinite;
    -o-animation:      bobo 500ms infinite;
    animation:         bobo 500ms infinite;
}
.goToTop::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fc9234;
    border-style: solid;
    border-width: 8px 9px 12px;
    content: "";
    left: 19px;
    position: absolute;
    top: -20px;
}


/*=== spacing ===*/
/*margin*/
.wc-m-0 {
    margin: 0!important;
}
.wc-mt-125 {
    margin-top: 125px!important;
}
.wc-mb-125 {
    margin-bottom: 125px!important;
}
.wc-ml-125 {
    margin-left: 125px!important;
}
.wc-mb-125 {
    margin-bottom: 125px!important;
}
.wc-mv-125 {
    margin-top: 125px!important;
    margin-bottom: 125px!important;
}
.wc-mh-125 {
    margin-left:  125px!important;
    margin-right: 125px!important;
}
/*padding*/
.wc-p-0 {
    padding: 0!important;
}
.wc-pt-125 {
    padding-top: 125px!important;
}
.wc-pb-125 {
    padding-bottom: 125px!important;
}
.wc-pl-125 {
    padding-left: 125px!important;
}
.wc-pb-125 {
    padding-bottom: 125px!important;
}
.wc-pv-125 {
    padding-top: 125px!important;
    padding-bottom: 125px!important;
}
.wc-ph-125 {
    padding-left:  125px!important;
    padding-right: 125px!important;
}

/*common design*/
.widget > .widget-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
    position: relative;
}
.widget > .widget-title::after {
    background: #fc9234 none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 85px;
}
.widget > .widget-title::before {
    background: #fc9234 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 90px;
}
/*widget title for right panel*/
#spltr-FF144BF4-CE74-4C1C-91C9-5FB421E11FCC .widget > .widget-title,
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget > .widget-title {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#spltr-FF144BF4-CE74-4C1C-91C9-5FB421E11FCC .widget > .widget-title::before,
#spltr-FF144BF4-CE74-4C1C-91C9-5FB421E11FCC .widget > .widget-title::after,
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget > .widget-title::before,
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget > .widget-title::after {
    display: none;
}

/* pagination */
.product-view .header,
.category-view .header,
.entire-search .header,
.product-search .header,
.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
    background: #fff none repeat scroll 0 0;
    border-top: 1px #e6e6e6 solid;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    overflow: hidden;

}
.product-view .header,
.category-view .header,
.entire-search .header,
.product-search .header {
    padding:0 0 20px;
    border-top: none;

}
.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
    padding:20px 0 0;
    border-bottom: none;

}
.product-view .header .pagination,
.category-view .header .pagination,
.entire-search .header .pagination,
.product-search .header .pagination,
.product-view .footer .pagination,
.category-view .footer .pagination,
.entire-search .footer .pagination,
.product-search .footer .pagination {
    float: right;
}
.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
    border-top: 1px #e6e6e6 solid;
    border-bottom: none;
    border-left: 0;
    border-right: 0;
}
.pagination span {
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    box-shadow: none;
    color: #5e5e5e;
    padding:4px 12px;
    border-radius: 2px;
}
.pagination span:hover {
    background-color: #ffffff;
    border: 1px solid #fc9234;
    box-shadow: none;
    color: #fc9234;
}
.pagination span.current {
    background: #fc9234 none repeat scroll 0 0;
    border: 1px #fc9234 solid;
    color: #ffffff;
}
.pagination span.disabled,
.pagination span.disabled:hover {
    border: 1px #cbcbcb solid;
    color: #5e5e5e;
    opacity: .5;
    cursor: default;
}
.pagination span.first, .pagination span.next,
.pagination span.prev, .pagination span.last {
    font-size: 0;
}
.pagination span.last {
    margin-left: 2px;
}
.pagination span.first::before,
.pagination span.last::before,
.pagination span.prev::before,
.pagination span.next::after {
    font-size: 14px;
}
.pagination span.first::before {
    content: "First";
}
.pagination span.last::before {
    content: "Last";
}
.pagination span.prev::before {
    content: "\f104";
    font-family: fontawesome;
}
.pagination span.next::after {
    content: "\f105";
    font-family: fontawesome;
}

/*swip-box*/
.swipe-image-wrap .box-container {
    font-size: 0;
    margin: 0 -10px;
    padding: 0;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    display: inline-block;
    list-style: outside none none;
    padding: 10px;
}
.swipe-image-wrap .swipebox {
    display: block;
}
.swipe-image-wrap .swipe-image {
    width: 100%;
}
.swipebox-container .pagination {
    margin-top: 20px;
}
.home-gallery .swipebox-container .pagination {
    display: none;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
@media (min-width: 1200px){
    .swipe-image-wrap .swipebox::after {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s linear 0.1s;
        -moz-transition: all 0.3s linear 0.1s;
        -ms-transition: all 0.3s linear 0.1s;
        -o-transition: all 0.3s linear 0.1s;
        transition: all 0.3s linear 0.1s;

    }
    .swipe-image-wrap .swipebox:hover::after {
        opacity: 1;
    }
    .swipe-image-wrap .swipebox::before {
        bottom: 0;
        color: rgba(161, 160, 160, 0.6);
        content: "\f03e";
        font-family: "FontAwesome";
        font-size: 60px;
        height: 60px;
        left: 0;
        line-height: 38px;
        margin: auto;
        opacity: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        -webkit-transition: all 0.2s ease-in-out 0.2s;
        -moz-transition: all 0.2s ease-in-out 0.2s;
        -ms-transition: all 0.2s ease-in-out 0.2s;
        -o-transition: all 0.2s ease-in-out 0.2s;
        transition: all 0.2s ease-in-out 0.2s;
        width: 60px;
        z-index: 10;
    }

    .swipe-image-wrap .swipebox:hover::before {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .swipe-image-wrap .swipebox .swipe-image {
        display: block;
        height: auto;
        position: relative;
        -webkit-transition: all 0.3s ease-out 0.1s;
        -moz-transition: all 0.3s ease-out 0.1s;
        -ms-transition: all 0.3s ease-out 0.1s;
        -o-transition: all 0.3s ease-out 0.1s;
        transition: all 0.3s ease-out 0.1s;
        width: 100%;
    }
    .swipe-image-wrap .swipebox:hover .swipe-image {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

}

/*galleriffic*/
.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width: 900px;
    text-align: center;
}
.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding: 0;
    margin-bottom: 0;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}
.galleriffic-gallery-wrap .pagination > * {
    float: left;
    height: 35px;
    line-height: 28px;
}
.galleriffic-gallery-wrap .thumbs li {
    filter: grayscale(1);
}
.galleriffic-gallery-wrap .thumbs li.selected {
    border: 1px solid #fc9234;
    filter: grayscale(0);
}
/*custom design*/
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev,
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #999;
    font-family: FontAwesome;
    font-size: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev::before {
    content: "\f104";
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: "\f105";
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs {
    margin: 0;
}
/* ----------------  navigation widget  ----------------------- */
/*horizontal navigation*/
.header .horizontal .navigation-item,
.body .horizontal .navigation-item,
.footer .horizontal .navigation-item {
    display: inline;
}
.header .horizontal .navigation-item .navigation-item-child-container,
.header .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container,
.body .horizontal .navigation-item .navigation-item-child-container,
.body .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container,
.footer .horizontal .navigation-item .navigation-item-child-container,
.footer .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
    position: static;
    width: auto;
}
.header .horizontal .navigation-item .navigation-item-child-container .navigation-item a,
.body .horizontal .navigation-item .navigation-item-child-container .navigation-item a,
.footer .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    border: medium none;
    display: inline-block;
}
/*header*/
.header .horizontal .navigation-item a {
    color: #5e5e5e;
}
.header .horizontal .navigation-item a:hover,
.header .horizontal .navigation-item.active > a {
    color: #fc9234;
}

/*body*/
.body .horizontal .navigation-item a {
    color: #5e5e5e;
}
.body .horizontal .navigation-item a:hover,
.body .horizontal .navigation-item.active > a {
    color: #fc9234;
}

/*footer*/
.footer .horizontal .navigation-item a {
    font-size:13px;
    color: #c9c9c9;
}
.footer .horizontal .navigation-item a:hover,
.footer .horizontal .navigation-item.active > a {
    color: #fc9234;
}
/* END horizontal navigation*/

/* vertical navigation*/
.header .widget-navigation .vertical .navigation-item a,
.body .widget-navigation .vertical .navigation-item a,
.footer .widget-navigation .vertical .navigation-item a {
    border: none;
}
.header .vertical .navigation-item .navigation-item-child-container,
.body .vertical .navigation-item .navigation-item-child-container,
.footer .vertical .navigation-item .navigation-item-child-container {
    display: block;
    padding: 5px 20px;
}
/*header*/
.header .widget-navigation .vertical .navigation-item a {
    color: #5e5e5e;
}
.header .widget-navigation .vertical .navigation-item a:hover,
.header .widget-navigation .vertical .navigation-item.active > a {
    color: #fc9234;
}
/*body*/
.body .widget-navigation .vertical .navigation-item a {
    color: #5e5e5e;
}
.body .widget-navigation .vertical .navigation-item a:hover,
.body .widget-navigation .vertical .navigation-item.active > a {
    color: #fc9234;
}
/*footer*/
.footer .widget-navigation .vertical .navigation-item a {
    font-size:13px;
    color: #c9c9c9;
}
.footer .widget-navigation .vertical .navigation-item a:hover,
.footer .widget-navigation .vertical .navigation-item.active > a {
    color: #fc9234;
}

/* END vertical navigation*/
.save-cart-init-form .form-row label {
    width: auto;
    margin-right: 10px;
}
/*blog widget design*/

.blog-post-item .content > p {
    margin: 0;
	padding:0;
}
.blog-post-item::after {
    content: "";
    display: table;
    width: 100%;
}
.blog-posts,
.blog-post-content {
    margin: 0 -15px;
}
.blog-post-item {
    border-bottom: medium none;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 15px;
}
.blog-post-item.first {
    margin-top: 0;
}
.post.post-list-view,
.category.post-list-view-width {
    float: left;
    height: auto;
    width: auto;
    margin-right: 30px;
    overflow: hidden;
    padding-bottom: 0;
}
.post.post-list-view img,
.category.post-list-view img {
    height: auto;
    max-width: 320px;
}
.blog-post-item .post-description {
    overflow: hidden;
}
.blog-post-item .post-description .title {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 7px;
    overflow: hidden;
    padding: 0;
}
.blog-post-item .post-description .title a {
    color: #222;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-post-item .post-description .title a:hover {
    color: #fc9234;
}
.blog-post-item .blog-post-info {
    margin: 10px 0;
}
.blog-post-item .blog-post-info span.categories a {
    color: inherit;
    font-size: 13px;
}
.blog-post-item .blog-post-info span.categories a:hover {
    color: #fc9234;
}
.blog-post-item .blog-post-info > span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
}
.blog-post-item .blog-post-info > span::before {
    color: #fc9234;
    font-family: 'FontAwesome';
    margin-right: 6px;
}
.blog-post-item .blog-post-info > span.date::before {
    content: "\f073";
}
.blog-post-item .blog-post-info > span.author::before {
    content: "\f007";
}
.blog-post-item .blog-post-info > span.categories::before {
    content: "\f0e8";
}
.blog-post-item .blog-post-info > span.comment-count::before {
    content: "\f075";
}

.blog-post-item .content {
    color: #5e5e5e;
    line-height: 1.5;
    margin: 10px 0;
    padding: 0;
    font-size: 14px;
}
.blog-post-item .post-description > a:link,
.blog-post-item .post-description > a:visited,
.blog-post-item .post-description > a:active,
.blog-post-item .post-description > a:focus {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 25px;
    border: 1px #fc9234 solid;
    color: #fc9234;
    outline: none;
    border-radius: 3px;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.blog-post-item .post-description > a:hover {
    background: #fc9234;
    border: 1px #fc9234 solid;
    color: #fff;
}
.blog-post-item .post-description > a::after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 7px;
}
.blog-post-content .footer {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
/*tab*/
.bmui-tab.left-side-header .bmui-tab-body-container {
    min-height: 120px;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: #e6e6e6 none repeat scroll 0 0;
    border-left: 1px solid #e6e6e6;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fc9234;
    margin-right: 0;
    position: relative;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::after {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 19px 0 19px 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #e6e6e6;
    color: #fc9234;
}
.widget-googleMap.contact-map {
    margin-top: 40px;
}
/*Accordion design*/
.widget-tabAccordion .widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.widget-tabAccordion .accordion-panel > .label-bar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    color: #5e5e5e;
    font-size: 18px;
    font-weight: 600;
    height: auto;
    line-height:1.4;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 15px 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded {
    background-color: #f9f9f9;
    border: 1px #e5e5e5 solid;
    border-color:#eee #e5e5e5 #e5e5e5 #e5e5e5;
    border-style: solid;
    border-width: 1px;

}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: auto;
    line-height: normal;
    right: 18px;
    text-align: center;
    top: 13px;
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon::after {
    font-family: 'FontAwesome';
    content: "\f107";
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded .toggle-icon::after {
    font-family: 'FontAwesome';
    content: "\f106";
}
.widget-tabAccordion .accordion-panel > .accordion-item.expanded {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    overflow: hidden;
    padding: 30px;
}

/*product widget design*/
.category-view .pagination span,
.product-view .pagination span {
    padding: 7px 12px;
}
.product-view .header .product-sorting {
    border-radius: 2px;
    width: 162px;
}
.category-view .header .per-page-count,
.category-view .footer .per-page-count,
.product-view .header .per-page-count,
.product-view .footer .per-page-count {
    border-radius: 2px;
    width: 60px;
}
.product-view .footer .per-page-count {
    margin-left: 10px;
}
.product-view.image-view .content,
.product-view.scrollable-view .content {
    letter-spacing: -4px;
    margin: 0 -15px;
}
.product-view.image-view .content *,
.product-view.scrollable-view .content * {
    letter-spacing: normal;
}
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    border: medium none;
    box-sizing: content-box;
    margin: 0;
    padding: 15px 13px 35px;
    text-align: center;
}
.product-view.image-view .product-image {

}
.product-view.image-view .product-image img,
.product-view.scrollable-view .product-image img {
    max-width: 100%;
}
.product-view .quick-view-btn {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.product-view.image-view .loyalty-point,
.product-view.scrollable-view .loyalty-point {
    display: block;
    padding: 10px;
}
.product-view.image-view .review-rating,
.product-view.scrollable-view .review-rating {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}

.product-view.scrollable-view .product-name {
    height: auto;
    margin: 0;
    padding: 10px;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    padding-bottom: 5px;
    height: auto;
}
.product-view.image-view .product-name-link,
.product-view.scrollable-view .product-name-link {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.product-view.image-view .product-block .price span {
    font-size: 20px;
}
.product-view.image-view .product-block .price span.tax-message,
.product-view.image-view .product-block .price span.tax-message {
    color: #999999;
    font-size: 12px;
    display: block;
    margin-top: 5px;
}
.product-view.image-view .product-block > .price > .previous-price,
.our-menu-tab .product-view.image-view .product-block > .price > .previous-price {
    color: #ff0000;
}
.product-view.image-view .content *, .product-view.scrollable-view .content * {
    letter-spacing: normal;
}
.product-view.image-view .summary,
.product-view.scrollable-view .summary {
    font-size: 13px;
    height: 40px;
    margin: 0 0 10px;
}
.product-view.image-view .product-block .current-price,
.product-view.scrollable-view .product-block .current-price {
    color: #fc9234;
    padding: 0;
}
.product-block .price-waper > * {
    display: inline;
}
.product-view.image-view .product-block .price-waper label,
.product-view.scrollable-view .product-block .price-waper label {
    color: #272727;
}
.product-view.image-view .product-block .expect-to-pay-price-container .previous-price,
.product-view.scrollable-view .product-block .expect-to-pay-price-container .previous-price {
    color: #555555;
}
.product-view.image-view .btn-add,
.product-view.scrollable-view .btn-add {
    font-size: 0;
}
.product-view.image-view .product-block > .btn-add,
.product-view.scrollable-view .product-block > .btn-add {
    margin-top: 10px;
}
.product-view.image-view .btn-add .button,
.product-view.scrollable-view .btn-add .button {
    background-color: #fff;
    border: 1px solid #898989;
    color: #7a7a7a;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    margin: 2px;
    padding: 0;
    position: relative;
    width: 33px;
}
.product-view.image-view .btn-add .button:hover,
.product-view.scrollable-view .btn-add .button:hover {
    background-color: #fc9234;
    border: 1px solid #fc9234;
    color: #fff;
}
.product-view.image-view .btn-add .button.add-to-cart-button,
.product-view.scrollable-view .btn-add .button.add-to-cart-button {
    border:1px solid #fc9234;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    line-height: 27px;
}
.product-view.image-view .btn-add .button.call-for-price, .product-view.scrollable-view .btn-add .button.call-for-price {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #fc9234;
    display: block;
    font-size: 18px;
    width: 100%;
    cursor: text;

}
.product-view.scrollable-view .scroller {
    padding-bottom: 7px;
}
.product-view.image-view .product-image > .btn-add .button.call-for-price,
.product-view.scrollable-view .product-image > .btn-add .button.call-for-price {
    height: auto;
    line-height: normal;
    opacity: 0;
    transform: translate(0px, 100%);
}
.product-view.image-view .product-block:hover .product-image > .btn-add .button.call-for-price,
.product-view.scrollable-view .product-block:hover .product-image > .btn-add .button.call-for-price {
    height: auto;
    line-height: normal;
    opacity: 1;
    transform: translate(0, -26px);
}
.product-view.scrollable-view .btn-add .button.remove-from-compare-button::after,
.product-view.scrollable-view .btn-add .button.add-to-compare-button::after,
.product-view.scrollable-view .btn-add .button.add-to-cart-button::after,
.product-view.image-view .btn-add .button.remove-from-compare-button::after,
.product-view.image-view .btn-add .button.add-to-compare-button::after,
.product-view.image-view .btn-add .button.add-to-cart-button::after {
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product-view.scrollable-view .btn-add .button.add-to-cart-button::before,
.product-view.image-view .btn-add .button.add-to-cart-button::before {
    color: #7a7a7a;
    content: "\f07a";
    font-family: fontawesome;
    font-size: 16px;
    margin-right: 5px;
}
.product-view.scrollable-view .btn-add .button.add-to-cart-button:hover::before,
.product-view.image-view .btn-add .button.add-to-cart-button:hover::before {
    color: #fff;
}
.product-view.scrollable-view .btn-add .button.add-to-compare-button::after,
.product-view.image-view .btn-add .button.add-to-compare-button::after {
    content: "\f0ec";
}
.product-view.scrollable-view .btn-add .button.remove-from-compare-button::after,
.product-view.image-view .btn-add .button.remove-from-compare-button::after {
    content: "\f00d";
}
.product-view.scrollable-view .btn-add .button.add-to-wish-list::after,
.product-view.image-view .btn-add .button.add-to-wish-list::after {
    font-size: 16px;
}
.product-view.scrollable-view .add-to-wish-list,
.product-view.image-view .add-to-wish-list {
    margin-left: 5px;
    text-shadow: none;
}
.product-view.scrollable-view .add-to-wish-list:after,
.product-view.image-view .add-to-wish-lis:after {
    font-size: 16px;

}
.product-view.scrollable-view .add-to-wish-list:hover,
.product-view.image-view .add-to-wish-list:hover {
    background-color: #fc9234;
    border: 1px #fc9234 solid;
    color: #272727;
}
.product-view.scrollable-view .add-to-wish-list:hover:after,
.product-view.image-view .add-to-wish-list:hover:after {
    color: #fff;
}

@media(min-width: 768px){
    .product-view.scrollable-view .product-block .product-image img,
    .product-view.image-view .product-block .product-image img {
        opacity: 1;
        -webkit-transition: all 300ms ease-out 0s;
        -moz-transition: all 300ms ease-out 0s;
        -ms-transition: all 300ms ease-out 0s;
        -o-transition: all 300ms ease-out 0s;
        transition: all 300ms ease-out 0s;

    }
    .product-view.scrollable-view .product-block:hover .product-image img,
    .product-view.image-view .product-block:hover .product-image img {
        opacity: 0.2;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/*product scroll view design*/
.product-view.scrollable-view {
    border: medium none;
    padding: 0;
}
.product-view.scrollable-view > .content {
    border: medium none;
    padding: 0;
}
.product-view.scrollable-view .scroller span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 35px;
    margin: 2px;
    position: relative;
    width: 40px;
}
.product-view.scrollable-view .scroller span::before {
    color: #a1a1a1;
    font-family: fontawesome;
    font-size: 26px;
    left: auto;
    position: absolute;
    right: auto;
    top: -3px;
}
.product-view.scrollable-view .scroller span.scroll-left::before {
    content: "\f104";
    left: 12px;
}
.product-view.scrollable-view .scroller span.scroll-right::before {
    content: "\f105";
    right: 12px;
}


/*product list view design*/
.product-view.list-view .product-description h3 {
    margin: 0 0 15px;
}
.product-view.list-view .product-description h3 a {
    font-size: 18px;
    font-weight: 500;
}
.product-view.list-view .description {
    margin-bottom: 15px;
    padding: 0;
}
.product-view.list-view .product-details-link {
    color: #014693;
}
.product-view.list-view .product-details-link:hover {
    color: #000;
}
.product-view.list-view .product-price {
    width: 200px;
}
.product-view.list-view .loyalty-point {
    display: block;
    padding: 10px 0;
}
.product-view.list-view .price-n-cart .price-block-container {
    display: block;
    padding: 10px 0;
}
.product-view.list-view .price-n-cart label {
    font-size: 18px;
}
.product-view.list-view .price-n-cart .price {
    display: inline;
    margin: 0;
    padding: 0;
}
.product-view.list-view .price-n-cart .price * {
    font-size: 18px;
}
.product-view.list-view .add-to-cart-button.button {
    width: 160px;
}
.product-view.list-view .product-price .add-to-compare-button.button {
    display: inline-block;
    margin-top: 10px;
    width: 160px;
    word-break: keep-all;
}
.product-view.list-view .product-price .add-to-compare-button.button::after {
    display: none;
}
.product-view.list-view .add-to-wish-list {
    background-color: #014693;
    border:none;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-shadow: none;
    width: 160px;
}
.product-view.list-view .add-to-wish-list:hover {
    background-color: #fde428;
    color: #272727;
}
.product-view.list-view .add-to-wish-list::after {
    display: none;
}
/*Category widget design*/
.category-view.image-view .content {
    font-size: 0;
    margin: 0 -14px;
    gap: 0;
}
.category-view.image-view .category-image-view-width {
    width: calc(33.333% - 28px);
}
.category-view .category {
    border: medium none;
    box-sizing: content-box;
    margin: 14px;
    padding: 0;
}
.category-image-view-height {
    text-align: center;
    height: auto;
}
.category-image-view-height a {
    font-size: 0;
}
.category-image-view .image img {
    max-height: 100%;
    max-width: 100%;
    position: static;
}
.category-image-view .image a {
    font-size:0;
}
.category .category-name {
    line-height: 20px;
    margin-top: 20px;
}
.category .category-name a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
}
.category .summary {
    margin-top: 15px;
}
/*  brand widget  */
.widget-shopByBrand {
    font-size: 0;
}
.widget-shopByBrand * {
    font-size: 14px;
}
.widget-shopByBrand .brand-block {
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin-left: -1px;
    margin-top: -1px;
    padding: 18px;
    text-align: center;
    width: 25%;
}
.widget-shopByBrand .image-container {
    display: inline-block;
    height: 60px;
}
.widget-shopByBrand .image-container img {
    max-height: 100%;
    max-width: 100%;
}
.widget-shopByBrand .brand-block .title-container {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-shopByBrand .shop-by-selector select {
    width: 100%;
}
/*filter widget*/
.widget-filter .form-row.category-select label, .widget-filter .form-row.range-select .range, .widget-filter .form-row.rating-select .text {
    display: block;
    padding-bottom: 10px;
    width: auto;
}
.widget-filter .form-row.category-select select {
    max-width: 100%;
}
.widget-filter .rating-select .form-row {
    margin: 0;
}
/* =============================================== HADDER DESIGN ===============================================*/
/*overflow visiable widget*/
.header .widget.widget-cart, .header .widget.widget-search {
    overflow: visible;
}
/*book a table*/
body .widget-article.book-a-table a:link,
body .widget-article.book-a-table a:visited,
body .widget-article.book-a-table a:active,
body .widget-article.book-a-table a:focus {
    border: 2px solid #fc9234;
    border-radius: 3px;
    color: #fc9234;
    display: inline-block;
    font-weight: 600;
    padding: 11px 33px;
    outline: none;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
body .widget-article.book-a-table a:hover {
    border: 2px solid #fc9234;
    background-color: #fc9234;
    color: #fff;
}
body.ie .widget-article.book-a-table a:link {
    font-size: 13px;
}
/*shopping cart*/
.header .cart-widget-img {
    background: url("../images/icon-sprite.png") no-repeat -25px 0;
    height: 25px;
    width: 25px;
}
.header .cart-widget-img:hover {
    background-position: -25px -25px;
}
.header .cart-wrapper.quick-cart {
    position: relative;
}
.header .cart-widget-text {
    background-color: #fc9234;
    border-radius: 50%;
    color: #fff;
    margin-left: -12px;
    padding: 2px 8px;
    position: absolute;
    top: -12px;
}
/*search*/
.header .search-menu-button::after {
    display: none;
}
.header .search-menu-button.responsive-menu-btn {
    background: rgba(0, 0, 0, 0) url("../images/icon-sprite.png") no-repeat scroll -50px 0;
    height: 25px;
    width: 25px;
}
.header .search-menu-button.responsive-menu-btn:hover {
    background-position: -50px -25px;
}
.widget-search .search-form {
    background-color: #fc9234;
    display: block !important;
    height: 0;
    left: auto;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 51px;
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -ms-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    width: 380px;
    z-index: 999;
}
.widget-search .search-form.show {
    height: 60px;
    padding: 10px;
}
.header .widget-search input {
    border: medium none;
    margin-right: 0;
    padding: 5px 38px 5px 10px;
    width: 100%;
    height:40px;
}
.header .widget-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 0;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
}
.header .widget-search button::after {
    color: #a1a1a1;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 15px;
    position: absolute;
    top: 9px;
}
/*customer menu*/
.customer-menu .menu-button {
    background: rgba(0, 0, 0, 0) url("../images/icon-sprite.png") no-repeat scroll 0 0;
    height: 25px;
    width: 25px;
}
.customer-menu .menu-button:hover {
    background-position: 0 -25px;
}
.customer-menu .menu-button em {
    display: none;
}
.customer-menu .nav-wrapper.vertical.show.responsive-navigation {
    background-color: #fc9234;
    height: auto;
    padding: 4px;
    position: absolute;
    right: 0;
    top: 51px;
    width: 150px;
}
.customer-menu .nav-wrapper.vertical.show.responsive-navigation .navigation-item {
    background-color: #fc9234;
    padding: 0 10px;
}
.customer-menu .nav-wrapper.vertical.show.responsive-navigation .navigation-item a {
    color: #fff;
}

.customer-menu .nav-wrapper.vertical.show.responsive-navigation .navigation-item:hover a {
    color: #000;
}
.customer-menu .nav-wrapper.vertical.show.responsive-navigation .navigation-item.active a {
    color: #000;
}
/*Main Menu with three sub menu*/
.header .widget.main_menu {
    overflow: visible;
}
.main_menu > .nav-wrapper.horizontal {
    text-align: right;
}
.main_menu .horizontal .navigation-item {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
}
.main_menu .horizontal > .navigation-item.last a {
    padding-right: 16px;
}
.main_menu .horizontal .navigation-item a {
    color: #4e4e4e;
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    padding: 0 16px 28px;
}
.main_menu .horizontal .navigation-item a:hover,
.main_menu .horizontal .navigation-item.active > a {
    color: #fc9234;
}
.main_menu > .horizontal .navigation-item:last-child {
    border-right: none;
}
.main_menu .horizontal .navigation-item.has-child {
    position: relative;
}
.main_menu > .horizontal > .has-child > a span::after {
    border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 4px 4px 0;
    content: "";
    display: inline-block;
    height: 0;
    margin-left: 3px;
    vertical-align: middle;
    width: 0;
}
.main_menu > .horizontal > .has-child > a:hover span::after {
    border-color: #fc9234 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.main_menu .horizontal .has-child.active > a span::after {
    border-color: #fc9234 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {

    .main_menu .horizontal .navigation-item .navigation-item-child-container {
        background: #fff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        position: absolute;
        left: 0;
        top: 50px;
        width: 250px;
        display: block;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -moz-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -ms-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        -o-transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
        transition: all 500ms cubic-bezier(0.15, 0.89, 0.495, 1.005) 0s;
    }
    .main_menu .horizontal .navigation-item:hover .navigation-item-child-container {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0px);
        opacity: 1;
        visibility: visible;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
        line-height: normal;
        padding: 0 20px;
        display: block;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        display: block;
        padding: 10px 0;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
        border-bottom: medium none;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item > a:hover,
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a,
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active > a:hover {
        color: #fc9234;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #4e4e4e;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child:hover > a::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fc9234;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
        background-color: #fff;
        position: absolute;
        left: 250px;
        width: 250px;
        top: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:hover .navigation-item-child-container {
        left: 250px;
        width: 250px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0px);
        opacity: 1;
    }

}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cart widget +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.widget.widget-cart {
    overflow: visible;
}
/*dropdown*/
.quick-cart-content {
    border: 5px solid #fc9234;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    max-height: 400px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 52px;
    width: 320px;
    z-index: 10;
}
.quick-cart-content table {
    border : medium none;
    margin-bottom: 5px;
    min-width: inherit;
}
.quick-cart-content table th,
.quick-cart-content table td {
    border : medium none;
}
.quick-cart-content table th {
    background-color: #f1f1f1;
    color: #5e5e5e;
    font-size: 13px;
    font-weight: 500;
    padding: 7px;
    text-align: right;
}
.quick-cart-content table th.quantity {
    text-align: center;
}
.quick-cart-content table td.total,
.quick-cart-content table td.total-price {
    background-color : #f1f1f1;
    color : #5e5e5e;
    font-size : 13px;
    font-weight : 400;
    padding : 7px;
}
.cart-details-link {
    padding-top : 10px;
}
.cart-details-link a.button {
    padding : 5px 12px;
}
.quick-cart-content tr {
    background-color : #f9f9f9;
}
.quick-cart-content tr:nth-child(2n+2) {
    background-color : #fff;
}
.quick-cart-content .product-name:hover {
    color : #5e5e5e;
}
.quick-cart-content table tr td {
    font-size : 12px;
    line-height : 18px;
    padding : 10px 7px;
}

/* ================================================ BODY DESIGN ================================================*/
/*Home slider*/
/*jssor slider*/
.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;
}

.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 .container,
div.jssor-slider-container {
    height: 377px;
    margin: 0 auto;
}
.widget-gallery .slide::after {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 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;
}
div.jssor-slider-container .container [u="caption"] {
    color: #fff;
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
    z-index: 99;
}
div.jssor-slider-container .container .jssor-caption-1 {
    height: auto;
    top: 28%;
}
.ie div.jssor-slider-container .container .jssor-caption-1 {
    height: auto;
    top: 28%!important;
}
div.jssor-slider-container .container .jssor-caption-1 span {
    color: #fc9234;
    font-family: "Yellowtail",cursive;
    font-size: 25px;
    line-height: 1.5;
}
div.jssor-slider-container .container .jssor-caption-2 {
    font-size: 31px;
    font-weight: 600;
    height: auto;
    line-height: 1.5;
    padding-bottom: 3px;
    top: 28%;
}
.ie div.jssor-slider-container .container .jssor-caption-2 {
    top: 28%!important;
}
div.jssor-slider-container .container .jssor-caption-3 {
    font-size: 10px;
    height: auto;
    line-height: 1.8;
    top: 26%;
}
.ie div.jssor-slider-container .container .jssor-caption-3 {
    top: 26%!important;
}
div.jssor-slider-container .container .jssor-caption-4 {
    height: auto;
    padding-top: 10px;
    top: 30%;
}
.ie div.jssor-slider-container .container .jssor-caption-4 {
    top: 30%!important;
}
div.jssor-slider-container .container .jssor-caption-4 a:link,
div.jssor-slider-container .container .jssor-caption-4 a:visited,
div.jssor-slider-container .container .jssor-caption-4 a:active,
div.jssor-slider-container .container .jssor-caption-4 a:focus {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-size: 8px;
    padding: 5px 15px;
    outline: none;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
div.jssor-slider-container .container .jssor-caption-4 a:hover {
    background: #fc9234;
    border: 1px solid #fc9234;
    border-radius: 2px;
    color: #fff;
    font-size: 8px;
    padding: 5px 15px;
}
/*Our menu tab design*/
.our-menu-tab .bmui-tab-header-container {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    margin: 0 auto 50px;
    max-width: 742px;
    padding: 20px 0;
    text-align: center;
}
.our-menu-tab .bmui-tab .bmui-tab-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 22px;
    margin: 0 42px 0 0;
    padding: 0;
}
.our-menu-tab .bmui-tab .bmui-tab-header:last-child {
    margin-right: 0;
}
.our-menu-tab .bmui-tab .bmui-tab-header:hover,
.our-menu-tab .bmui-tab .bmui-tab-header.bmui-tab-active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fc9234;
}

.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(1)::before {
    background-position: 0 0;
}
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(1).bmui-tab-active::before,
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(1):hover::before {
    background-position: 0 -45px;
}
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(2)::before {
    background-position: -52px 0;
}
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(2).bmui-tab-active::before,
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(2):hover::before {
    background-position: -52px -45px;
}
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(3)::before {
    background-position: -104px 0;
}
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(3).bmui-tab-active::before,
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(3):hover::before {
    background-position: -104px -45px;
}
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(4)::before {
    background-position: -165px 0;
}
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(4).bmui-tab-active::before,
.our-menu-tab .bmui-tab .bmui-tab-header:nth-child(4):hover::before {
    background-position: -165px -45px;
}
.our-menu-tab .bmui-tab .bmui-tab-header span {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
}
.our-menu-tab .bmui-tab .bmui-tab-body-container {
    border: medium none;
    padding: 0;
}
.our-menu-tab .product-view.image-view .product-block {
    display: inline-block;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    width: 47%;
}
.our-menu-tab .product-view .quick-view-btn {
    top: 10px;
    width: 130px;
}
.our-menu-tab .product-view.image-view .product-block .product-image img {
    opacity: 1;
    transform: scale(1);
    transition: none 0s ease 0s ;
}
@media (min-width: 1199px) {
    .our-menu-tab .product-view.image-view .product-block {
        -webkit-transition: all 500ms ease-out 0s;
        -moz-transition: all 500ms ease-out 0s;
        -ms-transition: all 500ms ease-out 0s;
        -o-transition: all 500ms ease-out 0s;
        transition: all 500ms ease-out 0s;
    }
    .our-menu-tab .product-view.image-view .product-block:hover {
        box-shadow: 0 0 5px #ccc;
    }

}
.our-menu-tab .product-view.image-view .product-block::after {
    content: "";
    display: table;
    width: 100%;
}
.our-menu-tab .product-view.image-view .product-image {
    float: left;
    height: 135px;
    margin-right: 20px;
}
.our-menu-tab .product-view.image-view .product-image a {
    height: inherit;
}
.our-menu-tab .product-view.image-view .product-image img {
    max-height: 100%;
}
.our-menu-tab .product-view.image-view .product-name {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
}
.our-menu-tab .product-view.image-view .product-name a {
    color: #fc9234;
    font-size: 18px;
}
.our-menu-tab .product-view.image-view .summary {
    color: #5e5e5e;
    display: block;
    font-size: 14px;
}
.our-menu-tab .product-view.image-view .product-block .current-price span {
    color: #333;
    display: inline-block;
    margin-top: 11px;
    vertical-align: middle;
}
.our-menu-tab .product-view.image-view .product-block > .btn-add {
    display: inline-block;
    vertical-align: middle;
}
.our-menu-tab .product-view.image-view .product-block > .price .expect-to-pay-price-container {
    display: none;
}
.our-menu-tab .product-view.image-view .btn-add .button.call-for-price {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fc9234;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
/*book now*/
#spltr-A2923B46-7B11-4437-9C9A-3046E92D8F82 {
    background: rgba(0, 0, 0, 0) url("../images/section-bg.jpg") no-repeat fixed center center / cover ;
    padding: 90px 0;
}
body.front-end #spltr-A2923B46-7B11-4437-9C9A-3046E92D8F82::after,
body.fee #spltr-A2923B46-7B11-4437-9C9A-3046E92D8F82::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
body.front-end #spltr-A2923B46-7B11-4437-9C9A-3046E92D8F82 .widget {
    position: relative;
    z-index: 1;
}
.custom-form.book-your-table {
    margin: 0 auto;
    max-width: 900px;
    overflow: hidden;
    font-size: 0;
}
.custom-form.book-your-table * {
    font-size: 13px;
}
.widget-form .book-your-table .errorlist > .message-block {
    padding-left: 0;
}
.book-your-table > div {
    display: inline-block;
    padding: 10px;
    width: 33.333%;
    vertical-align: top;
}
.book-your-table > div .form-row {
    margin: 0;
}
.custom-form.book-your-table input {
    border: medium none;
    border-radius: 3px;
    font-size:14px;
    width: 100%;
}
.custom-form.book-your-table input::-webkit-input-placeholder {
    color: #5e5e5e;
}
.custom-form.book-your-table input::-moz-placeholder {
    color: #5e5e5e;
}
.custom-form.book-your-table input:-ms-input-placeholder {
    color: #5e5e5e;
}
.custom-form.book-your-table input:-moz-placeholder {
    color: #5e5e5e;
}

.book-your-table .Zebra_DatePicker_Icon_Wrapper, .book-your-table .Zebra_DatePicker_Icon_Wrapper input {
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
}
.book-your-table .Zebra_DatePicker_Icon_Wrapper input::-webkit-input-placeholder {
    color: #5e5e5e;
}
.book-your-table .Zebra_DatePicker_Icon_Wrapper input::-moz-placeholder {
    color: #5e5e5e;
}
.book-your-table .Zebra_DatePicker_Icon_Wrapper input:-ms-input-placeholder {
    color: #5e5e5e;
}
.book-your-table .Zebra_DatePicker_Icon_Wrapper input:-moz-placeholder {
    color: #5e5e5e;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
    z-index: 99;

}
.widget-form .book-your-table .form-row.btn-row {
    margin: 0;
}
.widget-form .book-your-table .form-row.btn-row > label {
    display: none;
}
.widget-form .book-your-table .form-row.btn-row button {
    background-color: #fc9234;
    border: medium none;
    font-size: 14px;
    color: #fff;
    height: 40px;
    width: 100%;
}
.widget-form .book-your-table .form-row.btn-row button:hover {
    color: #000;
}
.widget-form .book-your-table .form-row.btn-row button[disabled],
.widget-form .book-your-table .form-row.btn-row button[disabled]:hover {
    background: #999 none repeat scroll 0 0;
    color: #666;
}
/*custom vertical menu*/
.body .widget-navigation.custom-vertical-nav .vertical > .navigation-item a {
    border-bottom: 1px dashed #c1c1c1;
    margin-bottom: 8px;
    padding-bottom: 13px;
    padding-left: 15px;
    position: relative;
}
.body .widget-navigation.custom-vertical-nav .vertical > .navigation-item:last-child a {
    border-bottom: none;
}
.body .widget-navigation.custom-vertical-nav .vertical .navigation-item a::before {
    background: #d1d1d1 none repeat scroll 0 0;
    border-radius: 3px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 6px;
}
.body .widget-navigation.custom-vertical-nav .vertical .navigation-item.active a::before,
.body .widget-navigation.custom-vertical-nav .vertical .navigation-item a:hover::before {
    background: #fc9234 none repeat scroll 0 0;
}
/*custom blog*/
.custom-blog-post .blog-posts, .custom-blog-post .blog-post-content {
    font-size: 0;
}
.custom-blog-post .blog-post-item {
    display: inline-block;
    margin: 0;
    width: 33.333%;
    vertical-align: top;
}
.custom-blog-post .post.post-list-view, .custom-blog-post .category.post-list-view-width {
    float: none;
    margin-right: 0;
    padding-bottom: 30px;
    width: 100%;
}
.custom-blog-post .post.post-list-view img, .custom-blog-post .category.post-list-view img {
    max-height: inherit;
    max-width: 100%;
}
.custom-blog-post .blog-post-item .post-description .title a {
    font-family: "Roboto Slab",serif;
    font-size: 20px;
    text-transform: none;
}
.custom-blog-post .blog-post-item .blog-post-info span {
    font-size: 14px;
    padding-left: 2px;
}
.custom-blog-post .blog-post-item .post-description .title {
    margin-bottom: 15px;
}
.custom-blog-post .blog-post-item .blog-post-info {
    margin-bottom: 20px;
}
.custom-blog-post .blog-post-item .content {
    line-height: 1.7;
}
.custom-blog-post .blog-post-item .blog-post-info > span.comment-count::before {
    content: '\f0e6';
}
/*home gallery*/
.home-gallery .swipe-image-wrap .box-container {
    margin: 0;
}
.home-gallery .swipe-image-wrap .box {
    padding: 0;
}
/*custom filter*/
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget-filter .form-row .range {
    display: none;
}
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget-filter .form-row.range-select .input-group .input-addon {
    margin-right: 5px;
}
#spltr-4E229C8B-DBD3-4D04-9C44-5AF6513E2DE7 .widget-filter .form-row.range-select .input-group input {
    border-radius: 3px;
}
/*pouplar product*/
.popular-product .product-view.image-view .product-block {
    box-sizing: border-box;
    width: 100%;
}
.popular-product .product-view.image-view .product-image {
    height: auto;
}
.popular-product .product-view.image-view .product-image .quick-view-btn {
    top: 50px;
    width: 130px;
}
/*contact us page*/
/*google map*/
.contact-map iframe {
    height: 400px;
    width: 100%;
}
/*contact form*/
form.contact_form {
    font-size: 0;
}
.widget-form .double-input-row::after,
.widget-form .triple-input-row::after {
    clear: both;
    content: "";
    display: block;
}
.widget-form .contact_form .double-input-row,
.widget-form .contact_form .single-input-row {
    margin: 0 -9px 18px;
}
.widget-form .contact_form .double-input-row .form-row,
.widget-form .contact_form .single-input-row .form-row {
    padding: 0 9px;
}
.widget-form .double-input-row,
.widget-form .triple-input-row {
    margin: 0 -15px;
}
.contact_form.custom-form .form-row {
    margin: 0;
    position: relative;
}
.contact_form.custom-form .form-row input[type="text"] {
    height: 44px;
    padding: 4px 12px;
}
.contact_form.custom-form .form-row input[type="text"],
.contact_form.custom-form .form-row textarea {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    margin: 0;
    width: 100%;
}
.contact_form.custom-form .form-row input[type="text"]::-webkit-input-placeholder,
.contact_form.custom-form .form-row textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}
.contact_form.custom-form .form-row input[type="text"]::-moz-placeholder,
.contact_form.custom-form .form-row textarea::-moz-placeholder {
    color: #8c8c8c;
}
.contact_form.custom-form .form-row input[type="text"]:-ms-input-placeholder,
.contact_form.custom-form .form-row textarea:-ms-input-placeholder {
    color: #8c8c8c;
}
.contact_form.custom-form .form-row input[type="text"]:-moz-placeholder,
.contact_form.custom-form .form-row textarea:-moz-placeholder {
    color: #8c8c8c;
}
.custom-form.contact_form .errorlist {
    left: auto;
    min-width: 130px;
    right: 15px;
    top: 10px;
}
.custom-form.contact_form .message-block {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 13px;
    min-height: inherit;
    position: static;
    padding-left: 0;
}
.contact_form .simpleCaptcha-container {
    margin-right: 18px;
}
.contact_form .form-row.btn-row,
.contact_form .simpleCaptcha-container {
    display: inline-block;
    width: calc(50% - 9px);
    vertical-align: top;
}
.contact_form .form-row.simple_captcha_help_text {
    display: none;
}
.contact_form.custom-form .form-row.btn-row label,
.contact_form.custom-form .form-row.simple_captcha_input_field label,
.contact_form.custom-form .form-row.simple-captcha label {
    display: none;
}
.contact_form .form-row.simple-captcha {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.contact_form .form-row.simple-captcha img + .simple-captcha-reload {
    bottom: 0;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
}
.contact_form .form-row.simple_captcha_input_field {
    float: right;
    margin: 0;
    vertical-align: top;
    width: calc(100% - 129px);
}
.contact_form.custom-form .form-row .submit-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fc9234;
    color: #fc9234;
    cursor: pointer;
    font-size: 17px;
    height: 44px;
    margin: 0;
    text-transform: uppercase;
    transition: all 300ms ease-out 0s;
    width: 100%;
    line-height: 18px;
}

.contact_form.custom-form .form-row .submit-button:hover {
    background: #fc9234;
    border: 2px solid #fc9234;
    color: #fff
}
.contact_form.custom-form .form-row .submit-button[disabled],
.contact_form.custom-form .form-row .submit-button[disabled]:hover {
    background: #999;
    border: 2px solid #999;
    color: #666
}
.contact_form .form-row.simple-captcha img {
    max-width: 119px;
}
/*page 404 */

.page_404 {
    margin: 100px 0;
    text-align: center;
}
.page_404 .ops {
    color: #fc9234;
    font-size: 75px;
    font-weight: 700;
    line-height: normal;
}
.page_404 .ops .big_font {
    color: #a7adba;
    font-size: 104px;
    margin-right: -17px;
}
.page_404 .big {
    color: #a7adba;
    font-size: 104px;
    margin-left: -19px;
}
.page_404 .error {
    font-size: 36px;
}
.page_404 p {
    color: #a7adba;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 20px;
    text-align: center;
}
/*product details page design*/

.widget-productImage .multi-image-scroll-wrapper {
    border: medium none;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image {
    box-sizing: content-box;
    height: auto;
    max-width: 80px;
}
.widget-productImage .image-thumb-container .thumb-image img {
    max-width: 100%;
}
#spltr-8E9EED30-3206-4CA8-9F06-44F2C409EF9F .product-widget {
    margin-left: 40px;
}
.product-widget.widget-productName   .product-name {
    border-bottom: 1px solid #e6e6e6;
    color: #222;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.widget-price .current-price-container {
    font-size: 24px;
}
.widget-price .current-price-container .label-for-base-price {
    color: #222222;
}
.widget-price .current-price-container .current-price.price {
    color: #fc9234;
}
.widget-productSummary .title {
    display: none;
}
.product-widget.widget-productSummary {
    margin: 15px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.widget-productSummary .summary {
    color: #999;
    line-height: 24px;
}
.widget-price .expect-to-pay-container {
    font-size: 22px;
}
.widget-price .previous-price.price {
    font-size: 22px;
    padding: 0;
}
.current-price-container {
    display: inline-block;
}
.expect-to-pay-container {
    display: inline-block;
}
.product-widget.product-widget.widget-addCart > * {
    display: inline-block;
    letter-spacing: normal;
    margin: 5px 7px 5px 0;
    vertical-align: middle;
}
/*stpper desing*/
.product-widget.widget-addCart .stepper {
    border: 1px solid #ccc;
    border-radius: 3px;
}
.product-widget.widget-addCart .stepper input {
    border: medium none;
    height: 37px;
}
.product-widget.widget-addCart .stepper span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 0 1px;
    font-size: 0;
    line-height: 22px;
    text-align: center;
    text-indent: 0;
}
.product-widget.widget-addCart .stepper span:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 0 0 0 1px;
}
.product-widget.widget-addCart .stepper span::after {
    color: #666;
    font-family: fontawesome;
    font-size: 12px;
}
.product-widget.widget-addCart .stepper span:hover::after {
    color: #fc9234;
    font-family: fontawesome;
    font-size: 12px;
}
.product-widget.widget-addCart .stepper span.up::after {
    content: "\f067";
}
.product-widget.widget-addCart .stepper span.down::after {
    content: "\f068";
}
.widget-socialMediaShare .social-media-wrapper span.email {
    background-position: 0 0;
}
.widget-socialMediaShare .social-media-wrapper span {
    opacity:.6;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
    opacity:1;
}
.product-widget.widget-addCart span {
    background: #fc9234;
    border: 1px solid #fc9234;
    color: #fff;
}
.product-widget.widget-addCart span:hover {
    background: #363636;
    border: 1px solid #363636;
}

.product-widget.product-widget.widget-addCart .remove-from-compare-button,
.product-widget.product-widget.widget-addCart .add-to-compare-button,
.product-widget.product-widget.widget-addCart .add-to-gift-registry,
.product-widget.product-widget.widget-addCart .add-to-wish-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 45px;
    font-size: 0;
}
.product-widget.product-widget.widget-addCart .remove-from-compare-button:hover,
.product-widget.product-widget.widget-addCart .add-to-compare-button:hover,
.product-widget.product-widget.widget-addCart .add-to-gift-registry:hover,
.product-widget.product-widget.widget-addCart .add-to-wish-list:hover {
    background: #fc9234;
    border: 1px solid #fc9234;
}
.product-widget.product-widget.widget-addCart .remove-from-compare-button:hover::after,
.product-widget.product-widget.widget-addCart .add-to-compare-button:hover::after,
.product-widget.product-widget.widget-addCart .add-to-gift-registry:hover::after,
.product-widget.product-widget.widget-addCart .add-to-wish-list:hover::after {
    color: #fff;
}
.product-widget.product-widget.widget-addCart .add-to-compare-button::after,
.product-widget.product-widget.widget-addCart .remove-from-compare-button::after,
.product-widget.product-widget.widget-addCart .add-to-gift-registry::after,
.product-widget.product-widget.widget-addCart .add-to-wish-list::after {
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #666;
}
.product-widget.product-widget.widget-addCart .add-to-compare-button::after {
    content: "\f0ec";
}
.product-widget.product-widget.widget-addCart .remove-from-compare-button::after {
    content: "\f00d";
}
.product-widget.product-widget.widget-addCart .add-to-gift-registry::after {
    content: "\f06b";
}
.product-widget.product-widget.widget-addCart .add-to-wish-list::after {
    content: "\f08a";
}
.popular-product .product-view.image-view .product-image-link {
    width: 100%;
}
.widget-addCart .button.call-for-price, .widget-addCart .button.call-for-price:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #fc9234;
    cursor: text;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0;
    text-transform: uppercase;
}
.widget-stockMark .stock-mark {
    font-size: 16px;
    font-weight: 500;
}
.widget-stockMark .stock-mark.available {
    color: green;
}
.widget-stockMark .stock-mark.available {
    color: green;
}
.widget-stockMark .stock-mark.available {
    color: green;
}

.widget-variation .variation-dropdown-container > * {
    display: inline-block;
}
.variation-container .variation-type label.type-label {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding-right: 15px;
}
.widget-variation .variation-thumb [type-type="flate"] .options {
    font-size: 0;
    padding-left: 0;
}
.widget-variation .variation-thumb [type-type="flate"] * {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.widget-variation .variation-thumb [type-type="flate"] ul li {
    padding: 3px;
}
.variation-container [type-type="flate"] .option-cell .variation-value {
    border: 1px solid #cccccc;
    border-radius: 2px;
    font-size: 12px;
    line-height: 1;
    padding: 5px 10px;
}
.variation-container .variation-thumb .text[type-type="flate"] .option-cell .variation-value {
    background-color: #f9f9f9
}
.variation-container .text[type-type="flate"] .option-cell:hover .variation-value,
.variation-container .text[type-type="flate"] .option-cell.selected .variation-value {
    background-color: #e97d4d;
    border: 1px solid #e97d4d;
    color: #fff;
}
.variation-container .color[type-type="flate"] .option-cell .variation-value {
    padding: 5px;
}
.variation-type.image.select .product-variation-select {
    width: 86px;
}
.chosen-wrapper.image .chosen-container-single .chosen-single span {
    margin: 0;
}
.variation-container .chosen-container {
    min-width: inherit;
}
.chosen-container-single .chosen-single {
    border-radius: 0;
    height: auto;
}
.product-widget.widget-variation {
    margin: 40px 0 20px 40px;
}
.page-product .widget-likeus > span {
    overflow: hidden;
}
.bmui-tab .bmui-tab-header {
    border-color: transparent;
    border-style: solid;
    border-width:1px 1px 0 1px;
    color: #333;
    font-family: 'Roboto Slab', serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #f6f6f6;
    border-color: #e6e6e6;
    border-style: solid;
    border-width:1px 1px 0 1px;
}
.bmui-tab .bmui-tab-body-container {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 10px 0;
}
.product-widget.widget-information {
    margin: 50px 0;
}
.product-widget.widget-information .bmui-tab-body-container .title {
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}
.widget-related .title::after {
    background-color: #222;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 30px;
    width: 30px;
}
.widget-related .title {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.stepper {
    border-radius: 0;
}
.stepper .stepper-input {
    border-radius: 3px;
    height: 38px;
}

/* product ask a question */

.ask-question-panel .form-row {
    margin: 10px 0;
}
.ask-question-panel .form-row label {
    color: #222;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    width: auto;
}
.ask-question-panel .form-row input, .ask-question-panel .form-row textarea, .ask-question-panel .form-row button {
    width: 500px;
}
.ask-question-panel .form-row:last-child label,
.ask-question-panel .form-row.simple_captcha_help_text label,
.ask-question-panel .form-row.simple-captcha label {
    display: none;
}
/*Review and Rating*/

.review-panel .form-row {
    margin: 10px 0;
}
.review-panel .form-row label {
    color: #222;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
}
.review-panel .form-row.simple_captcha_help_text label,
.review-panel .form-row.simple-captcha label {
    display: none;
}

.review-panel .form-row input, .review-panel .form-row textarea {
    width: 500px;
}
.review-panel .form-row.btn-row {
    padding: 0;
}
.review-panel .review-heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.total-review-panel .avg-review-label,
.total-review-panel .total,
.total-review-panel .visible-review-label {
    color: #222;
    font-size: 16px;
    line-height: 30px;
}
.single-review-block {
    margin: 30px 0 0;
    padding: 0 0 30px;
}
.single-review-block {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.review-container .review-head {
    padding-bottom: 15px;
}
.review-container .review-rating {
    display: block;
}
.review-container .review-date {
    font-size: 13px;
}
.review-container .reviewer-name {
    color: #222;
    font-size: 15px;
    padding-bottom: 5px;
}
.review-container .review-description {
    overflow: initial;
}
.total-review-panel {
    padding-bottom: 20px;
}
.review-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget.widget-productSummary {
    padding-bottom: 25px;
    padding-top: 0;
}

@media (min-width: 768px) {

    .widget-information .bmui-tab .bmui-tab-header.bmui-tab-active {
        background-color: #fc9234;
        border: 1px solid #fc9234;
        border-radius: 5px 5px 0 0;
        color: #fff;
    }
    .widget-information .bmui-tab .bmui-tab-body-container {
        border-top: 3px solid #fc9234;
    }
    .widget-productImage .image-thumb-container .thumb-image.active {
        border: 1px solid #fc9234;
    }

}

/*Checkout page design*/
.checkout-page .header-wrapper h1 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.accordion-panel > .label-bar {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 7px 38px;
    text-transform: uppercase;
}
.accordion-panel > .label-bar.expanded {
    color: #333;
}
.accordion-panel > .label-bar .toggle-icon {
    left: 14px;
    top: 13px;
}
.accordion-panel > .accordion-item.expanded {
    border: 1px solid #e6e6e6;
    padding: 30px;
}
.accordion-item .edit-address-mode-block label {
    font-weight: 500;
    width: 185px;
    padding-bottom: 5px;
}
.accordion-item .edit-address-mode-block .errorlist.after {
    padding: 5px 0 0 0;
}
.accordion-item .checkout-address-selector .chosen-results {
    padding: 10px;
}
div.check-out-total .left-column {
    width: 49%;
}
.checkout-page .discount-coupon-code-panel .apply-discount-coupon {
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.gift-certificate-code-panel {
    border: 1px solid #ccc;
    padding: 30px;
    width: 400px;
}
.gift-certificate-code-panel label {
    color: #555;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.gift-certificate-code-panel input {
    width: 100%;
}
.gift-certificate-code-panel .button {
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.check-out-total {
    overflow: hidden;
}
.payment-gateway select {
    width: 140px;
}
.payment-gateway .wrapper span {
    color: #333;
    font-weight: 500;
}
.checkout-page .check-out-total .right-column .price.editable .button {
    margin-left: 3px;
    padding: 5px 10px;
}
.checkout-page .check-out-total .right-column .editable.editing input {
    height: 32px;
    width: 34px;
}
.custom-field.accordion-item textarea {
    height: 180px;
    width: 600px;
}
.custom-field.accordion-item .form-row label {
    display: block;
}
.checkout-page .accordion-item .selector-mode-block,
.checkout-page .accordion-item .edit-address-mode-block {
    font-size: 0;
}
.checkout-page .accordion-item .selector-mode-block *,
.checkout-page .accordion-item .edit-address-mode-block * {
    font-size: 14px;
}
.checkout-page .accordion-item .selector-mode-block .button,
.checkout-page .accordion-item .edit-address-mode-block .button {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.page-checkout .confirm-order .payment-gateway .editable .button {
    height: 34px;
    padding: 5px 15px;
    vertical-align: top;
}
/*credit card payment design*/
.payment-form .form-row label, .payment-form .double-input-row label {
    display: block;
    padding-bottom: 5px;
}
.payment-form input[type="text"] {
    height: 40px;
    width: 340px;
}
.payment-form .double-input-row > .form-type-info {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0 -3px;
    text-align: center;
    width: 40px;
}
.payment-form .double-input-row select {
    width: 100%;
}
.payment-form .double-input-row .mandatory-chosen-wrapper {
    width: 150px;
}
/*Payment Success page*/
p.post-order-contact-us {
    font-size: 16px;
    font-weight: 500;
}
.post-order-contact-us a {
    font-size: 16px;
    font-weight: 500;
}
.post-order-contact-us > a:hover {
    color: #fc9234;
}
p.order-info {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
}
.cartitem-table .unit-price-column {
    width: 100px;
}
.payment-success-total > table {
    border: medium none;
}
.payment-success-total > table td {
    padding: 10px;
}
.payment-success-total > table .total-order td {
    font-weight: 500;
}
.payment-success-total > table td.price {
    text-align: right;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ popup +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body > .popup-mask {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.popup .header {
    background-color: #fc9234;
    border-bottom: 2px solid #fc9234;
    padding: 10px 30px 10px 10px;
    color: #fff;
}
.popup .close-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    right: 0;
    text-align: center;
    top: 5px;
}
.popup .close-icon::after {
    color: #fff;
    content: "X";
    font-size: 22px;
}
.popup textarea,
.popup select,
.popup input[type="text"] {
    max-width: 100%;
}
.add-to-gift-registry-popup.popup .header .title,
.wish-list-popup.add-to-wishlist-popup .header .status-message,
.add-to-wish-list-popup.add-to-wishlist-popup .header .status-bar-product-name,
.add-to-compare-popup .header .status-message,
.shipment-calculator-popup .header .status-message,
.add-to-cart-popup .status-bar-product-name,
.add-cart-information-popup .status-bar-product-name,
.add-cart-information-popup .header .title {
    font-weight: 500;
    font-size: 15px;
}
.add-to-compare-popup table,
.add-to-cart-popup table,
.add-cart-information-popup table {
    border: medium none;
    min-width: inherit;
}
.add-to-compare-popup table td,
.add-to-cart-popup table td,
.add-cart-information-popup table td {
    border: medium none;
}
.add-to-cart-popup .short-info div,
.add-cart-information-popup .short-info div {
    font-weight: 500;
    padding-bottom: 5px;
}
.add-to-gift-registry-popup .button,
.add-to-compare-popup .continue-shopping-btn,
.add-to-cart-popup .cart-page-button,
.add-to-cart-popup .continue-shopping-btn,
.add-cart-information-popup .cart-page-button,
.add-cart-information-popup .continue-shopping-btn,
.add-cart-information-popup .cart-page-button {
    font-size: 12px;
    padding: 10px 15px;
}
.add-to-cart-popup .cart-summary,
.add-cart-information-popup .cart-summary {
    padding-top: 0;
    clear: left;
}
.add-to-cart-popup .cart-summary-header,
.add-cart-information-popup .cart-summary-header {
    font-weight: 500;
}
.add-cart-information-popup .variation-container .variation-type {
    display: inline-block;
}
/*shipping calculator*/
.shipment-calculator-popup .last-column h1 {
    padding-left: 150px;
}
/*compare product*/
.add-to-compare-popup .short-info div.product-price {
    font-size: 24px;
    margin-top: 10px;
    color: #fc9234;
}
/*wishlist*/
.wish-list-popup label {
    display: block;
    padding-bottom: 5px;
    width: auto;
}
.add-to-wish-list-popup table {
    border: medium none;
    width: auto;
    min-width: inherit;
}
.add-to-wish-list-popup table td {
    border: medium none;
}
.add-to-wishlist-popup .add-to-wish-list:hover {
    background: #363636 none repeat scroll 0 0;
    border: 1px #363636 solid;
}
/*gift registry*/
.add-to-gift-registry-popup table {
    border: medium none;
    width: auto;
    min-width: inherit;
}
.add-to-gift-registry-popup table td {
    border: medium none;
}
/*confirm*/
.confirm-popup.popup {
    background-color: #fff;
}
/*allert*/
.popup.alert-popup .header-line .ok {
    background-color: #d46432;
}
/*=============save cart popup ==============*/
.save-cart.popup .form-row label {
    width: auto;
    margin-right: 20px;
}
.save-cart.popup .form-row label:after {
    content: "*";color: red;
}
.save-cart.popup .errorlist {
    padding-left: 70px;
}
/*product image popup*/
.image-popup-container .image-wrapper {
    border: 7px solid #fc9234;
    padding: 10px;
}
.image-popup-container .image-wrapper img {
    max-width: 100%;
}
.image-popup-container .navigator.close-button {
    background: #fc9234 none repeat scroll 0 0;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.image-popup-container .navigator.close-button:hover {
    background: #000000 none repeat scroll 0 0;
}
.image-popup-container .navigator.close-button::after {
    color: #ffffff;
    content: "";
    font-family: fontawesome;
    font-size: 22px;
}
/*product quick view*/
.product_quick_view_popup {
    height: 630px;
}
.product_quick_view_popup .body {
    margin: 33px 0 33px 33px;
    overflow-y: auto;
    padding-right: 33px;
}
.product_quick_view_popup .header {
    border: medium none;
    padding: 0;
}
.product_quick_view_popup .header .close-icon {
    background-color: #fc9234;
    top: 0;
    z-index: 10;
}
.product_quick_view_popup .scroller span {
    background: #fc9234 none;
    border: medium none;
    height: 40px;
    width: 40px;
    text-align: center;
}
.product_quick_view_popup .product-widget.widget-addCart .stepper input,
.product_quick_view_popup .product-widget.widget-addCart .stepper span {
    margin-bottom: 0;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    white-space: nowrap;
}
.product_quick_view_popup .scroller span::after {
    color: #fff;
    font-family: fontawesome;
    font-size: 18px;
    line-height: 36px;
}
.product_quick_view_popup .scroller span.view-left::after {
    content: "\f104";
}
.product_quick_view_popup .scroller span.view-right::after {
    content: "\f105";
}
.product_quick_view_popup .image-thumb-container .thumb-image {
    display: inline-block;
}
/*product image view*/
.image-popup-container .navigator.right-button, .image-popup-container .navigator.left-button {
    background: #fc9234 none repeat scroll 0 0;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.image-popup-container .navigator.right-button:hover, .image-popup-container .navigator.left-button:hover {
    background: #000 none repeat scroll 0 0;
    color: #ffffff;
    height: 42px;
    line-height: 40px;
}
.image-popup-container .navigator.left-button::after,
.image-popup-container .navigator.right-button::after {
    font-family: 'FontAwesome';
    font-size: 27px;
    margin-top: -21px;
}
.image-popup-container .navigator.left-button::after {
    content: "\f104";
}
.image-popup-container .navigator.right-button::after {
    content: "\f105";
}
/*tell a friend (product details page)*/


/*login page*/
.page-login .login-form {
    border: 1px solid #e5e5e5;
    padding: 50px 70px;
    width: 650px;
}
.login-form .title,
.registration-form .title,
.password-reset-form .title,
.customer-new-password .title {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.login-form .title {
    padding-bottom: 20px;
}
.login-form .form-row {
    margin: 0 0 30px;
}
.login-form .form-row:last-child {
    margin-bottom: 10px;
}
.customer-new-password .form-row label,
.login-form .form-row label,
.registration-form .form-row label,
.password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
    font-size:15px;
}
.login-form .form-row input[type="text"],
.customer-new-password .form-row input[type="text"],
.login-form .form-row input[type="password"],
.customer-new-password .form-row input[type="password"] {
    height: 45px;
    width: 100%;
}
.login-form .submit-row {
    float: none;
}
.login-form .submit-row button {
    background: #fc9234;
    border: 1px #fc9234 solid;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.login-form .submit-row button:hover {
    background: #000;
    border: 1px #000 solid;
}
.login-form .form-row.remember {
    color: #333;
    float: right;
    font-weight: 500;
    text-align: right;
    font-size:14px;
}
.login-form .lost-password a {
    color: #fc9234;
    font-weight: 500;
}
.login-form .lost-password a:hover {
    color: #000000;
}
.login-form .form-row .no-account-label,
.login-form .form-row .account-register {
    color: #333;
    font-weight: 500;
}
.login-form .form-row .account-register a:hover {
    color: #999;
}
.login-form .account-register a {
    color: #fc9234;
}
.login-form .form-row .account-register a:hover {
    color: #000;
}
.login-form .errorlist.after {
    padding-top: 5px;
}
/*reset password*/
.password-reset-form {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.password-reset-form .lost-password-text {
    color: #555;
}
.body .password-reset-form .form-row input {
    width: 350px;
    height: 46px;
}
.password-reset-form .errorlist.after {
    top: 75px;
}
.password-reset-form .form-row.submit-row button {
    font-size: 18px;
    vertical-align: middle;
}
.password-reset-form .form-row.submit-row button:hover {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
}
.password-reset-form .form-row.submit-row button[disabled]:hover,
.password-reset-form .form-row.submit-row button[disabled] {
    background: #bfbfbf none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #666;
}
/*new password*/
.customer-new-password {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.customer-new-password .form-row label {
    width: 100%;
}
.customer-new-password .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}

/*Registration*/

.registration-form {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    font-size: 0;
    letter-spacing: 0;
    margin: 0 auto;
    padding: 45px;
    max-width: 806px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registration-form .title {
    width: 100%;
}
.registration-form .form-row {
    width: calc(50% - 15px);
}
.registration-form * {
    font-size: 13px;
    letter-spacing: normal;
}
.registration-form label {
    width: 100%;
}
.registration-form input {
    width: 100%;
}
.registration-form select {
    width: 100%;
}
.registration-form .errorlist.after {
    padding: 5px 0 0 0;
}
body .registration-form .form-row.submit-row {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    text-align: right;
    width: 100%;
}
.registration-form .form-row.submit-row button {
    background: #fc9234 none repeat scroll 0 0;
    border: 1px solid #fc9234;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-left: 3px;
}
.registration-form .form-row.submit-row button:hover {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
}
.registration-form .form-row.submit-row button[disabled]:hover,
.registration-form .form-row.submit-row button[disabled] {
    background: #bfbfbf none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    color: #666;
}
.registration-form .form-row.simple_captcha_help_text label,
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .form-row.simple_captcha_help_text {
    margin: 0;
}
.registration-form .simpleCaptcha-container div:nth-child(1) {
    float: left;
    margin: 0;
}
.registration-form .simpleCaptcha-container .simple-captcha {
    clear: left;
    float: left;
}
.registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
    margin: 0;
    padding: 0 0 0 50%;
    width: auto;
}
.registration-form .simple_captcha_help_text label {
    display: none;
}
.registration-form .simpleCaptcha-container .simple-captcha label {
    display: none;
}
.registration-form .form-row.simple_captcha_input_field {
    margin-top: 0;
    padding-right: 55px;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row {
    margin: 0 0 30px;
}
.customer-new-password .form-row.submit-row {
    margin-bottom: 0;
}
@media (max-width: 767px){
    .customer-new-password .form-row {
        margin: 0 0 20px;
    }
}

/*Cart details page*/
.shopping-cartitem h1 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.shopping-cartitem .cartitem-btn {
    height: auto;
    margin-left: 7px;
}
.shopping-cartitem .shipment-calculator {
    height: auto;
}
.cartitem-btn-wrapper .button {
    float: right;
    margin-left: 7px;
}
table.cartitem-table {
    border: 1px solid #ccc;
    margin: 20px 0;
}
.cartitem-table th {
    background-color: #f9f9f9;
    border: medium none;
    font-weight: 500;
}
.cartitem-table th.unit-price, .cartitem-table td.unit-price {
    text-align: center;
}
.cartitem-table th.quantity, .cartitem-table td.quantity {
    text-align: center;
}
.cartitem-table td.quantity .stepper {
    float: none;
    margin: 0 auto;
}
.cartitem-table th.price, .cartitem-table td.price {
    text-align: right;
}
.cartitem-table td {
    border: 1px solid #ccc;
}
.cartitem-table .product-name a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.check-out-total .right-column, .shopping-cart-total .right-column {
    float: right;
}
.check-out-total table, .shopping-cart-total table {
    background-color: #f9f9f9;
    display: block;
    margin-bottom: 0;
    padding: 20px;
    min-width: inherit;
}
.check-out-total tr, .shopping-cart-total tr {
    border: medium none;
}
.check-out-total td, .shopping-cart-total td {
    border: medium none;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
    color: #333;
    font-weight: 500;
    text-align: right;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
    color: #333;
    font-weight: 500;
    text-align: right;
}
.check-out-total td.editable,
.check-out-total td.payment-gateway,
.check-out-total td.total-label,
.check-out-total td.storeCredit-label,
.check-out-total td.due-label,
.check-out-total td.payment-gateway-label,
.check-out-total .price,
.shopping-cart-total .price {
    color: #333;
    font-weight: 500;
    padding: 5px 0;
    text-align: right;
}
.check-out-total td.payment-gateway-label,
.check-out-total td.due-label,
.check-out-total td.storeCredit-label,
.check-out-total td.total-label {
    padding-right: 15px;
}
.check-out-total .left-column, .shopping-cart-total .left-column {
    float: left;
    width: auto;
}
.discount-coupon-code-panel {
    border: 1px #ccc solid;
    padding: 30px;
    width: 400px;
}
.discount-coupon-code-panel .form-row {
    margin: 0 0 15px;
}
.discount-coupon-code-panel input {
    width: 100%;
}
.discount-coupon-code-panel label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}
.discount-coupon-code-panel .apply-discount-coupon {
    width: 100%;
}
.discount-coupon-code-panel .btn-row label {
    display: none;
}

.shopping-cartitem.empty-cart a {
    margin: 10px 0 0;
}

/*Checkout Option page design*/
.checkout-page-options > h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    display: none;
}
.checkout-page-options .item-head {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.checkout-page-options .content-wrapper {
    border: 1px solid #ccc;
}
.checkout-page-options .new-customer h1, .checkout-page-options .registered-customer > h1 {
    font-size: 22px;
    font-weight: 500;
}
.checkout-page-options .registered-customer p.register {
    font-weight: 500;
}
.checkout-page-options .registered-customer p {
    font-weight: 500;
}
.checkout-page-options .registered-customer .form-row label {
    display: block;
    font-weight: 500;
    padding-bottom: 6px;
    width: 100%;
}
/*compare product details*/
.compare-details .heading {
    padding: 0 0 20px;
}
.compare-details .heading .title {
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.compare-details table td, .compare-details table th {
    padding: 10px;
}
.compare-details table th {
    color: #222;
    font-size: 15px;
}
.compare-details table col, .compare-details table td {
    min-width: 150px;
}
.compare-details .product-view img {
    max-width: 100%;
}
/*blog post details page design*/
.blog-post-details .post-description .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.blog-post-details .post-description .blog-post-info {
    padding-bottom: 10px;
}
.blog-post-details .post-description .categories a {
    color: inherit;
}
.blog-post-details .post-description .categories a:hover {
    color: #fc9234;
}
.blog-post-details .post-description .image {
    padding-bottom: 30px;
}
.blog-post-details .post-description .image img {
    max-width: 100%;
}
.blog-post-details .blog-post-info span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.blog-post-details .blog-post-info span::before {
    color: #fc9234;
    font-family: Fontawesome;
    margin-right: 5px;
}
.blog-post-details .blog-post-info span.date::before {
    content: "\f073";
}
.blog-post-details .blog-post-info span.author::before {
    content: "\f007";
}
/*comment form*/
div.blog-post-details .comment-post-panel {
    padding: 0;
}
.blog-post-details .comment-post-panel {
    border: medium none;
    padding: 25px 0;
}
.blog-post-details .comment-post-panel h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 26px;
    text-transform: uppercase;
}
.blog-post-details .comment-post-panel label {
    color: #222;
    font-size: 16px;
    padding-bottom: 4px;
}
.blog-post-details .comment-post-panel .form-row {
    position: relative;
}
.blog-post-details .comment-post-panel input {
    width: 100%;
}
.blog-post-details .comment-post-panel textarea {
    height: 200px;
    width: 100%;
}
#blog-post-create-comment-panel .max-character {
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
}
.blog-post-details .comment-post-panel .form-row button {
    width: 100%;
}
.blog-post-details .comment-post-panel .simpleCaptcha-container label {
    display: none;
}
/*comments*/
.blog-post-details .blog-post-comment-panel {
    padding: 0;
}
.blog-post-comment-panel .blog-comments {
    margin-top: 50px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    border: medium none;
    color: #272727;
    font-size: 22px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row::after {
    background-color: #666;
    content: "";
    display: block;
    height: 1px;
    margin-top: 5px;
    width: 30px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    margin-bottom: 30px;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    color: #272727;
    display: block;
    font-size: 18px;
}
.blog-post-details .blog-post-comment-panel .comment-item .date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #999;
    font-size: 13px;
    padding: 3px 0;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    padding: 10px 0 30px;
}
/*blog category page design*/

.blog-category-details > .title {
    color: #5e5e5e;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.blog-category-details .blog-category.image {
    display: block;
    padding-bottom: 50px;
}
.blog-category-details .blog-category.image img {
    max-width: 100%;
}
.blog-category.description {
    display: block;
    padding-bottom: 30px;
}
/*category details*/
.category-details-container, .subcategory-container {
    padding-bottom: 0;
}
.category-details-container .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}
.category-details-container .category {
    margin: 0 0 30px;
}
.category-details-container .description {
    display: inline-block;
    padding-bottom: 40px;
}
.subcategory-container .title, .product-container .title {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    font-size: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.category-detail-view img {
    max-width: 100%;
}
.category-details-container .category {
    width: auto;
}


/*our services*/

@media (min-width: 1199px) {
    .widget-snippet .wc-snippet-our-services .item img {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        -webkit-transition: all 400ms ease-out 0s;
        -moz-transition: all 400ms ease-out 0s;
        -ms-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
    }
    .widget-snippet .wc-snippet-our-services .item:hover img {
        transform: scale(1.1);
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}

/* =============================================== FOOTER DESIGN ===============================================*/
body > .footer {
    background: #27262a url("../images/footer-bg.png") repeat left top;
}
/*footer navigation*/
.footer .footer_nav .horizontal .navigation-item a {
    padding-left: 10px;
    padding-right: 10px;
}
.footer .footer_nav .horizontal .navigation-item:first-child a {
    padding-left: 0;
}
.footer .footer_nav .horizontal .navigation-item:last-child a {
    padding-right: 0;
}
/*hr line*/
.footer-hr-line {
    background-color: #424145;
    border: medium none;
    height: 1px;
    margin: 5px 0;
}
/*copyright*/
.widget-article.copyright p, .widget-article.copyright a {
    color: #c7c7c7;
    font-size: 13px;
}
body .widget-article.copyright a {
    color: #fc9234;
    outline:none;
}
body .widget-article.copyright a:hover {
    color: #ffffff;
}
/*brand details*/
.brand-details .brand-title .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    margin-top: 0;
    text-transform: uppercase;
}
.brand-details .brand-title {
    background-color: #f9f9f9;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    padding: 20px 20px 6px;
    text-align: center;
    width: 100%;
}
.brand-details .brand-image-block {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 0 1px 1px;
    padding: 15px 20px 20px;
    text-align: center;
}
.brand-details .brand-image-block > img {
    max-width: 160px;
}
body > .body .server-message {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.checkout-page .checkout-address-selector .chosen-drop .chosen-results {
    overflow-y: auto;
}
.compare-details table {
    min-width: 700px;
    table-layout: auto;
}
.custom-form.book-your-table .message-block.info-message {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
/* ---------------------------\__________________ */
.front-end .notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.front-end .fadeInst {
    transition: opacity 2500ms ease 0s, transform 1500ms ease 0s;
    opacity: 0;
    transform: translate(0px, 50px);
}
.front-end .fadeup {
    opacity: 1;
    transform: translate(0, 0);
}
.front-end .wc-snippet-welcome {
    overflow: hidden;
}
.fee-custom-scroll.front-end .fadeup,
.fee-custom-scroll.front-end .fadeInst{
    opacity: unset;
    transform: unset;
}
body.fee-custom-scroll #spltr-A2923B46-7B11-4437-9C9A-3046E92D8F82 .widget {
    z-index: unset;
}

@media (min-width: 992px) {
    .front-end .wc-snippet-welcome .col-md-8 {
        transition: all 1s ease-out 0s;
        transform: translateX(50%);
        opacity: 0;
    }
    .front-end .wc-snippet-welcome .col-md-4 {
        transform: scale(0) rotate(-45deg);
        transition: all 1s ease 0s;
        opacity: 0;
    }
    .front-end .wc-snippet-welcome.flash .col-md-8 {
        transform: translateX(0);
        opacity: 1;
    }
    .front-end .wc-snippet-welcome.flash .col-md-4 {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes bobo {
    0%   { bottom: 15px; }
    50%   { bottom: 20px; }
    100% { bottom: 15px; }
}
@-moz-keyframes bobo {
    0%   { bottom: 15px; }
    50%   { bottom: 20px; }
    100% { bottom: 15px; }
}
@-o-keyframes bobo {
    0%   { bottom: 15px; }
    50%   { bottom: 20px; }
    100% { bottom: 15px; }
}
@keyframes bobo {
    0%   { bottom: 15px; }
    50%   { bottom: 20px; }
    100% { bottom: 15px; }
}
/*google map*/
.contact-map .google-map-container {
    height: 360px;
}
/*form*/
.widget.widget-form .form-row select {
    height: 40px;
    width: 350px;
}
.widget-form .checkbox label::before {
    left: 1px;
    top: 1px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    left: 1px;
    top: -1px;
}
.previous-price.price {
    display: inline-block;
    padding: 0;
    vertical-align: bottom;
}
.zoomContainer {
    z-index: 999;
}
/*New Checkout Page Design*/
.message-details .post-order-contact-us > a:hover {
    color: #818181;
}
.checkout-page .section > .header .icon,
.checkout-page .section.loaded > .header .icon {
    background-color: #fc9234;
}
.checkout-page .section > .header .title {
    font-size: 18px;
    color: #555;
}
.checkout-page .address-view > .header .title {
    color: #000;
    font-weight: 600;
}
.checkout-page .section.loaded > .header .title {
    color: #fc9234;
}
.checkout-page .address-view .address {
    background-color: #f9f9f9;
}
.checkout-page .address-edit-from-wrap form .multi-column {
    margin-left: -15px;
    margin-right: -15px;
}
.checkout-page .address-edit-from-wrap > .header .title {
    color: #555;
    font-weight: 500;
}
.checkout-page .toolbar-btn {
    background-color: #fff;
    border-color: #dadfe1;
}
.checkout-page .toolbar-btn:hover {
    background-color: #fc9234;
    border-color: #fc9234;
}
.checkout-page .toolbar-btn {
    transition: all 300ms ease 0s;
}
.checkout-page input[type="checkbox"]:checked + span:before {
    background-color: #fc9234;
    border-color: #fc9234;
}
.checkout-page .address-edit-from-wrap form {
    background-color: #f9f9f9;
}

.checkout-page .address-edit-from-wrap .form-row {
    padding-left: 15px;
    padding-right: 15px;
}
.checkout-page .address-edit-from-wrap .form-row label {
    color: #555;
    font-weight: 500;
}
.checkout-page input[type="radio"]:checked + span:before {
    border-color: #fc9234;
}

.checkout-page input[type="radio"]:checked + span:after {
    background-color: #fc9234;
}

.checkout-page .address-edit-from-wrap .form-row {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.checkout-page .address-edit-from-wrap .form-row .errorlist {
    position: absolute;
    bottom: -16px;
    left: 16px;
}
.confirm-step-form .right-panel {
    background-color: #f9f9f9;
}
.cartitem-table td.total-label, .cartitem-table td.price,
.check-out-total > .price-row .label, .check-out-total > .price-row .price {
    font-weight: 500;
}
.checkout-page .section .step-continue-button {
    padding: 10px 25px;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
    padding: 15px 30px;
}
.checkout-page .section > .header .icon {
    height: 45px;
    width: 45px;
    line-height: 42px;
    margin-right: 7px;
}
.checkout-page .section > .header .icon:before {
    font-size: 18px;
}
.checkout-page .section > .body {
    padding: 20px 0;
}
.payment-success-total > table {
    border: medium none;
    display: inline-block;
    padding: 0;
    table-layout: auto;
    width: auto;
}
.order-details .cartitem-table.order_details_table .product-name,
.checkout-page .cartitem-table.product-thumb-view .product-name {
    text-align: left;
}
.order-details .cartitem-table.order_details_table .unit-price,
.checkout-page .cartitem-table.product-thumb-view .unit-price {
    text-align: center;
    min-width: 100px;
}
.order-details .cartitem-table.order_details_table .quantity,
.checkout-page .cartitem-table.product-thumb-view .quantity{
    text-align: center;
    min-width: 100px;
}
.order-details .cartitem-table.order_details_table .price,
.checkout-page .cartitem-table.product-thumb-view .price {
    text-align: right;
}
.payment-success-total > table .total-label {
    font-size: 14px;
    text-align: left;
}
.payment-success-total > table .price {
    font-size: 14px;
    text-align: right;
}
.cartitem-table th, .cartitem-table td {
    padding: 10px;
}
.address-selection-popup .addresses > .address {
    padding: 14px;
    text-align: left;
}
.address-selection-popup .create-address {
    padding: 12px;
    text-align: left;
}
.payment-success-total > table .total-order td {
    font-weight: 500;
}
.page-checkout .address-selection-popup.popup {
    width:300px!important;
}
.cartitem-table .unit-price-column { width: 100px; }

@media (max-width:991px) {
    .checkout-page .address-edit-from-wrap form .multi-column {
        margin-left: -7px;
        margin-right: -7px;
    }
    .checkout-page .address-edit-from-wrap .form-row {
        padding-left: 7px;
        padding-right: 7px;
    }
    .confirm-step-form .right-panel {
        padding: 10px;
    }
    .checkout-page .address-edit-from-wrap form {
        padding: 0 15px 15px 15px;
    }
    .checkout-page .address-edit-from-wrap .form-row .errorlist {
        left: 10px;
    }
}
@media (max-width:767px) {

    .checkout-page .section > .header .title {
        font-size: 14px;
    }
    .cartitem-table .unit-price-column {
        width: auto;
    }
    .confirm-step-form .left-panel, .confirm-step-form .right-panel {
        float: none;
        width: 100%;
        padding: 10px;
    }
    .checkout-page .header-wrapper h1 {
        border: none;
        font-weight: 600;
    }
    .cartitem-table th, .cartitem-table td {
        padding: 7px 0;
    }
    .checkout-page .section > .header .toolbar {
        display: block;
        padding-top: 15px;
    }
    .order-details .cartitem-table.order_details_table .price,
    .checkout-page .cartitem-table.product-thumb-view .unit-price,
    .order-details .cartitem-table.order_details_table .quantity,
    .checkout-page .cartitem-table.product-thumb-view .quantity,
    .order-details .cartitem-table.order_details_table .unit-price,
    .checkout-page .cartitem-table.product-thumb-view .price {
        text-align: left;
    }
    .payment-success-total > table {
        display: table;
        width: 100%;
    }
}
@media (max-width: 479px) {
    .page-checkout .two-column .column-content input,
    .page-checkout .two-column .column-content select {
        height: 40px;
    }
}



/*popup*/
.add-to-cart-popup .short-info div.prodict-name,
.add-cart-information-popup .short-info div.prodict-name {
    padding-bottom: 10px;
}
.add-to-cart-popup .short-info div.item > *,
.add-cart-information-popup .short-info div.item > * {
    display: inline-block;
    vertical-align: middle;
}
.add-to-cart-popup .short-info div.stepper,
.add-cart-information-popup .short-info div.stepper {
    float: none;
    margin: 0 0 0 10px;
    padding-bottom: 0;
}
.pagination {
    float: none;
}
.widget-form .book-your-table .single-input-row .form-row {
    margin-top: 0;
}
.quick-cart-content {
    max-height: 350px;
    overflow: auto;
}
.quick-cart-content .product-name {
    width: 50%;
}
.quick-cart-content table tr td {
    word-break: normal;
}
.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
.order-comment-row, .payment-gateway {
    padding: 15px 0;
}

/* ========================= Customer-profile ================== */
/* ====== product-overview ======= */
#customer-profile-tabs .product-block.product-view-height-width {
    margin: 0;
    padding: 0;
    width: 265px;
}
#customer-profile-tabs .scrollable-view .product-block + .product-block,
#customer-profile-tabs .special-product.small .product-block + .product-block {
    margin-left: 30px;
}
#customer-profile-tabs .product-block .add-to-cart-button.button::after ,
#customer-profile-tabs .product-block .add-to-cart-button.button::before {
    content: none;
}
#customer-profile-tabs .product-block .add-to-cart-button.button {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    padding: 10px 20px;
    width: auto;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    height: 30px;
    margin: 2px;
    margin: 2px;
    position: relative;
    width: 35px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span:hover {
    border: 1px solid #fc9234;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span::before {
    color: #c3c3c3;
    font-family: fontawesome;
    font-size: 22px;
    left: auto;
    position: absolute;
    right: auto;
    top: -2px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span:hover::before {
    color: #fc9234;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-right::before {
    content: "";
    right: 12px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-left::before {
    content: "";
    left: 12px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-left::after,
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-right::after {
    content: none;
}
/* ====== End product-overview ======= */
#customer-profile-tabs * {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body #customer-profile-tabs .account_information .button-line > span,
body #customer-profile-tabs input[type="submit"], body #customer-profile-tabs input[type="button"],
body #customer-profile-tabs button, body #customer-profile-tabs .button,
body #customer-profile-tabs a.button body #customer-profile-tabs a.button:link,
body #customer-profile-tabs a.button:visited, body #customer-profile-tabs a.button:active, body #customer-profile-tabs a.button:focus {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fc9234;
    border-radius: 3px;
    color: #fc9234;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    height: auto;
    font-weight: 500;
    line-height: 20px;
    outline: medium none;
    text-decoration: none;
    margin: 0 5px 0 0;
    padding: 8px 20px;
    transition: all 300ms ease 0s;
}
body #customer-profile-tabs .account_information .button-line > span:hover,
body #customer-profile-tabs input[type="submit"]:hover, body #customer-profile-tabs input[type="button"]:hover,
body #customer-profile-tabs button:hover, body #customer-profile-tabs .button:hover, body #customer-profile-tabs a.button:hover {
    background: #fc9234 none repeat scroll 0 0;
    border: 2px solid #fc9234;
    color: #fff;
}
#customer-profile-tabs table {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    table-layout: fixed;
}
#customer-profile-tabs td, #customer-profile-tabs th {
    border: 1px solid #e2e2e2;
    color: #555555;
    padding: 10px;
    vertical-align: middle;
    word-break: normal;
}
#customer-profile-tabs th {
    background: #f6f6f6 none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 400;
}
#customer-profile-tabs th:first-child, #customer-profile-tabs td:first-child {
    padding-left: 10px;
}
#customer-profile-tabs th:last-child, #customer-profile-tabs td:last-child {
    padding-right: 10px;
    text-align: left;
}
#customer-profile-tabs #order-list .action-col,
#customer-profile-tabs #order-list .id-col {
    width: auto;
}
.gift-registry-details {
    line-height: 23px;
}
.gift-registry-details .product-view.list-view.product-quick-view table {
    border: medium none;
}
.gift-registry-details .product-view.list-view.product-quick-view .stepper {
    float: left;
}
.gift-registry-details .product-view.list-view.product-quick-view .loyalty-point {
    display: block;
}
.wish-list-popup .form-row label {
    width: auto;
}
.wish-list-popup.add-to-wishlist-popup.popup.anim-fade-zoom.active .errorlist.after .message-block {
    text-align: left;
}
.payment-success-total .price {
    font-size: 16px;
    text-align: right;
}
.cartitem-table th, .cartitem-table td {
    font-size: 15px;
}
#customer-profile-tabs .available-pages a {
    font-size: 15px;
    font-weight:500;
    color: #555555;
}
#customer-profile-tabs .available-pages a:hover {
    color: #fc9234;
}
#customer-profile-tabs .available-pages li {
    font-size: 18px;
    list-style: inside none circle;
}
#customer-profile-tabs .save-cart-init-form .form-row .unique {
    display: block;
    margin: 10px 0;
}
#customer-profile-tabs .save-cart-init-form .form-row .errorlist.after {
    padding: 0;
}
.payment-gateway .button.apply {
    padding: 10px 15px;
}
.add-to-gift-registry-popup.popup.anim-fade-zoom.active .close-btn.button ,
.add-to-gift-registry-popup.popup.anim-fade-zoom.active .button{
    margin: 7px 5px 0 0;
}
.tell-friend-popup .errorlist.after {
    padding-left: 155px;
}
.image-popup-container .navigator.left-button::after {
    color: #ffffff;
    content: "";
    font-family: fontAwesome;
    height: 10px;
    left: auto;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
}
.image-popup-container .navigator.right-button::after {
    color: #ffffff;
    content: "";
    font-family: fontAwesome;
    height: 10px;
    left: 15px;
    position: absolute;
    top: 15px;
    width: 10px;
}
.image-popup-container .navigator.left-button {
    height: 50px;
}
.image-popup-container .navigator.right-button {
    height: 50px;
}
div.image-popup-container .navigator {
    background: #fc9234 none repeat scroll 0 0;
}
.image-popup-container.popup {
    max-width: inherit;
    min-width: inherit;
}
.logo.credit-card > img {
    margin: 5px;
}
.payment-form .mandatory-chosen-wrapper select {
    margin: 5px 0;
    width: auto;
}
.payment-form .double-input-row > * {
    vertical-align: middle;
}

/*form element*/
.site-popup .button-line button + button, .confirm-popup .button-line button + button{
    margin-left: 8px;
}
#customer-profile-tabs .form-row.btn-row button {
    margin-right: 8px;
}
#customer-profile-tabs .form-row.btn-row,
#customer-profile-tabs .form-row.btn-row {
    font-size: 0;
    margin-top: 15px;
    padding: 0;
}
#customer-profile-tabs .form-row label {
    color: #555555;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    vertical-align: middle;
    width: 220px;
}
#customer-profile-tabs input[type="text"],
#customer-profile-tabs input[type="password"],
#customer-profile-tabs textarea,
#customer-profile-tabs select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    padding: 5px 10px;
    width: 350px;
}
#customer-profile-tabs textarea {
    height: 150px;
}
#customer-profile-tabs .shipping_address .edit-address-form .form-row input,
#customer-profile-tabs .billing_address .edit-address-form .form-row input,
#customer-profile-tabs .account_information .account-details-form .form-row input,
#customer-profile-tabs select,
#customer-profile-tabs .registration-form select {
    width: 100%;
}
#customer-profile-tabs .accordion-item .form-row.btn-row button {
    margin-right: 8px;
}
#customer-profile-tabs .form-row {
    margin: 15px 0;
}
#customer-profile-tabs .comment-area {
    max-height: inherit;
    padding-bottom: 40px;
}
#customer-profile-tabs .comment-row {
    margin: 0 0 10px;
    padding: 0 0 10px;
}
/*validation error*/
#customer-profile-tabs .message-block,
#customer-profile-tabs .message-block.error {
    padding: 8px;
    margin-bottom: 10px;
}
#customer-profile-tabs .errorlist.after .message-block {
    color: #ff0000;
    margin: 0;
    padding: 0px;
    text-align: left;
}
#customer-profile-tabs .form-row span .errorlist.after {
    padding-left: 0;
}
#customer-profile-tabs .wish-list-edit-form .errorlist.after {
    padding: 0;
}
/*accordion*/
#customer-profile-tabs .accordion-panel > .label-bar {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 7px 38px;
    margin:10px 0;
}
#customer-profile-tabs .accordion-panel > .accordion-item.expanded {
    border: medium none;
    padding: 10px 0;
}
#customer-profile-tabs .accordion-item .button-line {
    font-size: 0;
    margin: 15px 0 0;
}
#customer-profile-tabs .accordion-item .button-line .button {
    margin-right: 8px;
}
#customer-profile-tabs .accordion-item .form-row.btn-row {
    padding-left: 223px;
}
/*header*/
#customer-profile-tabs .welcome-profile {
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#customer-profile-tabs .welcome-profile span:first-child {
    font-style: italic;
    color: #fc9234;
}
#customer-profile-tabs .button.profileLogout, #customer-profile-tabs .button.profileLogout:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    margin-right: 0;
    padding: 0;
}
#customer-profile-tabs .button.profileLogout a {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 20px;
    transition: all 500ms ease-out 0s;
}
#customer-profile-tabs .button.profileLogout a:hover {
    background: #fc9234;
}
#customer-profile-tabs .button.profileLogout a::after {
    content: "\f08b";
    display: inline-block;
    font-family: fontawesome;
    font-size: 15px;
    margin-left: 7px;
    vertical-align: middle;
}
/*left panel*/
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header > .bmui-tab-header-container {
    float: left;
    width: 20%;
    border-bottom:1px solid #e2e2e2;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header {
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px 0 0 1px;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header .title{
    color: #555555;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active .title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fc9234;
    position: relative;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active .title::after {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 20px 0 20px 16px;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    top: 0;
    width: 0;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header .title:hover,
#customer-profile-tabs.bmui-tab .bmui-tab-header .title:hover{
    color: #fc9234;
}
/*main container*/
/*Top-box-chaild-container*/
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box {
    border: medium none;
    padding: 0;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header {
    border-width: 1px 1px 0;
    display: inline-block;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header.bmui-tab-active .title::after{
    content: none;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header .title {
    color: #555555;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header.bmui-tab-active .title {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #fc9234;
}
#customer-profile-tabs .bmui-tab-panel.bmui-state-visible .bmui-tab-body-container {
    min-height: 200px;
    padding: 15px;
}
/*Exit Top-box-chaild-container*/
#customer-profile-tabs .bmui-tab-body-container {
    border: 1px solid #e2e2e2;
    min-height: 400px;
    overflow: hidden;
    padding: 25px;
}
#customer-profile-tabs .bmui-tab-panel .item-header {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}
#customer-profile-tabs .gift-card-short-info .check-panel,
#customer-profile-tabs .gift-card-short-info .card-details {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#customer-profile-tabs .bmui-tab-body-container h3 b,
#customer-profile-tabs .bmui-tab-body-container h3,
#customer-profile-tabs .bmui-tab-body-container h1,
#customer-profile-tabs .bmui-tab-body-container h2,
#customer-profile-tabs .bmui-tab-body-container .title ,
#customer-profile-tabs .gift-card-short-info .check-panel .title {
    color: #555555;
    display: block;
    font-family: inherit;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 25px;
    padding: 0;
}
#customer-profile-tabs .bmui-tab-body-container .card-details .balance-section .title {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
#customer-profile-tabs .bmui-tab-body-container h3 b {
    margin: 25px 0 0;
}
#customer-profile-tabs .gift-card-short-info .balance-section .balance {
    font-size: 18px;
    font-weight: 400;
}
#customer-profile-tabs .gift-card-short-info .cartitem-btn-wrapper {
    display: inline-block;
}

/*over view*/
#customer-profile-tabs .bmui-tab-panel .order-status,
#customer-profile-tabs .bmui-tab-panel .gift-certificate-status,
#customer-profile-tabs .bmui-tab-panel .gift-registry-status {
    margin-bottom: 30px;
}
#customer-profile-tabs .gift-card-short-info .table-head .title,
#customer-profile-tabs .saved-cart-items-wrap > label {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
/*gift registry*/
#customer-profile-tabs .gift-registry-items table .action {
    width: 90px;
}
#customer-profile-tabs .Zebra_DatePicker_Icon,  #customer-profile-tabs .Zebra_DatePicker_Icon:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    font-size: 0;
    height: auto;
    left: auto;
    color: #555555;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 1px;
    width: auto;
    z-index: 999;
}
#customer-profile-tabs .Zebra_DatePicker_Icon_Wrapper::after{
    content:unset;
}
#customer-profile-tabs .Zebra_DatePicker_Icon::after {
    content: "";
    font-family: "Fontawesome";
    font-size: 18px;
    position: absolute;
    color: #555555;
    right: 10px;
    top: 7px;
}
#customer-profile-tabs .gift-registry-share-form {
    margin-top: 40px;
}
#customer-profile-tabs .gift-registry-share-form .form-row.btn-row {
    padding-left: 223px;
}
#customer-profile-tabs .gift-registry-items table .quantity {
    width: auto;
}
#customer-profile-tabs .button.create-gift-registry,
#customer-profile-tabs .bmui-tab-panel.bmui-state-visible .button.create-wish-list {
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*gift certificate*/
.gift-certificate-form .form-row:last-child button {
    margin-right: 5px;
}
#customer-profile-tabs .gift-certificate-form .gift-certificate-image {
    padding: 15px 0 0 222px;
}
#customer-profile-tabs .gift-certificate-form .form-row:last-child {
    font-size: 0;
}
#customer-profile-tabs .gift-certificate-form .form-row:last-child button {
    margin-right: 8px;
}
/*pending order and complete order*/
#order-details .form-row {
    margin: 3px 0;
    padding: 14px 0;
}
#order-details .order-items-wrap {
    padding-top: 30px;
}
#order-details .order-items-wrap label {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
#customer-profile-tabs #bmui-tab-completed-order textarea,
#customer-profile-tabs #bmui-tab-pending-order textarea {
    width: 100%;
}
#customer-profile-tabs #bmui-tab-completed-order textarea + .errorlist,
#customer-profile-tabs #bmui-tab-pending-order textarea + .errorlist {
    padding: 5px 0;
}
#customer-profile-tabs #bmui-tab-completed-order .comment-row .name,
#customer-profile-tabs #bmui-tab-pending-order .comment-row .name {
    font-size: 16px;
    font-weight: 500;
}
#customer-profile-tabs #bmui-tab-completed-order .comment-row .date-time,
#customer-profile-tabs #bmui-tab-pending-order .comment-row .date-time {
    color: #999999;
    display: block;
    float: none;
    font-size: 12px;
    padding: 5px 0 12px;
}
#customer-profile-tabs #bmui-tab-completed-order .show-comment,
#customer-profile-tabs #bmui-tab-pending-order .show-comment {
    display: block;
    overflow-x: visible;
    width: 100%;
}
#customer-profile-tabs .product-block .add-to-wish-list,
#customer-profile-tabs .product-block .add-to-compare-button,
#customer-profile-tabs .product-block .remove-from-compare-button {
    height: 40px;
    line-height: 37px;
    padding: 0;
    width: 42px;
    font-size: 0;
    margin-right: 5px;
}
/*manage account*/
#customer-profile-tabs .account-details .title {
    font-size: 20px;
    font-weight: 500;
}
#customer-profile-tabs .billing-address tr.active-row,
#customer-profile-tabs .shipping-address tr.active-row {
    background: #fc9234;
}
#customer-profile-tabs .account_information {
    margin: 0 auto;
}
#customer-profile-tabs .shipping_address .edit-address-form .form-row,
#customer-profile-tabs .billing_address .edit-address-form .form-row,
#customer-profile-tabs .account_information .account-details-form .form-row {
    display: inline-block;
    padding-left: 0;
    padding-right: 30px;
    width: 50%;
}
#customer-profile-tabs .shipping_address .edit-address-form .form-row.btn-row,
#customer-profile-tabs .billing_address .edit-address-form .form-row.btn-row,
#customer-profile-tabs .account_information .account-details-form .form-row.btn-row {
    width: 100%;
}
/*#customer-profile-tabs .shipping_address .edit-address-form .form-row:nth-child(2n),*/
/*#customer-profile-tabs .billing_address .edit-address-form .form-row:nth-child(2n),*/
/*#customer-profile-tabs .account_information .account-details-form .form-row:nth-child(2n) {*/
/*    padding-right: 0px;*/
/*}*/
#customer-profile-tabs .account_information > .name {
    font-size: 18px;
    font-weight: 400;
}
#customer-profile-tabs .account-short-details {
    margin: 15px 0;
}
#customer-profile-tabs .shipping_address .button-line,
#customer-profile-tabs .account_information .button-line,
#customer-profile-tabs .billing_address .button-line {
    margin: 15px 0;
}

/*abandoned cart*/
#customer-profile-tabs .bmui-tab-body-container #saved-cart-details .form-row {
    margin: 10px 0;
}
#customer-profile-tabs .bmui-tab-body-container #saved-cart-details .form-row > label {
    display: inline-block;
    min-width: 125px;
    width: auto;
}
#customer-profile-tabs .abandoned-cart-items-wrap {
    padding-top: 15px;
}
#customer-profile-tabs .abandoned-cart-items-wrap > label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
/*store creadit*/
#customer-profile-tabs .bmui-tab.top-box {
    border: medium none;
    padding: 0;
}
#customer-profile-tabs #bmui-tab-store_credit .store-credit-info.info{
    display: block;
    font-size: 14px;
}
#customer-profile-tabs #bmui-tab-store_credit .form-row.mandatory > label {
    display: block;
    padding-bottom: 5px;
}
#customer-profile-tabs #bmui-tab-store-credit form .form-row:last-child button {
    margin-top: 5px;
}
#customer-profile-tabs #bmui-tab-store-credit .form-row .errorlist.after {
    padding-left: 0;
}
#customer-profile-tabs #bmui-tab-wish-list .create-wish-list {
    margin-top: 20px;
}
/*Layout Point*/
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-profile > p,
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-profile .loyality_point_quentity {
    font-size: 14px;
    padding-bottom: 5px;
}
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-profile .button-line {
    margin-top: 10px;
}
#customer-profile-tabs #bmui-tab-loyalty_point .button-line  {
    margin: 15px 0 0;
}
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-history .loyality_point_quentity {
    margin: 0 0 10px;
    width: 100%;
}
#customer-profile-tabs #bmui-tab-gift_registry .form-row > select,
#customer-profile-tabs #bmui-tab-store_credit .form-row.mandatory > textarea,
#customer-profile-tabs .loyalty_point .loyalty-claim .form-row select,
#customer-profile-tabs .loyalty_point .loyalty-claim .form-row input {
    width: 350px;
}
/*Wishlist*/
#customer-profile-tabs .wish-list-edit-form label {
    display: block;
    padding-bottom: 5px;
    width: 100%;
}
#customer-profile-tabs .wish-list-edit-form .btn-row label {
    display: none;
}
#customer-profile-tabs .wish-list-edit-form table {
    margin-top: 33px;
}
#customer-profile-tabs .wish-list-share-form .btn-row {
    padding: 0 ;
}
#customer-profile-tabs #bmui-tab-wish-list table + .wish-list-share-form {
    margin-top: 40px;
}
/*product*/
#customer-profile-tabs .product-view.image-view .content {
    margin: 0 -15px;
}
#customer-profile-tabs .product-view.image-view .product-block {
    box-sizing: content-box;
    padding: 15px;
    margin: 10px;
}
#customer-profile-tabs .product-view.image-view .product-name {
    display: block;
    line-height: 22px;
    margin: 10px 0;
    padding: 7px 0;
}
#customer-profile-tabs .product-block .btn-add {
    padding-top: 5px;
    position: unset;
    max-width: 100%;
}
#customer-profile-tabs .product-view.image-view .btn-add .button.add-to-cart-button::after {
    content: "";
}
#customer-profile-tabs .product-block .add-to-compare-button, #customer-profile-tabs .product-block .add-to-wish-list {
    font-size: 0;
    margin-right: 4px;
}
#customer-profile-tabs .scrollable-view .image {
    height: auto;
}
/*confirm popup */
.confirm-popup.popup {
    background-color: #fff;
}
.confirm-popup .header-line .close::before ,
.site-popup .window-corner-toolbar .close::before {
    color: #fff;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close {
    height: 24px;
    right: 10px;
    top: 10px;
    width: 24px;
}
.site-popup .content, .confirm-popup .body {
    padding: 25px;
}
.site-popup .button-line, .confirm-popup .button-line {
    padding: 15px 25px;
    text-align: right;
}
.page-profile .oder-comment-form textarea {
    width: 100%;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: 160px;
    display: inline-block;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0 -3px;
    text-align: center;
    width: 28px;
    display: inline-block;
    border: none;
    vertical-align: top;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select {
    margin: 0;
    width: 100%;
    border-radius: 0;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row.mandatory {
    padding-bottom:7px;
}
.site-popup.popup.active .content .payment-form.site-popup-form .mandatory-chosen-wrapper select + .errorlist.after {
    bottom: -18px;
    width: 100%;
}
/*Exit confirm popup */
/*My Wallet-Debit & Credit card*/
#customer-profile-tabs .credit-debit-card .new-card {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    line-height: normal;
    padding: 0;
    width: auto;
    max-width: 100%;
}
#customer-profile-tabs .credit-debit-card .new-card .link-btn.link-card-btn{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fc9234;
    border-radius: 3px;
    color: #fc9234;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    line-height: 20px;
    margin: 0;
    outline: medium none;
    padding: 8px 20px;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
#customer-profile-tabs .credit-debit-card .new-card .link-btn.link-card-btn:hover{
    background: #fc9234 none repeat scroll 0 0;
    border: 2px solid #fc9234;
    color: #fff;
}
.site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 15px;
}
.site-popup.popup {
    max-width: 400px;
    min-width: 290px;
}
.payment-form.site-popup-form input {
    width: 350px;
}
.payment-form .form-row label, .payment-form .double-input-row label {
    display: block;
    padding-bottom: 5px;
    width: auto;
}
/*Exit My Wallet-Debit & Credit card*/

/* My-Order popup */
.floating-panel-popup.popup.active {
    overflow: visible;
}
.floating-panel-popup::before {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -15px;
    width: 0;
}
.floating-panel-popup::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -13px;
    width: 0;
}
#customer-profile-tabs .bmui-tab-body-container .bmui-tab-panel .panel-header {
    display: block;
}
#customer-profile-tabs .bmui-tab-body-container .bmui-tab-panel .panel-header .header-left {
    flex: unset;
    padding-right: 0;
}
#customer-profile-tabs .bmui-tab-body-container .bmui-tab-panel .panel-header .header-right {
    flex: unset;
}
#customer-profile-tabs .bmui-tab-body-container .panel-header .header-right span{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fc9234;
    border-radius: 3px;
    color: #fc9234;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 20px;
    margin: 14px 5px 14px 0;
    outline: medium none;
    padding: 8px 20px;
    text-decoration: none;
    transition: all 300ms ease 0s;
}
#customer-profile-tabs .bmui-tab-body-container .panel-header .header-right span:hover {
    background: #fc9234 none repeat scroll 0 0;
    color: #ffffff;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .order-info-wrap {
    margin-top: 30px;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child {
    border-top: 1px solid #555;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child {
    border-top: 1px solid #e4e8e8;
    padding: 25px 0;
    margin: 0;
}
#order-details .info-row {
    margin: 10px 0;
    text-align: right;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child > label,
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child > .value,
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child > .value span {
    color: #555555;
    font-size: 20px;
    font-weight: 500;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row > .value,
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row > .value span {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    text-align: right;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row > label {
    font-weight: 400;
    color: #333;
    font-size: 14px;
}
/* Exit My-Order popup */
/*color*/
body #customer-profile-tabs input[type="submit"], body #customer-profile-tabs input[type="button"],
body #customer-profile-tabs button, body #customer-profile-tabs .button,
body #customer-profile-tabs a.button body #customer-profile-tabs a.button:link,
body #customer-profile-tabs a.button:visited, body #customer-profile-tabs a.button:active,
body #customer-profile-tabs a.button:focus {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fc9234;
    color: #fc9234;
    margin: 0 5px 0px 0;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
body #customer-profile-tabs input[type="submit"]:hover,
body #customer-profile-tabs input[type="button"]:hover,
body #customer-profile-tabs button:hover, body #customer-profile-tabs .button:hover,
body #customer-profile-tabs a.button:hover {
    background: #fc9234 none repeat scroll 0 0;
    border: 2px solid #fc9234;
    color:#fff;
}
#customer-profile-tabs #bmui-tab-my-orders .address-view span {
    border: none;
    color: #555555;
    padding: 0;
    cursor: default;
    background: none;
    margin: 0;
    line-height: normal;
}
#customer-profile-tabs #bmui-tab-my-orders .address-view span.title {
    font-size: 20px;
}
#customer-profile-tabs #bmui-tab-my-orders .bmui-tab-body-container .address-view {
    padding-bottom: 20px;
}

#customer-profile-tabs #bmui-tab-my-orders .bmui-tab-body-container .address-view .header {
    margin-bottom: 10px;
}
#customer-profile-tabs #bmui-tab-my-orders .panel-header ~ .panel-header {
    padding-top: 25px;
}
/*customer profile end */

/*+++++++++++++++++++++++++++++++ RESPONSIVE +++++++++++++++++++++++++++++++*/
/*customer profile*/
@media screen and (max-width: 824px) {
    #customer-profile-tabs .bmui-tab-body-container
    #order-details .info-row:last-child > label,
    #customer-profile-tabs .bmui-tab-body-container
    #order-details .info-row:last-child > .value,
    #customer-profile-tabs .bmui-tab-body-container
    #order-details .info-row:last-child > .value span,
    #customer-profile-tabs .bmui-tab-body-container h3 b,
    #customer-profile-tabs .bmui-tab-body-container h3,
    #customer-profile-tabs .bmui-tab-body-container h1,
    #customer-profile-tabs .bmui-tab-body-container h2,
    #customer-profile-tabs .bmui-tab-body-container .title ,
    #customer-profile-tabs .gift-card-short-info .check-panel .title {
        font-size: 16px;
        margin: 0 0 20px;
    }
    #customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child {
        padding: 15px 0;
    }
    body #customer-profile-tabs input[type="submit"], body #customer-profile-tabs input[type="button"],
    body #customer-profile-tabs button, body #customer-profile-tabs .button,
    body #customer-profile-tabs a.button body #customer-profile-tabs a.button:link,
    body #customer-profile-tabs a.button:visited, body #customer-profile-tabs a.button:active,
    body #customer-profile-tabs a.button:focus ,.confirm-popup .button-line button {
        font-size: 13px;
    }
    #customer-profile-tabs .shipping_address .edit-address-form .form-row,
    #customer-profile-tabs .billing_address .edit-address-form .form-row,
    #customer-profile-tabs .account_information .account-details-form .form-row {
        padding-right: 20px;
    }
    #customer-profile-tabs.bmui-tab.bmui-tab.left-side-header > .bmui-tab-header-container {
        width: 23%;
    }
    #customer-profile-tabs .bmui-tab-panel.bmui-state-visible .bmui-tab-body-container {
        padding: 15px;
    }
    #customer-profile-tabs .gift-card-short-info .balance-section,
    #customer-profile-tabs .gift-card-short-info .expiry-section{
        margin-bottom: 20px;
    }
    #order-details .order-items-wrap {
        padding-top: 20px;
    }
    #customer-profile-tabs .gift-card-short-info .check-panel,
    #customer-profile-tabs .gift-card-short-info .card-details {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
        font-size: 20px;
    }
    .site-popup.popup.active .title-bar .title, .confirm-popup .header-line .title {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    #customer-profile-tabs .button.profileLogout {
        float: left;
    }
    #customer-profile-tabs .button.profileLogout {
        margin-top: 14px;
    }
    #customer-profile-tabs .welcome-profile {
        font-size: 18px;
    }
    #customer-profile-tabs.bmui-tab.bmui-tab.left-side-header > .bmui-tab-header-container {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    #customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active .title::after,
    #customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active .title::before{
        display: none;
    }
    #customer-profile-tabs.bmui-tab.left-side-header .bmui-tab-header-container {
        float: none;
        width: 100%;
    }
    #customer-profile-tabs .wish-list-list,
    #bmui-tab-completed-order #order-list,
    #customer-profile-tabs .abandoned-cart-items-wrap,
    #bmui-tab-abandoned-cart #abondoned-cart-list,
    #customer-profile-tabs .shipping-address .wrap,
    #customer-profile-tabs .billing-address .wrap,
    #customer-profile-tabs .gift-registry-list,
    #bmui-tab-pending-order #order-list {
        overflow-x: auto;
        padding-bottom: 20px;
    }
    #customer-profile-tabs .bmui-tab-body-container {
        min-height: inherit;
        overflow-x: auto;
        padding: 15px;
        width: 100%;
    }
    #customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box {
        border-color: #e2e2e2;
        border-style: solid;
        border-width: 0 0 1px;
        margin-bottom: 15px;
        padding: 0;
    }
    #customer-profile-tabs .bmui-tab-panel.bmui-state-visible .bmui-tab-body-container {
        display: inline-block;
        min-height: inherit;
        padding: 14px;
    }
    .confirm-popup.popup {
        left: 15px;
        max-height: 90vh;
        min-width: auto;
        overflow-y: auto;
        right: 15px;
    }
    #customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header {
        display: block;
    }
    #customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header .title {
        line-height: 20px;
        padding: 8px 10px;
    }
    #customer-profile-tabs.bmui-tab .bmui-tab-header .title {
        padding: 10px;
    }
    #customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active::after {
        border: 0 none;
        color: #fc9234;
        content: "";
        height: auto;
        width: auto;
    }
    #customer-profile-tabs.bmui-tab .bmui-tab-header::after {
        color: #999;
        content: "";
        font-family: fontawesome;
        font-size: 10px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    #customer-profile-tabs .wish-list-share-form .btn-row,
    #customer-profile-tabs .gift-registry-share-form .form-row.btn-row,
    #customer-profile-tabs .accordion-item .form-row.btn-row,
    #customer-profile-tabs .form-row .errorlist.after {
        display: inline;
    }
    #customer-profile-tabs .shipping_address .edit-address-form .form-row,
    #customer-profile-tabs .billing_address .edit-address-form .form-row,
    #customer-profile-tabs .account_information .account-details-form .form-row {
        padding-right: 0;
    }
    #customer-profile-tabs .Zebra_DatePicker_Icon_Wrapper,
    #customer-profile-tabs input[type="text"], #customer-profile-tabs input[type="password"],
    #customer-profile-tabs textarea, #customer-profile-tabs select,
    #customer-profile-tabs .shipping_address .edit-address-form .form-row,
    #customer-profile-tabs .billing_address .edit-address-form .form-row,
    #customer-profile-tabs .account_information .account-details-form .form-row,
    #customer-profile-tabs .gift-card-short-info .gift-card-code,
    #customer-profile-tabs #bmui-tab-gift_registry .form-row > select,
    #customer-profile-tabs #bmui-tab-store_credit .form-row.mandatory > textarea,
    #customer-profile-tabs .loyalty_point .loyalty-claim .form-row select,
    #customer-profile-tabs .loyalty_point .loyalty-claim .form-row input {
        width: 100%;
    }
    body #customer-profile-tabs input[type="submit"], body #customer-profile-tabs input[type="button"],
    body #customer-profile-tabs button, body #customer-profile-tabs .button, body #customer-profile-tabs a.button body #customer-profile-tabs a.button:link,
    body #customer-profile-tabs a.button:visited, body #customer-profile-tabs a.button:active, body #customer-profile-tabs a.button:focus ,
    body #customer-profile-tabs .account_information .button-line > span, body #customer-profile-tabs input[type="submit"],
    body #customer-profile-tabs input[type="button"], body #customer-profile-tabs button, body #customer-profile-tabs .button,
    body #customer-profile-tabs a.button body #customer-profile-tabs a.button:link, body #customer-profile-tabs a.button:visited,
    body #customer-profile-tabs a.button:active, body #customer-profile-tabs a.button:focus {
        line-height: 18px;
        margin: 0 4px 0 0;
        padding: 8px 10px;
        text-align: center;
    }
    #customer-profile-tabs .gift-card-short-info .check-panel .errorlist {
        position: unset;
    }
    #customer-profile-tabs .gift-card-short-info .check-balance {
        margin: 14px 0;
    }
    #customer-profile-tabs .gift-card-short-info .check-panel,
    #customer-profile-tabs .gift-card-short-info .card-details {
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    #customer-profile-tabs .gift-card-short-info .balance-section,
    #customer-profile-tabs .gift-card-short-info .expiry-section {
        margin-bottom: 15px;
    }
    #customer-profile-tabs .form-row label {
        width: 100%;
        padding: 0 0 3px;
    }
    #customer-profile-tabs .form-row {
        height: auto;
        margin: 10px 0;
    }
    .popup {
        max-height: 90vh;
        overflow-y: auto;
    }
    .site-popup.popup.popup.active {
        max-width: 100%;
        min-width: auto;
        right: 15px;
        width: calc(100% - 35px)!important;
    }
    .site-popup .content, .confirm-popup .body {
        padding: 15px;
    }
    .site-popup .button-line, .confirm-popup .button-line {
        padding: 15px;
    }
    /*.site-popup.popup.active .title-bar, .confirm-popup .header-line {*/
    /*    padding: 12px 40px 12px 15px;*/
    /*}*/
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        vertical-align: top;
        width: 100%;
    }
    .payment-form .mandatory-chosen-wrapper select+.errorlist.after {
        position: static;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
        width: 15%;
    }
    #customer-profile-tabs.bmui-tab .bmui-tab-header {
        border-width: 1px 1px 0;
    }
    #customer-profile-tabs table {
        min-width: 660px;
    }
    #customer-profile-tabs .wish-list-share-form .btn-row,
    #customer-profile-tabs .gift-registry-share-form .form-row.btn-row,
    #customer-profile-tabs .accordion-item .form-row.btn-row,
    #customer-profile-tabs .form-row .errorlist.after {
        padding-left: 0;
    }
    #customer-profile-tabs #bmui-tab-gift-registry h3 + table,
    #customer-profile-tabs #bmui-tab-gift-registry h2 + table,
    #customer-profile-tabs #bmui-tab-gift-registry h1 + table {
        min-width: inherit;
        width: 100%;
    }
    #customer-profile-tabs .wish-list-edit-form table {
        min-width: inherit;
    }
    #customer-profile-tabs #bmui-tab-wish-list h1 + table {
        min-width: inherit;
    }
    #customer-profile-tabs .product-block.product-view-height-width {
        width: 258px;
    }
  /* customer profile toggle menu */
#customer-profile-tabs .profile-menu-btn {
	border: 1px solid #e2e2e2;
	font-size: 16px;
	color: #8a8a8a;
	font-weight: 400;
	margin: 10px 0;
	padding: 7px 15px;
	position: relative;
	cursor: pointer;
}

#customer-profile-tabs .profile-menu-btn::after {
	color: #8a8a8a;
	content: "\f0d7";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	right: 15px;
	top: 6px;
}
}
/*+++++++++++++++++++++++++++++++ RESPONSIVE +++++++++++++++++++++++++++++++*/

    #customer-profile-tabs .product-thumb-image {
        height: auto;
        width: 100%;
    }
    #customer-profile-tabs .details .name {
        word-break: normal;
    }
    #customer-profile-tabs .button.profileLogout {
        float: none;
        position: absolute;
        right: 15px;
    }
    @media (max-width:767px) {
        #customer-profile-tabs .button.profileLogout {
            float: none;
            position: unset;
            display: block;
            text-align: left;
        }
    }

/* ================================ Exit customer profile ========================================*/
.search-result.pages .pagination span,
.search-results .product-view .footer .pagination span {
  line-height: normal;
}

.product-widget.widget-filterGroup{
	font-size: 14px;
	padding-bottom: 5px;
}
.product-widget.widget-filterGroup label{
	color: #777777;
	font-weight: 400;
	margin-right: 5px;
}

/* ================================ Search-result-page ========================================*/
.loging-to-react.popup.anim-fade-zoom.active .close-icon::after {
  color: #000000;
  font-size: 15px;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .close-icon::after {
  color: #000000;
  font-size: 15px;
}
.autocomplete-suggestions.scrollable {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid rgba(204, 204, 204, 0.8);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.autocomplete-group {
  padding: 10px 0 5px;
}
.autocomplete-group strong {
    font-weight: bold;
    color: #000000;
}
.autocomplete-suggestion .elastic-search-link.redirect,
.elastic-search-link.search-in {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
.autocomplete-suggestion {
  padding: 0 7px;
}
.autocomplete-selected {
  background: #cfcfcf;
}

.entire-search h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
.total-result {
  color: inherit;
  font-size: 16px;
  line-height: inherit;
  padding-bottom: 20px;
}
.search-result {
  border-bottom: medium none;
  font-size: initial;
  margin-bottom: 15px;
  padding-bottom: 25px;
}
.search-results .product-view {
  margin-bottom: 0;
}
.entire-search .search-result > .title {
  font-size: 24px;
  padding: 5px 0;
  line-height: 30px;
  margin-bottom: 25px;
}
.search-result .page {
  font-size: 14px;
}
.search-results .page {
  font-size: 14px;
  margin-bottom: 25px;
}
.search-result .page .title {
  display: inline-block;
  font-size: 20px;
  line-height: normal;
  color: #6b6b6b;
  margin: 0 10px 0 0;
}
.search-result .page > span {
  font-size: 15px;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.search-results .page .summary {
  color: #6b6b6b;
  font-size: 14px;
  line-height: normal;
  margin: 10px 0;
}
.search-results .page .page-read-more {
  font-size: 15px;
  line-height: normal;
  color: #6b6b6b;
  padding: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
  margin: 10px 0;
  padding: 0;
}
.search-results .product-view .footer .pagination {
  float: right;
  margin: 0;
}
.search-result .page .title:hover,
.search-results .page > a:hover,
.search-results .page .page-read-more:hover {
  color: #000000;
}
.search-result.pages .pagination {
 float: right;
 margin: 0;
}
.product-view .footer .per-page-count,
.search-results .product-view .footer .pagination-literal-status {
  float: none;
}
@media (max-width: 991px) {
  .entire-search h2 {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .entire-search .search-result > .title {
    font-size: 22px;
  }
  .search-result .page .title {
    font-size: 18px;
  }
  .search-results .page {
    margin-bottom: 20px;
  }
  .search-result {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .search-results .product-view .footer {
    margin: 0 auto;
    text-align: center;
  }
  .search-results .product-view .footer .pagination {
    float: none;
    margin: 10px auto;
    text-align: center;
    width: 100%;
  }
  .search-result {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .entire-search h2 {
    font-size: 24px;
  }
  .entire-search .search-result > .title {
    font-size: 20px;
  }
  .total-result {
    font-size: 15px;
    padding-bottom: 14px;
  }
  .search-results .page .summary {
    margin: 8px 0;
  }
  .search-result.pages .pagination{
  float: none;
  margin: 10px auto;
  text-align: center;
  width: 100%;
}
.search-result.pages .page-result-footer {
  margin: 0 auto;
  text-align: center;
}
}
/* ================================ End-Search-result-page ========================================*/

/* ================================ Blog-Comment-Section ===============================*/
.blog-post-details .blog-post-comment-panel .comment-item .name {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item span {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
}
.blog-post-comment-panel .reaction::after {
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    width: 25px;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.blog-post-details .blog-post-comment-panel .comment-item span.date::before {
    content: "\f073";
    color: #666666;
    display: inline-block;
    font-family: "Fontawesome";
    font-size: 16px;
    margin: 0 auto;
    width: 24px;
}
.blog-post-details .blog-post-comment-panel .info-row.writer {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding: 0 0 15px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#spltr-A2923B46-7B11-4437-9C9A-3046E92D8F82 .fee-widget-selected {
    background: none;
}
/* ======== Like-Popup =========== */
.loging-to-react.popup.anim-fade-zoom.active .body a:hover {
  color: #000000;
}
.popup {
    max-height: 90vh;
    overflow-y: auto;
}
/* ======== End-Like-Popup =========== */
/* ======== Replay-Popup =========== */
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row {
    margin: 14px 0;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row label {
    display: block;
    font-family: "Open Sans",sans-serif;
    padding-bottom: 5px;
    width: auto;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row input {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row textarea {
    width: 100%;
}
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple_captcha_help_text > label,
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .form-row.simple-captcha > label {
    display: none;
}
@media (max-width: 767px) {
    .reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active {
        min-width: auto;
        width: 90% !important;
    }
}

.notification.success.popup {
    background: #c2e7c2 none repeat scroll 0 0;
    border: 1px solid #c2e7c2;
    box-shadow: none;
    z-index: 99999!important;
}
.category-view .chosen-container-single.per-page-count {
    min-width: inherit;
    width: 89px;
}
.widget-navigation .menu-button.close em:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px);
}
/* ======== End-Replay-Popup =========== */
/* ================================ End-Blog-Comment-Section ===============================*/
.widget-form .single-input-row .form-row.month {
  border: medium none;
  height: auto;
  line-height: normal;
  text-align: left;
}

/*=============customer profile==============*/
#customer-profile-tabs #bmui-tab-my-orders .address-view span {
    border: none;
    color: #555555;
    padding: 0;
    cursor: default;
    background: none;
    margin: 0;
    line-height: normal;
}
#customer-profile-tabs #bmui-tab-my-orders .address-view span.title {
    font-size: 20px;
}
#customer-profile-tabs #bmui-tab-my-orders .bmui-tab-body-container .address-view {
    padding-bottom: 20px;
}

#customer-profile-tabs #bmui-tab-my-orders .bmui-tab-body-container .address-view .header {
    margin-bottom: 10px;
}
#customer-profile-tabs #bmui-tab-my-orders .panel-header ~ .panel-header {
    padding-top: 25px;
}

#customer-profile-tabs #bmui-tab-manage-account .action-col {
    width: 100px;
}
#customer-profile-tabs td.contact-cell {
    word-break: break-all;
}
#customer-profile-tabs #order-list .id-col {
    width: 84px;
}
#customer-profile-tabs #order-list .action-col {
    width: 70px;
}
/* comment */
.page-profile .comment-area .comment-row .date-time {
    float: none;
    display: block;
    margin: 0;
    padding-bottom: 15px;
}
.page-profile .comment-area .comment-row .show-comment {
    padding-right : 5px;
}
/* share */
#customer-profile-tabs .refer-this.product-share {
    display: inline-block;
    cursor: pointer;
}
#customer-profile-tabs .refer-this.product-share:hover {
    text-decoration: underline;
}
.floating-panel-popup.product-share-option {
    padding-left: 10px;
    padding-right: 10px;
}

.floating-panel-popup.product-share-option label {
    display: block;
    padding-bottom: 10px;
}
.floating-panel-popup.product-share-option .share-medium > div {
    margin: 5px 0;
}
.floating-panel-popup.product-share-option .share-medium > div img,
.floating-panel-popup.product-share-option .share-medium > div span {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.floating-panel-popup.product-share-option .share-medium > div span:hover {
    text-decoration: underline;
}
#bmui-tab-account_information .edit-password-form .password-meter-wrap {
    display: block;
}
#customer-profile-tabs .bmui-tab-body-container #order-details .info-row:last-child > .value span.currency-symbol {
    margin-right: 3px;
}

/*=============save cart popup ==============*/
.save-cart.popup .form-row label {
    width: auto;
    margin-right: 20px;
}
.save-cart.popup .form-row label:after {
    content: "*";
    color: red;
}
.save-cart.popup .errorlist {
    padding-left: 64px;
}

/*=============Link a card ==============*/
.payment-form .form-row label:after {
    content: "*";
    color: #f00;
    margin-left: 5px;
}
.payment-form.site-popup-form .errorlist.after {
    min-width: inherit;
}
.payment-form .errorlist .message-text {
    font-size: 13px;
}

/*============= Add to wishlist popup ==============*/
.add-to-wish-list-popup.add-to-wishlist-popup.popup .header {
    padding-right: 35px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
    max-width: 650px;
}
.add-to-wishlist-popup .add-to-wish-list:hover {
    background: #272727;
}
.wish-list-popup .add-to-wish-list:hover {
    background-color: #2b2d2f;
}
.wish-list-popup label,
.wish-list-popup .form-row label {
    width: auto;
    display: block;
}
.wish-list-popup .errorlist.after {
    padding-left: 0;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup .product-thumb-view img {
    max-width: inherit;
}

/*============= checkout page  ==============*/
.checkout-page input.is-different-shipping-checkbox {
    opacity: 0!important;
}
.checkout-page .address-view >.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-page .address-view>.header .title {
    font-size: 16px;
}
.check-out-total .total-order {
    text-transform: capitalize;
}
.checkout-page .panel-wrap {
    margin-bottom: 10px;
}

/*============= cart page  ==============*/
.shopping-cartitem.empty-cart {
    text-align: center;
}
.shopping-cartitem.empty-cart h1 {
    float: none;
}
.cartitem-table .total-price-column {
    width: 100px;
}
.cartitem-table td.price {
    word-break: break-all;
}

/*============= notification message ==============*/
.notification.popup {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 20px;
    min-width: auto;
    color: #000000;
    font-size: 14px;
    text-align: center;
}
body .notification.popup .type,
body .notification.popup .message {
    color: #272727;
    font-family: 'Lato', sans-serif;
    display: inline;
    vertical-align: middle;
    font-size: 14px;
    margin: 0;
    float: none;
}
body .notification.popup .type {
    font-weight: bold;
}
body .notification.popup .message {
    padding-left:3px;
}
body .notification.popup .icon {
    display: none;
}

/*============= Newsletter Unsubscription ==============*/
.newsletter.unsubscribe .form-row.mandatory::before {
    display: none;
}
.newsletter.unsubscribe .form-row label {
    display: block;
    padding-bottom: 5px;
}
.newsletter.unsubscribe .form-row {
    height: auto;
    padding: 0;
    margin: 0;
    max-width: inherit;
    width : 100%;
}
.newsletter.unsubscribe .message {
    display: block;
    padding-bottom: 15px;
}
.page-newsletter-subscription .subscription-list-success {
    border: none;
    width: auto;
    max-width: 473px;
}
.subscription-list-success .title {
    margin: 0;
    background-color: #2a9ad7;
    border-left: 1px #2a9ad7 solid;
    border-right: 1px #2a9ad7 solid;
}
.subscription-list-success .messess-text {
    border-left: 1px #2a9ad7 solid;
    border-right: 1px #2a9ad7 solid;
    border-bottom: none;
    margin: 0;
    position: relative;
    background-position: 25px 22px;
    padding: 41px 10px 30px 112px;
}
.subscription-list-success .messess-text:after {
    content: "";
    height: 1px;
    width: auto;
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    background-color: #ccc;
}
.subscription-list-success .help {
    padding: 15px 28px;
    margin: 0;
    border-left: 1px #2a9ad7 solid;
    border-right: 1px #2a9ad7 solid;
    border-bottom: 1px #2a9ad7 solid;
}
.subscription-list-success .help .link {
    margin-right: 4px;
    color: #2a9ad7;
}
.subscription-list-success .help .link:hover {
    color: #333333;
}
/*============= Blog comment like reply ==============*/
.blog-post-details .post-description > .loging-to-react {
    background: #2a9ad7 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
.blog-post-details .post-description > .loging-to-react:hover {
    background: #363636 none repeat scroll 0 0;
    color: #ffffff;
}
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply,
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react,
.blog-post-details .blog-post-comment-panel .comment-item .reaction {
    cursor: pointer;
}
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react:hover,
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply:hover {
    text-decoration: underline;
}


/*============= tell a friend popup  ==============*/
.tell-friend-popup .form-row label {
    width: auto;
    margin-bottom : 5px;
}
.tell_friend_popup .tell-friend-popup input,
.tell_friend_popup .tell-friend-popup textarea {
    width: 100%;
}
.tell-friend-popup .limit-label {
    padding-left: 0;
}
.tell-friend-popup .errorlist.after {
    padding-left: 0;
}

/*============= session time out popup  ==============*/
.popup.alert-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-width: 280px;
}

.popup.alert-popup .header-line {
    border: none;
    padding: 25px;
    background: #f2f2f2;
}

.popup.alert-popup .body {
    min-height: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.popup.alert-popup .header-line .ok {
    display: block;
    width: 100%;
    font-size: 18px;
    background-color: #2a9ad7;
    color: #ffffff;
    -webkit-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.popup.alert-popup .header-line .ok:hover {
    background-color: #363636;
    color: #ffffff;
}
/*============= web form  ==============*/
.widget-form .form-row input[type="file"] {
    height: auto;
}
/* ####### 
Ecommerce Version 2021 
############## */

/* ##################### */
/* Add to cart popup start */
.popup .body {
    background-color: #FFFFFF;
    padding: 25px;
}
.add-to-wish-list-popup .short-info .product-name, .add-to-compare-popup .short-info .product-name, .add-to-cart-popup .short-info div.prodict-name, .add-cart-information-popup .short-info div.prodict-name, .add-cart-information-popup .short-info .name {
    font-size: 18px;
    font-weight: 700;
}
.add-to-cart-popup.popup, .wish-list-popup.add-to-wishlist-popup.popup, .add-to-compare-popup.popup, .add-cart-information-popup.popup, .add-to-gift-registry-popup.popup {
    max-width: 806px; 
    width: 100% !important;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 40%) !important;
}

.add-to-gift-registry-popup.popup .header .title, .wish-list-popup.add-to-wishlist-popup .header .status-message, .add-to-wish-list-popup.add-to-wishlist-popup .header .status-bar-product-name, .add-to-compare-popup .header .status-message, .shipment-calculator-popup .header .status-message, .add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name, .add-cart-information-popup .header .title {
    font-size: 20px; 
    color: #333333;
    font-weight: 700;
}
.popup .header,
.popup .header-line,
.popup .title-bar {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
    padding: 25px 60px 25px 25px;
    line-height: normal;
}
.popup .status-bar-product-name, 
span.status-message, 
.popup .header-line .title,
.popup .title-bar .title {
    font-size: 20px;
    font-weight: 700; 
    color: #333333;
}
.add-to-cart-popup.popup span.status-message,
.add-to-wish-list-popup span.status-message {
  font-weight: 400;
}

.popup .header-line .icon.close,
.popup .title-bar .close {
    display: inline-block;
    height: 35px;
    width: 34px;
    position: absolute;
    cursor: pointer;
    text-align: center;
}
.popup .close-icon,
.popup .header-line .icon.close,
.popup .title-bar .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,
.popup .title-bar .close::after, 
.popup .title-bar .close::before  { 
    content: ""; 
    width: 2px;
    height: 30px;
    display: inline-block;
    background: #222222;
    position: absolute;
    top: 0;
}
.popup .close-icon::after,
.popup .header-line .icon.close::after,
.popup .title-bar .close::after { 
    transform: rotate(45deg);
}
.popup .close-icon::before,
.popup .header-line .icon.close::before,
.popup .title-bar .close::before { 
    transform: rotate(-45deg);
}
.add-to-compare-popup table, .add-to-cart-popup table, .add-cart-information-popup table {
    margin-bottom: 0;
}
.popup.add-cart-information-popup td.product-img, 
.add-to-cart-popup td.product-img,
.popup.add-to-compare-popup td.product-img {
    width: 155px;
    padding-left: 0;
}
.product-thumb-view img, .event-image-container .image-thumb-container .thumb-image img {
    max-width: 100%;
    max-height: initial;
    height: 100%;
    object-fit: cover;
}
.popup .short-info .item>span {
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
}
.add-to-cart-popup .short-info>div.current-price {
    padding-top: 20px;
    font-weight: 700;
}
.add-to-cart-popup .short-info>div.current-price span:first-child,
.add-cart-information-popup .short-info>div.current-price span:first-child {
    font-weight: 400;
    font-size: 18px;
    margin-right: 10px;
}
.add-cart-information-popup .short-info>div.current-price span.total-amount span {
    font-weight: 700;
}
.popup .button-line, .popup .footer {
    background-color: #f2f2f2;
    margin-top: 0;
    text-align: right;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 25px;
    border-top: none;
}
a.cart-page-button.button.et_ecommerce_view_cart {
    margin-left: 10px;
}
 
.add-to-cart-popup .short-info>div, .add-cart-information-popup .short-info>div {
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #333333;
}
.add-cart-information-popup .short-info>div.quantity span {
    font-weight: 400;
}
.popup div.quantity, .popup div.item {
    padding: 7px 0 7px;
}
.popup .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.add-cart-information-popup .short-info .current-price {
    padding: 15px 0 !important;
}
.chosen-container-single .chosen-single {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 42px;
    padding: 4px 12px;
    text-align: left;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #333333;
}
.chosen-container-single .chosen-single {
    color: #333333;
    text-shadow: 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 19px;
}
.variation-container .variation-type label.type-label {  
    margin-right: 10px;
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.chosen-container-single .chosen-single span {
    color: #333333; 
}
.chosen-container-single .chosen-single span {
    line-height: 32px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -20px 4px;
}
.chosen-container-single .chosen-single div b {
    top: 7px;
}
 
.add-cart-information-popup  .button-item span.close-btn.button{
    margin-left: 10px;  
}
/* Qty */
.popup.anim-fade-zoom.active .stepper {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    width: 118px;
    padding: 0;
    height: 46px;
}
.cartitem-table td .wrapper .stepper { 
    width: 90px;
}
.popup .stepper,
.cartitem-table .stepper
 {
    margin-bottom: 0; 
    display: -ms-flexbox !important;
    display: flex !important;  
    float: none;
    background: transparent;
    border-radius: 0;
}
.popup .stepper .stepper-input,
.cartitem-table .stepper .stepper-input
 {
    height: 44px;
    width: 36px;
    font-size: 17px;
    padding-top: 5px;
    background: transparent;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; 
    padding: 0;
    text-align: center;
    border: 0; 
    font-weight: 700;
}
.popup .stepper .stepper-arrow,
.cartitem-table .stepper .stepper-arrow
 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 45px;
    position: relative;
    right: 0;
    width: 40px;
    z-index: 0;
}
.popup .stepper .stepper-arrow.up,
.popup .stepper .stepper-arrow.down,
.cartitem-table .stepper .stepper-arrow.up,
.cartitem-table .stepper .stepper-arrow.down
 {
    height: 44px;
    margin: 0;
}
.popup  .stepper .stepper-arrow.up,
.cartitem-table .stepper .stepper-arrow.up
{
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
}
.popup .stepper .stepper-arrow.down,
.cartitem-table .stepper .stepper-arrow.down
 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
}
.popup .stepper .stepper-arrow.down::before,
.cartitem-table .stepper .stepper-arrow.down::before
 {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 21px;
    left: 0;
    line-height: 36px;
    text-align: center;
}
.popup  .stepper .stepper-arrow.up::before,
.cartitem-table  .stepper .stepper-arrow.up::before
 {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 21px;
    left: 0;
    line-height: 36px;
    text-align: center;
}
.popup .stepper .stepper-arrow.down::before,
.cartitem-table .stepper .stepper-arrow.down::before
 {
    top: 0;
    font-size: 26px !important;
    line-height: 42px !important;
    color: #333333;
}
.cartitem-table .stepper .stepper-arrow.down::before { 
    line-height: 41px !important; 
}
.popup .stepper .stepper-arrow.up::before,
.cartitem-table .stepper .stepper-arrow.up::before
 {
    top: 0;
    font-size: 26px !important;
    line-height: 42px !important;
    color: #333333;
}
.add-to-cart-popup .cart-summary-header, .add-cart-information-popup .cart-summary-header span{
    margin-bottom: 7px;
    color: #333;
    font-size: 13px;
    font-weight: 400;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    font-weight: 700;
    color: #333333;
    font-size: 13px;
}
/* Add to cart popup end */

/*start:quick cart*/
.quick-cart-content {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    position: absolute;
    width: 430px;
    z-index: 99999;
    padding: 20px 25px 30px 25px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 2px 0 #aeadad;
    box-shadow: 0 0 2px 0 #aeadad;
    height: auto !important;
    text-align: left;
}
.quick-cart-content::before {
    content: "";
    margin-left: 0;
    top: -10px;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #333333 transparent;
    right: 15px;
}
.quick-cart-content table {
    border: none;
    padding: 8px 0;
    line-height: 23px;
    font-weight: 700;
    margin: 0;
}
.quick-cart-content table th, .quick-cart-content table td {
    border: none;
    padding: 18px 0;
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 400;
}
.quick-cart-content table tr th, .quick-cart-content table tr td {
    border-bottom: 1px solid #e7e7e7;
    word-break: normal;
    padding: 16px 0;
    background: #fff;
    color: #333333;
}
.quick-cart-content table th {
    font-size: 15px;
    background-color: #fff;
}
.quick-cart-content table td.total, .quick-cart-content table td.total-price {
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    background-color: #fff;
    border-bottom: none;
    padding: 16px 0;
}
.quick-cart-content table tr th.quantity {
    text-align: center;
}
.quick-cart-content .cart-details-link a {
    height: 40px;
    font-size: 16px;
}
.quick-cart-content .cart-details-link a.checkout.button {
    line-height: 20px;
    margin-left: 2%;
}
.quick-cart-content table tr:nth-child(2n) {
    background: #fff;
}
.quick-cart-content table tr th.price {
    text-align: right;
}
.quick-cart-content .cart-details-link {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.quick-cart-content .cart-details-link .button {
    width: 49%;
}
.quick-cart-content .cart-details-link a.view-cart.button:focus, .quick-cart-content .cart-details-link a.view-cart.button.focus {
    color: #fff;
    background-color: #36454F;
    border: 2px solid #36454F;
}
.quick-cart-content table th {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0px;
}
.quick-cart-content .product-name {
    width: 220px;
    padding-left: 0;
}
.quick-cart-content .cart-details-link a.button {
    padding: 8px 40px;
}
/*end:quick cart*/

/* Cart Details Start */
.cartitem-table th{
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    background: transparent;
    border: 0 solid #eee;
    border-bottom: 1px solid #F3F3F3;
}
.cartitem-table td {
    font-size: 16px; 
    color: #333333;
    background: transparent;
    border: 0 solid #eee;
    padding: 15px;
}
.cartitem-table td.price {
    text-align: right;
    font-weight: 700;
}
.cartitem-table tr:last-child td {
    border-bottom: 1px solid #F3F3F3;
}
table.cartitem-table {
    border: 0;
    margin: 30px 0;
}
.shopping-cartitem .remove-cartitem {
    background: transparent !important; 
    position: relative;
    height: 22px;
    width: 22px;
}
.shopping-cartitem .remove-cartitem::after, .shopping-cartitem .remove-cartitem::before {
    content: "";
    width: 1px;
    height: 20px;
    display: inline-block;
    background: #333333;
    position: absolute;
    top: 0px;
    transform: rotate(45deg);
    text-align: center;
    left: 10px;
}
.shopping-cartitem .remove-cartitem::before {  
    transform: rotate(
        -45deg);
}
.cartitem-table th:last-child {
    text-align: right;
}
.check-out-total table, .shopping-cart-total table {
    background-color: transparent; 
    padding: 0;
    border: 0; 
}
.check-out-total *, .shopping-cart-total * {
    font-size: 18px;
    text-transform: capitalize;
}
.check-out-total .price, .shopping-cart-total .price {
    color: #333333;
    font-weight: 700;
    padding: 10px 15px;
    text-align: right;
}
.cartitem-table .stepper {
    margin: 0 auto;
    width: auto;
    float: none;
    width: 100%;
}
form.discount-coupon-code-form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
form.discount-coupon-code-form {
    width: 100%;
    display: block;
}
.shopping-cart-total .left-column {
    width: 30%;
}
form.discount-coupon-code-form .form-row label {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    font-weight: 700;
    color: #333333;
}
.shopping-cartitem .cartitem-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.errorlist.after .message-block { 
    font-size: 12px;
    text-transform: none;
}
.shopping-cartitem.empty-cart {
    text-align: center;
}
.shopping-cartitem h1 { 
    margin: 0 0 15px 0; 
    width: 100%;
}
.message-details {
    text-align: center; 
}
p.post-order-contact-us { 
    color: #333333;
}
p.order-info {
    font-size: 24px; 
    color: #333333;
}
.order_details_table tr td { 
    padding: 10px !important;
}
/* Responive  */
@media screen and (max-width: 991px) {
    .add-to-cart-popup.popup, .wish-list-popup.add-to-wishlist-popup.popup, .add-to-compare-popup.popup, .add-cart-information-popup.popup, .add-to-gift-registry-popup.popup {
        max-width: 728px; 
    } 
}
@media screen and (max-width: 767px) {
    .popup .button-line, .popup .footer { 
        height: auto;
        text-align: center;
    }
    .popup .button-item { 
        position: relative;
        right: inherit;
        top: inherit;
    }
    .add-to-cart-popup .button, 
    .add-to-cart-popup a.button,
    .add-cart-information-popup .button, 
    .add-cart-information-popup .button {
        width: 100%;
        text-align: center;
        margin: 6px 0 !important;
    }
    .confirm-popup .button-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .confirm-popup .button-line button {
        width: 50%;
        margin: 0;
    }
    .confirm-popup.popup .button-line button ~ button {
        margin-left: 10px;
    }
    #webcommander-page .add-cart-information-popup td, 
    #webcommander-page .add-to-cart-popup.popup td,
    #webcommander-page .add-to-wish-list-popup.popup td,
    #webcommander-page .add-to-compare-popup.popup td {
        width: 100%;
        display: block;
        text-align: center;
        border: 0;
        padding: 0 0 15px 0;

    }
    #webcommander-page .popup div.body .product-thumb-view img {
        max-width: 100%;
        max-height: 100%;
    }
    .popup .stepper .stepper-input { 
        padding-top: 1px;
    }
    .add-cart-information-popup .close-btn.button,
    .add-cart-information-popup .add-to-cart-button.button { 
        width: 100%;
    }
    .add-cart-information-popup h4.title {
        text-align: center;
    }
    .add-cart-information-popup .variation-container {
        text-align: center;
    }
    .quick-cart-content .cart-details-link a.button {
        padding: 8px 16px;
    }
    .cartitem-table tr td, 
    .cartitem-table tr td.price {
        text-align: center;
    }
    .cartitem-table td.quantity .wrapper::before { 
        text-align: center;
        width: 100%;
    }
    .cartitem-table tr:last-child td {
        border-bottom: 0;
    }
    .discount-coupon-code-form.valid-verify-form .form-row button { 
        width: 100%;
    }
    .shopping-cartitem .cartitem-btn-wrapper { 
        flex-direction: column;
    }
    .check-out-total > .price-row .price {
        font-size: 14px; 
    }
    .check-out-total > .price-row.total-order .label, .check-out-total > .price-row.total-order .price {
        font-size: 14px; 
    }
} 
/* Cart Details End */


/* Checkout Page options
---------------------
link:/shop/checkout(before  login)
---------------------
*/
.checkout-page-options {
    margin: 0 auto;
    padding: 0;
    max-width: 1366px;
}
.checkout-page-options .item-head {
    margin-bottom: 15px;
    text-align: center;
    background: none;
    display: none;
}
div.checkout-page-options>h1 {
    display: none;
}
.checkout-page-options .content-wrapper {
    padding: 0px;
    border: 1px solid #e8e8e8;
}
.checkout-page-options .new-customer {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 60px;
}
.checkout-page-options .registered-customer {
    border-left: 2px solid #F9F9F9;
    display: inline-block;
    width: calc(50% - 9px);
    padding: 60px;
}
.checkout-page-options .new-customer h1, .checkout-page-options .registered-customer>h1 {
    margin-bottom: 0px;
    line-height: 38px;
    margin: 0 0 8px 0;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}
.checkout-page-options .new-customer p {
    font-size: 15px;
    line-height: 26px;
}
.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
    font-weight: 700;
    max-width: 258px;
    width: 100%;
}
.checkout-page-options .registered-customer .errorlist.after {
    width: 100%;
    bottom: 2px;
}
.checkout-page-options .registered-customer .form-row {
    margin-bottom: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 23px 0;
    margin: 0;
}
.checkout-page-options .registered-customer .form-row.lost-password-row {
    padding: 0 0 10px 0;
    color: #ccc;
}

.checkout-page-options .registered-customer .form-row label {
    width: 100%;
    font-weight: 700;
    color: #333333;
}
.checkout-page-options .registered-customer input[type="text"], .checkout-page-options .registered-customer input[type="password"] {
    width: 100%;
}
.checkout-page-options .registered-customer button.login-submit {
    margin-top: 5px;
    font-weight: 400;
    max-width: 258px;
    width: 100%;
}
.tell-friend.tell_friend_popup.popup .info-message {
    text-align: center;
    padding: 40px;
    color: #24b124;
    font-size: 20px;
    max-width: 400px;
}
.checkout-page-options .registered-customer p.register, .checkout-page-options .registered-customer p {
    font-weight: 400;
}
.payment-success-total tr td {
    border: 0;
    padding: 12px ​16px;
}
.payment-success-total > table .total-label {
    font-size: 18px; 
    color: #333333; 
}
.payment-success-total > table .price {
    font-size: 18px; 
    font-weight: 700;
    color: #333333;
}
.payment-success-total>table tr {
    border-bottom: none;
}
@media only screen and (max-width: 767px) {
    .checkout-page-options .new-customer {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 25px 15px 35px;
        border-bottom: 1px solid #eaeaea;
    }
    .checkout-page-options .registered-customer {
        border-left: 2px solid #F9F9F9;
        display: inline-block;
        width: 100%;
        padding: 15px;
    }
}

/* Checkout page Start */
.checkout-page { 
    margin: 0 auto;
}
 
.checkout-page .page-heading {
    font-size: 36px;
    display: none;
}
.checkout-page .content-wrapper>.section {
    border: 0;
    color: #333333;
    height: auto;
    line-height: 27px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    padding: 20px 30px;
    border: 1px solid #eee;
}
.checkout-page .section.loaded {
    padding: 35px;
}
.checkout-page .section.loaded>.header {
    border-bottom: 2px solid rgba(112, 112, 112, .2);
    padding-bottom: 20px;
    margin-bottom: 48px;
}
.checkout-page .section.loaded>.header span.share-toolbar.toolbar {
    float: right;
}
.checkout-page .section.loaded .body {
    padding: 0;
}
.checkout-page .section>.header .title {
    font-size: 18px;
    display: inline-block;
    font-weight: 700;
    padding-left: 5px;
    line-height: 22px;
    position: relative;
    color: #333333;
}
.checkout-page .section>.header .title::before {
    content: "";
    width: 34px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
}
.checkout-page .section.address>.header .title::before {
    background: url('../images/bns-info.png') no-repeat center;
    background-position: 1px 1px;
    top: -6px;
}
.checkout-page .section.address.loaded>.header .title::before {
    background-position: -39px 1px;
}
.checkout-page .section.shipping>.header .title::before {
    background: url('../images/oc.png') no-repeat center;
    background-position: 1px 1px;
}
.checkout-page .section.shipping.loaded>.header .title::before {
    background-position: -39px 1px;
}
.checkout-page .section.confirm>.header .title::before {
    background: url('../images/snh.png') no-repeat center;
    background-position: 1px 1px;
}
.checkout-page .section.confirm.loaded>.header .title::before {
    background-position: -39px 1px;
}
.checkout-page .section.custom  >.header .title::before {
    background: url('../images/dp.png') no-repeat center;
    background-position: 1px 1px;
} 
.checkout-page .section.custom .loaded>.header .title::before {
    background-position: -39px 1px;
}
.checkout-page .form-row>label { 
    color: #333333;
    font-size: 16px;
}
.address.billing {
    margin-top: 50px;
}
.checkout-page .section .step-continue-button {
    padding: 13px 30px;
    max-width: 258px;
    width: 100%;
}
body.page-checkout .checkout-page .content-wrapper input[type="submit"], body.page-checkout .checkout-page .content-wrapper input[type="button"], body.page-checkout .checkout-page .content-wrapper button, body.page-checkout .checkout-page .content-wrapper .button, body.page-checkout .checkout-page .content-wrapper a.button {
    max-width: 250px;
    width: 100%;
}
input.button.cancel-button.et_billing_cancel,
input.button.cancel-button.et_shipping_cancel {
    background: #fff;
    border: 2px #fc9234 solid;
    color: #fc9234;
}
input.button.cancel-button.et_billing_cancel:hover,
input.button.cancel-button.et_shipping_cancel:hover {
    background: #fc9234;
    border: 2px #fc9234 solid;
    color: #ffffff;
}
.checkout-page .address-view .address {
    border: 0;
    background: #F5F5F7;
    padding: 30px;
    min-height: 154px;
}

.checkout-page input[type="radio"]+span:before {
    top: -2px;
}
.checkout-page input[type="radio"]:checked+span:after {
    top: 2px;
}
.checkout-page .section .section.delivery-types {
    margin-top: 0;
    margin-bottom: 0;
}
.checkout-page .section .section.delivery-types>.form-row {
    margin-bottom: 10px;
}
.checkout-page .payment-option .body {
    background-color: #e6eae9;
}
.checkout-page .payment-option .body .code-submit-form button {
    line-height: 16px;
    width: 100%;
    max-width: 100%;
    margin: 25px 0 0 0;
}
.payment-option .code-submit-form .errorlist.after {
    position: static;
}
.section.delivery-types {
    background: #fff;
    border: 0;
}
span.message-block.null {
    display: none;
}
.checkout-page .address-edit-from-wrap>.header {
    margin-bottom: 15px;
}
.checkout-page .delivery-types .different-shipping {
    margin-left: 0;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
}
.checkout-page .address-view>.header span.title,
.checkout-page .address-edit-from-wrap>.header span.title {
    margin-bottom: 5px;
    color: #333333 !important;
    font-size: 18px;
    font-weight: 700;
}
.checkout-page .body .header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
}
.checkout-page .toolbar-btn {
    padding: 10px 25px;
    font-size: 15px;
}
.checkout-page .confirm-order-btn-row .confirm-order-button {
    padding: 13px 40px;
    width: 100%;
    max-width: 363px;
    float: right;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}

.checkout-page .address-edit-from-wrap form {
    background-color: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.check-out-total>.price-row {
    padding-top: 0;
    padding-bottom: 0;
}
.confirm-step-form .left-panel {
    width: 50%;
    background: #fff;
    padding: 40px;
    margin: 53px 0 0 0;
    padding-left: 15px;
}
.confirm-step-form .cart-item .details .price {
    padding: 0;
}
.confirm-step-form .right-panel {
    padding: 0 0 0 30px;
    background-color: #ffffff;
    width: 50%;
}
.checkout-page .section.confirm form>div+div span strong {
    font-size: 15px;
    vertical-align: top;
}
.confirm-step-form .left-panel>.header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 700;
}
.checkout-page .payment-option>.header {
    border-top: 0;
    text-transform: uppercase;
    color: #333333;
}
.checkout-page .payment-options {
    border-bottom: 0;
}
.confirm-step-form .cart-item .details {
    padding-left: 15px;
}
.payment-gateway {
    padding-top: 20px;
    margin-bottom: 40px;
}
.payment-gateway .payment-method {
    border: 1px solid #ccc;
    width: 100%;
    max-width: 300px;
    padding: 8px 15px;
    height: 50px;
    background-position: calc(100% - 14px) 20px;
}
.cartitem-table .total-price-column {
    min-width: 106px;
    width: 106px;
}
.order-comment-row .label, .payment-gateway .payment-gateway-label {
    font-size: 20px;
    color: #333333;
    font-weight: 700;
}
.check-out-total>.price-row .price {
    font-weight: 700;
    min-width: 160px;
}
.check-out-total>.price-row .label, .check-out-total>.price-row .price {
    padding: 8px 0;
    color: #333333;
}
.check-out-total>.price-row .label {
    font-weight: 400;
}
.check-out-total .total-order .price {
    font-size: 20px;
}
form.order-custom-fields-form .button.custom-submit-button {
    width: 100%;
    margin-top: 10px;
}
.order-custom-delivery-field-select-button {
    width: 100%;
    max-width: 100%;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    width: 100%;
    z-index: 111;
    padding: 10px;
    border: 2px solid #d8d8d8;
}
.widget-form button.Zebra_DatePicker_Icon {
    left: 0;
    top: 0;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside:focus {
    background-color: transparent;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside{
    max-width: 100% !important;
}
.order-custom-delivery-field-select-button .Zebra_DatePicker_Icon_Wrapper input.time-slot-value {
    margin: 0 !important;
    background: transparent;
    width: 100%; 
    padding-right: 36px;
}
button.Zebra_DatePicker_Icon {
    background: none;
    padding: 0 40px 0 0;
}
button.Zebra_DatePicker_Icon:hover {
    background: none;
    padding: 0 40px 0 0;
}
.order-custom-delivery-field-select-button span.Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.checkout-page .section.loaded .left-panel .order-comment-row {
    padding-top: 0;
}
.checkout-page .section.loaded .left-panel {
    padding: 40px 0 0;
}
.checkout-page .section.loaded .left-panel .payment-gateway {
    margin-bottom: 0;
}
.delivery-day-slot-select-popup .date-select-popup-header .calender-month-select {
    margin: 0 3px;
    padding: 3px 10px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #333333;
    background: #333333;
}
.delivery-day-slot-select-popup .date-view-switcher span.view-switch {
    font-size: 18px;
    border-radius: 0;
    padding: 5px 10px;
}
.delivery-day-slot-select-popup span.view-switch.selected {
    color: #333333;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.floating-panel-popup.select-delivery-month.delivery.popup {
    max-width: 280px;
}
.floating-panel-popup.select-delivery-month.delivery.popup .year-wrapper {
    background: #333333;
}
.floating-panel-popup.select-delivery-month.delivery.popup .month-wrapper {
    font-size: 13px;
    grid-template-columns: 74px 90px 77px;
}
.floating-panel-popup.select-delivery-month.delivery.popup .calender-popup-wrapper .month-wrapper .month:hover {
    background: #333333;
}
.checkout-page .address-edit-from-wrap .form-row label{
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .checkout-page .section>.header .title{
        font-size: 14px;
    }
    .checkout-page .section.loaded {
        padding: 0;
    }
    .checkout-page .content-wrapper>.section {
        padding: 10px 0;
        border: 0;
    }
    .page-checkout .multi-column.two-column .columns .address{
        margin-bottom: 20px;
    }
    .checkout-page .section > .header .toolbar{
      float: none !important;
    }
    .checkout-page .address-view>.header {
        flex-wrap: wrap;
    }
    .checkout-page .content-wrapper>.section input.button.cancel-button.et_shipping_cancel {
      margin-bottom: 10px;
    }
    .checkout-page .section > .header .icon {
        height: 35px;
        width: 35px;
        line-height: 35px;
        margin-right: 7px;
    }
}
/* Checkout page End */

/* popup common */
.popup .button-line button ~ button, 
.popup .footer button ~ button,
.add-to-wish-list-popup .cart-page-button.view-wish-list,
.add-to-compare-popup .compare-page-button {
    margin-left: 10px;
}

/* add to cart popup */
.popup.add-cart-information-popup td.short-info,
.add-to-cart-popup td.short-info,
.add-to-compare-popup td.short-info,
.add-to-wish-list-popup table td.short-info {
    padding-left: 30px;
}
.add-cart-information-popup h4.title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 0 187px;
    color: #333333;
}
.add-cart-information-popup .variation-container {
    padding: 10px 0 0 187px;
}
.variation-container .variation-type label.type-label {
    padding: 0;
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: 400;
}
.add-cart-information-popup .variation-container .variation-type {
    margin-right: 20px;
    padding-bottom: 15px;
}
.add-cart-information-popup .variation-dropdown-container .chosen-single {
    font-size: 14px;
}
/* wishlist popup */
.wish-list-popup .no-wish-list-message {
    font-size: 16px;
    color: #333333;
}
.add-to-wishlist-popup .form-row label,
.add-to-wishlist-popup label {
    font-weight: 700;
    color: #333333;
    width: 100%;
    padding-bottom: 5px;
}
.add-to-wishlist-popup .prodict-name {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    color: #333333;
}
.add-to-wish-list-popup table .product-img {
    width: 155px;
    padding-left: 0;
}

/* compare product popup */
.popup.add-to-compare-popup table .product-name {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
}
.add-to-compare-popup table .product-price {
    font-size: 24px;
}

/* save cart popup */
.loging-to-save.popup a,
.loging-to-react.popup a {
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}
.loging-to-save.popup a:hover,
.loging-to-react.popup a:hover {
    text-decoration: underline;
}
.save-cart-init-form .form-row label {
    display: block;
    padding: 5px 0;
    color: #333333;
    font-weight: 700;
}
.save-cart-init-form .form-row input {
    width: 100%;
}
.save-cart.popup .errorlist {
    padding: 0;
}

/* Cart page */
.cartitem-table th.image,
.cartitem-table th.quantity {
    text-align: center;
}
form.discount-coupon-code-form  input {
    width: 100%;
    height: 45px;
}
form.discount-coupon-code-form .apply-discount-coupon {
    margin-top: 15px;
}
form.discount-coupon-code-form .message-block {
    font-size: 14px;
}
.cartitem-table .image-column {
    width: 150px;
}

/* checkout page */
.checkout-page .discount-coupon-code-form {
    max-width: 303px;
}
.checkout-page .discount-coupon-code-form .payment-option .body {
    background: none;
}
.checkout-page .discount-coupon-code-form input {
    width: 100%;
    max-width: inherit;
}
.checkout-page input.is-different-shipping-checkbox {
    opacity: 0!important;
}
.checkout-page .form-row input, .checkout-page .form-row select {
    padding: 4px 15px;
}
.cartitem-table .product-name a,
.page-post-payment .cartitem-table td.product-name {
    color: #333333;
    font-size: 17px;
    font-weight: 700;
}
.cartitem-table .product-name a:hover {
    text-decoration: underline;
}
.checkout-page .section .price-row.total-order span {
    font-size: 20px;
    text-transform: capitalize;
}
.check-out-total td.total-label, 
.shopping-cart-total td.total-label {
    color: #333333;
    font-weight: 400;
    text-align: right;
}
.checkout-page .delivery-types>.form-row input[type="radio"]+span {
    font-weight: 700;
    color: #333333;
}
.page-checkout .address-selection-popup .name {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.page-checkout .address-selection-popup .address {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}
/* payment page */
.payment-success-total table tr.total-order td, 
.payment-success-total table tr.total-order td.price {   
    font-size: 20px;
}
.payment-success-total table tr.total-order td {
    font-weight: 700;
}
.payment-success-total table tr.total-order td.total-label {
    font-weight: 400;
}
.payment-success-total>table tr.total-order {
    border-top: 1px #e8e8e8 solid;
}

@media(max-width: 991px) {
    .checkout-page .section.loaded .left-panel {
        width: 40%;
        padding-top: 0;
    }
    .checkout-page .section.loaded .right-panel {
        width: 60%;
        padding-left: 30px;
    }
}

@media(max-width: 767px) {

    /* popup common responsive */
    .add-to-cart-popup.popup,
    .add-cart-information-popup.popup,
    .wish-list-popup.add-to-wishlist-popup.popup,
    .add-to-wish-list-popup.add-to-wishlist-popup.popup,
    .add-to-compare-popup.popup,
    .save-cart-init-form,
    .loging-to-react,
    .confirm-popup.popup,
    .shipment-calculator-popup.popup,
    .add-to-gift-registry-popup.popup {
        width: calc(100vw - 40px)!important;
        min-width: inherit;
    }
    .popup .button-line button ~ button, 
    .popup .footer button ~ button,
    .add-to-wish-list-popup .cart-page-button.view-wish-list,
    .add-to-compare-popup .compare-page-button {
        margin-left: 0;
    }

    /* add to cart popup */
    .add-to-cart-popup .short-info .item, 
    .add-cart-information-popup .short-info .item {
        display: block;
    }
    .add-to-cart-popup .short-info .item span, 
    .add-cart-information-popup .short-info .item span {
        margin: 0;
    }
    .add-to-cart-popup .short-info .item .stepper , 
    .add-cart-information-popup .short-info .item .stepper  {
        margin: 10px auto 0;
    }
    .add-to-cart-popup .short-info>div.current-price span:first-child,
    .add-cart-information-popup .short-info>div.current-price span:first-child {
        margin-right: 0;
        display: block;
    }
    .add-cart-information-popup h4.title,
    .add-cart-information-popup .variation-container {
        padding-left: 0;
    }
    .add-cart-information-popup .variation-container .variation-type {
        margin-right: 0;
        display: block;
    }
    .add-to-cart-popup .cart-summary-header, 
    .add-cart-information-popup .cart-summary-header span {
        padding: 0;
    }

    /* wishlist popup */
    .wish-list-popup .footer,
    .tell_friend_popup .footer,
    .reply-popup .footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
   }
   .wish-list-popup .footer button,
   .tell_friend_popup .footer button,
   .reply-popup .footer button {
        width: 50%;
        margin: 0;
    }
    .wish-list-popup .footer button ~ button,
    .tell_friend_popup .footer button ~ button,
    .reply-popup .footer button ~ button {
        margin-left: 10px;
    }
    .add-to-wishlist-popup .footer .button-item .button {
        width: 100%;
        margin: 0;
    }
    .add-to-wishlist-popup .footer .button-item .button ~ .button {
        width: 100%;
        margin-top: 10px;
    }
    .add-to-wish-list-popup table .product-img {
        width: 100%;
    }

    /* compare product popup */
    .add-to-compare-popup table .product-name {
        font-weight: 700;
        font-size: 18px;
    }
    .add-to-compare-popup table tr {
        display: block;
    }
    .add-to-compare-popup table td,
    .add-to-wish-list-popup table td {
        display: block;
        text-align: center;
    }
    .add-to-compare-popup .button {
        width: 100%;
    }
    .add-to-compare-popup .button ~ .button {
        margin-top: 10px;
    }

     /* save cart popup */
     .save-cart .popup-bottom.footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .save-cart-init-form .popup-bottom button {
        width: 100%;
        margin: 0;
    }
    .save-cart-init-form .popup-bottom button ~ button {
        margin-left: 10px;
    }

    /* quick cart */
    .quick-cart-content .product-name {
        width: 140px;
    }

    
    /* cart page */
    .cartitem-table col.action-column,
    .cartitem-table col.image-column,
    .cartitem-table col.product-name-column,
    .cartitem-table col.unit-price-column,
    .cartitem-table col.quantity-column,
    .cartitem-table col.total-price-column {
        width: 100%;
        min-width: inherit;
    }
    .check-out-total td.price, .shopping-cart-total td.price, .check-out-total td.total-label, .shopping-cart-total td.total-label {
        padding: 10px 0;
    }
    .check-out-total td.price, .shopping-cart-total td.price {
        text-align: left;
        padding-left: 7px;
    }
    .check-out-total td.total-label, 
    .shopping-cart-total td.total-label {
        padding-right: 7px;
    }
    .cartitem-table tr {
        border-bottom: 1px solid #e3e3e3;
    }
    .cartitem-table td .wrapper::before {
        font-size: 16px;
        font-weight: 400;
        vertical-align: middle;
    }
    .cartitem-table td.product-name .wrapper::before {
        display: block;
        margin: 0;
    }
    .cartitem-table td span.currency-symbol,
    .cartitem-table td span.cart-page-display-unit-price {
        font-size: 16px;
        font-weight: 700;
    }
    .check-out-total *, .shopping-cart-total * {
        font-size: 16px;
    }
    form.discount-coupon-code-form .errorlist.after .message-block {
        text-align: center;
    }

    /* checkout page */
    .step-4 .cartitem-table td.quantity .wrapper::before {
        width: auto;
    }
    .step-4 table.cartitem-table {
        margin: 0;
    }
    .step-4 table.cartitem-table td {
        padding: 5px 0;
        text-align: left;
        font-weight: 700;
    }
    .checkout-page .section.step-4.loaded .left-panel, 
    .checkout-page .section.step-4.loaded .right-panel {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .checkout-page .section.step-4.loaded span.label {
        font-size: 15px;
    }
    .checkout-page .section.step-4.loaded .total-order span.label span {
        font-size: 18px;
    }
    .checkout-page .step-4 .check-out-total>.price-row .price,
    .checkout-page .step-4 .check-out-total>.price-row .price span {
        min-width: inherit;
        font-size: 15px;
    }
    .checkout-page .discount-coupon-code-form {
        width: 100%;
        max-width: inherit;
    }
    .payment-gateway .payment-method {
        max-width: inherit;
    }
    .checkout-page .check-out-total>.price-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .checkout-page .check-out-total>.price-row .label,
    .checkout-page .check-out-total>.price-row .price {
        width: 50%;
        text-align: left;
    }
    .checkout-page .check-out-total>.price-row.total-order .label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .checkout-page .check-out-total>.price-row .price {
        padding-left: 15px;
        text-align: right;
    }
    .checkout-page .check-out-total>.price-row.total-order .label > span {
        width: 50%;
        padding: 8px 0;
    }
    .checkout-page .check-out-total>.price-row.total-order .label > span.price {
        padding-left: 15px;
    }
    .checkout-page .confirm-order-btn-row .confirm-order-button {
        float: none;
    }
    .checkout-page .panel-wrap + div {
        position: relative;
        margin: 0  auto;
    }
    .checkout-page .panel-wrap + div input[type="checkbox"] {
        left: 6px;
    }
    form.discount-coupon-code-form .form-row label {
        text-align: center;
    }
    body.page-checkout .checkout-page .content-wrapper input[type="submit"], body.page-checkout .checkout-page .content-wrapper input[type="button"], body.page-checkout .checkout-page .content-wrapper button, body.page-checkout .checkout-page .content-wrapper .button, body.page-checkout .checkout-page .content-wrapper a.button {
        max-width: inherit;
    }
    .checkout-page .address-view>.header span.title,
    .checkout-page .address-edit-from-wrap>.header span.title {
        font-size: 15px;
    }
    .checkout-page .section.loaded>.header {
        margin-bottom: 0;
    }
    .section.address .address.billing {
        margin-top: 20px;
    }
    .checkout-page .delivery-types>.form-row input[type="radio"]+span {
        display: inline-block;
        margin-right: 0;
    }
    .checkout-page .section.loaded .body {
        padding: 20px 0 20px 0;
    }
    .checkout-page .toolbar-btn {
        padding: 10px 15px;
        font-size: 15px;
    }
    .checkout-page .section.step-4 > .header .icon {
        line-height: 31px;
    } 
    .checkout-page .section.step-4 > .header .icon:before {
        font-size: 16px;
    }
    .discount-coupon-code-form .errorlist.after .message-block {
        text-align: center;
    }

    /* payment page */
    .page-post-payment h4.table_heading {
        text-align: center;
        margin-bottom: 0;
    }
    .page-post-payment table.cartitem-table {
        margin-top: 0;
    }
    .page-post-payment .cartitem-table td {
        padding: 5px 0 15px 0  !important;
    }
    .page-post-payment .cartitem-table td .wrapper::before {
        width: auto;
    }
    .payment-success-total table {
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }
    .payment-success-total table tr td.price {
        padding: 7px 0 7px 5px;
        font-size: 15px;
    }
    .page-post-payment .order-details .cartitem-table.order_details_table td {
        text-align: center;
        font-weight: 700;
    }
    .payment-success-total>table tr {
        border-bottom: 1px solid #ececec;
    }
    .payment-success-total > table td.total-label {
        padding: 7px 5px 7px 0;
        font-size: 15px;
    }
    .page-post-payment .order-details .cartitem-table.order_details_table td.product-name {
        font-size: 18px;
    } 
    .payment-success-total > table .price {
        font-size: 15px; 
    }
}

/* ____________________________ Ecommerce Version 2021 | END ____________________________  */

.blog-post-details .social-media-share-bar {
    padding-bottom: 20px;
    overflow: hidden;
}
.blog-post-details .post-description > .loging-to-react {
    width: auto!important;
}
.blog-post-details .post-description .image img {
    max-width: 100%;
    width: 98%;
}

/*============== Date popup ===============*/
.custom-form button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    border: none;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #fc9234;
    border: 3px solid #fc9234;
}
.Zebra_DatePicker td.dp_current {
    color: #fc9234;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #fc9234;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #fc9234 solid;
}
/*============== End Date popup ===============*/

/* ----------------------------------------------------------
// Review and Rating
--------------------------------------------------------------*/
.review-view-panel .no-review-message {
    padding-bottom: 20px;
    display: block;
}
.write-review-panel .review-form {
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.write-review-panel .review-form .form-row {
    margin: 0;
    padding: 0  0 30px;
    width: 100%;
}
.write-review-panel .review-form .form-row.mandatory {
    width: calc(50% - 15px);
}
.write-review-panel .review-form .form-row.btn-row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.write-review-panel .review-form .form-row.btn-row button {
    width: calc(50% - 15px);
}
.write-review-panel .review-form .form-row label {
    display: block;
    width: 100%;
    color: #2C2C2C;
}
.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;
    cursor: pointer;
    opacity: 0;
}
.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 {
    font-family: "Fontawesome";
    content: "\f0ee";
    font-size: 32px;
    color: #a3a3a3;
    width: 35px;
    height: 42px;
    display: block;
    margin: 0px auto 10px;
}
.write-review-panel .multiple-image-queue .file-selection-queue {
    padding: 15px;
    border-bottom: 1px #d6d6d6 solid;
    text-align: center;
}
.write-review-panel .multiple-image-queue .file-selection-queue .queue-image-preview {
    max-width: 120px;
    max-height: 120px;
    display: block;
    margin: 0 auto;
}
.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 {
    margin-left: 8px;
    background: none;
    height: auto;
    width: auto;
}
.write-review-panel .multiple-image-queue .file-selection-queue .file-remove:after {
    font-family: 'FontAwesome';
    content: "\f00d";
    font-size: 18px;
}
.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: #fc9234;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}
.review-view-panel .total-review-panel .review-rating.read-only {
    display: flex;
    font-size: 0;
    justify-content: flex-end;
    align-items: center;
}
.review-view-panel .total-review-panel .review-rating.read-only span {
    height: 18px;
    width: 18px;
    margin-left: 3px;
}
.review-view-panel .total-review-panel .review-rating.read-only img {
    display: none;
}
.review-view-panel .total-review-panel .review-rating.read-only span.star-on {
    background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M9%201.5L11.3175%206.195L16.5%206.9525L12.75%2010.605L13.635%2015.765L9%2013.3275L4.365%2015.765L5.25%2010.605L1.5%206.9525L6.6825%206.195L9%201.5Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M9%201.5L11.3175%206.195L16.5%206.9525L12.75%2010.605L13.635%2015.765L9%2013.3275L4.365%2015.765L5.25%2010.605L1.5%206.9525L6.6825%206.195L9%201.5Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
}
.review-view-panel .total-review-panel .review-rating.read-only span.star-half {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M9%201.5L11.3175%206.195L16.5%206.9525L12.75%2010.605L13.635%2015.765L9%2013.3275L4.365%2015.765L5.25%2010.605L1.5%206.9525L6.6825%206.195L9%201.5Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M9.5%201.5L8.5%206.5L8%2013L8.5%2013.3275L3.865%2015.765L4.75%2010.605L1%206.9525L6.1825%206.195L9.5%201.5Z%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E");
}
.review-view-panel .total-review-panel .review-rating.read-only span.star-off {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M9%201.5L11.3175%206.195L16.5%206.9525L12.75%2010.605L13.635%2015.765L9%2013.3275L4.365%2015.765L5.25%2010.605L1.5%206.9525L6.6825%206.195L9%201.5Z%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
}
.review-view-panel .total-review-panel div.total {
    font-size: 16px;
    padding: 20px 20px 0 20px;
    background-color: #f2f2f2;
    border-style: solid;
    border-color: #fc9234;
    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: #fc9234;
    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 0 rgba(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;
}
.write-review-panel .review-form .form-row.review-row {
    text-align: center;
}
.write-review-panel .review-form .form-row.review-row label {
    display: none;
}

/* ============== Responsive =============== */
@media(max-width: 575px) {
    .write-review-panel .review-form .form-row.mandatory {
        width: 100%;
    }
    .write-review-panel .review-form .form-row {
        padding: 0  0 20px;
    }
    .write-review-panel .review-form .review-image-input-with-dropzone-wrapper .dropzone {
        padding: 15px;
    }
    .write-review-panel .review-form .review-image-input-with-dropzone-wrapper .dropzone .dropzone-text {
        font-size: 14px;
    }
    .write-review-panel .review-form .review-image-input-with-dropzone-wrapper .dropzone:before {
        margin-bottom: 0;
    }
    .write-review-panel .review-form .form-row.btn-row button {
        width: 100%;
    }
    .write-review-panel .review-form .form-row.btn-row button ~ button {
        margin-top: 15px;
    }
    .review-view-panel .total-review-panel h2.review-heading {
        font-size: 22px;
    }
}
/* // Review and Rating - END */

/* ----------------------------------------------------------
// Ask a Question
--------------------------------------------------------------*/
.widget-information .ask-question-panel {
    max-width: 800px;
}
.widget-information .question-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.widget-information .ask-question-panel .form-row label {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.widget-information .ask-question-panel input,
.widget-information .ask-question-panel .form-row textarea {
    width: 100%;
}
.widget-information .ask-question-panel button {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.widget-information .ask-question-panel .form-row {
    margin: 0;
    padding: 0 0 20px;
}
.widget-information .ask-question-panel .form-row:last-child {
    padding: 0;
}
.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: calc(50% - 15px);
}
.widget-information .ask-question-panel .form-row:nth-child(4),
.widget-information .ask-question-panel .form-row:nth-child(5) {
    width: 100%;
}
/* ======================= Responsive ======================= */
@media (max-width: 575px) {
    .widget-information .ask-question-panel .form-row:nth-child(2),
    .widget-information .ask-question-panel .form-row:nth-child(3) {
        width: 100%;
    }
    .widget-information .ask-question-panel .form-row {
        padding: 0 0 20px;
    }
}
/* // Ask a Question - END */

.wc-snippet-our-chef .team-block ul,
.wc-snippet-footer-social-meadia ul {
    padding: 0;
    margin: 0;
}
.widget-gallery.jssorSlider::before {
    content: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: url(/template/60a9436f/images/slider-loading.webp) no-repeat center center;
    background-size: 60px;
}

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

/*----------- web-form ------------*/

.widget-form .form-row input[type="radio"],
.widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form .sub-form-row span {
    color: #555555;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 5px;
    width: 200px;
}
.widget-form .sub-form-row .errorlist.after .pointer,
.widget-form .sub-form-row .errorlist.after .close-btn {
    display: none;
}
.widget-form button.Zebra_DatePicker_Icon {
    background: rgba(0, 0, 0, 0) url("../../images/widgets/zebra_datepicker/calendar.png") no-repeat scroll right 5px;
    cursor: pointer;
    left: 2px;
    top: -1px;
}
.page-web-form .widget-form .custom-form {
    max-width: 800px;
    margin: 0;
}
.widget-form .sub-form-row .errorlist {
    width: 100%;
}
.widget-form .form-row select,
.widget.widget-form .form-row select,
.widget-form .sub-form-row {
    width: 100%;
}
.blog-posts, .blog-post-content {
    display: flex;
    flex-wrap: wrap;
}

.widget-productImage .image-preview-box {
    box-sizing: content-box;
    width: 100%;
    height: auto;
}
.product-detail-view img {
    max-width: 100%;
    max-height: 100%;
}
.wish-list-popup.add-to-wishlist-popup input,
.wish-list-popup.add-to-wishlist-popup select {
    width: 100%;
}
#customer-profile-tabs .customer-profile-tab-title {
    font-size: 18px;
    margin: 0 0 10px;
    color: #000;
}
.product-view.image-view .product-image-link, .product-view.scrollable-view .product-image-link {
    display: block;
}
.product-view.scrollable-view img,
.product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
 }
.registration-form .chosen-container-single {
    width: 100%;
    padding: 0;
}
.page-profile .site-popup .title-bar .close::after,
.page-profile .site-popup .title-bar .close::before{
    content: none;
}
.page-profile .site-popup .button-line button {
    border: none;
}
.payment-form.site-popup-form .checkbox {
    width: auto;
    margin-right: 5px;
}
.form-row.agree-terms.error-field-error.validation-error {
    border: none;
    background: transparent;
}
.tax-message {
    color: #333;
    font-size: 11px;
}