/*
name: Jewel Shop
version: 1.0.0
identity: 04DBF027-0FC7-45B9-933D-3F234019643F
*/

/*
Template Name: Daily needs
CMS: WebCommander
Version: 2.2.0
----------------------------
/*

/**
 * Table of Contents
 *
 * 1.0 - Fonts
 *   1.1 - Google Fonts
 *   1.2 - Flate Icon Fonts
 * 2.0 - Normalize Css
 * 3.0 - Common Design
 *   3.1 - Typography
 *   3.2 - Widget Title
 *   3.3 - Button Design
 *   3.4 - Form Elements
 * 4.0 - Header
 *   4.1 - Main Menu
 *   4.2 - Search Widget
 * 5.0 - Body
 *   5.1 - Slider Banner
 *   5.2 - Large Font
 * 6.0 - Footer
 *   6.1 - Newsletter Widget
 *   6.2 - Footer Navigation Widget
 * 7.0 - Pages
 *
 *-----------------------------------------------------------------
 */


/**
 * Google Font (Rubik, )
 * -----------------------------------------------------------------
 */

@import url('//fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i');


/**
 * Flate icon
 * -----------------------------------------------------------------
 */
@font-face {
    font-family: "Flaticon";
    src: url("../font/Flaticon.eot");
    src: url("../font/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../font/Flaticon.woff") format("woff"),
    url("../font/Flaticon.ttf") format("truetype"),
    url("../font/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-like:before { content: "\f100"; }
.flaticon-arrows-1:before { content: "\f101"; }
.flaticon-magnifying-glass:before { content: "\f102"; }
.flaticon-shopping-bag:before { content: "\f103"; }
.flaticon-right-arrow:before { content: "\f104"; }
.flaticon-arrows:before { content: "\f105"; }
.flaticon-technical-support:before { content: "\f106"; }
.flaticon-truck:before { content: "\f107"; }

/**
 * Normalize
 * -----------------------------------------------------------------
 */

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 ------- */
.header .widget.widget-navigation {
    z-index: inherit;
}
* {
    -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);
    height: auto;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #272727;
}
body::after {
    border-bottom: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    bottom: 72px;
    height: 90px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
}
::selection {
    background-color: #83ccd5;
    color: #ffffff;
}
::-moz-selection {
    background-color: #83ccd5;
    color: #ffffff;
}
.fixed-width > .header,
.fixed-width > .body,
.fixed-width > .footer {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin: auto;
    width: 1300px;
}

input,
button,
select,
textarea {
    font-family: 'Rubik', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #83ccd5;
    text-decoration: none;
}
body .widget-article a:hover,
body .widget-article a:focus {
    color: #83ccd5;
}
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: 'Rubik', sans-serif;
    color: #272727;
}
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: 'Rubik', sans-serif;
    font-size: 14px;
    color: #222222;
    line-height: 1.8;
    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: #222222;
    line-height: 2;
}
table {
    max-width: 100%;
    margin-bottom: 20px;
}
table, th, td {
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
}
table th {
    font-size: 16px;
    font-weight: 500;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #83ccd5 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: none  #222 ;
    color: #fff;
}
body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled,
body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #BFBFBF none repeat scroll 0 0;
    border: medium none;
    color: #666;
}
.hr-line {
    border-top: 1px #ededed solid;
}

/*form element desgin*/

.form-row {
    margin: 15px 0;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 40px;
    padding: 5px 10px;
    margin: 0;
    width: 350px;
}
input[type="text"], input[type="password"], textarea, select {
    width: 350px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right 18px;
    padding: 5px 24px 5px 10px;
}
select,
.registration-form select {
    width: 350px;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #83ccd5;
    border-color: #83ccd5;
}
.widget-form .radio label::after {
    background-color: #83ccd5;
    border-color: #83ccd5;
}
.widget-form .checkbox label::before {
    width: 18px;
    height: 18px;
}

/*snippet css overright*/

body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 500;
    line-height: 1.5;
}
.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.page-content > .v-split-container > .v-split .widget, .page-content > .v-split-container > .v-split .widget.widget-snippet.spaceLeftRight {
    padding-left: 15px;
    padding-right: 15px;
}
.page-content > .v-split-container > .v-split .widget.widget-snippet, .page-content > .v-split-container > .v-split .widget.noSpaceLeftRight {
    padding-left: 0;
    padding-right: 0;
}

#bs-A35BD323-C860-487B-BD46-E2AE06DDE075,
#bs-EFA9D3BE-948B-41B2-B18D-437D531ACE7F,
#bs-30A2B57D-1446-47D1-AC47-5A42DC86BD91 {
    padding: 75px 0;
}
#bs-A35BD323-C860-487B-BD46-E2AE06DDE075 .widget,
#bs-EFA9D3BE-948B-41B2-B18D-437D531ACE7F .widget,
#bs-30A2B57D-1446-47D1-AC47-5A42DC86BD91 .widget,
#bs-2D6AC9DF-2B9B-42B4-B53C-93B886736981 .widget {
    padding-left: 15px;
    padding-right: 15px;
}
#bs-2D6AC9DF-2B9B-42B4-B53C-93B886736981 .widget.widget-snippet {
    padding-left: 0;
    padding-right: 0;
}
#spltr-6968EDAF-4A78-43A2-91A7-39D8B81C2BD3 .widget {
    margin: 0 30px 30px 0;
}
#spltr-9B7B0BB1-1437-4948-9798-70A3134C6B60 .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
#spltr-AE3C90AB-EE02-4ABC-A954-99C8CF6E6340 .widget {
    margin: 0 15px 30px 0;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
#spltr-11E4F9B7-748C-4409-B970-DFB820820F12 > .widget {
    margin-right: 30px;
}

/*breadcrumb section*/
#bs-38BFD04A-102B-4FB3-883A-AFCF0C52307B,
#bs-CBC05508-FBAC-40FA-AA38-40080826725E,
#bs-EFC51362-C203-4A3C-963E-58354300F2C3,
#bs-B7AA48B3-29D6-44D6-AAAC-C6E64FBA5045 {
    background: #fff;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    border: 1px #e5e5e5 solid;
}

#bs-38BFD04A-102B-4FB3-883A-AFCF0C52307B .widget,
#bs-CBC05508-FBAC-40FA-AA38-40080826725E .widget,
#bs-EFC51362-C203-4A3C-963E-58354300F2C3 .widget,
#bs-B7AA48B3-29D6-44D6-AAAC-C6E64FBA5045 .widget {
    position: relative;

}
#bs-EFC51362-C203-4A3C-963E-58354300F2C3 .widget-container,
#bs-B7AA48B3-29D6-44D6-AAAC-C6E64FBA5045 .widget-container,
#bs-CBC05508-FBAC-40FA-AA38-40080826725E .widget-container,
#bs-38BFD04A-102B-4FB3-883A-AFCF0C52307B .widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#bs-EFC51362-C203-4A3C-963E-58354300F2C3 .widget-container,
#bs-CBC05508-FBAC-40FA-AA38-40080826725E .widget-container,
#bs-B7AA48B3-29D6-44D6-AAAC-C6E64FBA5045 .widget-container,
#bs-38BFD04A-102B-4FB3-883A-AFCF0C52307B .widget-container {
    padding-left: 15px;
    padding-right: 15px;
}
/**
 * Breadcroumb
 * -----------------------------------------------------------------
 */
.widget-pageHeading .page-heading-wrapper {
  justify-content: left;
  min-height: auto;
}
.widget-pageHeading h1,
.widget-pageHeading h2 {
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 28px;
}
.widget-breadcrumb {
    color: #222;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
}
.widget-breadcrumb {
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-breadcrumb .breadcrumb-item .label {
    color: #222;
}
.widget-breadcrumb .breadcrumb-item a:link,
.widget-breadcrumb .breadcrumb-item a:visited,
.widget-breadcrumb .breadcrumb-item a:active,
.widget-breadcrumb .breadcrumb-item a:focus,
.widget-breadcrumb .breadcrumb-item a:hover .separator::after {
    color: #222;
    font-size: 15px;
    outline: medium none;
}
.widget-breadcrumb .breadcrumb-item a:hover {
    text-decoration: none;
}
.widget-breadcrumb .breadcrumb-item.root a::before {
    content: "Home";
}
.widget-breadcrumb .breadcrumb-item a .icon {
    display: none;
}
.widget-breadcrumb .breadcrumb-item .separator {
    font-size: 0;
}
.widget-breadcrumb .breadcrumb-item .separator::after {
    content: ">";
    font-size: 15px;
    line-height: 1;
    margin-left: 3px;
}
.widget-breadcrumb .breadcrumb-item a:hover::before {
    text-decoration: underline;
}
.widget-breadcrumb .breadcrumb-item a:hover label {
    text-decoration: underline;
}
.widget-breadcrumb .breadcrumb-item a:hover .label {
    text-decoration: underline;
}
.widget-pageHeading h1 {
    color: #222;
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0;
}
/* ----- common design ----- */
.clear {
    clear: both;
    height: 0;
}
.spacer_100 {
    height : 100px;
    display : block;
}
.body .widget.full-width,
.body .widget.slider {
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}
/* ----- margin/padding ----- */
.body .widget.margin-bottom-none {
    margin-bottom: 0;
}
.m-m {
    margin:75px!important;
}
.mt-m {
    margin-top: 75px!important;
}
.mv-m {
    margin-top:75px!important;
    margin-bottom:75px!important;
}
.mb-m {
    margin-bottom:75px!important;
}

.mt--s {
    margin-top:-50px!important;
}

/**
 * Header Design
 * -----------------------------------------------------------------
 */

body > .header {
    position: relative;
    background-color: #83ccd5;
}
body > .header::before {
    background-color: #ffffff;
    content: "";
    height: 50px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/**
 * Search
 * -----------------------------------------------------------------
 */

.search-menu-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.search-menu-button::after {
    display: none;
}
.search-menu-button::before {
    color: #696969;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
}
.search-menu-button:hover::before {
    color: #83ccd5;
}
.widget-search .search-menu-button:hover::after {
    color: #83ccd5;
}
.widget-search .search-form {
    background-color: #000;
    display: block !important;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 37px;
    transition: all 300ms ease-out 0s;
    width: 390px;
    z-index: 999;
}
.widget-search .search-form.show {
    height: 60px;
}
.widget-search .search-form form {
    padding: 10px;
    position: relative;
}
.widget-search button,
.widget-search button:hover,
.widget.widget-search .search-form button[disabled] {
    background-color: #ffffff;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    font-size: 0;
}
.widget-search input {
    border: medium none;
    padding: 5px 40px 5px 10px;
    width: 100%;
}
.widget.widget-search input {
    border: medium none;
}
.widget-search button::after {
    color: #979797;
    content: "\f002 ";
    font-family: "FontAwesome";
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

/**
 * Currency
 * -----------------------------------------------------------------
 */

.header .widget-currency {
    overflow:  visible;
}
.header .widget-currency:before,
.header .widget-currency:after {
    content:  "";
    width:  1px;
    height:  20px;
    background-color:  #e6e6e6;
    position: absolute;
    top: 9px;
}
.header .widget-currency:before {
    left: -15px;
}

.header .widget-currency:after {
    right: -10px;
}
.header .widget-currency select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    height: auto;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    width: 100%;
}
.header .widget-currency .form-row {
    margin:  0;
    position:  relative;
}
.header .widget-currency .form-row:before {
    content: "\f107";
    font-family: "Fontawesome";
    position:  absolute;
    right: 15px;
    top:  10px;
    font-size: 14px;
}
.widget-currency .chosen-container-single .chosen-single {
    border: none;
}
.widget-currency .chosen-container {
    min-width: inherit;
}
/**
 * User Menu
 *-------------------------------
 */

.user-nav:after {
    content:  "";
    height:  20px;
    width:  1px;
    background-color:  #e6e6e6;
    display:  inline-block;
    position: absolute;
    right:  0;
    top: -4px;
}
.user-nav .menu-button {
    width: auto;
    height: 20px;
    line-height: 1;
}
.user-nav.widget-navigation .menu-button em {
    display: none;
}

.user-nav .menu-button:before {
    content: "My Account";
    font-size: 14px;
    margin-right: 10px;
}
.widget-navigation.user-nav .nav-wrapper {
    background-color: #ffffff;
    width: 200px;
    border: 1px #ccc solid;
    box-shadow: 0 0 7px rgba(0,0,0, .2);
    height: auto;
    right: -59px;
    top: 32px;
    padding: 10px 0;
}
.user-nav .nav-wrapper.responsive-navigation .navigation-item {
    padding-top: 0;
    padding-bottom: 0;
}
.widget-navigation.user-nav .nav-wrapper a {
    border-bottom: none;
    color: #101010;
}
.widget-navigation.user-nav .nav-wrapper a:hover {
    color: #83ccd5;
}
.widget-navigation.user-nav .nav-wrapper:before {
    content: "";
    height: 0;
    width: 0;
    border-color: transparent transparent #ccc transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: -20px;
    right: 92px;
}
.widget-navigation.user-nav .nav-wrapper:after {
    content: "";
    height: 0;
    width: 0;
    border-color: transparent transparent #fff transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    top: -18px;
    right: 92px;
}
.user-nav .menu-button:after {
    content:  "\f107";
    font-family:  'Fontawesome';
    font-size: 14px;
    color: #333;
}

/**
 * Main Menu
 * -----------------------------------------------------------------
 */

.header .widget.main_menu {
    overflow: visible;
}
.main_menu .horizontal .navigation-item {
    font-size: 16px;
    font-weight: 300;
    line-height: 55px;
    padding: 0;
}
.main_menu .horizontal > .navigation-item.last a {
    padding-right: 16px;
}
.main_menu .navigation-item a {
    color: #fff;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 20px 14px;
    text-transform:  uppercase;
}
.main_menu .navigation-item.first a {
    padding-left:25px;
}
.main_menu > .horizontal > .navigation-item > a:hover,
.main_menu > .horizontal > .navigation-item.active > a {
    color: #000;
}
.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: #fff 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.active > a span::after,
.main_menu .horizontal .has-child:hover > a span::after {
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
@media (min-width: 992px) {
    .main_menu .horizontal {
        text-align: right;
    }
    .main_menu .navigation-item * {
        text-align: left;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container {
        background: #ffffff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        left: 0;
        top: 30px;
        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 {
        background: #ffffff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
        left: 0;
        top: 71px;
        width: 250px;
        -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 {
        background: #ffffff;
        line-height: normal;
        padding: 0 20px;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
        background: #ffffff;
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 14px;
        margin-right: 0;
        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: #83ccd5;
    }
    .main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        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 .navigation-item-child-container {
        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;
    }

}

/**
 * Shopping Cart
 * -----------------------------------------------------------------
 */

.header .widget-cart {
    padding-right: 10px;
    padding-top: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.header .widget-cart.wi-cart-counter {
    padding-right: 0;
}
.quick-cart-content {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 90px;
    width: 300px;
    z-index: 999;
}
.cart-wrapper {
    /* height: 34px; */
    padding: 5px 0;
    position: relative;
    text-align: right;
}
.cart-widget-text {
    color: #fff;
    font-size: 15px;
}
.cart-widget-img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 23px;
    height: 46px;
    line-height: 41px;
    position: relative;
    text-align: center;
    width: 46px;
}
.cart-widget-img::after {
    color: #fff;
    content: "\f103";
    font-family: "Flaticon";
    font-size: 40px;
}
.quick-cart-content table th {
    font-weight: 500;
}
.quick-cart-content table th.quantity {
    text-align: center;
}
.quick-cart-content table th.price {
    text-align: right;
}
.quick-cart-content table td {
    font-size: 13px;
    word-break: normal;
}
.widget-cart table {
    margin-bottom: 5px;
}
.wi-cart-counter .cart-widget-text {
    height: 27px;
    color: #000;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 5px;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;
    padding: 0 3px;
    min-width: 27px;
}
.header .widget-cart.wi-cart-price {
    display:  block;
}
.wi-cart-price.widget > .widget-title {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 0;
}
.wi-cart-price .cart-widget-img {
    display: none;
}
.wi-cart-price .cart-wrapper {
    text-align: left;
    padding: 3px 0;
}
.wi-cart-price .cart-widget-text {
    font-size: 15px;
    font-weight: 500;
}

/**
 * Body
 * -----------------------------------------------------------------
 */

.body #spltr-D3498AF2-BA02-4A8C-93E9-BFD4FD889E36 .widget > .widget-title::after,
.body #spltr-AE3C90AB-EE02-4ABC-A954-99C8CF6E6340 .widget > .widget-title::after {
    width: 40px;
}
.body .widget > .widget-title {
    color: #32312f;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    border: 1px #e5e5e5 solid;
    background-color: #fbfbfb;
    padding: 17px 20px;
    text-transform: uppercase;
    margin-bottom:-1px;
}
.body .widget > .content,
.body .widget > form,
.body .widget > .article-item,
.body .widget > .nav-wrapper,
.body .widget > .shop-by-selector {
    background-color: #fff;
    border: 1px #e5e5e5 solid;
    padding: 20px;
}

/**
 * Footer design
 * -----------------------------------------------------------------
 */

body > .footer {
    background-color: #ffffff;
    position: relative;
}
body > .footer .widget-title {
    color: #222222;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding-bottom: 40px;
}

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

body .wi-footer-newsletter .widget-title {
    display:  inline-block;
    margin-right: 40px;
    padding: 0;
}
.widget-newsletter .newsletter {
    text-align: center;
    display:  inline-block;
}
.widget.widget-newsletter {
    overflow: visible;
}
.widget-newsletter .form-row {
    display: inline-block;
    margin: 0;
}
.widget.widget-newsletter label::after {
    content: "";
}
.widget-newsletter label {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    width: 370px;
    padding-right: 30px;
    text-align: right;
    display: none;
}
.widget-newsletter input {
    border: 1px solid #e5e5e5;
    border-radius: 22px;
    background-color: #f7f7f7;
    height: 40px;
    font-size: 14px;
    color: #222;
    width: 315px;
    padding: 5px 20px;
}
.widget-newsletter .form-row.button-container label {
    display: none;
}
.widget-newsletter button.submit-button {
    background-color: #83ccd5;
    border: none;
    border-radius: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    margin-left: -12px;
    padding: 10px 30px;
    text-transform:  uppercase;
    line-height: 23px;
    letter-spacing: 1px;
}
.widget-newsletter button.submit-button[disabled],
.widget-newsletter button.submit-button[disabled]:hover {
    background-color: #ccc;
    color: #999;
}
.widget-newsletter button.submit-button:hover {
    background-color: #000;
    color: #fff;
}
.widget-newsletter .errorlist {
    font-size: 13px;
    padding-left: 20px;
    position: absolute;
    top: 50px;
}
.widget-newsletter .newsletter > .message-block {
    left: 0;
    position: absolute;
    right: 0;
    top: 38px;
    width: auto;
    z-index: 9;
}

/**
 * Footer navigation
 * -----------------------------------------------------------------
 */

body > .footer .vertical .navigation-item a {
    border: medium none;
    color: #696969;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
}
body > .footer .vertical .navigation-item a:hover,
body > .footer .vertical .navigation-item.active > a {
    border: medium none;
    color: #83ccd5;
}
body > .footer .vertical .navigation-item:first-child a {
    padding-top: 0;
}

/**
 * Footer Horizontal Navigation
 * -----------------------------------------------------------------
 */

.fooer-horizontal-nav {
    text-align:  center;
}
.footer .footer-horizontal-nav .horizontal .navigation-item a {}

.footer .fooer-horizontal-nav .horizontal .navigation-item a {
    color: #606060;
    font-size:  14px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    position:  relative;
}
.footer .fooer-horizontal-nav .horizontal .navigation-item a:hover {
    color: #83ccd5;
}
.footer .fooer-horizontal-nav .horizontal .navigation-item a:after {
    content: ".";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: -5px;
}
.footer .fooer-horizontal-nav .horizontal .navigation-item:last-child a:after {
    display: none;
}

/**
 * Copyright
 * -----------------------------------------------------------------
 */

.wi-copy-right {
    text-align:  center;
}
.wi-copy-right p {
    color: #606060;
}
.widget.wi-copy-right p a {
    color: #83ccd5;
}
.widget.wi-copy-right p a:hover:hover {
    color: #000000;
}
.wi-copy-right a {
    color:  #222;
    font-size: 14px;
}

/**
 * Payment Getway
 * -----------------------------------------------------------------
 */

.wi-payment-getway {
    text-align: center;
}


/**
 * product widget
 * -----------------------------------------------------------------
 */


.product-view.image-view .content,
.product-view.scrollable-view .content {
    font-size: 0;
    text-align: center;
}
.product-view.image-view .content {
    text-align: left;
}
.product-view.image-view .content *, .product-view.scrollable-view .content * {
    font-size: 16px;
    font-weight: 500;
}
.product-view.image-view .product-block,
.product-view.scrollable-view .product-block {
    border: 1px #e5e5e5 solid;
    box-sizing: content-box;
    margin: 0;
    background-color: #fff;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
}
.product-view.image-view .product-image,
.product-view.scrollable-view .product-image {
    box-sizing: content-box;
}
.image-view .product-image img,
.product-view.scrollable-view .product-image img {
    max-width: 100%;
}
.product-quick-view.product-view .quick-view-btn {
    left: 50%;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #222;
    box-shadow: 0 0 10px rgba(0,0,0, .5);
}

.product-quick-view.product-view .quick-view-btn:hover {
    background-color: #fff;
    color:#222;
}
.product-view.image-view .review-rating,
.product-view.scrollable-view .review-rating {
    display: block;
    margin: 0 auto;
    padding: 10px 0 4px;
}
.product-view.image-view .loyalty-point,
.product-view.scrollable-view .loyalty-point {
    display: block;
    padding: 10px;
}
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    height: auto;
    margin: 0;
    max-height: 66px;
    overflow: hidden;
    padding: 10px;
}
.product-view.image-view .product-name-link, .product-view.scrollable-view .product-name-link {
    color: #696969;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.468;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-block .block-content-wrap .price-waper {
    padding-bottom: 20px;
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.product-block .block-content-wrap .price-waper .price-block-container {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
}
.product-block .block-content-wrap .price-waper .price-block-container .current-price span {
    font-size: 18px;
    font-weight: 500;
}
.product-block .block-content-wrap .price-waper .price-block-container .current-price span.tax-message {
    font-size: 12px;
    display: block;
    color: #666666;
    font-weight: normal;
}
.product-block .block-content-wrap .price-waper .expect-to-pay-price-container {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
}
.product-block .block-content-wrap .price-waper .expect-to-pay-price-container .previous-price span {
    color: #696969;
    line-height: 25px;
}

.product-view.image-view .summary,
.product-view.scrollable-view .summary {
    font-size: 12px;
    height: 40px;
    margin: 0 0 10px;
    padding: 0 15px;
}
.product-view.image-view .product-block > .price,
.product-view.scrollable-view .product-block > .price {
    padding: 0;
}
.product-view .previous-price {
    color: #404040;
}

/* --- Button Design --- */

.product-image .add-to-cart-button,
.product-image .add-to-compare-button,
.product-image .add-to-wish-list,
.product-image .remove-from-compare-button,
.product-block:hover .product-image .add-to-cart-button,
.product-block:hover .product-image .add-to-compare-button,
.product-block:hover .product-image .add-to-wish-list,
.product-block:hover .product-image .remove-from-compare-button  {
    opacity: 1;
    background-color: #fff;
    padding: 0;
    border: none;
    line-height: 45px;
    margin-left: 5px;
    margin-right: 5px;
    transform: none;
}
.product-view .product-image .add-to-wish-list,
.product-view .product-image .add-to-compare-button,
.product-view .product-image .remove-from-compare-button {
    height: 45px;
    width: 45px;
    border-radius: 22px;
    font-size: 0;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    color: #222;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    margin: 5px;
}

.product-view .product-image .add-to-wish-list:hover,
.product-view .product-image .add-to-compare-button:hover,
.product-view .product-image .remove-from-compare-button:hover {
    background-color: #222;
    color: #fff;
}
.product-view .product-image .add-to-wish-list:after,
.product-view .product-image .add-to-compare-button:after {
    display:none;
}

.product-view .product-image .add-to-wish-list:before,
.product-view .product-image .add-to-compare-button:before {
    font-family: "Flaticon";
    font-size: 22px;
    font-weight: bold;
}
.product-view .product-image .add-to-wish-list:before {
    content:'\f100';
}
.product-view .product-image .add-to-compare-button:before {
    content:'\f101';
}
.product-view .product-image .remove-from-compare-button:after {
    font-family: "FontAwesome";
    content:'\f00d';
}

.product-view .product-block .product-image .add-to-cart-button {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    margin: 10px 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 44px;
    background-color: #222;
    border-radius: 22px;
    box-shadow: 0 0 10px rgba(0,0,0, .5);
}
.product-view .product-block:hover .product-image .add-to-cart-button {
    padding-left: 20px;
    padding-right: 20px;
}
.product-view .product-block .product-image .add-to-cart-button:hover {
    background-color:  #fff;
    color: #222;
}
.product-image .btn-add {
    -webkit-display: flex;
    -ms-display: flex;
    -webkit-display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 160px;
    left:  50%;
    margin-left: -80px;
    bottom: 0;
}


@media (min-width: 1200px) {
    .product-block .image-link::after {
        background-color: rgba(131, 204, 213, 0.9);
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        -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-block:hover .image-link::after {
        opacity: 1;
    }
    .product-image .btn-add {
        bottom: 70px;
    }
    .product-block .product-image .add-to-cart-button,
    .product-block .product-image .add-to-compare-button,
    .product-block .product-image .add-to-wish-list,
    .product-image .remove-from-compare-button {
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        opacity:0
    }
    .product-block:hover .product-image .add-to-compare-button,
    .product-block:hover .product-image .add-to-wish-list,
    .product-block:hover .product-image .remove-from-compare-button {
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -ms-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
    }
    .product-block .product-image .add-to-cart-button:hover {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }
}

/*--- Product List View --- */

.scrollable-view {
    border: medium none;
    overflow: visible;
}
.product-view.scrollable-view .content {
    border: 1px #e5e5e5 solid;
    overflow: hidden;
    padding: 0;
}
.product-view.scrollable-view .header {
    border: medium none;
    position: relative;
    overflow: visible;
}
.product-view.scrollable-view .product-block {
    width: 25%;
}
.product-view.scrollable-view .scroller span {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    height: 34px;
    width: 34px;
    -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;
    position: absolute;
    z-index: 99;
    top: 147px;
    box-shadow: 0 0 10px rgba(0,0,0, .2);
}
.product-view.scrollable-view .scroller span.scroll-left {
    left:-15px;

}
.product-view.scrollable-view .scroller span.scroll-right {
    right:-15px;
}

.product-view.scrollable-view .scroller span:hover {
    background-color: #83ccd5;
    border: 1px solid #83ccd5;
}
.product-view.scrollable-view .scroller span::after {
    color: #222;
}
.product-view.scrollable-view .scroller span:hover::after {
    color: #fff;
}
/*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: #83ccd5;
}
.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 .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: #83ccd5;
    border: 1px #83ccd5 solid;
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    text-shadow: none;
    width: 160px;
}
.product-view.list-view .add-to-wish-list:hover {
    background-color: #83ccd5;
    border: 1px #83ccd5 solid;
    color: #272727;
}
.product-view.list-view .add-to-wish-list::after {
    display: none;
}
/*product customize desing*/
.margin-top-minus .product-view.scrollable-view {
    margin-top: -68px;
    overflow: visible;
}
/* 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: none;
    border: 1px solid #ececec;
    padding: 7px;
    overflow: hidden;
}
.product-view .footer .pagination,
.category-view .footer .pagination,
.entire-search .footer .pagination,
.product-search .footer .pagination {
    float: left;
    padding: 0;
    width: auto;
}
.product-view .footer .per-page-count {
    float: right;
}
.pagination span {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    color: #9f9f9f;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin: 0 2px;
    padding: 6px 12px;
    vertical-align: middle;
}
.pagination span:hover {
    background-color: #ffffff;
    border: 1px solid #83ccd5;
    box-shadow: none;
    color: #83ccd5;
}
.pagination span.current {
    background: #83ccd5 none repeat scroll 0 0;
    border: 1px #83ccd5 solid;
    color: #ffffff;
}
.pagination span.current:hover {
    color: #fff;
}
.pagination span.disabled,
.pagination span.disabled:hover {
    border: 1px #cbcbcb solid;
    color: #ccc;
    opacity: .5;
    cursor: default;
}
.pagination span.first, .pagination span.next,
.pagination span.prev, .pagination span.last {
}
.pagination span.last {
    margin-left: 2px;
}
.product-view .footer select,
.product-view .header select,
.category-view  .footer select,
.category-view  .header select {
    background: #ffffff url("../images/select-down-arrow2.png") no-repeat right 12px;
    border: 1px #e6e6e6 solid;
    height: 30px;
    font-size: 12px;
    padding: 5px 24px 5px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.product-view .footer,
.category-view .footer,
.entire-search .footer,
.product-search .footer {
    border-top: 1px solid #f2f2f2;
    color: #8a8a8a;
}

.product-view .header {
    border: 1px #e5e5e5 solid;
    background-color: #fbfbfb;
    margin: 0 4px 0 -1px;
    padding: 15px;
}
.product-view .footer {
    margin: -1px 4px 0 -1px;
    background-color: #fbfbfb;
    border: 1px #e5e5e5 solid;
    padding: 15px;
}

.product-view.image-view .content {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-sorting {
    min-width: 155px;
}
.product-view .header .pagination {
    float: right;
    padding: 0;
    width: auto;
}
.scroller span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: center;
    position: relative;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev,
.scroller span.scroll-left {
    border-width: 0 1px 0 0;
    border-color: #e6e6e6;
    border-style: solid;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-next,
.scroller span.scroll-right {
    border-width: 0 0 0 1px;
    border-color: #e6e6e6;
    border-style: solid;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div::after,
.scroller span::after {
    font-family: 'FontAwesome';
    color: #999;
    font-size: 18px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev::after,
.scroller span.scroll-left::after {
    content: "\f104";
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-next::after,
.scroller span.scroll-right::after {
    content: "\f105";
}
.product-view .footer .pagination-literal-status {
    float: right;
    padding-top: 7px;
}
/*brand*/
.owl-item .brand-name-link {
    display: none;
}
.widget .owl-carousel .owl-controls .owl-nav div:hover,
.widget .owl-carousel .owl-controls .owl-nav div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    font-size: 0;
    height: 24px;
    margin: 0 2px 0 0;
    padding: 0;
    position: relative;
    width: 26px;
}
.sliding-brand .owl-carousel .owl-controls {
    margin: 0;
    position: absolute;
    right: 0;
    top: -68px;
}
.owl-item .brand .summary {
    display: none;
}

/**
 * Home 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 {
    width: 1920px;
    height: 651px;
    margin:0 auto;
}
div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r  {
    display:block;
}
/*caption design*/
div.jssor-slider-container .container [u="caption"] {
    position: absolute;
    z-index:1;
    width: 430px;
    left:  50%;
    margin-left: -560px;
    font-family: 'Montserrat', sans-serif;
}
div.jssor-slider-container .container .jssor-caption-1 {
    top: 23%;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    font-weight: 600;
}
div.jssor-slider-container .container .jssor-caption-2 {
    color: #83ccd5;
    font-size: 75px;
    font-weight: 900;
    height: auto;
    line-height: 1;
    top: 29%;
}
div.jssor-slider-container .container .jssor-caption-3 {
    top: 42%;
    color: #222;
    font-size: 27px;
    text-transform:  uppercase;
    font-weight: 700;
}
div.jssor-slider-container .container .jssor-caption-4 {
    top: 51%;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    height: auto;
    line-height: 2;
}
div.jssor-slider-container .container .jssor-caption-5 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-size: 7px;
    font-weight: 200;
    height: auto;
    line-height: 2;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 66%;
}
div.jssor-slider-container .container .jssor-caption-5 a {
    background: #fff;
    border-radius: 26px;
    color: #222;
    border: 3px #83ccd5 solid;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 39px 4px;
    -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;
    text-transform: uppercase;
}
div.jssor-slider-container .container .jssor-caption-5 a:hover {
    background: #83ccd5 none repeat scroll 0 0;
    color: #fff;
}
/*Arrow Visibility*/
div[id^="jssor-slider-"] .jssora20l, div[id^="jssor-slider-"] .jssora20r {
    background: #222 none repeat scroll 0 0;
    height: 60px;
    text-align: center;
    width: 60px;
    -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[id^="jssor-slider-"] .jssora20l:hover, div[id^="jssor-slider-"] .jssora20r:hover {
    background: #fff none repeat scroll 0 0;
}
div[id^="jssor-slider-"] .jssora20l::before,
div[id^="jssor-slider-"] .jssora20r::before  {
    color: #fff;
    font-family: 'Fontawesome';
    font-size: 28px;
    line-height: 55px;
}
div[id^="jssor-slider-"] .jssora20l:hover::before,
div[id^="jssor-slider-"] .jssora20r:hover::before  {
    color: #222;
}

div[id^="jssor-slider-"] .jssora20l::before  {
    content: "\f104";
}
div[id^="jssor-slider-"] .jssora20r::before  {
    content: "\f105";
}

/*Bullet Visibility*/
div.jssor-slider-container .jssorb03[u="navigator"] > div {
    background: #bbe8f4 none repeat scroll 0 0;
    font-size: 0;
    height: 4px;
    width: 4px;
    border-radius: 2px;
}
div.jssor-slider-container .jssorb03[u="navigator"] > div.av {
    background: #83ccd5 none repeat scroll 0 0;
}
div.jssor-slider-container .jssorb03[u="navigator"] {
    bottom: 37px!important;
}
/*horizontal navigation*/
.body .vertical .navigation-item a {
    border-bottom: 0 none;
    color: #272727;
    font-size: 16px;
}
.body .vertical .navigation-item a:hover {
    border-bottom: 0 none;
    color: #999;
    font-size: 16px;
}
.body .vertical .navigation-item a::before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 7px;
}
.page-product .widget-likeus .twitter-like-us {
    overflow: hidden;
}


/**
 * Product Details
 * -----------------------------------------------------------------
 */

.product-widget.widget-productImage {
    background-color: #eeeeee;
    padding-bottom: 30px;
    background-color: #fff;
    text-align: center;
    border: 1px #e5e5e5 solid;
}
.widget-productImage .image-preview-box {
    box-sizing: content-box;
    margin:0 auto;
}
.widget-productImage .multi-image-scroll-wrapper {
    border: medium none;
    margin-left: 10px;
    margin-right: 10px;
}
.widget-productImage .multi-image-scroll-wrapper .scroll-navigator {
    cursor: pointer;
}
.widget-productImage .image-thumb-container .thumb-image {
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    height: 80px;
    margin: 0 5px;
    width: 80px;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #83ccd5;
}
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 40px;
}
.product-widget.widget-productName .product-name {
    border-bottom: 1px solid #f2f2f2;
    color: #222;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    padding-bottom: 11px;
}
.widget-price .current-price-container {
    color: #83ccd5;
    display: inline-block;
    font-size: 26px;
}
.widget-price .current-price-container .label-for-base-price {
    color: #222222;
}
.widget-price .current-price-container .current-price.price {
    color: #83ccd5;
    font-size: 30px;
}
.widget-addCart .stepper .stepper-input {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    height: 40px;
    padding: 9px 24px 10px 10px;
    width: 60px;
}
.widget-addCart .stepper {
    border: 1px #e8e8e8 solid;
    border-radius: 3px;
    width: 65px;
}
.widget-addCart .stepper .stepper-arrow {
    background: #fff none repeat scroll 0 0;
    border: none;
    border-radius: 0;
    width: 25px;
}
.widget-addCart .stepper .stepper-arrow.up::after {
    border-color: transparent transparent #a2a2a1;
    border-style: solid;
    border-width: 0 5px 5px;
    content: "";
    cursor: pointer;
    height: 0;
    left: 7px;
    position: absolute;
    top: 8px;
    width: 0;
}

.widget-addCart .stepper .stepper-arrow.up:hover::after {
    border-color: transparent transparent #83ccd5;
}
.widget-addCart .stepper .stepper-arrow.down::after {
    border-color: #a2a2a1 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 0;
    content: "";
    cursor: pointer;
    height: 0;
    left: 7px;
    position: absolute;
    top: 3px;
    width: 0;
}
.widget-addCart .stepper .stepper-arrow.down:hover::after {
    border-color: #83ccd5 transparent transparent;
}
.widget-productSummary .title {
    display: none;
}
.widget-price {
    padding: 0;
}
.product-widget.widget-productSummary {
    margin: 6px 0 15px;
    padding-bottom: 0;
}
.widget-productSummary .summary {
    color: #222;
    line-height: 27px;
    font-size:  16px;
}
.widget-productSku label, .widget-productCategory label,
.widget-productManufacturer label,
.widget-productBrand label,
.widget-productModel label {
    display: inline-block;
    font-weight: 500;
    width: 100px;
}
.product-widget.product-widget.widget-addCart > * {
    display: inline-block;
    letter-spacing: normal;
    margin: 10px 7px 10px 0;
    vertical-align: middle;
}
.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 #d6d6d6;
    border-radius: 2px;
    font-size: 0;
    height: 42px;
    line-height: 41px;
    padding: 0;
    text-align: center;
    width: 46px;
}
.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 {
    border: 1px solid #83ccd5;
    background-color: #83ccd5;
}
.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: #a2a2a1;
}
.product-widget.product-widget.widget-addCart .add-to-compare-button::after {
    content: "\f079";
}
.product-widget.product-widget.widget-addCart .remove-from-compare-button::after {
    content: "\f00d";
}
.product-widget.product-widget.widget-addCart .add-to-compare-button,
.product-widget.product-widget.widget-addCart .remove-from-compare-button {
}
.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: "";
}
.product-widget.product-widget.widget-addCart .add-to-wish-list {
}
.product-widget.product-widget.widget-addCart .add-to-wish-list::after {
    color: #a5a5a4;
    content: "\f08a";
    font-family: FontAwesome;
}
.product-widget.widget-addCart .add-to-cart-button {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    line-height: 33px;
    padding: 5px 31px;
}
.product-block .price-waper > * {
    margin-left: 5px;
    margin-right: 5px;
}
.add-to-wish-list-popup table {
    border: medium none;
    width: auto;
}
.add-to-wish-list-popup table td {
    border: medium none;
}
.widget-variation .variation-dropdown-container > * {
    display: inline;
}
.variation-container .variation-type label.type-label {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
.variation-container .chosen-container {
    min-width: inherit;
}
.chosen-container-single .chosen-single {
    border-radius: 0;
    height: auto;
}
.product-widget.widget-variation {
    border-bottom: 1px solid #ededed;
    margin: 40px 0 20px 40px;
}
.page-product .widget-likeus {
    border-top: 1px solid #ededed;
    padding-top: 20px;
}/*variation flate chosen */
.widget-variation .variation-thumb ul {
    margin: 0;
    padding: 0;
}
.widget-variation .variation-thumb ul li {
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
}
.widget-variation .variation-thumb .variation-type.color .variation-value {
    border: medium none;
    display: inline-block;
    height: 40px;
    margin-right: 7px;
    position: relative;
    width: 46px;
}
.widget-variation .variation-thumb ul li * {
    font-size: 14px;
}

.widget-variation .variation-thumb .variation-type .type-label {
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: none;
}
.variation-container .variation-thumb .color .option-cell.selected .variation-value {
    border: medium none;
}
.variation-container .variation-thumb .color .option-cell.selected .variation-value::after {
    border: 2px solid #83ccd5;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.widget-variation .variation-thumb .variation-type {
    padding-bottom: 15px;
}
.widget-variation .variation-thumb .text .variation-value {
    border: 1px solid #d6d6d6;
    border-radius: 2px;
    color: #7c7c7c;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    height: 34px;
    line-height: 21px;
    margin-right: 7px;
    min-width: 64px;
    padding: 5px;
    text-align: center;
}
.widget-variation .variation-thumb .text .selected .variation-value {
    background-color: #83ccd5;
    border-color: #83ccd5;
    color: #fff;
}
/* variation desing END */

/*tab adccordion*/
.bmui-tab .bmui-tab-header {
    border-color: transparent;
    border-style: solid;
    border-width:1px 1px 0 1px;
    color: #333;
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #83ccd5;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #fff;
}
.bmui-tab .bmui-tab-body-container {
    background-color: #ffffff;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
}
/*tab*/
.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: #83ccd5;
    color: #fff;
    margin-right: 0;
    position: relative;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::after {
    border-color: transparent transparent transparent #83ccd5;
    border-style: solid;
    border-width: 19px 0 19px 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background-color: #e6e6e6;
    border-left: 1px solid #e6e6e6;
    color: #83ccd5;
}
.widget-googleMap.contcat-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: #2d2d2d;
    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;
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded {
    background-color: #ffffff;
    border: 1px #e5e5e5 solid;
    border-color:#eee #e5e5e5 #e5e5e5 #e5e5e5;
    border-style: solid;
    border-width: 1px;

}
.widget-tabAccordion .accordion-panel > .accordion-item.expanded h3 {
    color: #83ccd5;
}
.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;
}
.widget-information .description > p {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 1.8;
}
.product-widget.widget-information {
    margin: 50px 0;
}
.widget-information .bmui-tab .bmui-tab-header {
    background-color: #f2f2f2;
    border: medium none;
    border-radius: 3px 3px 0 0;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    height: 46px;
    line-height: 30px;
    padding: 8px 36px;
    text-transform: none;
}
.widget-information .bmui-tab .bmui-tab-body-container {
    border-color: #83ccd5 #e5e5e5 #e5e5e5;
    border-style: solid;
    border-width: 3px 1px 1px;
    padding: 30px;
}
.widget-information .bmui-tab .bmui-tab-header.bmui-tab-active, .widget-information .bmui-tab .bmui-tab-header:hover {
    background-color: #83ccd5;
    color: #fff;
}

.widget-information .bmui-tab .bmui-tab-header-container {
    font-size: 0;
    letter-spacing: normal;
    word-spacing: normal;
}
.product-widget.widget-information .bmui-tab-body-container .title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
}
.widget-related .title::after {
    background-color: #83ccd5;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: auto;
    width: 210px;
}
.widget-related .title {
    border-bottom: 1px solid #e6e6e6;
    color: #222;
    font-size: 22px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.widget-related .product-view.scrollable-view .header {
    margin-top: -55px;
    position: relative;
    z-index: 23;
}
.stepper {
    border-radius: 0;
}
.stepper .stepper-input {
    border-radius: 0;
    height: 38px;
}

/* product ask a question */

.ask-question-panel .form-row {
    margin: 25px 0;
}
.ask-question-panel .form-row label {
    color: #222;
    display: block;
    font-size: 15px;
    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: 25px 0;
}
.review-panel .form-row label {
    color: #222;
    display: block;
    font-size: 15px;
    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;
}
/*category details page*/
.category-details-container .title {
    display: block;
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 0;
}
.category-details-container > .category {
    margin: 15px 0;
}
.category-details-container, .subcategory-container {
    padding-bottom: 10px;
}
.subcategory-container .title, .product-container .title {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.shop-by-selector > label {
    display: none;
}
.shop-by-selector > select {
    background-position: right 23px;
    border: 1px solid #f2f2f2;
    height: 50px;
    width: 100%;
}
/*brand details page*/

.widget-filter .clear-all-filter-attributes .reset-filter {
    cursor: pointer;
    text-decoration: underline;
}
.widget-filter .clear-all-filter-attributes .reset-filter:hover{
    text-decoration: none;
}

.brand-details h1 {
    font-size: 30px;
    margin: 0;
}
.brand-details .brand-image-block {
    margin-top: 15px;
}
/*filter*/
.widget-filter .form-row:first-child {
    margin-top: 0;
}
.widget-filter .form-row:last-child {
    margin-bottom: 0;
}
/*filter search page*/
.filter-details .filter-title {
    padding-bottom: 20px;
}
.filter-title h1 {
    color: #222;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.filter-details .total-result {
    color: #989898;
    font-size: 16px;
    padding-bottom: 30px;
}
/* form widget design */
.widget-form .form-row .sub-form-row label {
    font-weight: 500;
    font-size: 14px;
}
.widget-form .sub-form-row {
    display: table;
}
.widget-form .form-row input {
    height: 40px;
    background-color: #fff;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.widget-form .form-row > label,
.widget-form .sub-form-row span {
    font-weight: 500;
    font-size: 14px;
}
.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row span {
    margin-top: 18px;
    width: 204px;
}
.widget-form .form-row input[type="file"] {
    background: none;
    height : auto;
}

/*Category widget design*/
.category-view .content {
    font-size: 0;
    margin: 0 -14px;
}
.category-view .category {
    border: medium none;
    box-sizing: content-box;
    margin: 0;
    padding: 14px;
}
.category .category-name {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.category .category-name a {
    color: #222;
    font-size: 16px;
    font-weight: 500;
}
.category .summary {
    margin-top: 15px;
}
.category-image-view img {
    max-width: 100%;
    max-height:100%;
}
.category-image-view-height {
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: center;
}
.category-image-view-height a {
    font-size: 0;
}
.category-image-view .image img {
    max-height: 100%;
    max-width: 100%;
    position: static;
}

/*gallery*/
.swipe-image-wrap .box-container {
    margin: 0 -10px;
    padding: 0;
    font-size: 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;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(0, 0, 0, 0.55) 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 {
    border: 1px solid #a1a0a0;
    border-radius: 100%;
    bottom: 0;
    color: #a1a0a0;
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 16px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -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: 40px;
    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);
}
.swipebox-container .pagination {
    margin-top: 20px;
}
/* alternate view thumbs bottom*/
.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;
}
.galleriffic-gallery-wrap .slideshow-container img {
    max-height: 100%;
    height: auto;
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    background-color: #ffffff;
    border: 1px solid #eee;
    margin-top: 50px;
    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.thumb-position-bottom .thumbs {
    margin: 0;
}
.galleriffic-gallery-wrap .thumbs li {
    border: medium none;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs {
    padding: 0;
}
.galleriffic-gallery-wrap .pagination > * {
    float: left;
    height: 35px;
    line-height: 28px;
}
.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-content .image-wrapper a {
    text-align: center;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}

/*Accordion design*/
.widget-tabAccordion .widget {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.widget-tabAccordion .accordion-panel > .label-bar {
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    height: 60px;
    line-height: 60px;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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: 0 30px 30px;
}
.widget-tabAccordion .accordion-panel > .accordion-item.expanded h2 {
    color: #83ccd5;
}

/*blog design*/

.blog-post-item .content > p {
    margin: 0;
    padding:0;
}
.blog-posts::after,
.blog-post-content::after {
    content: "";
    display: block;
    clear: both;
}
.blog-posts,
.blog-post-content {
    margin: 0 -15px;
}
.blog-post-item {
    box-sizing: border-box;
    float: left;
    padding: 0 15px 30px;
    width: 50%;
    border-bottom:none;
}
.post.post-list-view,
.category.post-list-view-width {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
    width: 100%;
}
.post.post-list-view img,
.category.post-list-view img {
    height: auto;
    max-width: 100%;
}
.blog-post-item .post-description .title {
    font-size: 18px;
    line-height: 1.468;
    margin: 7px 0;
    padding: 0 20px 0 0;
}
.blog-post-item .post-description .title a {
    color: #32312f;
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 400;
}
.blog-post-item .post-description .title a:hover {
    color: #83ccd5;
}
.blog-post-item .blog-post-info {
    color: #999999;
    margin: 10px 0 15px;
}
.blog-post-item .blog-post-info span.categories a {
    color: #999;
}
.blog-post-item .blog-post-info span.categories a:hover {
    color: #83ccd5;
}
.blog-post-item .blog-post-info > span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
    vertical-align: middle;
}
.blog-post-item .content {
    color: #666666;
    font-size: 13px;
    line-height: 26px;
    margin: 10px 0;
    padding: 0;
}
.blog-post-item .post-description > a {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.468;
    padding: 13px 25px;
    -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-color: #83ccd5;
    color: #fff;
}
.blog-post-content .footer {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
}

/*custome fontawesome icon*/
.post-description .blog-post-info span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.post-description .blog-post-info > span::before {
    color: #32312f;
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 10px;
    font-size: 14px;
}
.post-description .blog-post-info span.date::before {
    content: "\f272";
}
.post-description .blog-post-info span.comment-count::before {
    content: "\f075";
}
.post-description .blog-post-info span.author::before {
    content: "\f007";
}
.post-description .blog-post-info span.categories::before {
    content: "\f0c9";
}
.blog-post-item .blog-post-info > span::after {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    width: 1px;
}
.blog-post-item .blog-post-info > span:last-child::after {
    display: none;
}
.post.post-list-view a::before, .category.post-list-view-width a::before {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.post.post-list-view a, .category.post-list-view-width a {
    display: block;
    position: relative;
}
.post.post-list-view a:hover::before, .category.post-list-view-width a:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
}
.post.post-list-view a:hover::after, .category.post-list-view-width a:hover::after {
    color: #fff;
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 28px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*post details page*/
.blog-post-details .post-description .title {
    font-size: 26px;
    margin: 0;
    padding-bottom: 15px;
}
.blog-post-details .post-description .blog-post-info {
    color: #999;
    padding-bottom: 10px;
}
.blog-post-details .post-description .categories a {
    color: #272727;
}
.blog-post-details .post-description .categories a:hover {
    color: #83ccd5;
}
.blog-post-details .post-description .image {
    padding-bottom: 30px;
}
.blog-post-details .post-description .image img {
    max-width: 100%;
}

/*comment box*/
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: 'Rubik', sans-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;
}

/* blog 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: #272727;
    display: block;
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 15px;
}
.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;
}

/*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;
    width: 100%;
}
.login-form .title {
    padding-bottom: 20px;
}
.login-form .form-row {
    margin: 0 0 30px;
}
.login-form .form-row:last-child {
    margin-bottom: 10px;
}
.login-form .form-row label,
.registration-form .form-row label,
.password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.login-form .form-row input[type="text"],
.customer-new-password .form-row input[type="text"],
.login-form .form-row input[type="password"],
.customer-new-password .form-row input[type="password"] {
    height: 45px;
    width: 100%;
}
.login-form .submit-row {
    float: none;
}
.login-form .submit-row button {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
}
.login-form .form-row.remember {
    color: #333;
    float: right;
    font-weight: 500;
    text-align: right;
}
.login-form .lost-password a {
    color: #83ccd5;
    font-weight: 500;
}
.login-form .lost-password a:hover {
    color: #222222;
}
.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: #222222;
}
.login-form .account-register a {
    color: #83ccd5;
}
.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;
}
.password-reset-form .form-row input {
    width: 350px;
}
.password-reset-form .errorlist.after {
    top: 75px;
}

/*Registration ... two column*/
.registration-form {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    font-size: 0;
    margin: 0 auto;
    padding: 45px;
    max-width: 806px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registration-form * {
    font-size: 13px;
}
.registration-form .form-row {
    width: calc(50% - 15px);
}
.registration-form label {
    width: 100%;
}
.registration-form input {
    width: 100%;
}
.registration-form select {
    width: 100%;
    height: 40px;
}
.registration-form .errorlist.after {
    padding: 5px 0 0 0;
}
body .registration-form .form-row.submit-row {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 0;
    text-align: right;
    width: 100%;
}
.registration-form .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
.registration-form .form-row.simple_captcha_help_text label,
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .simpleCaptcha-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.registration-form .simpleCaptcha-container .simple_captcha_help_text {
    width: 100%;
}
.registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
    margin: 0;
    padding: 0 0 0 calc(50% + 15px);
    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;
}
.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%;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
.customer-new-password .form-row {
    margin: 0;
    padding: 0 0 30px;
}
.customer-new-password .form-row.submit-row {
    padding: 0;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}

/*compare product details*/
.compare-details .heading {
    padding: 0 0 20px;
}
.compare-details .heading .title {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
.compare-details table td, .compare-details table th {
    padding: 10px;
}
.compare-details table col, .compare-details table td {
    min-width: 150px;
}
.compare-details table col.left-bar {
    width: 150px;
}
.compare-details table th {
    color: #222;
    font-size: 15px;
}
.compare-details .product-view img {
    max-width: 100%;
}

/*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 #e5e5e5;
    margin: 20px 0;
    background-color: #fff;
}
.cartitem-table th {
    background-color: #ffffff;
    border: medium none;
    font-weight: 500;
}
.cartitem-table td {
    border: 1px solid #e5e5e5;
}
.cartitem-table .product-name a {
    color: #555555;
}
.page-cart .discount-coupon-code-form .form-row {
    position: relative;
    margin: 0;
    padding: 0 0 25px;
}
.page-cart .discount-coupon-code-form .form-row button {
    padding: 11px 25px;
}
.check-out-total .right-column, .shopping-cart-total .right-column {
    float: right;
    width: 58%;
}
.check-out-total table, .shopping-cart-total table {
    background-color: #ffffff;
    display: block;
    margin-bottom: 0;
    padding: 20px;
    border: 1px #e5e5e5 solid;
}
.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;
    text-transform: capitalize;
}
.check-out-total td.total-label, .shopping-cart-total td.total-label {
    color: #333;
    font-weight: 500;
    text-align: right;
}
.checkout-page input[type="checkbox"], .checkout-page input[type="radio"] {
    opacity: 0!important;
}
.check-out-total .price, .shopping-cart-total .price {
    color: #333;
    font-weight: 500;
    padding: 5px 15px;
    text-align: right;
}
.check-out-total .left-column, .shopping-cart-total .left-column {
    float: left;
    width: auto;
}
.discount-coupon-code-panel {
    border: 1px #e5e5e5 solid;
    padding: 30px;
    width: 100%;
    background-color: #ffffff;
}
.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;
}
.checkout-page .accordion-panel > .label-bar {
    background-color: #fff;
}
.checkout-page .accordion-panel > .label-bar.expanded {
    color: #83ccd5;
}
.shopping-cartitem.empty-cart a {
    margin: 10px 0 0;
}
.cartitem-table .image-column {
    width: 100px;
}
.cartitem-table .stepper {
    float: none;
}
.checkout-page-options > h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    display: none;
}
.checkout-page-options {
    background-color: #ffffff;
}
.checkout-page-options .item-head {
    background: #ffffff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.checkout-page-options .content-wrapper {
    border: 1px solid #e5e5e5;
}
.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%;
}

/*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 189px;
}
.accordion-item .checkout-address-selector .chosen-results {
    padding: 10px;
}
div.check-out-total .left-column {
    width: 40%;
}
.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: 100%;
}
.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: 150px;
}
.payment-gateway .wrapper span {
    color: #333;
    font-weight: 500;
}
.checkout-page .storeCredit .price.editable .button {
    margin-left: 3px;
    padding: 5px 10px;
}
.page-checkout .confirm-order .editable.editing input {
    height: 33px;
    width: 34px;
}
.custom-field.accordion-item textarea {
    height: 180px;
    width: 600px;
}
.custom-field.accordion-item .form-row label {
    display: block;
}
.payment-success-total > table {
    border: medium none;
    display: inline-block;
    padding: 0;
    table-layout: auto;
    width: auto;
}
.checkout-page .check-out-total table tr td:first-child {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    padding: 0 10px;
    text-align: right;
}
.checkout-page .storeCredit .price.editable .button {
    padding: 5px 10px;
}
.checkout-page .check-out-total .editable .wrapper > .button {
    padding: 5px 10px;
}
.checkout-page .check-out-total .editable .wrapper {
    font-size: 0;
}
.checkout-page .check-out-total .editable .wrapper > * {
    margin-left: 5px;
}
.page-checkout .confirm-order .editable.editing input {
    height: 30px;
    width: 40px;
}
.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 {
    font-size: 0;
}
.checkout-page .accordion-item .selector-mode-block * {
    font-size: 14px;
}
.checkout-page .accordion-item .edit-address-mode-block {
    font-size: 0;
}
.checkout-page .accordion-item .edit-address-mode-block * {
    font-size: 13px;
}
.checkout-page .accordion-item .selector-mode-block .button {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}
.checkout-page .accordion-item .edit-address-mode-block .button {
    margin-right: 5px;
}
.check-out-total .payment-gateway select {
    height: 40px;
    vertical-align: top;
}

/*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 .submit-button {
    border-radius: 3px;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 29px;
}
/*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: #333;
    line-height: 24px;
    margin: 0;
    width: 100%;
    transition: all 300ms ease-out 0s;
}
.contact_form.custom-form .form-row input[type="text"]:focus,
.contact_form.custom-form .form-row textarea:focus {
    border: 1px solid #83ccd5;
}

.contact_form.custom-form .form-row input[type="text"]::-webkit-input-placeholder,
.contact_form.custom-form .form-row textarea::-webkit-input-placeholder,
.contact_form.custom-form .form-row input[type="text"]::-moz-placeholder,
.contact_form.custom-form .form-row textarea::-moz-placeholder,
.contact_form.custom-form .form-row input[type="text"]:-ms-input-placeholder,
.contact_form.custom-form .form-row textarea:-ms-input-placeholder,
.contact_form.custom-form .form-row input[type="text"]:-moz-placeholder,
.contact_form.custom-form .form-row textarea:-moz-placeholder {
    color: #999;
}

.contact_form.custom-form .form-row textarea {
    height: 210px;
}
.custom-form.contact_form .errorlist {
    min-width: inherit;
}
.widget-form .contact_form .message-block.message-text {
    padding-left:0;
}
.custom-form.contact_form .message-block {
    font-size: 14px;
}
.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 {
    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[disabled],
.contact_form.custom-form .form-row .submit-button[disabled]:hover {
    background-color: #ccc;
    color: #999;
    cursor: default;
}
.contact_form.custom-form .form-row .submit-button {
    background: #83ccd5;
    color: #fff;
    font-weight:500;
    cursor: pointer;
    font-size: 15px;
    height: 42px;
    transition: all 300ms ease-out 0s;
    width: 100%;
    line-height: 18px;
    text-transform: 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;
}

.contact_form.custom-form .form-row .submit-button:hover {
    background: #222 none repeat scroll 0 0;
    color: #fff;
}
.contact_form .form-row.simple-captcha img {
    max-width: 119px;
}
.body .widget.contact-form > form {
    border: none;
}
.payment-form {
    background-color: #fff;
}
/* +++++++++++++++++++++ popup +++++++++++++++++++++ */
.popup .header {
    background-color: #83ccd5;
    border-bottom: 2px solid #83ccd5;
    color: #fff;
    padding: 10px 35px 10px 10px;
}

.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;
}
.add-to-compare-popup table td,
.add-to-cart-popup table td,
.add-cart-information-popup table td {
    border: medium none;
}
.add-to-compare-popup table .product-img {
    padding: 5px;
}
.add-to-compare-popup table .product-img img {
    max-width: inherit;
}
.add-to-cart-popup .short-info div,
.add-cart-information-popup .short-info div {
    font-weight: 500;
    padding-bottom: 5px;
}
.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;
}
.add-to-compare-popup .continue-shopping-btn,
.add-to-cart-popup .continue-shopping-btn,
.add-to-cart-popup .cart-page-button,
.add-cart-information-popup .cart-page-button,
.add-cart-information-popup .continue-shopping-btn,
.add-cart-information-popup .cart-page-button {
    font-size: 13px;
    padding: 11px 15px 10px;
}
.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;
}
.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;
}
.add-cart-information-popup .variation-container .variation-type {
    display: inline-block;
}
.shipment-calculator-popup .last-column h1 {
    padding-left: 150px;
}
.add-to-compare-popup .short-info div.product-price {
    font-size: 24px;
    margin-top: 10px;
    color: #83ccd5;
}
.wish-list-popup .form-row label {
    display: block;
    padding-bottom: 5px;
    width: auto;
}
.add-to-gift-registry-popup table {
    border: medium none;
    width: auto;
}
.add-to-gift-registry-popup table td {
    border: medium none;
}
/*product image popup*/
.image-popup-container .image-wrapper {
    border: 7px solid #83ccd5;
    padding: 10px;
}
.image-popup-container .image-wrapper img {
    max-width: 100%;
}
.image-popup-container .navigator.close-button {
    background: #83ccd5 none repeat scroll 0 0;
    right: 0;
    top: 0;
}
.image-popup-container .navigator.close-button::after {
    color: #fff;
    content: "x";
    font-size: 23px;
}

/*page 404*/
.page_404 {
    margin: 100px 0;
    text-align: center;
}
.page_404 .ops {
    color: #0a3151;
    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;
}
.typography .title {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.typography .title::after {
    background-color: #83ccd5;
    content: "";
    display: block;
    height: 4px;
    margin: 30px 0;
    width: 80px;
}
.typography .title + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 45px;
}
.gallery-title-heading {
    text-align: center;
}
.gallery-title-heading h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    text-transform: uppercase;
}
.gallery-title-heading p {
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0;
}
.gallery-title-heading .title-bottom-line {
    background-color: #83ccd5;
    height: 1px;
    margin: 0 auto 60px;
    width: 70px;
}
h1.extra-title-1{
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
h1.extra-title-1::after {
    background-color: #83ccd5;
    content: "";
    display: block;
    height: 4px;
    margin: 30px 0;
    width: 80px;
}
h1.extra-title-1 + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 45px;
}
.widget-navigation.main_menu .menu-button em {
    background-color: #fff;
    border-radius: 8px;
    margin: 4px 0;
    width: 20px;
}
.widget-article .article-item .article-title {
    color: inherit;
    font-family: inherit;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 15px;
}
.widget-article .article-item {
    padding-bottom: 30px;
}
.widget-article .article-item:last-child {
    padding-bottom: 0;
}
.widget-article .article-item .article-content {
    color: inherit;
    font-size: 13px;
}
.widget-article .article-item .article-content .read-more {
    display: block;
    padding-top: 10px;
}
.widget-article .article-item .article-content .read-more a {
    font-size: 15px;
}
.article-container .header {
    color: #222;
    font-size: 32px;
    line-height: 1.5;
    padding-bottom: 20px;
}
.body .vertical .navigation-item .navigation-item-child-container {
    display: block;
    padding: 5px 20px;
}
.body .widget-navigation .vertical .navigation-item a:hover,
.body .widget-navigation .vertical .navigation-item.active > a {
    color: #83ccd5;
}
.footer .vertical .navigation-item .navigation-item-child-container {
    display: block;
    padding-left: 20px;
}
.footer .vertical .navigation-item a:hover,
.footer .vertical .navigation-item.active > a {
    color: #222222;
}
.body .horizontal .navigation-item,
.footer .horizontal .navigation-item {
    display: inline;
}
.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;
}
.body .horizontal .navigation-item .navigation-item-child-container .navigation-item,
.footer .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0;
}
.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;
}
.body .horizontal .navigation-item a {
    color: #272727;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}
.body .horizontal .navigation-item a:hover, .body .horizontal .navigation-item.active > a {
    color: #83ccd5;
}
.footer .horizontal .navigation-item a {
    color: #999;
}
.footer .horizontal > .navigation-item:first-child a {
    padding-left:0;
}
.footer .horizontal > .navigation-item:last-child a {
    padding-right: 0;
}
.footer .horizontal .navigation-item a:hover, .footer .horizontal .navigation-item.active > a {
    color: #83ccd5;
}
.copyright_poweredby p {
    color: #9c9c9c;
    text-align: left;
    font-size: 14px;
}
body .widget-article.copyright_poweredby a {
    color: #fff;
    font-weight:600;
}
body .widget-article.copyright_poweredby a:hover {
    color: #fff;
    text-decoration: underline;
}

select.per-page-count {
    min-width: 70px;
}
.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 .brand-block .title-container {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: #222;
}
.widget-filter select {
    max-width: 100%;
}
.widget-filter .rating-select .form-row {
    margin: 0;
}

.widget-filter .rating-select .form-row .rating {
    display: inline;
}
.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
/*gift registry details page design*/
.gift-registry-details .name-row,
.gift-registry-details .event-name-row {
    padding-bottom: 5px;
}
.gift-registry-details .event-date-row {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.gift-registry-details .name-row label,
.gift-registry-details .event-name-row label,
.gift-registry-details .event-date-row label {
    font-weight: 500;
}
.blog-post-info span {
    font-size: 13px;
    line-height: 1.42857;
}
.widget.widget-form .form-row select {
    height: 40px;
    width: 350px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    left: 0;
    top: 0;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
    left: -2px;
    top: 12px;
    z-index: 99;
}
.Zebra_DatePicker_Icon_Wrapper button:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    color: #666;
    position: absolute;
    right: 10px;
    top: 19px;
}
.Zebra_DatePicker_Icon_Wrapper button {
    position: absolute;
    right: 10px;
    top:5px;
}
.widget-form .checkbox input[type="checkbox"]:focus+label::before,
.widget-form .radio input[type="radio"]:focus+label::before {
    outline: none;
}
select {
    background: #fff url("../images/select-down-arrow.png") no-repeat scroll right 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.google-map-container {
    height: 249px;
}

.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    padding-bottom: 0;
}
.add-cart-information-popup .short-info .stepper,
.add-to-cart-popup .short-info .stepper {
    display: inline-block;
    float: none;
    margin-left: 5px;
    vertical-align: middle;
}
.add-to-cart-popup .short-info div.prodict-name, .add-cart-information-popup .short-info div.prodict-name {
    padding-bottom: 10px;
}
.stepper .stepper-input {
    text-align: center;
}
.widget-price .previous-price.price {
    color: #7f7f7f;
    display: inline-block;
    font-size: 30px;
}
.expect-to-pay-price-container {
    display: inline-block;
}
.expect-to-pay-container {
    display: inline-block;
}
.zoomContainer {
    z-index: 999;
}
/*------------------------------------------------*/
.password-meter-wrap {
    margin-left: 0;
}
#bmui-tab-available-page .available-pages a:hover {
    color: #7f7f7f;
}

div.snippet-footer-address a {
    padding-top: 7px;
}
#customer-profile-manage-account .edit-password-form .password-meter-wrap {
    display: block;
    margin-left: 225px;
}

.widget-snippet a:focus {
    outline: medium none;
    text-decoration: none;
}
.widget a:focus {
    outline: medium none;
    text-decoration: none;
}
.widget-snippet a:hover, .widget-snippet a:focus {
    text-decoration: none;
}
.snippet-what-we-do a span:hover {
    color: #cccccc;
    text-decoration: none;
}

.widget-form .sub-form-row > * {
    float: left;
}
.widget-form .sub-form-row > .errorlist {
    float: none;
    clear : left;
}
.category-nav .vertical .navigation-item a::before,
.blog-category .vertical .navigation-item a::before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 7px;
    position:absolute;
    right:0;
    color: #222;
}
.category-nav .vertical .navigation-item a,
.blog-category .vertical .navigation-item a {
    color: #222;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 23px 10px 5px;
    position: relative;
}
.category-nav .vertical .navigation-item a:focus,
.blog-category .vertical .navigation-item a:focus {
    outline: none;
}
.body .widget-navigation.category-nav .vertical .navigation-item a:hover,
.body .widget-navigation.blog-category .vertical .navigation-item a:hover {
    color: #83ccd5;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
}
.product-view.image-view .price span.tax-message,
.product-view.scrollable-view .price span.tax-message {
    display: inline;
    font-size: 13px;
    margin-bottom: 8px;
}

/*filter design*/
.widget-filter input[type="checkbox"] + span {
    margin-right: 0;
}
.widget-filter .form-row input[type="checkbox"] {
    height: 18px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: -1px;
    width: 18px;
    z-index: 20;
}
.widget-filter input[type="checkbox"] + span::before {
    background-color: #f5f5f5;
    border: 2px solid #ccc;
    content: "";
    display: inline-block;
    height: 18px;
    left: 0;
    position: absolute;
    width: 18px;
}
.widget-filter .form-row {
    margin-bottom: 20px;
    position:relative;
}
.widget-filter input[type="checkbox"] + span {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    color: #979797;
}
.widget-filter input[checked="checked"] ~ span::before {
    background-color: #83ccd5;
    border: 2px solid #83ccd5;
}
.widget-filter input[checked="checked"] ~ span::after {
    color: #fff;
    content: "\f00c";
    font-family: 'Fontawesome';
    font-size: 12px;
    left: 3px;
    position: absolute;
    top: 1px;
    z-index: 10;
}
.widget-filter.wi-price-filter .range-select .range {
    display: none;
}
.wi-price-filter .range-select input {
    border: 1px #f2f2f2 solid;
    width: 80px;
    height: 50px;
}
.wi-price-filter .range-select .input-addon {
    margin-right: 5px;
}


#customer-profile-tabs #bmui-tab-loyalty-point .form-row label {
    display: block;
}
#bmui-tab-loyalty-point .button-line {
    padding: 7px 0 7px 0;
}
#customer-profile-tabs #bmui-tab-loyalty-point .form-row .errorlist.after {
    padding-left: 0;
}
.cartitem-table td .stepper {
    margin: 0 auto;
}
.cartitem-table .total-price-column {
    width: 130px;
}
.cartitem-table td.price {
    text-align: right;
}
.cartitem-table td.price,
.cartitem-table td.unit-price {
    word-break: break-all;
}
.product-thumb-view img {
    max-width: 100%;
}
.cartitem-table td.quantity {
    text-align: center;
}
.product_quick_view_popup .header .close-icon {
    background: #83ccd5 none repeat scroll 0 0;
    top: -1px;
    z-index: 99;
}
.product_quick_view_popup .body {
    margin: 30px 0 30px 30px;
    padding-right: 30px;
}
.product_quick_view_popup {
    height: 600px;
    margin-left: -500px;
    width: 1000px;
}
.product_quick_view_popup .scroller span {
    background-color: #83ccd5;
    border: medium none;
    z-index: 99;
}
.product_quick_view_popup .scroller span.scroll-left:hover,
.product_quick_view_popup .scroller span.scroll-right:hover {
    background-color: #83ccd5;
}
.product_quick_view_popup .scroller span::after {
    color: #ffffff;
}
.add-to-cart-popup td.product-img,
.add-cart-information-popup td.product-img {
    width: 110px;
    padding: 5px;
}

.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    white-space: nowrap;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container > * {
    display: inline-block;
}

.payment-success-total > table td.price {
    text-align: right;
}
.payment-success-total > table .total-order td {
    font-weight: 500;
}
/* ====================================fixing/contact form=============================  */

.contact-form .single-input-row .form-row {
    position : relative;
}
.contact-form .widget-form .double-input-row .form-row {
    box-sizing : border-box;
    display : inline-block;
    margin-left : -4px;
    padding : 15px;
    width : 50%;
}
.widget.widget-form.contact-form .single-input-row {
    margin-bottom : 20px;
}
.contact-form input[type="text"],
.contact-form select {
    border : 1px solid #ddd;
    box-sizing : border-box;
    height : 43px;
    padding : 10px 15px;
    width : 100%;
}
.widget.widget-form.contact-form textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 150px;
    padding: 10px;
    width: 100%;
}
.contact-form input[type="text"]:focus {
    border: 1px solid #83ccd5;
}
/*get in touch*/
.wc-snippet-getin {
    padding-left: 15px;
    padding-right: 15px;
}
.widget.widget-snippet.contact-us-phn-email-wi {
    margin-bottom: 0;
    margin-top: 55px;
}

div.wc-snippet-phone-email .item-cell {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

/*google map*/
.googlemap-wi .google-map-container {
    filter: grayscale(100%);
}
.widget-googleMap .google-map-container.initialized {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 470px;
}
.widget.widget-googleMap.googlemap-wi {
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pagination {
    float: none;
}
@media screen and (max-width: 767px) {
    .widget-googleMap .google-map-container.initialized {
        height: 300px;
    }

    div.widget.widget-snippet.contact-us-phn-email-wi {
        margin-top: 22px;
    }
}
@media (min-width:992px ){
    .product-block .block-content-wrap .btn-add {
        overflow: hidden;
        position: relative;
        -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;
    }
    .product-block:hover .block-content-wrap .btn-add {
        opacity: 1;
    }
}

.wc-product-title h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    padding-bottom: 4px;
}
.wc-product-title p {
    border-bottom: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 10px;
}
/*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;
}
#spltr-8D856B35-E626-42CF-8F63-E484DD8A7293 {
    background: rgba(0, 0, 0, 0) url("../images/snippet-images/free-parking-bg.png") repeat scroll 0 0 / cover;
}
/*our Facilities*/
.our-facilities-tab {
    margin: 40px auto 0;
    max-width: 700px;
}
.our-facilities-tab .bmui-tab-header-container {
    text-align: center;
}
.our-facilities-tab .bmui-tab .bmui-tab-header {
    background-color: #83ccd5;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0 4px;
    padding: 15px 30px;
    text-transform: none;
    -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;
}
.our-facilities-tab .bmui-tab .bmui-tab-body-container {
    border: medium none;
    padding: 45px 0 0;
}
.our-facilities-tab .bmui-tab .bmui-tab-header:hover,
.our-facilities-tab .bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #83ccd5;
}
/*reservation form*/
#spltr-3E9897E2-3FAD-43C2-8122-9AF5C5957FF0 {
    background: url("../images/reservation-bg.png") no-repeat left top / cover;
    padding-top: 70px;
    padding-bottom: 70px;
}
#spltr-3E9897E2-3FAD-43C2-8122-9AF5C5957FF0::before {
    background-color: rgba(0, 0, 0, 0.65);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.wi-reservation-form {
    max-width: 775px;
}
.widget.widget-form.wi-reservation-form .form-row select {
    width: 100%;
}
.widget-form.wi-reservation-form .form-row input {
    width: 100%;
}
.wi-reservation-form .Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}
.widget.widget-form.wi-reservation-form .form-row select, .widget-form.wi-reservation-form .form-row input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 47px;
}
.wi-reservation-form .double-input-row {
    padding-right: 95px;
}
.custom-form.reservation-form {
    position: relative;
}
.wi-reservation-form .btn-row {
    margin: 0;
    position: absolute;
    right: 0;
    top: 15px;
}
.wi-reservation-form .btn-row label {
    display: none;
}
.wi-reservation-form .btn-row button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #83ccd5;
    border-radius: 3px;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 47px;
    text-align: center;
    width: 82px;
    overflow: hidden;
    -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;
}
.wi-reservation-form .btn-row button:hover {
    background: #83ccd5;
    border: 2px solid #83ccd5;
}
.widget-form.wi-reservation-form .double-input-row .form-row {
    margin: 0;
    position: relative;
}
.widget.widget-form.wi-reservation-form .form-row.person-select select {
    padding-right: 50px;
    position: relative;
}
.widget-form.wi-reservation-form .double-input-row .person-select.form-row::before {
    color: #fff;
    content: "\f10c";
    font-family: "Flaticon";
    font-size: 18px;
    position: absolute;
    right: 32px;
    top: 26px;
    transform: rotate(90deg);
}

.widget-form.wi-reservation-form button.Zebra_DatePicker_Icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.widget-form.wi-reservation-form button.Zebra_DatePicker_Icon::before {
    color: #fff;
    content: "\f100";
    font-family: "Flaticon";
    font-size: 23px;
    position: absolute;
    right: 15px;
    top: 23px;
    z-index: 9999;
}
.wi-reservation-form select option {
    color: #83ccd5;
}
.wi-reservaiton-lable {
    float: right;
    width: 395px;
}
.wi-reservaiton-lable h4 {
    color: #fff;
    font-size: 16px;
    margin: 0;
}
.wi-reservaiton-lable h2 {
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    margin: 0;
}
.wi-reservation-form .message-block.info-message, .wi-reservation-form .message-block.success {
    left: 0;
    position: absolute;
    right: 0;
    top: -41px;
}
/*New Checkout Page Design*/
.checkout-page .toolbar-btn {
    font-weight: 500;
}
.message-details .post-order-contact-us > a:hover {
    color: #818181;
}
.checkout-page .section > .header .icon,
.checkout-page .section.loaded > .header .icon {
    background-color: #83ccd5;
}
.checkout-page .section > .header .title {
    font-size: 18px;
    color: #555;
}
.checkout-page .address-view > .header .title {
    color: #272727;
    font-weight: 500;
    font-size: 15px;
}
.checkout-page .section.loaded > .header .title {
    color: #83ccd5;
}
.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: #272727;
    font-weight: 500;
}
.checkout-page .toolbar-btn {
    background-color: #fff;
    border-color: #dadfe1;
}
.checkout-page .toolbar-btn:hover {
    background-color: #83ccd5;
    border-color: #83ccd5;
}
.checkout-page .toolbar-btn {
    transition: all 300ms ease 0s;
}
.checkout-page input[type="checkbox"]:checked + span:before {
    background-color: #83ccd5;
    border-color: #83ccd5;
}
.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: #83ccd5;
}

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

.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;
}
.check-out-total .total-order {
    text-transform: capitalize;
}
.checkout-page .section .step-continue-button {
    padding: 10px 25px;
}
.checkout-page .section > .header .title {
    font-size: 14px;
}
.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 > .body {
    padding: 20px 0;
}
.checkout-page .address-edit-from-wrap form {
    padding: 0 15px 15px 15px;
}
.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-row .errorlist {
        left: 10px;
    }
}
@media (max-width:767px) {
    .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;
    }
}

/*category drop down nav*/
.category_dropdown_nav .widget-title {
    display: none;
}
.category_dropdown_nav .menu-title::after {
    clear: left;
    content: "";
    display: block;
}
.category_dropdown_nav .menu-button {
    float: right;
}
.category_dropdown_nav .menu-title {
    padding: 16px 10px 0;
}
.category_dropdown_nav .menu-title > * {
    display: inline-block;
    vertical-align: middle;
}
.widget-navigation.category_dropdown_nav .menu-button.close em:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(4px) translateY(4px);
    -moz-transform: rotate(45deg) translateX(4px) translateY(4px);
    -ms-transform: rotate(45deg) translateX(4px) translateY(4px);
    -o-transform: rotate(45deg) translateX(4px) translateY(4px);
    transform: rotate(45deg) translateX(4px) translateY(4px);
}
.category_dropdown_nav .menu-title span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0 35px 0 10px;
    position: relative;
    text-transform: uppercase;
}
.category_dropdown_nav .menu-title em {
    background-color: #fff;
    border-radius: 2px;
    margin: 4px 0 3px 3px;
    width: 20px;
}
.widget-navigation.category_dropdown_nav .nav-wrapper {
    background-color: #83ccd5;
    height: auto;
    position: absolute;
    right: 0;
    top: 57px;
    width: 224px;
    padding: 10px 0;
    z-index: 99;
}
.widget-navigation .menu-button.close em:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(2px) translateY(4px);
    -moz-transform: rotate(45deg) translateX(2px) translateY(4px);
    -ms-transform: rotate(45deg) translateX(2px) translateY(4px);
    -o-transform: rotate(45deg) translateX(2px) translateY(4px);
    transform: rotate(45deg) translateX(2px) translateY(4px);
}
.widget-navigation.category_dropdown_nav .nav-wrapper .navigation-item {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0 20px;
}
.widget-navigation.category_dropdown_nav .nav-wrapper .navigation-item a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    color: #fff;
    padding: 10px 0;
}
.widget-navigation.category_dropdown_nav .nav-wrapper .navigation-item a:hover {
    color: #83ccd5;
}
.widget-navigation.category_dropdown_nav .nav-wrapper .navigation-item:last-child a {
    border-bottom: medium none;
}
.category_dropdown_nav {
    background-color: #653091;
}
.ad-mage-3 {
    padding-top: 30px;
}
.widget-filter .form-row label.name {
    display: none;
}
.snippet-footer-social-meadia .label {
    margin-left: 0;
}
.wc-snippet-footer-address p {
    margin-top: -4px;
}
.quick-cart-content {
    max-height: 350px;
    overflow: auto;
}
.quick-cart-content .product-name {
    width: 50%;
}
.quick-cart-content table tr td {
    word-break: normal;
}
.password-reset-form .form-row.submit-row button {
    height: 40px;
}
.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;
    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: 34px;
    left: 0;
    line-height: 35px;
    margin: 2px;
    position: relative;
    right: auto;
    top: 0;
    width: 34px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span:hover {
    border: 1px solid #83ccd5;
}
#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: -3px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span:hover::before {
    color: #83ccd5;
}
#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;
}
#customer-profile-tabs .scrollable-view .header {
    position: unset;
}
/* ====== 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 #83ccd5;
    border-radius: 3px;
    color: #83ccd5;
    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: #83ccd5 none repeat scroll 0 0;
    border: 2px solid #83ccd5;
    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 td.contact-cell {
    word-break: break-all;
}
#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;
}
#customer-profile-tabs #bmui-tab-pending_order .pending_order .id-col,
#customer-profile-tabs #bmui-tab-pending_order .pending_order .action-col,
#customer-profile-tabs #bmui-tab-completed_order .completed_order .id-col,
#customer-profile-tabs #bmui-tab-completed_order .completed_order .action-col {
    width: 75px;
}
#customer-profile-tabs #bmui-tab-pending_order .pending_order .action-col,
#customer-profile-tabs #bmui-tab-completed_order .completed_order .action-col {
    width: 60px;
}
#customer-profile-tabs #order-list table,
#customer-profile-tabs #order-list table {
    min-width: 700px;
}
#customer-profile-tabs #order-list,
#customer-profile-tabs #order-list {
    overflow-x: auto;
}
#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;
}
.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.add-to-wishlist-popup.popup.anim-fade-zoom.active .errorlist.after .message-block {
    padding: 5px 0 0;
    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: #83ccd5;
}
#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: #83ccd5 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: 100%;
}
#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: #83ccd5;
}
#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: #83ccd5;
}
#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: 15px;
    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: #83ccd5;
    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: #83ccd5;
}
/*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: 14px;
    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: #83ccd5;
}
#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: #83ccd5;
}
#customer-profile-tabs .account_information {
    margin: 0 auto;
    padding: 0;
    background: transparent;
    box-shadow: none;
}
#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 .customer-profile-tab-title {
    font-size: 20px;
    margin: 0 0 10px;
}
#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;
}
.page-profile .site-popup .title-bar .close::after{
    content: none;
}
.error-field-error.inline-error, .validation-error {
    background-color: transparent;
    border: none;
}
.payment-form.site-popup-form .checkbox {
    width: auto;
    margin: 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: 100%;
}
/*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: 5px 0 15px;
}
#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;
}
/*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 .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: calc(50% - 18px);
}
.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;
    text-align: center;
    width: 36px;
}
.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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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 #83ccd5;
    border-radius: 3px;
    color: #83ccd5;
    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: #83ccd5 none repeat scroll 0 0;
    border: 2px solid #83ccd5;
    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: 100%;
}
/*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 #83ccd5;
    border-radius: 3px;
    color: #83ccd5;
    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: #83ccd5 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 #83ccd5;
    color: #83ccd5;
    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: #83ccd5 none repeat scroll 0 0;
    border: 2px solid #83ccd5;
    color:#fff;
}
.payment-form .form-row label:after {
    content: "*";
    color: #f00;
    margin-left: 5px;
}
/*Exit color*/
/*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: 22%;
    }
    #customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header .title {
        font-size: 14px;
    }
    #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;
    }
}
@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: #83ccd5;
        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 .button-line, .confirm-popup .button-line {
        padding: 15px;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        vertical-align: top;
        width: 42%;
    }
    .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: 500px;
    }
    #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 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;
    }

}
/*=============save cart popup ==============*/
.save-cart.popup .form-row label {
    width: auto;
    margin-right: 20px;
    display: block;
    font-weight: 500;
    color: #272727;
}
.save-cart.popup .form-row label:after {
    content: "*";
    color: red;
}
.save-cart.popup .form-row input {
    width: 100%;
}
/*+++++++++++++++++++++++++++++++ RESPONSIVE +++++++++++++++++++++++++++++++*/
.product-view.scrollable-view .btn-add {
    padding-bottom: 15px;
}
.product-view.scrollable-view .btn-add .add-to-compare-button, .product-view.scrollable-view .btn-add.add-to-wish-lis, .product-view.scrollable-view .btn-add .remove-from-compare-button {
    font-size: 0;
    margin: 4px;
    order: 1;
    padding: 6px 12px;
    width: 46px;
    text-align: center;
}
#wish-list-product-listing.product-view.scrollable-view .btn-add .add-to-compare-button {
    padding: 6px 12px;
    width: 46px;
    text-align: center;
}
.wish-list-popup label {
    min-width: 115px;
}
.add-to-wishlist-popup .add-to-wish-list:hover {
    background: #272727;
}
.add-to-wish-list-popup table .product-img {
    padding-right: 20px;
    width: 120px;
}
#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;
}
#customer-profile-tabs .scrollable-view > .header .scroller {
    top: -8px;
}

@media (max-width:767px) {
    #customer-profile-tabs .button.profileLogout {
        float: left;
        position: unset;
        right: 15px;
    }
}

/* ================================ Exit customer profile ========================================*/

.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;
}
.search-results .product-view .footer .pagination-literal-status {
    float: none;
}
.page-search-result .search-result .footer {
    margin: 25px 0 15px;
}

@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) {
    .page-search-result .search-result .footer {
        margin: 15px 0 15px;
    }
    .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: 500;
    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;
}
/* ======== 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;
}
.filter-profile .wcui-checkbox.single {
    display: none;
}

/*=============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;
}
.checkout-page .section.confirm form .panel-wrap ~ div:not(.confirm-order-btn-row) {
    position: relative;
    padding-left: 28px;
    font-size: 0;
    line-height: normal;
}
.checkout-page .section.confirm form .panel-wrap ~ div:not(.confirm-order-btn-row) input {
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
}
.checkout-page .section.confirm form .panel-wrap ~ div:not(.confirm-order-btn-row) span {
    padding-left: 0;
}
.checkout-page .section.confirm form .panel-wrap ~ div:not(.confirm-order-btn-row) span:before {
    left: -29px;
    top: -14px;
}

/*============= 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: #83ccd5;
    border-left: 1px #83ccd5 solid;
    border-right: 1px #83ccd5 solid;
}
.subscription-list-success .messess-text {
    border-left: 1px #83ccd5 solid;
    border-right: 1px #83ccd5 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 #83ccd5 solid;
    border-right: 1px #83ccd5 solid;
    border-bottom: 1px #83ccd5 solid;
}
.subscription-list-success .help .link {
    margin-right: 4px;
    color: #83ccd5;
}
.subscription-list-success .help .link:hover {
    color: #333333;
}
/*============= Blog comment like reply ==============*/
.blog-post-details .post-description > .loging-to-react {
    background: #83ccd5 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: #222222 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: #83ccd5;
    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: #222222;
}

/*============= web form  ==============*/
.widget-form .form-row input[type="file"] {
    height: auto;
}


/* ======== End-Replay-Popup =========== */
/* ================================ End-Blog-Comment-Section ===============================*/
/* #######
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: 500;
}
.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: #272727;
    font-weight: 500;
}
.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: 500;
    color: #272727;
}
.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: 500;
}
.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: 500;
}
.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: 500;
    text-transform: capitalize;
    color: #272727;
}
.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 #272727;
}
.chosen-container-single .chosen-single {
    color: #272727;
    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: #272727;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.chosen-container-single .chosen-single span {
    color: #272727;
}
.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: 500;
}
.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: #272727;
}
.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: #272727;
}
.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: 500;
    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 #272727 transparent;
    right: 15px;
}
.quick-cart-content table {
    border: none;
    padding: 8px 0;
    line-height: 23px;
    font-weight: 500;
    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: #272727;
}
.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: 500;
    color: #272727;
    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: 500;
    padding: 10px 0px;
}
.quick-cart-content .product-name {
    width: 220px;
    padding-left: 0;
}
.quick-cart-content .cart-details-link a.button {
    padding: 9px 40px;
}
/*end:quick cart*/

/* Cart Details Start */
.cartitem-table th{
    font-size: 18px;
    font-weight: 500;
    color: #272727;
    background: transparent;
    border: 0px solid #eee;
    border-bottom: 1px solid #F3F3F3;
}
.cartitem-table td {
    font-size: 16px;
    color: #272727;
    background: transparent;
    border: 0px solid #eee;
    padding: 15px;
}
.cartitem-table td.price {
    text-align: right;
    font-weight: 500;
}
.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: #272727;
    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: #272727;
    font-weight: 500;
    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: 500;
    color: #272727;
}
.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;
}
.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: #272727;
}
p.order-info {
    font-size: 24px;
    color: #272727;
}
.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: 9px 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: 500;
    color: #272727;
}
.checkout-page-options .new-customer p {
    font-size: 15px;
    line-height: 26px;
}
.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
    font-weight: 500;
    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: 500;
    color: #272727;
}
.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: #272727;
}
.payment-success-total > table .price {
    font-size: 18px;
    font-weight: 500;
    color: #272727;
}
.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: #272727;
    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: 500;
    padding-left: 5px;
    line-height: 22px;
    position: relative;
    color: #272727;
}
.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: #272727;
    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: 258px;
    width: 100%;
}
input.button.cancel-button.et_billing_cancel,
input.button.cancel-button.et_shipping_cancel {
    background: #fff;
    border: 2px #83ccd5 solid;
    color: #83ccd5;
}
input.button.cancel-button.et_billing_cancel:hover,
input.button.cancel-button.et_shipping_cancel:hover {
    background: #83ccd5;
    border: 2px #83ccd5 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: #272727;
    font-weight: 500;
    text-transform: uppercase;
}
.checkout-page .address-view>.header span.title,
.checkout-page .address-edit-from-wrap>.header span.title {
    margin-bottom: 5px;
    color: #272727 !important;
    font-size: 18px;
    font-weight: 500;
}
.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: 500;
}

.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;
}
.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: 500;
}
.checkout-page .payment-option>.header {
    border-top: 0;
    text-transform: uppercase;
    color: #272727;
}
.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: #272727;
    font-weight: 500;
}
.check-out-total>.price-row .price {
    font-weight: 500;
    min-width: 160px;
}
.check-out-total>.price-row .label, .check-out-total>.price-row .price {
    padding: 8px 0;
    color: #272727;
}
.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: 1px 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 #272727;
    background: #272727;
}
.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: #272727;
    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: #272727;
}
.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: #272727;
}
.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: 500;
    margin: 0;
    padding: 10px 0 0 187px;
    color: #272727;
}
.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: #272727;
}
.add-to-wishlist-popup .form-row label,
.add-to-wishlist-popup label {
    font-weight: 500;
    color: #272727;
    width: 100%;
    padding-bottom: 5px;
}
.add-to-wishlist-popup .prodict-name {
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 10px;
    color: #272727;
}
.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: 500;
    color: #272727;
}
.add-to-compare-popup table .product-price {
    font-size: 24px;
}

/* save cart popup */
.loging-to-save.popup a,
.loging-to-react.popup a {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}
.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: #272727;
    font-weight: 500;
}
.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: #272727;
    font-size: 17px;
    font-weight: 500;
}
.cartitem-table .product-name a:hover {
    text-decoration: underline;
}
.checkout-page .section .price-row.total-order span {
    font-size: 20px;
}
.check-out-total td.total-label,
.shopping-cart-total td.total-label {
    color: #272727;
    font-weight: 400;
    text-align: right;
}
.checkout-page .delivery-types>.form-row input[type="radio"]+span {
    font-weight: 500;
    color: #272727;
}
.page-checkout .address-selection-popup .name {
    font-size: 16px;
    font-weight: 500;
    color: #272727;
}
.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: 500;
}
.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: 500;
    }
    .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: 500;
    }
    .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: 14px;
    }
    .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: 14px;
    }
    .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%;
    }
    .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
    }
    .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 12px;
        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 {
        text-align: left;
        padding: 7px 0 7px 5px;
        font-size: 14px;
    }
    .page-post-payment .order-details .cartitem-table.order_details_table td {
        text-align: center;
        font-weight: 500;
    }
    .payment-success-total>table tr {
        border-bottom: 1px solid #ececec;
    }
    .payment-success-total > table td.total-label {
        text-align: right;
        padding: 7px 5px 7px 0;
        font-size: 14px;
    }
    .page-post-payment .order-details .cartitem-table.order_details_table td.product-name {
        font-size: 18px;
    }
    .payment-success-total > table .price {
        font-size: 14px;
    }
}

/* ____________________________ 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;
}
.widget-snippet .snippet-footer-social-meadia ul {
    padding: 0;
    margin: 0;
}

/* ----------------------------------------------------------
// 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: #83ccd5;
    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: #83ccd5;
    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: #83ccd5;
    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;
    color: #2C2C2C;
}

.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%;
}
/*.widget-information .ask-question-panel .form-row .errorlist.after {*/
/*    position: absolute;*/
/*    left: 15px;*/
/*    bottom: -5px;*/
/*}*/
/* ======================= 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 */

.wish-list-popup.add-to-wishlist-popup input,
.wish-list-popup.add-to-wishlist-popup select {
    width: 100%;
}
.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 #83ccd5;
    border: 3px solid #83ccd5;
}
.Zebra_DatePicker td.dp_current {
    color: #83ccd5;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #83ccd5;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #83ccd5 solid;
}
/*============== End Date popup ===============*/

.widget-gallery.jssorSlider:before {
    display: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: url(/template/6099b8f5/images/slider-loading.webp) no-repeat center center;
    background-size: 64px;
}
/*----------- 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;
}
.widget-form .custom-form {
    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%;
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}
.blog-posts, .blog-post-content {
    display: flex;
    flex-wrap: wrap;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}
.product-view .product-block .review-rating-wrapper .review-rating {
    margin: 0 auto;
    padding: 10px 0;
}