/*
name: Wine Store
version: 1.0.0
identity: 0680E564-CE6D-415F-8658-CC8303A23B73
*/

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

input,
button,
select,
textarea {
    font-family: "Montserrat",sans-serif;
    font-size: inherit;
    line-height: inherit;
}
a:link, a:active, a:visited {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    color: #d32931;
    text-decoration: none;
}
a:link:hover, a:visited:hover{
    color: #000;
}
body .widget-article a, body .widget-article a:focus{
    color: #d32931;
}
body .widget-article a:hover, body .widget-article a:focus{
    color: #000;
}
a, a:link, a:hover, a:active, a:visited {
    cursor: pointer;
    font-weight: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat",sans-serif;
    color: #000;
    font-weight: 600;
}
h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 20px;
    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: "Open Sans",sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    margin: 0 0 15px;
    padding-bottom: 0;
}
ul, ol {
    margin-bottom: 20px;
    padding: 0 0 0 15px;
}
ul li, ol li {
    font-size: 14px;
    color: #000;
    line-height: 2;
}
table {
    max-width: 100%;
    margin-bottom: 20px;
}
table th {
    font-size: 14px;
    font-weight: 600;
}
table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    font-size: 13px;
    line-height: normal;
    text-align:left;
}
body .widget-article a:hover, body .widget-article a:focus {
    color: #000000;
}
.html-container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-content .v-split-container > .v-split {
    margin: auto;
    width: 1170px;
}
.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
body {
    font-family: "Open Sans",sans-serif;
    background-color: #FFf;
}
body > .header {
    position: relative;
    z-index: 10;
}
body > .header.active-section {
    z-index: auto;
}
#spltr-2694E793-2DB6-4C47-B7AD-C1134D1114F2 {
    margin-top: -225px;
}
.auto-page .page-content {
    padding-left: 15px;
    padding-right: 15px;
}
.clearfix::after, .container::after, .container-fluid::after, .row::after {
    clear: both;
}
input[type="submit"], input[type="button"], button, .button, a.button {
    background: #d32931 none repeat scroll 0 0;
    color: #fff;
    vertical-align:middle;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, a.button:hover, .button:hover {
    background: #000000 none repeat scroll 0 0;
    vertical-align:middle;
}
@media (min-width: 1300px) {
    .fixed-width > .header,
    .fixed-width > .body,
    .fixed-width > .footer {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        margin: auto;
        width: 1300px;
    }
}
.galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    text-align: center;
    width: 100%;
}
div.iframe-mask {
    z-index: 0;
}
input[type="submit"][disabled],
input[type="button"][disabled],
button[disabled],
.button.disabled,
a.button.disabled ,
.widget.widget-newsletter.newsletter-right .form-row.button-container > button[disabled],
.widget.widget-newsletter.newsletter-right .form-row.button-container > button[disabled]:hover{
    background: #bfbfbf none repeat scroll 0 0!important;
    border: medium none;
    color: #acacac!important;
    text-shadow: 0 0 1px #e6e6e6;
}
.brand-section .owl-carousel .brand .image img {
    opacity: 0.7;
}
.brand-section .owl-carousel .brand .image img:hover {
    opacity: 1;
}
/*====================== Header-Home-css============== */
.cart-details-link {
    overflow: hidden;
    padding-top: 15px;
}
.widget.widget-navigation.main_menu {
    background: #fff;
    padding: 21px 0;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item > a {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 24px 40px;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item > a:hover{
    color:#D32931;
    transition: all 0.1s ease-in-out 0s;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item.active > a {
    color:#D32931;
}
/* child navigation item */
.horizontal .navigation-item .navigation-item-child-container {
    left:15px;
    top: 51px;
    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-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin-right: 0;
    padding:15px 0;
}
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item-child-container .navigation-item a:hover,
.widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item-child-container .navigation-item a.active {
    color:#D32931;
    transition: all 0.1s ease-in-out 0s;
}
.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) rgb(255, 255, 255);
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: 12px;
    content: "";
    display: inline-block;
    font-family: fontawesome;
    height: 0;
    margin-left: 2px;
    position: relative;
    vertical-align: middle;
    width: 0;
}
.widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container {
    left: 250px;
    width: 250px;
}
.widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: medium none;
}
.widget-navigation.main_menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.has-child > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgb(255, 255, 255);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    content: "";
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 992px) {
    .widget-navigation.main_menu .nav-wrapper.horizontal .navigation-item-child-container .navigation-item.active a {
        color: #D32931;
    }
}
/* Top navigation item */
.widget.widget-navigation.account-nav {
    text-align: right;
}
.widget.widget-navigation.account-nav a {
    color: #fff;
    text-transform: uppercase;
    font-family:"Open Sans",sans-serif;
    font-size: 13px;
    text-decoration: none;
}
.widget.widget-navigation.account-nav a:active,
.widget.widget-navigation.account-nav a:hover{
    color: #D32931;
}
.widget.widget-navigation.account-nav .navigation-item-0 a::after {
    color: #fff;
    content: "|";
    margin-left: 10px;
}
/* Shoping cart */
.header .cart-wrapper > a {
    color: #000000;
}
.header .cart-wrapper {
    margin-left: 25px;
    margin-top: 25px;
    cursor: pointer;
}
.header .cart-widget-img {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline;
}
.header .cart-widget-img::after {
    content: "\f07a";
    font-family: fontawesome;
    font-size: 20px;
    vertical-align: middle;
}
.header .cart-widget-img:hover{
    color: #D32931;
}
.widget.widget-cart.header-right .cart-widget-text {
    background: #d32931 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    font-size: 13px;
    left: 35px;
    padding: 2px;
    position: absolute;
    top: 18px;
    min-width: 23px;
    text-align: center;
}
.header-right {
    background: #fff;
}
/* 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: 25px;
    color:#D32931;
}
.widget.widget-search.header-right .search-menu-button.responsive-menu-btn:hover{
    color: #000000;
}
.widget-search .search-form.show {
    height: 60px;
}
.widget-search .search-form form {
    padding: 10px;
}
.widget-search .search-form {
    background-color: #D32931 !important;
    display: block !important;
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top:72px;
    transition: all 400ms ease 0s;
    width: 360px;
    z-index: 9999;
}
.widget-search .search-form input {
    border: medium none;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    border-radius: 5px;
    padding: 5px 60px 5px 10px;
    width: 100%;
    max-width: 100%;
}
.widget-search .search-form button::after {
    color: #5d5d5d;
    content: "";
    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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 0;
    height: 40px;
    margin: 0;
    border: none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    width: 40px;
}
.search-menu-button.responsive-menu-btn:hover{
    color:#d32931;
}
.cart-menu-button::after, .search-menu-button::after{
    font-size: 18px;
}
.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:hover,
.section-our .team > input[type="submit"], button:hover{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
/*====================== Body-Home-css============== */
.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)
}

/* first images */
#spltr-FEC4046F-D277-4A04-828F-51C75E026A4A {
    box-sizing: border-box;
    padding: 15px ;
}
.widget-image.best-sell > img {
    height: 420px;
}
.active-section .widget.first-images.first-images {
    z-index: auto;
}
/* scend part html */
.widget.widget-html.weekly {
    padding: 15px;
}
.widget.widget-html.weekly .weekly-feauter > h2 {
    color: #000000;
    font-family: "Montserrat",sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 10px;
}
.widget.widget-html.weekly .weekly-feauter> p {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-style: italic;
}
.weekly-feauter {
    text-align: center;
}
.weekly-feauter::before {
    background: #10b765 none repeat scroll 0 0;
    bottom: 20px;
    box-sizing: border-box;
    content: "";
    height: 2px;
    left: auto;
    position: absolute;
    right: 46%;
    width: 48px;
}
.weekly-feauter::after {
    background-color: #444444;
    bottom: 20px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 46%;
    position: absolute;
    right: auto;
    text-align: center;
    width: 48px;
}

/*home page newsletter */
#spltr-B6E7B0BE-04E9-4BB6-95D9-9D78762A1511 {
    background: rgba(0, 0, 0, 0) url("/template/37f72000/images/newsletter-section-bg.jpg") no-repeat scroll center center / cover ;
    height: 465px;
    width: auto;
}
.widget-html.newsletter-title > h2 {
    color: #ffffff;
    font-size: 28px;
    margin: 15px 0;
    text-transform: uppercase;
    font-weight: 500;
}
.widget-html.newsletter-title > p {
    color: #ffffff;
    font-size: 14px;
}
.widget.widget-html.newsletter-title {
    margin: 90px auto 0;
    padding-top: 130px;
    text-align: center;
}
.widget.widget-html.newsletter-title h2,
.widget.widget-html.newsletter-title p {
    color: #fff;
}
.newsletter-right .message-block.error-message,
.newsletter-right .message-block.error,
.newsletter-right .message-block.info-message {
    margin: 0 auto;
    max-width: 485px;
    text-align: center;
    width: auto;
}
.widget.widget-newsletter.newsletter-right .form-row.mandatory *::-moz-placeholder {
    color: #c3c1bf;
    font-size: 15px;
}
.newsletter.inplace.valid-verify-form {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.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: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #999692;
    font-size: 14px;
    height: 55px;
    max-width:395px;
    padding: 0 12px;
    width: 355px;
}
.widget.widget-newsletter.newsletter-right .form-row.button-container > label {
    display: none;
}
.widget.widget-newsletter.newsletter-right .form-row.button-container > button {
    background: #d32931 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    height: 55px;
    margin: 0 0 0 -7px;
    text-shadow: 0 0 1px #e6e6e6;
    width: 135px;
}
.widget.widget-newsletter.newsletter-right .form-row.button-container > button:hover {
    background: #10b765 none repeat scroll 0 0 !important;
}
.widget.widget-newsletter.newsletter-right .message-block.message-text{
    position: absolute;
}
/*home page brand logo*/
.brand-section {
    padding: 20px 15px;
    overflow: hidden;
    margin: 80px 0;
}
.brand-section .owl-item .item .brand {
    height: auto;
    margin: 10px;
    padding: 0;
    width: 100%;
}
.brand-section .owl-carousel .owl-item {
    text-align: center;
}
.brand-section .owl-carousel .brand .image img {
    display: inline;
    width: auto;
}
.brand-section .owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
}
.widget.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev,
.widget.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;
}
div.owl-theme .owl-controls {
    margin-top: 0;
    height: 0;
}
.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .scroller span.scroll-left::after {
    color: #999999;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    position: static;
    transform: none;
}
.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-next::after, .scroller span.scroll-right::after {
    color: #999999;
    content: "";
    font-family: fontawesome;
    font-size: 20px;
    position: static;
    transform: none;
}
.widget.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev {
    left: -30px;
}
.widget.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-next {
    right: -30px;
}
.widget.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev, .widget.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:15px;
}
.brand-section .brand-name{
    height: 0;
}
.brand-section .brand-name .brand-name-link.title-link.link {
    font-size: 0;
}
.widget-filter .form-row label.name {
    display: none;
}
.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-next:hover::after, .scroller span.scroll-right:hover::after,
.brand-section .owl-carousel .owl-controls .owl-nav > div.owl-prev:hover::after, .scroller span.scroll-left:hover::after {
    opacity: 0.5;
}
.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;
}
/*====================== Footer-Home-css============== */
body > .footer {
    background: #191919 none repeat scroll 0 0;
}
/*footer-nav-wrapper */
.widget.widget.widget-navigation.footer-nav .widget-title {
    color: #fff;
    font-size: 24px;
    font-family: "Oswald",sans-serif;
    padding-bottom: 10px;
}
.widget-navigation.footer-nav .vertical .navigation-item a {
    border: medium none;
    color: #c1c1c1;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    padding: 4px 0;
}
.widget-navigation.footer-nav .vertical .navigation-item.active > a,
.widget-navigation.footer-nav .vertical .navigation-item a:hover {
    color: #D32931;
}
/* Footer-articel*/
.widget.widget-article.footer-phone .article-content {
    display: flex;
    margin-top: 10px;
}
.widget.widget-article.footer-phone .article-content > p {
    color: #c1c1c1;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    padding: 0;
}
.widget.widget-article.footer-phone .article-content > p::after {
    content: ":";
    font-family: fontawesome;
    vertical-align: top;
}
.widget.widget-article.footer-phone .article-content > h4,
.widget.widget-article.footer-phone .article-content a {
    color: #fff;
    font-family: "Oswald",sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 5px;
    padding: 0 0 0 3px;
}
.widget.widget-article.footer-phone .article-content a:hover {
    color: #d32931;
}
.widget.widget-html.footer-border > hr {
    color: #313031;
}
/* Footer-copyright-articel*/
.widget.widget-article.copyright .article-content > p {
    color: #676767;
    font-size: 14px;
    padding: 0;
    line-height: 24px;
}
.widget.widget-article.copyright .article-content span > a {
    color: #1da0ca;
    font-weight: 600;
}
.widget.widget-article.copyright .article-content span > a:hover {
    color: #085f89;
}
/* Extra */
/* dfhdfdhf */
/*home product*/
.widget.widget-product.product.two.hh .product-view.image-view .content,
.product-view.scrollable-view .content {
    margin: 0;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    border: medium none;
    box-sizing: content-box;
    font-size: 15px;
    margin: 0;
    padding: 15px 15px 30px;
    text-align: center;
}
.widget-product.best-selling .product-block.product-image-view-width {
    padding: 15px 18.5px 30px;
}
#spltr-B2C0B28C-D370-4146-AB94-59B420A064C3 .widget-product.product.two.hh{
    padding-bottom:75px;
}
.product-view.image-view .product-image, .product-view.scrollable-view .product-image {
    background: #F6F6F6 none repeat scroll 0 0;
    box-sizing: content-box;
}
.widget.widget-product.product.two .product-view.scrollable-view img, .product-view.image-view img {
    opacity: 1;
    transition: all 300ms ease-out 0s;
}
.widget.widget-product.product.two .product-view.scrollable-view img, .product-view.image-view img:hover{
    opacity: 0.2;
    transform: scale(1.1);
    transition: all 300ms ease-out 0s;
}
.widget.widget-product.product.two .review-rating.read-only{
    display: block;
    margin: 0 auto;
    padding:15px 0 5px;
}
.widget.widget-product.product.two .product-view.image-view
.product-name, .product-view.scrollable-view .product-name,
.product-view.image-view .product-name,
.product-view.scrollable-view .product-name {
    color: #000;
    margin: 14px 0 10px;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
}
.widget.widget-product.product.two .product-name-link.title-link.link:hover,
.product-view.image-view .product-name:hover, .product-view.scrollable-view .product-name:hover,
.widget-product.best-selling .product-name > a:hover {
    color: #D32931;
}
.widget.widget-product.product.two .price {
    color: #000;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 0;
}
.price {
    font-size: 16px;
    padding: 0 0 10px;
}
.product-view.image-view.product-quick-view.with-description .quick-view-btn.button,
.widget.widget-product.product.two.scroll .product-view .quick-view-btn{
    background: #d32931 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 20px;
}
.product-view.image-view.product-quick-view.with-description .quick-view-btn.button:hover,
.widget.widget-product.product.two.scroll .product-view .quick-view-btn:hover{
    background: #000000 ;
}
.product-view.image-view.product-quick-view.with-description .quick-view-btn,
.widget.widget-product.product.two.scroll .product-view .quick-view-btn {
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.product-image:hover .btn-add .button.call-for-price {
    opacity: 1;
    transform: translate(0px, -15px);
}
.product-image .btn-add .button.call-for-price {
    display: inline-block;
    font-size: 14px;
    height: 37px;
    line-height: 17px;
    margin: 5px 4px 0;
    opacity: 0;
    padding: 10px 15px;
    transition: all 0.3s ease 0s;
    vertical-align: top;
}
.widget.widget-product.product.two .add-to-cart-button.button.et_pdp_add_to_cart, .add-to-cart-button {
    background: #d32931 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    height: 37px;
    line-height: 17px;
    margin: 5px 2px 0;
    padding: 10px 15px;
}
.widget.widget-product.product.two .add-to-cart-button.button.et_pdp_add_to_cart:hover{
    background: #000000 ;
}
.add-to-compare-button::after, .add-to-wish-list::after, .remove-from-compare-button::after {
    font-size: 15px;
    line-height: 16px;
}
.add-to-wish-list.button.et_pdp_add_to_wish_list{
    margin: 5px 4px 0;
    padding:10px;
    height: 37px;
}
.add-to-wish-list.button.et_pdp_add_to_wish_list:hover {
    background: #d32931 none repeat scroll 0 0;
    border: 1px solid  #d32931;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.quick-cart-content table th, .quick-cart-content table td {
    border: medium none;
}
.widget.widget-product.product.two .add-to-compare-button.button ,
.add-to-compare-button.button ,.product-view.scrollable-view .btn-add .remove-from-compare-button,
.product-image .add-to-compare-button, .product-image .add-to-wish-list, .product-image .remove-from-compare-button{
    margin:5px 4px 0;
    background: #fff none repeat scroll 0 0;
    padding:10px;
    color: #666;
    height: 37px;
}
.widget.widget-product.product.two .add-to-compare-button.button:hover, .add-to-compare-button.button:hover,
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover{
    background: #d32931 none repeat scroll 0 0;
    border: 1px solid  #d32931;
    color: #fff;
    transition: all 0.3s ease 0s;
}
#spltr-0D81181E-C999-4AFC-9737-25A56519D9A1 {
    padding-top: 80px;
}
.product-view .product-block .review-rating-wrapper .review-rating {
    margin: 15px auto 0;
}

/* view details */
.popup .close-icon::after {
    color: #fff;
    content: "X";
    font-size: 16px;
}
.add-to-compare-popup table, .add-to-cart-popup table, .add-cart-information-popup table {
    border: medium none;
}
.add-to-compare-popup table {
    width: 100%;
}
.add-to-cart-popup .short-info div, .add-cart-information-popup .short-info div {
    font-size: 13px;
}
.add-to-cart-popup .cart-summary, .add-cart-information-popup .cart-summary {
    clear: left;
    padding-top: 0;
}
.popup-bottom.footer .button-item .button {
    background: #d32931 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    padding: 10px;
}
.popup-bottom.footer .button-item .button:hover{
    background: #000000 none repeat scroll 0 0;
}

/* customer login */
.customer-new-password .form-row label {
    width: auto;
}
.add-to-gift-registry-popup table td, .add-to-wish-list-popup table td {
    border: medium none;
}
.add-to-gift-registry-popup table, .add-to-wish-list-popup table {
    border: medium none;
    width: auto;
}
.page-login .login-form {
    border: 1px solid #e5e5e5;
    padding: 50px 70px;
    width:550px;
}
.login-form .title, .registration-form .title, .password-reset-form .title, .customer-new-password .title {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.login-form .form-row {
    margin: 0 0 30px;
}
.customer-new-password .form-row label,
.login-form .form-row label, .registration-form .form-row label, .password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.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%;
    max-width: 100%;
}
.discount-coupon-code-panel.valid-verify-form .submit-button.apply-discount-coupon input[type="submit"], button:hover{
    background: #000000;
  border: 1px solid #000;
}
.login-form .submit-row {
    float: none;
}
.login-form .submit-row button {
    font-family: "Open Sans",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 .account-register a{
    color:#D32931;
}
.login-form .form-row .account-register a:hover {
    color: #000000;
}
.login-form .lost-password a {
    color: #333333;
    font-weight: 500;
}

/*registion from part*/
.registration-form {
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    font-size: 0;
    margin: 0 auto;
    padding: 45px 0 45px 55px;
    width: 806px;
}
.registration-form .form-row:nth-child(2n) {
    padding-right:55px;
}
@media screen and (max-width: 827px) {
    .responsive .registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }
}

.registration-form .form-row {
    display: inline-block;
    box-sizing: border-box;
    padding-right: 55px;
    vertical-align: top;
    width: 50%;
}
.registration-form * {
    font-size: 14px;
}
.form-row {
    margin: 14px 0;
}
.login-form .form-row label, .registration-form .form-row label,
.password-reset-form .form-row label {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.registration-form label {
    width: 100%;
}
.registration-form input {
    width: 100%;
}
select {
    -moz-appearance: none;
    background: #ffffff url("../images/select-down-arrow.png") no-repeat scroll right 18px;
    padding: 5px 24px 5px 10px;
}
input[type="text"], input[type="password"], select {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 42px;
    margin: 0;
    padding: 5px 10px;
    width: 100%;
}
.ask-question-panel .form-row {
    margin: 15px 0;
}
.check-out-total td, .shopping-cart-total td {
    border: medium none;
}
.ask-question-panel .form-row label {
    color: #222222;
    display: block;
    padding-bottom: 5px;
    width: 100%;
}
.total-review-panel {
    padding-bottom: 20px;
}
.total-review-panel .avg-review-label, .total-review-panel .total, .total-review-panel .visible-review-label {
    color: #222222;
    font-size: 15px;
    line-height: 30px;
}
.single-review-block {
    border-bottom: medium none;
}
.review-container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: medium none;
    margin-bottom: 0;
    padding: 0;
}
.reviewer-name {
    line-height: 3;
}
.review-container .review-description {
    font-size: 13px;
    line-height: 24px;
    overflow: auto;
}
.ask-question-panel .form-row input, .ask-question-panel .form-row textarea, .ask-question-panel .form-row button {
    max-width: 100%;
    width: 500px;
}
.checkout-page .accordion-item .edit-address-mode-block * {
    font-size: 13px;
}
.payment-success-total > table .total-order td {
    font-size: 14px;
    font-weight: bold;
}
#fw-E0880E06-CCC6-43FE-9E5E-550E9E4D0EC6 > textarea{
    width: 350px;
}
.registration-form select {
    max-width: 350px;
    width: 100%;
}
.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;
}
.registration-form .form-row.submit-row button {
    width: 100%;
}
/*rforgot password*/
.password-reset-form {
    background-color: #f1f1f1;
    border: 1px solid #e6e6e6;
    margin: 0 auto;
    padding: 50px;
    width: 600px;
}
.password-reset-form .lost-password-text {
    color: #999;
}
body .password-reset-form .form-row input {
    width: 350px;
    height: 42px;
}
.password-reset-form .form-row.submit-row button {
    height: 42px;
}
.password-reset-form .errorlist.after {
    top: 75px;
}

/*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 label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 7px;
}
.customer-new-password .form-row.submit-row label {
    display: none;
}
.customer-new-password .form-row.submit-row button {
    font-size: 18px;
    width: 100%;
}
.customer-new-password .form-row {
    margin: 0 0 30px;
}
.customer-new-password .form-row.submit-row {
    margin-bottom: 0;
}
.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;
    }
}

/* Product details pages*/
.product-widget.widget-addCart .add-to-gift-registry.button::after{
    content: "";
    font-family: fontawesome;
    font-size: 0;
}
.product-widget.product-widget.widget-addCart .add-to-gift-registry::after {
    content: "";
}
.product-widget.product-widget.widget-addCart .add-to-compare-button::after,
.product-widget.product-widget.widget-addCart .remove-from-compare-button::after,
.product-widget.product-widget.widget-addCart .add-to-gift-registry::after,
.product-widget.product-widget.widget-addCart .add-to-wish-list::after {
    color: #666666;
    font-family: "FontAwesome";
    font-size: 15px;
    line-height: 16px;
}
.product-widget .add-to-gift-registry.button,
.product-widget.product-widget.widget-addCart .remove-from-compare-button,
.product-widget.product-widget.widget-addCart .add-to-compare-button,
.product-widget.product-widget.widget-addCart .add-to-gift-registry,
.product-widget.product-widget.widget-addCart .add-to-wish-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    font-size: 0;
    height: 37px;
    text-align: center;
    width: 42px;
}
.product-widget.product-widget.widget-addCart > * {
    display: inline-block;
    letter-spacing: normal;
    margin: 0 10px 10px 0;
    vertical-align: middle;
    font-size: 14px;
}
.product-widget.product-widget.widget-addCart .remove-from-compare-button:hover::after,
.product-widget.product-widget.widget-addCart .add-to-compare-button:hover::after,
.product-widget.product-widget.widget-addCart .add-to-gift-registry:hover::after,
.product-widget.product-widget.widget-addCart .add-to-wish-list:hover::after {
    color: #fff;
}
.product-widget.product-widget.widget-addCart .remove-from-compare-button:hover,
.product-widget.product-widget.widget-addCart .add-to-compare-button:hover,
.product-widget.product-widget.widget-addCart .add-to-gift-registry:hover,
.product-widget.product-widget.widget-addCart .add-to-wish-list:hover {
    background: #d32931 none repeat scroll 0 0;
    border: 1px solid #d32931;
}
.time-out.popup .header-line .ok {
    background-color: #a00404;
    font-size: 14px;
}
.review-panel .form-row label {
    color: #222;
    display: block;
    padding-bottom:7px;
    width: 100%;
}
.widget-productSku,
.widget-productCategory,
.widget-productManufacturer,
.widget-productBrand,
.widget-productModel,
.widget-combinedProduct {
    font-size: 14px;
}
.review-panel .form-row input, .review-panel .form-row textarea {
    width: 500px;
    max-width: 100%;
}
.review-form .btn-row {
    padding-left: 0;
}
.product-widget.widget-addCart {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}
.product-widget.widget-addCart .cart-button-container {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
}
.product-widget.widget-addCart .cart-button-container .stepper {
    width: 70px;
    margin: 0 10px 10px 0;
}
.stepper .stepper-input {
    padding: 8px 24px 8px 8px;
    height: 37px;
}
.product-widget.widget-addCart .add-to-cart-button, .product-widget.widget-addCart .buy-now-button {
    margin: 0 10px 10px 0;
    height: 37px;
    border-radius: 0;
    line-height: 17px;
    font-size: 14px;
}
/* Quick view part*/
#spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 25px;
}
.widget-productSku label, .widget-productCategory label,
.widget-productManufacturer label, .widget-productBrand label, .widget-productModel label {
    display: inline-block;
    font-weight: 500;
    width: 100px;
}
.widget-productSku label, .widget-productCategory label,
.widget-productManufacturer label, .widget-productBrand label, .widget-productModel label {
    display: inline-block;
    font-weight: 600;
    width: 100px;
  width:auto;
}
.product-widget.widget-price .current-price-container {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
}
.total-review-panel {
    padding-bottom: 20px;
}
.total-review-panel h2 {
    font-size: 18px;
    font-weight: 500;
}
.widget-price .current-price-container .current-price.price {
    color: #D32931;
}

/* Quick view part scroll*/
.popup .close-icon {
    cursor: pointer;
    display: inline-block;
    height: 33px;
    position: absolute;
    right: -1px;
    text-align: center;
    top: 5px;
    width: 33px;
    z-index: 999;
}
.view-switcher.scroller .scroll-right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-next::after, .scroller span.scroll-right::after {
    content: "";
    font-size: 20px;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div::after, .scroller span::after {
    color: #999;
    font-family: "FontAwesome";
    left: 50%;
    margin: 0;
    padding:5px 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.view-switcher.scroller .scroll-left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .scroller span.scroll-left::after {
    content: "";
    font-size: 20px;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div::after, .scroller span::after {
    color: #999;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product_quick_view_popup .scroller span.disabled {
    opacity: 2;
}
.scroll-left, .scroll-right {
    height: 30px;
    width: 30px;
}

/* add-to-cart view-cart shipment-calculator*/
.shipment-calculator-popup.shipping-calculator-popup.popup.active .header {
    background: #d32931 none repeat scroll 0 0;
    border-bottom: medium none #d32931;
    color: #fff;
    padding: 13px;
}
.multi-column .column-content > h4 {
    color: #000;
    font-size: 18px;
}
.widget.popup-bottom.footer > input[type="submit"], button {
    background: #d32931 none repeat scroll 0 0;
    color: #ffffff;
    border: 1px solid #d32931;
    font-size: 15px;
    margin-right: 5px;
    padding: 10px 25px;
    width: auto;
}
/* Empaty cart*/
.shopping-cartitem.empty-cart.shopping-cartitem .cartitem-btn {
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 15px;
}

/* ============================Pages inner pages css ========================*/
body.page-home > .header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
body > .header {
    background: rgba(0, 0, 0, 0) url("../images/header-banner-bg.jpg") no-repeat scroll left top / cover ;
    height: 225px;
}
#bs-DDB36226-1BCD-433F-9B79-061B667A717B,
#bs-DF64A6A1-943B-4F17-8DDD-8DF4BA5BA16A {
    display: block;
    padding: 75px 0;
}
.page-donation #bs-DDB36226-1BCD-433F-9B79-061B667A717B ,
.page-donation-confirm #bs-DDB36226-1BCD-433F-9B79-061B667A717B  {
    padding: 0 !important;
}
.page-donation #bs-DDB36226-1BCD-433F-9B79-061B667A717B .widget-container .page-content,
.page-donation-confirm #bs-DDB36226-1BCD-433F-9B79-061B667A717B .widget-container .page-content {
    padding: 0;
}

/* Typography pages css*/
.widget-article.typography{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.typography .title::after {
    background-color:#D32931;
    content: "";
    display: block;
    height: 4px;
    margin: 30px 0;
    width: 80px;
}
.typography .title {
    text-transform: capitalize;
}
.typography .title + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 45px;
    padding: 0;
    color: #252f3a;
    font-family: "Open Sans",sans-serif;
}

/* Gallery pages css*/
/*gallery 1 */
.widget-html.gallery, .widget-gallery.gallery {
    padding: 0 15px;
}
.gallery-title-heading .container {
    width: auto;
}
.gallery-title-heading {
    text-align: center;
}
.gallery-title-heading h1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    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: #D32931;
    height: 2px;
    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:hover::before {
    opacity: 1;
    transform: scale(1);
}
.swipe-image-wrap .swipebox::before {
    bottom: 0;
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    font-size: 36px;
    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;
}
/* Galleryfic css*/
.galleriffic-gallery-wrap .thumbs li {
    filter: grayscale(1);
}
.widget-gallery.gallery-center {
    padding: 0 15px;
    text-align: center;
}
.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*/
.widget-html.web-from,
.widget-form.web-from{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.widget-form .form-row input {
    height: 40px;
}
#fw-E0880E06-CCC6-43FE-9E5E-550E9E4D0EC6 > textarea {
    height: 150px;
}
.widget-form .radio-checkbox-row .radio, .widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
}
.widget-form .form-row input[type="radio"], .widget-form .form-row input[type="checkbox"] {
    height: auto;
}
.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 .radio-checkbox-row {
    padding-left: 205px;
}
.widget-form .sub-form-row > * {
    display: inline-block;
}
.widget-form .sub-form-row {
    display: block;
}
.widget-form .sub-form-row input {
    margin: 7px 0 0 2px;
}
.widget-form .sub-form-row input + span {
    clear: left;
}
.widget-form .form-row .sub-form-row > span{
    width: 200px;
    margin-top: 5px;
    float: left;
}
/* Tab Accordion pages css*/
.md-n{
    margin-top: 75px !important;
}
.mb-m {
    margin-bottom: 75px !important;
}
.widget-tabAccordion.accordion {
    padding-left: 15px;
    padding-right: 15px;
}
.widget-html.accordion{
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.bmui-tab.left-side-header .bmui-tab-body-container {
    min-height: 200px;
}
.bmui-tab .bmui-tab-header {
    border-color: transparent;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #333;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    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 {
    color: #898989;
    font-size: 24px;
    font-weight: 400;
    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: 24px;
    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: "";
    font-family: "FontAwesome";
}
.widget-tabAccordion .accordion-panel > .label-bar .toggle-icon::after {
    content: "";
    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;
}
/*======================Blog-page-css============== */
#spltr-D2381993-8878-4E4B-A94A-89D00D2D3CD1 {
    padding: 75px 0;
}
/* blog left side */
.style .widget-title::after {
    background-color:#D32931;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}
.style .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    text-transform: uppercase;
}
.widget-container.no-fixed-container{
    padding-left: 15px;
    padding-right: 15px;
}
.blog-posts, .blog-post-content {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.blog-post-item {
    border-bottom: medium none;
    box-sizing: border-box;
    float: left;
    padding: 0 15px 30px;
    width: 33.333%;
}
.post.post-list-view.post-list-view-height.post-list-view-width {
    height: auto;
    padding: 0;
    width: 100%;
}
.post.post-list-view img {
    height: auto;
    max-width: inherit;
    width: 100%;
}
.widget-blogPost .post-description .title,.blog-category-details .title,
.blog-post-item.first .post-description .title{
    margin: 10px 0;
    overflow: hidden;
    padding-bottom: 7px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.blog-post-item .title a {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.blog-post-item .title a:hover{
    color:#D32931;
}
.blog-post-info {
    bottom:15px;
    position: relative;
}
.blog-post-info span.date {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 10px;
    padding-left: 24px;
}
.blog-post-info span.categories {
    line-height: 22px;
    margin-bottom: 5px;
    margin-right: 0;
    padding-left: 24px;
}
.blog-post-info span.categories a {
    color: #d32931;
    font-size: 13px;
    padding-right: 10px;
}
.blog-post-info span.comment-count .count {
    padding-right: 0;
}
.blog-post-item .content {
    color: #636363;
    font-size: 14px;
    font-family:"Open Sans",sans-serif;
    line-height: 1.6;
    padding-bottom:15px;
}
.post-description > a {
    color: #d32931;
    font-size: 14px;
}
.post-description > a:hover,
.blog-post-info span.categories a:hover {
    color:#222;
}
.post-description > a::before {
    content: "+";
    font-size: 16px;
    margin-right: 5px;
}
.blog-post-content .footer {
    clear: left;
    padding-left: 15px;
    padding-right: 15px;
    background: none;
    width: 100%;
}
.pagination span.disabled, .pagination span.disabled:hover {
    border: 1px solid #cbcbcb;
    color: #5e5e5e;
    opacity: 0.5;
    cursor: default;
}
.pagination span {
    background-color: #ffffff;
    border: 1px solid #cbcbcb;
    box-shadow: none;
    color: #5e5e5e;
    padding: 4px 10px;
}
.pagination span:hover {
    background-color: #ffffff;
    border: 1px solid #d32931;
    color: #d32931;
}
.pagination span.current {
    background: #d32931 none repeat scroll 0 0;
    border: 1px solid #d32931;
    color: #fff;
}
.post-description > a {
    font-weight: 600;
}

/* Category right side */
.widget-navigation.style{
    margin: 0 0 20px 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.style .nav-wrapper.vertical {
    bottom: 20px;
    position: relative;
}
.vertical .navigation-item .blogCategory {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 15px 0;
    color:#222;
    text-transform: capitalize;
    position: relative;
}
.vertical .navigation-item .blogCategory span {
    margin-left: 17px;
    display: block;
}
.vertical .navigation-item .blogCategory::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    top: 17px;
    left: 0;
}
.body .widget-navigation .vertical .navigation-item a:hover,
.body .widget-navigation .vertical .navigation-item.active > a,
.body .widget-navigation .vertical .navigation-item.active > .blogCategory {
    color: #d32931;
}
/* category list pages css */
.blog-category-details > .title {
    display: block;
    font-size: 24px;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.blog-category.description {
    color: #636363;
    display: block;
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 30px;
}
.blog-post-details .title {
    display: block;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.blog-category-details .blog-post-info span.comment-count {
    margin-right: 0;
}
.category.post-list-view.post-list-view-height.post-list-view-width {
    height: auto;
    padding: 0;
    width: 100%;
}
.category.post-list-view img {
    height: auto;
    max-width: inherit;
    width: 100%;
}
.blog-posts {
    margin-left: -15px;
    margin-right: -15px;
}
/* blog post list details view*/
.blog-post-details .image {
    padding-bottom: 30px;
}
.image > img {
    vertical-align: middle;
    width: 100%;
}
.at-icon:hover{
    background-color:#fff;
    fill:#305891;
}
div.blog-post-details .comment-post-panel {
    border: medium none;
    margin: 25px 0;
    padding: 0;
}
.blog-post-details .comment-post-panel h2 {
    font-size: 26px;
    text-transform: uppercase;
}
.blog-post-details .comment-post-panel label {
    color: #222;
    font-size: 15px;
    padding-bottom: 5px;
}
.blog-post-details .comment-post-panel .form-row.mandatory > input {
    width: 100%;
    max-width: 100%;
}
.blog-post-details .comment-post-panel .form-row {
    position: relative;
}
#blog-post-create-comment-panel .max-character {
    padding: 0;
    position: absolute;
    right: 0;
    top: 8px;
}
#blog-post-create-comment-panel .max-character {
    padding-right:0;
}
.blog-post-details .comment-post-panel .form-row.mandatory > textarea {
    height: 200px;
    width: 100%;
    max-width: 100%;
}
.blog-post-details .comment-post-panel .simpleCaptcha-container label {
    display: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
}
.blog-post-details .comment-post-panel .form-row button {
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row button {
    background: #d32931 none repeat scroll 0 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
}
.blog-post-details .comment-post-panel .form-row button:hover{
    background: #000000;
}
.blog-post-details .blog-post-comment-panel .comment-item .info-row.writer {
    margin-bottom: 25px;
}
.blog-post-details .content {
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 20px;
    padding-bottom: 0;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
}
/*====================== Contact-page-css============== */
#spltr-205C1408-39BD-43B8-9B48-AA7D54873907{
    margin-bottom:75px;
    padding: 0 15px;
    width: auto;
}
.widget.widget-googleMap {
    text-align: center;
    padding: 0 15px;
}
.widget-form .double-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding: 10px 15px;
    width: 50%;
}
.widget-form .double-input-row, .widget-form .triple-input-row {
    margin: 0 -15px;
}
.widget-form.contact.us .double-input-row .form-row input {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    color: #878787;
    font-size: 14px;
    height: 42px;
    line-height: 24px;
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.contact-form .single-input-row .form-row {
    padding: 10px 0;
}
.widget.widget-form.contact.us .simpleCaptcha-container {
    display: inline-block;
    margin-top:25px;
    vertical-align: top;
    width: calc(60% - 5px);
}
.widget.widget-form.contact.us .form-row.simple-captcha {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: calc(32%);
}
.widget.widget-form.contact.us .simple_captcha_input_field.mandatory {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 ;
    vertical-align: top;
    width: calc(62%);
}
.widget-form.contact.us .simpleCaptcha-container .form-row input{
    color: #878787;
    font-size: 15px;
    height: 40px;
    margin:0;
    padding: 2px 2px;
    width: 100%;
}
.widget.widget-form.contact.us .contact-from > input, .widget.widget-form.contact.us .contact-from textarea {
    border: 1px solid #e6e6e6;
    color: #878787;
    font-size: 13px;
    height: 180px;
    max-width: 100%;
    width: 100%;
}
#fw-05FB387D-970C-4734-BDE9-9B2B1FE86D35 > textarea {
    width: 100%;
}
.widget-form .custom-form {
    max-width: 800px;
}
.widget.widget-form.contact.us .custom-form .form-row.btn-row .submit-button {
    background: #d32931 none repeat scroll 0 0 !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    height: 40px;
    text-shadow: 0 0 1px #e6e6e6;
    text-transform: uppercase;
    width: 100%;
}
.widget-form .simpleCaptcha-container .message-block.message-text {
    padding-left: 202px;
}
.widget.widget-form.contact.us .custom-form .form-row.btn-row .submit-button:hover{
    color: #000;
}
.widget.widget-form.contact.us .custom-form .simpleCaptcha-container .form-row label,
.widget.widget-form.contact.us .custom-form .form-row.btn-row > label{
    display: none;
}
.widget.widget-form.contact.us .form-row.btn-row {
    display: inline-block;
    margin-top: 25px;
    vertical-align: top;
    width: calc(40%);
}
.widget.widget-form.contact.us .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}
.widget.widget-form.contact.us .simpleCaptcha-container  .simple-captcha-reload {
    display: none;
}
.widget.widget-form.contact.us .simpleCaptcha-container  .form-row.simple_captcha_input_field.mandatory > label {
    display: none;
}
#spltr-3383E740-1BFC-4FD6-B6BD-DCEA4C49EDF7 .widget-snippet{
    margin-left:40px;
    margin-top:15px;
}
.widget.widget-form.contact.us .message-block.message-text {
    padding: 0;
    position: absolute;
}
.widget.widget-form.contact-from > .custom-form textarea {
    height: 175px;
    max-width: 100%;
    padding: 5px 10px;
    width: 100%;
}
.widget-form .form-row input[type="text"], input[type="password"]{
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 42px;
    margin: 0;
    padding: 5px 10px;
    max-width: 100%;
    width: 100%;
    color: #333333;
}
.widget-form .form-row input[type="text"]::-webkit-input-placeholder {
    color: #999;
}
.widget-form .form-row input[type="text"]::-moz-placeholder {
    color: #999;
}
.widget-form .form-row input[type="text"]:-ms-input-placeholder {
    color: #999;
}
.widget-form .form-row input[type="text"]:-moz-placeholder {
    color: #999;
}
.widget-form .form-row textarea::-webkit-input-placeholder {
    color: #999;
}
.widget-form .form-row textarea::-moz-placeholder {
    color: #999;
}
.widget-form .form-row textarea:-ms-input-placeholder {
    color: #999;
}
.widget-form .form-row textarea:-moz-placeholder {
    color: #999;
}

/*====================== Ecommerce-page-css============== */
/* Product-pages */
.widget-navigation.product,
.widget-shopByBrand.product,
.widget-filter.product,
.widget-shopByFilterGroup.product {
    margin: 0 15px 30px 0;
    padding-left: 15px;
    padding-right: 15px;
}
.widget.product .widget-title {
    border-bottom: 1px solid #e6e6e6;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}
.widget.product .vertical .navigation-item a {
    border-bottom: 0 none;
    color: #252f3a;
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0;
    line-height: 20px;
}
.widget.product .vertical .navigation-item a::before {
    content: "";
    font-family: fontawesome;
    font-size: 16px;
    margin-right:8px;
}
#spltr-743E9072-1E9B-4D84-9855-BDCEEDE1E8A6 .shop-by-selector > label {
    display: none;
}
.widget.widget-filter.product .content {
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.widget-shopByBrand.product .shop-by-selector > select {
    width: 100%;
}
/* right side*/
.widget.widget-product.product.two.scroll {
    margin-top: 60px;
}
.product-view.scrollable-view.product-quick-view {
    margin-top: 30px;
}
.page-products .page-content {
    padding: 0 15px;
    margin-bottom:20px;
}
.product-view .header, .category-view .header, .entire-search .header, .product-search .header,
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    overflow: hidden;
    padding: 10px 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;
    font-size: 12px;
    height: 30px;
    padding: 5px 24px 5px 10px;
}
.product-sorting {
    min-width: 160px;
}
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 ,.header .pagination{
    float: right;
}
.product-view.image-view .content, .product-view.scrollable-view .content {
    font-size: 0;
    margin: 0 -15px;
}
/* Scroll view part css */
.product-view.scrollable-view.product-quick-view.with-description.scrollable-view > .content {
    border: medium none;
    padding: 0;
}
.product-view.scrollable-view.product-quick-view.with-description.scrollable-view {
    border-bottom: medium none;
}
.widget.widget-product.product.two.scroll .product-view.scrollable-view img, .product-view.image-view img {
    opacity: 1;
    transition: all 300ms ease-out 0s;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.widget.widget-product.product.two.scroll {
    position: static;
}
.product-view.scrollable-view.product-quick-view.with-description .header .scroll-right::after {
    background: none;
}
.product-view.scrollable-view.product-quick-view.with-description .header .scroll-left::after {
    background: none;
}
.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: "";
    font-size: 18px;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-next::after, .scroller span.scroll-right::after {
    content: "";
    font-size: 16px;
}
/* Category pages css */
#spltr-B7705220-F9B7-458C-BEFB-0B37E8D11BA0 .widget-category.product {
    margin-bottom: 15px;
    padding: 0 15px;
}
.category-view.image-view .content {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}
.category-view .content {
    font-size: 0;
    margin: 0 -14px;
}
.category-view .category {
    box-sizing: border-box;
    margin: 14px;
    padding: 14px;
}
.category-name-link.title-link.link {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
}
.category-name-link.title-link.link:hover{
    color: #D32931;
}
.category-view.image-view .category-image-view-width {
    width: calc(33.33% - 28px);
}
.category-image-view-height {
    height: auto;
    width: auto;
}
.category-view .category .category-name {
    display: block;
    margin: 15px 0 0 auto;
    text-align: center;
}

/* Features pages css */
.category-details-container .title {
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    font-family: "Montserrat",sans-serif;
    font-size: 22px;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-align: left;
}
/* Header cart part pages css */
.quick-cart-content .product-name {
    width: 50%;
}
.quick-cart-content table .price {
    text-align: right;
}
.quick-cart-content table th {
    background-color: #f1f1f1;
    color: #555555;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px 7px;
    text-align: center;
}
.quick-cart-content table td {
    padding: 4px;
}
.quick-cart-content table {
    border: medium none;
}
.widget-cart.header-right .quick-cart-content .cart-details-link {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 15px;
}
.widget-cart.header-right .quick-cart-content {
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 5px #cccccc;
    box-sizing: border-box;
    left: auto;
    max-height: 350px;
    overflow: auto;
    padding: 15px;
    position: relative;
    right: 300px;
    padding-bottom: 10px;
    top: 18px;
    z-index: 999;
}
.widget-cart.header-right .quick-cart-content > table {
    margin: 0;
}
.widget.widget-cart.header-right .checkout.button, .widget.widget-cart.header-right .view-cart.button {
    color: #ffffff;
    font-size: 14px;
    padding: 9px 15px;
}
.product-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin: 0;
}
.widget-productSummary .title {
    padding-bottom: 0;
}
.product-widget.widget-stockMark .available.stock-mark{
    font-size: 15px;
    font-weight: 600;
}
.quick-cart-content table td.total, .quick-cart-content table td.total-price {
    background-color: #f1f1f1;
    color: #000000;
    font-size: 13px;
    font-weight:500;
    padding: 7px;
}
.quick-cart-content table tr td {
    font-size: 13px;
    line-height: 18px;
    padding: 10px 7px;
    text-transform: uppercase;
}
.quick-cart-content .product-name {
    font-size: 13px;
    width: 50%;
    word-break: normal;
}
.total, .total-price {
    font-size: 16px;
}
.bmui-tab-panel .write-review-panel .write-review {
    width: auto;
}
.google-map-iframe-container {
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 0 0 1px #ddd;
}
.google-map-iframe-container > iframe {
    display: block;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}
.new-review-panel .write-review,
.new-review-panel .review-form .form-row button {
    font-size: 14px;
    background: #d32931 none repeat scroll 0 0;
    border-radius: 0;
    padding: 10px 25px;
}
.new-review-panel .write-review:hover,
.new-review-panel .review-form .form-row button:hover{
    background: #000000;
}
.new-review-panel .review-form .form-row ~ .form-row {
    margin-top: 0;
}
.new-review-panel .review-form .form-row input[type="text"] {
    height: 42px;
}

/* Shop checkout pages css */
.billing-address.accordion-item.expanded > forminput[type="submit"], input[type="button"], button, .button, a.button {
    color: #ffffff;
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
    text-transform: capitalize;
}
.cart-details-link .view-cart {
    margin: 0;
}
.accordion-panel > .label-bar {
    font-size: 15px;
    font-weight: 500;
    height: auto;
    padding: 6px 30px;
    text-transform: uppercase;
}
.payment-gateway select {
    width: 150px;
}
.previous-price > * {
    text-decoration: line-through;
}
.gift-certificate-code-panel {
    padding: 40px;
    margin: 15px 0;
    width:350px;
}
.gift-certificate-code-panel > label {
    font-size: 20px;
    display: block;
}
.check-out-total .gift-certificate-code-panel .button,
.check-out-total .discount-coupon-code-panel .button {
    background: #d32931 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
    max-width: 350px;
    padding: 10px 25px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.check-out-total .gift-certificate-code-panel .button:hover,
.check-out-total .discount-coupon-code-panel .button:hover{
    background: #000000;
}
.page-checkout .confirm-order .confirm-order-button {
    padding: 10px 15px;
}
.check-out-total *, .shopping-cart-total * {
    font-size: 13px;
}
/*====================== Brand pages page ======================*/
.brand-details-container .brand-description {
    padding-top: 0;
}
.brand-details h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
/*======================cart-details pages page ======================*/
.cartitem-table th, .cartitem-table td {
    border: 1px solid #ccc;
}
/*======================shop-checkout pages page ======================*/
.accordion-panel > .label-bar .toggle-icon {
    top: 12px;
}
/*======================compareProduct-details pages page ======================*/
.compare-details table td, .compare-details table th{
    padding: 12px 10px;
}
.compare-details table th {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 10px;
    text-align: left;
}
.compare-details .heading {
    padding-bottom: 15px;
}
.compare-details .heading h1 {
    font-size: 28px;
    font-weight: 400;
    margin: -10px 0 0;
}
/*======================payment-success pages page ======================*/
.message-details .post-order-contact-us, .order-info {
    font-size: 15px;
}
.order-details > h4 {
    font-size: 20px;
    font-weight: 500;
}
/*======================Wish list pages page ======================*/
/*====================== 404 page ======================*/
.page_404 {
    margin: 100px 0;
    padding: 0 15px;
    text-align: center;
}
.page_404 .ops {
    color:#d32931;
    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;
}
/* ----- common design ----- */
/* ============== Feedback ================= */
input, button, select, textarea {
    font-family: "Open Sans",sans-serif
}
.widget.widget-product.product.two .product-name-link.title-link.link,
.product-view.image-view .product-name, .product-view.scrollable-view .product-name,
.widget-product.best-selling .product-name > a {
    color: #444;
    font-family: "Montserrat",sans-serif;
}
.product-view.image-view .product-name a, .product-view.scrollable-view .product-name a{
    color: #444;
}
.product-image .btn-add{
    left: 0;
    right: 0;
    text-align: center;
}
.tag-mark {
    z-index: 1;
}
.image-popup-container .image-wrapper{
    padding: 0;
}
.info-row.writer .date{
    font-size: 13px;
}
.shopping-cartitem .quantity .wrapper .stepper {
    margin: 0 auto;
    text-align: center;
}
.cartitem-table th, .cartitem-table td {
    font-size: 14px;
}
.cartitem-table th, .cartitem-table td {
    padding: 10px;
}
.cartitem-table .unit-price-column {
    width: 100px;
}
.price .current-price.price .tax-message {
    color: #606060;
    font-size: 13px;
}
.product-widget.widget-related .title,
.product-widget.widget-similar .title{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}
.product-widget.widget-related .title::before,
.product-widget.widget-similar .title::before {
    background: #d32931 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 70px;
}
.shopping-cartitem .unit-price .wrapper,
.cartitem-table.product-thumb-view .unit-price,
.cartitem-table.product-thumb-view .quantity {
    text-align: center;
}
.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;
}
.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;
}
.widget-socialMediaShare .social-media-wrapper span {
    opacity: 0.6;
}
.widget-socialMediaShare .social-media-wrapper span.email {
    background-position: 0 0;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
    opacity: 1;
}
.search-result {
    font-size: 14px;
    font-weight: normal;
    line-height:24px;

}
.entire-search > h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 15px 0;
}
.entire-search .search-result > .title {
    font-size: 22px;
    margin-bottom: 20px;
    font-family: "Gill Sans MT",sans-serif;
    text-transform: uppercase;
}
.search-result .page a .title {
    color: #333333;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.search-results .page {
    font-size: 15px;
    margin-bottom: 20px;
}
.widget.widget-snippet.promotion-1 {
    overflow: hidden;
}
.blog-post-details .message-block.info-message, .blog-post-details .message-block.success ,
.widget-form.contact.us .message-block.info-message, .widget-form.contact.us .message-block.success {
    margin: 10px 0px;
}
.message-block.info-message, .message-block.success {
    margin: 0;
    width: auto;
}
.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:0;
    width: auto;
}
.product-view.image-view .summary p, .product-view.scrollable-view .summary p,
.product-view.image-view .summary, .product-view.scrollable-view .summary {
    color: #585858;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    max-height: 45px;
    overflow: hidden;
}
.product-view.image-view .summary p, .product-view.scrollable-view .summary p{
    margin: 0;
}
.product-view.scrollable-view.product-quick-view .product-block.product-view-height-width {
    width: 260px;
}
.current-price.price {
    font-size: 16px;
    display:block;
}
.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 {
    height: 37px;
    left: 50%;
    line-height: 18px;
    padding: 10px 15px;
    top: 25%;
    transform: translateX(-50%);
    z-index: 1;
}
.product-widget.widget-customField {
    margin: 20px 0;
    padding-bottom: 20px;
}
.product-widget.widget-socialMediaShare{
    margin:40px 0 0px;
}
.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: "";
}
.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: "";
}
.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: #d32931;
    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: "";
    font-size: 18px;
}
.widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .scroller span.scroll-left::after {
    content: "";
    font-size: 18px;
}
.product_quick_view_popup .scroller span {
    background: #d32931 none repeat scroll 0 0;
    border: medium none !important;
    height: 37px;
    width: 35px;
}
.widget-price .previous-price.price {
    color: #d32931;
    font-size: 16px;
    padding-right: 0px;
}
.widget-form .simpleCaptcha-container .message-block.message-text {
    padding-left: 202px;
}
.galleriffic-gallery-wrap ul {
    margin-bottom: 0;
    padding: 0;
}
.payment-gateway .button.apply {
    padding: 10px 15px;
    margin: 0;
}
.widget-form.contact-from .message-block.message-text {
    padding: 0;
}
.image-popup-container.popup {
    max-width: inherit;
    min-width: inherit;
}
.logo.credit-card > img {
    margin-right: 8px;
}
.payment-form input[type="text"] {
    height: 40px;
    width: 342px;
}
.payment-form .double-input-row > * {
    vertical-align: middle;
}
.widget-article.copyright .article-content a:hover {
    color: #ffffff;
}
.widget-article.copyright .article-content a {
    color: #d32931;
}
.widget-shopByBrand.product select option {
    text-transform: uppercase;
    font-size: 13px;
}
.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover{
    background: #000000 none repeat scroll 0 0;
}
.filter-details .filter-title > h1 {
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    margin-top: 0;
    text-transform: uppercase;
}
.total-result{
    color: #d32931;
}
.shopping-cartitem .shipment-calculator,
.shopping-cartitem .cartitem-btn ,
.shopping-cartitem .shipment-calculator:hover,
.shopping-cartitem .cartitem-btn:hover{
    height: auto;
    color: #fff;
}
.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-size: 14px;
    font-weight: 500;
}
.add-to-compare-popup table td, .add-to-cart-popup table td, .add-cart-information-popup table td {
    border: medium none;
}
.scrollable-view > .content,.scrollable-view{
    border: medium none;
}
.scroller span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    position: relative;
    text-align: center;
}
.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 {
    height: 37px;
    width: 40px;
}
.widget-snippet.portfolio {
    margin: 80px 0 0;
}
.product_quick_view_popup .body {
    margin: 28px 0 30px 30px;
}
.product-view.list-view .product-details-link{
    color: #d32931;
}
.product-view.list-view .product-details-link:hover{
    color: #000000 ;
}
.edit-address-mode-block .address-option {
    display: block;
    padding: 2px 0;
}
.accordion-panel > .accordion-item.expanded {
    border: 1px solid #e6e6e6;
    padding: 30px;
}
.accordion-item .edit-address-mode-block label {
    font-weight: 500;
    padding-bottom: 5px;
    width: 185px;
}
.product-name > a {
    text-transform: uppercase;
}
.chosen-results .active-result {
    margin: 0 0 5px;
}
.accordion-item .checkout-address-selector .chosen-results {
    padding: 10px;
}
.registration-form .simpleCaptcha-container div:nth-child(1) {
    float: left;
    margin: 0;
}
/* ============== re-fixing ================= */
.add-to-cart-popup .short-info div.item > *, .add-cart-information-popup .short-info div.item > * {
    display: inline-block;
    vertical-align: middle;
}
.add-to-cart-popup .short-info div.stepper, .add-cart-information-popup .short-info div.stepper {
    float: none;
    margin: 0 0 0 10px;
    padding-bottom: 0;
}
.add-to-cart-popup .short-info div.prodict-name, .add-cart-information-popup .short-info div.prodict-name {
    padding-bottom: 10px;
}
.widget-googleMap .google-map-container.initialized {
    height: 360px;
    background-color: #fff;
    border: 8px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px #ddd;
}
.widget-form .form-row select, .widget.widget-form .form-row select{
    height: 42px;
}
.widget-form .radio-checkbox-row ,
.widget-form .radio-checkbox-row {
    margin: 7px 0;
    padding-left:0;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    left: 0;
    top: -1px;
}
/*replace*/
.widget-form .radio-checkbox-row .radio,
.widget-form .radio-checkbox-row .checkbox {
    margin: 7px 0;
    padding-left: 20px;
}
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%;
}
p, code, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, input[type="submit"],
input, input[type="text"], textarea, select, input[type="password"], address, input[type="file"],
input[type="hidden"], button, input[type="image"], blockquote {
    font-size: 14px;
}
@media screen and (max-width: 767px) {

    .widget-form .form-row input[type="text"], /* Find */
    .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%;
    }
}

.widget-storeLogo img {
    max-height: 100%;
    max-width: 100%;
}
/* ====================================fixing/contact form=============================  */
.widget-form.contact-form .message-block.message-text {
    margin-top: 4px;
    padding-left: 0;
}
.contact-form .btn-row label {
    display : none;
}
.contact-form .single-input-row .form-row {
    position : relative;
}
.contact-form .widget-form .double-input-row .form-row {
    box-sizing : border-box;
    display : inline-block;
    margin-left : -4px;
    padding : 15px;
    width : 50%;
}
.widget.widget-form.contact-form .single-input-row {
    margin-bottom : 10px;
}
.contact-form input[type="text"],
.contact-form select {
    border : 1px solid #ddd;
    box-sizing : border-box;
    height : 43px;
    padding : 10px 15px;
    width : 100%;
}
.widget.widget-form.contact-form .form-row.btn-row .submit-button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 5px 0 0;
    padding: 11px 87px;
    text-shadow: 0 0;
    text-transform: none;
}
.widget.widget-form.contact-form textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: 150px;
    padding: 10px;
    width: 100%;
    max-width: inherit;
}
.contact-form input[type="text"]:focus,
.widget.widget-form.contact-form textarea:focus {
    border: 1px solid #d32931;
}
.widget-form.contact-form .double-input-row .form-row {
    margin-bottom: 1px;
}

.widget.widget-form.contact-form {
    padding-left: 15px;
    padding-right: 15px;
}
/*get in touch*/
.page-about-us #bs-DDB36226-1BCD-433F-9B79-061B667A717B,
.page-contact-us #bs-DDB36226-1BCD-433F-9B79-061B667A717B {
    padding-bottom: 0 !important;
}
.wc-snippet-getin {
    padding-left: 15px;
    padding-right: 15px;
}
.widget.widget-snippet.contact-us-phn-email-wi {
    margin-bottom: 0;
    margin-top: 55px;
}
.widget-productSummary .title {
    display: none;
}
.product-widget.widget-productName .product-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 20px 0;
    text-transform: uppercase;
}
.product-widget.widget-productSummary {
    padding-bottom: 20px;
}
.For-every-blanket .col-md-6 .images-text {
    color: #ffffff;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transform: scaleY(0);
    transition: all 500ms ease 0s;
    width: 100%;
}
.For-every-blanket .col-md-6:hover .images-text {
    position: absolute;
    top: 0;
    transform: scaleY(1);
}
div.blog-post-details .comment-post-panel input, div.blog-post-details .comment-post-panel textarea {
    height: 42px;
}
.registration-form .form-row.simple_captcha_input_field + .simple_captcha_help_text {
    margin: 0;
    padding: 0 0 0 50%;
    width: auto;
}
.registration-form .simpleCaptcha-container .simple-captcha {
    clear: left;
    float: left;
}
.previous-price.price {
    margin-right: 5px;
}
.expect-to-pay-price-container {
    display: inline-block;
}
.expect-to-pay-container {
    display: inline-block;
}
.zoomContainer {
    z-index: 999;
}
.category .category-name {
    color: #000;
    font-size: 15px;
    margin: 0;
    display: inline-block;
}
.subcategory-container .title, .product-container .title {
    font-size: 15px;
    padding-bottom: 0;
}
.payment-form .double-input-row select {
    width: 100%;
}
.payment-form .double-input-row .mandatory-chosen-wrapper {
    width: 150px;
}
.payment-form .double-input-row > .form-type-info {
    background-color: #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    color: #999999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0 -3px;
    text-align: center;
    width: 40px;
}
input[type="submit"], input[type="button"], button, .button, a.button {
    padding: 10px 15px;
}
.review-panel .form-row.simple_captcha_help_text label, .review-panel .form-row.simple-captcha label {
    display: none;
}
.widget-price .price .tax-message,
.product-view.image-view .product-block .price .tax-message {
    color: #404040;
    font-size: 12px;
    display: block;
}

/*google map*/
.googlemap-wi .google-map-container {
    filter: grayscale(100%);
}
.widget-googleMap .google-map-container.initialized {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 470px;
}
.widget.widget-googleMap.googlemap-wi {
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
    .widget-googleMap .google-map-container.initialized {
        height: 300px;
    }
    .wc-snippet-phone-email img {
        min-height: auto !important;
    }
}
.order-comment-row, .payment-gateway {
    padding: 15px 0;
}

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

/*pending order and complete order*/
#order-details .form-row {
    margin: 3px 0;
    padding: 14px 0;
}
#order-details .order-items-wrap label {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
}
/*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;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0 -3px;
    text-align: center;
    width: 48px;
    display: inline-block;
    vertical-align: top;
    border: none;
}
.site-popup.popup.active .content .payment-form.site-popup-form .double-input-row.mandatory {
    padding-bottom:7px;
}
.site-popup.popup.active .content .payment-form.site-popup-form .mandatory-chosen-wrapper select + .errorlist.after {
    bottom: -18px;
    width: 100%;
}
/*Exit confirm popup */
.site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
    font-size: 22px;
    line-height: normal;
    margin: 0 0 15px;
}
.site-popup.popup {
    max-width: 400px;
    min-width: 290px;
}
.payment-form.site-popup-form input {
    width: 350px;
}
.payment-form .form-row label, .payment-form .double-input-row label {
    display: block;
    padding-bottom: 5px;
    width: auto;
}
/*Exit My Wallet-Debit & Credit card*/

/* My-Order popup */
.floating-panel-popup.popup.active {
    overflow: visible;
}
.floating-panel-popup::before {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -15px;
    width: 0;
}
.floating-panel-popup::after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -13px;
    width: 0;
}
#order-details .info-row {
    margin: 10px 0;
    text-align: right;
}

/*+++++++++++++++++++++++++++++++ RESPONSIVE +++++++++++++++++++++++++++++++*/
/*customer profile*/
@media screen and (max-width: 824px) {
    .site-popup.popup .payment-form.site-popup-form .header-wrapper > h1 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    
    .confirm-popup.popup {
        left: 15px;
        max-height: 90vh;
        min-width: auto;
        overflow-y: auto;
        right: 15px;
    }
    .popup {
        max-height: 90vh;
        overflow-y: auto;
    }
    .site-popup.popup.popup.active {
        max-width: 100%;
        min-width: auto;
        right: 15px;
        width: calc(100% - 35px)!important;
    }
    .site-popup .content, .confirm-popup .body {
        padding: 15px;
    }
    .site-popup .button-line, .confirm-popup .button-line {
        padding: 15px;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        vertical-align: top;
        width: 42%;
    }
    .site-popup.popup.active .content .payment-form.site-popup-form .double-input-row > .form-type-info {
        width: 15%;
    }
    #order-details .info-row .value {
        width: 40%;
    }
}
/*+++++++++++++++++++++++++++++++ RESPONSIVE +++++++++++++++++++++++++++++++*/


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

.owl-item .item .filter-group-item {
    margin: 10px;
    padding: 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;
    color: #000000;
}
.autocomplete-suggestion .elastic-search-link.redirect,
.elastic-search-link.search-in {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
}
.autocomplete-suggestion {
    padding: 0 7px;
}
.autocomplete-selected {
    background: #cfcfcf;
}
.entire-search h2 {
    font-size: 28px;
    margin: 0 0 15px;
}
.total-result {
    color: inherit;
    font-size: 16px;
    line-height: inherit;
    padding-bottom: 20px;
}
.search-result {
    border-bottom: medium none;
    font-size: initial;
    margin-bottom: 15px;
    padding-bottom: 25px;
    line-height: normal;
}
.search-results .product-view {
    margin-bottom: 0;
}
.entire-search .search-result > .title {
    font-size: 24px;
    padding: 5px 0;
    line-height: 30px;
    margin-bottom: 25px;
}
.search-result .page {
    font-size: 14px;
}
.search-results .page {
    font-size: 14px;
    margin-bottom: 25px;
}
.search-result .page .title {
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    color: #6b6b6b;
    margin: 0 10px 0 0;
}
.search-result .page > span {
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.search-results .page .summary {
    color: #6b6b6b;
    font-size: 14px;
    line-height: normal;
    margin: 10px 0;
}
.search-results .page .page-read-more {
    font-size: 15px;
    line-height: normal;
    color: #6b6b6b;
    padding: 0;
}
.product-view .footer, .category-view .footer, .entire-search .footer, .product-search .footer {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 10px 0;
    padding: 0;
}
.search-results .product-view .footer .pagination {
    float: right;
    margin: 0;
}
.search-result .page .title:hover,
.search-results .page > a:hover,
.search-results .page .page-read-more:hover {
    color: #000000;
}
.search-result.pages .pagination {
    float: right;
    margin: 0;
}
.product-view .footer .per-page-count,
.search-results .product-view .footer .pagination-literal-status {
    float: none;
}
div.entire-search .search-result > .title {
  border-top: 1px #ececec solid;
  border-bottom: 1px #ececec solid;
}
div.flying-cart-content .flying-cart-footer .recommend-item-product-name-wrapper a {
  height: auto !important;
}
.flying-cart-content .recommended-products .recommend-item-image img {
  height: 100%;
}
#customer-profile-tabs.customer-profile-v2 th:last-child, #customer-profile-tabs.customer-profile-v2 td:last-child {
  width: 50px;
}
@media (max-width: 991px) {
    .entire-search h2 {
        font-size: 26px;
        margin: 0 0 10px;
    }
    .entire-search .search-result > .title {
        font-size: 22px;
    }
    .search-result .page .title {
        font-size: 18px;
    }
    .search-results .page {
        margin-bottom: 20px;
    }
    .search-result {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .search-results .product-view .footer {
        margin: 0 auto;
        text-align: center;
    }
    .search-results .product-view .footer .pagination {
        float: none;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .search-result {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .entire-search h2 {
        font-size: 24px;
    }
    .entire-search .search-result > .title {
        font-size: 20px;
    }
    .total-result {
        font-size: 15px;
        padding-bottom: 14px;
    }
    .search-results .page .summary {
        margin: 8px 0;
    }
    .search-result.pages .pagination{
        float: none;
        margin: 10px auto;
        text-align: center;
        width: 100%;
    }
    .search-result.pages .page-result-footer {
        margin: 0 auto;
        text-align: center;
    }
}
/* ================================ End-Search-result-page ========================================*/

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

.loging-to-react.popup.anim-fade-zoom.active .body a:hover {
    color: #000000;
}
.popup {
    max-height: 90vh;
}
/* ======== End-Like-Popup =========== */
/* ======== Replay-Popup =========== */
.reply-popup.blog-comment-reply-popup.popup.anim-fade-zoom.active .body {
    background-color: #ffffff;
    padding: 15px;
}
.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;
    }
  .flying-cart-page-heading-action-btn-wrapper {
  gap: 0 8px;
}
  .flying-cart-content .flyingt-cart-header {
  padding: 10px;
}
}

.notification.success.popup {
    background: #c2e7c2 none repeat scroll 0 0;
    border: 1px solid #c2e7c2;
}
/* ======== End-Replay-Popup =========== */
/* ================================ End-Blog-Comment-Section ===============================*/
.fee #spltr-2694E793-2DB6-4C47-B7AD-C1134D1114F2 {
    margin: 0;
}
.fee.page-home > .header {
    background: rgba(0, 0, 0, 0) url("../images/header-banner-bg.jpg") repeat scroll 0 0;
    height: 225px;
}
.widget.widget-html.newsletter-title.animated.fadeIn.fee-widget-selected {
    background: #090a08 none repeat scroll 0 0;
}
.fee #spltr-D2381993-8878-4E4B-A94A-89D00D2D3CD1 {
    margin: 0 auto;
    width: 1170px;
}
.fee-not-editable .category-image-view-width {
    width: 239px;
}
.product-view .header .pagination, .category-view .header .pagination {
    float: right;
    padding:10px 0;
    width: auto;
}
.pagination {
    float: none;
    padding: 0;
    width: auto;
}
.newsletter.unsubscribe textarea {
    height: 150px;
    width: 350px;
}

@media (max-width: 767px){
    .newsletter.unsubscribe textarea {
        width: 100%;
    }
}
.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;
}

/*=============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 .header {
    padding-right: 35px;
}
.add-to-wish-list-popup.add-to-wishlist-popup.popup {
    max-width: 650px;
}
.add-to-wishlist-popup .add-to-wish-list:hover {
    background: #272727;
}
.wish-list-popup .add-to-wish-list:hover {
    background-color: #000000;
  border: 1px solid #000;
}
.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;
}

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

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

/*============= Newsletter Unsubscription ==============*/
.newsletter.unsubscribe .form-row.mandatory::before {
    display: none;
}
.newsletter.unsubscribe .form-row label {
    display: block;
    padding-bottom: 5px;
}
.newsletter.unsubscribe .form-row {
    height: auto;
    padding: 0;
    margin: 0;
    max-width: inherit;
    width : 100%;
}
.newsletter.unsubscribe .message {
    display: block;
    padding-bottom: 15px;
}
.page-newsletter-subscription .subscription-list-success {
    border: none;
    width: auto;
    max-width: 473px;
}
.subscription-list-success .title {
    margin: 0;
    background-color: #d32931;
    border-left: 1px #d32931 solid;
    border-right: 1px #d32931 solid;
}
.subscription-list-success .messess-text {
    border-left: 1px #d32931 solid;
    border-right: 1px #d32931 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 #d32931 solid;
    border-right: 1px #d32931 solid;
    border-bottom: 1px #d32931 solid;
}
.subscription-list-success .help .link {
    margin-right: 4px;
    color: #d32931;
}
.subscription-list-success .help .link:hover {
    color: #333333;
}
/*============= Blog comment like reply ==============*/
.blog-post-details .post-description > .loging-to-react {
    background: #d32931 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
.blog-post-details .post-description > .loging-to-react:hover {
    background: #000000 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: #d32931;
    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: #3b3a3a;
}

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

/* #######
Ecommerce Version 2021
############## */

/* ##################### */
/* Add to cart popup start */
.popup .body {
    background-color: #FFFFFF;
    padding: 25px;
}
.add-to-wish-list-popup .short-info .product-name, .add-to-compare-popup .short-info .product-name, .add-to-cart-popup .short-info div.prodict-name, .add-cart-information-popup .short-info div.prodict-name, .add-cart-information-popup .short-info .name {
    font-size: 18px;
    font-weight: 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-single .chosen-single div b {
    top: 7px;
    display: block;
}
.add-cart-information-popup  .button-item span.close-btn.button{
    margin-left: 10px;
}
.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 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 {
    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*/

/* 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;
    }
}
/* Cart Details 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;
    line-height: normal;
    padding: 0 0 10px;
}
.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;
    max-width: 100%;
}
form.discount-coupon-code-form .apply-discount-coupon {
    margin-top: 15px;
    margin-right: 0;
}
form.discount-coupon-code-form .message-block {
    font-size: 14px;
}
.cartitem-table .image-column {
    width: 150px;
}

@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;
      width: 70%;
    }
    .add-to-cart-popup .cart-summary-header,
    .add-cart-information-popup .cart-summary-header span {
        padding: 0;
    }
  .add-cart-information-popup .variation-container .chosen-container {
  width: 100%;
}
.flying-cart-content .product-view .content.scrollable .variation-container .variation-type.color .variation-value {
  height: 15px;
  width: 15px;
  min-width: 15px;
}
    /* 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;
    }
}

.blog-post-details .social-media-share-bar{
    padding: 15px 0;
}
.widget-form .radio label::after {
    background-color: #d32931;
    border-color: #d32931;
}
.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #d32931;
    border-color: #d32931;
}
.wish-list-popup.add-to-wishlist-popup input, .wish-list-popup.add-to-wishlist-popup select {
    width: 100%;
    max-width: 100%;
}
.widget-form .checkbox input[type="checkbox"]:focus+label::before,.widget-form .radio input[type="radio"]:focus+label::before {
    outline: none;
}
.blog-post-details .post-description .image img {
    max-width: 100%;
    width: 98%;
}
.compare-details table td, .compare-details table td p {
    font-size: 14px;
    line-height: normal;
    color: #555;
}
.compare-details table .action-row td {
    text-align: center;
}
.time-out.popup .header-line {
    background-color: #f1f1f1;
    text-align: center;
    padding: 25px;
}
.cartitem-table tr td:last-child,
.confirm-step-form .cartitem-table th:first-child,.confirm-step-form .cartitem-table tr td:first-child,
.shopping-cartitem .cartitem-table th:first-child, .shopping-cartitem .cartitem-table td:first-child {
    padding-left: 0;
}
.confirm-step-form .cartitem-table th:last-child,.cartitem-table tr td:last-child,
.shopping-cartitem .cartitem-table th:last-child, .shopping-cartitem .cartitem-table td:last-child {
    padding-right: 0;
}
.shopping-cartitem .shopping-cart-total .price {
    padding-right: 0;
}

@media (max-width: 767px) {
    .popup.add-cart-information-popup {
        overflow: auto;
    }
}
/*============== Date popup ===============*/
.custom-form button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    border: none;
}
.Zebra_DatePicker {
    background: none repeat scroll 0 0 #d32931;
    border: 3px solid #d32931;
}
.Zebra_DatePicker td.dp_current {
    color: #d32931;
}
.Zebra_DatePicker .dp_daypicker td.dp_hover {
    background: #d32931;
}
.Zebra_DatePicker .dp_daypicker th {
    border: 1px #d32931 solid;
}
/*============== End Date popup ===============*/
/*============== Filter By Price ===============*/
.widget.filter-wi .form-row.type-slider .filter-name {
    margin: 0 0 10px 0;
    display: block;
    font-size: 15px;
}
.widget.filter-wi .form-row.type-slider .type-slider-bottom {
    display: block;
    margin: 15px 0 0 0;
    position: relative;
    text-align: right;
}
.widget.filter-wi .form-row.type-slider .type-slider-bottom span {
    font-size: 14px;
}
.widget.filter-wi .form-row.type-slider .type-slider-bottom a {
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: underline;
    cursor: pointer;
}
.widget.filter-wi .form-row.type-slider .type-slider-bottom a:hover {
    color: #d32931;
}
.widget-filter.filter-wi .clear-all-filter-attributes {
    display: none;
}
.widget.widget-filter .type-slider .noUi-handle {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #E7E7E7 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 15%);
    top: -4px !important;
    cursor: pointer;
}
.widget.widget-filter .type-slider .noUi-horizontal {
    height: 6px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: calc(100% - 10px);
}
.widget.widget-filter .type-slider .noUi-handle:before,
.widget.widget-filter .type-slider .noUi-handle:after {
    display: none !important;
}
.widget.widget-filter .type-slider .noUi-handle {
    right: -10px;
}
.widget.widget-filter .type-slider .noUi-connects {
    background-color: #e6e6e6;
}
.widget.widget-filter .type-slider .noUi-connect {
    background-color: #d32931;
}

/* ----------------------------------------------------------
// 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;
    padding: 15px;
}
.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: 15px;
}
.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 .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: 0;
  padding-bottom: 0;
}
.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: #d32931;
    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 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: 10px;
  background-color: #f2f2f2;
  border-style: solid;
  border-color: #d32931;
  border-width: 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: #d32931;
    border-width: 0 1px 1px 1px;
}
.review-view-panel .product-review-container {
    background: none;
    border: none;
    padding: 0;
}
.review-view-panel  .single-review-block {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, .04);
    padding: 20px;
    line-height: 1.8;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.review-view-panel  .single-review-block ~ .single-review-block  {
    margin-top: 20px;
}
.review-view-panel .single-review-block .review-head {
    font-size: 14px;
    order: 2;
    color: #666;
    padding-bottom: 7px;
    margin-bottom: 14px;
    border-bottom: 1px #ececec solid;
}
.review-view-panel .single-review-block .review-head span.review-date {
    display: block;
}
.review-view-panel .single-review-block .reviewer-name {
    order: 1;
    font-size: 18px;
    font-weight: 600;
}
.review-view-panel .single-review-block .review-description {
    order: 3;
    font-size: 15px;
}
.write-review-panel .review-form .form-row.review-row {
    text-align: left;
}

.write-review-panel .review-form .form-row.review-row label {
    display: none;
}
.new-review-panel .average-rating-point-block {
  border: 2px solid #d32931;
}
.new-review-panel .average-point-out-of{
  background: #d32931;
}
.new-review-panel .average-point-out-of::after {
border-color: transparent transparent #d32931;
}
.new-review-panel .average-point {
  color: #d32931;
}
.new-review-panel .avg-review-label .label {
  color: #fff;
}
.new-review-panel .review-card-wrapper__view-details-link {
  color: #d32931;
}
.new-review-panel .all-rating-block .rating-row .rating-bar-wrapper {
  background: rgba(212, 142, 80, 0.19);
}
.new-review-panel .all-rating-block .rating-row .rating-bar {
  background: #c6555a;
}
.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition-text {
    margin-top: 0;
    margin-bottom: 20px;
}
.checkout-page.version-2 div.checkout-button-wrapper-bottom + .bottom-snippet-content-advance-checkout div {
  margin-top: 20px;
}
.auto-page.page-checkout .checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button.disabled {  background-color: #ccc;  color: #b0aeae;  pointer-events: none;}
 
.donation-success-page-content .order_details_table {    margin: 0;    padding: 0;}
@media (max-width: 767px) {    .donation-success-page-content-inner .cartitem-table tr.title,    .donation-success-page-content-inner .cartitem-table tr {        display: table-row;    }    .donation-success-page-content-inner .cartitem-table tr:last-child td {        border-bottom: 1px solid #F3F3F3;    }    .donation-success-page-content-inner .cartitem-table tr td,    .donation-success-page-content-inner .cartitem-table tr td.price {        text-align: left;    }    .donation-success-page-content-inner .cartitem-table td {        display: table-cell;    }}
/* ============== 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;
        margin-left: 0;
    }
    .review-view-panel .total-review-panel h2.review-heading {
        font-size: 22px;
    }
}
/* // Review and Rating - END */

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

/* // Ask a Question - END */

.snippet-footer-social-meadia-left ul,
.snippet-footer-social-meadia ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.widget-snippet .snippet-content-about-us .readMore a {
    font-family: "Montserrat",sans-serif;
}
.widget-gallery.jssorSlider::before {
    content: none;
}
.jssor-slider-container .jssor-loader .loader-2 {
    background: url(/template/37f72000/images/slider-loading.webp) no-repeat center center;
    background-size: 60px;
}
.wc-snippet-getin h2,
.wc-snippet-getin .num-text h3 {
    margin: 0;
}

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

/*______________________________ 2nd face update issues fixing _______________________________*/

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
    padding-right: 0;
}
.widget.fee-category-1 .category-image-view-width,
.widget.fee-category-2 .category-image-view-width {
    box-sizing: border-box;
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image-link::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image-link::after,
.fee-widget-product-image-view .product-view.image-view .product-name::before,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    border-radius: 0;
    font-family: inherit;
    background: transparent;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-name,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name {
    text-align: left;
    max-height: 100%;
    min-height: auto;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button.button {
    width: auto;
    line-height: 21px;
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add {
    padding: 0 5px;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 0;
    width: auto;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list.button,
.fee-widget-product-image-view .product-block:hover .product-image .add-to-compare-button{
  -moz-transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap,
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    text-align: left;
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-name a{
    font-family: inherit;
    text-transform: capitalize;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
    width: auto;
    font-family: inherit;
    text-transform: capitalize;
    display: inline-block;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button::after{
    content: none;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title,
.body .widget-product.fee-widget-product-image-view .widget-title,
.body .widget-product.fee-widget-product-list-view .widget-title,
.body .widget-product.fee-widget-product-tabular-view .widget-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    text-align: center;
    font-family: inherit;
    letter-spacing: normal;
    line-height: normal;
    padding: 20px 0;
    text-transform: capitalize;
    margin: 0;
    border: none;
}
.body .widget-product.fee-widget-product-scroll-view .widget-title::before,
.body .widget-product.fee-widget-product-image-view .widget-title::before,
.body .widget-product.fee-widget-product-list-view .widget-title::before,
.body .widget-product.fee-widget-product-tabular-view .widget-title::before,
.body .widget-product.fee-widget-product-scroll-view .widget-title::after,
.body .widget-product.fee-widget-product-image-view .widget-title::after,
.body .widget-product.fee-widget-product-list-view .widget-title::after,
.body .widget-product.fee-widget-product-tabular-view .widget-title::after{
    content: none;
}
.fee-widget-product-list-view .product-view.list-view .btn-add {
    text-align: left;
    position: unset;
    display: unset;
    padding: 0;
    background: transparent;
    margin-left: 0;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l::before,
.fee-gallery-jssor3 .jssor-slider-container .jssora20r::before{
    content: none;
}
.jssor-slider-container .jssorb03 div,
.jssor-slider-container .jssorb03 div:hover,
.jssor-slider-container .jssorb03 .av {
    width: auto;
    height: auto;
    line-height: normal;
}
.fee-gallery-swipebox .swipe-image-wrap {
    padding: 0 ;
}
.fee-gallery-swipebox .swipe-image-wrap .box {
    margin: 0;
    padding: 10px;
}
.fee-gallery-swipebox .swipe-image-wrap .box a::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    content: "";
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap .thumb img {
    max-height: 100%;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.rollover-layout .thumbs {
    margin: 0;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs li {
    margin: 0 auto;
}
.widget-gallery ul li::after{
    content: none;
}
.fee-widget-product-list-view .product-view.list-view .product-name-link {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    font-family: inherit;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button:hover {
    background-color: #fff;
    border: 1px #0094c4 solid !important;
    color: #0094c4;
}
.product-view.tabular-view .name-column {
    max-width: 450px;
}
.product-view.tabular-view .add-to-cart-multi-select-fixed-button.button {
    right: 60px;
    width: auto;
}
.widget-product.fee-widget-product-tabular-view .product-view .header{
    margin-top: 0;
}
.fee-widget-product-tabular-view .product-view .content {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .price-waper .current-price.price .tax-message,
.product-view.image-view .price-block-container span.tax-message, .product-view.scrollable-view .price-block-container span.tax-message,
.fee-widget-product-list-view .current-price.price .tax-message, .fee-widget-product-tabular-view .product-view.tabular-view .current-price .tax-message {
    font-size: 0;
}

@media (max-width: 1199px) {
    .widget.widget-category.fee-category-1 .category-view .content .category,
    .widget.widget-category.fee-category-2 .category-view .content .category {
        width: 33.333%;
        margin: 0;
    }
}
@media (max-width:575px) {
    .widget.widget-category.fee-category-1 .category-view .content .category,
    .widget.widget-category.fee-category-2 .category-view .content .category {
        width: 50%;
        margin: 0;
        padding: 2px;
        border: none
    }
}

@media (max-width: 1199px) {
    .fee-widget-product-image-view .product-view.image-view .product-block:nth-child(5n+1) {
        border-left: 1px solid #e6e6e6;
    }
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(25% - 2px);
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs {
        padding: 0 40px;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
        left: -10px;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
        right: -10px;
    }
}
@media (max-width: 991px) {
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(33.334% - 2px);
        margin: 0;
    }
    .product-view.tabular-view .name-column {
        max-width: 230px;
    }
}
@media (max-width: 767px) {
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(50% - 2px);
    }
    .product-view.tabular-view .name-column {
        max-width: 260px;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs li {
        width: auto;
    }
}
@media (max-width: 480px) {
    .widget.widget-product.fee-widget-product-image-view .product-view.image-view .product-block {
        width: calc(100% - 2px);
    }
    .fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button {
        padding: 8px 10px;
        font-size: 14px;
    }
}
/*______________________________ Exit 2nd face update issues fixing _______________________________*/

/*______________________________  2nd face slider issues fixing _______________________________*/

.fee-gallery-jssor .jssor-slider-container .caption-wrapper {
    position: absolute;
    text-align: center;
    height: auto;
    padding: 15px;
    left: 0;
    right: 0;
    top: auto;
}
.fee-gallery-jssor div.jssor-slider-container .container [u="caption"] {
    width: auto;
    text-align: center;
    max-width: 100%;
    overflow: auto;
    height: auto;
    margin-left: 0;
    transform: none;
}
.fee-gallery-jssor div.jssor-slider-container .description.jssor-caption-1,
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 {
    max-width: 100%;
    position: static;
    font-family: inherit;
    padding: 10px 0;
    color: #fff;
    display: block;
    font-size: 18px;
}
.fee-gallery-jssor div.jssor-slider-container .title.jssor-caption-2 span {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #fff;
    display: inline;
    white-space: normal;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button {
    position: static;
    background: transparent;
    transform: unset;
    border-radius: 0;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a::after,
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a::before {
    content: none;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a {
    min-width: auto;
    text-transform: capitalize;
    letter-spacing: normal;
    border: 1px #fff solid !important;
    background: transparent;
    color: #fff;
    font-family: inherit;
    font-style: normal;
    text-transform: capitalize;
    height: auto;
    border-radius: 0;
    max-width: 100%;
}
.fee-gallery-jssor .jssor-slider-container .caption-wrapper [u="caption"].button a:hover {
    color: #000 !important;
    background: #fff !important;
}
.fee-gallery-jssor div.jssor-slider-container .container .jssor-caption-3 > a::after {
    content: none;
}
.fee-gallery-jssor2 .jssor-slider-container .caption-wrapper {
    text-align: left;
    position: absolute;
    padding: 15px;
    height: auto;
    left: 0;
    right: 0;
    top: auto;
}
.fee-gallery-jssor2 div.jssor-slider-container .container [u="caption"] {
    position: static;
    padding: 10px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: inherit;
    height: auto;
    max-width: 100%;
    text-align: left;
    width: 100%;
    margin-left: 0;
    line-height: normal;
    transform: none;
    background: transparent;
}
.fee-gallery-jssor2 div.jssor-slider-container .container [u="caption"].description.jssor-caption-1 {
    font-size: 36px;
    font-weight: 700;
}
.fee-gallery-jssor2 div.jssor-slider-container .title.jssor-caption-2 span {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.4;
}
.fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-2 span {
    white-space: normal;
    max-width: 100%;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l{
    border: none;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r{
    right: 10px;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
    left: 10px;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r::after,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l::after {
    content: none;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2229%22%20height%3D%2254%22%20viewBox%3D%220%200%2029%2054%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M1.56299%202.00781L26.5566%2027.0015L1.56299%2051.9951%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E %3C%2Fsvg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 34px;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.fee-gallery-jssor3 .jssor-slider-container .jssora20r:hover,
.fee-gallery-jssor3 .jssor-slider-container .jssora20l:hover {
    border: none;
    background-repeat: no-repeat !important;
    background-color: rgba(0,0,0,0.1) !important;
    border-radius: 20px !important;
}
.widget-gallery.fee-gallery-jssor .jssor-slider-container .jssorb03,
.widget-gallery.fee-gallery-jssor2 .jssor-slider-container .jssorb03,
.widget-gallery.fee-gallery-jssor3 .jssor-slider-container .jssorb03 {
    position: absolute;
    width: 400px !important;
    left: 50% !important;
    right: auto !important;
    bottom: 60px !important;
    top: auto !important;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    transform: translatex(-50%);
    border-radius: 35px;
    opacity: 1 !important;
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 !important;
    flex-direction: initial;
}
.widget-gallery.fee-gallery-jssor .jssor-slider-container .jssorb03 div,
.widget-gallery.fee-gallery-jssor2 .jssor-slider-container .jssorb03 div{
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    font-size: 0;
    margin: 0 7px;
    padding: 2px;
    overflow: inherit;
    border: none;
}
.widget-gallery.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div {
    display: inline-block;
    vertical-align: middle;
    background-color: transparent !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    background-image: none !important;
    margin: 0 7px;
    width: 24px;
    height: 24px;
    border: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-left::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span.scroll-right::after{
    content: none;
}

@media (max-width: 1200px) {
    .fee-gallery-jssor .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor2 .jssor-slider-container .caption-wrapper,
    .fee-gallery-jssor3 .jssor-slider-container .caption-wrapper {
        display: block;
    }
}
@media (max-width: 767px) {
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-1,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-2,
    .fee-gallery-jssor div.jssor-slider-container .container div.jssor-caption-3 ,
    .fee-gallery-jssor2 div.jssor-slider-container .container div.jssor-caption-3 {
        transform: unset;
    }
}
/*______________________________  2nd face product & Category issues fixing _______________________________*/
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container {
    border: none;
}
.widget-gallery.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next::before {
    content: none;
}
.widget-gallery.fee-gallery-galleriffic, .widget-gallery.fee-gallery-owl,
.widget-gallery.fee-gallery-swipebox,
.fee-widget-product-image-view, .fee-widget-product-scroll-view,
.fee-widget-product-list-view, .fee-widget-product-tabular-view,
.widget-category.fee-category-1, .widget-category.fee-category-2,
.widget-blogPost.fee-blog-design-1, .widget-blogPost.fee-blog-design-2,
.widget-blogPost.fee-blog-design-3, .widget-blogPost.fee-blog-design-4 {
    padding: 0 15px;
}
.fee-widget-product-image-view .product-view.image-view .product-block .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .product-image {
    height: 245px;
    background: transparent;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .product-image {
    box-shadow: none;
    border: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button {
    background: #0094c4 none repeat scroll 0 0 !important;
    border: 1px solid #0094c4 !important;
    font-family: inherit;
    text-transform: capitalize;
    padding: 8px 20px;
    max-width: 100%;
    letter-spacing: normal;
    line-height: 21px;
    border-radius: 0;
    margin: 0;
    display:inline-block;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button::after,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button::after {
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-cart-button:hover {
    background-color: #fff !important;
    color: #0094c4;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .content {
    display: inherit;
    overflow: hidden;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-left,
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller .scroll-right {
    transform: none;
    right: 0;
    left: 0;
    position: relative;
    top: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image {
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-name a,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    text-align: left;
}
.fee-widget-product-image-view .product-view.image-view .product-block,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
    border-radius: 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .header {
    position: unset;
}
.fee-widget-product-scroll-view .scrollable-view .scroller::before {
    content: none;
}
.fee-widget-product-scroll-view .scrollable-view .scroller .scroll-left {
    float: none;
    left: 0;
    transform: none;
}
.fee-widget-product-scroll-view  .scrollable-view .scroller .scroll-right {
    float: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .btn-add .button.add-to-cart-button::before,
.fee-widget-product-image-view .product-view.image-view .btn-add .button.add-to-cart-button::before {
    content: none;
}
.fee-widget-product-list-view .product-view.list-view .product-block.product-view-height-width:hover .product-image {
    background: transparent;
    border: none;
}
@media (max-width: 767px) {
    .fee-widget-product-image-view .product-view.image-view .product-block,
    .fee-widget-product-scroll-view .product-view.scrollable-view .product-block {
        border-left: 1px solid #e6e6e6;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.prev {
        left: 0;
    }
    .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout.thumb-position-bottom .thumbs-container .pageLink.next {
        right: 0;
    }
}

/*______________________________  2nd face blog issue _______________________________*/

.widget.widget-blogPost.fee-blog-design-1 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-2 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-3 .blog-post-content,
.widget.widget-blogPost.fee-blog-design-4 .blog-post-content {
    padding: 0;
    max-width: 1160px;
}
.fee-blog-design-1 .blog-post-item,
.fee-blog-design-2 .blog-post-item,
.fee-blog-design-3 .blog-post-item,
.fee-blog-design-4 .blog-post-item {
    display: inline-block;
    margin: 0;
}
.fee-blog-design-1 .blog-post-item .title a,
.fee-blog-design-2 .blog-post-item .title a,
.fee-blog-design-3 .blog-post-item .title a,
.fee-blog-design-4 .blog-post-item .title a {
    font-size: 18px;
    line-height: normal;
}
.fee-blog-design-1 .post.post-list-view-height, .fee-blog-design-2 .post.post-list-view-height,
.fee-blog-design-3 .post.post-list-view-height, .fee-blog-design-4 .post.post-list-view-height {
    margin-right: 0;
}
.fee-blog-design-1 .blog-post-info span, .fee-blog-design-2 .blog-post-info span, .fee-blog-design-3 .blog-post-info span, .fee-blog-design-4 .blog-post-info span {
    color: #666 !important;
    font-size: 13px;
}
.fee-blog-design-1 .post-description,
.fee-blog-design-2 .post-description,
.fee-blog-design-3 .post-description,
.fee-blog-design-4 .post-description {
    margin: 0 !important;
    padding: 0;
    border: none;
    height: auto;
    text-align: left;
    background: transparent;
}
.fee-blog-design-1 .post-description .blog-read-more::after,
.fee-blog-design-2 .post-description .blog-read-more::after,
.fee-blog-design-3 .post-description .blog-read-more::after,
.fee-blog-design-4 .post-description .blog-read-more::after,
.fee-blog-design-1 .post-description::after,
.fee-blog-design-2 .post-description::after,
.fee-blog-design-3 .post-description::after,
.fee-blog-design-4 .post-description::after {
    content: none;
}
.fee-blog-design-1 .blog-post-item .blog-post-info, .fee-blog-design-2 .blog-post-item .blog-post-info,
.fee-blog-design-3 .blog-post-item .blog-post-info, .fee-blog-design-4 .blog-post-item .blog-post-info {
    margin: 0;
}
.fee-blog-design-1 .post-description:hover,
.fee-blog-design-2 .post-description:hover,
.fee-blog-design-3 .post-description:hover,
.fee-blog-design-4 .post-description:hover {
    box-shadow: none;
}
.fee-blog-design-1 .post-description .blog-read-more,
.fee-blog-design-2 .post-description .blog-read-more,
.fee-blog-design-3 .post-description .blog-read-more,
.fee-blog-design-4 .post-description .blog-read-more {
    font-size: 15px;
    font-weight: 600;
    border: none !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    height: auto;
    line-height: normal;
}
.fee-blog-design-1 .post-description .blog-read-more:hover,
.fee-blog-design-2 .post-description .blog-read-more:hover,
.fee-blog-design-3 .post-description .blog-read-more:hover,
.fee-blog-design-4 .post-description .blog-read-more:hover {
    color: inherit;
}
.fee-blog-design-1 .blog-post-info span.author,
.fee-blog-design-2 .blog-post-info span.author,
.fee-blog-design-3 .blog-post-info span.author,
.fee-blog-design-4 .blog-post-info span.author {
    display: none;
}
.fee-blog-design-1 .blog-post-info span.date,
.fee-blog-design-2 .blog-post-info span.date,
.fee-blog-design-3 .blog-post-info span.date,
.fee-blog-design-4 .blog-post-info span.date {
    position: unset;
    background: transparent !important;
    width: auto;
    padding: 0;
    font-size: 13px;
    margin: 10px 0;
}
.fee-blog-design-1 .blog-post-item .title,
.fee-blog-design-2 .blog-post-item .title,
.fee-blog-design-3 .blog-post-item .title,
.fee-blog-design-4 .blog-post-item .title {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}
.fee-blog-design-1 .post-description .content,
.fee-blog-design-2 .post-description .content,
.fee-blog-design-3 .post-description .content,
.fee-blog-design-4 .post-description .content {
    margin: 0;
}
.fee-blog-design-1 .blog-post-info span.date::before,
.fee-blog-design-2 .blog-post-info span.date::before,
.fee-blog-design-3 .blog-post-info span.date::before,
.fee-blog-design-4 .blog-post-info span.date::before {
    vertical-align: top;
    margin-right: 5px;
}
.fee-blog-design-4 .blog-post-item .post-description a::before {
    content: none;
}

/*______________________________  2nd face hotfix_______________________________*/

.fee-gallery-jssor .jssor-slider-container .container .slide::before,
.fee-gallery-jssor2 .jssor-slider-container .container .slide::before,
.fee-gallery-jssor3 .jssor-slider-container .container .slide::before{
    content: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover {
    transform: none;
}
.fee-widget-product-scroll-view .block-content-wrap,
.fee-widget-product-image-view .block-content-wrap {
    padding: 0;
    border-top: none;
    margin: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-image-link,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-image-link {
    border: none;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price span,
.fee-widget-product-image-view .product-view.image-view .current-price.price span,
.fee-widget-product-list-view .current-price.price span {
    color: #008df2;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    padding: 0;
    opacity: unset;
}
.fee-widget-product-image-view .product-view.image-view .product-view-height-width .image,
.fee-widget-product-scroll-view .product-view.scrollable-view .content * {
    opacity: unset;
}
.fee-widget-product-image-view .product-view.image-view .product-block .block-content-wrap,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .block-content-wrap {
    padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover {
    box-shadow: none;
}
.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add,
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
    transform: none;
    height: auto;
    top: auto;
    bottom: 0;
}
.widget-category.fee-category-1 .category-image-view:hover .category-image img,
.widget-category.fee-category-2 .category-image-view:hover .category-image img {
    transform: none;
}
.widget-category.fee-category-1 .category-image-view-height, .widget-category.fee-category-2 .category-image-view-height {
    border: none;
    box-shadow: none;
    padding: 0;
}
.widget-category.fee-category-1 .category-image-view:hover .category-image a::after,
.widget-category.fee-category-2 .category-image-view:hover .category-image a::after {
    content: none;
}
.widget.fee-category-1 .category .category-name .category-name-link,
.widget.fee-category-2 .category .category-name .category-name-link {
    text-transform: capitalize;
}
.widget.fee-category-1 .category .category-name {
    position: unset;
    background: transparent;
    padding: 0;
    transform: none;
}
.widget.fee-category-2 .category .category-name {
    background: transparent;
    transform: none;
    padding: 0;
    top: auto;
}
#bs-DDB36226-1BCD-433F-9B79-061B667A717B .widget.fee-gallery-jssor,
#bs-DDB36226-1BCD-433F-9B79-061B667A717B .widget.fee-gallery-jssor2,
#bs-DDB36226-1BCD-433F-9B79-061B667A717B .widget.fee-gallery-jssor3 {
    margin: 0 auto;
    padding: 0;
}
.fee-gallery-owl .owl-carousel .owl-controls {
    height: auto;
}
.fee-widget-product-list-view .product-block .price-waper > * {
    margin-right: 0;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block .block-content-wrap .price-waper {
    width: auto;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price .tax-message,
.fee-widget-product-image-view .product-view.image-view .current-price.price .tax-message,
.fee-widget-product-list-view .current-price.price .tax-message,
.fee-widget-product-tabular-view .current-price.price .tax-message {
    color: #999;
    font-size: 10px !important;
    font-weight: 400;
    width: 100%;
    display: block;
}
.galleriffic-gallery-wrap .thumb img {
    max-height: 105px;
}
.fee .widget-html.gallery {
  padding-top: 15px;
}

/* ----------------------------------------------------
// Customer Profile
------------------------------------------------------ */

#customer-profile-tabs.customer-profile-v2 th,
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
    font-family: "Montserrat",sans-serif;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    background: none;
    border: none;
}
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header .title:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title,
#customer-profile-tabs.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header:hover .title {
    color: #000 !important;
}
#customer-profile-tabs.customer-profile-v2 .button.profileLogout,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout:hover {
    border: none;
}
#customer-profile-tabs.customer-profile-v2 .profileLogout a,
#customer-profile-tabs.customer-profile-v2 .button.profileLogout a:hover {
    background: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .product-name {
    height: auto;
}
.customer-profile-v2 .profile-pic-wrapper>.customer-name-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
#customer-profile-tabs.customer-profile-v2 button {
    background: #d32931;
    border: none;
}
#customer-profile-tabs.customer-profile-v2 button:hover {
    background: #191919;
    color: #fff;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.current {
    background-color: #d32931;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top.bmui-tab-active {
    border-bottom: 2px #d32931 solid;
}
#customer-profile-tabs.customer-profile-v2 input[type="checkbox"] {
    padding: 0;
}
#webcommander-page.page-profile .notification.popup {
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px 20px 20px;
    border: none;
    max-width: 600px;
    min-width: 300px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25)
}

@media (max-width: 767px) {
    #webcommander-page.page-profile .notification.popup {
        max-width: calc(100vw - 40px);
        min-width: 300px
    }
}

#webcommander-page.page-profile .notification.popup .icon {
    display: block;
    float: none;
    width: 24px;
    height: 24px;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
#webcommander-page.page-profile .notification.popup.info .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12%2022C17.5228%2022%2022%2017.5228%2022%2012C22%206.47715%2017.5228%202%2012%202C6.47715%202%202%206.47715%202%2012C2%2017.5228%206.47715%2022%2012%2022Z%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%234A4A4A%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup.success .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M22%2011.0799V11.9999C21.9988%2014.1563%2021.3005%2016.2545%2020.0093%2017.9817C18.7182%2019.7088%2016.9033%2020.9723%2014.8354%2021.5838C12.7674%2022.1952%2010.5573%2022.1218%208.53447%2021.3744C6.51168%2020.6271%204.78465%2019.246%203.61096%2017.4369C2.43727%2015.6279%201.87979%2013.4879%202.02168%2011.3362C2.16356%209.18443%202.99721%207.13619%204.39828%205.49694C5.79935%203.85768%207.69279%202.71525%209.79619%202.24001C11.8996%201.76477%2014.1003%201.9822%2016.07%202.85986%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M22%204L12%2014.01L9%2011.01%22%20stroke%3D%22%2304B100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup.warning .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M10.2898%203.8602L1.81978%2018.0002C1.64514%2018.3026%201.55274%2018.6455%201.55177%2018.9947C1.55079%2019.3439%201.64127%2019.6873%201.8142%2019.9907C1.98714%2020.2941%202.2365%2020.547%202.53748%2020.7241C2.83847%2020.9012%203.18058%2020.9964%203.52978%2021.0002H20.4698C20.819%2020.9964%2021.1611%2020.9012%2021.4621%2020.7241C21.7631%2020.547%2022.0124%2020.2941%2022.1854%2019.9907C22.3583%2019.6873%2022.4488%2019.3439%2022.4478%2018.9947C22.4468%2018.6455%2022.3544%2018.3026%2022.1798%2018.0002L13.7098%203.8602C13.5315%203.56631%2013.2805%203.32332%2012.981%203.15469C12.6814%202.98605%2012.3435%202.89746%2011.9998%202.89746C11.656%202.89746%2011.3181%202.98605%2011.0186%203.15469C10.7191%203.32332%2010.468%203.56631%2010.2898%203.8602Z%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%209V13%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2017H12.01%22%20stroke%3D%22%23FFA100%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup.alert .icon,
#webcommander-page.page-profile .notification.popup.error .icon {
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M7.86%202H16.14L22%207.86V16.14L16.14%2022H7.86L2%2016.14V7.86L7.86%202Z%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%208V12%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M12%2016H12.01%22%20stroke%3D%22%23E44646%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center
}
#webcommander-page.page-profile .notification.popup .message {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px #ddd solid;
    text-align: left;
}
#webcommander-page.page-profile .notification.popup .type {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 10px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
#webcommander-page.page-profile .notification.popup.success .type {
    color: green
}
#webcommander-page.page-profile .notification.popup.warning .type {
    color: orange
}
#webcommander-page.page-profile .notification.popup.alert .type,
#webcommander-page.page-profile .notification.popup.error .type {
    color: red
}
#webcommander-page.page-profile .notification.popup .close {
    height: 16px;
    width: 16px;
    background: rgba(0, 0, 0, 0) url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M12.1953%204.9541L4.19531%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3Cpath%20d%3D%22M4.19531%204.9541L12.1953%2012.9541%22%20stroke%3D%22%234D4D4D%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
    position: absolute;
    right: 7px;
    top: 5px
}
#webcommander-page.page-profile .site-popup .title-bar {
    padding: 15px 20px;
    background-color: #fff;
    border-bottom: 1px #f0f3f4 solid;
    border-radius: 4px 4px 0 0;
    text-align: left;
}
#webcommander-page.page-profile .site-popup .title-bar .title {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #000;
}
#webcommander-page.page-profile .site-popup .window-corner-toolbar .close::after {
    display: none;
}
#webcommander-page.page-profile .site-popup .form-row {
    margin: 0;
}
#webcommander-page.page-profile .site-popup .button-line {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
#webcommander-page.page-profile .site-popup .button-line button {
    width: auto;
    background-color: #d32931;
    border: 1px #d32931 solid;
    margin: 0;
    letter-spacing: normal;
}
#webcommander-page.page-profile .site-popup .button-line button:hover {
    width: auto;
    background-color: #191919;
    border: 1px #191919 solid;
}
#webcommander-page.page-profile .site-popup .button-line button[disabled] {
    background: #bfbfbf none repeat scroll 0 0 !important;
    border: 1px #bfbfbf solid;
}
#webcommander-page.page-profile .confirm-popup .header-line .close::after {
    display: none;
}
.page-profile .confirm-popup .button-line button {
    width: auto;
}
.page-profile .confirm-popup .button-line button.yes-button {
    background-color: #d32931;
    border: 1px #d32931 solid;
}
.page-profile .confirm-popup .button-line button.yes-button:hover {
    background-color: #191919;
    border: 1px #191919 solid;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 24px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
    margin-bottom: 24px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-status {
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    padding: 3px 8px;
    background-color: #666;
    border-radius: 30px;
    text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-header-left-bottom {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px rgba(0, 0, 0, .08) solid;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .order-created {
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .track-order-action {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
    border: none;
    padding: 0;
    margin: 0;
    justify-content: unset;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    width: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
    padding-right: 24px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
    padding-left: 24px;
    border-left: 1px rgba(0, 0, 0, .05) solid;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header .title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
#customer-profile-tabs .bmui-tab-panel .panel-header .address span:first-child {
    font-weight: 500;
    display: block;
    color: #555;
    margin: 15px 0 3px;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address span,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details>span {
    font-size: 14px;
    font-weight: 500;
    color: #4F4F4F;
}
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address .name,
#customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .address-details .name {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .bmui-tab-body-container .panel-header .panel-header-left .link-btn {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    margin-left: 10px;
    cursor: pointer;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap {
    width: 320px;
    margin-left: auto;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .02), 0 -2px 10px 0 rgba(0, 0, 0, .05);
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row {
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px rgba(0, 0, 0, .05) solid;
    display: flex;
    float: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-bottom: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    font-size: 14px;
    font-weight: 500;
    color: #626262;
    width: 50%;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row .value {
    color: #000;
    font-weight: 600;
    text-align: right;
    padding-left: 5px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row label {
    text-align: left;
    padding-right: 5px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child {
    border-top: none;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child label,
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child .value {
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-body-container #bmui-tab-my-orders .order-info-wrap .info-row:last-child:after {
    font-size: 14px;
    right: 16px;
    bottom: 9px;
    line-height: 16px;
}
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap thead tr th:first-child,
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td:first-child {
    width: 40%;
}
.page-profile #customer-profile-tabs #bmui-tab-my-orders .pending_order .order-items-wrap tbody tr td .wrapper {
    display: flex;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper img {
    max-width: 60px;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px;
    width: 70%;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
#customer-profile-tabs .bmui-tab-panel #order-details .id {
    font-weight: 600;
}
#customer-profile-tabs .bmui-tab-panel #order-details .name {
    font-size: 14px;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share {
    padding: 4px 14px;
    max-width: max-content;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    background: #d32931;
    font-weight: 600;
    width: auto;
}
#customer-profile-tabs .bmui-tab-panel #order-details .order-items-wrap table tr td .wrapper .details .refer-this.product-share:hover {
    background: #191919;
}
.floating-panel-popup.product-share-option.popup .customer-share-options label {
    font-size: 16px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #f7f7f9;
    transition: all 300ms ease-out 0s;
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div {
    margin-bottom: 15px;
    cursor: pointer;
    color: #111;
    padding-left: 30px;
    position: relative;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:last-child {
    margin: 0;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .facebook-share:before {
    content: "\f09a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 3px;
    font-size: 21px;
    color: #313131;
    background: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .twitter-share:before {
    content: "\f099";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 21px;
    color: #313131;
    background: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .linkedin-share:before {
    content: "\f0e1";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    font-size: 20px;
    color: #313131;
    top: -2px;
    background: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover {
    color: #d32931;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover:before {
    color: #d32931;
}
.floating-panel-popup .action-item:hover {
    background-color: #f5f5f5;
    color: #000;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div img {
    display: none;
}
.floating-panel-popup.product-share-option.popup .customer-share-options .share-medium div:hover img {
    border: 1px solid #ccc
}
.floating-panel-popup.product-share-option .share-medium div[class$="-share"]:hover {
    background: none;
}
#customer-profile-tabs.customer-profile-v2 td {
    word-break: break-word;
}
#customer-profile-tabs.customer-profile-v2 button.back-button {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    padding: 6px 16px;
    background: none;
    border: 1px rgba(0, 0, 0, .2) solid;
    border-radius: 4px;
    height: 32px;
}
#customer-profile-tabs.customer-profile-v2 button.back-button:hover {
    border: 1px rgba(0, 0, 0, .4) solid;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-details .form-row.btn-row {
    display: flex;
    column-gap: 10px;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 0;
    width: auto;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .wrapper[data-label="Actions:"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon {
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.details {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M8.9985%203.75C5.94%203.75%203.192%206.06975%201.60875%208.61225C1.53675%208.7315%201.5%208.86575%201.5%209C1.5%209.13425%201.536%209.2685%201.608%209.38775C3.192%2011.9303%205.94%2014.25%208.9985%2014.25C12.1058%2014.25%2014.8455%2011.9325%2016.3965%209.38025C16.4655%209.26325%2016.5%209.13125%2016.5%209C16.5%208.86875%2016.4655%208.73675%2016.3965%208.61975C14.8455%206.0675%2012.1058%203.75%208.9985%203.75ZM15.3082%209C13.9305%2011.1585%2011.6355%2013.125%208.9985%2013.125C6.39975%2013.125%204.0995%2011.151%202.6955%209C4.09875%206.849%206.39975%204.875%208.9985%204.875C11.637%204.875%2013.9327%206.843%2015.3082%209ZM9%206C10.656%206%2012%207.344%2012%209C12%2010.656%2010.656%2012%209%2012C7.344%2012%206%2010.656%206%209C6%207.344%207.344%206%209%206ZM9%207.125C7.965%207.125%207.125%207.965%207.125%209C7.125%2010.035%207.965%2010.875%209%2010.875C10.035%2010.875%2010.875%2010.035%2010.875%209C10.875%207.965%2010.035%207.125%209%207.125Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.add-to-cart {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M18%202.25L17.4427%203.75H15.996L13.3905%2012.75H3.46125L0%204.5H12.609L12.186%206H2.256L4.45875%2011.25H12.2797L14.8538%202.25H18ZM6.375%2013.5C5.754%2013.5%205.25%2014.004%205.25%2014.625C5.25%2015.2467%205.754%2015.75%206.375%2015.75C6.996%2015.75%207.5%2015.2467%207.5%2014.625C7.5%2014.004%206.996%2013.5%206.375%2013.5ZM10.125%2013.5C9.504%2013.5%209%2014.0033%209%2014.625C9%2015.2467%209.504%2015.75%2010.125%2015.75C10.746%2015.75%2011.25%2015.2467%2011.25%2014.625C11.25%2014.004%2010.746%2013.5%2010.125%2013.5Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing td .action-icon.delete {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cmask%20id%3D%22mask0_1757_1068%22%20style%3D%22mask-type%3Aalpha%22%20maskUnits%3D%22userSpaceOnUse%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E %3Crect%20width%3D%2218%22%20height%3D%2218%22%20fill%3D%22%23D9D9D9%22%2F%3E %3C%2Fmask%3E %3Cg%20mask%3D%22url%28%23mask0_1757_1068%29%22%3E %3Cpath%20d%3D%22M5.48077%2015.3756C5.10674%2015.3756%204.78727%2015.2431%204.52237%2014.9782C4.25746%2014.7133%204.125%2014.3938%204.125%2014.0198V4.50059H3.375V3.37561H6.74998V2.71216H11.25V3.37561H14.625V4.50059H13.875V14.0198C13.875%2014.3986%2013.7437%2014.7193%2013.4812%2014.9818C13.2187%2015.2443%2012.898%2015.3756%2012.5192%2015.3756H5.48077ZM12.75%204.50059H5.24998V14.0198C5.24998%2014.0871%205.27162%2014.1424%205.31489%2014.1857C5.35817%2014.229%205.41346%2014.2506%205.48077%2014.2506H12.5192C12.5769%2014.2506%2012.6298%2014.2266%2012.6779%2014.1785C12.7259%2014.1304%2012.75%2014.0775%2012.75%2014.0198V4.50059ZM7.05289%2012.7506H8.17787V6.00059H7.05289V12.7506ZM9.82209%2012.7506H10.9471V6.00059H9.82209V12.7506Z%22%20fill%3D%22%231C1B1F%22%2F%3E %3C%2Fg%3E %3C%2Fsvg%3E");
}
#webcommander-page.page-profile .payment-form.site-popup-form .header-wrapper>h1 {
    font-family: "Montserrat",sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: normal;
    margin: 0 0 15px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    padding-bottom: 15px;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select {
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row input:focus,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row select:focus {
    border: 1px #000000 solid;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row label,
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0 0 5px;
    line-height: 1.4;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row {
    display: flex;
    flex-wrap: wrap;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms {
    position: relative;
    padding: 0 0 0 22px;
    background: none;
    border: none;
}
#webcommander-page.page-profile .payment-form.site-popup-form .form-row.agree-terms input.checkbox {
    width: auto;
    margin: 0;
    position: absolute;
    top: 3px;
    left: 0;
}
#webcommander-page.page-profile .payment-form.site-popup-form .terms_and_condition_title {
    font-size: 14px;
    color: #222;
    line-height: normal;
    font-weight: 400;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row label {
    width: 100%;
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
    width: calc(50% - 15px);
}
#webcommander-page.page-profile .payment-form.site-popup-form .double-input-row>.form-type-info {
    color: #999;
    font-size: 20px;
    height: 40px;
    line-height: 37px;
    margin: 0;
    text-align: center;
    width: 30px;
    background: none;
    border: none;
}
#webcommander-page.page-profile .site-popup .button-line button.cancel-button {
    color: #000;
    background: none;
    border: 1px rgba(0, 0, 0, .20) solid;
}
#webcommander-page.page-profile .site-popup .button-line button.cancel-button:hover {
    border: 1px rgba(0, 0, 0, .40) solid;
    background: none;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn {
    background: #d32931;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-btn:hover {
    background: #191919;
}
#customer-profile-tabs.customer-profile-v2 #order-list table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .pagination {
    margin: 0;
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.page-number.current:after {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .pagination span {
    width: auto;
}
#customer-profile-tabs.customer-profile-v2 .pagination span.next:after,
#customer-profile-tabs.customer-profile-v2 .pagination span.prev:after {
    display: none;
}
.bmui-tab.left-side-header.customer-profile-v2 .customer-profile-left .bmui-tab-header-container {
    display: block;
}
#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
    margin-bottom: 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-left:before,
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .header .scroll-right:before {
    display: none;
}
#customer-profile-tabs.customer-profile-v2 .scroller [class^="scroll-"]:after {
    top: 2px;
    padding: 0;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-left:after {
    left: 15px;
}
#customer-profile-tabs.customer-profile-v2 .scroller .scroll-right:after {
    left: auto;
}
#customer-profile-tabs.customer-profile-v2 .scrollable-view .content {
    margin: 18px 0 0;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block {
    width: 257px;
}
#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .product-block .current-price .tax-message {
    display: block;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

#customer-profile-tabs.customer-profile-v2 .product-view.scrollable-view .block-content-wrap > .price-waper {
    display: block;
    padding-bottom: 15px;
}
#webcommander-page.page-profile .site-popup .title-bar .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .site-popup .title-bar .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .header-line .close {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .confirm-popup .header-line .close:before {
    display: none;
}
#webcommander-page.page-profile .confirm-popup .button-line button {
    height: auto;
    margin: 0;
    letter-spacing: normal;
}
.page-profile .confirm-popup .button-line button.no-button:hover {
    color: #000!important;
}
#webcommander-page.page-profile .confirm-popup .header-line {
    text-align: left;
}
#webcommander-page.page-profile .confirm-popup .header-line .title {
    color: #000;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing {
    overflow-x: auto;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after {
    position: static;
    margin-top: 3px;
    line-height: normal;
}
#customer-profile-tabs.customer-profile-v2 .errorlist.after .message-block {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body .address-card-item-value,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body .address-card-item-value {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link {
    line-height: normal;
}
.page-profile .site-popup .errorlist.after {
    position: static;
}
.page-profile .site-popup .errorlist.after .message-block {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 3px;
}
#customer-profile-tabs.customer-profile-v2 .credit-debit-card .link-card-suggest {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 .bmui-tab-header-container.top-box {
    overflow-x: auto;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header.top {
    white-space: nowrap;
}
.customer-profile-v2.bmui-tab.left-side-header .bmui-tab-header {
    text-transform: none;
    font-family: "Montserrat",sans-serif;
}
#customer-profile-tabs.customer-profile-v2 #saved-cart-listing .no-data {
    font-weight: 400;
}
#customer-profile-tabs.customer-profile-v2 table {
    table-layout: fixed;
}
.page-profile .confirm-popup .button-line button.no-button {
    background: none;
}
#customer-profile-tabs .all_order .customer-profile-order-details-v2-view .order-basic-info-top {
    margin: 0;
    padding: 0;
    border: none;
}
#customer-profile-tabs .all_order .customer-profile-order-details-v2-view .order-basic-info-top {
    margin: 0;
    padding: 0;
    border: none;
}

/* exception popup */
#webcommander-page.page-profile .exception-popup {
    width: 600px!important;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.30);
    font-family: "Montserrat",sans-serif;
}
#webcommander-page.page-profile .exception-popup .header {
        padding: 15px 41px 15px 20px;
        background-color: #fff;
        border-bottom: 1px #f0f3f4 solid;
        border-radius: 4px 4px 0 0;
}
#webcommander-page.page-profile .exception-popup .header .close-popup {
    width: 20px;
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M5.33339%2015.5448L4.4552%2014.6666L9.12187%209.99993L4.4552%205.33327L5.33339%204.45508L10.0001%209.12174L14.6667%204.45508L15.5449%205.33327L10.8782%209.99993L15.5449%2014.6666L14.6667%2015.5448L10.0001%2010.8781L5.33339%2015.5448Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E");
    position: absolute;
    right: 15px;
    top: 17px;
}
#webcommander-page.page-profile .exception-popup .header .close-popup:before,
#webcommander-page.page-profile .exception-popup .header .close-popup:after {
    display: none;
}
#webcommander-page.page-profile .exception-popup .header .status-message {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}
#webcommander-page.page-profile .exception-popup .footer {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px #f0f3f4 solid;
    border-radius: 0 0 4px 4px;
    text-align: right;
}
#webcommander-page.page-profile .exception-popup .footer .button-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button {
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #d32931;
}
#webcommander-page.page-profile .exception-popup .footer .button-item .button:hover {
    background-color: #191919;
}
#webcommander-page.page-profile .exception-popup table {
    table-layout: fixed;
}
#webcommander-page.page-profile .exception-popup table th,
#webcommander-page.page-profile .exception-popup table td {
    border: 1px solid #e9e7e7;
    font-size: 14px;
}
#webcommander-page.page-profile .exception-popup table th {
    font-weight: 500;
    color: #000;
}
@media(max-width: 767px) {
    #webcommander-page.page-profile .exception-popup {
        width: calc(100vw - 40px)!important;
        min-width: unset;
    }
}
/* exception popup:end */
.page-profile.auto-page .page-content {
    padding: 0;
}
@media(max-width: 991px) {
    .customer-profile-v2-wrapper {
        padding: 30px 20px;
    }
    .customer-profile-v2 .customer-welcome-profile {
        margin-bottom: 0;
    }
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right>.bmui-tab-body-container {
        margin-top: 30px;
    }
}

@media(max-width: 767px) {
    #webcommander-page.page-profile .payment-form.site-popup-form .double-input-row .mandatory-chosen-wrapper {
        width: 100%;
        margin-bottom: 15px;
    }
    #customer-profile-tabs.customer-profile-v2 #saved-cart-listing table {
        width: 600px;
        margin-bottom: 20px !important;
        max-width: unset;
    }
}

@media(max-width: 575px) {
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header {
        flex-wrap: wrap;
    }
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-left {
        width: 100%;
        padding-right: 0;
    }
    #customer-profile-tabs.customer-profile-v2 .order-basic-info-card .panel-header .header-right {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
        border-left: none;
    }
    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) {
        display: block;
    }
    #customer-profile-tabs.customer-profile-v2 .pending_order .panel-header:has(.order-comment) .header-right {
        margin-top: 7px;
    }
}


/*=============== New-Feature-Fixing ===================*/
/* ========= Product-Category-Section ========== */
.category-details-container .category-details-page-with-background {
    width: 100%;
    padding: 20px 0;
    margin: 0;
}
.category-details-container .category-details-page-with-background img {
    max-width: 100%;
    max-height: 100%;
}
.btn-group.view-switchers {
    margin: 8px 10px 10px 0;
}
.btn-group.view-switchers .image-view-switcher,
.btn-group.view-switchers .list-view-switcher,
.btn-group.view-switchers .tabular-view-switcher {
    margin-top: 5px;
}
.btn-group.view-switchers .image-view-switcher ,
.btn-group.view-switchers .list-view-switcher ,
.btn-group.view-switchers .tabular-view-switcher {
    height: 21px;
    width: 21px;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.btn-group.view-switchers .list-view-switcher {
    background-position: -21px 0;
}
.btn-group.view-switchers .list-view-switcher.active {
    background-position: -21px -20px;
}
.btn-group.view-switchers .tabular-view-switcher {
    background-position: -45px 0;
}
.btn-group.view-switchers .tabular-view-switcher.active {
    background-position: -45px -20px;
}
.btn-group.view-switchers .tabular-view-switcher{
    background-image: url("/template/37f72000/images/grid-list-view.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 21px;
    width: 21px;
    padding: 0;
    margin-right: 5px;
}
.parent-name {
    font-size: 13px;
    color: #000;
    margin: 0;
    padding: 0 10px;
}

/* ========= Product-Listing View========== */

/* ========= End Product-Listing View========== */

/* ========= Product-Tabular View========== */
.product-view.tabular-view .content {
    margin: 0;
}
.product-view.tabular-view .product-name-link {
    font-size: 16px;
    font-weight: 400;
    color: #32312f;
    max-width: 300px;
}
.product-view.tabular-view .product-table-view-column {
    width: 110px;
}
.product-view.tabular-view .current-price {
    font-weight: 500;
    font-size: 17px;
    color: #d32931;
}
.product-view.tabular-view .tax-message {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
}
.product-view.tabular-view .product-table-view-column .stepper {
    margin-right: 0;
    width: 70px;
}
.product-view.tabular-view .product-table-view-header .product-table-view-column {
    font-weight: 600;
    font-size: 15px;
}
.product-view.tabular-view .tabular-product-view {
    overflow-y: auto;
}
.product-view.tabular-view .tabular-product-view .product-table-block {
    min-width: 620px;
    padding-bottom: 15px;
}
.product-view.tabular-view .price-column {
    width: 36%;
}
.product-view.tabular-view .price {
    padding: 0;
    font-size: 15px;
}
/* ========= End Product-Tabular View========== */

.product-view.list-view .product-view.scrollable-view .content {
    font-size:0;
    margin:0;
    text-align:left;
}
.product-view.list-view .content {
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 auto;
    width:100%
}
.product-view.list-view .content .product-block {
    width:calc(50% - 8px);
    padding:0;
    border:1px solid #e6e6e6;
    display:flex;
    margin:8px 0;
    overflow:hidden;
    position: relative;
    height:auto;
}
.product-view.list-view .content .product-block .image.product-image {
    width:42%
}
.product-view.list-view .content .product-block .block-content-wrap {
    width: 58%;
    padding: 25px 15px 15px 20px;
    text-align: left;
}
.product-view.list-view .content .product-block .image.product-image img {
    max-width:100%;
    max-height:100%
}
.product-view.list-view .btn-add {
    text-align: left;
    flex-direction: column;
    margin-top: 15px;
    position: unset;
    display: flex;
    padding: 0;
    justify-content: start;
}
.product-view.list-view .content .product-block .in-stock {
    margin-top: 7px;
}
.product-view.list-view .content .product-block .block-content-wrap .price-waper {
    margin: 5px 0 10px;
    width: 100%;
    text-align: left;
    padding: 0;
}
.product-view.list-view .product-name-link {
    color: #32312f;
    font-size: 16px;
    padding: 0 0 18px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block !important;
}
.product-view.list-view .product-name-link:hover{
    color: #32312f;
}
.product-view.list-view .current-price.price {
    font-size: 17px;
    font-weight: 500;
    color: #d32931;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button,
.product-view.list-view .product-block .btn-add .add-to-wish-list,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button {
    background: #d32931 none repeat scroll 0 0;
    height: auto;
    transition: all 300ms ease 0s;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 7px;
    border: none;
    display: block;
    max-height: 40px;
    font-weight: 500;
    color: #fff;
    max-width: 100%;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    flex: auto;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list {
    position: unset;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::after,
.product-view.list-view .product-block .btn-add .add-to-wish-list::before {
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover::before{
    color:#fff;
}
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button::after,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button::after{
    content: none;
}
.product-view.list-view .product-block .btn-add .add-to-cart-button.button:hover,
.product-view.list-view .product-block .btn-add .add-to-wish-list:hover,
.product-view.list-view .product-block .btn-add .add-to-compare-button.button:hover,
.product-view.list-view .product-block .btn-add .remove-from-compare-button.button:hover {
    background-color:#000000;
    color:#fff !important;
}
.price-waper .current-price.price .tax-message, .product-view.scrollable-view .price .current-price.price .tax-message,
.product-view.list-view .tax-message, .product-view.scrollable-view .product-block .price .tax-message {
    font-size: 12px;
    font-weight: 400;
    color: #9c9c9c;
}
.product-view.scrollable-view .product-block .price .tax-message{
    display: block;
}
.product-view.list-view .review-rating span {
    width: 14px !important;
    height: 14px;
}
.product-view.list-view .review-rating {
    width: auto !important;
}
.product-view.list-view .product-block .review-rating-wrapper {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    margin: 0;
    top: 55px;
    bottom: auto;
}
.product-view.list-view .product-block .parent-name {
    position: absolute;
    left: 42%;
    right: auto;
    padding: 0 0 0 20px;
    font-size: 13px;
    top: 5px;
}
.product-view.list-view .product-block .price-waper > * {
    margin-right: 0;
}
.product-view.list-view .content .product-block .summary p,
.product-view.list-view .content .product-block .summary {
    text-align: left;
    color: #555;
    font-size: 13px;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.product-view.list-view .content .product-block .summary p{
    margin: 0;
}
.product-view.list-view .chosen-container-single .chosen-single {
    padding: 5px 14px;
}
.product-view.list-view .product-block .variation-thumb .variation-type {
    justify-content: start;
}
.product-view.list-view .product-block .variation-thumb .variation-type .type-label {
    text-align: left;
}
.product-view.list-view .product-widget.widget-variation-product-list .variation-type {
    justify-content: start;
    align-items: start;
}

@media (max-width:991px) {
    .product-view.list-view .content .product-block {
        height:auto;
        width: 100%;
    }
}

@media (max-width:767px) {
    .product-view.list-view .content .product-block .image.product-image {
        width:50%;
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 50%;
        padding: 25px 15px 15px 20px;
    }
    .product-view.list-view .product-block .review-rating-wrapper,
    .product-view.list-view .product-block .parent-name {
        left: 50%;
    }
}
@media (max-width:480px) {
    .product-view.list-view .content .product-block .image.product-image {
        width: 35%;
    }
    .product-view.list-view .content .product-block .block-content-wrap {
        width: 65%;
        padding: 25px 15px 15px 15px;
    }
    .product-view.list-view .product-block .review-rating-wrapper, .product-view.list-view .product-block .parent-name {
        left: 35%;
        padding: 0 0 0 15px;
    }
    .product-widget.widget-variation-product-list h3 {
        font-size: 14px !important;
    }
    .product-widget.widget-variation-product-list .variation-thumb .text .variation-value {
        font-size: 14px;
        padding: 3px 2px;
    }
    .product-widget.widget-variation-product-list .variation-type {
        flex-wrap: wrap;
    }
}

/* ========= End Product-Category-Section ========== */

/* ========= Product Variation ========== */
.variation-container table.matrix td {
    display: table-cell;
}
.stepper .stepper-arrow {
    z-index: 99;
}
.variation-container table.matrix tr th .text {
    font-size: 13px;
}
.product-view.scrollable-view .product-widget.widget-variation-product-list,
.product-view.image-view .product-widget.widget-variation-product-list {
    border: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product-widget.widget-variation-product-list {
    border: none;
    margin: 0;
}
.product-widget.widget-variation-product-list .variation-type {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    flex-direction: column;
    align-items: center;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type .type-label {
    color: #000000;
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    text-transform: none;
    line-height: 22px;
    margin: 0 0 5px;
    width: 100%;
    text-align: center;
    max-width: 100%;
}
.product-widget.widget-variation-product-list .variation-thumb ul {
    margin: 0;
    padding: 0;
    line-height: normal;
}
.product-widget.widget-variation-product-list .variation-thumb ul li::after {
    content: none;
}
.product-widget.widget-variation-product-list .variation-thumb ul li {
    border: medium none;
    display: inline-block;
    font-size: 0;
    line-height: 1;
    list-style: outside none none;
    padding: 0;
}
.product-widget.widget-variation-product-list .variation-thumb .variation-type.color .variation-value {
    border: medium none;
    display: inline-block;
    height: 23px;
    margin: 0;
    position: relative;
    min-width: 23px;
}
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .text .variation-value,
.product-widget.widget-variation-product-list .variation-thumb .option-cell:last-child .variation-value.text {
    margin-right: 0;
}
.product-widget.widget-variation-product-list .variation-thumb ul li * {
    font-size: 14px;
}
.product-widget.widget-variation-product-list .variation-thumb .text .selected .variation-value {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.product-widget.widget-variation-product-list h3 {
    font-size: 15px;
    color: #222;
    font-weight: 500;
    margin: 5px 0;
}
.product-view.list-view .product-block:hover .image-link::after {
    opacity: 1;
}
.product-view.list-view .product-block .image-link::after {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 300ms ease-out 0s;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image {
    width: auto;
    height: 80px;
    box-sizing: content-box;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 5px 18px;
    overflow: hidden;
}
.widget-productImage .image-thumb-container .thumb-image {
    box-sizing: content-box;
    width: 80px;
    height: 80px;
}
.widget-productImage.multi-image-scroll-vertical-view .image-thumb-container .thumb-image img {
    max-width: 100%;
    max-height: 100%;
    font-size: 7px;
}
.product-block .advanced-variation-ui .representation {
    margin: 3px;
}

/* ========= Product Detail Variation ========== */

.widget-variation .variation-container .variation-thumb > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.widget-variation .variation-container .variation-thumb .selected-value-display {
    display: block;
    width: 100%;
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 600;
    color: #000;
}
.variation-container .variation-type {
    margin: 0;
    padding: 0 0 15px;
    display: inline-block;
}
.variation-container .variation-type .options {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 3px 0;
    line-height: 24px;
}
.variation-container .chosen-container .chosen-results .chosen-result {
    padding: 5px 10px;
    height: auto;
}
.variation-container .variation-type.color .option-cell {
    height: 35px;
    width: 35px;
    padding: 5px;
}
.variation-container .variation-type.color .option-cell.selected {
    border: solid 1px #d42752;
    padding: 5px;
}
.product-widget.widget-variation-product-list .variation-container .variation-type.color .option-cell.selected{
    padding: 5px;
    border: solid 1px #d42752;
}
.variation-container .variation-type .options li {
    margin: 0 0 5px 0;
}
.variation-container .variation-type.color .variation-value {
    border: none;
    padding: 0;
    display: inline-block;
    height: 23px;
    width: 23px;
    min-width: 23px;
}
.variation-container .variation-type.text ul li .variation-value.text {
    border: 2px solid #000;
    color: #3b3a3a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 3px;
    text-align: center;
    text-transform: capitalize;
}
.variation-container .variation-type.text ul li.selected .variation-value.text{
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.widget-variation .variation-container table.matrix {
    margin-bottom: 10px;
}
.selected-value-display, .widget-variation .cart-preview-panel .variation-combination-preview {
    margin: 5px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.widget-variation .cart-preview-panel .cart-preview-table {
    width: auto;
    margin: 0;
}
.widget-variation .cart-preview-panel .cart-preview-table td {
    vertical-align: middle;
    line-height: normal;
    padding: 10px 15px;
}
.widget-variation .cart-preview-panel .cart-preview-table th {
    padding: 10px 15px;
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .price-amount {
    font-size: 14px;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper {
    width: auto;
}
.widget-variation .cart-preview-panel .cart-preview-table .stepper-input {
    width: 65px;
    padding: 8px 22px 8px 8px;
}
.widget-variation .cart-preview-panel .second-level-variation-type {
    margin-left: 0;
}
.product-view.image-view .product-block .advanced-variation-ui ,
.product-view.scrollable-view .product-block .advanced-variation-ui {
    justify-content: center;
}
#selected-variation-products {
    margin-top: 25px;
}
.variation-container .chosen-container {
    margin-left: 0;
    padding-right: 0;
    min-width: 115px;
}

/* ========= End Product Detail Variation ========== */

/* ========= End  Product Variation ========== */

button.load-more-pagination {
    margin: 40px auto 15px;
    text-align: center;
    display: flex;
}
.variation-container .advanced-variation-ui .parent-variation-type {
    display: block;
    width: 100%;
}
#spltr-8E9EED30-3206-4CA8-9F06-44F2C409EF9F .product-widget .tax-message {
    display: inline-block;
}
.product-block .advanced-variation-ui .representation .variation-option {
    padding: 2px;
    width: auto;
    height:auto;
    min-width: 26px;
    min-height: 26px;
    margin: 0;
    line-height: normal;
}
.advance.checkout-page .form-row textarea, .advance.checkout-page textarea {
    width: 100%;
    height: auto;
    min-height: 150px;
}
.entire-search {
    margin: 0 auto;
    text-align: center;
}
.advance.checkout-page .payment-gateway-expend-view .payment-gateway-info .payment-gateway-summery {
    display: inline-block;
}
.advance.checkout-page .form-row input, .advance.checkout-page .form-row select, .advance.checkout-page .form-row textarea, .advance.checkout-page textarea {
    border: 1px #cdcdcd solid;
    font-size: 15px;
    padding: 10px;
}
.cartitem-table .discount-column {
    width: auto;
}
.registration-form .form-row .errorlist.after .message-block {
    overflow: hidden;
    max-width: 335px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.header .sortable {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px;
}
.pagination-literal-status {
    margin: 5px 10px 5px 0;
    padding: 8px 0;
    display: inline-block;
}
.flying-cart-container .message-block.error-message, .flying-cart-container .message-block.error,
.flying-cart-container .message-block.info-message, .flying-cart-container .message-block.success {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}
.registration-form .form-row.validation-error {
    border: none;
    background: transparent;
}
.registration-form > .errorlist.after {
    margin: 10px 0 10px 0;
    position: unset;
    padding: 0;
}
.registration-form .Zebra_DatePicker_Icon_Wrapper::after {
    content: none;
}
.registration-form .form-row.simple-captcha label,
.registration-form .form-row.submit-row label,
.registration-form .form-row.simple_captcha_help_text label {
    display: none;
}
.password-reset-form .form-row {
    vertical-align: bottom;
}
#customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link a {
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
}
#customer-profile-tabs.customer-profile-v2 .special-product .title {
    margin-bottom: 20px;
}
.scrollable-view {
    border-bottom: none;
}
.widget-variation .advanced-variation-ui {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex-direction: inherit;
}
.widget-variation .cart-preview-panel .cart-preview-table .variation-option.text {
    border: none;
    padding: 0;
    margin: 0;
}
.widget-variation .advanced-variation-ui #variation-combination-details {
    display: flex;
    align-items: start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}
.widget-productImage .detail-image-swiper {
    display: none;
}
#customer-profile-tabs .scrollable-view .content {
    max-width: 100%;
    text-align: left;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list {
    margin-top: 15px;
    display: inline-block;
    text-transform: capitalize;
    width: auto;
}
.product-view.list-view .content .product-block .image.product-image .btn-add {
    padding: 0 10px;
}
#customer-profile-tabs .scrollable-view .header {
    padding: 0;
}
.empty-flying-cart-wrapper .empty-flying-cart-icon {
    font-size: 15px;
}
.widget-productImage .image-preview-box {
    text-align: center;
    position: relative;
    width: auto;
    height: auto;
}
.product-detail-view img {
    max-width: 100%;
    max-height: 100%;
    padding: 15px;
    width: 100%;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box {
    width: auto;
    height: auto;
    padding-left: 90px;
}
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new {
    height: auto;
}
#customer-profile-tabs.customer-profile-v2 th {
    padding: 10px 12px;
    white-space: nowrap;
}
.registration-form button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent url("/template/37f72000/images/calendar.png") no-repeat scroll right 3px;
}
.advance.checkout-page .error-field-error.inline-error, .advance.checkout-page .validation-error {
    border: none;
    background: transparent;
}
.category-details-container, .subcategory-container {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 40px;
    }
    #customer-profile-tabs.customer-profile-v2 .customer-redirect-page-link {
        justify-content: flex-start;
    }
    .customer-profile-v2-wrapper {
        padding: 50px 20px;
    }
    .product-view .footer .pagination-literal-status {
        float: none;
    }
    .category-detail-view img {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .category-details .product-container .title, .category-details .subcategory-container .title{
        text-align: left;
    }
    .category-details-container .title {
        font-size: 20px;
    }
    .subcategory-container .title, .product-container .title {
        padding-bottom: 0;
    }
    .customer-profile-page-with-background {
        margin-bottom: 30px;
    }
    .bmui-tab.left-side-header.customer-profile-v2 .customer-profile-right > .bmui-tab-body-container {
        margin-top: 30px;
    }
    .popup.image-popup-container {
        left:0 !important;
        min-width: 100%;
        position: fixed !important;
        right: 0 !important;
    }
    .image-popup-container img.popup-image {
        height: auto;
        max-height: 100%;
        max-width: 100%;
    }
    .popup {
        max-height: 90vh !important;
        overflow-y: auto;
    }
    .registration-form > .errorlist.after {
        margin: 0;
    }
}

/* Latest flying cart popup */
.flying-cart-content.page-content.loading.popup {
    max-height: 100vh;
    padding: 0;
}
.flying-cart-content .flyingt-cart-header {
    padding: 18px 20px;
}
.flying-cart-content .cart-item-row.flying-cart-item.odd.cart-item {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-footer {
    padding: 25px 20px;
}
.flying-cart-content .flying-cart-product-quantity-selector.product-quantity-selector.text-type.stepper-input {
    border: none;
}
.flying-cart-content .flying-cart-product-name a:hover {
    color: #d32931;
}
div.flying-cart-footer .continue-shopping-btn,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button {
    background: #d32931;
    border: none;
    color: #fff;
    margin: 0;
    padding: 12px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
}
div.flying-cart-footer .continue-shopping-btn:hover,
.flying-cart-content .flying-cartitem-btn-wrapper .flying-cart-footer-button:hover {
    background: #000000;
    color: #fff;
}
.flying-cart-content .flying-cart-clear-cart-btn {
    font-size: 14px;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button {
    width: auto;
    margin: 0 !important;
    height: auto;
    color: #fff;
    background: #d32931;
}
.flying-cart-content .flyingt-cart-header .save-cart-popup.button:hover {
    background: #000000;
    color: #fff;
}
.flying-cart.empty-cart .shipping-cart-empty-sub-text {
    text-align: center;
}


/* new*/
div.flying-cart-container .discount-up-sell-message {
    margin: 24px 20px 0;
}
.popup.flying-cart-content .product-view .header {
    margin: 0;
    padding: 0;
    min-height: unset;
}
.flying-cart-content .product-view .content.scrollable {
    padding: 0;
    border: 0;
    margin: 0;
}
.popup.flying-cart-content .product-view .header::after,
.popup.flying-cart-content .product-view .header::before {
    content: none;
}
.popup.flying-cart-content .product-view .header .scroller {
    margin: 0;
}
.flying-cart-content .recommended-products .flying-cart-special-add-to-cart {
    width: auto;
    border: none;
}
.flying-cart-content .recommended-products .recommend-item-image img {
    max-width: 90px;
    max-height: 90px;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart {
    margin-right: 10px;
}
.flying-cart-container .discount-up-sell-message .free-products {
    margin-top: 50px;
}
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
    display: none;
}
.flying-cart-content .free-products .product-name a {
    text-align: left;
    width: 173px;
}
.flying-cart-content .free-products .product-name {
    padding: 0;
}
div.popup .flying-cart-container .discount-up-sell-message .discount-upsell-container {
    padding: 2px 5px 5px;
}
.popup .flying-cart-container .discount-up-sell-message .progress-bar {
    height: 30px;
}
.popup.flying-cart-content .product-view .header .scroller .scroll-left:hover,
.popup.flying-cart-content .product-view .header .scroller .scroll-right:hover {
    background-color: #222222;
}
.popup.flying-cart-content .free-products .product-name a:hover,
.popup.flying-cart-content .free-products .flying-cart-special-add-to-cart:hover {
    color: #666666;
}
.flying-cart-content .product-view .header .scroller .scroll-left:after,
.flying-cart-content .product-view .header .scroller .scroll-right:after,
.flying-cart-content .product-view .header .scroller .scroll-left:before,
.flying-cart-content .product-view .header .scroller .scroll-right:before {
    display: none;
}
.flying-cart-content .free-products .recommend-item-image img {
    max-width: unset;
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.flying-cart-content .free-products .flying-cart-special-add-to-cart {
    width: auto;
    border: none;
    box-shadow: none;
}
.flying-cart-content .product-view {
    margin: 0;
}
.flying-cart-content .free-products .product-block.product-view-height-width {
    box-shadow: none;
}
.flying-cart-content .product-view .header .scroller .scroll-left {
    transform: none;
}
.product_quick_view_popup .chosen-wrapper.variation-type {
  width: 75%;
}
.product_quick_view_popup .variation-container .chosen-container {
  width: 100%;
}
div.flying-cart-content .flying-cart-footer a {
  height: 46px!important;
  line-height: 22px!important;
}
.shopping-cart .product-card__product-name a:hover, .shopping-cart .order-summary-card__add-promo-codes .text-align:hover, .shopping-cart .order-summary-card .continue-shopping .continue-shopping-btn:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name .customer-canvas-designed-edit:hover, .checkout-page.version-2 .advance-checkout-order-details-left-dom-inner .login-btn-from-checkout:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom .product-name a:hover, .checkout-page.version-2 .order-summary-panel .cart-edit-button a:hover, .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .add-promo-codes .text-align:hover {
  color: #000000;
}
@media (max-width: 767px) {
    .flying-cart-content.page-content.loading.popup {
        min-width: calc(100% - 40px);
        max-height: 100vh !important;
        left: 20px !important;
        width: 100vw !important;
    }
    div.flying-cart-page-heading {
        font-size: 17px;
    }
}

/* end flying cart popup */

.page-cart .product-view.image-view .product-image-link,
.page-cart .product-view.scrollable-view .product-image-link {
    width: 100%;
}
.page-cart .product-view.scrollable-view img,
.page-cart .product-view.image-view img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  max-height: 300px;
  object-fit: none;
  background: #f6f6f6;
}
.add-cart-information-popup.popup .ps__rail-x {
    display: none;
}
.product-block .advanced-variation-ui .representation .variation-option.selected,
.product-block .parent-option.color-plate.selected {
    box-shadow: 0 0 1px 1px rgba(0,0,0,.5);
}


/* new check-out page */

.auto-page.page-cart .page-content,
.auto-page.page-checkout .page-content {
    padding: 0;
}

.checkout-page.version-2 .message-block.error,
.checkout-page.version-2 .message-block.error-message,
.checkout-page.version-2 .message-block.info-message,
.checkout-page.version-2  .message-block.success{
    font-size: 13px;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper button {
    border-left: 1px rgba(0,0,0,0.15) solid;
    border-width: 0 0 0 1px;
    border-radius: 0;
}
.shopping-cart .product-card__action-button-wrapper .add-to-wish-list, .shopping-cart .product-card__action-button-wrapper .add-to-wish-list:hover {
    margin: 0;
    padding: 0;
    height: 18px;
    width: 18px;
    border: none;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15.6296%203.45692C15.2465%203.07367%2014.7917%202.76965%2014.2911%202.56223C13.7905%202.35481%2013.254%202.24805%2012.7121%202.24805C12.1702%202.24805%2011.6337%202.35481%2011.1331%202.56223C10.6325%202.76965%2010.1777%203.07367%209.7946%203.45692L8.9996%204.25192L8.2046%203.45692C7.43083%202.68315%206.38138%202.24845%205.2871%202.24845C4.19283%202.24845%203.14337%202.68315%202.3696%203.45692C1.59583%204.23069%201.16113%205.28014%201.16113%206.37442C1.16113%207.46869%201.59583%208.51815%202.3696%209.29192L3.1646%2010.0869L8.9996%2015.9219L14.8346%2010.0869L15.6296%209.29192C16.0128%208.90885%2016.3169%208.45403%2016.5243%207.95343C16.7317%207.45284%2016.8385%206.91628%2016.8385%206.37442C16.8385%205.83255%2016.7317%205.29599%2016.5243%204.7954C16.3169%204.29481%2016.0128%203.83998%2015.6296%203.45692Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
}

@media (max-width: 991px) {
    .checkout-page.version-2 .section.address .section.delivery-types,
    .checkout-page.version-2 .shipping-address-selection-parts,
    .checkout-page.version-2 .order-comment-row,
    .checkout-page.version-2 .payment-gateway-expend {
        margin: 20px 0 0;
    }

}


/* shopping cart page*/
.shopping-cart .my-cart-products-order-summary {
    flex-wrap: wrap;
}
.shopping-cart .product-card__product-name_product-variation {
    max-width: 250px;
}
@media (max-width: 991px) {
    .shopping-cart .product-card__product-name_product-variation {
        max-width: 215px;
    }
}
.shopping-cart .product-card.cart-item:last-child {
    margin-bottom: 40px;
}
.shopping-cart .order-summary-card__add-promo-codes .promo-codes-form .input-wrapper input {
    padding: 0;
    width: 100%;
}
.shopping-cart .my-cart-order-summary {
    max-height: 470px;
}
.shopping-cart .my-cart__header {
    margin-bottom: 25px;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn {
    background: #d32931;
    color: #fff;
    border: none;
    margin: 0;
    padding: 12px;
    width: auto;
    line-height: 24px;
    font-size: 15px;
    font-weight: 500;
}
.shopping-cart .order-summary-card .proceed-to-checkout .checkout-btn:hover{
    background: #000000;
    color: #fff;
}
.wish-list-popup select {
    width: 100%;
}
.shopping-cart .product-card__product-name a:hover{
    color: #000;
}
@media (max-width: 767px) {
    .shopping-cart .my-cart-order-summary {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 15px;
    }
    .shopping-cart .product-card {
        flex-wrap: wrap;
        max-width: 100%;
    }
    .shopping-cart .product-card__image {
        margin: 0 0 20px;
        width: 100%;
    }
    .shopping-cart .product-card__image-link {
        width: auto;
        height: auto;
        max-width: 150px;
    }
}

/* end shopping cart page*/

/* payment page */
.auto-page.page-post-payment .page-content {
    padding: 0;
}
.payment-success-page-container table,
.payment-success-page-container th,
.payment-success-page-container td{
    border: none;
}
.payment-success-page-container .message-details .post-order-contact-us,
.payment-success-page-container .message-details .post-order-contact-us > a {
    font-size: 15px;
}

@media (max-width: 991px) {
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 30px;
    }
    .payment-success-page-container {
        padding: 50px 15px 70px;
    }
}
@media (max-width: 767px) {
    .payment-success-page-container {
        padding: 40px 15px 50px;
    }
    .payment-success-page-container .cartitem-table td.quantity .wrapper::before {
        text-align: left;
        width: auto;
    }
    .payment-success-page-container .order-details {
        margin: 40px auto 0;
        padding: 15px 20px;
    }
    div.flying-cart-content.page-content.loading.popup.active {
        height: 100% !important;
    }
}
/* end new check-out page */
/*=============== End New Feature fixing ===================*/

#customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .address-card-item-group-body,
#customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .address-card-item-group-body {
    padding-right: 100px;
}
.continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping {
    margin: 15px 0 0;
    width: auto;
}

.order-summary-card__button-wrapper .continue-shopping-btn.cartitem-btn.button.et_cartp_continue_shopping,
.shopping-cart .outline-button {
    border: none;
    padding: 0;
    width: auto;
    margin: 0;
}

.iti__selected-country {
    color: inherit !important;
}
.wc-load-more-pagination-wrapper {
    margin: 20px auto 10px;
    text-align: center;
    border-top: 1px solid #f2f2f2;
    padding-top: 15px;
}
.wc-load-more-pagination-wrapper .load-more-result-title {
    display: block;
    margin: 10px 0;
    font-size: 15px;
}
.product-view.tabular-view .product-table-view-row:last-child {
    border: none;
}
.payment-success-page-container .order-details .payment-success-total table td, .wrapper .price {
    font-size: 14px;
}

/*product details page*/

.product-view.image-view .sold-out-tag.tag-mark,
.product-view.scrollable-view .sold-out-tag.tag-mark,
.product-view.tabular-view .product-table-view-row .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
}
.product-view.image-view .featured.tag-mark,
.product-view.scrollable-view .featured.tag-mark,
.product-view.tabular-view .product-table-view-row .featured.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    font-size: 14px !important;
    top: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
}
.widget-productImage .image-preview-box .sold-out-tag.tag-mark{
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
    top: auto;
}
.widget-productImage .image-preview-box .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 5px;
    bottom: auto;
}
.widget-productImage.multi-image-scroll-vertical-view .image-preview-box .tag-mark {
    left: auto;
    top: auto;
}
.product-view.image-view .new.tag-mark, .product-view.scrollable-view .new.tag-mark,
.product-view.tabular-view .product-table-view-row .new.tag-mark{
    top: 0;
}
.product-view.list-view .featured.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 0;
    background: #cc0031;
    width: auto;
    padding: 2px 4px;
}
.product-view.list-view .sold-out-tag.tag-mark {
    display: inline-block;
    color: #fff;
    height: 25px;
    position: absolute;
    right: auto;
    top: auto;
    background: #cc0031;
    font-size: 13px;
    width: auto;
    padding: 2px 4px;
}


/* gift-card-popup*/

.add-cart-information-popup .header .close-icon::after,
.add-cart-information-popup .header .close-icon::before {
    display: none;
}
.add-cart-information-popup .header {
    padding: 20px 32px 20px;
}
.add-cart-information-popup .header .title {
    line-height: normal;
    margin: 0;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large,
.add-cart-information-popup .body .medium {
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
    background: transparent;
}
.add-cart-information-popup .body .form-row.gift-card-date-field .large.validation-error,
.add-cart-information-popup .body .medium.validation-error,
.add-cart-information-popup .body .form-row.gift-card-date-field .large:focus,
.add-cart-information-popup .body .medium:focus {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button,
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn{
    background: #d32931 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;
    height: auto;
    vertical-align: middle;
    padding: 10px 25px;
    transition: all 300ms ease 0s;
}
.add-cart-information-popup .popup-bottom.footer .button-item .button.add-to-cart-button:hover,
.add-cart-information-popup .popup-bottom.footer .button-item .button.close-btn:hover{
    background: none #000000;
    color: #fff;
}
.product-widget.product-widget.widget-addCart .gift-button-container .send-as-gift-button {
    height: 37px;
    font-size: 14px;
    line-height: normal;
}
.add-cart-information-popup .body button.Zebra_DatePicker_Icon {
    background: none;
    border: none;
}
.add-cart-information-popup .body .Zebra_DatePicker_Icon_Wrapper::after{
    content: "\f073";
    font-family: 'Fontawesome';
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 7px;
}
.add-cart-information-popup .form-content .double-input-row {
    align-items: start;
}

.add-cart-information-popup.popup .body {
    overflow-y: auto;
    max-height: 500px;
}
.add-cart-information-popup.popup .body-scroll-control.app-tab-incomplete-data-cart-popup{
    height: auto;
    max-height: 100%;
}
.add-cart-information-popup .form-row textarea {
    max-width: 100%;
}


/*------ .property-listing-details -----------*/
.property-listing-details {
    padding-left: 0;
    padding-right: 0;
}
.property-listing-details__price-guide-inner .action-group button, .property-listing-details__price-guide-inner .action-group a {
    padding: 10px 20px;
    height: auto;
}
.property-details-contain-container .query-form input {
    padding: 8px 25px 8px 10px;
}
.property-details-contain-container .query-form textarea {
    padding: 10px;
}
.property-details-contain-container .query-form input,
.property-details-contain-container .query-form textarea {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
}
.property-listing-details__price-guide-inner .action-group .flrplan {
    border: 2px solid #d32931;
    background-color: transparent;
    color: #d32931;
}
.property-listing-details__price-guide-inner .action-group .flrplan:hover {
    border: 2px #222 solid;
    background-color: transparent;
    color: #222;
}
.property-listing-details__price-guide-inner .action-group .enqnow {
    border: 2px #d32931 solid;
    background-color: #d32931;
    color: #fff;
  	border-radius: 0;
}
.property-listing-details__price-guide-inner .action-group .enqnow:hover{
    border: 2px #222 solid;
    background-color: #222;
    color: #fff;
}
.property-details-contain-container .agent-container .agent-info h5 a, .widget.fee-category-1 .category .category-name .category-name-link:hover {
    color: #d32931;
}
.property-details-contain-container .agent-container .agent-info h5 a:hover {
    color: #222;
}
.property-details-contain-container .query-form button{
    background-color: #d32931;
    border: 2px #d32931 solid;
    color: #fff;
}
.property-details-contain-container .query-form button:hover{
    background-color: #222;
    border: 2px #222 solid;
    color: #fff;
}
.property-listing-details .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d32931;
}
.property-details-contain-container .agent-container .agent-img img {
  border: 2px rgb(213, 51, 58) solid;
}
div.donation-card-item .donate-button-wrapper a.button:hover{
  color: #fff;
}
@media (max-width: 991px) {
    .property-listing-details .inquire-agent-section__title {
        font-size: 28px;
        margin: 50px 0 30px;
    }
    .property-listing-details__description .header-title {
        font-size: 24px;
    }
    .property-listing-details .inquire-agent-section__inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .property-listing-details .inquire-agent-section__agent {
        margin-top: 30px;
    }
    .property-listing-details__description-price-guide {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .property-listing-details__price-guide {
        flex: 0;
    }
}
@media (max-width: 767px) {
    .property-listing-details__description .info-header {
        margin-top: 15px;
    }
    .property-listing-details__description .header-title {
        font-size: 20px;
    }
    .property-listing-details__price-guide-inner {
        padding: 20px;
    }
    .property-listing-details .inquire-agent-section__inner {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .property-listing-details .inquire-agent-section__title {
        font-size: 24px;
        margin: 40px 0 20px;
    }
    .property-details-contain-container .query-form {
        padding: 30px 20px;
    }
    .property-details-contain-container .agent-container .agent-item {
        justify-content: center;
        flex-wrap: wrap;
    }
    .property-listing-details .inquire-agent-section__agent {
        margin-top: 25px;
        flex: 0;
    }
    .property-details-contain-container .agent-container .agent-info {
        text-align: center;
    }
    .property-details-contain-container .agent-container .agent-info h5 {
        margin: 0 0 10px;
        padding: 0 0 20px;
    }
}
.page-agent-listing #bs-B21B4B7D-E6D6-4C09-B94E-F53CDDAE68A9,
.page-agent-listing #bs-B21B4B7D-E6D6-4C09-B94E-F53CDDAE68A9 .page-content{
    padding: 0;
}
.property-agent-details-page .agent-short-info .agent-short-container,
.property-agent-details-page .agent-summery-info {
    padding-left: 15px;
    padding-right: 15px;
}
.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
    height: auto;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob {
    background-color: #d32931;
    border: none;
}
.property-agent-details-page .agent-short-info button.contact-agent-rob:hover {
    background-color: #222;
    color: #fff;
}
div.property-content .property-title h4 a, .fee-widget-product-list-view .product-view.list-view .product-name-link:hover, .fee-widget-product-tabular-view .product-view.tabular-view .product-name-link:hover{
  color: #d32931;
}
@media (max-width: 991px) {
    .property-agent-details-page .agent-short-info .agent-short-container {
        gap: 60px;
    }
    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
        font-size: 36px;
        line-height: normal;
    }
    .property-agent-details-page .agent-sold-list-info {
        padding-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .property-agent-details-page .agent-short-info {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .property-agent-details-page .agent-short-info .agent-short-container {
        gap: 40px;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .property-agent-details-page .agent-short-info .agent-short-container h1.agent-name-info {
        font-size: 28px;
        line-height: normal;
    }
    .property-agent-details-page .agent-short-info .agent-short-container .agent-position-info {
        margin: 10px 0 15px;
        padding-bottom: 20px;
    }
    .property-agent-details-page .agent-summery-info {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
    font-size: 17px;
    padding-left: 10px;
}
.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
  display: flex;
  align-items: center;
  padding-left: 0;
  width: 100%;
}
.property-agent-details-page .agent-short-info .agent-short-info-right.agent-photo-view {
  border: 2px solid #d32931;
}

.checkout-page.version-2 {
  -ms-grid-columns: 53% 47%;
  grid-template-columns: 53% 47%;
}
.checkout-page.version-2 .advance-checkout-order-details-left-dom-inner {
  max-width: 566px;
}

.checkout-page.version-2 .billing-address .form-row.phone-row label, .checkout-page.version-2 .billing-address .form-row.city-selector-row label, .checkout-page.version-2 .billing-address .form-row.state-selector-row label, .checkout-page.version-2 .billing-address .form-row.country-selector-row label, .checkout-page.version-2 .billing-address .form-row.post-code-row label,
.checkout-page.version-2 .billing-address .form-row.active-row label,.checkout-page.version-2 .billing-address .form-row.has-value-row label {
  top: -3px;
}
.checkout-page.version-2 .contact-panel .contact-info .form-row.active-row lable,.checkout-page.version-2 .contact-panel .contact-info .form-row.has-value-row lable {
    top: -10px
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button.disabled {
  border-color: #ccc;
}


/*****************payment pay*******************/
.page-credit-card-payment .payment-form.valid-verify-form {
    max-width: 900px;
    margin: 20px auto 100px;
    padding: 0;
    border: 0;
}
.page-credit-card-payment .credit-card-payment .billing-address{
  background-color: #353535;
  width: 320px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  padding: 50px 30px;
}
.page-credit-card-payment .credit-card-payment .payer-details{
  background: #f8f8f8;
  padding: 50px;
}
.page-credit-card-payment .logo.credit-card {
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.page-credit-card-payment .logo.credit-card img {
    max-width: 70px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
  width: 100%;
  max-width: 506px;
  height: 44px;
  border: 1px solid #d2d2d2;
    border-radius: 0;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
  width: 48.5%;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
  max-width: 506px;
}
.credit-card-payment .payer-details .form-row, .credit-card-payment .payer-details .double-input-row {
    margin: 0 0 25px;
}
.page-credit-card-payment form.payment-form.securepay-payment-gateway-form select {
  width: 100%;
    border-radius: 0;
  font-size: 15px;
}
.page-credit-card-payment .credit-card-payment .tlr input {
  background: #d32931;
  border-radius: 0;
  width: 100%;
  color: #fff;
}
.page-credit-card-payment .credit-card-payment .tlr input:hover {
  background: #af000f;
  color: #fff;
}
.page-credit-card-payment .payment-form .merchant-logo {
    max-width: 100%;
    padding-bottom: 80px;
  display: block;
    text-align: left;
    margin-top: -5px;
}
.payment-form .merchant-logo img {
    max-width: 100px;
}
.page-credit-card-payment .payment-form .merchant-info .company-name {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}
.page-credit-card-payment .payment-form .merchant-info .company-address {
    font-size: 16px;
    font-weight: normal;
    color: #c8c6c6;
}
.page-credit-card-payment .payment-form .billing-address .form-row ~ .form-row{
  padding: 0;
  margin: 0;
}
.page-credit-card-payment .payment-form .billing-address .form-row input{
  padding: 5px 0;
  margin: 0;
  height: auto;
  border-bottom: 0;
  font-size: 16px;
  color: #c8c6c6;
}
.payment-form textarea#textarea-address-credit-card-page {
  color: #c8c6c6;
}
.page-credit-card-payment .credit-card-payment h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 5px;
    color: #000;
}
.page-credit-card-payment .credit-card-payment .billing-address h2{
    color: #fff;
}
.page-credit-card-payment .credit-card-payment .tlr input[disabled] {
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.page-credit-card-payment .credit-card-payment .payer-details label {
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    width: 100%;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .label {
    font-size: 17px;
  color: #000;
    position: relative;
    display: inline-table;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-code {
    margin-bottom: 30px;
    font-size: 13px;
}
.payment-form .merchant-info {
    margin-bottom: 30px;
}
.page-credit-card-payment .double-input-row .errorlist.after {
    left: 0;
}
.page-credit-card-payment .payment-form .billing-address label {
    display: block;
  color: #fff
}
.page-credit-card-payment .payment-form .mandatory-chosen-wrapper select {
  border-radius: 0;
  width: 100%;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper::after{
    display: none
}
.page-credit-card-payment .payable-amount-label .currency-info {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.page-credit-card-payment .credit-card-payment .payer-details div.double-input-row.mandatory {
    display: flex;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px){
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 60px 30px 60px 40px;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 48%;
}
}
@media only screen and (max-width: 767px){
.page-credit-card-payment .logo.credit-card, .page-credit-card-payment .credit-card-payment .billing-address,
.page-credit-card-payment .payment-form .merchant-logo, .page-credit-card-payment .payment-form .billing-address .form-row input {
    text-align: center;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px;
}
.page-credit-card-payment .credit-card-payment .payer-details div {
    max-width: 100%;
	display: block !important;
}
.page-credit-card-payment .credit-card-payment .payer-details div.payable-amount-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-credit-card-payment .credit-card-payment .payable-amount-label .currency-info {
    font-size: 21px;
}
.page-credit-card-payment .credit-card-payment .payer-details input[type="text"] {
    max-width: 100%;
}
.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper {
    width: 100%;
    margin-bottom: 0px;
}

.page-credit-card-payment .credit-card-payment .mandatory-chosen-wrapper:first-of-type {
    margin-bottom: 20px;
}
.page-credit-card-payment .credit-card-payment h2 {
    padding: 0;
    margin-top: 20px;
}
.page-credit-card-payment .credit-card-payment .payer-details {
    padding: 15px 15px 25px;
    overflow: hidden;
}
.page-credit-card-payment .payment-form .billing-address label {
    display: block;
  color: #fff;
  text-align: center
}
.page-credit-card-payment .credit-card-payment .billing-address {
    padding-bottom: 40px;
}
.delivery-day-slot-select-popup span.choose-delivery-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.selected-day-time-slot-wrapper .horaizontal-card-slot .slot-card-item {
    width: 100%;
    margin: 0 0 50px;
}
.delivery-day-slot-select-popup .selected-date-title {
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.delivery-day-slot-select-popup .title-bar.fee-popup {
    padding: 15px 12px;
    text-align: left;
}
}


/************************************/
.checkout-page.version-2 .advance-checkout-steps-left-dom .error-message-div .message-block.error {
  margin-top: 10px
}
.flying-cart-content .free-products .product-block.product-view-height-width {
  height: auto;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-group.error-field-error.validation-error {
  border: 0 !important;
}
.product_quick_view_popup .header .title {
  display: block;
  color: #000;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 600;
  display:none;
}
.product_quick_view_popup.popup .body {
  padding-bottom:30px;
}
.sale-percent-display {
  background-color: #ffcad9;
   padding: 4px 15px 2px;
  color:#000;
}
.product-view.image-view .sold-out-tag.tag-mark, .product-view.scrollable-view .sold-out-tag.tag-mark, .widget-productImage .image-preview-box .sold-out-tag.tag-mark {
  top: auto;
  left:5px;
  padding: 1px 8px;
}
.gift-card-fields .form-header .form-row {
  padding: 5px 15px 9px;
}
.product_quick_view_popup .scroller span {
  z-index: 1;
}
.category-view.image-view .category-image-view-width a.blog-category-read-more {
  font-weight: 600;
  text-transform: capitalize;
  margin: 10px 0;
}
.category-view.image-view .category-image-view-width a.blog-category-read-more::after {
  content: "\f105";
  font-family: fontawesome;
  margin-left: 7px;
  margin-top: 0;
  position: absolute;
  font-size: 16px;
}
.flying-cart-content .free-products .current-price .free-product-text, .product-view.scrollable-view .product-block .free-product-text, .product-view.image-view .product-block .free-product-text{
  color: #18D294;
}
.free-products .product-view.image-view .product-block:hover .product-image-link::after, .free-products .product-view.scrollable-view .product-block:hover .product-image-link::after {
  background-color: transparent;
}
.free-products .product-view.image-view .product-block, .free-products .product-view.scrollable-view .product-block {
  width: calc(25% - 32px);
}
.widget-related .scroller span {
  display: inline-block;
  margin-left: 8px;
}
.page-product .scrollable-view {
  overflow: unset;
}
.page-product .scroll-left, .page-product .scroll-right {
  height: 30px;
  width: 32px;
}
.page-product .product-view.scrollable-view .content {
  padding: 30px 0 0;
}
.page-product .product-view .quick-view-btn {
  width: 100%;
  max-width: 100px;
  padding: 5px;
  text-align: center;
  left: 5px;
  top: 5px;
  transform: unset;
}
.widget-similar {
  margin-top: 70px;
}
.widget-related .title, .widget-similar .title {
    border-bottom: 1px solid #ddd;
    color: #000000;
    font-size: 28px;
    font-weight: 500;
    margin: 0 auto 40px;
    padding-bottom: 5px;
    position: relative;
}
.page-product .product-view.scrollable-view .header{
    margin-top: -75px;
    position: relative;
    z-index: 23;
}
.new-review-panel .write-review-panel {
  margin-top: 40px;
}
.page-compare-product .compare-details table td, .page-compare-product .compare-details table th {
  border: 1px solid #f0efef;
  padding: 15px;
}

.product-view.list-view .content .product-block .block-content-wrap .summary p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.gift-card-fields .sending-type-by-instant-message input.error-field-error{
  background: #fff !important;
  color: #000
}
div.agent-list-item .member-img {
  border: 2px solid #d32931;
}
.page-product .widget-similar .product-view.scrollable-view.product-quick-view .header {
  margin-top: -85px;
}

/***************Drop Widget**********************/
div.property-listing-details .swiper {
  max-height: 500px;
  margin-bottom: 40px;
}
.image-popup-container-for-zoom-preview.floor-plan-view.popup {
  padding: 10px;
  background: #fff;
}
div.category .summary {
  height: auto;
  padding-bottom: 10px;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add *, div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add span{
  text-align: center;
  width: 100%;
  margin: 0 0 5px !important;;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list {
  width: auto;
  margin: 10px 0 !important;
  right: unset;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.button.add-to-cart-button, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button{
    margin: 0 !important;;
}
div.property-agent-details-page .agent-short-info {
  background: transparent;
}

.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover, .fee-widget-product-image-view .product-view.image-view .product-block:hover {
  border: 1px solid #e43365 ;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add span:hover{
  border: 1px solid #e43365 ;
  background:#e43365;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list, div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.button.add-to-cart-button, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button{
    border: 1px solid #e43365 !important;
  background-color:#e43365 !important;
  color:#fff;
  width:100%;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.button.add-to-cart-button:hover, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .add-to-compare-button.button:hover{
    border: 1px solid #000 !important;
  background-color:#000 !important;
  color:#fff;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list:hover {
      border: 1px solid #e43365 !important;
  color:#e43365 !important;
  color:#e43365;
}
.fee-gallery-jssor3 .jssor-slider-container .jssorb03 div span:hover, .fee-gallery-jssor3 .jssor-slider-container .jssorb03 div.av span {
  background: #d32931;
}
.fee-widget-product-list-view .product-view.list-view .content .product-block{
  height:auto;
}
.fee-widget-content .property-content .property-list-item:hover .post.property-list-view a::before {
  background: rgba(147, 183, 94, 0.33);
}
.fee-widget-content .agent-list-item > a.read-button:hover, .fee-widget-content .agent-list-item > a.read-button:hover::after {
  color: #000;
}
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev:hover, .fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next:hover {
    border-color:#d32931;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev:hover:before, .fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next:hover:after {
    color:#d32931
}
div.fee-gallery-owl .owl-item .item {
    aspect-ratio: auto;
}
div.fee-widget-product-tabular-view .product-view.tabular-view .image-column a.product-image-link {
  max-height: 100%;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .current-price.price span, .fee-widget-product-image-view .product-view.image-view .current-price.price span, .fee-widget-product-list-view .current-price.price span {
  color: #e43365;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-name a:hover, .fee-widget-product-image-view .product-view.image-view .product-name a:hover {
  color: #e43365;
}
.widget-gallery .swiper-button-prev:hover, .widget-gallery .swiper-button-next:hover, .fee-gallery-swiper.swiperSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #d32931;
    border: 1px solid #d32931;
}
.fee-gallery-owl .blog-post-item .details-link.link a:hover, .fee-gallery-owl .blog-post-item .blog-post-info a:hover {
  color:#d32931;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .summary {
  padding: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block .quick-view-btn.button, .fee-widget-product-scroll-view .product-view.scrollable-view .product-block .quick-view-btn.button {
    background:#000 ;
}
.fee-widget-product-image-view .product-view.image-view .quick-view-btn.button:hover, .fee-widget-product-scroll-view .product-view.scrollable-view .quick-view-btn.button:hover {
  background: #e43365 none repeat scroll 0 0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span {
  background: #e43365;
  border: 1px solid #e43365;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover {
  background: #000;
  border: 1px solid #000;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:after {
  display: none
}
.fee-widget-product-scroll-view .product-view.scrollable-view .scroller span:hover::before {
  color: #fff;
}
.fee-gallery-owl .owl-carousel .owl-controls .owl-dot:hover span, .fee-gallery-owl .owl-carousel .owl-controls .owl-dot.active span {
  background: #d32931;
  border: 1px #d32931 solid;
}
/************/
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add {
  opacity:0;
  right:0;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
  opacity: 1;
  transform: translateX(0px);
  width: 100%;
}
.fee-widget-product-scroll-view .product-view.list-view .content .product-block .quick-view-btn {
  text-align: center;
  padding: 5px 10px;
  left: 10px;
  top: 10px;
  transform: unset;
}
.fee-widget-product-scroll-view .product-view.tabular-view .product-table-view-header .product-table-view-column {
  background-color: #ffe6ed;
  border: 0;
}
.fee-widget-product-scroll-view .product-view.tabular-view .price-column {
  max-width: 41%;
  width: 100%;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list {
  width: 100%;
}
div.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add .button.add-to-wish-list:hover {
color: #fff !important;
  background: #000 !important;
  border: 1px solid #000 !important;
}
.widget-gallery.fee_img-gallery_album_owl  .owl-item .item {
  aspect-ratio: 4/6;
}
.widget-gallery.fee_img-gallery_album_owl  .owl-item .item img {
  object-fit: cover;
}
/*************************************/
.fee-widget-product-image-view .product-view.image-view .product-block {
  height: auto;
}

.fee-widget-product-image-view .product-view.image-view .product-block:hover .btn-add {
  bottom: 20px;
  transform: translateX(0px);
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .btn-add {
  max-width:228px;
}
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block:hover .btn-add {
bottom: -30px;
  transform: translateX(0px);
  margin: 0 auto 52px;
}
.fee-widget-product-list-view .product-view .product-block .btn-add .add-to-cart-button.button:hover {
  border: 0px #000000 solid !important;
}

.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button{
  position: relative;
  background: #000 none repeat scroll 0 0 !important;
  border: 1px solid #000 !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button:hover{
  background: #e43365 none repeat scroll 0 0 !important;
  border: 1px solid #e43365 !important;
  color: #fff !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button::before, .fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button::before {
    content: "";
    display: inline-block;
    height: 28px;
    left: 12px;
    margin-right: 5px;
    position: absolute;
    top: 6px;
    vertical-align: middle;
    width: 20px;
  background: rgba(0, 0, 0, 0) url("../images/icon-sprite.png") no-repeat scroll -218px -3px;
}
.fee-widget-product-image-view .widget-product .product-view.image-view .product-block .btn-add span, .fee-widget-product-image-view .widget-product .product-view.scrollable-view .product-block .btn-add span {
  text-align: center;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-wish-list.button {
  text-align: center;
}
.widget-blogCategory.fee--blog-category-1 .category-view.image-view .blog-category-name {
  text-align: left;
}
.fee-widget-content .widget-gallery .owl-carousel .owl-controls .owl-nav > div.owl-prev::after, .fee-widget-content .scroller span.scroll-left::after {
	display:none;
}
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
  margin-right:  -8px;
  right: 0;
}
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  margin-left: -8px;
  left: 0;
}
.donation-address-page-content, .donation-details-wrapper {
  background-color: transparent;
  }
.donation-details__continue-button-wrapper .donation-details__continue-button, .donation-address-page-content .form-row .submit-button{
   background-color: #d32931;
}
  .donation-details__continue-button-wrapper .donation-details__continue-button:hover, .donation-address-page-content .form-row .submit-button:hover {
  background-color: #000000;;
}
.donation-address-page-content .form-row input:focus {
  border: 0;
}
.preorder-product-block-with-add-to-cart span.pre-order-checkbox-title {
  font-size: 17px;
  padding-left: 10px;
  filter: grayscale(100%);
}
.product-widget.product-widget.widget-addCart .preorder-product-block-with-add-to-cart {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
}
 
/************************/
.product-widget.widget-similar .product-view.list-view  .header, .product-widget.widget-similar .product-view.image-view .header {
  padding: 0;
  margin: 0;
}
.product-widget.widget-similar .product-view.list-view  .header .btn-group.view-switchers, .product-widget.widget-similar .product-view.image-view .header .btn-group.view-switchers{
  margin: 0;
}
.fee-widget-content .product-view .product-block .review-rating-wrapper .review-rating {
  display: flex;
}
.fee-gallery-owl .owl-carousel .owl-item img{
 opacity: 0.9;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button:hover {
  background-color: #d32931;
}
.fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-prev:hover, .fee-gallery-owl.widget-gallery .owl-controls .owl-nav .owl-next:hover {
  background: #d32931;
  border: 1px solid #d32931;
}
.fee-widget-content .owl-carousel .owl-controls .owl-nav > div.owl-next::after, .fee-widget-content .scroller span.scroll-right::after {
  display:none;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name-link {
  font-size: 16px;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .product-name-link:hover{
  color: #d32931;
}
.sold-out-tag.tag-mark {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}
#pre-order-list .header-right {
  background: transparent;
}
#customer-profile-tabs  #pre-order-list .address-view span.name {
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
#customer-profile-tabs.customer-profile-v2 .panel-header .address-view {
  color: #000;
  font-weight: 500;
}
#customer-profile-tabs.customer-profile-v2 #order-details .order-items-wrap table {
  display: contents;
}
.fee-gallery-owl .owl-carousel .owl-item .blog-post-item img {
  object-fit: cover;
}
.fee-gallery-owl .blog-post-item .details-link.link {
  margin-bottom: 10px;
}
#pre-order-list .footer {
  background: transparent;
}
#customer-profile-tabs.customer-profile-v2 .wish_list .wish-list-edit-form .form-row.btn-row .cancel-button:hover,
#customer-profile-tabs.customer-profile-v2 .wish_list .create-wish-list:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .create-new:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .create-new:hover,
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .password-edit-link:hover,.page-profile .confirm-popup .button-line button.no-button:hover,
#customer-profile-tabs.customer-profile-v2 .customer-password-change-card .btn-row .cancel-button:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-billing_address .edit-address-form .form-row.btn-row .cancel-button:hover, #customer-profile-tabs.customer-profile-v2 #customer-manage-card-shipping_address .edit-address-form .form-row.btn-row .cancel-button:hover{
    background: #d32931;
    border-color:#d32931;
    color:#fff;
}
@media screen and (max-width: 767px) {
    .add-cart-information-popup .body .body-scroll-control {
        padding: 20px 0;
    }
    .add-cart-information-popup.popup .body {
        max-height: 300px;
    }
.product-widget.widget-related .title,
.product-widget.widget-similar .title{
  font-size: 18px;
}
  .page-product .product-view.scrollable-view .header, .page-product .widget-similar .product-view.scrollable-view.product-quick-view .header {
  margin-top: -68px;
}
input[type="submit"], input[type="button"], button, .button, a.button {
  padding: 10px 10px;
}
}
/* End gift-card-popup*/

#selected-variation-products {
    margin: 20px 0 0;
}
#selected-variation-products h2 {
    font-size: 24px;
    margin-top: 0;
}
.widget-variation .selected-variation-product td {
    border: none;
}
.product-view.image-view .btn-add .add-to-cart-button .div-mask, .product-view.scrollable-view .btn-add .add-to-cart-button .div-mask {
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: auto !important;
    right: 0 !important;
}

.property-details-contain-container .agent-container .agent-img img {
  border-color: #d32931;
}
.page-product .chosen-container-single .chosen-single {
  height: auto;
}
.page-product .chosen-container-single .chosen-single span {
  line-height: 26px;
}
.product-widget.widget-addCart .frequently-bought-together-products {
  width: 100%;
  margin-bottom: 20px;
}
.product-widget.widget-variation {
  padding-bottom: 0;
}
.fee-widget-product-image-view .product-view.image-view .product-block .quick-view-btn.button, 
.fee-widget-product-scroll-view .product-view.scrollable-view .product-block .quick-view-btn.button {
  width: 100% !important;
  max-width: 218px !important;
  padding: 8px 15px !important;
}
.fee-widget-product-image-view .product-view.image-view .product-block .btn-add .add-to-cart-button.button {
  padding: 5px 15px 8px !important;
  margin-top: 6px!important;
  
}
/* Under Construction Page */

.maintenance-message-block {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.maintenance-message-block h1 {
    font-size: 32px;
    background-color: #f9f9f9;
    padding: 50px 60px;
    line-height: 1.4;
    color: #222;
}
@media(max-width: 767px) {
    .maintenance-message-block h1 {
        font-size: 24px;
        background-color: #f9f9f9;
        padding: 20px 30px;
    }
}


/* customer registration terms and condition */

.registration-terms-condition-wrapper {
    display: inline-flex;
}
.registration-terms-condition {
    position: relative;
    padding-left: 20px;
}
.registration-terms-condition-wrapper input.checkbox {
    position: absolute;
    left: 0;
    top: 0;
}
.registration-terms-condition-wrapper .registration-terms-condition-label,
.registration-form .registration-terms-condition-wrapper a label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    color: #222;
}
.registration-form .registration-terms-condition-wrapper a {
    margin-left: 5px;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
    cursor: pointer;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
    vertical-align: top;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
    color: #666;
}
.registration-form textarea + .registration-terms-condition-wrapper {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view {
    font-size: 14px;
}

.registration-form textarea {
    width: 100%;
    min-height: 100px;
}

/* Under Construction Page */

.maintenance-message-block {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
.maintenance-message-block h1 {
    font-size: 32px;
    background-color: #f9f9f9;
    padding: 50px 60px;
    line-height: 1.4;
    color: #222;
}
@media(max-width: 767px) {
    .maintenance-message-block h1 {
        font-size: 24px;
        background-color: #f9f9f9;
        padding: 20px 30px;
    }
}

/* customer registration terms and condition */

.registration-terms-condition-wrapper {
    display: inline-flex;
}
.registration-terms-condition {
    position: relative;
    padding-left: 20px;
}
.registration-terms-condition-wrapper input.checkbox {
    position: absolute;
    left: 0;
    top: 2px;
    height: auto;
}
.registration-terms-condition-wrapper .registration-terms-condition-label,
.registration-form .registration-terms-condition-wrapper a label {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: normal;
    color: #222;
}
.registration-form .registration-terms-condition-wrapper a {
    margin-left: 5px;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
    cursor: pointer;
}
.registration-form .registration-terms-condition-wrapper a label {
    text-decoration: underline;
}
.registration-form .registration-terms-condition-wrapper a label:hover {
    color: #666;
}
.registration-form textarea + .registration-terms-condition-wrapper {
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
.widget-blogCategory.fee--blog-category-1 .category-image-view {
    font-size: 14px;
}



/* product quick view */
.product_quick_view_popup {
    max-width: 100%;
    padding: 0;
}
.product_quick_view_popup.popup .header .close-icon {
    background: none;
    top: 15px;
}
.product_quick_view_popup.popup .scroller span.view-right,
.product_quick_view_popup.popup .scroller span.view-left {
    width: 30px;
    height: 30px;
    text-align: center;
}
.product_quick_view_popup.popup .scroller span.view-right {
    right: 0;
}
.product_quick_view_popup.popup .scroller span.view-left {
    left: 0;
}
.product_quick_view_popup.popup .scroller span.view-left:before,
.product_quick_view_popup.popup .scroller span.view-right:before {
    display: none;
}
.product_quick_view_popup.popup .scroller span.view-left:after,
.product_quick_view_popup.popup .scroller span.view-right:after {
    font-family: 'FontAwesome';
    font-size: 22px;
    line-height: 24px;
}
.product_quick_view_popup.popup .scroller span.view-left:after {
    content: "\f104";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-right:after {
    content: "\f105";
    color: #fff;
}
.product_quick_view_popup.popup .scroller span.view-left:hover:after,
.product_quick_view_popup.popup .scroller span.view-right:hover:after {
    color: #fff;
    opacity: 0.7;
}
.product_quick_view_popup.popup .body {
    height: calc(100% - 52px);
    margin: 0;
    padding: 0 45px 30px;
}
.product_quick_view_popup.popup.popup .header {
    border-bottom: none;
    padding: 0;
    min-height: unset;
    height: 52px;
}
#webcommander-page .product-view .quick-view-btn.button {
    font-size: 14px;
    width: auto;
    min-width: 110px;
    max-width: unset;
    height: auto;
    left: 50%;
    right: auto;
    top: 40px;
    bottom: auto;
    transform: translateX(-50%);
    padding: 6px 15px;
    z-index: 9;
}
#webcommander-page .product-view .quick-view-btn.button:before,
#webcommander-page .product-view .quick-view-btn.button:after {
    display: none;
}
.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    white-space: nowrap;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border-color: #d32931;
}
.widget-productImage .image-thumb-container .thumb-image.active {
    border: 1px solid #ccc;
}
.widget-productImage .image-thumb-container .thumb-image {
    display: inline-block;
}
.product_quick_view_popup .widget-socialMediaShare .social-media-wrapper span {
    margin-bottom: 7px;
}
.product_quick_view_popup .summary {
    height: auto;
    text-align: left;
}
.product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
    width: 50%;
    max-width: 50%;
    flex: inherit !important;
}
.product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
    width: 50%;
}
.product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
    margin-left: 25px;
}
.product_quick_view_popup .product-widget.widget-addCart * {
    margin-bottom: 0;
}
div.checkout-page.version-2 .advance-checkout-order-details-left-footer-info .terms-and-condition-text textarea {
  min-height: auto;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button {
  background-color: #d32931;
}
.checkout-page.version-2 .checkout-button-wrapper-bottom .advance-checkout-next-step-parser-button:hover {
  background-color: #000;
  border-color: #000;
}
div.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .promo-codes-form .input-wrapper button, .checkout-page.version-2 .advance-checkout-steps-left-dom .error-message-div .message-block.error {
  border: 0;
  border-left: 1px rgba(0,0,0,0.15) solid;
}
#customer-profile-tabs.customer-profile-v2 #order-list .id-col{
 width: 130px;
}
#customer-profile-tabs.customer-profile-v2 #order-list col.payment-status-col {
  min-width: 130px;
}
#customer-profile-tabs.customer-profile-v2 col.action-col {
  width: 120px;
}
#customer-profile-tabs.customer-profile-v2 table th:last-child {
  width: 100px;
}
div.checkout-page.version-2 .cart-item .image .product-thumb-image {
  object-fit: contain;
}
.page-product .flying-cart-content .product-view.scrollable-view .header{
  margin: 0
}
.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover {
  background: #d32931;
  border: 1px solid #d32931;
}
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-next {
  margin-right: 0;
}
.fee_img-gallery_product_swiper .swiper-horizontal .swiper-button-prev {
  margin-left: 0;
}
.fee-gallery-swiper.swiperSlider .product-block .add-to-cart-button:hover {
  background-color: #d32931;
}
.fee-gallery-owl .owl-carousel .owl-item img {
  object-fit: contain;
}
.widget-gallery.fee-gallery-swipebox figure,.widget-gallery.fee-gallery-owl figure,.widget-gallery.fee-gallery-swiper figure{    margin: 0;}
.shopping-cart .my-cart-products .add-to-wish-list.button.et_pdp_add_to_wish_list:hover {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20d%3D%22M15.6296%203.45692C15.2465%203.07367%2014.7917%202.76965%2014.2911%202.56223C13.7905%202.35481%2013.254%202.24805%2012.7121%202.24805C12.1702%202.24805%2011.6337%202.35481%2011.1331%202.56223C10.6325%202.76965%2010.1777%203.07367%209.7946%203.45692L8.9996%204.25192L8.2046%203.45692C7.43083%202.68315%206.38138%202.24845%205.2871%202.24845C4.19283%202.24845%203.14337%202.68315%202.3696%203.45692C1.59583%204.23069%201.16113%205.28014%201.16113%206.37442C1.16113%207.46869%201.59583%208.51815%202.3696%209.29192L3.1646%2010.0869L8.9996%2015.9219L14.8346%2010.0869L15.6296%209.29192C16.0128%208.90885%2016.3169%208.45403%2016.5243%207.95343C16.7317%207.45284%2016.8385%206.91628%2016.8385%206.37442C16.8385%205.83255%2016.7317%205.29599%2016.5243%204.7954C16.3169%204.29481%2016.0128%203.83998%2015.6296%203.45692Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E %3C%2Fsvg%3E");
    border: 0;
}
.add-cart-information-popup .variation-container .variation-type {
  width: 100%;
}
.variation-container .chosen-container {
  width: 100%;
}
.checkout-page.version-2 .advance-checkout-steps-left-dom .custom-fields-wrapper .radio-checkbox-item input[type="checkbox"]:checked {
  padding: 5px;
}
.donation-success-page-content .order_details_table { margin: 0; padding: 0;}@media (max-width: 767px) { .donation-success-page-content-inner .cartitem-table tr.title, .donation-success-page-content-inner .cartitem-table tr { display: table-row; } .donation-success-page-content-inner .cartitem-table tr:last-child td { border-bottom: 1px solid #F3F3F3; } .donation-success-page-content-inner .cartitem-table tr td, .donation-success-page-content-inner .cartitem-table tr td.price { text-align: left; } .donation-success-page-content-inner .cartitem-table td { display: table-cell; }}
.donation-success-page-content {
  background-color: transparent;
}
.flying-cart-content .recommended-products .variation-dropdown-container .chosen-single {
  height: auto !important;
}
@media(min-width: 768px){
   .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel {
        max-height: unset!important;
    } 
}
@media (max-width: 991px) {
.free-products .product-view.image-view .product-block, .free-products .product-view.scrollable-view .product-block {
  width: calc(33.33% - 32px);
}
}
.widget-snippet .container .promotion.row .discount-images {
  max-height: 268px;
  height: 268px;
}
.widget-snippet .container .discount-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


.time-out.popup .header-line .ok:hover {
  background-color: #0046C8;
}
.time-out.popup .header-line .ok {
  background-color: #313131;
  width: 160px;
  border-radius: 30px;
}
.fee-identical-sewc-elm.alert-popup.time-out.popup {
  display: flex;
  flex-direction: column-reverse;
  padding: 10px 0 30px;
}
.widget-storeLogo img {
max-width: 238px;
  max-height: 72px;
}
.product-widget.widget-shipmentCalculator {
  margin: 20px;
}
.gift-card-fields .terms-and-condition-text {
  margin-bottom: 15px;
}
.product-widget.widget-price .zip-installment {
  margin: 20px 0;
}
.product-widget.widget-price .zip-installment .zip-icon.zip-learnmore {
  padding: 0;
  margin: 0;
}
.site-popup.zip-learn-more-popup.popup  .title-bar.fee-popup__header {
  border: 0;
  padding: 0 ;
  margin: 0;
}
.site-popup.zip-learn-more-popup.popup .heading {
  font-size: 24px;
  font-weight: 600;
  width: 100%;
}
.site-popup.zip-learn-more-popup.popup  .subheading {
    font-size: 16px;
  font-weight: 600;
}
.site-popup.zip-learn-more-popup.popup a.btn.secondary {
  padding: 8px 18px;
  background:#d32931;
  color: #fff;
  margin-top: 20px;
  display: block;
  max-width: 122px;
}
.site-popup.zip-learn-more-popup.popup a.btn.secondary:hover {
    background: #000;
}
.site-popup.zip-learn-more-popup.popup .close {
  top: 10px;
  right: 10px;
}
.site-popup.zip-learn-more-popup.popup .close:after,
.site-popup.zip-learn-more-popup.popup .close:before{
width: 2px;
  height: 20px;
}
.product_quick_view_popup.popup .zip-installment {
  display: block;
  width: 100%;
  margin: 10px 0 0;
}
.gift-card-fields .terms-and-condition-text textarea[readonly=""]{
  height:auto;
}
.product-block .product-info .variation-container .variation-type .options span.variation-value {
    color: #000;
    font-size: 14px;
    text-transform:capitalize;
    margin:0 5px
}

.product-block .product-info .variation-info-wrapper .product-variation-select {
    display: flex;
}
.product-block .product-info .variation-container .variation-type{
    padding:0;    
} 
.product-block .product-info .variation-container .variation-type label.type-label {
    margin:10px 0 0;
}
div.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row .store-credit-row .label.storeCredit-label {
  font-weight: 700;
}
.fee-gallery-owl .product-view .owl-item .product-block .block-content-wrap .add-to-cart-button:hover {
background: #000;
  border: 1px solid #000;
}

.widget-gallery.fee-gallery-swiper .swiper-button-prev:hover, .widget-gallery.fee-gallery-swiper .swiper-button-next:hover,
.fee-widget-content .owl-nav .owl-prev:hover, .fee-widget-content .owl-nav .owl-next:hover {
  background: #d32931 !important;
  border: 1px solid #d32931 !important;
}
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.prev:hover::before, 
.fee-gallery-galleriffic .galleriffic-gallery-wrap.alternate-layout .thumbs-container .pageLink.next:hover::after {
  color: rgb(165, 90, 90);
}
.fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.prev, .fee-gallery-galleriffic div.galleriffic-gallery-wrap .thumbs-container .pageLink.next{
  border: 1px rgb(165, 90, 90) solid;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button {
  background-color: #d32931;
  color: #fff;
  border: 2px solid #d32931;
}
.popup.shipping-calculator-popup .popup-bottom button.submit-button:hover {
  background-color: #000;
  border: 2px solid #000;
    color: #fff;
}
.shopping-cart .my-cart__header-button-wrapper .button {
  background-color: #d32931;
  border: 1px #d32931 solid;
  border-radius: 5px !important;
  color: #fff;
}
.shopping-cart .my-cart__header-button-wrapper .button:hover {
    border: 1px #000 solid;
}
.page-product .flying-cart-content .product-view.scrollable-view .header {
  margin-top: 0;
}

.checkout-header-btn-wrapper.top .shipment-calculator.button {
  background-color: #d32931;
  border: 1px #d32931 solid;
  border-radius: 5px !important;
  color: #fff;
  height: auto;
  padding: 2px 15px;
  line-height: 30px;
  font-size: 16px;
}
.checkout-header-btn-wrapper.top .shipment-calculator.button:hover {
    border: 1px #000 solid;
    background-color: #000;
}

.auto-page.page-post-payment .page-content .payment-success-total > table, .auto-page.page-post-payment .page-content .payment-success-total > table td {
  border: 0;
  padding: 10px;
}
.auto-page.page-post-payment .page-content .cartitem-table td.price .wrapper {
  text-align: center;
}
.auto-page.page-post-payment .cartitem-table.order_details_table, .auto-page.page-post-payment .cartitem-table.order_details_table tbody tr th, .auto-page.page-post-payment .cartitem-table.order_details_table tbody tr td {
  border: 0;
}
.auto-page.page-post-payment .cartitem-table.order_details_table tbody tr th {
 border-bottom: 1px solid #bfbfbf;
  }
.auto-page.page-post-payment .cartitem-table.order_details_table tbody tr td {
 border-bottom: 1px solid #e8e7e7;
  }
.auto-page.page-post-payment .page-content {
  padding: 0 15px;
  max-width: 1170px;
  margin: 60px auto;
  text-align: center;
}
.auto-page.page-post-payment  .payment-success-total > table tr {
  border-bottom: 1px solid #e6e6e6;
}
div.delivery-day-slot-select-popup .date-select-popup-header {
  padding: 20px 24px;
}
div.delivery-day-slot-select-popup span.calender-month-select {
  border: 1px solid #262626;
  background: #262626;
  padding: 3px 10px;
  height: auto;
}
div.delivery-day-slot-select-popup.site-popup .title-bar .close::after {
  display: none;
}
.auto-page.page-checkout .Zebra_DatePicker .dp_footer .dp_hover {
  color: #fff;
}
.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row.storeCredit .price-row .value, div.checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .check-out-total .price-row .store-credit-row .label.storeCredit-label {
  font-weight: 600;
}
.maintenance-message-block {
  padding: 100px 15px;
  max-width: 900px;
  margin: 0 auto;
}

.add-cart-information-popup.popup .gift-card-fields input.et_shipping_edit_city {
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.add-cart-information-popup .form-content .form-row .terms-and-condition-text textarea[readonly=""] {
  height: auto;
  border-bottom: 1px solid #000;
 
}
textarea[readonly=""]:focus {
  border:0 !important;
  border-bottom: 1px solid #000 !important;
}
.service-term-condition-panel .terms-and-condition{
  margin-top: 15px
}
@media(min-width: 768px){
   .checkout-page.version-2 .advance-checkout-order-details-right-dom-inner .whole-summary-wrapper .collapsible-panel, .page-cart .shopping-cart .my-cart-order-summary {
        max-height: unset!important;
     height: fit-content;
  }
}
@media (max-width: 767px) {
    .product_quick_view_popup.popup .body {
        padding: 0 40px 30px;
        max-height: 100%;
    }
    .product_quick_view_popup .l-fixed-container {
        display: flex;
        flex-wrap: wrap;
    }
    .responsive .product_quick_view_popup .product-widget.widget-socialMediaShare,
    .product_quick_view_popup .product-widget.product-widget.widget-addCart {
        padding-left: 0;
    }
    .product_quick_view_popup .product-widget.widget-socialMediaShare::before,
    .product_quick_view_popup .product-widget.product-widget.widget-addCart::before {
        display: none;
    }
    .product_quick_view_popup #spltr-07e42076-41ee-45c4-8638-7b3b2924d6d2 {
        width: 100%;
        max-width: 100%;
        flex: inherit !important;
    }
    .product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 {
        width: 100%;
    }
    .product_quick_view_popup #spltr-96ff24bf-8e83-4924-bd85-926693cd3a57 .product-widget {
        margin-left: 0;
    }
    .responsive .product_quick_view_popup {
        max-width: 100% !important;
        padding: 0;
        margin: 0 !important;
    }
  .free-products .product-view.image-view .product-block, .free-products .product-view.scrollable-view .product-block {
  width: 100%;
}
.payment-success-page-container .order-details .order_details_table colgroup {
  display: none;
}
.payment-success-page-container .order-details h4, .payment-success-page-container .order-details .order_details_table tr td:last-child, .payment-success-page-container .order-details .order_details_table tr td, .payment-success-page-container .order-details .order_details_table tr td:first-child {
  text-align: center;
}
.payment-success-page-container .order_details_table .product-name img {
  margin: 0 auto;
}
.auto-page.page-post-payment .cartitem-table.order_details_table colgroup {
  display: none;
}
.auto-page.page-post-payment  .payment-success-total {
  text-align: center
}
}
@media (max-width: 330px) {
  div.flying-cart-page-heading {
    font-size: 16px;
  }
}

.page-cart .free-products .product-view.scrollable-view .product-image-link {
    height: 230px;
}
.page-cart .free-products .product-view.scrollable-view .product-image-link img {
   object-fit: contain;
  max-height: 235px;
}

.product-widget.widget-addCart .frequently-bought-together-products {
    width: 100%;
    display: block;
}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text {}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text .header-text {
    font-size: 18px;
}
.product-widget.widget-addCart .frequently-bought-together-products .header-info-text .subheader-text {
    font-size: 14px;
}
.product-widget.widget-addCart .frequently-bought-together-products .products-content {
    padding: 0 0 20px;
}
.product-widget.widget-addCart .frequently-bought-together-products .product-block {
    border-radius: 16px;
}
.product-widget.widget-addCart .frequently-bought-together-products .row {
    margin: 0;
}
.product-widget.widget-addCart .frequently-bought-together-products .row::before {
    display: none;
}
.product-widget.widget-addCart .frequently-bought-together-products .row .action-column {
    margin-left: auto;
}
.product-widget.widget-addCart .frequently-bought-together-products .product-separator {
    opacity: 0;
}

.variation-dropdown-container .chosen-wrapper.variation-type label.type-label {
    width: 100%;
    display: block;
    margin: 0 0 6px;
}
.variation-dropdown-container .chosen-wrapper.variation-type .chosen-container {
    width: 100%;
}
.variation-dropdown-container .chosen-wrapper.variation-type .chosen-container .chosen-single {
    max-width: 200px;
}

div.add-cart-information-popup .variation-dropdown-container {
    display: flex;
    flex-direction: column;
}
div.add-cart-information-popup .variation-title-popup.title {
    font-size: 17px;
    font-weight: bold;
}
 
.widget-pageHeading .page-heading-wrapper {
    min-height: auto;
}

.product-widget.widget-variation .variation-dropdown-container {
    display: flex;
    flex-direction: column;
}
