/*
name: Floristry and Gift Shop
version: 1.0.0
identity: 38161E3F-3F3F-4618-AF19-B245D2475820
*/

/*font*/
@import url(//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700';
@import '//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i';
/*
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {font-family: sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body {margin: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video {display: inline-block; vertical-align: baseline;}
audio:not([controls]) {display: none; height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;}
a:active, a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
dfn {font-style: italic;}
h1 {margin: .67em 0; font-size: 2em;}
mark {color: #000; background: #ff0;}
small {font-size: 80%;}
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline;}
sup {top: -.5em;}
sub {bottom: -.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace; font-size: 1em;}
button, input, optgroup, select, textarea {margin: 0; font: inherit; color: inherit;}
button {overflow: visible;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance: button; cursor: pointer;}
button[disabled], html input[disabled] {cursor: default;}
button::-moz-focus-inner, input::-moz-focus-inner {padding: 0; border: 0;}
input {line-height: normal;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0;}
legend {padding: 0; border: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-spacing: 0;border-collapse: collapse;}
td, th {padding: 0;}
/* ------ end normalize css ------- */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    background-color: #fff;
}
::selection {
    background-color: #DC4B6D;
    color: #ffffff;
}
::-moz-selection {
    background-color: #DC4B6D;
    color: #ffffff;
}
input,
button,
select,
textarea {
    font-family: 'Poppins', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #DC4B6D;
    text-decoration: none;
}
body .widget-article a, body .widget-article a:focus{
    color: #DC4B6D;
}
body .widget-article a:hover, body .widget-article a:focus {
    color: #000000;
}

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: 'Poppins', sans-serif;
    color: #000;
    font-weight: 600;
}
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: 'Poppins', sans-serif;
    font-size: 13px;
    color: #000;
    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: 13px;
    color: #000;
    line-height: 2;
}
table {
    max-width: 100%;
    margin-bottom: 20px;
}
table th {
    font-size: 13px;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align:left;
}
body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background:#DC4B6D none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
	vertical-align:middle;
    height: auto;
    text-transform: capitalize;
    padding: 10px 20px;
    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: #D03F61 none repeat scroll 0 0 ;
    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!important;
    border: medium none;
    color: #666666;
}
.body .widget {
    margin-bottom: 15px;
}
/* ----- 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%;
}
.page-content > .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
/* ----- 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;
}
/*++++++ Rabbi-sir +++++++ */
.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 .submit-button:hover {
    border: 1px solid #DC4B6D;
    color: #DC4B6D;
}

div.jssor-slider-container .jssora20l,
div.jssor-slider-container .jssora20r,
div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide,
div.jssor-slider-container[jssor-slider="true"] .jssora20l,
div.jssor-slider-container[jssor-slider="true"] .jssora20r  {
    display:block;
}
.jssor-slider-container{
    margin:auto;
}
/*++++++ End-Rabbi-Sir +++++++ */

.page-content .v-split-container > .v-split .widget,
.page-content .v-split-container > .v-split .widget.leftRightPadding {
    padding-left: 15px;
    padding-right: 15px;
}
/* =============================================== HADDER DESIGN ===============================================*/
body > .header::before {
    background: #282828 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    width: 100%;
}
/* Top-Nav -Left-side navigation item */
.widget-navigation.Top-left .horizontal > .navigation-item.last a, .widget-currency label {
    color: #d7d7d7;
    font-family: "Poppins",sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    width: auto;
}
.widget-navigation.Top-left .horizontal > .navigation-item.last a::after {
    content:none;
    display: inline-block;
    font-family: fontAwesome;
    font-size: 15px;
    height: 10px;
    margin-left: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 5px;
}
.widget-currency .form-row label::after {
    content: "\f107";
    display: inline-block;
    font-family: fontAwesome;
    font-size: 15px;
    margin-left: 3px;
    position: absolute;
    right: 55px;
    top: 9px;
    line-height: normal;
}
.widget.widget-currency .form-row {
    margin: 0;
}
.widget-currency label {
    font-size: 0;
}
.widget-currency select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #d7d7d7;
    font-family: "Poppins",sans-serif!important;
    font-size: 12px;
    font-weight: 500;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index:99;
}
.fee .widget-currency .chosen-container {
    display: none;
}
.fee .widget-currency .form-row select {
    display: inline-block!important;
}
.widget-currency select option {
    color: #000;
}
.gc .widget-currency .form-row select {
    padding: 8px 24px 8px 10px;
}
.gc .widget-currency .form-row label::after {
    top: 10px;
}
select option {
    background: #ffffff none repeat scroll 0 0;
}
.widget-navigation.Top-left .horizontal > .navigation-item.last a:hover, .widget-currency label:hover{
    color: #dc4b6d;
}
.widget-currency .form-row select {
    padding: 7px 24px 8px 10px;
}
/* Exit*/
/* Top-Nav -Right-side navigation item */
.widget-navigation.top-right {
    text-align: right;
}
.widget-navigation.top-right .nav-wrapper.horizontal .navigation-item.navigation-item.et_ecommerce_navigation > a {
    color: #d7d7d7;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 50px 5px 0;
}
.widget-navigation.top-right .nav-wrapper.horizontal .navigation-item.navigation-item.et_ecommerce_navigation > a:hover {
    color: #dc4b6d;
}
.widget-navigation.top-right .nav-wrapper.horizontal .navigation-item.navigation-item-1.et_ecommerce_navigation > a {
    padding-right: 0;
}
/* Exit*/
/* navigation item */
.widget-navigation.main_menu .nav-wrapper.horizontal > .navigation-item.first a {
    padding-left: 0;
}
.widget-navigation.main_menu {
    background: #fff;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item > a {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 0 33px 38px;
    text-transform: uppercase;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item > a:hover{
    color:#dc4b6d;
    transition: all 0.1s ease-in-out 0s;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item.active > a {
    color:#dc4b6d;
}
.horizontal .navigation-item .navigation-item-child-container {
    left:10px;
    top: 58px;
    width: 250px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item-child-container .navigation-item {
    background: #fff none repeat scroll 0 0;
    padding: 0 25px;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item-child-container .navigation-item a{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    color: #000;
    font-size: 14px;
    margin-right: 0;
    padding:15px 0;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item-child-container .navigation-item a:hover{
    color:#dc4b6d ;
    transition: all 0.1s ease-in-out 0s;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item.active > a {
    color: #dc4b6d;
}
.widget-navigation.main_menu .horizontal > .has-child > a span::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: 17px;
    content: "\f107";
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
    height: 0;
    margin-left: 2px;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 250px;
    width: 250px;
}
.widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: medium none;
}
.widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "ïƒš";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* Exit*/
/* search */
.widget.widget-search.header-right .search-menu-button.responsive-menu-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-left: 15px;
    margin-top: 8px;
}
.widget-search .search-form.show {
    height: 60px;
}
.widget-search .search-form form {
    padding: 10px;
}
.widget-search .search-form {
    background-color: #dc4b6d;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 40px;
    transition: all 400ms ease 0s;
    width: 380px;
    z-index: 9999;
}
.widget-search .search-form input {
    border: medium none;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    border-radius: 5px;
    padding: 5px 40px 5px 10px;
    width: 100%;
    max-width: 100%;
}
.widget-search .search-form button::after {
    color: #5d5d5d;
    content: "\f002";
    font-family: fontawesome;
    font-size: 14px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header .widget-search .search-form button, .header .widget-search .search-form button:hover {
    background-color: #ffffff!important;
    border-radius: 5px;
    font-size: 0;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
}
.cart-menu-button::after, .search-menu-button::after{
    font-size: 15px;
    color: #fff;
}
.widget.widget-search.header-right .search-form.show
.section-our team > input[type="submit"], button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.widget.widget-search.header-right .search-form.show
.section-our team > input[type="submit"], button:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.search-menu-button:hover::after {
    color: #dc4b6d;
}
/* Exit*/
/* ================================================ BODY DESIGN ================================================*/
/*home page brand logo*/
#spltr-6C521F4C-09FC-474F-BC4E-9DC0252AAA86 {
    background: #f5f6f6 none repeat scroll 0 0;
}
.widget-gallery.brand-section {
    margin: 0 auto;
    max-width: 1140px;
    padding: 28px 0;
}
.widget-gallery.brand-section .brand-name.et_ecommerce_brand {
    display: none;
}
.widget-gallery.brand-section .owl-item .item .brand {
    margin: 10px;
    padding: 15px 0;
}
.widget-gallery.brand-section .owl-carousel .owl-item {
    text-align: center;
}
.widget-gallery.brand-section .owl-carousel .brand .image img {
    display: inline;
    width: auto;
}
.widget-gallery.brand-section .owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .widget-gallery.brand-section .scroller span.scroll-left::after {
    color: #999999;
    content: "ï„„";
    font-size: 18px;
    font-family: fontawesome;
    font-size: 28px;
    position: static;
    transform: none;
}
.widget-gallery.brand-section .owl-carousel .owl-controls .owl-nav > div::after, .widget-gallery.brand-section .scroller span::after {
    color: #999999;
    font-family: "FontAwesome";
    font-size: 28px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.widget-gallery.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-next::after, .widget-gallery.brand-section .scroller span.scroll-right::after {
    color: #999999;
    content: "\f105";
    font-family: fontawesome;
    font-size: 28px;
    position: static;
    transform: none;
}
.widget-gallery.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .widget-gallery.brand-section  .scroller span.scroll-left::after {
    color: #999999;
    font-family: "FontAwesome";
    font-size: 28px;
    left: 50%;
    margin: 0;
    position: static;
    top: 50%;
    transform: translate(-50%, -50%);
}
.widget-gallery.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev, .widget-gallery.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    font-size: 0;
    position: absolute;
    top: 20px;
}
.widget-gallery.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev {
    left: -30px;
}
.widget-gallery.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: -30px;
}
.widget-gallery.brand-section .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
}

/* Exit*/
/*home page newsletter */
.widget.widget-newsletter.newsletter-right {
    max-width: 585px;
    overflow: visible;
}
.widget-newsletter .message-block.error-message ,
.newsletter.inplace.valid-verify-form .message-block.info-message {
    bottom: 75px;
    left: 5px;
    margin: 10px 0;
    position: absolute;
    right: 13px;
}
.widget-newsletter .button-container, .widget-newsletter .mandatory {
    display: inline-block;
}
.widget.widget-newsletter.newsletter-right .form-row.mandatory > label {
    display: none;
}
.widget.widget-newsletter.newsletter-right .form-row.mandatory input {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    box-sizing: border-box;
    color: #606060;
    font-size: 13px;
    height: 40px;
    max-width: 170px;
    padding: 0 10px;
    width: 170px;
}
.widget.widget-newsletter.newsletter-right .form-row.button-container > label {
    display: none;
}
.widget-newsletter .form-row {
    margin: 0 5px;
    max-width: 155px;
}
.widget.widget-newsletter.newsletter-right .form-row.button-container > button {
    background: #dc4b6d none repeat scroll 0 0 !important;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    max-width: 110px;
    padding: 10px 16px;
    text-align: center;
    text-transform: capitalize;
}
.widget.widget-newsletter.newsletter-right .form-row.button-container > button:hover {
    background: #D03F61 none repeat scroll 0 0 !important;
}
.widget.widget-newsletter.newsletter-right .form-row.button-container > button[disabled] {
    opacity: .3;
    pointer-events: none;
}
.widget.widget-newsletter.newsletter-right .message-block.message-text{
    position: absolute;
}
.widget-newsletter .message-block {
    width: auto;
}
.newsleter .article-item.full-article p {
    color: #606060;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0;
    padding-bottom: 0;
}
/* Exit*/
/*slider design*/
div.jssor-slider-container .container div.title.jssor-caption-4 .text {
    color: #dc4b6d;
    font-family: "lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
}
div.jssor-slider-container .container div.jssor-caption-1 span {
    color: #fff;
    font-family: "lato",sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
#spltr-3787263A-4697-4BCD-AB28-A18C42C2FDAC .widget-gallery{
    padding: 0;
    margin: 0;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    height: 422px;
}
div.jssor-slider-container .container div.jssor-caption-1 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    height: 30px;
    left: 76% !important;
    line-height: normal;
    margin-left: -285px;
    text-align: left;
    top: 36% !important;
}
div.jssor-slider-container .container div.jssor-caption-2 span {
    font-size: 22px;
    font-weight: 800;
}
div.jssor-slider-container div.description.jssor-caption-3 {
    color: #000;
    font-size: 9px;
    height: 28px;
    left: 76% !important;
    line-height: 13px;
    margin-left: -285px;
    overflow: hidden;
    top: 57% !important;
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
    transform: translateY(-24px);
    width: auto;
}
div.jssor-slider-container .container div.jssor-caption-4 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: auto;
    left: 76% !important;
    line-height: 20px;
    margin-left: -285px;
    padding: 0;
    top: 61% !important;
    width: auto;
}
div.jssor-slider-container .container div.jssor-caption-4 a {
    color: #ffffff;
    display: inline-block;
    font-size: 7px;
    font-weight: 600;
    padding: 7px 16px;
    text-transform: uppercase;
}
div.jssor-slider-container .container div.jssor-caption-4 a::after {
    content: "\f178";
    font-family: fontawesome;
    margin-left: 7px;
}
div.jssor-slider-container .container div.jssor-caption-2 {
    color: #fff;
    font-family: "lato",sans-serif;
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    left: 76% !important;
    line-height: 14px;
    margin-left: -285px;
    position: absolute;
    text-align: left;
    text-transform: capitalize;
    top: 44% !important;
    width: 380px;
}
div.jssor-slider-container .container [u="caption"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    font-weight: 400;
    height: auto;
    left: 76% !important;
    line-height: 16px;
    margin-left: -285px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 53% !important;
    width: auto;
    overflow: hidden;
}
div.jssor-slider-container .container .submit-button {
    border: 1px solid #fff;
    color: #fff;
    font-family: "Lato",sans-serif;
    font-size: 9px;
    font-weight: 600;
    padding: 5px 22px;
    text-transform: uppercase;
}
/* Exit*/
/* ================================================ Product ================================================*/
.widget.widget-product.related-product-h .product-block.product-image-view-width {
    width: 270px;
}
.product-view .content * {
    display: inline-block;
    font-family: "Poppins",sans-serif;
    text-align: left;
}
.product-view.scrollable-view .product-image-link img, .product-view.image-view .product-image-link img {
    max-height: 100%;
    max-width: 100%;
}
.product-view.image-view .review-rating, .product-view.scrollable-view .review-rating,
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    margin:10px 0px 5px;
    text-align: left;
}
.product-view.image-view .product-name a:hover, .product-view.scrollable-view .product-name a:hover{
    color: #dc4b6d;
}
.product-view.image-view .product-block > .price, .product-view.scrollable-view .product-block > .price {
    float: right;
    margin: 5px;
    padding: 0;
}
.price {
    padding: 5px 0;
}
.product-view.image-view .price .label-for-price, .product-view.scrollable-view .price .label-for-price {
    color: #222;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-view.image-view .product-block .price span {
    font-size: 18px;
}
.widget-price .price .tax-message,
.product-view.image-view .product-block .price .tax-message {
    color: #dc4b6d;
    font-size: 12px;
}
.product-view.image-view .btn-add .add-to-wish-list,
.product-view.scrollable-view .btn-add .add-to-wish-list,
.product-view.image-view .btn-add .remove-from-compare-button,
.product-view.scrollable-view .btn-add .remove-from-compare-button,
.product-view.image-view .btn-add .add-to-compare-button,
.product-view.scrollable-view .btn-add .add-to-compare-button {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #000;
    font-size: 0;
    height: 44px;
    line-height: 40px;
    margin:0 10px 0 0;
    padding: 0;
    width: 45px;
}
.product-view.image-view .btn-add .add-to-wish-list:hover,
.product-view.scrollable-view .btn-add .add-to-wish-list:hover,
.product-view.image-view .btn-add .remove-from-compare-button:hover,
.product-view.scrollable-view .btn-add .remove-from-compare-button:hover,
.product-view.image-view .btn-add .add-to-compare-button:hover,
.product-view.scrollable-view .btn-add .add-to-compare-button:hover{
    border: 2px solid #DC4B6D;
}
.btn-add .add-to-cart-button.button.et_pdp_add_to_cart{
    background: #fff none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
    float: right;
    font-size: 12px;
    font-weight: 600;
    height: 44px;
    line-height: 23px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.product-widget.widget-addCart .add-to-cart-button.button.et_pdp_add_to_cart {
    margin: 5px 7px 5px 0;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    height: 44px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    width: 150px;
}
.btn-add .add-to-cart-button.button.et_pdp_add_to_cart:hover,
.product-widget.widget-addCart .add-to-cart-button.button.et_pdp_add_to_cart:hover{
    border: 2px solid #DC4B6D;
    color: #DC4B6D;
}
.product-view.scrollable-view .btn-add .button.remove-from-compare-button::after,
.product-view.scrollable-view .btn-add .button.add-to-compare-button::after,
.product-view.scrollable-view .btn-add .button.add-to-cart-button::after,
.product-view.image-view .btn-add .button.remove-from-compare-button::after,
.product-view.image-view .btn-add .button.add-to-compare-button::after,
.product-view.image-view .btn-add .button.add-to-cart-button::after,
.add-to-compare-button::after, .add-to-wish-list::after, .remove-from-compare-button::after {
    color: #000;
    font-size: 14px;
    margin: 0px;
}
.product-view.image-view .btn-add .add-to-wish-list:hover::after,
.product-view.scrollable-view .add-to-wish-list:hover::after,
.product-view.image-view .btn-add .remove-from-compare-button:hover::after,
.product-view.scrollable-view .remove-from-compare-button:hover::after,
.product-view.image-view .btn-add .add-to-compare-button:hover::after,
.product-view.scrollable-view .add-to-compare-button:hover::after,
.product-view.image-view .btn-add .add-to-cart-button:hover::after,
.product-view.scrollable-view .add-to-cart-button:hover::after {
    color: #DC4B6D;
}
.product-block.product-image-view-width .product-name {
    display: block;
    height: 40px;
}
.product-view .price .price-block-container {
    float: left;
}
.price .previous-price {
    color: #DC4B6D;
    margin-left: 5px;
}
.add-to-cart-popup .status-bar-product-name, .add-cart-information-popup .status-bar-product-name {
    font-size: 13px;
    font-weight: bold;
}
.add-to-compare-popup table td, .add-to-cart-popup table td, .add-cart-information-popup table td,
.add-to-compare-popup table, .add-to-cart-popup table, .add-cart-information-popup table {
    border: medium none;
}
.add-to-compare-popup .continue-shopping-btn, .add-to-cart-popup .continue-shopping-btn,
.add-cart-information-popup .cart-page-button, .add-cart-information-popup .continue-shopping-btn,
.add-cart-information-popup .cart-page-button, .cart-page-button.button.et_ecommerce_view_cart {
    font-size: 13px;
    padding: 10px 15px;
}
input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 42px;
    margin: 0;
    padding: 5px 10px;
    width: 350px;
}
.password-reset-form .form-row.submit-row button {
    height: 42px;
    margin-left: 3px;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    clear: left;
    padding-top: 0;
}
/* Exit*/
/*shipping calculator*/
.shipment-calculator-popup .last-column h1 {
    padding-left: 150px;
}
/*compare product*/
.add-to-compare-popup .short-info div.product-price {
    font-size: 22px;
    margin-top: 10px;
    color: #dc4b6d;
}
.popup .header {
    background-color: #dc4b6d;
    border-bottom: 1px solid #dc4b6d;
    color: #ffffff;
    padding:10px 30px 10px 10px;
}
.product_quick_view_popup.popup.anim-fade-zoom.active.popup .close-icon::after {
    background: #dc4b6d none repeat scroll 0 0;
    padding: 6px 12px;
}
.popup .close-icon::after {
    color: #fff;
    content: "X";
    font-size:16px;
}
.confirm-popup.popup {
    background-color: #fff;
}
.popup.alert-popup .header-line {
    background-color: #dc4b6d;
}
.popup.alert-popup .header-line .ok {
    background-color: #D03F61;
}
.wish-list-popup label {
    width: 126px;
}
.add-to-gift-registry-popup table,
.add-to-wish-list-popup table {
    border: medium none;
    width: auto;
}
.add-to-gift-registry-popup table td,
.add-to-wish-list-popup table td {
    border: medium none;
}
.image-popup-container .image-wrapper {
    border: 7px solid #dc4b6d;
    padding: 10px;
}
.image-popup-container .image-wrapper img {
    max-width: 100%;
}
.image-popup-container .navigator.close-button {
    background: #dc4b6d none repeat scroll 0 0;
    right: 0;
    top: 0;
}
.image-popup-container .navigator.close-button::after {
    color: #fff;
    content: "x";
    font-size: 23px;
}
/* Exit*/
/*quick cart popup*/
.cart-widget-img {
    background: rgba(0, 0, 0, 0) url("../images/icon-sprite.png") no-repeat scroll -21px -16px;
    box-sizing: border-box;
    display: block;
    float: left;
    height: 45px;
    margin-right: 7px;
    width: 38px;
}
.cart-widget-text {
    color: #282828;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    padding-left: 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    width: 65px;
}
.quick-cart-content {
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px #ccc;
    max-height: 400px;
    overflow: auto;
    padding: 15px ;
    position: absolute;
    right: 0;
    top: 65px;
    width: 300px;
    z-index: 999;
}
.quick-cart-content table {
    border : medium none;
    margin-bottom: 5px;
}
.quick-cart-content table th,
.quick-cart-content table td {
    border : medium none;
}
.quick-cart-content table th {
    background-color : #f1f1f1;
    color : #000;
    font-size : 12px;
    font-weight : 600;
    padding : 7px;
    text-align : center;
}
.quick-cart-content table td.total,
.quick-cart-content table td.total-price {
    background-color : #f1f1f1;
    color : #000;
    font-size : 12px;
    font-weight : 600;
    padding : 7px;
}
.cart-details-link {
    padding-top : 10px;
}
.cart-details-link a.button {
    padding : 7px 12px;
}
.quick-cart-content tr {
    background-color : #f9f9f9;
}
.quick-cart-content tr:nth-child(2n+2) {
    background-color : #fff;
}
.quick-cart-content table tr td {
  font-size: 12px;
  line-height: 18px;
  padding: 10px 7px;
  word-break: normal;
}
.quick-cart-content table th.product-name {
    color : #000;
}
.quick-cart-content .product-name {
  text-align: left;
  width: 50%;
}
.quick-cart-content table .quantity {
  text-align: center;
}
.quick-cart-content table .price {
  text-align: right;
}

/* Exit*/
/*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: 3px;
}
table.cartitem-table {
    border: 1px solid #ccc;
    margin: 20px 0;
}
.cartitem-table th {
    background-color: #f9f9f9;
    border: medium none;
    font-weight: 500;
}
.cartitem-table td {
    border: 1px solid #ccc;
}
.cartitem-table .product-name a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.check-out-total .right-column, .shopping-cart-total .right-column {
    float: right;
}
.check-out-total table, .shopping-cart-total table {
    background-color: #f9f9f9;
    margin-bottom: 0;
    padding: 20px;
    margin-top: 5px;
}
.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 .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;
}
.checkout-page .accordion-item .selector-mode-block {
    font-size: 0;
}
.checkout-page .accordion-item .selector-mode-block * {
    font-size: 13px;
}
.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;
}
.discount-coupon-code-panel {
    border: 1px #ccc solid;
    padding: 30px;
    width: 400px;
}
.discount-coupon-code-panel .form-row {
    margin: 0 0 15px;
}
.discount-coupon-code-panel label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
}
.discount-coupon-code-panel .apply-discount-coupon {
    width:350px;
}
.discount-coupon-code-panel .btn-row label {
    display: none;
}
.shopping-cartitem.empty-cart a {
    margin: 10px 0 0;
}
/* Exit*/
/*Checkout Option page design*/
.checkout-page-options > h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    display: none;
}
.checkout-page-options .item-head {
    background: #f9f9f9 none repeat scroll 0 0;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #333;
    font-size: 18px;
    font-weight: 500;
}
.checkout-page-options .content-wrapper {
    border: 1px solid #ccc;
}
.checkout-page-options .new-customer h1 ,
.checkout-page-options .new-customer > h1, .checkout-page-options .registered-customer > h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.checkout-page-options .registered-customer p.register {
    font-weight: 500;
}
.checkout-page-options .registered-customer p {
    font-weight: 500;
}
.checkout-page-options .registered-customer .form-row label {
    display: block;
    font-weight: 500;
    padding-bottom: 6px;
    width: 100%;
}
.compare-details .title.page-heading {
    color: #000;
    font-size: 24px;
    font-weight: 500;
}
/* Exit*/
/*customer new password*/
.customer-new-password {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.customer-new-password .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
/* Exit*/
/*Checkout page design*/
.checkout-page .header-wrapper h1 {
    color: #333;
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    display: none;
}
.accordion-panel > .label-bar {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 7px 38px;
    text-transform: uppercase;
}
.accordion-panel > .label-bar.expanded {
    color: #333;
}
.accordion-panel > .label-bar .toggle-icon {
    left: 14px;
    top: 13px;
}
.accordion-panel > .accordion-item.expanded {
    border: 1px solid #e6e6e6;
    padding: 30px;
}
.accordion-item .edit-address-mode-block label {
    font-weight: 500;
    width: 185px;
    padding-bottom: 5px;
}
.accordion-item .edit-address-mode-block .errorlist.after {
    padding: 5px 0 0 0;
}
.accordion-item .checkout-address-selector .chosen-results {
    padding: 10px;
}
div.check-out-total .left-column {
    width: 49%;
}
.checkout-page .discount-coupon-code-panel .apply-discount-coupon {
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.check-out-total .right-column .price.editable .wrapper .button.edit,
.check-out-total .right-column .price.editable .wrapper .button.apply,
.check-out-total .right-column .price.editable .wrapper .button.cancel{
    padding: 3px 15px;
}
.page-checkout .confirm-order .editable.editing input {
    height: 30px;
    width: 50px;
}
.gift-certificate-code-panel,
.discount-coupon-code-panel {
    border: 1px solid #ccc;
    padding: 30px;
    width: 400px;
    max-width: 400px;
}
.gift-certificate-code-panel label {
    color: #555;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.gift-certificate-code-panel .button {
    display: block;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    width: 350px;
}
.check-out-total {
    overflow: hidden;
}
.payment-gateway select {
    width: 150px;
}
.payment-gateway .wrapper span {
    color: #333;
    font-weight: 500;
}
/* Exit*/
/*Payment Success page*/
p.post-order-contact-us {
    font-size: 15px;
    font-weight: 400;
     line-height: 1.5;
}
.post-order-contact-us a {
    font-size: 15px;
    font-weight: 400;
     line-height: 1.5;
}
p.order-info {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
.cartitem-table .unit-price-column {
    width: 100px;
}
.payment-success-total > table {
    border: medium none;
    padding: 0;
}
.payment-success-total > table td {
    padding: 10px;
}
.payment-success-total > table .total-order td {
    font-weight: 500;
}
.product-view.image-view .price .remove-from-compare-button,
.product-view.scrollable-view .price .remove-from-compare-button,
.product-view.list-view td.product-price .remove-from-compare-button {
    background-color: #dc4b6d;
    background-image: none;
    color: #fff;
}
.product-view.image-view .price .remove-from-compare-button:hover,
.product-view.scrollable-view .price .remove-from-compare-button:hover,
.product-view.list-view td.product-price .remove-from-compare-button:hover {
    background-color: #dc4b6d;
    background-image: none;
    color: #fff;
}

.product-block .price .previous-price * {
    font-size: 18px;
}
.product-block .price .expect-to-pay-price-container .previous-price {
    display: inline-block;
}
.product-widget .button.call-for-price,
.product-widget .button.call-for-price:hover,
.button.call-for-price,
.button.call-for-price:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #555;
    cursor: default;
    display: block;
    font-size: 16px;
    padding: 10px 0;
}
.product-image .button.call-for-price,
.product-image .button.call-for-price:hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px !important;
    width: 100%;
}
/* Exit*/
/*search result page*/
.page-search-result .search-result {
    color: #222;
    font-size: 30px;
    padding-bottom: 5px;
    text-transform: uppercase;
  line-height: normal;
}
.page-search-result .total-result {
    color: #666;
    font-size: 16px;
    padding-bottom: 30px;
}
/*filter search page*/
.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: #666;
    font-size: 16px;
    padding-bottom: 30px;
}
/*brand details page*/
.brand-details .brand-title h1 {
    color: #000;
    font-size: 20px;
    text-align: left;
    margin:-8px 0 15px;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
}
.brand-details .brand-image-block {
    padding-bottom: 15px;
}
.brand-details-container .brand-description {
    padding-top: 0;
}
.brand-details .brand-image-block img {
    max-width: 200px;
}
/* Exit*/
/*product widget*/
.product-view .content {
    font-size: 0;
    margin: 0 -15px;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    border: medium none;
    box-sizing: content-box;
    margin: 0;
    padding: 15px;
}
.product-view.image-view .product-block {
    margin-bottom: 40px;
}
.product-view.image-view .product-image,
.product-view.scrollable-view .product-image {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
}
.product-view.image-view .product-image-link,
.product-view.scrollable-view .product-image-link {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.product-view.scrollable-view .product-image-link img,
.product-view.image-view .product-image-link img  {
    max-height: 100%;
    max-width: 100%;
}
.product-view.image-view .loyalty-point, .product-view.scrollable-view .loyalty-point {
    display: block;
    margin: 15px 10px;
}
.product-view.image-view .review-rating, .product-view.scrollable-view .review-rating,
.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    margin: 5px 0px;
    text-align: center;
}
.product-view.image-view .price-waper {
    display: flex;
    justify-content: center;
}
.product-view.image-view .product-name a, .product-view.scrollable-view .product-name a {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-view.image-view .summary, .product-view.scrollable-view .summary {
    margin: 10px;
    text-align: left;
}
.product-view.image-view .price .label-for-price,
.product-view.scrollable-view .price .label-for-price {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-block.product-image-view-width .product-name::after {
    border-bottom: 1px solid #000000;
    content: "";
    display: block;
    position: relative;
    top: 10px;
}
.product-view.image-view .price .current-price.price span,
.product-view.scrollable-view .price .current-price.price span {
    color: #000;
    font-weight: 500;
}
.product-view.image-view .btn-add,
.product-view.scrollable-view .btn-add {
    font-size: 0;
    margin: 5px 0 0;
    text-align: left;
}
.product-view.image-view .product-image .btn-add,
.product-view.scrollable-view .product-image .btn-add {
    box-sizing: border-box;
    font-size: 0;
    left: 5px;
    right: 5px;
    text-align: left;
    width: auto;
    margin: 0;
}
.product-view.image-view .price .expect-to-pay-price-container .label-for-expect-pay-price,
.product-view.scrollable-view .price .expect-to-pay-price-container .label-for-expect-pay-price {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.product-view.image-view .price .call-for-price, .product-view.scrollable-view .price .call-for-price {
    background: none;
    color: #dc4b6d;
    padding: 0;
    display: block;
    cursor: text;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
div.product-view.image-view .price .add-to-compare-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #222;
    display: block;
    font-size: 12px;
    padding: 0;
}
div.product-view.image-view .price .remove-from-compare-button,
div.product-view.image-view .price .add-to-compare-button:hover,
div.product-view.image-view .price .remove-from-compare-button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dc4b6d;
    display: block;
    font-size: 12px;
    padding: 0;
}
.product-view.scrollable-view .product-image  .btn-add > *,
.product-view.image-view .product-image .btn-add > * {
    margin: 2px;
}
.add-to-compare-button.button,
.remove-from-compare-button.button,
.add-to-wish-list.button.disabled,
.add-to-wish-list.button {
    border: none;
    font-size: 0;
    height: 40px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    width: 50px;
}
.add-to-compare-button.button:hover,
.add-to-wish-list.button:hover {
}
/* Exit*/
/*body horizontal nav design*/
.body .widget-navigation .vertical {
    padding: 10px 20px;
}
.body .widget-navigation .vertical .navigation-item a {
    color: #606060;
    font-size: 13px;
    font-weight: 500;
    padding: 14px 0;
    text-transform: capitalize;
}
.body .widget-navigation .vertical .navigation-item:last-child a {
    border-bottom: none;
}
.body .widget-navigation .vertical .navigation-item.active > a,
.body .widget-navigation .vertical .navigation-item a:hover {
    color: #dc4b6d;
}
.body #spltr-2D4436EB-7BE3-4954-93E5-BFDE7F5549D1 .widget > .widget-title,
.body #spltr-23FF8F74-F475-488C-955E-DAFE5F48BAFC .widget > .widget-title {
    background-color: #f3f3f3;
    box-shadow: 3px 0 0 #dc4b6d inset;
    color: #222;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    padding: 12px 20px;
    text-transform: uppercase;
}
.blog-post-item .post-description > a:hover {
    color: #000000;
}
.blog-post-item .post-description > a::after {
    content: "\f105";
    font-family: fontawesome;
    margin-left: 7px;
    position: relative;
    top: 1px;
}
.blog-post-item .content > p {
    margin: 0;
	padding:0;
}
/* Exit*/
/*category details page*/
.category-details-container .title ,
.filter-details .title.page-heading {
    color: #000;
    font-size: 20px;
    text-align: left;
    margin: -10px 0 0;
    font-weight: 500;
    padding: 0;
    text-transform: uppercase;
}
.category-details-container, .subcategory-container {
    padding-bottom: 15px;
}
.subcategory-container .title, .product-container .title {
    font-size: 15px;
}
.subcategory-container .title, .product-container .title {
    color: #222;
}
.category-details-container .description figure {
    margin: 0;
}
.category-name-link.title-link.link{
    color: #222;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.category-name-link.title-link.link:hover{
    color:#dc4b6d;
}
/* Exit*/
/*top rated product*/
.product-horizental .product-image-view-height {
    float: left;
    height: auto;
    margin-right: 20px;
    width: 100px;
}
.product-horizental .product-view.image-view .product-image img {
    width: 100%;
}
.sidebar-product .product-view .product-name {
    float: left;
    max-height: 44px;
    margin: 10px 0;
    width: 140px;
}
.sidebar-product .product-view .review-rating {
    float: left;
}
.sidebar-product .product-view.image-view .price .add-to-compare-button {
    display: none;
}
.sidebar-product .product-view.image-view .product-block {
    margin-bottom: 15px;
}
/* Exit*/
/*shop by brand*/
.widget-shopByBrand .shop-by-selector {
    margin-top: 20px;
}
.widget-shopByBrand .shop-by-selector label {
    display: none;
}
.shop-by-selector > select {
    width: 99%;
}
/*product details page*/
.product-widget.widget-addCart .stepper {
    border: 2px solid #000;
    margin: 5px 15px 5px 0;
}
.product-widget.widget-addCart .stepper input {
    border: medium none;
    height: 40px;
}
.product-widget.widget-addCart .stepper span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #000;
    border-style: solid;
    border-width: 0 0 0 2px;
    font-size: 0;
    line-height: 22px;
    text-align: center;
    text-indent: 0;
}
.product-widget.widget-addCart .stepper span::after {
    color: #000;
    font-family: fontawesome;
    font-size: 12px;
}
.product-widget.widget-addCart .stepper span.up::after {
    content: "\f067";
}
.product-widget.widget-addCart .stepper span.down::after {
    content: "\f068";
}
.widget-productImage .image-preview-box {
    background-color: #fff;
    height: 100%;
    width: 100%;
}
.widget-productImage .multi-image-scroll-wrapper {
    border: medium none;
}
#spltr-8E9EED30-3206-4CA8-9F06-44F2C409EF9F .product-widget {
    margin-left: 40px;
}
.widget-productImage .image-thumb-container .thumb-image {
    box-sizing: content-box;
}
.product-widget.widget-productName   .product-name {
    border-bottom: 1px solid #e6e6e6;
    color: #222;
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.widget-price .current-price-container {
    font-size: 22px;
    display: inline-block;
}
.widget-price .current-price-container .label-for-base-price {
    color: #222222;
}
.widget-price .current-price-container .current-price.price {
    color: #000000;
}
.widget-productSummary .title {
    display: none;
}
.product-widget.widget-productSummary {
    margin: 15px 0;
    padding-bottom: 25px;
}
.widget-productSummary .summary {
    color: #999;
    line-height: 24px;
}
.product-widget.widget-addCart > * {
    display: inline-block;
    letter-spacing: normal;
    margin: 5px 7px 5px 0;
    vertical-align: middle;
}
.product-widget.widget-addCart * {
    font-size: 12px;
}
.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-price {
    padding: 20px 0;
}
.product-widget.widget-variation {
    display: none;
}
.bmui-tab .bmui-tab-header {
    border-color: transparent;
    border-style: solid;
    border-width:1px 1px 0 1px;
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 0;
}
.bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #f6f6f6;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    color: #dc4b6d;
}
.bmui-tab .bmui-tab-body-container {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 35px 0;
}
.product-widget.widget-information {
    margin: 50px 0;
}
.product-widget.widget-information .bmui-tab-body-container .title {
    color: #222;
    text-transform: uppercase;
    font-weight: 500;
}
.widget-related .title::after {
    background-color: #222;
    content: "";
    display: block;
    height: 1px;
    margin-bottom: 30px;
    width: 30px;
}
.widget-related .title {
    color: #222;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}
.stepper {
    border-radius: 0;
}
.stepper .stepper-input {
    border-radius: 0;
    height: 40px;
    text-align: center;
}
.product-widget .add-to-wish-list.button::after,
.product-widget .add-to-wish-list.button.disabled::after,
.product-widget .add-to-gift-registry.button::after {
    color: #fff;
    content: "\f06b";
    display: inline-block;
    font-family: fontawesome;
    font-size: 14px;
    line-height: 37px;
}
.product-widget .add-to-wish-list.button::after{
    content: "\f08a";
}
.product-widget .add-to-gift-registry.button,
.product-widget .add-to-wish-list.button,
.product-widget .add-to-wish-list.button.disabled,
.product-widget .remove-from-compare-button.button,
.product-widget .add-to-compare-button.button {
    background-color: #fff;
    border: 2px solid #000;
    font-size: 0;
    height: 44px;
    margin:5px 7px 5px 0;
    padding: 0;
    text-align: center;
    width: 45px;
}
.product-widget .add-to-gift-registry.button:hover,
.product-widget .add-to-wish-list.button:hover,
.product-widget .remove-from-compare-button.button:hover,
.product-widget .add-to-compare-button.button:hover {
    border: 2px solid #dc4b6d;
    color: #dc4b6d;
}
.product-widget .add-to-gift-registry.button::after,
.product-widget .add-to-wish-list.button::after,
.product-widget .add-to-compare-button.button::after {
    color: #000;
    line-height: 42px;
}
.product-view.image-view .add-to-wish-list::after,
.product-view.scrollable-view .add-to-wish-list::after {
    color: #000;
}
.product-view .btn-add .remove-from-compare-button {
    font-size: 0;
    height: 42px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    width: 50px;
}
.product-widget .add-to-gift-registry.button:hover::after,
.remove-from-compare-button:hover::after,
.product-widget .add-to-wish-list.button:hover::after,
.product-widget .add-to-compare-button.button:hover::after {
    color: #dc4b6d;
}
/* Exit*/
/*product ask a question*/
.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;
}
.ask-question-panel .form-row {
    margin: 15px 0;
}
.ask-question-panel .form-row label {
    color: #222;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
}
.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 {
    display: none;
}
/* Exit*/
/*Review and Rating*/
.review-panel .form-row label {
    color: #222;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    width: 100%;
}
.review-panel .form-row.simple_captcha_help_text label,
.review-panel .form-row.simple-captcha label {
    display: none;
}
.review-panel .form-row input, .review-panel .form-row textarea {
    width: 500px;
}
.review-panel .form-row.btn-row {
    padding: 0;
}
.review-panel .review-heading {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.total-review-panel .avg-review-label,
.total-review-panel .total,
.total-review-panel .visible-review-label {
    color: #222;
    font-size: 16px;
    line-height: 30px;
}
.single-review-block {
    margin: 30px 0 0;
    padding: 0 0 30px;
}
.single-review-block {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.review-container .review-head {
    padding-bottom: 10px;
}
.review-container .review-description {
    overflow: hidden;
}
.review-container .review-rating {
    display: block;
}
.review-container .review-date {
    font-size: 13px;
}
.review-container .reviewer-name {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}
.total-review-panel {
    padding-bottom: 20px;
}
.review-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    padding: 0;
}
/* Exit*/
/*addto cart popup*/
.add-to-gift-registry-popup.popup .header .title,
.wish-list-popup.add-to-wishlist-popup .header .status-message,
.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: 13px;
}
.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-cart-popup .short-info div,
.add-cart-information-popup .short-info div {
    font-weight: 400;
    padding-bottom: 5px;
}
.add-to-compare-popup .continue-shopping-btn,
.add-to-cart-popup .continue-shopping-btn,
.add-cart-information-popup .cart-page-button,
.add-cart-information-popup .continue-shopping-btn,
.add-cart-information-popup .cart-page-button {
    font-size: 13px;
    padding: 10px 15px;
}
.add-to-cart-popup .cart-summary,
.add-cart-information-popup .cart-summary {
    padding-top: 0;
}
.add-to-cart-popup .cart-summary-header,
.add-cart-information-popup .cart-summary-header {
    font-weight: 500;
}
/*product quick view*/
.popup .close-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    right: 0;
    text-align: center;
    top: 2px;
}
.add-cart-information-popup .variation-container .variation-type {
    display: inline-block;
}
.product_quick_view_popup .product-widget.widget-addCart .stepper input {
    margin-bottom: 0;
}
.product_quick_view_popup .product-widget.widget-addCart .stepper span {
    margin-bottom: 0;
}
.product_quick_view_popup {
    height: 600px;
}
.product_quick_view_popup .body {
    margin: 33px 0 33px 33px;
    overflow-y: auto;
    padding-right: 33px;
}
.product_quick_view_popup div.scroller span {
    border: medium none;
    height: 40px;
    width: 40px;
    z-index: 2;
}
.product_quick_view_popup .product-widget.widget-productName .product-name {
    border: medium none;
}

/* Exit*/
/*========= Brand ======== */
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.brand-details-container {
    padding-bottom: 20px;
}
.brand-image-block > img {
    background: #e7e7e7 none repeat scroll 0 0;
    border: 2px solid #ddd;
    box-shadow: 5px 5px 4px #ddd;
    max-width: 150px;
    padding: 5px;
}

/* Exit*/
/* ============================ Product-Other-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;
}
.widget-navigation.product,
.widget-filter.product{
    margin:0 0 30px 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.widget.product > .widget-title {
    border-bottom: 2px solid #000000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.widget-navigation.product .nav-wrapper.vertical {
    padding: 0;
}
.form-row.range-select .range ,
.twice-input-row .input-addon{
    display: none;
}
.widget-filter .input-group input.tiny {
    height: 35px;
    padding: 5px;
    width: 55px;
}
.widget.widget-filter.product {
    overflow: hidden;
}
.content > form .form-row.range-select {
    float: left;
    width:63%;
}
.content > form .form-row.btn {
    float: right;
    width:36%;
}
.content > form .form-row.btn .submit-button.et_ecommerce_search {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #606060;
    color: #606060;
    font-size: 12px;
    height: 35px;
    padding: 5px 10px;
    width: 80px;
}
.content > form .form-row.btn .submit-button.et_ecommerce_search:hover {
    border: 2px solid #dc4b6d;
    color: #dc4b6d;
}
.pagination span {
    box-shadow: none;
    margin: 2px;
    padding: 3px 6px;
    min-width: 26px;
    text-align: center
}
.pagination span.current:hover{
    color: #fff;
}
.pagination span.current {
    background: #dc4b6d none repeat scroll 0 0;
    border: 1px solid #dc4b6d;
    color: #ffffff;
}
.pagination span:hover {
    background-color: #ffffff;
    border: 1px solid #dc4b6d;
    color: #dc4b6d;
}
.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #cbcbcb;
    color: #5e5e5e;
    opacity: 0.5;
    cursor: default;
}
.product-view .header, .category-view .header, .entire-search .header,
.product-search .header ,.entire-search .footer, .product-search .footer,
.category-view .footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    overflow: hidden;
    padding: 10px 0;
}
.product-view .footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #f5f6f6;
    border-style: solid;
    border-width: 1px 0 0;
    margin-top: -15px;
    overflow: hidden;
    padding: 15px 0;
}
.product-view .footer select, .product-view .header select, .category-view .footer select, .category-view .header select {
    -moz-appearance: none;
    background:rgba(0, 0, 0, 0) url("../images/snippet-images/select-down-arrow2.png") no-repeat scroll right 12px;
    border: 1px solid #e6e6e6;
    height: 30px;
    padding: 5px 24px 5px 10px;
}
.product-sorting {
    min-width: 160px;
    line-height: normal;
}
select.per-page-count {
    min-width: 70px;
}
.product-view .footer .pagination, .category-view .footer .pagination,
.entire-search .footer .pagination, .product-search .footer .pagination,
.product-view .header .pagination {
    float: right;
    width: auto;
    padding: 0;
}
.product-view .footer select,
.product-view .header select,
.category-view .footer select,
.category-view .header select {
    font-size: 13px;
}
.product-sorting {
    width: 155px;
}
/* Exit*/
/*============= Category pages css ====================*/

.category-view .content {
    font-size: 0;
    margin: 0 -14px;
}
.category-view .category {
    box-sizing: content-box;
    margin: 15px;
    padding: 10px 10px 25px;
}
.subcategory-container .title, .product-container .title {
    color: #606060;
    display: none;
    font-size: 13px;
    padding-bottom: 25px;
}
/* Exit*/
/* ============================= Registation Part Css ============================*/
/*login page*/
.page-login .login-form {
    border: 1px solid #e5e5e5;
    padding: 50px 70px;
    width: 650px;
}
.login-form .title,
.registration-form .title,
.password-reset-form .title,
.customer-new-password .title {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.login-form .title {
    padding-bottom: 20px;
}
.login-form .form-row {
    margin: 0 0 30px;
}
.login-form .form-row:last-child {
    margin-bottom: 10px;
}
.login-form .form-row label,
.customer-new-password .form-row label,
.registration-form .form-row label,
.password-reset-form .form-row label {
    font-size: 14px;
    padding-bottom: 7px;
}
.registration-form .form-row.simple_captcha_help_text label,
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label {
    display: none;
}
.registration-form .form-row.simple_captcha_help_text {
    margin: 0;
}
.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: "Poppins",sans-serif;
    font-size: 16px;
    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: #e93261;
    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: #999;
}
.login-form .account-register a {
    color: #e93261;
}
.login-form .form-row .account-register a:hover {
    color: #222222;
}
.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 0 45px 55px;
    width: 865px;
}
.registration-form * {
    font-size: 13px;
}
.registration-form .form-row {
    display: inline-block;
    padding-right: 55px;
    vertical-align: top;
    width: 50%;
}
.registration-form label {
    font-weight: 500;
    padding-bottom: 5px;
    width: 100%;
}
.registration-form select {
    width: 100%;
}
.registration-form .errorlist.after {
    padding: 5px 0 0 0;
}
body .registration-form .form-row.submit-row {
    font-size: 15px;
    font-weight: 500;
    padding: 0 55px 0 0;
    text-align: right;
    width: 100%;
}
.registration-form .form-row.submit-row button {
    font-size: 16px;
    width: 100%;
}
.registration-form .simpleCaptcha-container div:nth-child(1) {
    float: left;
    margin: 0;
}
.registration-form .simpleCaptcha-container .simple-captcha {
    clear: left;
    float: left;
}
.registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
    margin: 0;
    padding: 0 0 0 50%;
    width: auto;
}
.registration-form .simple_captcha_help_text label {
    display: none;
}
.registration-form .simpleCaptcha-container .simple-captcha label {
    display: none;
}
.registration-form .form-row.simple_captcha_input_field {
    margin-top: 0;
    padding-right: 55px;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row {
    margin: 0 0 30px;
}
.customer-new-password .form-row.submit-row {
    margin-bottom: 0;
}
@media (max-width: 767px){
    .customer-new-password .form-row {
        margin: 0 0 20px;
    }
}

/* Exit*/
/* ================================================ BODY INNER PAGE DESIGN ================================================*/
/* Typrography pages css*/

.padding-cont {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.typography .title + p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 40px;
}
/* Gallery pages css*/
/*gallery 1 */
.gallery-title-heading .container {
    width: auto;
}
.gallery-title-heading {
    text-align: center;
}
.gallery-title-heading h1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.gallery-title-heading p {
    color: #636363;
    font-size: 15px;
    line-height: 1.8;
    margin: 20px 0;
    padding: 0;
}
.gallery-title-heading .title-bottom-line {
    background-color: #dc4b6d;
    height: 1px;
    margin: 0 auto 60px;
    width: 70px;
}
.swipe-image-wrap .box-container {
    margin:0 -10px 15px;
    padding: 0;
}
.swipe-image-wrap .box-container::after {
    clear: both;
    content: "";
    display: block;
}
.swipe-image-wrap .box {
    box-sizing: border-box;
    float: left;
    list-style: outside none none;
    padding: 10px;
}
.swipe-image-wrap .swipebox .swipe-image {
    display: block;
    height: auto;
    position: relative;
    transition: all 0.3s ease-out 0.1s;
    width: 100%;
}
.swipe-image-wrap .swipebox {
    display: block;
    overflow: hidden;
    position: relative;
}
.swipe-image-wrap .swipebox:hover .swipe-image {
    transform: scale(1.2);
    transition-duration: 200ms;
}
.swipe-image-wrap .swipebox:hover::before {
    opacity: 1;
    transform: scale(1);
}
.swipe-image-wrap .swipebox::before {
    bottom: 0;
    color: #ffffff;
    content: "ï¥";
    font-family: "FontAwesome";
    font-size: 40px;
    height: 40px;
    left: 0;
    line-height: 38px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(2);
    transition: all 0.2s ease-in-out 0.2s;
    width: 40px;
    z-index: 10;
}
.swipe-image-wrap .swipebox:hover::after {
    opacity: 1;
}
.swipe-image-wrap .swipebox::after {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0.1s;
}
/* Exit*/
/* Galleryfic css*/
.galleriffic-gallery-wrap .slideshow {
    font-size: 0;
    height: 600px;
    overflow: hidden;
    position: relative;
}
.galleriffic-content .image-wrapper {
    height: inherit;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.galleriffic-content .image-wrapper a {
    text-align: center;
}
.galleriffic-content .image-wrapper a {
    display: inline-block;
    font-size: 0;
    height: inherit;
    width: 900px;
}
.galleriffic-gallery-wrap.caption-position-right .slideshow-container {
    display: inline-block;
    margin-right: 0;
    width: 100%;
}
/* Exit*/
/* Web from pages css*/
/*form element desgin*/
.form-row {
    margin: 15px 0;
}
.widget-form .form-row input[type="text"], input[type="password"], textarea, select {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 44px;
    margin: 0;
    padding: 5px 10px;
    width: 350px;
}
select,
.registration-form 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::-ms-expand {
    display: none;
}
textarea {
    height: 150px;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
    margin-right: 20px;
}
div.widget-form .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 174px;
}
.widget-form button.Zebra_DatePicker_Icon {
    cursor: pointer;
    background: none;
}
.Zebra_DatePicker_Icon_Wrapper:after {
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position:  absolute;
    right: 10px;
    top: 7px;
}
.widget-form .form-row > label, .widget-form .sub-form-row span {
    width: 200px;
}
.widget-form .radio-checkbox-row {
    margin-top: -24px;
    padding-left: 200px;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 10px 0;
}
.widget-form .form-row input {
    height: auto;
}
div.widget-form .form-row .Zebra_DatePicker_Icon_Wrapper input {
    width: 350px;
}
.widget-form .form-row .sub-form-row label {
    width: 200px;
}
.widget-form .form-row .sub-form-row {
    margin-top: 15px;
}
.widget-form .errorlist {
    padding-left: 204px;
}

/* Exit*/
/* Tab Accordion pages css*/
.padding-cont {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.widget-tabAccordion.margin-bottom {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:75px;
}
.bmui-tab .bmui-tab-header {
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #333;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
}
.bmui-tab .bmui-tab-body-container {
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    padding: 20px;
}
.bmui-tab-panel .widget.widget-html,
.widget.widget-tabAccordion .widget.widget-html{
    margin-bottom:15px;
}
.bmui-tab-panel .widget.widget-html h3,
.widget.widget-tabAccordion .widget.widget-html h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0;
}
.bmui-tab-panel .widget.widget-html p ,
.widget.widget-tabAccordion .widget.widget-html p {
    color: #252f3a;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 20px;
    padding-bottom: 0;
}
.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 > .label-bar.expanded {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f9f9f9;
    border-color: #eee #e5e5e5 #e5e5e5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.accordion-panel > .label-bar.expanded {
    color: #333;
}
.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: 60px;
    line-height: 63px;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.widget-tabAccordion .accordion-panel > .label-bar.expanded .toggle-icon::after {
    content: "\f107";
    font-family: "FontAwesome";
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon::after {
    content: "\f105";
    font-family: "FontAwesome";
}
.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;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    min-height: 200px;
}
/* Exit*/
/* ============== Blog Page Css ====================== */
.blog-post-info span {
    line-height: 23px;
}
.blog-post-details .content {
    line-height: 23px;
}
.widget-blogPost.blog-category .footer {
    display: none;
}
.widget-navigation.blog-category .widget-title,
.widget-blogPost.blog-category.latest-post > .widget-title {
    border-bottom: 2px solid #000000;
    font-size: 18px;
    font-weight: 500;
    padding-left: 0;
    text-transform: uppercase;
}
.widget-navigation.blog-category .nav-wrapper.vertical {
    padding: 0;
}
.widget-navigation.blog-category.blog-category .navigation-item a {
    color: #606060;
    font-family: "Poppins",sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 400ms ease 0s;
}
.blog-post-details .comment-post-panel {
    border: 1px solid #cccccc;
    margin-top: 40px;
    padding: 25px 30px;
}
.blog-post-details .comment-post-panel h2 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.blog-post-details .comment-post-panel input {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 40px;
    padding: 8px 10px;
}
.blog-post-details .comment-post-panel input,
.blog-post-details .comment-post-panel textarea,
.blog-post-details .comment-post-panel .form-row button {
    width: 100%;
}
.blog-post-item {
    border-bottom: medium none;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 40px;
    padding: 0;
}
.widget-blogPost.blog-category.latest-post .blog-post-content .blog-post-item:nth-last-of-type(-n+2){
    margin-bottom: 0;
    padding-bottom: 0;
}
.blog-post-item.last {
    margin-bottom: 0;
    padding-bottom: 0;
}
.widget-blogPost.blog-category.latest-post .post-description > a::after {
    content: none;
}
#spltr-4C8873E3-56E6-4B85-8B3E-2C9234F4FD0A .page-content {
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.blog-post-item .post-list-view {
    display: block;
    width: auto;
    padding: 0;
}
.widget-navigation.blog-category,
.widget-blogPost.blog-category.latest-post {
    margin: 0 0 30px 30px;
    padding-left: 15px;
    padding-right: 15px;
}
.category.post-list-view-height {
    height: auto;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
.widget-blogPost .post.post-list-view img ,
.blog-post-item .category.post-list-view img {
    max-width: 100%;
}
.widget-blogPost.blog-category .post.post-list-view-height {
    height: auto;
}
.widget-blogPost .post-description .title,
.blog-post-item .post-description .title{
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0;
}
.blog-post-item .title a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.blog-post-item .title a:hover {
    color:#dc4b6d;
}
.widget-blogPost .blog-post-info,
.blog-post-item .post-description .blog-post-info{
    margin-bottom: 20px;
}
.blog-post-item .content {
    font-size: 13px;
    line-height: 24px;
    color: #606060;
    padding-bottom:15px;
}
.blog-category-details .title,
.blog-post-details .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.blog-post-details .blog-post-image img {
    width: 100%;
}
.blog-post-details .comment-post-panel .simpleCaptcha-container label {
    display: none;
}
.blog-post-details .comment-post-panel .form-row {
    position: relative;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    position: absolute;
    top: 3px;
    right: 6px;
}
.blog-post-info span.categories a {
    color: #000000;
}
.blog-post-info span.categories a:hover {
    color: #dc4b6d;
}
.blog-post-details .blog-post-info {
    padding-bottom: 15px;
}

/* ================ Blog-Details-Social-Media-icon-css ======================== */
.blog-post-details .social-media-share a span {
    display: none;
}
.blog-post-details .social-media-share-bar .social-media-share {
    float: left;
    margin-right:7px;
}
.blog-post-details .social-media-share a.addthis_button_facebook::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_facebook {
    background-color: #305891;
    border: 2px solid #305891;
}
.blog-post-details .social-media-share-bar .social-media-share a {
    border-radius: 3px;
    float: left;
    height: 40px;
    line-height:25px;
    text-align: center;
    transition: all 300ms ease-out 0s;
    width: 40px;
}
.blog-post-details .social-media-share a span {
    display: none;
}
.blog-post-details .social-media-share a.addthis_button_facebook:hover::after {
    color: #305891;
}
.blog-post-details .social-media-share a.addthis_button_facebook:hover {
    background-color: rgba(48, 88, 145, 0);
}
.blog-post-details .social-media-share a.addthis_button_twitter::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_twitter {
    background-color: #2ca8d2;
    border: 2px solid #2ca8d2;
}
.blog-post-details .social-media-share a.addthis_button_twitter:hover::after {
    color: #2ca8d2;
}
.blog-post-details .social-media-share a.addthis_button_twitter:hover {
    background-color: rgba(44, 168, 210, 0);
}
.blog-post-details .social-media-share a.addthis_button_google::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 6px;
}
.blog-post-details .social-media-share a.addthis_button_google {
    background-color: #0868b9;
    border: 2px solid #0868b9;
}
.blog-post-details .social-media-share a.addthis_button_google:hover::after {
    color: #0868b9;
}
.blog-post-details .social-media-share a.addthis_button_google:hover {
    background-color: rgba(8, 104, 185, 0);
}
.blog-post-details .social-media-share a.addthis_button_linkedin::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
}
.blog-post-details .social-media-share a.addthis_button_linkedin {
    background-color: #449bc8;
    border: 2px solid #449bc8;
}
.blog-post-details .social-media-share a.addthis_button_linkedin:hover::after {
    color: #449bc8;
}
.blog-post-details .social-media-share a.addthis_button_linkedin:hover {
    background-color: rgba(68, 155, 200, 0);
}
.blog-post-details .social-media-share a.addthis_button_email::after {
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 3px;
}
.blog-post-details .social-media-share a.addthis_button_email {
    background-color: #738a8d;
    border: 2px solid #738a8d;
}
.blog-post-details .social-media-share a.addthis_button_email:hover::after {
    color: #738a8d;
}
.blog-post-details .social-media-share a.addthis_button_email:hover {
    background-color: rgba(115, 138, 141, 0);
}
/*Exit*/

/* Exit*/
/* ============== Blog Latest Post ====================== */
.left-sidebar-product .image.product-image-view-height {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    float: left;
    height: auto;
    width: 100px;
}
.widget-blogPost.blog-category.latest-post .post.post-list-view.post-list-view-height.post-list-view-width {
    width: 75px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
}
.widget-blogPost.blog-category.latest-post .blog-post-content {
    margin-top: 30px;
}
.widget-blogPost.blog-category.latest-post .blog-post-content .post-description {
    margin-left: 10px;
}
.widget-blogPost.blog-category.latest-post .blog-post-item .content {
    display: none;
}
.widget-blogPost.blog-category.latest-post .blog-post-item .title a {
    font-size: 13px;
    font-weight: 400;
}
.widget-blogPost.blog-category.latest-post .blog-post-item .title {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 0;
}
.widget-blogPost.blog-category.latest-post .blog-post-item .blog-post-info span.comment-count {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.widget-blogPost.blog-category.latest-post .blog-post-item .blog-post-info.blog-post-info span {
    font-size: 10px;
    padding-right: 5px;
}
.widget-blogPost.blog-category.latest-post .blog-post-content .blog-post-item {
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.widget-blogPost.blog-category.latest-post .blog-post-info {
    margin-bottom: 0;
    margin-top: -5px;
}
.latest-post .blog-post-content {
    overflow: inherit;
}
/* Exit*/
/* ============== Contact us ====================== */
.widget-form.contact-from input[type="text"], input[type="password"] {
    color: #878787;
}
.widget-form.contact-from .double-input-row, .widget-form.contact-from .single-input-row {
    margin: 0 -15px 25px;
}
.widget-form.contact-from .double-input-row .form-row, .widget-form.contact-from .single-input-row .form-row {
    padding: 0 13px;
}
.widget-form.contact-from .form-row {
    margin: 0;
    position: relative;
}
.widget-form.contact-from .form-row.simple-captcha {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.widget-form.contact-from .simple_captcha_input_field.mandatory {
    float: right;
    margin: 0 -15px 25px;
    vertical-align: top;
    width: calc(100% - 131px);
}
.widget-form.contact-from .message-block.info-message,
.widget-form.contact-from .message-block.success {
    margin: 15px 0;
}
.widget-form.contact-from .errorlist {
    padding-left: 0;
}
.widget-form.contact-from .form-row.mandatory input,
.widget-form.contact-from .form-row input {
    height: 50px;
    max-width: 100%;
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
    color: #333333;
}
.widget.widget-form.contact-from > .custom-form textarea {
    height: 200px;
    max-width: 100%;
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
}
.widget-form.contact-from .form-row input::-webkit-input-placeholder {
    color: #878787;
}
.widget-form.contact-from .form-row input::-moz-placeholder {
    color: #878787;
}
.widget-form.contact-from .form-row input:-ms-input-placeholder {
    color: #878787;
}
.widget-form.contact-from .form-row input:-moz-placeholder {
    color: #878787;
}
.widget.widget-form.contact-from > .custom-form textarea::-webkit-input-placeholder {
    color: #878787;
}
.widget.widget-form.contact-from > .custom-form textarea::-moz-placeholder {
    color: #878787;
}
.widget.widget-form.contact-from > .custom-form textarea:-ms-input-placeholder {
    color: #878787;
}
.widget.widget-form.contact-from > .custom-form textarea:-moz-placeholder {
    color: #878787;
}
.widget-form.contact-from .form-row.simple-captcha img {
    max-width: 119px;
    height: 50px;
}
.widget-form.contact-from .custom-form .form-row .submit-button {
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    text-transform: capitalize;
    transition: all 300ms ease-out 0s;
    width: 100%;
}
.add-to-compare-button:hover, .add-to-wish-list:hover,
.remove-from-compare-button:hover,
.add-to-wish-list.disabled:hover,
.widget-form.contact-from .custom-form .form-row .submit-button:hover{
    background: #D03F61;
}
.widget.widget-form.contact-from .custom-form .form-row.btn-row > label {
    display: none;
}
.widget-form.contact-from .widget-title, .widget-snippet.contact-us-add .widget-title {
    color: #000;
    font-size: 30px;
    padding: 0 0 25px;
    text-transform: uppercase;
}
.widget-form.contact-from .form-row.simple_captcha_help_text {
    display: none;
}
.widget-form.contact-from .form-row.simple_captcha_input_field.mandatory > label,
.widget-form.contact-from .form-row.simple-captcha > label {
    display: none;
}
.widget-form.contact-from .form-row.simple-captcha img + .simple-captcha-reload {
    bottom: 0;
    display: none;
    left: 0;
    margin: 0;
    position: absolute;
}
.widget-form.contact-from .simpleCaptcha-container .form-row input {
    color: #878787;
    font-size: 15px;
    height: 50px;
    margin: 0;
    padding: 2px 10px;
    width: 100%;
}
.widget-form.contact-from .double-input-row label,
.widget.widget-form.contact-from .single-input-row label {
    margin-bottom: 5px;
}
/* Exit*/
/* ----- common design ----- */
/*====================== 404 page ======================*/
.page_404 {
    margin: 50px 0;
    text-align: center;
}
.page_404 .ops {
    color:#dc4b6d;
    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;
}
.errorlist {
    min-width: auto;
}
.scrollable-view > .content,
.scrollable-view {
    border: medium none;
}

/* Exit*/
/*====================== Layout Control part ======================*/
.widget-product.home-product-item-1,
#bs-F519141C-7DFA-4DBE-A3E0-A637BE284224,
#bs-9077E055-A9DB-401C-92E3-8E7A8A8D4ABA,
#bs-08DD31EB-E50E-438A-ABA6-FAC3AC14145C{
    padding: 65px 0;
    margin: 0;
}
#bs-81E71598-8DC8-4E65-A831-94F2BFE69D04,
#bs-6195D8C2-3ACD-4AAB-BBC1-9634DD3BFFF6,
#bs-D168FD7B-B030-4634-A517-DEB81DBBA8F2,
#bs-92CA2E9D-EE20-4072-AA2F-DD5229D3AD09 {
    background:rgba(0, 0, 0, 0) url("../images/inner-page-bg.png") repeat scroll left top / cover ;
}
#spltr-0774A2A4-DFF6-4AA5-A280-8AEDA8659CC3 .widget-product{
    padding:0 15px;
}
.widget-snippet.margin-out {
    margin: 0;
}
#bs-700363F5-84F8-48D6-978D-CF360CC1878A #spltr-B96C29DF-C046-40DF-9B8F-C82B8C896796{
    padding-top: 65px;
    padding-bottom: 0;
}
.widget-snippet.up-down-100 {
    margin: 40px 0 100px;
}
.widget-snippet .flower-love-passion {
    background-color: #f8f7f5;
    margin: 0 -15px;
    padding: 100px 0 150px;
}
/* Exit*/
/*====================== Bradcome ======================*/
.breadcrumb-item .separator {
    font-size: 0;
}
.widget-breadcrumb.breadcome {
    margin: 0;
    padding: 45px 15px;
    text-align: right;
}
.widget-breadcrumb.breadcome .root .separator {
    font-size: 0;
}
.widget-breadcrumb .breadcrumb-item.root .icon {
    background-image: none;
    width: auto;
    height: auto;
}
.widget-breadcrumb.breadcome .separator::before {
    content: "/";
    font-size: 12px;
}
.widget-breadcrumb .breadcrumb-item.root .icon::before {
    color: #000;
    content: "Home";
    font-family: "Roboto",sans-serif;
    font-size: 14px;
}
.widget-breadcrumb .breadcrumb-item.root .icon:hover::before,
.breadcrumb-item .label:hover {
    color: #dc4b6d;
}
.widget-pageHeading.heading {
    margin: 0;
    padding: 33px 15px;
}
.widget-pageHeading.heading > h1 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.breadcrumb-item .label {
    color: #000;
    font-size: 14px;
}
.breadcrumb-item .separator {
    color: #555555;
    margin: 0 5px;
    padding: 0;
}
/* Exit*/
/* ================================================ FOOTER DESIGN ================================================*/
body .footer {
    background: #f5f6f6 none repeat scroll 0 0;
    position: relative;
}
body > .footer::before {
    background-color: #ffffff;
    bottom: 0;
    content: "";
    height: 110px;
    left: 0;
    position: absolute;
    right: 0;
}
.footer .widget > .widget-title {
    color: #303030;
    font-family: poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.footer .widget-title::after {
    background: #909090 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 25px;
}
.various-location {
    padding: 1px 0 0;
}
/* Footer navigation */
.footer .nav-wrapper.vertical .navigation-item.active > a,
.footer .nav-wrapper.vertical .navigation-item > a:hover {
    color: #dc4b6d;
}
.footer .nav-wrapper.vertical .navigation-item a {
    border-bottom: medium none;
    color: #606060;
    display: block;
    font-size: 14px;
    padding: 5px 0;
}
/* Exit*/
.checkout-address-selector .chosen-drop{
    border: 1px solid #e6e6e6;
    max-height: 60px;
    overflow-y: auto;
}
.chosen-results .active-result {
    margin: 0 0 5px;
}
.shopping-cartitem .unit-price .wrapper,
.cartitem-table.product-thumb-view .unit-price,
.cartitem-table.product-thumb-view .quantity {
    text-align: center;
}
.widget-socialMediaShare .social-media-wrapper span {
    opacity: 0.6;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
    opacity: 1;
}
.cartitem-table .product-name a:hover{
    color: #dc4b6d;
}

/* ============== Feedback ================= */
.message-block.info-message, .message-block.success{
    margin: 10px 15px;
}
.compare-details table td, .compare-details table th {
    padding: 10px;
}
.compare-details table th {
    color: #222222;
    font-size: 15px;
}
.message-block.error-message, .message-block.error {
    margin: 10px;
}
.product-view.image-view .summary, .product-view.scrollable-view .summary {
    height: auto;
}

.scrollable-view > .content {
    padding: 0;
}
.product-view.image-view.product-quick-view.with-description .quick-view-btn,
.widget-product .product-view .quick-view-btn, .product-view .quick-view-btn {
    left: 50%;
    padding: 10px 20px;
    top: 25%;
    transform: translateX(-50%);
    z-index: 1;
}
.product_quick_view_popup.popup.anim-fade-zoom.active .product-widget.widget-socialMediaShare {
    margin:15px 0 30px;
}
.product-widget.widget-socialMediaShare{
    margin:40px 0 0px;
}
.previous-price > * {
    text-decoration: line-through;
}
.l-fixed-container, .r-fixed-container {
    display: flex;
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #999999;
    font-family: FontAwesome;
    font-size: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: "\f105";
}
.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.prev::before {
    content: "\f104";
}
.galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink::before {
    color: #999999;
    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, .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.product_quick_view_popup .scroller span::after {
    color: #ffffff;
    background-color: #dc4b6d;
    font-size: 18px;
}
.product_quick_view_popup .scroller span {
    border: medium none !important;
    height: 37px;
    width: 35px;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div::after, .scroller span::after {
    color: #999999;
    font-family: "FontAwesome";
    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, .scroller span.scroll-left {
    border: 1px solid #e6e6e6;
}
.scroller span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-next::after, .scroller span.scroll-right::after {
    content: "\f105";
    font-size: 18px;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .scroller span.scroll-left::after {
    content: "\f104";
    font-size: 18px;
}
.product_quick_view_popup .scroller span {
    background: #dc4b6d none repeat scroll 0 0;
    border: medium none !important;
    height: 37px;
    width: 35px;
}
.expect-to-pay-container {
    display: inline-block;
}
.expect-to-pay-price-container {
    display: inline-block;
    margin-right: 3px;
}
.widget-price .previous-price.price {
    color: #000000;
    font-size: 22px;
    padding-right: 10px;
}
.zoomContainer {
    z-index: 999;
}
.galleriffic-gallery-wrap ul {
    margin-bottom: 0;
}
.payment-gateway .button.apply {
    padding: 10px 15px;
}
.widget-form.contact-from .message-block.message-text {
    padding: 0;
}
.bmui-tab.left-side-header .product-view.image-view.image-swap.product-quick-view .price {
    float: left;
}
.image-popup-container.popup {
    max-width: inherit;
    min-width: inherit;
}
.logo.credit-card > img {
    margin: 5px;
}
.payment-form input[type="text"] {
    height: 42px;
}
.payment-form .mandatory-chosen-wrapper select {
    margin: 5px 0;
    width: auto;
}
.payment-form .double-input-row > * {
    vertical-align: middle;
}
/* ============== re-fixing ================= */
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    padding-bottom: 0;
}
.add-to-cart-popup .short-info div.prodict-name, .add-cart-information-popup .short-info div.prodict-name {
    padding-bottom: 10px;
}
.widget-form .checkbox label::before {
    top: 3px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance:none;
}
select::-ms-expand {
    display: none;
}
.widget-snippet a:focus {
    outline:none;
    text-decoration: none;
}
.widget-form .sub-form-row .errorlist {
    width: 100%;
}
.widget-form .form-row select, .widget.widget-form .form-row select{
    height: 44px;
    width: 350px;
}
.widget-form .radio-checkbox-row ,
.widget-form .radio-checkbox-row {
    margin: -5px 0;
    padding-left: 5px;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    left: 0;
    top: -1px;
}
.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}

/*Special css*/
.widget-filter .form-row label.name {
  display: none;
}


#spltr-59A3FEA2-7114-46E4-B0C5-A66B9C4421E7 {
    background-color: #f5f6f8;
    padding-bottom: 75px;
    padding-top: 75px;
}
#spltr-59A3FEA2-7114-46E4-B0C5-A66B9C4421E7 .widget-form {
    margin: 0 auto;
    max-width: 1170px;
}
.google-map-container {
    filter: grayscale(100%);
    height: 480px;
}
.contact-from .simpleCaptcha-container {
    margin-right: 13px;
}
.contact-from .form-row.btn-row {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.contact-from .form-row input[type="text"]:focus, .contact-from .form-row textarea:focus {
    border: 1px solid #dc4b6d;
}
.custom-form.contact-from .errorlist {
    min-width: 130px;
    padding-left: 0;
}
@media (max-width:991px) {

    #spltr-59A3FEA2-7114-46E4-B0C5-A66B9C4421E7 {
        padding-bottom: 45px;
        padding-top: 45px;
    }
}
@media (max-width:767px) {

    #spltr-59A3FEA2-7114-46E4-B0C5-A66B9C4421E7 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .contact-from .form-row.simple_captcha_input_field {
        margin: 0px;
    }
    .contact-from .form-row.btn-row, .contact-from .simpleCaptcha-container {
        margin: 20px 0 0;
    }
    .google-map-container {
        height: 240px;
    }
}
@media screen and (max-width: 767px) {
    .widget-form .form-row input[type="text"],
    .widget-form .form-row select,
    .widget-form .form-row textarea,
    .widget-form .form-row > label,
    .widget-form .sub-form-row span {
        width: 100%;
    }

    .widget.widget-form .form-row input[type="text"],
    .widget.widget-form .form-row select,
    .widget.widget-form .form-row textarea,
    .widget.widget-form .form-row > label,
    .widget.widget-form .sub-form-row span {
        width: 100%;
    }
}
/* End Special css*/
/*New Checkout Page Design*/
.message-details .post-order-contact-us > a:hover {
    color: #000000;
}
.checkout-page .section > .header .icon,
.checkout-page .section.loaded > .header .icon {
    background-color: #dc4b6d;
}
.checkout-page .section > .header .title {
    font-size: 18px;
    color: #555;
}
.checkout-page .address-view > .header .title {
    color:  #000;
    font-weight: 600;
}
.checkout-page .section.loaded > .header .title {
    color: #dc4b6d;
}
.checkout-page .address-view .address {
    background-color: #f9f9f9;
}
.checkout-page .address-edit-from-wrap form .multi-column {
    margin-left: -15px;
    margin-right: -15px;
}
.checkout-page .address-edit-from-wrap > .header .title {
    color: #555;
    font-weight: 500;
}
.checkout-page .toolbar-btn {
    background-color: #fff;
    border-color: #dadfe1;
}
.checkout-page .toolbar-btn:hover {
    background-color: #dc4b6d;
    border-color: #dc4b6d;
}
.checkout-page .toolbar-btn {
    transition: all 300ms ease 0s;
}
.checkout-page input[type="checkbox"]:checked + span:before {
    background-color: #dc4b6d;
    border-color: #dc4b6d;
}
.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: #dc4b6d;
}

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

.checkout-page .address-edit-from-wrap .form-row {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.checkout-page .address-edit-from-wrap .form-row .errorlist {
    position:  absolute;
    bottom: -16px;
    left: 16px;
}
.confirm-step-form .right-panel {
    background-color: #f9f9f9;
}
.cartitem-table td.total-label, .cartitem-table td.price,
.check-out-total > .price-row .label, .check-out-total > .price-row .price {
    font-weight: 500;
}
.checkout-page .section .step-continue-button {
    padding: 10px 25px;
}
.checkout-page .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 > .header .icon:before {
    font-size: 18px;
}
.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;
}

@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) {
    .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;
    }
}

/*replace*/
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    margin-left: 25px;
}
.widget-form .radio-checkbox-row .radio,
.widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
    padding-left: 0;
}
.pagination {
    float: none;
}
.order-comment-row, .payment-gateway {
    padding: 15px 0;
}
/* ========================= Customer-profile ================== */

/* ====== product-overview ======= */
#customer-profile-tabs .price-waper {
    display: block;
}
#customer-profile-tabs .product-block.product-view-height-width {
    margin: 0;
    padding: 0;
    width: 265px;
}
#customer-profile-tabs .scrollable-view .product-block + .product-block,
#customer-profile-tabs .special-product.small .product-block + .product-block {
    margin-left: 30px;
}
#customer-profile-tabs .product-block .add-to-cart-button.button::after ,
#customer-profile-tabs .product-block .add-to-cart-button.button::before {
    content: none;
}
#customer-profile-tabs .product-block .add-to-cart-button.button {
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
    padding: 10px 20px;
    width: auto;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #c3c3c3;
    height: 30px;
    margin: 2px;
    margin: 2px;
    position: relative;
    width: 35px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span::before {
    color: #c3c3c3;
    font-family: fontawesome;
    font-size: 22px;
    left: auto;
    position: absolute;
    right: auto;
    top: -5px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span:hover::before {
    color: #dc4b6d;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-right::before {
    content: "\f105";
    right: 12px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-left::before {
    content: "\f104";
    left: 12px;
}
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-left::after,
#customer-profile-tabs .product-view.scrollable-view .scroller span.scroll-right::after {
    content: none;
}
/* ====== End product-overview ======= */
#customer-profile-tabs * {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body #customer-profile-tabs .account_information .button-line > span,
body #customer-profile-tabs input[type="submit"], body #customer-profile-tabs input[type="button"],
body #customer-profile-tabs button, body #customer-profile-tabs .button,
body #customer-profile-tabs a.button body #customer-profile-tabs a.button:link,
body #customer-profile-tabs a.button:visited, body #customer-profile-tabs a.button:active, body #customer-profile-tabs a.button:focus {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #dc4b6d;
    border-radius: 3px;
    color: #dc4b6d;
    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: #dc4b6d none repeat scroll 0 0;
    border: 2px solid #dc4b6d;
    color: #fff;
}
#customer-profile-tabs table {
    border: 1px solid #e2e2e2;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    table-layout: fixed;
}
#customer-profile-tabs td, #customer-profile-tabs th {
    border: 1px solid #e2e2e2;
    color: #555555;
    padding: 10px;
    vertical-align: middle;
    word-break: normal;
}
#customer-profile-tabs th {
    background: #f6f6f6 none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 400;
}
#customer-profile-tabs th:first-child, #customer-profile-tabs td:first-child {
    padding-left: 10px;
}
#customer-profile-tabs th:last-child, #customer-profile-tabs td:last-child {
    padding-right: 10px;
    text-align: left;
}
#customer-profile-tabs #order-list .action-col,
#customer-profile-tabs #order-list .id-col {
    width: auto;
}
.gift-registry-details {
    line-height: 23px;
}
.gift-registry-details .product-view.list-view.product-quick-view table {
    border: medium none;
}
.gift-registry-details .product-view.list-view.product-quick-view .stepper {
    float: left;
}
.gift-registry-details .product-view.list-view.product-quick-view .loyalty-point {
    display: block;
}
.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: #dc4b6d;
}
#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: #dc4b6d none repeat scroll 0 0;
}
.image-popup-container.popup {
    max-width: inherit;
    min-width: inherit;
}
.logo.credit-card > img {
    margin: 5px;
}
.payment-form .mandatory-chosen-wrapper select {
    margin: 5px 0;
    width: auto;
}
.payment-form .double-input-row > * {
    vertical-align: middle;
}

/*form element*/
.site-popup .button-line button + button, .confirm-popup .button-line button + button{
    margin-left: 8px;
}
#customer-profile-tabs .form-row.btn-row button {
    margin-right: 8px;
}
#customer-profile-tabs .form-row.btn-row,
#customer-profile-tabs .form-row.btn-row {
    font-size: 0;
    margin-top: 15px;
    padding: 0;
}
#customer-profile-tabs .form-row label {
    color: #555555;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0 0 5px;
    text-align: left;
    vertical-align: middle;
    width: 220px;
}
#customer-profile-tabs input[type="text"],
#customer-profile-tabs input[type="password"],
#customer-profile-tabs textarea,
#customer-profile-tabs select {
    border: 1px solid #cecece;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    padding: 5px 10px;
    width: 350px;
}
#customer-profile-tabs textarea {
    height: 150px;
}
#customer-profile-tabs .shipping_address .edit-address-form .form-row input,
#customer-profile-tabs .billing_address .edit-address-form .form-row input,
#customer-profile-tabs .account_information .account-details-form .form-row input,
#customer-profile-tabs select,
#customer-profile-tabs .registration-form select {
    width: 100%;
}
#customer-profile-tabs .accordion-item .form-row.btn-row button {
    margin-right: 8px;
}
#customer-profile-tabs .form-row {
    margin: 15px 0;
}
#customer-profile-tabs .comment-area {
    max-height: inherit;
    padding-bottom: 40px;
}
#customer-profile-tabs .comment-row {
    margin: 0 0 10px;
    padding: 0 0 10px;
}
/*validation error*/
#customer-profile-tabs .message-block,
#customer-profile-tabs .message-block.error {
    padding: 8px;
    margin-bottom: 10px;
}
#customer-profile-tabs .errorlist.after .message-block {
    color: #ff0000;
    margin: 0;
    padding: 0px;
    text-align: left;
}
#customer-profile-tabs .form-row span .errorlist.after {
    padding-left: 0;
}
#customer-profile-tabs .wish-list-edit-form .errorlist.after {
    padding: 0;
}
/*accordion*/
#customer-profile-tabs .accordion-panel > .label-bar {
    font-size: 16px;
    font-weight: 500;
    height: auto;
    padding: 7px 38px;
    margin:10px 0;
}
#customer-profile-tabs .accordion-panel > .accordion-item.expanded {
    border: medium none;
    padding: 10px 0;
}
#customer-profile-tabs .accordion-item .button-line {
    font-size: 0;
    margin: 15px 0 0;
}
#customer-profile-tabs .accordion-item .button-line .button {
    margin-right: 8px;
}
#customer-profile-tabs .accordion-item .form-row.btn-row {
    padding-left: 223px;
}
/*header*/
#customer-profile-tabs .welcome-profile {
    font-family: inherit;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#customer-profile-tabs .welcome-profile span:first-child {
    font-style: italic;
    color: #dc4b6d;
}
#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: #dc4b6d;
}
#customer-profile-tabs .button.profileLogout a::after {
    content: "\f08b";
    display: inline-block;
    font-family: fontawesome;
    font-size: 15px;
    margin-left: 7px;
    vertical-align: middle;
}
/*left panel*/
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header > .bmui-tab-header-container {
    float: left;
    width: 20%;
    border-bottom:1px solid #e2e2e2;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header {
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px 0 0 1px;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active {
    background-color: #e6e6e6;
    border-left: 1px solid #e6e6e6;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header .title{
    color: #555555;
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
}
#customer-profile-tabs.bmui-tab .bmui-tab-header.bmui-tab-active .title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dc4b6d;
    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: #dc4b6d;
}
/*main container*/
/*Top-box-chaild-container*/
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box {
    border: medium none;
    padding: 0;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header {
    border-width: 1px 1px 0;
    display: inline-block;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header.bmui-tab-active .title::after{
    content: none;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header .title {
    color: #555555;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 10px;
}
#customer-profile-tabs.bmui-tab.bmui-tab.left-side-header .bmui-tab-header-container.top-box .bmui-tab-header.bmui-tab-active .title {
    background: #e6e6e6 none repeat scroll 0 0;
    color: #dc4b6d;
}
#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: #dc4b6d;
}
#customer-profile-tabs .account_information {
    margin: 0 auto;
    padding: 0;
}
#customer-profile-tabs .shipping_address .edit-address-form .form-row,
#customer-profile-tabs .billing_address .edit-address-form .form-row,
#customer-profile-tabs .account_information .account-details-form .form-row {
    display: inline-block;
    padding-left: 0;
    padding-right: 30px;
    width: 50%;
}
#customer-profile-tabs .shipping_address .edit-address-form .form-row.btn-row,
#customer-profile-tabs .billing_address .edit-address-form .form-row.btn-row,
#customer-profile-tabs .account_information .account-details-form .form-row.btn-row {
    width: 100%;
}
#customer-profile-tabs .shipping_address .edit-address-form .form-row:nth-child(2n),
#customer-profile-tabs .billing_address .edit-address-form .form-row:nth-child(2n),
#customer-profile-tabs .account_information .account-details-form .form-row:nth-child(2n) {
    padding-right: 0px;
}
#customer-profile-tabs .account_information > .name {
    font-size: 18px;
    font-weight: 400;
}
#customer-profile-tabs .account-short-details {
    margin: 15px 0;
}
#customer-profile-tabs .shipping_address .button-line,
#customer-profile-tabs .account_information .button-line,
#customer-profile-tabs .billing_address .button-line {
    margin: 15px 0;
}

/*abandoned cart*/
#customer-profile-tabs .bmui-tab-body-container #saved-cart-details .form-row {
    margin: 10px 0;
}
#customer-profile-tabs .bmui-tab-body-container #saved-cart-details .form-row > label {
    display: inline-block;
    min-width: 125px;
    width: auto;
}
#customer-profile-tabs .abandoned-cart-items-wrap {
    padding-top: 15px;
}
#customer-profile-tabs .abandoned-cart-items-wrap > label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
/*store creadit*/
#customer-profile-tabs .bmui-tab.top-box {
    border: medium none;
    padding: 0;
}
#customer-profile-tabs #bmui-tab-store_credit .store-credit-info.info{
    display: block;
    font-size: 14px;
}
#customer-profile-tabs #bmui-tab-store_credit .form-row.mandatory > label {
    display: block;
    padding-bottom: 5px;
}
#customer-profile-tabs #bmui-tab-store-credit form .form-row:last-child button {
    margin-top: 5px;
}
#customer-profile-tabs #bmui-tab-store-credit .form-row .errorlist.after {
    padding-left: 0;
}
#customer-profile-tabs #bmui-tab-wish-list .create-wish-list {
    margin-top: 20px;
}
/*Layout Point*/
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-profile > p,
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-profile .loyality_point_quentity {
    font-size: 14px;
    padding-bottom: 5px;
}
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-profile .button-line {
    margin-top: 10px;
}
#customer-profile-tabs #bmui-tab-loyalty_point .button-line  {
    margin: 15px 0 0;
}
#customer-profile-tabs #bmui-tab-loyalty_point .loyalty-history .loyality_point_quentity {
    margin: 0 0 10px;
    width: 100%;
}
#customer-profile-tabs #bmui-tab-gift_registry .form-row > select,
#customer-profile-tabs #bmui-tab-store_credit .form-row.mandatory > textarea,
#customer-profile-tabs .loyalty_point .loyalty-claim .form-row select,
#customer-profile-tabs .loyalty_point .loyalty-claim .form-row input {
    width: 350px;
}
/*Wishlist*/
#customer-profile-tabs .wish-list-edit-form label {
    display: block;
    padding-bottom: 5px;
    width: 100%;
}
#customer-profile-tabs .wish-list-edit-form .btn-row label {
    display: none;
}
#customer-profile-tabs .wish-list-edit-form table {
    margin-top: 33px;
}
#customer-profile-tabs .wish-list-share-form .btn-row {
    padding: 0 ;
}
#customer-profile-tabs #bmui-tab-wish-list table + .wish-list-share-form {
    margin-top: 40px;
}
/*product*/
#customer-profile-tabs .product-view.image-view .content {
    margin: 0 -15px;
}
#customer-profile-tabs .product-view.image-view .product-block {
    box-sizing: content-box;
    padding: 15px;
    margin: 10px;
}
#customer-profile-tabs .product-view.image-view .product-name {
    display: block;
    line-height: 22px;
    margin: 10px 0;
    padding: 7px 0;
}
#customer-profile-tabs .product-block .btn-add {
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 15px;
    padding-top: 7px;
    position: unset;
}
#customer-profile-tabs .product-view.image-view .btn-add .button.add-to-cart-button::after {
    content: "";
}
#customer-profile-tabs .product-block .add-to-compare-button, #customer-profile-tabs .product-block .add-to-wish-list {
    font-size: 0;
    margin-right: 4px;
}
#customer-profile-tabs .scrollable-view .image {
    height: auto;
}
/*confirm popup */
.confirm-popup.popup {
    background-color: #fff;
}
.confirm-popup .header-line .close::before ,
.site-popup .window-corner-toolbar .close::before {
    color: #fff;
}
.site-popup .title-bar .close, .confirm-popup .header-line .close {
    height: 24px;
    right: 10px;
    top: 10px;
    width: 24px;
}
.site-popup .content, .confirm-popup .body {
    padding: 25px;
}
.site-popup .button-line, .confirm-popup .button-line {
    padding: 15px 25px;
    text-align: right;
}
.page-profile .oder-comment-form textarea {
    width: 100%;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}
.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;
    text-align: center;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper select {
    margin: 0;
    width: 100%;
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row.mandatory {
    padding-bottom: 7px;
    display: flex;
    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 #dc4b6d;
    border-radius: 3px;
    color: #dc4b6d;
    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: #dc4b6d none repeat scroll 0 0;
    border: 2px solid #dc4b6d;
    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 {
    min-width: 290px;
}
.payment-form.site-popup-form input {
    width: 100%;
}
.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 #dc4b6d;
    border-radius: 3px;
    color: #dc4b6d;
    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: #dc4b6d 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 #dc4b6d;
    color: #dc4b6d;
    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: #dc4b6d none repeat scroll 0 0;
    border: 2px solid #dc4b6d;
    color:#fff;
}
/*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: 23%;
    }
    #customer-profile-tabs .bmui-tab-panel.bmui-state-visible .bmui-tab-body-container {
        padding: 15px;
    }
    #customer-profile-tabs .gift-card-short-info .balance-section,
    #customer-profile-tabs .gift-card-short-info .expiry-section{
        margin-bottom: 20px;
    }
    #order-details .order-items-wrap {
        padding-top: 20px;
    }
    #customer-profile-tabs .gift-card-short-info .check-panel,
    #customer-profile-tabs .gift-card-short-info .card-details {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
        font-size: 20px;
    }
}
@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;
        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: #dc4b6d;
        content: "\f068";
        height: auto;
        width: auto;
    }
    #customer-profile-tabs.bmui-tab .bmui-tab-header::after {
        color: #999;
        content: "\f067";
        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 > .form-type-info {
        width: 15%;
    }
    #customer-profile-tabs.bmui-tab .bmui-tab-header {
        border-width: 1px 1px 0;
    }
    #customer-profile-tabs table {
        min-width: 650px;
    }
    #customer-profile-tabs .wish-list-share-form .btn-row,
    #customer-profile-tabs .gift-registry-share-form .form-row.btn-row,
    #customer-profile-tabs .accordion-item .form-row.btn-row,
    #customer-profile-tabs .form-row .errorlist.after {
        padding-left: 0;
    }
    #customer-profile-tabs #bmui-tab-gift-registry h3 + table,
    #customer-profile-tabs #bmui-tab-gift-registry h2 + table,
    #customer-profile-tabs #bmui-tab-gift-registry h1 + table {
        min-width: inherit;
        width: 100%;
    }
    #customer-profile-tabs .wish-list-edit-form table {
        min-width: inherit;
    }
    #customer-profile-tabs #bmui-tab-wish-list h1 + table {
        min-width: inherit;
    }
    #customer-profile-tabs .product-block.product-view-height-width {
        width: 258px;
    }
  
  /* customer profile toggle menu */
#customer-profile-tabs .profile-menu-btn {
	border: 1px solid #e2e2e2;
	font-size: 16px;
	color: #8a8a8a;
	font-weight: 400;
	margin: 10px 0;
	padding: 7px 15px;
	position: relative;
	cursor: pointer;
}

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

    #customer-profile-tabs .product-thumb-image {
        height: auto;
        width: 100%;
    }
    #customer-profile-tabs .button.profileLogout {
        float: none;
        position: absolute;
        right: 15px;
    }
    @media (max-width:767px) {
        #customer-profile-tabs .button.profileLogout {
            float: left;
            position: unset;
            right: 15px;
        }
        div.wc-snippet-title-center h1 {
            font-size: 24px;
        }
    }
div.wc-snippet-title-center h1 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
}
/* ================================ Exit customer profile ========================================*/

.owl-item .item .filter-group-item {
    margin: 10px;
    padding: 10px 0;
    text-align: center;
}
.owl-item .item .filter-group-item .image img {
    display: inline;
    width: auto;
}
.owl-item .item .filter-group-item .filter-group-item-name {
    display: none;
}
.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 ========================================*/
.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;
}
.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;
}
@media (max-width: 991px) {
    .entire-search h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .entire-search .search-result > .title {
        font-size: 22px;
    }
    .search-result .page .title {
        font-size: 18px;
    }
    .search-results .page {
        margin-bottom: 20px;
    }
    .search-result {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .search-results .product-view .footer {
        margin: 0 auto;
        text-align: center;
    }
    .search-results .product-view .footer .pagination {
        float: none;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .search-result {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .entire-search h2 {
        font-size: 24px;
    }
    .entire-search .search-result > .title {
        font-size: 20px;
    }
    .total-result {
        font-size: 15px;
        padding-bottom: 14px;
    }
    .search-results .page .summary {
        margin: 8px 0;
    }
}
/* ================================ End-Search-result-page ========================================*/

/* ================================ Blog-Comment-Section ===============================*/
.blog-post-details .blog-post-comment-panel .comment-item .name {
    color: #000000;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item span {
    color: #666666;
    font-size: 14px;
    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 =========== */

.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: #d9e9dc none repeat scroll 0 0;
    border: 1px #96d5a0 solid;
}
.message {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    font-size: 13px;
}
.fee .shop-by-selector .chosen-container {
    padding-right: 0;
    width: 100%;
}
.fee .filter-profile .wcui-checkbox.single {
    display: none;
}
.fee .widget-shopByFilterGroup .shop-by-selector .chosen-container {
    padding-right: 0;
    min-width: inherit;
    width: 100%;
}
.fee .product-view .chosen-container-single.per-page-count {
    min-width: inherit;
    float: none;
    padding-right: 0;
}
.fee .product-view .chosen-container-single.per-page-count a {
    padding: 3px 27px 3px 12px;
}
.fee .product-view .chosen-container.product-sorting {
    min-width: inherit;
    padding-right: 0;
}
.widget-filter .form-row .wcui-checkbox ~ input {
    display: inline-block!important;
}
.widget-navigation .menu-button.close em:nth-child(1) {
    -webkit-transform: rotate(45deg) translateX(6px) translateY(6px);
    -ms-transform: rotate(45deg) translateX(6px) translateY(6px);
    transform: rotate(45deg) translateX(6px) translateY(6px);
}
/*=============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;
    font-weight: 500;
}
#customer-profile-tabs #bmui-tab-my-orders .bmui-tab-body-container .address-view {
    padding-bottom: 20px;
    font-weight: 500;
}

#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 .errorlist .message-text {
    font-size: 13px;
}

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

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

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

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

/*============= Newsletter Unsubscription ==============*/
.newsletter.unsubscribe .form-row.mandatory::before {
    display: none;
}
.newsletter.unsubscribe .form-row label {
    display: block;
    padding-bottom: 5px;
}
.newsletter.unsubscribe .form-row {
    height: auto;
    padding: 0;
    margin: 0;
    max-width: inherit;
    width : 100%;
}
.newsletter.unsubscribe .message {
    display: block;
    padding-bottom: 15px;
}
.page-newsletter-subscription .subscription-list-success {
    border: none;
    width: auto;
    max-width: 473px;
}
.subscription-list-success .title {
    margin: 0;
    background-color: #2a9ad7;
    border-left: 1px #2a9ad7 solid;
    border-right: 1px #2a9ad7 solid;
}
.subscription-list-success .messess-text {
    border-left: 1px #2a9ad7 solid;
    border-right: 1px #2a9ad7 solid;
    border-bottom: none;
    margin: 0;
    position: relative;
    background-position: 25px 22px;
    padding: 41px 10px 30px 112px;
}
.subscription-list-success .messess-text:after {
    content: "";
    height: 1px;
    width: auto;
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 0;
    background-color: #ccc;
}
.subscription-list-success .help {
    padding: 15px 28px;
    margin: 0;
    border-left: 1px #2a9ad7 solid;
    border-right: 1px #2a9ad7 solid;
    border-bottom: 1px #2a9ad7 solid;
}
.subscription-list-success .help .link {
    margin-right: 4px;
    color: #2a9ad7;
}
.subscription-list-success .help .link:hover {
    color: #333333;
}
/*============= Blog comment like reply ==============*/
.blog-post-details .post-description > .loging-to-react {
    background: #dc4b6d 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: #d03f61 none repeat scroll 0 0;
    color: #fff;
}
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply,
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react,
.blog-post-details .blog-post-comment-panel .comment-item .reaction {
    cursor: pointer;
}
.blog-post-details .blog-post-comment-panel .comment-item .loging-to-react:hover,
.blog-post-details .blog-post-comment-panel .comment-item .btn-comment-reply:hover {
    text-decoration: underline;
}


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

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

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

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

.popup.alert-popup .header-line .ok {
    display: block;
    width: 100%;
    font-size: 18px;
    background-color: #2a9ad7;
    color: #fff;
    -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: #000000;
}
.alert-popup.time-out .header-line span.ok:hover {
    background-color: #d03f61;
}

/*============= 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: 600;
}
.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: #222222;
    font-weight: 600;
}
.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: 600; 
    color: #222222;
}
.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: 600;
}
.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: 600;
}
.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: 600;
    text-transform: capitalize;
    color: #222222;
}
.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 #222222;
}
.chosen-container-single .chosen-single {
    color: #222222;
    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: #222222;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.chosen-container-single .chosen-single span {
    color: #222222; 
}
.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: 600;
}
.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: #222222;
}
.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: #222222;
}
.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: 600;
    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 #222222 transparent;
    right: 15px;
}
.quick-cart-content table {
    border: none;
    padding: 8px 0;
    line-height: 23px;
    font-weight: 600;
    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: #222222;
}
.quick-cart-content table tr td.price {
    word-break: break-all;
}
.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: 600;
    color: #222222;
    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: 600;
    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: 600;
    color: #222222;
    background: transparent;
    border: 0px solid #eee;
    border-bottom: 1px solid #F3F3F3;
}
.cartitem-table td {
    font-size: 16px; 
    color: #222222;
    background: transparent;
    border: 0px solid #eee; 
    padding: 15px;
}
.cartitem-table td.price {
    text-align: right;
    font-weight: 600;
}
.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: #222222;
    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;
}
.check-out-total .price, .shopping-cart-total .price {
    color: #222222;
    font-weight: 600;
    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: 600;
    color: #222222;
}
.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: #222222;
}
p.order-info {
    font-size: 24px; 
    color: #222222;
}
.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: 600;
    color: #222222;
}
.checkout-page-options .new-customer p {
    font-size: 15px;
    line-height: 26px;
}
.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
    font-weight: 600;
    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: 600;
    color: #222222;
}
.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: #222222; 
}
.payment-success-total > table .price {
    font-size: 18px; 
    font-weight: 600;
    color: #222222;
}
.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: #222222;
    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: 600;
    padding-left: 5px;
    line-height: 22px;
    position: relative;
    color: #222222;
}
.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: #222222;
    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 #dc4b6d solid;
    color: #dc4b6d;
}
input.button.cancel-button.et_billing_cancel:hover,
input.button.cancel-button.et_shipping_cancel:hover {
    background: #dc4b6d;
    border: 2px #dc4b6d 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: #222222;
    font-weight: 600;
    text-transform: uppercase;
}
.checkout-page .address-view>.header span.title,
.checkout-page .address-edit-from-wrap>.header span.title {
    margin-bottom: 5px;
    color: #222222 !important;
    font-size: 18px;
    font-weight: 600;
}
.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: 600;
}

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

.check-out-total>.price-row {
    padding-top: 0;
    padding-bottom: 0;
}
.confirm-step-form .left-panel {
    width: 50%;
    background: #fff;
    padding: 40px;
    margin: 53px 0 0 0;
    padding-left: 15px;
}
.confirm-step-form .cart-item .details .price {
    padding: 0;
}
.confirm-step-form .right-panel {
    padding: 0 0 0 30px;
    background-color: #ffffff;
    width: 50%;
}
.checkout-page .section.confirm form>div+div span strong {
    font-size: 15px;
    vertical-align: top;
}
.confirm-step-form .left-panel>.header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 600;
}
.checkout-page .payment-option>.header {
    border-top: 0;
    text-transform: uppercase;
    color: #222222;
}
.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: #222222;
    font-weight: 600;
}
.check-out-total>.price-row .price {
    font-weight: 600;
    min-width: 160px;
}
.check-out-total>.price-row .label, .check-out-total>.price-row .price {
    padding: 8px 0;
    color: #222222;
}
.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 #e6e6e6;
}
.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 #222222;
    background: #222222;
}
.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: #222222;
    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: #222222;
}
.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: #222222;
}
.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: 600;
    margin: 0;
    padding: 10px 0 0 187px;
    color: #222222;
}
.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: #222222;
}
.add-to-wishlist-popup .form-row label,
.add-to-wishlist-popup label {
    font-weight: 600;
    color: #222222;
    width: 100%;
    padding-bottom: 5px;
}
.add-to-wishlist-popup .prodict-name {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    color: #222222;
}
.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: 600;
    color: #222222;
}
.add-to-compare-popup table .product-price {
    font-size: 24px;
}

/* save cart popup */
.loging-to-save.popup a,
.loging-to-react.popup a {
    color: #222222;
    font-size: 16px;
    font-weight: 600;
}
.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: #222222;
    font-weight: 600;
}
.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: #222222;
    font-size: 17px;
    font-weight: 600;
}
.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: #222222;
    font-weight: 400;
    text-align: right;
}
.checkout-page .delivery-types>.form-row input[type="radio"]+span {
    font-weight: 600;
    color: #222222;
}
.page-checkout .address-selection-popup .name {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}
.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: 600;
}
.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: 600;
    }
    .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: 600;
    }
    .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;
        text-align: left;
    }

    .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;
        justify-content: space-between;
    }
    .checkout-page .check-out-total>.price-row.total-order .label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
    }
    .checkout-page .check-out-total>.price-row .price {
        padding-left: 15px
    }
    .checkout-page .check-out-total>.price-row.total-order .label > span {
        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;
        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: right;
        padding: 7px 0 7px 5px;
        font-size: 14px;
    }
    .page-post-payment .order-details .cartitem-table.order_details_table td {
        text-align: center;
        font-weight: 600;
    }
    .payment-success-total>table tr {
        border-bottom: 1px solid #ececec;
    }
    .payment-success-total > table td.total-label {
        text-align: left;
        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 ____________________________  */
.customer-new-password .form-row label {
    width: auto;
}
/* ---------------- tab ------------------------*/
.bmui-tab-header-container {
    letter-spacing: normal;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: #e6e6e6 none repeat scroll 0 0;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dc4b6d;
    margin-right: 0;
    position: relative;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title::after {
    border-color: transparent transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 19px 0 19px 15px;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
}
.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background-color: #e6e6e6;
    border-left: 1px solid #e6e6e6;
    color: #dc4b6d;
}
.subscription-list-success .message-block.error-message,
.subscription-list-success .message-block.info-message {
    margin-left: 0;
    margin-right: 0;
}
.widget.widget-snippet .copy-right > a {
    color: #dc4b6d;
}
.widget.widget-snippet .copy-right > a:hover {
    color: #000000;
}
.blog-post-details .social-media-share a.facebook-messenger-share-icon {
    background-color: #0080F7;
    border: 2px solid #0080F7;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
.blog-post-details .social-media-share a.facebook-messenger-share-icon:hover {
    background-color: rgba(0,0,0,0);
    border: 2px solid #0080F7;
}
.blog-post-details .social-media-share a.facebook-messenger-share-icon img {
    display: none;
}
.blog-post-details .social-media-share a.facebook-messenger-share-icon:after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%200C4.4775%200%200%204.14583%200%209.25917C0%2012.1733%201.45417%2014.7725%203.72667%2016.4692V20L7.13167%2018.1317C8.04%2018.3825%209.00333%2018.5183%2010%2018.5183C15.5225%2018.5183%2020%2014.3733%2020%209.25917C20%204.14583%2015.5225%200%2010%200ZM10.9942%2012.4692L8.4475%209.75333L3.47833%2012.4692L8.94417%206.66667L11.5525%209.3825L16.46%206.66667L10.9942%2012.4692Z%22%20fill%3D%22white%22%2F%3E %3C%2Fsvg%3E");
}

.blog-post-details .social-media-share a.facebook-messenger-share-icon:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M10%200C4.4775%200%200%204.14583%200%209.25917C0%2012.1733%201.45417%2014.7725%203.72667%2016.4692V20L7.13167%2018.1317C8.04%2018.3825%209.00333%2018.5183%2010%2018.5183C15.5225%2018.5183%2020%2014.3733%2020%209.25917C20%204.14583%2015.5225%200%2010%200ZM10.9942%2012.4692L8.4475%209.75333L3.47833%2012.4692L8.94417%206.66667L11.5525%209.3825L16.46%206.66667L10.9942%2012.4692Z%22%20fill%3D%22%230080F7%22%2F%3E %3C%2Fsvg%3E");
}
.blog-post-details .social-media-share a.addthis_button_email::after {
    font-family: 'FontAwesome';
    content: "\f0e0";
    display: inline-block;
    font-size: 22px;
    margin: 0;
    color: #fff;
}
.blog-post-details .social-media-share a.addthis_button_email {
    background-color: rgba(115,138,141, 1);
    border: 2px rgba(115,138,141, 1) solid;
}
.blog-post-details .social-media-share a.addthis_button_email:hover {
    background-color: rgba(115,138,141, 0);
    border: 2px rgba(115,138,141, 1) solid;
}
.blog-post-details .social-media-share a.addthis_button_email:hover:after {
    color: rgba(115,138,141, 1);
}
.blog-post-details .social-media-share-bar {
    padding-bottom: 20px;
    overflow: hidden;
}
.blog-post-details .blog-post-comment-panel {
    padding-top: 0;
}
.blog-post-details .post-description > .loging-to-react {
    width: auto!important;
}
.blog-post-details .social-media-share a.addthis_button_linkedin {
    background-color: #0077B5;
    border: 2px #0077B5 solid;
}
.blog-post-details .social-media-share a.addthis_button_linkedin::after {
    font-family: 'FontAwesome';
    content: "\f0e1";
    display: inline-block;
    font-size: 22px;
    margin-top: 2px;
    color: #fff;
}
.blog-post-details .social-media-share a.addthis_button_linkedin:hover::after {
    color: #0077B5;
}
.page-cart .cartitem-table th {
    padding: 10px 15px;
}
.page-cart .shopping-cart-total .price {
    padding-right: 0;
}
#customer-profile-tabs .form-row.btn-row button[disabled] {
    border-color: #bfbfbf;
    color: #666666;
    pointer-events: none;
}
/* customer profile */

#customer-profile-tabs .billing_address .wrap,
#customer-profile-tabs .shipping_address .wrap {
    overflow-y: auto;
}
#customer-profile-tabs #order-list {
    overflow-y: auto;
}
#customer-profile-tabs #saved-cart-listing {
    overflow-y: auto;
}
#customer-profile-tabs .saved-cart-items-wrap {
    overflow-y: auto;
}
#customer-profile-tabs #order-details .order-items-wrap {
    overflow-y: auto;
}

@media (max-width: 767px) {
    #customer-profile-tabs .button.profileLogout {
        float: none;
        display: block;
        text-align: left;
    }
}

@media(max-width: 575px){
    #customer-profile-tabs #order-details .info-row {
        display: flex;
        justify-content: space-between;
    }
    
    #customer-profile-tabs #order-details .info-row .value {
        width: auto;
    }  
}

/* product share */
#customer-profile-tabs .refer-this.product-share {
    display: inline-block;
    cursor: pointer;
}
.floating-panel-popup.product-share-option {
    padding: 10px;
}

.floating-panel-popup.product-share-option label {
  font-weight: 600;
  padding: 0 5px 10px;
}

.floating-panel-popup.product-share-option .share-medium div[class$="-share"] {
  margin: 0;
  padding: 5px;
  cursor: pointer;
}

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

.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  background-size: 20px 20px;
}

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

.floating-panel-popup.product-share-option .share-medium .facebook-share:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22448%22%20height%3D%22448%22%20viewBox%3D%220%200%20448%20448%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M400%200H48C35.2696%200%2023.0606%205.05713%2014.0589%2014.0589C5.05713%2023.0606%200%2035.2696%200%2048L0%20400C0%20412.73%205.05713%20424.939%2014.0589%20433.941C23.0606%20442.943%2035.2696%20448%2048%20448H185.25V295.69H122.25V224H185.25V169.36C185.25%20107.21%20222.25%2072.88%20278.92%2072.88C306.06%2072.88%20334.44%2077.72%20334.44%2077.72V138.72H303.17C272.36%20138.72%20262.75%20157.84%20262.75%20177.45V224H331.53L320.53%20295.69H262.75V448H400C412.73%20448%20424.939%20442.943%20433.941%20433.941C442.943%20424.939%20448%20412.73%20448%20400V48C448%2035.2696%20442.943%2023.0606%20433.941%2014.0589C424.939%205.05713%20412.73%200%20400%200Z%22%20fill%3D%22%232968CC%22%2F%3E %3C%2Fsvg%3E");
}

.floating-panel-popup.product-share-option .share-medium .twitter-share:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22448%22%20height%3D%22448%22%20viewBox%3D%220%200%20448%20448%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M400%200H48C21.5%200%200%2021.5%200%2048V400C0%20426.5%2021.5%20448%2048%20448H400C426.5%20448%20448%20426.5%20448%20400V48C448%2021.5%20426.5%200%20400%200ZM351.1%20158.8C351.3%20161.6%20351.3%20164.5%20351.3%20167.3C351.3%20254%20285.3%20353.9%20164.7%20353.9C127.5%20353.9%2093%20343.1%2064%20324.5C69.3%20325.1%2074.4%20325.3%2079.8%20325.3C110.5%20325.3%20138.7%20314.9%20161.2%20297.3C132.4%20296.7%20108.2%20277.8%2099.9%20251.8C110%20253.3%20119.1%20253.3%20129.5%20250.6C99.5%20244.5%2077%20218.1%2077%20186.2V185.4C85.7%20190.3%2095.9%20193.3%20106.6%20193.7C97.6043%20187.716%2090.2298%20179.599%2085.1347%20170.072C80.0396%20160.544%2077.3823%20149.904%2077.4%20139.1C77.4%20126.9%2080.6%20115.7%2086.3%20106C118.6%20145.8%20167.1%20171.8%20221.5%20174.6C212.2%20130.1%20245.5%2094%20285.5%2094C304.4%2094%20321.4%20101.9%20333.4%20114.7C348.2%20111.9%20362.4%20106.4%20375%2098.9C370.1%20114.1%20359.8%20126.9%20346.2%20135C359.4%20133.6%20372.2%20129.9%20384%20124.8C375.1%20137.9%20363.9%20149.5%20351.1%20158.8Z%22%20fill%3D%22%231D9BF0%22%2F%3E %3C%2Fsvg%3E");
}

.floating-panel-popup.product-share-option .share-medium .linkedin-share:before {
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22448%22%20height%3D%22448%22%20viewBox%3D%220%200%20448%20448%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M416%200H31.9C14.3%200%200%2014.5%200%2032.3V415.7C0%20433.5%2014.3%20448%2031.9%20448H416C433.6%20448%20448%20433.5%20448%20415.7V32.3C448%2014.5%20433.6%200%20416%200ZM135.4%20384H69V170.2H135.5V384H135.4ZM102.2%20141C80.9%20141%2063.7%20123.7%2063.7%20102.5C63.7%2081.3%2080.9%2064%20102.2%2064C123.4%2064%20140.7%2081.3%20140.7%20102.5C140.7%20123.8%20123.5%20141%20102.2%20141ZM384.3%20384H317.9V280C317.9%20255.2%20317.4%20223.3%20283.4%20223.3C248.8%20223.3%20243.5%20250.3%20243.5%20278.2V384H177.1V170.2H240.8V199.4H241.7C250.6%20182.6%20272.3%20164.9%20304.6%20164.9C371.8%20164.9%20384.3%20209.2%20384.3%20266.8V384Z%22%20fill%3D%22%230077B7%22%2F%3E %3C%2Fsvg%3E");
}

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

.floating-panel-popup.product-share-option .share-medium .image-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.widget-form .checkbox input[type="checkbox"]:focus+label::before, 
.widget-form .radio input[type="radio"]:focus+label::before {
    outline: none;
}
.widget-form .checkbox input[type="checkbox"]:checked+label::before, .widget-form .radio input[type="radio"]:checked+label::before {
    background-color: #dc4b6d;
    border-color: #dc4b6d;
}
.widget-form .radio label::after {
    background-color: #dc4b6d;
    border-color: #dc4b6d;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #dc4b6d;
    border: 3px solid #dc4b6d;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #dc4b6d solid;
}
.Zebra_DatePicker td.dp_current {
    color: #dc4b6d;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #dc4b6d;
}


/* ----------------------------------------------------------
// 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: #dc4b6d;
    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: #dc4b6d;
    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: #dc4b6d;
    border-width: 0 1px 1px 1px;
}
.review-view-panel .product-review-container {
    background: none;
    border: none;
    padding: 0;
}
.review-view-panel  .single-review-block {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 4px 4px 0px 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-view-panel .total-review-panel .avg-review-label {
        display: block;
    }
    
    .review-view-panel .total-review-panel .review-rating.read-only {
        margin: 5px 0;
    }
    
    .review-view-panel .total-review-panel .review-rating.read-only span {
        margin-left: 0;
        margin-right: 3px;
    }
}
/* // Review and Rating - END */

.widget-gallery.jssorSlider::before {
    content: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: url(/template/48f2c27f/images/slider-loading.webp) no-repeat center center;
    background-size: 60px;
}
