/*font*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap');

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

html {
    font-family: 'Figtree', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

html, body {
    font-family: "Figtree";
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

p, code, table, th, td, ul, ol, li, dl, dt, dd, form {
    font-size: 17px;
    font-family: 'Figtree';
}
.widget-snippet p {
        font-size: 17px;
    font-family: 'Figtree';
}
/* ------ end normalize css ------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 17px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Figtree';
    font-size: 17px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
}
/*.body,
.body-section{
    overflow-x: hidden;
}
*/
body.widget-snippet {
    overflow-x: visible;
}
::selection {
    background-color:#381a60;
    color: #ffffff;
}

::-moz-selection {
    background-color:#381a60;
    color: #ffffff;
}

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

a:link, a:active, a:visited { 
    font-size: 16px;
    color: #7141B9;
    text-decoration: none; 
}

body .widget-article a:hover, body .widget-article a:focus {
    color:#381a60;
}

a:hover, a:active:hover, a:visited:hover {
    color:#381a60;
}

p a:hover {
    text-decoration: underline;
}

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: 'Figtree' !Important;
    color: inherit;
    font-weight: 600;
}

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

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

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 22px;
}

p {
    font-family: 'Figtree';
    font-size: 17px;
    color: #000;
    line-height: 30px;
    margin: 0 0 20px;
    padding-bottom: 0;
}

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

ul li, ol li {
    font-size: 17px;
    color: #555;
    line-height: 32px;
}
 ul li , .widget-snippet  ul li {
    line-height: 36px;
    font-size: 16px;
    list-style-type: none;
    position: relative;
    color: #000000;
    font-weight: 500;
}
ul li::before, .widget-snippet ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #29124C;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 10px;
}
.common-page table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
.blog-post-details ul li{
    list-style-type:none !important;
}
.blog-post-details ul li, .blog-post-details ol li {
    line-height: 36px;
    font-size: 16px;
    list-style-type: none;
    position: relative;
    color: #000000;
    font-weight: 500;
}

.blog-post-details ul li, .blog-post-details ol li {
    list-style-type: inherit;
}

.blog-post-details ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #29124C;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 12px;
}

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

table, th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
    background: #7141B9;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Figtree';
    font-size: 18px;
    line-height: 33px;
    height: 58px;
    padding: 14px 25px;
    transition: all 300ms ease 0s;
    min-width: 130px;
    text-transform: uppercase;
    font-weight: 500;
}

body input[type="submit"]:hover, body input[type="button"]:hover, body button:hover, body .button:hover, body a.button:hover {
    background: #381a60;
    color: #fff;
}

body input[type="submit"][disabled], body input[type="button"][disabled], body button[disabled], body .button.disabled, body a.button.disabled, body input[type="submit"][disabled]:hover, body input[type="button"][disabled]:hover, body button[disabled]:hover, body .button.disabled:hover, body a.button.disabled:hover {
    background: #BFBFBF none repeat scroll 0 0;
    border: medium none;
    color: #666;
}

/*form element desgin*/

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

input[type="text"], input[type="password"], textarea, select {
    border: 2px solid #ccc;
    box-sizing: border-box;
    height: 58px;
    padding: 20px;
    margin: 0;
    width: 100%;
    color: rgba(15, 22, 39, .8);
    font-size: 17px;
    font-family: 'Figtree';
    background: #fff;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
    border: 2px solid #7141b9 !important;
}

select, .registration-form select {
    width: 100%;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 58px;
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    color: rgba(15, 22, 39, .8);
    font-size: 17px;
    font-family: 'Figtree';
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #fff url('../images/down.svg') no-repeat;
    background-position: calc(100% - 14px) 22px;
    padding-right: 35px;
}

textarea {
    height: 150px;
}

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

.page-content .v-split-container>.v-split {
    margin: auto;
    width: 1366px;
    max-width: 100%;
}

.auto-page .page-content {
    margin: 0 auto;
}

/* =============================================== HADDER DESIGN ===============================================*/

body#webcommander-page::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    background: #7141B9;
}

body>.header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 80px;
    background: #381A62;
}

body.widget-snippet::before {
    display: none;
}

.widget.widget-storeLogo {
    width: 295px !important;
    height: 173px !important;
    z-index: 1;
    top: 0 !important;
}

/*****Menu bar*******/

/*start:manu*/

.widget-navigation.main-menu {
    text-align: right;
    padding-left: 65px;
}

.widget-navigation.main-menu .navigation-item.has-child {
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a span {
    position: relative;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a span::after {
    content: '\f107';
    display: inline-block;
    color: #fff;
    font-size: 17px;
    font-family: "FontAwesome";
    right: 0;
    margin-left: 5px;
    font-weight: bold;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.has-child>a:hover span::after {}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item>a {
    position: relative;
    margin: 0;
    padding: 0 5px 28px;
}

.widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item.active>a:before, .widget-navigation.main-menu .nav-wrapper.horizontal>.navigation-item:hover>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 4px;
    background: #fff;
}

.widget-navigation.main-menu .navigation-item.first {
    padding-left: 0;
}

.widget-navigation.main-menu .navigation-item {
    padding-left: 27px;
}

.widget-navigation.main-menu .navigation-item a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Figtree';
}

.widget-navigation .horizontal .navigation-item.last {
    padding-right: 0;
}

/** Sub Menu **/

.main-menu .navigation-item .navigation-item-child-container {
    width: 268px;
    top: 55px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: 50%;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    margin: -10px 0 0 -122px;
    position: absolute;
    border-radius: 0;
}

.main-menu .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    transition: all 0.5s ease 0s;
    transform: translateX(-50%);
    margin-left: 10px;
    z-index: 1;
}

.main-menu .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #7141B9 transparent #7141B9 transparent;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    margin-right: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000000;
    text-transform: none;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.last a {
    padding-right: 24px;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item:last-child a {
    border-bottom: 0;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    background: #7141B9;
    color: #fff;
    z-index: 2;
    display: block;
}

.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after, .widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after {
    display: none;
}

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

/** Sub Sub Menu **/


.main-menu .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container{
    width: 268px;
    top: 10px;
    background: #fff;
    text-align: center;
    padding: 0px;
    left: auto;
    right: -268px;
    box-shadow: 5px 0px 32px rgba(0, 0, 0, 0.12);
    margin: -10px 0 0 -122px;
    position: absolute;
    border-radius: 0;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item.first a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 0px;
    height: 0px;
border-width: 10px 10px 10px 0;
border-color: transparent #fff transparent transparent;
    border-style: solid;
    transition: all 0.5s ease 0s;
    transform: translateY(-50%);
    z-index: 1;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: transparent #7141B9 transparent transparent;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item.first a:hover::before {
    border-color: #fff #7141B9 #fff transparent;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item:last-child {
    border-bottom: 0;
}
.main-menu .navigation-item .navigation-item-child-container .navigation-item .navigation-item-child-container .navigation-item {
    display: block;
    position: relative;
    border-bottom: 1px #e6e6e6 solid;
}
/*end:menu*/

/* Search Box */

.header .menu-search {
    z-index: 3;
    height: 10px !important;
}

.header.active-section .menu-search {
    z-index: auto;
}

.widget-search.menu-search .search-form {
    animation: hideSearch 350ms ease-in-out both;
}

.widget-search.menu-search .search-form.show {
    width: 100%;
    top: 0;
    animation: showSearch 350ms ease-in-out both;
}

.search-form.show::after {
background: #7141B9;
content: "";
height: 100%;
left: calc(-50vw + 50%);
position: fixed;
width: 100vw;
top: 0;
right: 0;
opacity: 0.8;
}

@keyframes showSearch {
    from {
        height: 0;
        opacity: 0;
    }
    to {
        height: 100vh;
        opacity: 1;
    }
}

@keyframes hideSearch {
    from {
        height: 100vh;
        opacity: 1;
    }
    to {
        height: 0;
        opacity: 0;
    }
}

.widget-search.menu-search form {
    width: 1170px;
    margin: 0 auto;
    margin-left: auto;
    position: relative;
    top: calc(50% - 126px);
    z-index: 1;
}

.widget-search .search-menu-button::after {
    content: "\f002";
    color: #fff;
    font-size: 27px;
    opacity: 0;
}

.widget-search .search-menu-button::after {
    content: "";
    z-index: 9999;
    position: relative;
    height: 32px;
    background: url('../images/cancel.png');
    width: 32px;
    background-size: 32px;
    right: -160px;
    font-size: 27px;
    opacity: 0;
    display: none;
    top: 50px;
}

.widget-search .search-menu-button.close::after {
    opacity: 1;
    display: block;
}

.widget-search.menu-search .search-menu-button {
    background: url('../images/search-icon.svg');
    background-repeat: no-repeat;
    background-size: 23px;
    display: inline-block !important;
    margin: 0;
    position: absolute;
    left: auto;
    right: 115px;
    top: 14px;
}

.menu-search .search-form input {
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #b0b0b0;
    width: 100%;
    height: 87px;
    margin: 0;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #fff;
    font-size: 35px !important;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.menu-search .search-form input[type="text"]:focus {
    border-bottom: 1px solid #b0b0b0 !important;
}

.menu-search .search-form {
    position: relative;
}

.menu-search .search-form button {
    position: absolute;
    right: 0px;
    top: 100px;
    padding: 10px 23px;
    border: 0px;
    font-size: 27px;
    left: 50%;
    background: transparent;
    color: #fff;
    transform: translateX(-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 30px !important;
}

.menu-search .search-form button:hover {
    background: none;
}

.menu-search .search-form button:hover::before {
    color: #033971;
}

.menu-search .search-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.menu-search .search-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.menu-search .search-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.menu-search .search-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.menu-search .search-form button::after {
    display: none;
}

/*end:*/

/*start:top right*/

.widget-navigation.user-nav .menu-title .menu-button {
    background: url(../images/user-icon.svg) no-repeat center top;
    margin: auto;
    height: 32px;
    width: 32px;
}

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

.widget-navigation.user-nav .menu-title .menu-button.close {
    background: unset;
}

.widget-navigation.user-nav .menu-title .menu-button.close em {
    display: block;
    background: #fff;
}

.widget-navigation.user-nav a[href="#"], .widget-navigation.user-nav .child-opener {
    display: none !important;
}

.widget-navigation.user-nav .responsive-navigation .navigation-item {
    display: block;
    padding: 0;
}

.widget-navigation.user-nav .navigation-item-child-container {
    position: absolute;
    top: 10px;
    width: 200px;
    left: 50%;
    background-color: #fff;
    transform: translateX(-50%);
    display: block;
    box-shadow: 0 0 28px 2px rgb(118, 124, 134);
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item.first:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #ffffff;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item.first:hover:before {
    background: #7141B9;
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item a {
    color: #000000;
    font-family: 'Figtree';
    border-bottom: none;
    text-align: center;
    display: block;
    padding: 12px 0 7px;
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item a:hover {
    color: #ffffff;
    background-color: #7141B9;
}

.widget-navigation.user-nav .navigation-item-child-container>.navigation-item a:hover::before {
    background-color: #7141B9;
}

.widget-navigation.user-nav .vertical .navigation-item.active>.navigation-item-child-container {
    padding: 0;
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item+.navigation-item {
    background: #fff;
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item + .navigation-item:hover a {
  background: #7141B9;
  color: #fff;
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item+.navigation-item a {
    color: #000;
}

.widget-navigation.user-nav .navigation-item-child-container .navigation-item+.navigation-item:hover a {
    background: #7141B9;
}

/*end:manu*/

/* widget-cart */

.widget-cart .cart-wrapper .et_ecommerce_view_cart {
    display: block;
    padding: 0;
    color: #d20a3b;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.widget-cart .cart-wrapper .cart-widget-img {
    background: url(../images/cart-icon.svg) no-repeat;
    background-position: 50% 0;
    position: relative;
    width: 100%;
    height: 36px;
}

.widget-cart .cart-wrapper .cart-widget-img::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 3px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 17px;
}

.widget-cart .cart-widget-text {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: -7px;
    right: 4px;
    background: #7141B9;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    padding: 0;
    border: 2px solid #fff;
    font-family: 'Figtree';
}

/*start:quick cart*/

.quick-cart-content {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50px;
    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;
}

.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 #fff transparent;
    right: 15px;
}

.quick-cart-content table {
    border: none;
    padding: 8px 0;
    font-size: 13px;
    line-height: 23px;
    font-weight: 500;
    margin: 0;
}

.quick-cart-content table th, .quick-cart-content table td {
    border: none;
    padding: 18px 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    font-family: 'Figtree';
}

.quick-cart-content table tr th, .quick-cart-content table tr td {
    border-bottom: 1px solid #ccc;
    word-break: normal;
}

.quick-cart-content table th {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    background-color: #fff;
}

.quick-cart-content table td.total, .quick-cart-content table td.total-price {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    background-color: #fff;
    border-bottom: none;
}

.quick-cart-content table tr th.quantity {
    text-align: center;
}

.quick-cart-content .cart-details-link a {
    height: 54px;
    font-size: 16px;
    font-weight: 600;
    line-height: 34px;
}

.quick-cart-content .cart-details-link a.checkout.button {
    line-height: 39px;
}

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

.quick-cart-content .cart-details-link a.button {
    padding: 10px 40px;
}

/*end:quick cart*/

/********************/

.widget-pageHeading {
    background-image: url(../images/page-heading-bg.jpg);
    padding: 100px 0 122px 0;
    text-align: center;
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.widget-pageHeading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182.81deg, rgba(56, 26, 98, 0) 27.92%, #381A62 90.48%);
}

.widget-pageHeading h1, .widget-pageHeading h2 {
    font-size: 62px;
    font-weight: 700;
    font-family: 'Figtree';
    line-height: 42px;
    color: white;
    position: relative;
    z-index: 1;
    max-width: 1366px;
    margin: 0 auto;
    text-align: left;
    padding-left: 20px;
}

.widget-pageHeading h1:before, .widget-pageHeading h2:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -5px;
    height: 50px;
   border-left: 2px solid #fff;
}

.page-contact .widget-pageHeading {
    margin-bottom: 65px;
}

.widget.widget-breadcrumb.page-breadcrumb {
    position: absolute;
    right: 15%;
    top: 40%;
    z-index: 1;
}

.widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item .separator::after, .widget.widget-breadcrumb.page-breadcrumb .breadcrumb-item.root .icon::after, .widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item {
    color: #fff;
}

.widget.widget-breadcrumb.page-breadcrumb span.breadcrumb-item .icon:hover::after {
    color: #7141B9;
}

/* Customer Profile Page */

.account-details-form .form-row input, .edit-address-form .form-row input, .account-details-form .form-row select {
    width: 100%;
    border: 1px solid #ccc;
}

.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    color: #7141B9;
    font-weight: 600;
}

.bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border-left: 2px solid #7141B9;
    background: #fff;
    margin-right: -1px;
}

.bmui-tab-body-container .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
    border-left: 2px solid #7141B9;
    background: #fff;
    margin: 0 0 -1px 0;
}

.top-box {
    padding: 0;
}

.bmui-tab .bmui-tab-header.top {
    padding: 0;
}

.bmui-tab-body-container .bmui-tab-body-container {
    border-top: 0 !important;
}

.bmui-tab.left-side-header .bmui-tab-header .title {}

.bmui-tab .bmui-tab-header.top {
    margin-right: -1px;
    display: inline-block;
    border: 1px solid #E2E2E2;
    border-bottom: 0;
    max-width: 240px;
    width: 100%;
    text-align: center;
}

.bmui-tab.left-side-header .bmui-tab-header .title {
    padding: 12px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Figtree';
}

span.button.profileLogout:hover a {
    color: #fff;
}

.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active {
    margin-right: -1px;
    border: 1px solid #E2E2E2;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 0;
    height: 46px;
}

.bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active .title {
    margin-right: 0;
    background: #fff;
    padding-bottom: 9px;
    position: relative;
    color: #381a60;
    font-size: 17px;
    font-weight: normal;
    font-family: 'Figtree';
    font-weight: 700;
    height: 100%;
}

#customer-profile-manage-account form, #bmui-tab-gift-registry .gift-registry-create-edit-form, #customer-profile-tabs .account-details-wrap {
    overflow: hidden;
    margin: 0 -15px 15px;
}

#customer-profile-manage-account .form-row, #bmui-tab-gift-registry .form-row {
    margin: 5px 0;
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}

#customer-profile-manage-account .edit-password-form .form-row {
    float: none;
    width: 100%;
    max-width: 500px;
}

#bmui-tab-gift-registry .gift-registry-share-form {
    margin-top: 20px;
}

#bmui-tab-gift-registry .gift-registry-share-form textarea {
    width: 100%;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row label {
    display: block;
}

#bmui-tab-gift-registry .gift-registry-share-form .form-row {
    margin: 10px 0;
    max-width: 500px;
    width: 100%;
    float: none;
    padding: 0px;
    box-sizing: border-box;
}

#customer-profile-manage-account .form-row input, #customer-profile-manage-account .form-row select, #bmui-tab-gift-registry .form-row input, #bmui-tab-gift-registry .form-row select {
    width: 100%;
}

#customer-profile-manage-account .form-row .suggestion, .gift-registry-create-edit-form .form-row .suggestion {
    position: absolute;
}

#customer-profile-tabs .message-block:empty {
    display: none;
}

#customer-profile-tabs .accordion-item .form-row.btn-row {
    padding-left: 15px;
    margin-top: 15px;
    width: 100%;
}

.gift-registry-create-edit-form .group-row {
    padding: 0 15px;
    margin-top: 10px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

div#bmui-tab-gift-registry .gift-registry-items .form-row.btn-row {
    padding: 0;
}

.form-row.btn-row label {
    display: none;
}

.bmui-tab.left-side-header .bmui-tab-body-container {
    padding: 30px;
    border: 1px solid #000000;
}

.bmui-tab.left-side-header .bmui-tab-body-container {
    border: 1px solid #E2E2E2;
}

.bmui-tab.left-side-header .bmui-tab-header-container {
    border-bottom: 1px solid #E2E2E2;
}

.gift-registry-create-edit-form span.Zebra_DatePicker_Icon_Wrapper, .gift-registry-create-edit-form textarea {
    width: 100%;
}

#bmui-tab-gift-certificate input[type=text], #bmui-tab-gift-certificate input[type=password], #bmui-tab-gift-certificate select, #bmui-tab-gift-certificate textarea {
    width: calc(100% - 160px);
}

#bmui-tab-store-credit .form-row {
    margin-bottom: 20px;
}

#bmui-tab-store-credit textarea {
    padding: 15px;
}

#bmui-tab-store_credit .store-credit-request-form .submit-button {
    width: 220px;
    margin-top: 5px;
}

.wish-list-edit-form .form-row.btn-row {
    margin-top: 15px;
}

.wish-list-edit-form .form-row label {
    display: block;
}

.wish-list-edit-form .form-row input[type=text] {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

#customer-profile-tabs .welcome-profile span:first-child {
    color: #7141B9;
    font-weight: bold;
}

#customer-profile-tabs .welcome-profile span {
    color: #081a3a;
}

#customer-profile-tabs span.button.profileLogout {
    text-align: center;
    min-width: 150px;
    padding: 10px 5px;
}

.page-profile .floating-panel-popup.popup {
    padding: 20px;
    max-width: 190px;
    box-shadow: 1px 1px 8px 1px #e3e0e0;
}

.account_information {
    font-family: 'Figtree';
}
.account_information .button-line .link, .account_information .button-line .link-btn {
    color: #262626;
}

.account_information .name, .account_information .form-row label {
    font-size: 19px;
    font-weight: 600;
}

#customer-profile-tabs .special-product .title {
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 15px;
    color: #000;
    font-family: 'Figtree';
    border-bottom: 1px solid #ccc;
}

.page-profile .payment-form .header-wrapper h1 {
    margin: 0;
    font-size: 20px;
}

.page-profile .payment-form .header-wrapper h1 {
    margin: 0;
    font-size: 20px;
}

.payment-form .double-input-row>label {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0
}

.payment-form .double-input-row .mandatory.mandatory-chosen-wrapper {
    width: 47.5%;
    display: inline-block;
}

.page-profile .payment-form .double-input-row select, .page-profile .payment-form .form-row input {
    width: 100%;
    height: 48px;
    border-radius: 0;
}
.page-profile .payment-form .double-input-row select {
    background-position: calc(100% - 14px) 19px;
}

.page-profile .payment-form .form-row .errorlist.after {
    width: 100%;
    max-width: 440px;
}

.page-profile .payment-form .double-input-row .errorlist.after {
    width: 100%;
    max-width: 210px;
    min-width: 150px;
}

.mandatory.mandatory-chosen-wrapper {}

.page-profile .payment-form .double-input-row.mandatory label {
    display: block;
    width: 100%;
    padding-bottom: 4px;
}

.page-profile .payment-form .form-row, .page-profile .payment-form .double-input-row {
    margin: 0 0 25px;
}

.page-profile .payment-form .form-row:last-child {
    margin: 0 0 0;
}

.pending_order img.product-thumb-image, .completed_order img.product-thumb-image {
    display: none;
}

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

#order-details .info-row .value {
    font-size: 17px;
    font-weight: 700;
}
/*body:not(.fee) .tool-icon, body:not(.fee) .action-icon {
    background-image: url("../images/action-icon.png");
}*/
/****customer-order-comment**/
.page-profile .floating-panel-popup.popup .share-medium div {
    cursor: pointer;
    margin-top: 14px;
}
.page-profile .floating-panel-popup.popup .share-medium div:hover {
    color:#7141b9;
}
.page-profile .comment-area .comment-row .date-time, .page-guest-customer-order-comment .comment-row .date-time {
    float: unset;
    font-size: 12px;
}

.comment-area .comment-row.customer .name, .page-guest-customer-order-comment .comment-row.customer .name {
    color: #5c5c5c;
    text-transform: capitalize;
    font-weight: 700;
}

.page-profile .comment-area .comment-row .show-comment, .page-guest-customer-order-comment .comment-row .show-comment {
    margin-top: 2px;
    padding-bottom: 10px;
}
.page-profile .oder-comment-form .form-row {
    margin-bottom: 20px;
    display: block;
    margin-top: 0;
}

.page-profile .oder-comment-form .form-row .errorlist.after {
    width: 100%;
    max-width: 431px;
}

.page-profile .oder-comment-form .comment-row {
    margin: 2px 0;
    padding: 10px 0;
}
#order-details .order-items-wrap .details .refer-this.product-share {
    cursor: pointer;
}
#order-details .order-items-wrap .details .refer-this.product-share:hover {
    color:#7141B9;
}
.page-profile .action-icon.add-to-cart {
    background-position: 0;
    background: url(../images/profile-cart-icon.svg);
}
.action-icon {
    background-image: url(../images/action-icon.png);
}
/****wish-list page **/

.wish-list-details .scrollable-view>.content {
    padding: 31px 42px;
    padding: 0;
    border: 0;
}

.wish-list-details .scrollable-view {
    border-bottom: 0;
}

.wish-list-details .product-view.scrollable-view .header {
    padding-bottom: 20px;
}

.wish-list-popup .no-wish-list-message {
    font-size: 18px;
}

#saved-cart-details .saved-cart-items-wrap {
    margin: 20px 0 20px;
}

#saved-cart-details .saved-cart-items-wrap label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row {
    margin-bottom: 15px;
}

#bmui-tab-save-cart .save-cart-init-form .form-row label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}

#bmui-tab-save-cart .save-cart-init-form .form-row input[type="text"] {
    width: 100%;
    max-width: 500px;
}

.wish-list-share-form input[type=text], .wish-list-share-form input[type=password], .wish-list-share-form select, .wish-list-share-form textarea {
    width: 100%;
}

.wish-list-share-form .form-row.btn-row {
    margin-top: 20px;
}

.wish-list-share-form .form-row {
    margin-top: 15px;
}

.wish-list-share-form .message-block.message-text {
    padding-bottom: 3px;
}

.wish-list-share-form .form-row input, .wish-list-share-form .form-row textarea {
    border: 2px solid #9d9d9d;
}

#customer-profile-tabs form.wish-list-edit-form .form-row {
    max-width: 400px;
    padding-left: 0;
  width:100%
}

#customer-profile-tabs form.wish-list-edit-form .form-row input {
    margin: 0
}

#customer-profile-tabs table.wish-list-share-tbl td.name-column {
    font-size: 16px;
    font-family: 'Figtree';
    font-weight: 500;
}
#customer-profile-tabs span.button.create-wish-list {
    margin-top: 20px;
  height: 45px;
line-height: 20px;
}
.oder-comment-form .form-row {
    margin-bottom: 20px;
    display: block;
}

#customer-profile-tabs th {
    color: #081a3a;
    font-size: 14px;
    font-weight: 600;
}

#customer-profile-tabs .button.profileLogout a {
    color: #fff;
}

#customer-profile-tabs form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#customer-profile-tabs form.wish-list-share-form,
#customer-profile-tabs form.wish-list-edit-form {
    margin-left: -10px;
    margin-right: -10px;
}


#customer-profile-tabs .form-row {
    position: relative;
    margin: 0 10px;
    padding: 10px 0 20px;
    height: auto;
    max-width: 450px
}

#customer-profile-tabs form .form-row.btn-row {
    max-width: 100%;
    width: 100%;
}
#customer-profile-tabs form .form-row.btn-row button{
line-height: 23px;
height: 50px;
padding: 14px 10px;
}
#customer-profile-tabs .store_credit form {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
}

.account-short-details .form-row {
    padding: 20px 0 !important;
}

form.store-credit-request-form textarea {
    border: 1px solid #ccc;
}

#customer-profile-tabs .form-row form {
    padding-right: 20px;
}

#customer-profile-tabs .form-row .errorlist.after {
    width: 100%;
    min-width: 200px;
}

#customer-profile-tabs .form-row input, #customer-profile-tabs .form-row select {
    border: 1px solid #ccc;
}

.page-profile form {
    overflow: hidden;
}
.wish-list-popup.add-to-wishlist-popup.popup .body {
  max-width: 90%;
  overflow: hidden;
  padding:20px 0;
  margin: 20px auto;
}
.wish-list-popup.add-to-wishlist-popup.popup .body .form-row .errorlist.after {
  max-width: 100%;
  width: 100%;
}
/*******************************/
 .securepay-payment-form-wrapper-elm{
     width: 610px;
     text-align: left;
     display: block;
     margin: 0 auto ;
     padding-bottom: 90px;
     border: 1px solid #f0f0f0;
   box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
 }
 .securepay-payment-form-wrapper-elm .securepayjs-form {
     width: 510px;
     padding: 30px;
     -ms-zoom:1.2;
     -moz-transform: scale(1.2);
     -moz-transform-origin: 0 0;
     -o-transform: scale(1.2);
     -o-transform-origin: 0 0;
     -webkit-transform: scale(1.2);
     -webkit-transform-origin: 0 0;
 }
 .securepayjs-form .button-container {
     text-align: left;
     margin-top: 10px
 }
 .securepayjs-form button{
height: 42px;
 }
 .securepayjs-form button:first-of-type {
     margin-right: 10px;
     background: #ff1a1a;
     text-align: center;
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
     font-size: 13px;
     line-height: 21px;
     border: 2px solid #f00;
     color: #fff;
     max-width: 250px;
       padding: 9px 25px;
 }
 .securepayjs-form button:first-of-type:hover {
     border-radius: 0 !important;;
     border: 2px solid #081a3a;
     background: #081a3a;
     color: #fff;
 }
 .securepayjs-form button:last-of-type {
     max-width: 250px;
     border: 2px solid #081a3a;
     background: #081a3a;
     font-weight: 500;
     font-size: 13px;
     padding: 8px 45px;
   line-height: 26px;
 }
 .page-credit-card-payment input[type="checkbox"] + label::before {
     display: none;
 }
 .page-credit-card-payment input[type="checkbox"] + label {
     padding: 0;display: inline;
 vertical-align:baseline;
 vertical-align: -webkit-baseline-middle;

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

/* ==== Custom Design ===========*/

.top-customize-panel .top-right-panel .view-design .icon-editor-bottom {
    background-image: url('../images/preview-eye.png');
}

span.button.customized-designed-edit {
    border-radius: 3px;
    padding: 5px 10px 2px;
    color: #fff;
    background-color: #29124C;
    margin-left: 0;
    font-size: 14px;
    margin-top: 5px;
    height: auto;
}

span.button.customized-designed-edit:hover {
    background-color: #081a3a;
}

.product-widget.widget-customizeProductDesign {
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}

.product-widget.widget-customizeProductDesign .customize-product-button.button {
    width: 100%;
    padding: 10px 0;
    background: #29124C;
    font-size: 0;
    line-height: 0;
}

.product-widget.widget-customizeProductDesign .customize-product-button.button:hover {
    background: #081A3A;
}

.product-widget.widget-customizeProductDesign .customize-product-button.button {
    width: 100%;
    padding: 12px 0;
    background: #29124C;
    font-size: 0;
    line-height: 13px;
    height: 53px;
    max-width: 307px;
    font-family: 'Figtree';
    border: 0;
}

.product-widget.widget-customizeProductDesign .customize-product-button.button:hover {
    width: 100%;
    padding: 12px 0;
    background: #29124C;
    font-size: 0;
    line-height: 13px;
    height: 53px;
    max-width: 307px;
    font-family: 'Figtree';
    border: 0;
}

.product-widget.widget-customizeProductDesign .customize-product-button.button:hover {
    background: #7141B9;
}

.widget-customizeProductDesign .customize-product-button::before {
    width: 34px;
    height: 34px;
    background-image: none;
    content: url("../images/pen.png");
    vertical-align: -13px;
    margin-right: 10px;
}

.widget-customizeProductDesign .customize-product-button::after {
    content: "Personalise";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'SFProDisplay';
    font-size: 21px;
    font-weight: 500;
    font-family: 'Figtree';
    line-height: 0px;
}

.widget-customizeProductDesign .customize-product-button:hover::before {
    background-image: none;
}

.customize-product-design-popup .add-to-cart-button {
    background: #29124C !important;
    font-size: 20px !important;
    line-height: 26px !important;
    text-transform: capitalize !important;
    color: #fff !important;
    font-weight: 600;
}

.customize-product-design-popup .add-to-cart-button:after {
    content: url("../images/project-link-s-1.png");
    margin-left: 10px;
    display: none;
}

.customize-product-design-popup .add-to-cart-button:hover {
    background: #081A3A !important;
}

.customize-product-design-popup .component-pair .component-item:hover, .customize-product-design-popup .component-pair .component-item.active {
    background-color: #29124C !important;
}

.customize-able-print-areas-panel-left .preview-area-single.selected .image, .customize-able-print-areas-panel-left .image:hover {
    border: 1px solid #29124C !important;
}

.customize-product-information-panel-right .product-short-info .product-details {
    color: #29124C !important;
}

.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action>div:hover .button-label {
    color: #29124C;
}

.customize-able-print-area-preview-editor-panel-middle .editor-bottom-action .view-design:hover .icon-editor-bottom {
    background-image: url("../images/view-icon.png");
}

.customize-product-information-panel-right .arrange-design-layers:hover {
    color: #29124C;
}

.customize-product-design-wrapper .noUi-touch-area {
    background: #29124C;
}

.customize-product-design-wrapper #font-size-slider, .customize-product-design-wrapper .form-row .unit {
    background-color: rgba(48, 61, 148, 30%)
}
.top-customize-panel .top-right-panel .view-design {
    color: #29124C !important;
}
.top-customize-panel .top-right-panel .view-design:hover {
    color: #fff !important;
}
.dropzone-with-browse-view .nx-drop-box .nx-drop-btn {
    background: #29124C;
}

.dropzone-with-browse-view .nxi-upload.nx-drop-icon, .component-config.image .alert-of-image-upload a {
    color: #29124C;
}

.customize-product-design-wrapper .form-row .unit {
    height: 40px;
    width: 40px;
    line-height: 38px;
}

.customize-product-design-wrapper .font-size-slider-wrapper input {
    width: 60px;
    padding: 10px;
}

.top-customize-panel .top-right-panel .view-design:hover {
    background-color: #0D1E3E !important;
}

.customize-product-information-panel-right .selected .area-name {
    visibility: visible;
    color: #29124C !important;
}

.customize-product-information-panel-right .product-preview-areas .selected .image {
    border: 1px solid #29124C !important;
}

.customize-product-design-popup .variation-color-selection-to-product-customise .variation-value.color.selected::after {
    border: 1px #0D1E3E solid !important;
}

.customize-product-design-wrapper .each-component .remove {
    background-color: #29124C !important;
    border: 1px solid #29124C !important;
}

/*****End Custom Design ***/

/*start:tell friend*/

.tell_friend_popup.popup .header {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 20px 90px 10px 35px;
}

.tell_friend_popup.popup .header .close-icon {
    top: 25px;
    right: 20px;
}

.tell_friend_popup.popup span.close-popup.close-icon::after {
    content: "";
    font-size: 15px;
    background: rgba(0, 0, 0, 0) url(../images/close-icon.jpg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.tell_friend_popup.popup .form-row label {
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.tell_friend_popup.popup .form-row .errorlist.after {
  width: 100%;
  max-width: 100%;
}

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

.tell_friend_popup.popup input[type=text], .tell_friend_popup.popup input[type=email], .tell_friend_popup.popup textarea {
    width: 100%;
    border-radius: 0;
  padding: 12px 10px;
}

.tell_friend_popup.popup .footer {
    text-align: center;
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}

.tell_friend_popup.popup .footer .submit-button.send-email, .tell_friend_popup.popup .footer .form-reset.close-popup {
    display: inline-block;
    width: 155px;
    margin: 0 2px;
    font-size: 16px;
  line-height: 26px;
}
.tell_friend_popup.popup .footer .form-reset.close-popup {
  line-height: 34px;
}
.widget-socialMediaShare .social-media-wrapper span:hover {
    opacity: 0.5;
}

.tell_friend_popup.popup .body {
    padding: 0 10px;
}

.widget-article.page-page-not-found .article-content {
    text-align: center;
    margin: 120px auto 0px;
}

.widget-article.page-page-not-found .article-content h2 {
    color: #7141B9;
    text-align: center;
    font-weight: 700;
    font-family: 'Figtree';
    margin: 20px auto;
    font-size: 75px;
    line-height: 60px;
    text-transform: none;
}

.widget-article.page-page-not-found .article-content h2 strong {
    text-transform: uppercase;
    font-size: 90px;
}

.widget-article.page-page-not-found .article-content h3 {
    color: #081a3a;
    font-size: 35px;
    text-align: center;
    padding: 0 0 10px 0;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    font-weight: 500;
    font-family: 'Figtree';
}

.widget-article.page-page-not-found .article-content p {
    color: #1C1C1C;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Figtree';
}
#customer-profile-tabs span.button {
  line-height: 25px;
}
/********************/

.jssor-slider-container .jssorb03 div:hover {
    background: #7141B9;
}

div.jssor-slider-container .container, div.jssor-slider-container {
    width: 1920px;
    height: 753px;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}

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

div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container[jssor-slider="true"] .slide img{
    object-fit: cover;
}
.jssor-slider-container .slide::after {
    background: rgb(8, 26, 58);
    background: linear-gradient(182.81deg, rgba(56, 26, 98, 0) 27.92%, #381A62 90.48%);
}

.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    width: 40px;
    height: 4px;
    font-size: 0;
    background: #fff;
}

.jssor-slider-container .jssorb03 .av {
    background-position: -65px -4px;
    background: #7141B9;
}


  div[id^="jssor-slider-"] .jssora20l::before, div[id^="jssor-slider-"] .jssora20r::before {
 content: "\f061";
font-family: 'FontAwesome';
font-size: 20px;
line-height: 25px;
font-weight: 400;
color: #fff;
padding: 15px 17px;
border-radius: 50%;
border: 2px solid #fff;
}

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

.jssor-slider-container:hover .jssora20l, .jssor-slider-container:hover .jssora20r {
    display: block
}

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

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

div[id^="jssor-slider-"] .jssora20r {
    transform: rotate(0deg);
}

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

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


.jssor-slider-container .caption-wrapper {
    bottom: 130px;
    max-width: 1366px;
    margin: 0 auto;
    text-align: left;
    z-index: 999999999
}

.jssor-slider-container .caption-wrapper .title {
    font-size: 88px;
    font-family: 'Figtree';
    font-weight: 700;
    text-transform: capitalize;
    text-shadow: -10px 10px 40px #555;
    line-height: 100px;
    margin-bottom: 18px;
}

.jssor-slider-container .caption-wrapper .description {
    font-family: 'Figtree';
    text-shadow: 10px 10px 40px #777;
    font-size: 25px;
}

.jssor-slider-container .caption-wrapper .button a {
    font-size: 19px;
    font-family: 'Figtree';
    padding: 7px 37px;
    text-shadow: -10px 10px 40px #555;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight:700;
}

.jssor-slider-container .caption-wrapper [u=caption] {
    padding: 5px 0;
}
.jssor-slider-container .caption-wrapper .button a:after {
    position: absolute;
    content:'';
    background: url(/template/80d3ffa5/images/slider-button-arrow.svg);
    width:31px;
    height:31px;
    margin-left: 12px;
}

.jssor-slider-container .caption-wrapper .button a:hover {
    color: #7141B9;
}

.jssor-slider-container .caption-wrapper .button a:hover:after {
    background-position: 0 -56px;
}

.jssor-slider-container .jssor-loader .loader-2 {
    background: url("../images/loading.gif") no-repeat center center;
}

.jssor-slider-container .jssorb03 {
    position: absolute;
    max-width: 1366px;
    margin: 0 auto;
    width: 100% !important;
    left: 2% !important;
    bottom: 100px !important;
}

div[id^="jssor-slider-"] .jssora20l:hove::before, div[id^="jssor-slider-"] .jssora20r:hover::before {
    color: #7141B9;
    border: 2px solid #7141B9
}

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

.popup .item>span {
    margin: 0;
    margin-right: 40px;
}

.popup .stepper {
    margin-bottom: 0;
}

.popup .stepper .stepper-input {
    height: 44px;
    width: 36px;
    font-size: 17px;
    padding-top: 0px;
    background: transparent;
}

td.short-info .popup .stepper .stepper-input {
    font-size: 21px;
    padding-top: 8px;
    font-weight: 500;
}

.popup .stepper .stepper-arrow.up, .popup .stepper .stepper-arrow.down {
    height: 44px;
    margin: 0;
}

.popup .stepper .stepper-arrow.up::before {
    top: 0;
    font-size: 26px !important;
    line-height: 42px !important;
    color: #000;
}

.popup .stepper .stepper-arrow.down::before {
    top: 0;
    font-size: 26px !important;
    line-height: 42px !important;
    color: #000;
}

.popup.add-cart-information-popup .variation-container {
    text-align: left;
    margin-left: 160px;
    padding: 0;
}

.popup.add-cart-information-popup .close-btn.button {
color: #7141B9;
background-color: transparent;
border-color: #36454F;
border: 2px solid #7141B9;
line-height: 23px;
font-size: 17px;
font-weight: 600;
text-align: center;
}

.popup.add-cart-information-popup .close-btn.button:focus, .popup.add-cart-information-popup .close-btn.button.focus {
    color: #fff;
    background-color: #2d154e;
    border: 2px solid #2d154e;
}

.popup.add-cart-information-popup .close-btn.button:hover {
    color: #fff;
    background-color: #2d154e;
    border: 2px solid #2d154e;
}

.popup.add-cart-information-popup span.add-to-cart-button.button.et_pdp_add_to_cart {
    padding-top: 19px;
    height: 54px;
    font-size: 17px;
    width: 210px;
    line-height: 21px;
    text-align: center;
}
.chosen-container-single .chosen-single {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 46px;
    padding: 4px 12px;
    text-align: left;
}

.chosen-container-single .chosen-single div b {
    top: 9px;
}

.chosen-container .chosen-results .chosen-result {
    text-align: left;
}

.chosen-container-active .chosen-single {
    border: 1px solid #7141B9;
    box-shadow: none;
}

.chosen-container-single .chosen-single span {
    line-height: 35px;
    color: #000;
}

.popup.add-cart-information-popup td.product-img, .add-to-cart-popup td.product-img {
    width: 155px;
}

.popup.add-cart-information-popup span.title {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    display: block;
}

.popup.add-cart-information-popup h4.title {
    display: none;
}

.popup .cart-summary {
    clear: none;
    color: #000;
    display: block;
    float: none;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}

.popup .cart-summary-header {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.popup .status-bar-product-name {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Figtree';
    color: #29124C;
}

.popup .header span.status-message {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Figtree';
    color: #29124C;
}
.event-add-to-cart-popup.event-custom-information-popup.add-cart-information-popup.popup .header span.status-message {
 display: none;   
}
.popup .button-item {
    display: block;
    clear: both;
}

.popup .button-item .button {
    margin-left: 10px;
}

.confirm-popup.popup .button-line .no-button, .quick-cart-content .cart-details-link .view-cart.button, .popup .continue-shopping-btn.close-btn, .cartitem-btn-wrapper .continue-shopping-btn, .cartitem-btn-wrapper.top .empty-cartitem-btn, .review-form .btn-row .cancel {
    border: 2px solid #7141B9;
    color: #7141B9;
    background: transparent;
}

.popup .continue-shopping-btn:focus, .popup .continue-shopping-btn.focus {
    color: #fff;
    background-color: #36454F;
}

.confirm-popup.popup .button-line .no-button:hover, .review-form .btn-row .cancel:hover, .quick-cart-content .cart-details-link .view-cart.button:hover, .popup .continue-shopping-btn.close-btn:hover, .cartitem-btn-wrapper .continue-shopping-btn:hover, .cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
    border: 2px solid #7141B9;
    color: #fff;
    background: #7141B9;
}

.site-popup .title-bar .close::before, .confirm-popup .header-line .close::before {
    display: none;
}

#customer-profile-tabs .bmui-tab-panel .header .title {
    font-weight: 700;
    color: #36454f;
}

.site-popup .title-bar .close, .confirm-popup .header-line .close, .confirm-popup .title-bar .close, .popup .close-popup.close-icon {
    background: url("../images/close.png") no-repeat center top;
    background-size: auto;
    background-size: 20px;
}

.popup .close-icon {
    top: 15px;
    right: 10px;
}

.popup .close-icon::after {
    display: none;
}

.popup .header {
    background-color: #fff;
    border-bottom: 1px solid #d7d7d7;
    color: #081a3a;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    padding: 30px 90px 25px 35px;
}

.add-to-cart-popup .short-info>div, .add-cart-information-popup .short-info>div {
    padding-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Figtree';
    color: #000;
}

.add-to-cart-popup .short-info>div.prodict-name, .add-cart-information-popup .short-info>div.name {
    font-size: 22px;
    color: #0F1627;
    font-weight: 600;
}

.add-cart-information-popup .short-info .current-price {
    padding: 15px 0 !important;
}

.add-to-cart-popup .short-info>div.current-price {
    padding-top: 25px;
    font-weight: 600;
}

.add-to-cart-popup .short-info>div.current-price span:first-child {
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
}

.add-to-cart-popup.popup .short-info .item>span, .add-cart-information-popup .short-info>div.quantity {
    margin-right: 20px;
    color: #0F1627;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Figtree';
}

.popup .body {
    background-color: #FFFFFF;
    padding: 30px 0;
  margin: 20px auto;
  max-width: 90%;
}
.popup .body  .errorlist.after {
  max-width: 90%;
}
.popup .body .form-row{
  margin:15px 0 30px;
  position: relative;
}
.popup .body .form-row label {
  margin: 0 0 2px 0;
}
.popup .button-line, .popup .footer {
    background-color: #f2f2f2;
    padding: 0;
    text-align: left;
    border: 0;
    padding: 30px;
    text-transform: uppercase;
    margin-top: 0;
    text-align: right;
    width: 100%;
    overflow: hidden;
}

.popup .button-item {
    margin: 0;
    max-width: 60%;
    float: right;
    display: flex;
}

/*.add-to-cart-popup.popup .button-item {
    margin: -58px 0 0 0;
}*/
.popup .cart-summary {
    padding-top: 30px;
}
.popup .cart-summary-header, .popup .cart-summary {
    /* margin-bottom: -50px; */
}

.popup .close-icon {
    top: 35px;
    right: 30px;
}

a.cart-page-button.button.et_ecommerce_view_cart {
    font-size: 17px;
    width: 197px;
}

span.continue-shopping-btn.close-btn.button.et_pdp_continue_shopping {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    padding: 14px 18px;
}
.popup .button-item .continue-shopping-btn, .popup .button-item .cart-page-button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.popup-bottom.footer .cart-summary-header span {
    font-weight: 600;
}

.popup a.cart-page-button.button.et_ecommerce_view_cart, .popup .close-btn.button {
    margin-left: 12px;
    padding-top: 15px;
    height: 54px;
    line-height: 29px;
}

.popup button:nth-of-type(1) {
    margin-right: 12px;
    background: transparent;
    border: 2px solid #7141B9;
    color: #7141B9;
    height: 53px;
    font-weight: 500;
    line-height: 22px;
}

button.form-reset.close-popup {
    height: 53px;
    line-height: 20px;
}

.popup-bottom.footer button:nth-of-type(2) {
    margin-right: 12px;
    background: transparent;
    border: 2px solid #7141B9;
    color: #7141B9;
    height: 53px;
    font-weight: 500;
    line-height: 24px;
    padding: 10px;
}

.add-to-compare-popup.popup, .add-cart-information-popup.popup {
    max-width: 600px;
    width: 100% !important;
    min-width: 180px;
}

.popup-bottom.footer button:nth-of-type(2):hover {
    background: #7141B9;
    border: 2px solid #7141B9;
    color: #fff;
}

.popup-bottom.footer button:nth-of-type(1) {
    margin-right: 12px;
    background: #7141B9;
    border: 2px solid #7141B9;
    color: #fff;
    height: 53px;
    font-weight: 500;
}

.cartitem-btn-wrapper a {
    max-width: 325px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

.popup button:nth-of-type(1):hover {
  margin-right: 12px;
  background: #2D154E;
  border: 2px solid #2D154E;
  color: #fff;
}

.wish-list-popup .add-to-compare-button:hover, .wish-list-popup .add-to-wish-list:hover, .wish-list-popup .remove-from-compare-button:hover, .wish-list-popup .add-to-wish-list.disabled:hover {
    background: #29124C;
}

.add-to-compare-button:hover, .add-to-wish-list:hover, .remove-from-compare-button:hover, .add-to-wish-list.disabled:hover {
    background: none;
    border: none;
}

.add-to-wish-list-popup table {
    width: auto;
    border: 0;
    margin: 0;
}

.add-to-wish-list-popup table td {
    border: none;
    color: #000;
}

.popup {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.confirm-popup.popup .header-line .title {
    text-align: left;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.confirm-popup .header-line{
  background-color: transparent;
  border-bottom: 1px solid #d7d7d7;
}
.confirm-popup.popup span.message.content {
    font-size: 18px;
    max-width: 350px;
    display: block;
}

.confirm-popup.popup .button-line {
    padding: 20px;
  background: #f6f6f6;
}

.confirm-popup.popup .button-line button {
    padding: 8px 25px;
}

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

.wish-list-popup label {
    width: auto;
    margin-bottom: 10px;
}

.wish-list-popup select.null {
    width: 100%;
    text-transform: uppercase;
}

.shipment-calculator-popup .header>.status-message {
    font-size: 16px;
}

.shipment-calculator-popup .multi-column form {
    margin: 0 -15px;
}

.shipment-calculator-popup .first-column .form-row {
    width: 50%;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shipment-calculator-popup .form-row label {
    width: 100%;
    display: block;
}

.shipment-calculator-popup .form-row input, .shipment-calculator-popup .form-row select {
    width: 100%;
}

.save-cart button.form-reset.close-popup {
    color: #e6e6e6;
    background-color: #6c757d;
    border: 2px solid #6c757d;
    text-shadow: none;
    opacity: 0.7;
}

.save-cart button.form-reset.close-popup:focus, .save-cart button.form-reset.close-popup.focus {
    color: #e6e6e6;
    background-color: #545b62;
    border-color: #545b62;
}

.save-cart button.form-reset.close-popup:hover {
    color: #fff;
    background-color: #6c757d;
    border: 2px solid #6c757d;
}

.save-cart .popup-bottom.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.save-cart .popup-bottom.footer button {
    width: 49%;
    margin-left: 0;
}

.add-to-cart-popup.popup.anim-fade-zoom.active .stepper {
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #ccc;
    width: 128px;
    padding: 0;
    height: 46px;
}

.add-to-cart-popup table, .add-cart-information-popup table {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.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;
    min-width: 180px;
}

/*# sourceMappingURL=style.css.map */

/*********blog***********/

.widget-snippet.news-title {
    background: #f5f5f5;
}

.widget-blogPost.news {
    background: #f5f5f5;
    padding-bottom: 60px;
}

.widget-blogPost .blog-post-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 30px;
}
body.page-news .widget-blogPost .blog-post-content { 
    padding-top: 0px;
}
.widget-blogPost .blog-post-content .blog-post-item {
    width: 24%;
    margin-right: 17px;
    background: #ccc;
    padding-bottom: 0;
}

.widget-blogPost .blog-post-content .blog-post-item:nth-child(4n+4) {
    margin-right: 0;
}

.post.post-list-view-width, .post.post-list-view-width img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 230px;
    object-fit: cover;
    padding-bottom: 0;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description {
    position: relative;
    margin-top: -103px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(41, 18, 76, 0) 0%, #29124C 29.44%);
    padding: 60px 20px 30px;
}

.news .blog-post-item .content p {
  margin: 10px 0 22px;
  line-height: 24px;
  font-size: 17px;
  font-weight: 400;
}
.news .blog-post-item .content p b{
    font-weight: 400;
}
.blog-post-info span.categories, .blog-post-info span.date {
    background: transparent;
    padding: 0;
    color: #fff;
    margin: 0;
}

.widget-blogPost .blog-post-content .blog-post-item .post-description>a {
    display: none;
}
 .blog-post-info span.date {
font-weight: 700;
font-size: 15px;
line-height: 18px;
}
.blog-post-item .title {
    height: 62px;
    overflow: hidden;
    line-height: 28px;
    padding: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #fff;
}

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

.blog-post-item .title {
    height: 93px;
    overflow: hidden;
    line-height: 28px;
    padding: 0;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    color: #fff;
}

.blog-post-item .title:hover {
    color: #7141B9;
}

.blog-post-info span.categories a {
    color: #fec432;
    padding-left: 10px;
    font-size: 13px;
    border-left: 1px solid #808080;
    margin-left: 10px;
    text-transform: uppercase;
}

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

.widget-blogPost .blog-post-content .footer {
    background: transparent;
    display: block;
    width: 100%;
  border: 0;
}
.blog-post-content .footer .pagination:empty {
    margin-top:0px
}
.blog-post-content .footer .pagination {
    margin-top:50px
}

.blog-post-info {
    position: relative;
    padding-left: 10px;
}

.blog-post-info:before {
    content: "";
    left: 0;
    top: 4px;
    height: 16px;
    width: 3px;
position: absolute;
background: #9671CB;
}

.widget.widget-spacer.home-space {
    background: #f7f7f7;
}

/*get in touch form start*/

.widget.widget-form.get-intouch-form {
    background-color: #F5F5F7;
    padding: 90px 238px 197px 127px;
    margin-top: -65px;
}

.get-intouch-form .custom-form {
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.widget-form.get-intouch-form .double-input-row .form-row {
    position: relative;
    padding: 4px 9px;
}

.widget-form.get-intouch-form .double-input-row .form-row:first-child {
    padding: 4px 12px;
    margin-top: -4px;
}

.widget-form.get-intouch-form .double-input-row, .widget-form.get-intouch-form .triple-input-row {
    margin: 10px -9px;
}

.widget-form.get-intouch-form .single-input-row .form-row {
    position: relative;
    margin: 0;
    padding: 0 4px;
}

.widget-form.get-intouch-form input[type=text], .widget-form.get-intouch-form textarea {
    width: 100%;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 1.0);
    height: 58px;
    margin: 0;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
    line-height: 58px;
}

.widget-form.get-intouch-form textarea {
    height: 159px;
    margin-top: 1px;
    padding: 22px 22px;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
    line-height: 25px;
}

.widget-form.get-intouch-form .form-row.btn-row label {
    display: none;
}

.widget-form.get-intouch-form .form-row.btn-row {
    text-align: right;
    padding: 0;
    position: relative;
}

.widget-form.get-intouch-form .btn-row button[type="submit"] {
border: none;
box-sizing: border-box;
text-align: center;
height: auto !important;
display: inline-block;
vertical-align: middle;
border-radius: 1px;
text-transform: none;
padding: 20px 10px;
line-height: 18px;
-webkit-transition: all 0.5s ease 0s;
transition: all 0.5s ease 0s;
color: #fff;
font-family: Figtree;
font-size: 18px;
min-width: 340px;
text-transform: uppercase;
right: 6px;
position: absolute;
bottom: -80px;
background-color: #7141B9;
/*background: url(../images/submit-arrow.png) #7141B9 no-repeat;
background-position: calc(50% + 42px) 17px;*/
}

/* .widget-form.get-intouch-form .btn-row button[type="submit"]:hover,
.widget-form.get-intouch-form .btn-row button[type="submit"]:focus{
    background: url(../images/submit-arrow.png) #0D1E3E no-repeat;
    background-position: calc(50% + 42px) 17px;
} */

/*

.widget-form .double-input-row .form-row:first-child {
    padding-right: 21px !important;
}
*/

/*.widget-form.get-intouch-form .errorlist.after {
  position: absolute;
    bottom: -6px;
    background: #ea5a5a;
    min-width: 160px;
    line-height: 21px;
    left:0px;
}*/

.widget-form.get-intouch-form .textArea .errorlist.after {
    left: 0;
}

.widget-form.get-intouch-form .textArea .errorlist.after {
    left: 12px;
    bottom: -18px;
}

.widget-form.get-intouch-form .single-input-row .form-row.textArea .errorlist.after {
    bottom: -10px;
}

.get-intouch-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

.get-intouch-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

.get-intouch-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

.get-intouch-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

/*textarea*/

.get-intouch-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

.get-intouch-form textarea:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

.get-intouch-form textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

.get-intouch-form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-family: Figtree;
}

.get-intouch-form .simpleCaptcha-container {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    width: 100%;
    display: block;
    margin-top: 25px;
    padding-bottom: 15px;
}

.get-intouch-form .simpleCaptcha-container .simple-captcha label[for="captcha"], .get-intouch-form .simpleCaptcha-container .simple-captcha-reload {
    display: none;
}

.get-intouch-form .simpleCaptcha-container .form-row.simple-captcha {
    width: calc(50% - 5px);
    display: inline-block;
    margin-right: 15px;
    border: 1px solid rgba(112, 112, 112, 0.7);
    text-align: center;
}

.get-intouch-form .form-row.simple_captcha_input_field.mandatory {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-left: 1px;
    position: relative;
}

.get-intouch-form .simpleCaptcha-container .form-row.simple_captcha_input_field label, .get-intouch-form .simpleCaptcha-container .form-row.simple_captcha_help_text {
    display: none;
}

.get-intouch-form .simpleCaptcha-container .form-row.simple_captcha_input_field input {
    width: 100%;
}

.get-intouch-form .form-row.simple_captcha_input_field.mandatory .errorlist.after {
    position: absolute;
    bottom: -18px;
    background: red;
    min-width: 170px;
    line-height: 18px;
    left: 13px;
    border-radius: 0;
}

.get-intouch-form .form-row {
    text-align: center;
}

.get-intouch-form .form-row label {
    display: none;
}

.get-intouch-form .recaptcha-container {
    display: block;
    margin: 18px auto 0px;
    text-align: center;
}

.widget-form.get-intouch-form .errorlist.after { 
    width: 100%;
}

.get-intouch-form h2 {
    font-size: 24px;
    font-weight: 600;
    color: #29124C;
    text-align: left;
    padding-bottom: 23px;
}

.widget-snippet .get-in-touch {
    padding-left: 32%;
    padding-top: 44px;
  padding-right: 20px;
}

/*.widget-form.get-intouch-form .submit-button::after {
    content: "";
    width: 41px;
    height: 18px;
    background: url(../images/right-arrow.png) no-repeat;
    display: block;
    position: absolute;
    right:92px;
    top: 17px;
}*/

.widget-form.get-intouch-form .form-row.recaptcha-row {
    position: absolute;
    left: 5px;
}

/*get intouch form end*/

/* Product Listing */

.products-carousel {
    padding: 70px 15px;
    background: #F7F7F7;
}

.widget-product .widget-title {
    padding-bottom: 10px;
    font-size: 42px;
    font-weight: 600;
    color: #29124C;
    font-family: Figtree;
    line-height: 54px;
    margin-bottom: 40px;
    padding-bottom: 6px;
    border-bottom: 4px solid #29124C;
    max-width: 1366px;
    margin: 0 auto;
}

.product-view.scrollable-view .header {
    margin-bottom: 50px;
}

.widget-product .header {
    border: 0;
}

.scroll-left, .scroll-right {
    background: none !important;
    position: relative;
    border: 0;
        width: 31px;
    height: 31px;
}
.scroll-left:after{
    position: absolute;
    content: '';
    width: 31px;
    height: 31px;
    background: url("../images/scroll-left-arrow.svg");
    top:0;
    right:12px;
}
.scroll-left:hover:after{
    background-position: 0 -46px;
}

.scroll-right:after{
    position: absolute;
    content: '';
    width: 31px;
    height: 31px;
    background: url("../images/scroll-right-arrow.svg");
    top:0;
    right:0px;
}
.scroll-right:hover:after{
    background-position: 0 -46px;
}


.widget-product .scrollable-view>.content {
    border: 0;
    padding: 0;
}
.widget-product.products-carousel .scrollable-view>.content {
    margin: 0 -10px;
}
.product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    border: 0;
    display: inline-block;
    margin: 10px;
    padding: 0px;
    box-shadow: 0 0 20px -6px rgb(0 0 0 / 10%);
    background: #fff;
    width: calc(25% - 25px);
}

.image-view .product-view-height-width .image, .scrollable-view .product-view-height-width .image {
    height: 278px;
    padding: 28px;
}

.product-block .block-content-wrap {
    text-align: center;
    padding-top: 26px;
    border-top: 3px solid #F7F7F7;
}

.widget-product .scrollable-view {
    border-bottom: 0;
    max-width: 1366px;
    margin: -50px auto 0;
}

.product-view.image-view .product-name, .product-view.scrollable-view .product-name {
    color: #000000;
    font-size: 19px;
    margin-bottom: 12px;
    margin-top: 0;
    padding-bottom: 0;
    font-family: 'Figtree';
    font-weight: 600;
    padding: 0 15px 0;
    height: 55px;
}

.product-view.image-view .product-name a, .product-view.scrollable-view .product-name a {
color: #000000;
font-size: 21px;
font-family: 'Figtree';
font-weight: 700;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
overflow: hidden;
}

.product-block .image.product-image a {
    height: 100%;
}

body.page-shop-online,
body.page-shop-online .body-section,
body.page-shop-online >.footer:before 
{
    background: #F7F7F7;
}

.product-view.scrollable-view img, .product-view.image-view img {
    max-width: 100%;
    max-height: initial;
    height: 100%;
    object-fit: cover;
}

.product-block .price {
    padding: 0;
    font-size: 23px;
    font-weight: bold;
    color: #7141B9;
    margin-bottom: 20px;
    display: inline-block;
}

.product-block span.add-to-cart-button {
    font-size: 16px;
    font-weight: 600;
    background: #381A62;
    width: 100%;
    padding: 15px 25px;
    text-transform: uppercase;
}

.product-block span.add-to-cart-button:hover {
    background: #7141B9;
}

/* Product Details */

.widget-productImage .multi-image-scroll-wrapper {
    border: 0;
}

.product-detail-width {
    width: 100%;
    border: 1px solid #D9D9D9;
    padding: 24px;
    height: 100%;
}

.product-widget.widget-productImage {
    margin-right: 112px;
}

.product-detail-view img {
    max-width: 100%;
    max-height: initial;
    object-fit: cover;
}

.widget-productImage .multi-image-scroll-wrapper .image-thumb-container {
    margin: 0;
    padding: 8px 15px;
}

.event-details .image-thumb-container.event-thumb-image-view {
    padding-top: 7px;
}

.widget-productImage .multi-image-scroll-wrapper {
    padding: 0 20px;
}

.widget-productImage .image-thumb-container .thumb-image.active, .event-details .image-thumb-container .thumb-image.active {
    border: 1px solid #29124C;
    box-shadow: 0 0 0px 1px inset #29124C;
    position: relative;
}

.widget-productImage .image-thumb-container .thumb-image.active::after, .event-details .image-thumb-container .thumb-image.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #29124C;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    top: -8px;
}

.widget-productImage .image-thumb-container .thumb-image, .event-image-container .image-thumb-container .thumb-image {
    border: 1px solid #D9D9D9 !important;
    padding: 6px;
    margin: 0 6px;
    width: 112px;
    height: 102px;
    cursor: pointer;
}

.event-image-container .image-thumb-container .thumb-image {
    border: 1px solid #D9D9D9 !important;
    padding: 6px;
    margin: 0 10px;
    width: 118px;
    height: 112px;
    cursor: pointer;
}

.product-thumb-view img, .event-image-container .image-thumb-container .thumb-image img {
    max-width: 100%;
    max-height: initial;
    height: 100%;
    object-fit: cover;
}

table.cartitem-table.product-thumb-view tr td a img {
    width: 76px;
}

.product-widget.widget-productName h1.product-name, .info-row.event-title-row h2.event-title {
    font-size: 40px;
    line-height: 57px;
    font-weight: 600;
    font-family: Figtree;
    border-bottom: 2px solid rgba(112, 112, 112, .2);
    padding-bottom: 12px;
    margin: 0 0 25px 0;
    color: #29124C;
}

.info-row.event-title-row h2.event-title {
    font-size: 37px;
    line-height: 47px;
    font-weight: bold;
}

.info-row.event-title-row {
    padding: 0 !important;
}

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

.widget-productSummary .summary {
    font-size: 16px;
    font-family: 'Figtree';
    color: #1C1C1C;
    line-height: 27px;
}

label.label-for-price {
    display: none;
}

.widget-price .price {
    font-size: 45px;
    color: #7141B9;
    font-weight: 600;
    font-family: 'Figtree';
    padding: 0;
}

.variation-container .variation-type label.type-label {
    font-family: 'Figtree';
    font-weight: 500;
    color: #1C1C1C;
    font-size: 21px;
    vertical-align: middle;
}

.variation-thumb ul.options {
    padding: 0;
    margin: 6px 0 0 0;
}

.variation-thumb ul.options li.option-cell {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #D2D2D2;
    width: 60px;
    height: 40px;
    text-align: center;
    line-height: 33px;
    padding: 4px;
    cursor: pointer;
}

.variation-thumb ul.options li.option-cell.selected {
    border: 2px solid #29124C;
}

.variation-container .option-cell.selected .variation-value {
    border: 0;
    padding: 0;
}

.variation-container .option-cell .variation-value {
    font-size: 17px;
    font-weight: 500;
    color: #1C1C1C;
    font-family: 'Figtree';
}

.product-widget.widget-price {
    padding: 30px ​0 15px;
}

.product-widget.widget-addCart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.product-widget.widget-addCart span.add-to-cart-button.button.et_pdp_add_to_cart {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Figtree';
    height: 58px;
    line-height: 35px;
    margin: 0 10px;
    max-width:530px;
    width: 100%;
    text-align: center;
    background: url(../images/cart-icon.svg) no-repeat #7141B9;
    background-position: calc(50% - 80px) 18px;
    padding-left: 55px;
    text-transform: uppercase;
}

.product-widget.widget-addCart span.add-to-cart-button.button.et_pdp_add_to_cart:hover {
    background: url(../images/cart-icon.svg) no-repeat #381A62;
    background-position: calc(50% - 80px) 18px;
}

.widget-variation {
    padding-bottom: 38px;
}

.page-product .stepper, .event-details .section-info-view .stepper {
    width: 132px;
    margin-bottom: 0px;
    border: 1px solid #E0E0E0;
}

.stepper {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    float: none;
    background: transparent;
    border-radius: 0;
    margin-bottom: 30px;
}

.stepper .stepper-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: none;
    border-radius: 0 !important;
    height: 45px;
    position: relative;
    right: 0;
    width: 40px;
    z-index: 0;
}

.page-product .stepper-input, .event-details .stepper-input {
    background: transparent;
    border: 0;
    z-index: 0;
}

.stepper .stepper-input {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 40px;
    padding: 0;
    text-align: center;
    border: 0;
    font-size: 21px;
    height: 56px;
    font-weight: 500;
    padding-top: 2px;
}

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

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

.page-product .stepper .stepper-arrow, .event-details .stepper .stepper-arrow {
    height: 56px;
    font-size: 21px;
    width: 45px;
}

.page-product .stepper .stepper-arrow.down::before, .page-product .stepper .stepper-arrow.up::before, .event-details .stepper .stepper-arrow.down::before, .event-details .stepper .stepper-arrow.up::before {
    font-size: 29px;
    line-height:54px;
}

.stepper .stepper-arrow.up::before {
    position: absolute;
    content: "+";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 21px;
    left: 0;
    line-height: 36px;
    text-align: center;
}

.stepper .stepper-arrow.down::before {
    position: absolute;
    content: "-";
    height: 100%;
    width: 100%;
    top: 0;
    text-indent: 0;
    font-size: 21px;
    left: 0;
    line-height: 36px;
    text-align: center;
}

.product-widget.widget-addCart span.add-to-wish-list.button.et_pdp_add_to_wish_list {
    width: 72px;
    text-align: center;
    height: 58px;
    line-height: 42px;
    border: 1px solid #E0E0E0;
    min-width: 72px;
}

.product-widget.widget-addCart span.add-to-wish-list.button.et_pdp_add_to_wish_list:hover {
    background: #7141B9;
}

.wish-list-popup input[type="text"], .wish-list-popup select {
    border: 1px solid #ccc;
}

.wish-list-popup .form-row label {
    width: 100%;
}

.product-widget.widget-addCart span.add-to-wish-list.button.et_pdp_add_to_wish_list:hover::after {
    color: #fff;
}

.product-widget.widget-addCart .add-to-wish-list:after, .remove-from-compare-button:after {
    font-size: 28px;
    color: #1C1C1C;
}

.widget-socialMediaShare .social-media-wrapper span {
    margin-right: 20px;
}

.product-widget.widget-socialMediaShare {
    padding-left: 100px;
    position: relative;
}

.product-widget.widget-socialMediaShare:after {
    content: 'Share';
    font-size: 19px;
    font-weight: 500;
    position: absolute;
    top: -4px;
    left: 0;
    text-transform: uppercase;
    color: #000;
}

.social-media-wrapper:before {
    content: "";
    width: 1px;
    height: 22px;
    background: rgba(34, 31, 31, .5);
    display: inline-block;
    position: absolute;
    left: 76px;
    top: -1px;
}

.page-event .bmui-tab.event-description-container {
    margin: 0 auto;
    max-width: 1366px;
}

.page-product .bmui-tab, 
.page-event .bmui-tab,
.venue-location-container .bmui-tab
{
    padding-top: 80px;
}

.page-product .bmui-tab .bmui-tab-header, 
.page-event .bmui-tab .bmui-tab-header,
.venue-location-container .bmui-tab .bmui-tab-header
 {
    background-color: transparent;
    font-family: 'Figtree';
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
    margin-right: 36px;
    border: 0;
    border-bottom: 3px solid transparent;
    position: relative;
    margin-bottom: -2px;
}

.page-product .bmui-tab .bmui-tab-header.bmui-tab-active,
.page-event .bmui-tab .bmui-tab-header.bmui-tab-active,
.venue-location-container .bmui-tab .bmui-tab-header.bmui-tab-active 
{
    background-color: transparent;
    color: #7141B9;
    border-color: #7141B9;
}

.page-product .bmui-tab .bmui-tab-header.bmui-tab-active::after, 
.page-event .bmui-tab .bmui-tab-header.bmui-tab-active::after,
.venue-location-container .bmui-tab .bmui-tab-header.bmui-tab-active::after
 {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 9px solid #7141B9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    margin: 0;
}

.widget-productImage .multi-image-scroll-wrapper .scroll-navigator, 
.page-event .multi-image-scroll-wrapper .scroll-navigator {
    background-image: none;
    background-repeat: no-repeat;
    bottom: 0;
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    right: -9px;
    border: 1px solid #29124C;
    border-radius: 100%;
    text-align: center;
    background: #fff;
    z-index: 11;
}

.event-details .multi-image-scroll-wrapper .scroll-navigator {
    right: 0px;
}

.event-image-container.multi-image-scroll-wrapper .image-thumb-container.event-thumb-image-view {
    margin-left: 28px;
}

.widget-productImage .multi-image-scroll-wrapper .scroll-navigator::after, .event-details .multi-image-scroll-wrapper .scroll-navigator::after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 20px;
    color: #29124C;
    display: inline-block;
    line-height: 23px;
}

.widget-productImage .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator::after, .event-details .multi-image-scroll-wrapper .image-left-scroller.scroll-navigator::after {
    transform: rotate(180deg);
}

.widget-productImage .multi-image-scroll-wrapper .scroll-navigator:hover, .event-details .multi-image-scroll-wrapper .scroll-navigator:hover {
    cursor: pointer;
    border: 1px solid #7141B9;
}

.widget-productImage .multi-image-scroll-wrapper .scroll-navigator:hover::after, .event-details .multi-image-scroll-wrapper .scroll-navigator:hover::after {
    color: #7141B9;
}

.bmui-tab span.description p, 
.bmui-tab span.description,
.bmui-tab span.description span
 {
    font-size: 16px;
    font-family: 'Figtree';
    color: #1C1C1C;
    line-height: 26px;
    margin-bottom: 25px;
}

.product-widget.widget-information .bmui-tab-header-container, 
body.page-event .bmui-tab-header-container,
.venue-location-container  .bmui-tab-header-container
{
    border-bottom: 2px solid rgba(112, 112, 112, .2);
}

.bmui-tab .bmui-tab-body-container {
    border: 0;
    border-top-width: 0;
    padding: 30px 0 0 0;
}

.widget.widget-breadcrumb {
    max-width: 1366px;
    margin: 0px auto 25px;
}

.product-widget.widget-information .bmui-tab-body-container .title {
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'Figtree';
    color: #000000;
    font-weight: 500;
}

.breadcrumb-item .separator {
    padding: 5px;
    font-size: 0px;
    display: inline-block;
}

span.breadcrumb-item {
    font-size: 15px;
    color: #1C1C1C;
    font-family: 'Figtree';
}

.breadcrumb-item .separator::after {
    content: '/';
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-family: 'Figtree';
}

.breadcrumb-item.root .icon {
    background: none;
    display: inline-block;
    padding: 0px;
    width: auto;
    height: auto;
}
.breadcrumb-item.root .icon:hover::after {
  color:#7141B9;
}
.breadcrumb-item.root .icon::after {
    content: 'Home';
    display: inline-block;
    color: #000;
    font-size: 15px;
    font-family: 'Figtree';
}

.page-product .zoomContainer div {
    border: none !important;
}

.page-cart .discount-coupon-code-form.valid-verify-form button {
    width: 100%;
    margin-top: 10px;
    color: #fff;
}

/* Page online */

body.page-page-online .product-view.image-view {
    margin-top: 80px;
}

body.page-page-online .product-view.image-view .product-block, .product-view.scrollable-view .product-block {
    margin: 15px;
}

body.page-page-online .image-view .product-view-height-width, .scrollable-view .product-view-height-width {
    width: calc(25% - 34px);
    margin: 11px !important;
}

.product-view.image-view .footer {
    background: none;
    margin-top: 40px;
    padding: 0;
    border: 0;
    height: 30px;
}

.pagination span {
    background-color: transparent;
    border: 0;
    color: #1C1C1C;
    cursor: pointer;
    margin: 0 10px;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Figtree';
    border-radius: 100%;
}

.pagination span.page-number {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 4px;
}

.pagination span.current {
    background: #29124C;
    border: 1px solid #29124C;
}

span.pagination-literal-status {
    color: rgba(28, 28, 28, .8);
    font-size: 16px;
    font-family: 'Figtree';
}

/* cart Page
------------------
link: /cart/details
--------------------
*/

.shopping-cartitem h1 {
    float: none;
    padding-bottom: 15px;
    text-align: center;
    display: none;
    max-width: 960px;
}

.page-cart .shopping-cartitem {
    background: none;
    border: 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    margin: 0 auto;
    max-width: 100%;
}

.page-cart .shopping-cartitem.empty-cart {
    text-align: center;
    max-width: 468px;
    padding: 20px;
}

.shopping-cartitem .cartitem-btn {
    margin-left: 25px;
}

.page-cart .shopping-cartitem.empty-cart .empty-cartitem-text {
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
}

.message-block.error-message, .message-block.error {
    background-color: #fee;
    border: 0;
    color: #f00;
    margin: 20px;
    padding: 20px 40px;
}

.cartitem-btn-wrapper.top {
    text-align: center;
    position: relative;
    margin-top: 0px;
    float: none;
    display: block;
    margin-bottom: 35px;
    display: none;
}

.cartitem-btn-wrapper.top a {
    margin-right: 5px;
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 5px;
}

.cartitem-btn-wrapper.top .button {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn {
    color: #081a3a;
    background-color: transparent;
    border-color: #081a3a;
    border: 2px solid #081a3a;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn:focus, .cartitem-btn-wrapper.top .empty-cartitem-btn.focus {
    color: #fff;
    background-color: #081a3a;
    border: 2px solid #081a3a;
}

.cartitem-btn-wrapper.top .empty-cartitem-btn:hover {
    color: #fff;
    background-color: #081a3a;
    border: 2px solid #081a3a;
}

.cartitem-table {
    margin-bottom: 20px !important;
}

.cartitem-table .stepper {
    margin: 0 auto;
    width: auto;
    float: none;
    width: 100%;
}

.cartitem-table .stepper .stepper-arrow {
    height: 32px;
    width: 32px;
}

.cartitem-table .stepper .stepper-input {
    width: 32px;
    height: 32px;
    font-size: 18px;
    font-weight: 600;
    background: transparent;
}

.cartitem-table th {
    font-weight: 400;
}

.cartitem-table td.total-label, .cartitem-table td.price {
    font-weight: bold;
    text-align: right;
}

.check-out-total .price, .shopping-cart-total .price {
    font-weight: bold;
    text-align: right;
}

.shopping-cartitem .remove-cartitem {
    background: url("../images/close.svg") no-repeat left top;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.shopping-cartitem .remove-cartitem:hover {
    background: url("../images/close-hover.svg") no-repeat left top;
}

.cartitem-table th {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    font-family: 'Figtree';
}

.cartitem-table th, .cartitem-table td {
    width: 20%;
    text-align: center;
    border: 0px solid #eee;
    border-bottom: 4px solid #F3F3F3;
    text-align: left;
}

th.image, td.image {
    width: 8%;
}

th.image {
    text-indent: -99999px;
}

.cartitem-table tr td {
    border-bottom: 0px;
    padding: 20px 10px;
}

.cartitem-table tr:last-child td {
    border-bottom: 4px solid #F3F3F3;
}

.cartitem-table th:first-child {
    width: 4%;
}

.cartitem-table th:last-child {
    text-align: right;
}

.cartitem-table td {
    font-family: 'Figtree';
    font-size: 17px;
    color: #0F1627;
}

table, th, td {
    border: 0;
}

td.product-name a {
    font-family: 'Figtree';
    font-size: 18px;
    color: #0F1627;
    font-weight: normal;
}

.check-out-total .left-column, .shopping-cart-total .left-column {
    width: 40%;
    text-align: left;
}

.check-out-total .right-column, .shopping-cart-total .right-column {
    width: 58%;
    text-align: right;
}

.check-out-total *, .shopping-cart-total * {
    font-size: 20px;
    font-family: 'Figtree';
    color: #0F1627;
    text-transform: capitalize;
}

td.total-label span {
    font-size: 18px;
    font-weight: normal;
}

tr.total-order td {
    border-top: 4px solid #F3F3F3 !important;
}

.discount-coupon-code-form {
  background-color: #f8f8f8;
  border: 0;
  padding: 15px 30px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 400px;
}
.discount-coupon-code-form .form-row label {
  color: #040404;
  font-size: 18px;
}
.payment-option .code-submit-form {
    background: #f8f8f8;
}

.discount-coupon-code-form input[type=text] {
    height: auto;
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}

.discount-coupon-code-form .form-row.btn-row label {
    display: none;
}

.discount-coupon-code-form .form-row.btn-row button {
    display: block;
    width: 100%;
    color: #081a3a;
    background-color: transparent;
    border-color: #081a3a;
    border: 2px solid #081a3a;
}
.discount-coupon-code-form .message-block.error, .discount-coupon-code-form .message-block.error-message, .discount-coupon-code-form .message-block.info-message, .discount-coupon-code-form .message-block.success {
  font-size: 13px;
  padding: 5px;
  margin: 0 0 10px;
  display: block;
  border: 0;
}
.discount-coupon-code-form .form-row.btn-row button:focus, .discount-coupon-code-form .form-row.btn-row button.focus {
    color: #fff;
    background-color: #081a3a;
    border: 2px solid #081a3a;
}

.discount-coupon-code-form .form-row.btn-row button:hover {
    color: #fff;
    background-color: #081a3a;
    border: 2px solid #081a3a;
}

.check-out-total table, .shopping-cart-total table {
    font-size: 15px;
}

.check-out-total td.total-label, .shopping-cart-total td.total-label {
    padding: 10px 30px 10px 15px;
    border: 0;
    text-transform: capitalize;
}

.check-out-total .price, .shopping-cart-total .price {
    border: 0;
}

.check-out-total tr, .shopping-cart-total tr {
    border-bottom: 0;
}

.cartitem-btn-wrapper {
    text-align: right;
}

.cartitem-btn-wrapper .button {
    float: none;
}

.cartitem-btn-wrapper .continue-shopping-btn {
    color: #7141B9;
    background-color: transparent;
    border-color: #7141B9;
    border: 2px solid #7141B9;
    padding: 12px 25px;
}

.cartitem-btn-wrapper .continue-shopping-btn:focus, .cartitem-btn-wrapper .continue-shopping-btn.focus {
    color: #fff;
    background-color: #7141b9;
    border: 2px solid #7141b9;
}

.cartitem-btn-wrapper .continue-shopping-btn:hover {
color: #fff;
background-color: #7141b9;
border: 2px solid #7141b9;
}

/* Checkout Page options
---------------------
link:/shop/checkout(before  login)
---------------------
*/

.checkout-page-options {
    margin: 0 auto;
    padding: 0;
    max-width: 1366px;
}

.checkout-page-options .item-head {
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
    background: none;
    display: none;
}

.checkout-page-options>h1 {
    font-size: 36px;
    font-weight: 700;
    display: none;
}

.checkout-page-options .content-wrapper {
    padding: 0px;
    border: 0;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}

.checkout-page-options .new-customer {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 60px;
}

.checkout-page-options .registered-customer {
    border-left: 9px solid #F9F9F9;
    display: inline-block;
    width: calc(50% - 9px);
    padding: 60px;
}

.checkout-page-options .new-customer h1, .checkout-page-options .registered-customer>h1 {
    font-size: 27px;
    font-weight: 600;
    font-family: 'Figtree';
    margin-bottom: 0px;
    color: #29124C;
    line-height: 38px;
    margin: 0 0 8px 0;
}

.checkout-page-options .new-customer p {
    font-size: 16px;
    line-height: 26px;
    font-family: 'Figtree';
    color: #000000;
}

.checkout-page-options .new-customer .checkout-option {
    margin-top: 20px;
    font-weight: 600;
    max-width: 258px;
    width: 100%;
}

.checkout-page-options .registered-customer .errorlist.after {
    width: 100%;
    bottom: 2px;
}

.checkout-page-options .registered-customer .form-row {
    margin-bottom: 20px;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 23px 0;
    margin: 0;
}

.checkout-page-options .registered-customer .form-row.lost-password-row {
    padding: 0 0 10px 0;
    color: #ccc;
}

.checkout-page-options .registered-customer .form-row.lost-password-row a {
    color: #7141B9;
    font-family: 'Figtree';
}

.checkout-page-options .registered-customer .form-row label {
    width: 100%;
}

.checkout-page-options .registered-customer input[type="text"], .checkout-page-options .registered-customer input[type="password"] {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    border: 2px solid #CCCCCC;
}

.checkout-page-options .registered-customer button.login-submit {
    margin-top: 5px;
    font-weight: normal;
    max-width: 258px;
    width: 100%;
}
.tell-friend.tell_friend_popup.popup .info-message {
    text-align: center;
    padding: 10px 0 0;
    color: #24b124;
    font-size: 18px;
    max-width: 100%;
}
.checkout-page-options .registered-customer p.register, .checkout-page-options .registered-customer p {
    font-size: 16px;
    font-family: 'Figtree';
    color: #000;
    font-weight: normal;
}

/* Checkout Page 
---------------------
link: /shop/checkout
---------------------
*/

.checkout-page {
    max-width: 960px;
    margin: 0 auto;
}

.checkout-page .toolbar-btn:hover {
    background-color: #081a3a;
    border-color: #081a3a;
}

.checkout-page .page-heading {
    font-size: 36px;
    display: none;
}

.checkout-page .content-wrapper>.section {
    border: 0;
    color: #000;
    height: auto;
    line-height: 27px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}

.checkout-page .section.loaded {
    padding: 50px;
}

.checkout-page .section.loaded .header .title {
    color: #29124C;
}

.checkout-page .section.loaded>.header {
    border-bottom: 2px solid rgba(112, 112, 112, .2);
    padding-bottom: 20px;
    margin-bottom: 48px;
}

.checkout-page .section.loaded>.header span.share-toolbar.toolbar {
    float: right;
}

.checkout-page .section.loaded .body {
    padding: 0;
}

.checkout-page .section>.header .title {
    font-size: 22px;
    display: inline-block;
    color: #000;
    font-family: 'Figtree';
    font-weight: 600;
    padding-left: 48px;
    line-height: 22px;
    position: relative;
}

.checkout-page .section>.header .title::before {
    content: "";
    width: 40px;
    height: 28px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: -2px;
}

.checkout-page .section.address>.header .title::before {
    background: url('../images/bns-info.png') no-repeat center;
    background-position: 1px 1px;
    top: -6px;
}

.checkout-page .section.address.loaded>.header .title::before {
    background-position: -39px 1px;
}

.checkout-page .section.shipping>.header .title::before {
    background: url('../images/oc.png') no-repeat center;
    background-position: 1px 1px;
}

.checkout-page .section.shipping.loaded>.header .title::before {
    background-position: -39px 1px;
}

.checkout-page .section.confirm>.header .title::before {
    background: url('../images/snh.png') no-repeat center;
    background-position: 1px 1px;
}

.checkout-page .section.confirm.loaded>.header .title::before {
    background-position: -39px 1px;
}
.checkout-page .section.custom  >.header .title::before {
    background: url('../images/dp.png') no-repeat center;
    background-position: 1px 1px;
} 
.checkout-page .section.custom .loaded>.header .title::before {
    background-position: -39px 1px;
}
.checkout-page .section .header .icon {
    display: none;
}
.checkout-page .form-row>label { 
    color: #040404;
    font-size: 16px;
}
.address.billing {
    margin-top: 50px;
}

.checkout-page .section .step-continue-button {
    padding: 13px 30px;
    max-width: 258px;
    width: 100%;
}

body.page-checkout .checkout-page .content-wrapper input[type="submit"], body.page-checkout .checkout-page .content-wrapper input[type="button"], body.page-checkout .checkout-page .content-wrapper button, body.page-checkout .checkout-page .content-wrapper .button, body.page-checkout .checkout-page .content-wrapper a.button {
    max-width: 258px;
    width: 100%;
}

input.button.cancel-button.et_billing_cancel {
    background: #fff;
    box-shadow: 0 0 0px 2px inset #7141B9;
    color: #7141B9;
    font-weight: 600;
}

.address.billing span.title {
    color: #000;
    font-family: Figtree;
}

.checkout-page .address-view .address {
    border: 0;
    background: #F5F5F7;
    padding: 30px;
    min-height: 154px;
}

.checkout-page .address-view .address .name {
    font-size: 19px;
    font-family: 'Figtree';
}

.checkout-page .address-view .address .address-line-1, .checkout-page .address-view .address .address-line-2 {
    font-family: 'Figtree';
    font-size: 15px;
}

.checkout-page input[type="radio"]+span:before {
    top: 0px;
}

.checkout-page input[type="radio"]:checked+span:after {
    top: 4px;
}

.checkout-page .section .section.delivery-types {
    margin-top: 0;
    margin-bottom: 0;
}

.checkout-page .section .section.delivery-types>.form-row {
    margin-bottom: 10px;
}

.checkout-page .payment-option .body {
    background-color: #e6eae9;
}

.checkout-page .payment-option .body .code-submit-form button {
    line-height: 16px;
    width: 100%;
    max-width: 100%;
    margin: 25px 0 0 0;
}

.payment-option .code-submit-form .errorlist.after {
    bottom: 44px;
}

.section.delivery-types {
    background: #fff;
    border: 0;
}

span.message-block.null {
    display: none;
}

.checkout-page .address-edit-from-wrap>.header {
    margin-bottom: 15px;
}

.checkout-page .delivery-types .different-shipping {
    margin-left: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.checkout-page .address-view>.header span.title {
    margin-bottom: 5px;
    color: #000 !important;
    font-size: 18px;
}

.checkout-page .body .header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 500;
}

.checkout-page .toolbar-btn {
    padding: 10px 25px;
    font-size: 15px;
}

.checkout-page .confirm-order-btn-row .confirm-order-button {
    padding: 13px 40px;
    width: 100%;
    max-width: 363px;
    float: right;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.checkout-page .address-edit-from-wrap .form-row label {
    color: #000000;
    font-size: 17px;
}

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

.checkout-page .form-row input, .checkout-page .form-row select, .checkout-page .form-row textarea {
    height: 58px;
    border: 2px solid #ccc;
}

.check-out-total>.price-row {
    padding-top: 0;
    padding-bottom: 0;
}

.confirm-step-form .left-panel {
    width: 50%;
    background: #fff;
    padding: 40px;
    margin: 53px 0 0 0;
    padding-left: 15px;
}

.confirm-step-form .cart-item .details .price {
    padding: 0;
}

.confirm-step-form .right-panel {
    padding: 0 0 0 30px;
    background-color: #ffffff;
    width: 50%;
}

.checkout-page .section.confirm form>div+div span strong {
    font-size: 15px;
    vertical-align: top;
}

.confirm-step-form .left-panel>.header .title {
    padding-top: 0 !important;
    padding-left: 0 !important;
    text-transform: capitalize !important;
    letter-spacing: 1px !important;
    font-weight: 700;
}

.checkout-page .payment-option>.header {
    border-top: 0;
    text-transform: uppercase;
}

.checkout-page .payment-options {
    border-bottom: 0;
}

.confirm-step-form .cart-item .details {
    padding-left: 15px;
}

.payment-gateway {
    padding-top: 20px;
    margin-bottom: 40px;
}

.payment-gateway .payment-method {
    border: 1px solid #ccc;
    width: 100%;
    max-width: 300px;
    padding: 8px 15px;
    height: 50px;
    background-position: calc(100% - 14px) 20px;
}

.cartitem-table .total-price-column {
    min-width: 106px;
    width: 106px;
}

.order-comment-row .label, .payment-gateway .payment-gateway-label {
    font-size: 20px;
}

.check-out-total>.price-row .price {
    font-weight: 700;
    min-width: 160px;
}

.check-out-total>.price-row .label, .check-out-total>.price-row .price {
    font-family: 'Figtree';
    padding: 8px 0;
    font-size: 18px;
}

.check-out-total .total-order .price {
    font-size: 20px;
}

form.order-custom-fields-form .button.custom-submit-button {
    width: 100%;
    margin-top: 10px;
}

.order-custom-delivery-field-select-button {
    width: 100%;
    max-width: 100%;
}

button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    width: 100%;
    z-index: 111;
    padding: 10px;
    border: 2px solid #d8d8d8;
}

.widget-form button.Zebra_DatePicker_Icon {
    left: 0;
    top: 0;
}

button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside:focus {
    background-color: transparent;
}
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside{
    max-width: 100% !important;
}
.order-custom-delivery-field-select-button .Zebra_DatePicker_Icon_Wrapper input.time-slot-value {
    margin: 0 !important;
    background: transparent;
    width: 100%; 
    padding-right: 36px;
}
button.Zebra_DatePicker_Icon {
    background: none;
    padding: 0 40px 0 0;
}
button.Zebra_DatePicker_Icon:hover {
    background: none;
    padding: 0 40px 0 0;
}
.order-custom-delivery-field-select-button span.Zebra_DatePicker_Icon_Wrapper {
    width: 100%;
}

.checkout-page .section.loaded .left-panel .order-comment-row {
    padding-top: 0;
}

.checkout-page .section.loaded .left-panel {
    padding: 40px 0 0;
}

.checkout-page .section.loaded .left-panel .payment-gateway {
    margin-bottom: 0;
}

.delivery-day-slot-select-popup .date-select-popup-header .calender-month-select {
    margin: 0 3px;
    padding: 3px 10px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #081a3a;
    background: #081a3a;
}

.delivery-day-slot-select-popup .date-view-switcher span.view-switch {
    font-size: 18px;
    border-radius: 0;
    padding: 5px 10px;
}

.delivery-day-slot-select-popup span.view-switch.selected {
    color: #081a3a;
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}

.floating-panel-popup.select-delivery-month.delivery.popup {
    max-width: 280px;
}

.floating-panel-popup.select-delivery-month.delivery.popup .year-wrapper {
    background: #081a3a;
}

.floating-panel-popup.select-delivery-month.delivery.popup .month-wrapper {
    font-size: 13px;
    grid-template-columns: 74px 90px 77px;
}

.floating-panel-popup.select-delivery-month.delivery.popup .calender-popup-wrapper .month-wrapper .month:hover {
    background: #081a3a;
}
.check-out-total > .price-row .label.storeCredit-label {
  font-size: 17px;
}
/* Login Page*/

.login-form {
    width: 100%;
    max-width: 580px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0 auto;
    padding: 45px;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}

.page-login .login-form .form-row.mandatory {
    position: relative;
}

.login-form .lost-password a {
    color: #7141B9;
    margin-top: 15px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
}

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

.login-form span.title {
    display: none;
}

.login-form .account-register a {
    color: #081a3a;
}

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

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

.login-form .errorlist.after {
    bottom: -20px;
    width: 100%;
}

.login-form input[type="password"], .login-form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
}

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

.login-form .remember {
    margin: 22px 0 12px;
    width: 230px;
}

.form-row.remember input {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -8px;
}

/* Forget Password */

.password-reset-form {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 486px;
    border: 1px solid #efefef;
    padding: 45px;
    background: #fff;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}

.password-reset-form .title {
    font-family: 'Figtree';
    font-weight: 700;
    color: #000;
}

.password-reset-form .form-row {
    display: block;
}

.password-reset-form .form-row input {
    width: 100%;
}

.password-reset-form .form-row label {
    text-align: center;
    margin-bottom: 5px;
}

.password-reset-form .form-row.submit-row button {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
    width: 100%;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.password-reset-form .lost-password-text {
    padding: 0 0 5px 0;
    color: #000;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
}

.password-reset-form .errorlist.after {
    top: auto;
    left: auto;
    width: 100%;
    bottom: auto;
}

.password-reset-form .errorlist.after .message-block {
    text-align: center;
}

/* Customer Registration 
------------------------------
link: /customer/register
------------------------------
*/

.form-row label {
    color: #040404;
    font-size: 16px;
    margin: 0 0 8px 0;
    font-family: 'Figtree';
    width: 100%;
}

.registration-form {
    margin: 0 auto;
    max-width: 900px;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    border: 0;
    background: #fff;
    box-shadow: 0 0 36px -6px rgb(0 0 0 / 10%);
}

.registration-form .title {
    text-align: center;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.registration-form .simpleCaptcha-container {
    padding: 5px 15px 5px;
}

.registration-form>.form-row:not(.submit-row) {
    width: 50%;
    float: left;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

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

.registration-form .form-row .suggestion {
    right: 15px;
    font-size: 12px;
}

.registration-form .form-row.submit-row label {
    display: none;
}

.registration-form .form-row.submit-row button {
    width: 100%;
  margin-top: 15px;
}

.checkout-page .address-edit-from-wrap .form-row {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
}

.checkout-page .delivery-types>.form-row input[type="radio"]+span {
    font-weight: 500;
    font-family: 'Figtree';
    font-size: 18px;
}

.two-column .first-column .column-content .form-row {
    padding-right: 0px;
}

.two-column .first-column .column-content {
    margin-right: 15px;
}

.checkout-page .section .section.delivery-types>.form-row input {
    height: 25px
}

.checkout-page form .errorlist.after {
    width: 100%;
}

.registration-form input {
    width: 100%;
}

.registration-form select {
    width: 100%;
}

.registration-form input.radio:nth-of-type(2) {
    margin-left: 15px;
}

.registration-form>.form-row.recaptcha-row label {
    display: none;
}

.errorlist.after {
    width: 100%;
    background: #ff3954;
    border-radius: 0;
    color: #fff;
    padding: 6px 6px 4px 6px;
    font-size: 12px;
}

.errorlist.after .message-block {
    color: #fff;
    font-family: 'Figtree';
    line-height: 1;
    font-size: 12px;
}

.password-meter-wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.password-meter-wrap .password-description {
    font-size: 12px;
}

.password-meter-wrap .strong {
    height: 7px;
    border-radius: 20px;
}

.form-row.recaptcha-row {
    text-align: center;
    width: 100% !important;
}

.registration-form .recaptcha-container {
    padding-left: 0;
}

#customer-profile-tabs .button.profileLogout a:hover {
    color: #fff;
}

.account-details-form .form-row.btn-row, .edit-address-form .form-row.btn-row {
    width: 100%;
}

.checkout-page-options .new-customer .option label {
    padding-left: 38px;
    font-size: 20px;
    font-family: 'Figtree';
    color: #000;
    vertical-align: middle;
}

.checkout-page-options .new-customer .option {
       margin-left: -16px;
       margin-left: -16px;
}

input[type="text"].validation-error, input[type="password"].validation-error {
    background-color: #fee !important;
    border: 1px solid #f00 !important;
    color: #f00 !important;
}

form.confirm-step-form .cartitem-table th {
    font-size: 19px;
    font-weight: 600;
    color: #000;
    font-family: 'Figtree';
    background: #F3F3F3;
    padding: 10px 20px 4px 20px;
}

span.button.customized-designed-edit {
    max-width: 136px !important;
}

form.confirm-step-form td.product-name {
    width: 62%;
}

form.confirm-step-form .cartitem-table td {
    font-family: 'Figtree';
    font-size: 17px;
    color: #0F1627;
    padding: 20px 20px;
}

form.confirm-step-form .cartitem-table tr td:nth-child(3) {
    text-align: center;
}

.checkout-page input[type="checkbox"]+span {
    padding-left: 30px;
    line-height: 23px;
    display: inline-block;
}

/* Custon Chec and radio box */

input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
}

input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #29124C;
    background-color: #fff;
    border-radius: 50%;
}

input[type="radio"] {
    opacity: 0 !important;
    *display: inline;
}

input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #29124C;
}

input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    margin-right: 15px;
    font-size: 13px;
}

input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #aaa;
    background-color: #fff;
    border-radius: 5px;
}

input[type="checkbox"]:checked+label:after {
    content: "✔";
    font-size: 20px;
    line-height: 20px;
    color: #b7b7b7;
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

/*social media share start*/

.blog-post-details .blog-post-info span.categories a {
    color: #000;
    padding-left: 12px;
    font-size: 18px;
    margin-left: 10px;
    font-weight: 500;
    position: relative;
    border: 0;
    text-transform: capitalize;
}

.blog-post-details .blog-post-info span.categories a::before {
    content: "";
    left: 0;
    top: 0px;
    height: 16px;
    width: 2px;
    position: absolute;
    background: #7141B9;
}

.blog-post-details .blog-post-info span.categories a:hover {
    color: #29124C;
}

.blog-post-details .social-media-share-bar .social-media-share {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.blog-post-details .social-media-share-bar .social-media-share:hover a::after {
    color: #7141B9 !important;
}

.blog-post-details .social-media-share a {
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #29124C !important;
}

.blog-post-details .social-media-share a:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #7141B9 !important;
}

.blog-post-details .social-media-share a svg, .blog-post-details .social-media-share a span {
    background-color: transparent !important;
    border-color: transparent !important;
}

.blog-post-details .social-media-share a:hover svg, .blog-post-details .social-media-share a:hover span {
    background-color: #7141B9 !important;
    border-color: #7141B9 !important;
}

.social-media-share-bar::before {
    content: 'Share This News';
    position: absolute;
    margin-top: -50px;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

.social-media-share-bar {
    position: relative;
}

.social-media-share-bar::before {
    content: '';
    position: absolute;
    height: 22px;
    width: 2px;
    background-color: #7141B9;
    margin-top: -52px;
}

.social-media-share-bar::after {
    content: 'Share This News';
    position: absolute;
    margin-top: -85px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    padding-left: 20px;
}

.blog-post-details .social-media-share a.twitter-share-icon::after, .blog-post-details .social-media-share a.facebook-share-icon::after {
    color: #29124C !important;
    font-size: 33px;
}

.blog-post-details .social-media-share-bar {
    display: block;
    padding-top: 77px;
}

.blog-post-content .footer .pagination {
    display: block;
    float: unset;
    margin: 0 auto;
    text-align: center;
}

#customer-profile-tabs .account_information .account-short-details .form-row {
    margin: 0 0 8px;
    padding-bottom: 0 !important;
}

/*.page-checkout input.is-different-shipping-checkbox {
    opacity: 0 !important;
}*/
.page-checkout .section.delivery-types .form-row:nth-child(2) input.is-different-shipping-checkbox {
    opacity: 0 !important;
}
.page-checkout .section.delivery-types .form-row:nth-child(3) input.is-different-shipping-checkbox {
    opacity: 1 !important;
}
.page-checkout .checkout-page .form-row .Zebra_DatePicker_Icon_Wrapper input{
    height: 58px;
    width: 100% !important;
}
button.Zebra_DatePicker_Icon {
    background: transparent url("../images//calendar.png") no-repeat scroll right 11px !important;
    padding: 0 40px 0 0;
}

/*blog details social media share end*/

/*category start blog*/

/*********blog***********/

.blog-category-details .title {
    max-width: 1366px;
    margin: 0 auto;
}

.blog-category-details.news {
    background: #f7f7f7;
    padding-bottom: 60px;
}

.blog-category-details .blog-posts {
    display: flex;
    flex-wrap: wrap;
    max-width: 1366px;
    margin: 0 auto;
    padding-top: 15px;
}

.blog-category-details .blog-post-item {
    width: 24%;
    margin-right: 18px;
    background: #ccc;
    height: 360px;
}

.blog-category-details .blog-posts .content {
    display: none;
}

.blog-category-details .blog-posts .blog-post-item:nth-child(4n+4) {
    margin-right: 0;
}

.category.post-list-view-width, .category.post-list-view-width img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 210px;
    object-fit: cover;
    padding-bottom: 0;
}

.blog-category-details .blog-post-item .post-description {
    position: absolute;
    width: 100%;
    height: 230px;
    bottom: 0;
    left: 0;
    background: rgb(2, 0, 36);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(8, 26, 58, 1) 30%, rgba(8, 26, 58, 1) 100%);
    padding: 60px 20px 20px;
}

.blog-category-details .blog-post-item .post-description>a {
    display: none;
}

/*blog details start*/

.blog-post-details .title {
    color: #29124C;
    font-size: 44px;
    line-height: 58px;
}

.blog-post-details .blog-post-info {
    padding-bottom: 30px;
}

.blog-post-details .blog-post-info::before {
    top: 3px;
    background: #7141B9;
}

.blog-post-details .blog-post-info span {
    color: #000;
    font-size: 18px;
    padding-bottom: 47px;
    font-weight: 500;
}

span.categories {
    display: none;
}

.blog-post-details {
    max-width: 1020px;
    margin: 100px auto 0;
    width: 100%;
}

.blog-post-details .blog-post-image {
    margin-bottom: 15px;
    display: none;
}

.blog-post-details .blog-post-image img {
    width: 100%;
}

.blog-post-details p {
    font-size: 16px;
    line-height: 31px;
    color: #000000 !important;
    font-weight: 500;
}

.blog-post-details h2, .blog-post-details h3, .blog-post-details h4, .blog-post-details h5, .blog-post-details h6 {
    margin: 40px 0 20px 0;
    line-height: 48px;
    color: #29124C;
}

.blog-post-details h4, .blog-post-details h5 {
    margin: 40px 0 15px 0;
    line-height: 44px;
}

.blog-post-details h5 {
    margin: 40px 0 12px 0;
    line-height: 42px;
}

.blog-post-details h6 {
    margin: 40px 0 10px 0;
    line-height: 35px;
}

/*blog details end*/

/*category end*/

.page-post-payment .message-details {
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
  display: flex;
flex-wrap: wrap;
flex-direction: column;
}
.page-post-payment .custom-message.success-message {
  order: 3;
  font-size: 40px;
  margin: 0 auto 50px;
}
.page-post-payment .custom-message.success-message p {
  color: #000;
  font-size: 21px;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.page-post-payment .post-order-contact-us {
    font-size: 20px;
  margin: 0 auto 0px;
order: 1;
}

.page-post-payment .order-info {
    font-size: 21px;
    font-weight: bold;
  margin: 30px 0 25px;
order: 2;
}

.page-post-payment .table_heading {
    font-size: 42px;
    padding-bottom: 60px;
    padding-top: 25px;
    text-align: center;
    color: #29124C;
    font-weight: bold;
}

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

.page-post-payment .order_details_table tr:first-child {
    border-bottom: 0px solid #F3F3F3;
    text-align: left;
}

.page-post-payment .order_details_table tr:last-child {
    border-bottom: 4px solid #F3F3F3;
    text-align: left;
}

.page-post-payment .order_details_table td {
    border-bottom: 0px solid #F3F3F3 !important;
    text-align: left;
}

.page-post-payment .order_details_table td {
    padding: 18px;
    border: 0px solid #4d4d4d;
}
.page-post-payment .order_details_table th.quantity,
.page-post-payment .order_details_table td.quantity div {
  text-align: center;
}
.page-post-payment .order_details_table th {
    padding: 10px 18px;
}

.payment-success-total {
    padding-right: 18px;
}

.page-post-payment .total-label .wrapper span {
    font-family: 'Figtree';
    padding: 5px 0;
    font-size: 18px;
    text-align: right;
    color: #0F1627;
    display: block;
}

.payment-success-total table {
    padding: 0px;
}

.page-post-payment .price .wrapper span {
    font-weight: 700;
    min-width: 160px;
    display: block;
    text-align: right;
    font-family: 'Figtree';
    color: #0F1627;
}

.page-post-payment .total-order .price {
    font-size: 20px;
    font-weight: 700;
    color: #0F1627;
    padding: 12px 0;
}

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

.page-post-payment .total-order .total-label {
    font-size: 20px;
    font-family: 'Figtree';
    color: #0F1627;
    font-weight: normal;
    text-align: right;
}

/* =============================================== FOOTER DESIGN ===============================================*/

span.goToTop {
    cursor: pointer;
    height: 77px;
    text-align: center;
    width: 100%;
    font-family: 'Figtree';
    font-size: 13px;
    position: relative;
    display: block;
    background: #7141B9;
    max-width: 57px;
    z-index: 1;
}

span.goToTop::after {
    content: "";
    transition: all 300ms ease 0s;
    width: 41px;
    height: 25px;
    background: url(../images/back-to-top.svg) no-repeat;
    display: block;
    margin-top: 26px;
    position: absolute;
    right: -5px;
}

span.goToTop:hover {
    background:#fff;
}
span.goToTop:hover::after {
  background-position:0 -54px;
}

.footer {
  background: #381A60;
  border-top: 10px solid #7141B9;
}

/*body>.footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #2E1058;
}*/

.widget-navigation.footer-nav {
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, .15)
}

.widget-navigation.footer-nav .navigation-item {
    padding: 5px 30px;
}

.widget-navigation.footer-nav .navigation-item a {
font-family: 'Figtree';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
text-transform: uppercase;
color: #FFFFFF;
}
.widget-navigation.footer-nav .navigation-item a:hover {
  color: #7141b9;
}

.widget-navigation.footer-nav .navigation-item.first {
    padding: 5px 20px 5px 0px;
}

/*.widget-navigation.footer-nav .navigation-item:nth-last-child(2) {
    padding: 5px 0px 5px 30px;
}

.widget-navigation.footer-nav .navigation-item:nth-last-child(1), .widget-navigation.footer-nav .navigation-item:nth-last-child(2) {
    float: right
}*/
.widget-navigation.footer-nav .nav-wrapper.horizontal {
    text-align: center;
}
.widget.widget-snippet .social-link {
    padding-right: 10px;
}
.copyright p {
font-family: 'Figtree';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;
}
.copyright p b {
  margin: 0 8px;
}

.copyright p span {
    padding: 0 12px;
}

.copyright p a {

font-family: 'Figtree';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 18px;
color: #FFFFFF;
}


.copyright p a:focus {
    color: rgb(196 31 53);
}

.copyright p a:hover {
    color: #7141B9;
    text-decoration: underline;
}

/*body>.footer:before {
    content: "";
    position: absolute;
    right: 0;
    top: -300px;
    width: 0;
    height: 0;
    border-bottom: 300px solid #7141B9;
    border-left: 1920px solid transparent;
    background: top;
    right: 0;
    left: auto;
    display: none;
}

body>.footer::after {
    content: "";
    position: absolute;
    left: 0;
    top: -300px;
    width: 0;
    height: 0;
    border-bottom: 300px solid #381A60;
    border-right: 1900px solid transparent;
    background: top;
  display: none;
}*/

.footer .widget-container {
    max-width: 1366px;
    width: 100%;
    display: block;
      margin: 0 auto;
}

.footer .widget-container:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1920px;
    height: 78px;
    background: #2E1058;
    transform: translateX(-50%)
}

.image-popup-container .image-wrapper {
    border: 0;
}
.image-popup-container .navigator { 
    background-image: url("../images/popup-image-navigators.png"); 
}
.image-popup-container .navigator.close-button { 
    right: 2px;
    top: 0; 
}

.widget.widget-snippet a:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0;
	  -moz-outline-style: none;
}
body.widget-snippet a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

@media (max-width: 1300px) {
    #customer-profile-tabs .form-row {
        max-width: 425px;
    }
}

@media (max-width: 1200px) {
    #customer-profile-tabs .form-row {
        max-width: 325px;
    }
}

@media (max-width: 991px) {
    .bmui-tab.left-side-header .bmui-tab-body-container {
        padding: 10px;
    }
    .bmui-tab.left-side-header .bmui-tab-header .title {
        font-size: 16px;
    }
    .bmui-tab.left-side-header>.bmui-tab-header-container {
        width: 27%;
        float: left;
    }
    #customer-profile-tabs .bmui-tab-panel .header-left {
        min-width: 280px;
    }
    .bmui-tab-body-container .wrap, #bmui-tab-my-orders .pending_order, #bmui-tab-my-orders .completed_order, .bmui-tab-panel .wish-list-list {
        overflow-x: scroll;
        padding-bottom: 30px;
    }
    .bmui-tab-body-container .wrap #order-list, #bmui-tab-my-orders .pending_order #order-list, #bmui-tab-my-orders .completed_order #order-list, #customer-profile-tabs table {
        width: 850px;
        max-width: unset;
    }
.page-profile .bmui-tab .bmui-tab-header.top {
    max-width:173px;
}
.page-profile .bmui-tab.left-side-header .bmui-tab-header .title {
    font-size: 15px !important;
    padding: 12px 5px;
}
}

@media (max-width: 767px) {
    .responsive .bmui-tab.left-side-header .bmui-tab-header-container {
        width: 100%;
    }
    .bmui-tab-body-container .bmui-tab-panel .bmui-tab .bmui-tab-header-container .bmui-tab-header.bmui-tab-active, .bmui-tab .bmui-tab-header.top {
        margin-right: 0;
        width: 100%;
      text-align: left;
    }
    .bmui-tab.left-side-header .bmui-tab-header.bmui-tab-active {
        border-bottom: 1px solid #FFA8AF;
        border-left: 1px solid #e2e2e2;
      margin-right: 0px;
    }
    .bmui-tab.left-side-header .bmui-tab-header{  
  border-right: 1px solid #e2e2e2;
      
    }
    #customer-profile-tabs .special-product .title {
        font-size: 15px;
        font-weight: 700;
    }
    .account_information .name, .account_information .form-row label {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 2px;
}
  #customer-profile-tabs .button.profileLogout {
    text-align: center;
    padding: 10px 10px 7px;
    min-width: 90px;
    width: 100%;
    margin-top: 8px;
    max-width: 130px;
  }
    #order-details .info-row .value {
        font-size: 15px;
        width: auto;
        min-width: 60px;
    }
    #order-details .info-row label {
        font-size: 16px;
        text-align: left;
        float: left;
    }
    #customer-profile-tabs .form-row {
        margin: 0 auto 20px;
    }
    .credit-debit-card .new-card {
        max-width: 200px;
        height: 100px;
        line-height: 60px;
    }
    body input[type="submit"], body input[type="button"], body button, body .button, body a.button {
        font-size: 15px;
        padding: 2px 20px;
        min-width: 90px;
        height: 46px;
    }
    #customer-profile-tabs .form-row {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    input[type="text"], input[type="password"], textarea, select {
        height: 46px;
        padding: 10px;
        font-size: 16px;
        background-position: calc(100% - 14px) 15px;
    }
    #customer-profile-tabs form {
        padding: 10px 0;
    }
    .errorlist {
        min-width: 240px;
    }
    #customer-profile-tabs .store_credit form {
        padding: 0;
    }
    form.store-credit-request-form textarea {
        border: 1px solid #ccc;
        height: 100px;
    }
    #customer-profile-tabs form.store-credit-request-form textarea {
        height: 100px;
    }
    /*start:poppup*/
    #webcommander-page .add-cart-information-popup.popup, #webcommander-page .add-to-wishlist-popup.popup, #webcommander-page .site-popup.popup, #webcommander-page .confirm-popup.popup, #webcommander-page .add-to-cart-popup, #webcommander-page .wish-list-popup, #webcommander-page .add-to-compare-popup, #webcommander-page .tell-friend.tell_friend_popup {
        margin: 0;
        max-width: 650px !important;
        overflow: auto;
        max-height: 471px;
        width: 95% !important;
        height: auto !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        transform: translate(-50%, -50%);
        left: 50% !important;
        right: 15px !important;
    }
    #webcommander-page .popup .header {
        padding: 30px 0 15px 0;
    }
    .popup {
        min-width: 260px;
    }
    .popup .body {
        padding: 0;
    }
    .popup .button-line, .popup .footer {
        padding: 6px 0 22px;
      background-color: transparent;
    }
    .popup table {
        margin-bottom: 8px;
    }
    .image-popup-container {
        left: auto !important;
        right: auto !important;
        margin: 0 10px;
        max-width: 95% !important;
        min-width: 95% !important;
        width: 95% !important;
        z-index: 10101010101 !important;
    }
    .image-popup-container img.popup-image {
        max-width: 100%;
    }
    #webcommander-page .popup .header {
        padding: 30px 0 15px 0;
    }
    #webcommander-page .popup.add-cart-information-popup .button-item .button, #webcommander-page .add-to-cart-popup.popup .button-item .button {
        width: 100%;
        padding: 12px 55px;
        margin: 6px 0;
        line-height: 26px;
    }
     #webcommander-page  .popup.add-cart-information-popup .close-btn.button {
       line-height: 22px;
    }
    .add-to-cart-popup .button-item .button, .add-cart-information-popup .button {
        padding: 9px 20px !important;
    }
#webcommander-page .add-to-wish-list-popup.popup .button-item .button {
  width: 100%;
  padding: 12px 55px;
  margin: 6px 0;
  line-height: 25px;
}
    .popup .button-item {
        margin: 12px 0 0px;
    }
    .page-product .image-popup-container .image-wrapper {
        padding: 0;
    }
    #webcommander-page .popup.add-cart-information-popup .variation-container .variation-type label.type-label {
        text-align: left;
        min-width: 60px;
    }
    #webcommander-page.page-profile .site-popup.popup .button-line {
        padding: 10px;
        text-align: center;
    }
    #webcommander-page.page-profile .site-popup.popup .title-bar.fee-popup {
        padding-left: 5px;
        background-color: transparent;
        padding-bottom: 0;
    }
    #webcommander-page.page-profile .site-popup.popup .content {
        padding: 20px 15px;
    }
    #webcommander-page.page-profile .site-popup.popup .content .payment-form select {
        width: 100%;
        padding: 0;
        font-size: 14px;
    }
    .page-profile .payment-form .double-input-row label {
        width: 100%;
    }
    .page-profile .payment-form .double-input-row span.form-type-info {
        font-size: 0;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }
    .page-profile .payment-form .double-input-row span.form-type-info:first-child {
        font-size: 12px;
        margin-bottom: 0px;
        display: inline-block;
        width: auto;
    }
    .payment-form .double-input-row .mandatory.mandatory-chosen-wrapper {
        width: 100%;
    }
    .page-profile .payment-form .header-wrapper h1 {
        margin: 0;
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 10px;
        font-weight: 400;
    }
    #webcommander-page.page-profile .site-popup.popup select, #webcommander-page.page-profile .site-popup.popup input {
        height: 40px;
    }
    #webcommander-page.page-profile .site-popup.popup .button-line button {
        font-size: 15px;
        padding: 12px 20px;
        min-width: 90px;
        border: 2px solid #7141B9;
    }
    /*end:popup*/
    .responsive .search-form.show input.search-text {
        width: 240px;
        right: 0;
    }
    .search-form.show button.icon-search.et_ecommerce_search {
        right: -70px;
    }
    .widget-navigation.user-nav .navigation-item-child-container {
        width: 190px;
        left: -20%;
    }
    .widget-navigation.user-nav .navigation-item-child-container .navigation-item.first::before {
        top: -9px;
        left: 69%;
    }
    .widget.widget-storeLogo {
        width: 76px !important;
        height: 118px !important;
        z-index: 1;
    }
    /*Page card checkout css code*/
    .page-cart table.cartitem-table {
        border: 0px solid #000;
        table-layout: inherit;
    }
    .page-cart .cartitem-btn-wrapper .button {
        /* padding: 7px 6px;
    display: block;
    margin: 15px auto;*/
        text-align: center;
    }
    .page-cart .shopping-cartitem .cartitem-table.product-thumb-view colgroup {
        display: none;
    }
    .auto-page.page-cart .cartitem-table.product-thumb-view thead th:first-of-type, .auto-page.page-cart .cartitem-table.product-thumb-view tbody td:first-of-type {
        text-align: center;
        width: 100%;
    }
    .page-cart .cartitem-table.product-thumb-view thead tr th, .page-cart .cartitem-table.product-thumb-view tbody tr td, .page-cart .cartitem-table.product-thumb-view tbody tr td.remove, .page-cart .cartitem-table.product-thumb-view tbody tr td.image, .page-cart .cartitem-table.product-thumb-view tbody tr td.product-name, .page-cart .cartitem-table .cart-item:first-child td, .page-cart .cartitem-table .cart-item:last-child td {
        width: 100%;
        max-width: 100%;
        text-align: center !important;
        padding: 7px 0;
        display: inline-block;
    }
    .cartitem-table td {
        border: medium none;
        display: block;
    }
    .auto-page.page-cart .cartitem-table.product-thumb-view tbody td.quantity {
        height: 37px;
    }
    .page-cart .quantity .stepper {
        width: 220px;
        position: relative;
        top: -35px;
        z-index: 999;
        margin: 0 auto;
        left: 53px;
    }
    .responsive .check-out-total .left-column, .responsive .check-out-total .right-column, .responsive .shopping-cart-total .left-column, .responsive .shopping-cart-total .right-column {
        margin: 0;
        width: 100%;
        text-align: center;
        display: block;
    }
    .responsive .shopping-cart-total .left-column {
        max-width: 220px;
        display: block;
        margin: 0 auto;
    }
    .cartitem-table tr {
        border-bottom: 4px solid #F3F3F3;
        padding: 8px;
    }
    .page-cart .cartitem-table td.quantity .wrapper::before {
        margin-left: -110px;
    }
    .page-cart .quantity .stepper {
        width: 123px;
        top: -33px;
        margin: 0 auto;
        left: 53px;
        display: flex;
    }
    .page-cart .cartitem-table tr {
        border-bottom: 5px #ececec solid;
    }
    .page-cart .cartitem-btn-wrapper {
        text-align: center;
    }
    .sub-total-left-panel-cart-details {
        margin: 0 auto;
    }
    .responsive .checkout-page-options .content-wrapper {
        padding: 20px;
    }
    .responsive .checkout-page-options .new-customer, .responsive .checkout-page-options .registered-customer {
        border-left: none;
        padding: 0;
        width: 100%;
    }
    .responsive .checkout-page-options .new-customer {
        margin-bottom: 20px;
        padding-bottom: 30px;
    }
    .responsive .checkout-page-options .registered-customer .form-row label {
        line-height: 40px;
        width: 100%;
        display: block;
    }
    .responsive .checkout-page-options .registered-customer input[type="text"], .responsive .checkout-page-options .registered-customer input[type="password"] {
        width: 100%;
        padding-left: 12px;
        float: none;
        margin: 0;
    }
    .responsive .checkout-page-options .registered-customer button.login-submit {
        width: 100%;
        margin-top: 5px;
        float: none;
        max-width: 100%;
    }
    .checkout-page-options .registered-customer .errorlist.after {
        bottom: -15px;
    }
    .checkout-page-options .registered-customer>h1 {
        font-size: 20px;
        padding: 0;
        line-height: 50px;
    }
    .checkout-page-options .registered-customer p {
        display: inline-block;
        padding: 0;
    }
    .checkout-page-options .new-customer h1 {
        line-height: 50px;
    }
    .checkout-page-options {
        max-width: 740px;
        margin: 30px auto;
    }
    .page-cart .shopping-cartitem {
        margin: 0px auto 25px;
    }
    .checkout-page .share-toolbar.toolbar {
        padding-left: 10px;
    }
    .checkout-page {
        margin: 0 auto 30px;
    }
    .checkout-page .section.loaded>.header>.title {
        font-size: 15px;
        padding-left: 10px;
        line-height: 22px;
    }
    .checkout-page .toolbar-btn {
        margin-left: 10px;
    }
    .checkout-page .section.loaded .body {
        padding: 0px 0px;
    }
    .checkout-page .section.loaded .header .title {
        padding-left: 40px;
    }
    .checkout-page .section>.header .title {
        font-size: 18px;
    }
    .checkout-page .section.loaded .header .title {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .order-custom-delivery-field-select-button .Zebra_DatePicker_Icon_Wrapper input[type="text"] {
        width: 85%;
    }
    .checkout-page .content-wrapper>.section {
        padding: 24px 18px;
    }
    .checkout-page .section>.header .title {
        font-size: 18px;
    }
    .display-text-custom-field {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
    }
    .delivery-calender-wrapper {
        height: 350px;
    }
    .checkout-page .address-view>.header {
        display: block;
        padding-top: 30px;
    }
    .order-custom-delivery-field-select-button-wrapper.form-row .order-custom-delivery-field-select-button input[type="text"] {
        font-size: 11px;
        padding: 0 5px;
    }
    table.cartitem-table colgroup {
        display: none;
    }
    .cartitem-table th.product-name, .cartitem-table td.product-name, .cartitem-table td {
        width: 100%;
        text-align: left;
    }
    .page-checkout .confirm-step-form .left-panel {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .cartitem-table td.price, .cartitem-table th.price {
        text-align: left;
    }
    .confirm-step-form table.cartitem-table {
        border: 1px solid #e8e8e8;
        table-layout: inherit;
    }
    .order-custom-fields-form label {
        font-size: 15px;
    }
    .page-checkout .confirm-step-form .right-panel {
        width: 100%;
        padding: 0;
    }
    .confirm-step-form .check-out-total {
        padding-top: 0;
        padding-bottom: 0;
    }
    .check-out-total>.price-row .label, .check-out-total>.price-row .price, .check-out-total>.price-row {
        text-align: left;
    }
    table.cartitem-table {
        border: 0px solid #000;
    }
    .cartitem-table td.price, .cartitem-table th.price {
        text-align: left;
    }
    .page-post-payment .price .wrapper span {
        min-width: auto;
        display: inline-block;
    }
    .page-post-payment .total-label .wrapper span {
        padding: 5px 0;
        text-align: left;
    }
    .checkout-page .toolbar-btn {
        margin-left: 10px;
    }
    .check-out-total>.price-row .price {
        font-weight: 700;
        min-width: auto;
    }
    .page-post-payment .payment-success-total>table td {
        padding: 4px 15px;
    }
    .page-post-payment .table_heading {
        font-size: 30px;
        padding-bottom: 16px;
        padding-top: 21px;
    }
    .page-post-payment .cartitem-table th {
        font-size: 19px;
    }
    .page-post-payment .cartitem-table th {
        width: 100%;
        display: none;
    }
    .page-post-payment .price .wrapper span {
        min-width: auto;
        display: inline-block;
    }
    .payment-gateway {
        padding-top: 0;
        margin-bottom: 0px;
    }
    .checkout-page .address-edit-from-wrap form .button {
        margin-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }
    .page-checkout form.confirm-step-form .cartitem-table tr td:nth-child(3) {
        text-align: left;
    }
    .page-checkout .confirm-order-button {
        float: left !important;
    }
    .page-checkout form.confirm-step-form .cartitem-table td {
        padding: 9px 15px;
    }
    .page-checkout form.confirm-step-form .cartitem-table tr td:nth-child(3) {
        text-align: left;
    }
    .checkout-page .section.loaded>.header {
        border-bottom: 0px solid rgba(112, 112, 112, .2);
    }
    /*Page card end css*/
}
.time-out.popup .header-line {
  background-color: #fff;
  text-align: center;
  padding-top: 80px;
padding-bottom: 40px;
}
.time-out.popup .body {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  max-width: 100%;
  padding-bottom: 0px;
margin-bottom: 0;
  margin-top: 35px;
}
.time-out.popup .header-line .ok:hover {
  background-color: #29124C;
}
.time-out.popup .header-line .ok {
  background-color: #7141B9;
  width: 150px;
  cursor: pointer;
  margin-top: 0px;
  text-transform:uppercase;
}
/*****Search Result******/

.entire-search .total-result {
    color: #7141B9;
    text-align: center;
    margin-bottom: 70px;
}

.entire-search .search-result>.title {
    text-align: left;
    padding: 0 0 30px 15px;
    border-top: 0;
    border-bottom: 0;
    font-size: 24px;
    margin-bottom: 15px;
}

.entire-search .search-results .search-result {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.entire-search .search-result.pages .title.page {
    padding: 0 0 15px 0;
}

.entire-search .search-results .page a {
    margin-bottom: 5px;
    font-weight: 700;
}

.entire-search .search-results .page .title {
    margin-right: 14px;
}

.entire-search h2 {
    font-size: 32px;
    padding-bottom: 0;
    text-align: center;
}

.page-search-result .page-content .footer {
    background: none;
    border-top: 1px solid rgba(112, 112, 112, 0.10);
    padding-top: 0;
    text-align: left;
    clear: both;
    padding: 20px 0 40px;
    margin-top: 40px;
}

.page-result-footer {
    margin-bottom: 100px;
}

.entire-search .search-results .page a:hover {
    color: #29124C;
}
 
.product-view .header, .category-view .header, .entire-search .header, .product-search .header {
    background-color: transparent;
    border-bottom: 0px solid #E6E6E6;
    padding: 20px 0 15px;
    text-align: right;
    margin-top: -50px;
}
body.page-category .product-container .title {
    display: none;
}
.page-search-result .page-content .footer .pagination span.page-number {
    width: 34px;
    height: 34px;
}

.search-result .pagination-literal-status, .search-result .pagination {
    font-size: 17px;
}

.page-search-result .page-content .footer select.per-page-count {
    float: right;
    padding: 0 25px;
    height: 50px;
    background-position: calc(100% - 14px) 18px;
}

.search-results .page .summary {
    font-size: 17px;
    line-height: 28px;
    text-transform: none;
    margin-bottom: 20px;
}

.product-sorting {
    display: inline-block;
    margin: 0;
    width: auto;
    padding: 5px;
}

/*****End Search Result******/

/***** Event Section *****/

.event-widget-container .event-name-card {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-top: 26px;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.event-widget-container .venue-location-card {
    display: none;
}

.widget.widget-event {
    margin-bottom: 100px;
}

.event-card-image {
    display: block;
    height: 220px;
}

.event-widget-container .event-card-image img {
    max-width: 100%;
    max-height: 800px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.event-widget-container .event-date-card {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
}

.event-price-card {
    font-size: 15px;
    color: #4C4C4C;
    padding: 10px 0 12px;
    position: relative;
}

.event-widget-container .event-date-card::before {
    content: "";
    left: 0;
    top: 2px;
    height: 16px;
    width: 2px;
    position: absolute;
    background: #7141B9;
}

.event-widget-container .event-price-card {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-top: 8px;
    padding: 10px 0 6px;
}

.event-widget-container .event-card-container {
    margin-top: 25px;
}

.event-widget-container .event-card {
    border-bottom: 0;
    padding-bottom: 0px;
}

.event-widget-container .event-card-wrapper:hover .event-name-card {
    color: #7141B9;
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

.event-widget-container .event-card-wrapper:hover img {
    -webkit-filter: grayscale(80%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
    -webkit-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}

/* Event details */

.event-details.event-container {
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.event-details .image-preview {
    width: 658px;
    padding: 0;
    margin-right: 90px;
    float: left;
}

.event-image-container.multi-image-scroll-wrapper {
    width: 100%;
    padding: 0 20px;
}

.event-image-preview-box {
    height: 520px;
    max-height: 520px;
    text-align: center;
    width: 100%;
    border: 0;
    padding: 0px;
}

.event-image-container .image-preview-box img {
    height: 100%;
}

.event-details .two-column-container {
    display: block;
    height: auto;
}

.event-details .basic-info .info-row {
    padding-left: 36px;
}

.event-details .start-time-row {
    border-width: 2px 0 0;
    padding-top: 35px;
    margin-top: 30px;
    padding-bottom: 25px;
}

.event-details .end-time-row {
    border-width: 0 0 2px;
    padding-bottom: 35px;
}

.event-details .start-time-row, .event-details .end-time-row {
    max-width: 100%;
    border-color: rgba(112, 112, 112, .2);
    color: #0F1627;
}

.event-details .info-row.start-time-row label, .event-details .info-row.end-time-row label {
    position: relative;
}

.event-details .info-row.start-time-row label, .event-details .info-row.end-time-row label {
    font-size: 17px;
    font-family: Figtree;
    color: #0F1627;
    width: 125px;
    vertical-align: middle;
}

.event-details .info-row.start-time-row span, .event-details .info-row.end-time-row span {
    font-size: 19px !important;
    font-family: Figtree;
    color: #000000 !important;
    font-weight: 600;
    line-height: 18px;
    vertical-align: middle;
}

.event-details .info-row.start-time-row label:before, .event-details .info-row.end-time-row label:before {
    content: "";
    background: url(../images/date.png) no-repeat center;
    width: 25px;
    height: 24px;
    display: block;
    position: absolute;
    left: -36px;
    top: -4px;
    background-size: contain;
}

.event-details .basic-info .info-row span {
    color: #0F1627;
    font-size: 16px;
    padding: 0;
    vertical-align: middle;
}

.event-details .basic-info .venue-row {
    position: relative;
    vertical-align: middle;
    padding-bottom: 15px;
    padding-top: 5px;
}

.event-details .basic-info .venue-row:after {
    height: 28px;
    width: 22px;
    background-image: url(../images/location.png);
    top: 1px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.event-details .info-row.event-downloadable-spec {
    border-bottom: 2px solid rgba(112, 112, 112, .2);
    padding: 4px 0 40px !important;
}

.event-details .info-row.event-downloadable-spec {
    padding-left: 162px !important;
    background: url('../images/event-info.png') no-repeat left 9px;
}

.info-row.event-downloadable-spec a {
    background: #F2F2F2;
    padding: 6px 32px 5px 12px;
    width: auto;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Figtree';
}

.info-row.event-downloadable-spec a:hover, .info-row.event-downloadable-spec a:hover .name {
    background: #e0e0e0;
}

.event-term-condition-panel textarea {
    color: #000;
}

.event-details a.et_pdp_download_spec:after, .venue-plan-image a.et_pdp_download_spec:after {
    display: none;
}

.event-details a.et_pdp_download_spec span.name, .venue-plan-image a.et_pdp_download_spec span.name {
    position: relative;
}

.event-details a.et_pdp_download_spec span.name:after, .venue-plan-image a.et_pdp_download_spec span.name:after {
    content: "";
    height: 11px;
    width: 11px;
    background: url(../images/external.png) no-repeat center;
    right: 0;
    top: 5px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: -18px;
    top: 6px;
    transition: all ease-in-out .2s;
}

.event-details a.et_pdp_download_spec span.file {
    background: url('../images/pdf.png') no-repeat center;
    width: 15px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

.event-details .basic-info .venue-row a {
    font-size: 20px;
    color: #000;
    font-family: 'Figtree';
}

.event-details .basic-info .venue-row label, .event-details .basic-info .venue-location-row label, .event-details .basic-info .venue-address-row label {
    width: 125px;
}

.event-details .basic-info .venue-row a:hover {
    color: #7141B9;
    text-decoration: none;
}

.event-details .basic-info .venue-row label {
    font-size: 17px;
    color: #0F1627;
    font-family: 'Figtree';
}

.event-details .section-info-view .stepper {
    display: flex;
    margin: auto;
}

.event-details .section-info-view {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.event-details .price-wrapper {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 25px;
}

.event-details .price-wrapper span.price {
    font-size: 51px;
    color: #7141B9;
    font-weight: 600;
    font-family: 'Figtree';
    padding: 0;
}

.event-details .price-wrapper span.section-name {
    display: none;
}

.event-details .quentity-wrapper {
    order: 2;
}

.event-details .buyTicketsWrapper {
    order: 3;
    flex-basis: 470px;
}

.event-details .buyTicketsWrapper .ticket-add-to-cart-button {
    max-width: 100%;
    background: url('../images/ticket.png') no-repeat #7141B9;
    background-position: calc(50% - 80px);
    border-radius: 0;
    font-size: 21px;
    margin-top: 0;
    height: 58px;
    padding-left: 50px;
}

.event-details .buyTicketsWrapper .ticket-add-to-cart-button:hover {
    background: url('../images/ticket.png') no-repeat #29124C;
    background-position: calc(50% - 80px);
    color: #fff;
}

.event-details .terms-and-condition input {
    display: inline-block;
    border: 1px #b3b3b3 solid;
    appearance: none;
    height: 18px;
    width: 18px;
    top: 0px;
}

.event-term-condition-panel .terms-and-condition {
    margin-top: 20px;
}

.event-details .terms-and-condition input:checked:after {
    top: 0px;
    left: 2px;
}

.event-term-condition-panel .terms-and-condition span {
    color: #000000;
}

/***** End Event Section *****/

/*event pop up css start*/

.page-event .service-custom-groups {
    padding-top: 35px;
}

.event-custom-information-popup .form-row input, .event-custom-information-popup .form-row select {
    height: 58px;
    font-size: 17px !important;
}

.page-event .event-custom-information-popup .button {
    font-size: 18px;
    color: #fff;
    text-align: center;
    min-width: 47%;
    padding: 14px;
    border-radius: 0 !important;
    height: 54px;
}

.page-event .popup .close-icon {
    margin-top: 0px;
    margin-right: 0px;
}

.page-event .service-custom-groups {
    padding: 45px 0px;
}

.event-custom-information-popup .form-row input, .event-custom-information-popup .form-row select {
    height: 58px;
    font-size: 17px !important;
    border-width: 0px;
}

.event-custom-information-popup .form-row textarea {
    font-size: 17px !important;
    height: 150px;
    border: 0px;
}

.event-custom-information-popup .form-row input, .event-custom-information-popup .form-row select {
    height: 58px;
    font-size: 17px !important;
    border-width: 0px;
}

.page-event .popup .close-icon {
    margin-top: 15px;
    margin-right: 12px;
}

.page-event .errorlist.after {
    position: relative;
    width: 100%;
}

.event-custom-information-popup .custom-field-container {
    overflow-y: auto;
    max-height: calc(100vh - 280px);
    padding: 0 50px 30px;
    background-color: #F5F5F7;
}

.page-event .popup {
    max-width: 806px;
    margin: 0 auto;
    width: 806px;
}

.page-event .popup.add-cart-information-popup .close-btn.button {
    color: #7141B9;
    background-color: transparent;
    border-color: #7141B9;
    border: 2px solid #7141B9;
}

.page-event .event-custom-information-popup.popup .close-icon {
    margin-top: 13px;
    margin-right: 7px;
}

.page-event .event-custom-information-popup.popup .button-line {
    background-color: #fff;
}

.page-event .event-custom-information-popup.popup .button-item {
    max-width: 725px;
    float: none;
    display: flex;
    margin-top: 0;
    justify-content: center;
}

.page-event .event-custom-information-popup .button {
    font-size: 18px;
    color: #fff;
    text-align: center;
    min-width: 50%;
    padding: 14px;
    border-radius: 0 !important;
    height: 54px;
}

.page-event .popup .button-item {
    max-width: 62%;
    float: right;
    display: flex;
    margin-top: -53px;
}

.page-event .prodict-name {
    font-size: 22px;
    color: #0F1627;
    font-weight: 600;
}

.page-event .popup.short-info .item>span {
    color: #0F1627;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Figtree';
}

.page-event .cart-page-display-unit-price {
    font-weight: 600;
    font-size: 21px;
    color: #000;
}

.page-event .short-info .item span {
    margin-right: 20px;
    color: #0F1627;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Figtree';
}

.page-event .total-amount, .page-event .currency-symbol {
    font-size: 21px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Figtree';
    color: #000;
}

.page-event .current-price > span {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Figtree';
    color: #000;
}
.page-event .current-price > span:first-child {
    width: 100px;
    display: inline-block; 
    font-size: 18px !important;
}
.page-event td.short-info .current-price span {
    font-size: 20px;
    font-weight: 500;
}
.page-event td.product-img.product-thumb-view {
    padding: 0 15px 0 0; 
}
.page-event td.short-info .current-price {
    color: #000;
    font-weight: 500;
}
.page-event .event-add-to-cart-popup.popup .button-item {
    max-width: 91%;
    margin: 0 auto;
    padding-right: 21px;
    color: #000;
}

.page-event .event-add-to-cart-popup.popup .header {
    border-bottom: 0px solid #d7d7d7;
}

.page-event .event-add-to-cart-popup.popup .subTitle {
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    padding-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
}


.widget-search.menu-search form input[type="text"]:focus {
    border: 0 !important;
    border-bottom: 1px solid #b0b0b0 !important;
}
/*.event-custom-information-popup .popup .button-line{
    background-color: #fff;
}*/

.page-event .service-custom-groups-body {
    display: flex;
    flex-wrap: wrap;
}

.page-event .custom-field-container .service-custom-groups-body .form-row {
    width: 50%;
    padding: 0px 15px;
}

.page-event .custom-field-container .service-custom-groups-body .form-row:last-child {
    width: 100%;
    padding: 0px 15px;
}

.widget.widget-event .no-events-in-card {
    text-align: center;
    padding-top: 80px;
    color: #f00;
    font-size: 20px;
}

/*event pop up css end*/

.discount-coupon-code-form .errorlist.after {
    position: relative;
    width: 100%;
}

.search-result .pagination span {
    line-height: 25px;
}

.page-blog-post figure {
    margin: 0 0 20px;
}

.widget.widget-snippet.footer-social.animated.fadeIn.fee-widget-selected {
    background: #7141B9
}
body .fee button {
   min-width:  auto;
}
.fee .popup button {
    background: #7141B9;
    border: 0;
    height: 40px;
    line-height: 12px;
}

.fee .popup button:hover {
    border: 0;
}

.fee-search-box.fee-search-panel button.fee-search-button {
    min-width: 10px;
}

.fee-search-box.fee-search-panel button.fee-search-button {
    min-width: 10px;
}

.fee input[type="text"]:focus, .fee input[type="password"]:focus, .fee textarea:focus, .fee select:focus {
    border: 0;
}

/* Venu Event Start*/
.venue-location-container .upper-container { 
    width: 100%;
    padding-bottom: 0px;
}
.venue-location-container .upper-left-container {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; 
    margin-right: 80px;
}
.venue-location-container .upper-left-container img { 
    width: 100%;
}
.venue-location-details h2.venue-title {
    font-size: 29px;
    font-family: 'Figtree';
    font-weight: 600;
    color: #29124C;
    margin: 0 0 18px 0;
}
.venue-location-container .venue-location-details:before {
    display: none;
}
.venue-location-container .venue-location-details .address { 
    font-size: 20px; 
    color: #000000;
    font-family: 'Figtree';
}
.venue-location-container .header-container .venue-location-back-button, .venue-location-container .header-container .close.icon { 
    color: #7141B9;
    font-size: 16px;
}
.venue-location-container .header-container .venue-location-back-button {
    margin-bottom: 20px;
}
.venue-location-container .header-container .close.icon{
    position: relative;
}
.venue-location-container .header-container .close.icon svg.wc-icon{
    display: none;
}
.venue-location-container .header-container .close.icon::before {
    content: "";
    background: url('../images/arror-back.png') no-repeat center;
    width: 32px;
    height: 14px;
    display: inline-block;
    background-position: 0 1px;
    position: absolute;
    left: -30px;
    top: 3px;
    transition: all ease-in-out .2s;
}
.venue-location-container .header-container:hover .close.icon::before {
    content: "";
    background: url('../images/arror-back.png') no-repeat center; 
    background-position: -31px 1px; 
}
.venue-location-container .header-container:hover span.venue-location-back-button {
   color: #081A3A;
}
.info-row.event-downloadable-spec span.name {
    padding: 0 !important;
}
.venue-location-container .venue-location-details { 
    padding-left: 0;
    margin-top: 0;
}
.google-map-container-event-venue {
    height: 426px; 
    margin-top: 25px;
    max-width: 100%;
    box-shadow: none;
    border: 0;
}
.venue-site-url {
    font-size: 16px;
    color: #0F1627;
}
.venue-location-container {
    max-width: 1366px;
    margin: 100px auto 0;
}
/* Venu Event End*/

body.widget-snippet .social-link::before {
    position: relative;
    margin-bottom: 10px;
    display: block;
}
body.widget-snippet .social-link {
    background:#081a3a;
}
.login-popup.popup .fee-login-panel .form-row.submit-row .login-button {
    color: #ffffff;
}
.fee .slider-editor-action-button.slider-editor-action-button.button-line {
    padding: 10px;
}
.fee-pu-image-properties-view .jssor-caption-list .jssor-caption-create {
    padding: 5px 30px;
}
.fee-pu-image-properties-view .jssor-caption-list .jssor-caption-create:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.fee-widget-editor-popup .fee-widget-insert-button button.fee-save {
    font-weight: normal;
    height: auto;
    line-height: normal;
    background: #4caf50;
    border: 1px solid #4caf50;
    margin: 0;
    padding: 10px;
}
.fee-widget-editor-popup .item-of-widget-panel-ui button.fee-pu-button.fee-add-button {
    font-weight: normal;
    background: #4caf50;
    border: 1px solid #4caf50;
}
.fee-widget-config-panel.product .fee-table tr {
    display: table-row;
}
.fee-widget-config-panel.product td.actions-column, 
.fee-widget-config-panel.product th.actions-column {
    padding-right: 10px!important;
    text-align: right;
}
.fee-widget-config-panel.product button.fee-save,
.fee-widget-config-panel.product button.fee-cancel {
    font-size: 14px;
}
body.fee .fee-common-popup-content .button-line>button {
    height: auto;
    padding: 0;
}
.fee section.calendar-section {
    padding-left: 15px;
    padding-right: 15px;
}

/* Senior Coaches */
body.page-senior-coaches .body {
    background: #F5F5F5;
}
/*
body.page-senior-coaches .widget-pageHeading {
    margin-bottom: 70px;
    background-image: url(../images/senior-coaches-bg.png);
}
*/

.responsive div.widget-snippet .premiership-block-content ul li div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
div.widget-snippet .premiership-block-content ul li div .premiership-number {
    width: 92px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 92px;
            flex: 0 0 92px;
}
div.widget-snippet .premiership-block-content ul li div span {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    line-height: normal;
    padding-top: 10px;
}
.news .blog-post-item .content {
    height: 80px;
    overflow: hidden;
    padding-bottom: 0;
}
.news .blog-post-item .content p {
    color: #ffffff;
}
.widget-blogPost.news .blog-post-content .blog-post-item {
    height: auto;
    padding-bottom: 0;
}
.news .blog-post-item .title a {
   font-size: 21px;
font-weight: 800;
  color:#fff;
}
.blog-post-item .title a {
    color: #ffffff;
    font-size: 20px;
}
.fee-category-selection-panel.item-of-widget-panel-ui .fee-table tr {
    display: table-row;
}
.fee-blogPost-popup .insert-widget-card-ui button.select-blog-post {
    background: #1198c5 none repeat scroll 0 0;
    border: 1px solid #1198c5;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    margin-top: 5px;
    height: auto;
    padding: 12px 18px;
    border-radius: 3px;
}
.fee-widget-navigation-config-panel .fee-navigation-panel .form-row input {
    height: 40px;
}

.fee-navigation-popup .fee-navigation-create-panel input.create-navigation-inp {
    height: 40px;
}
.fee-navigation-popup .fee-navigation-create-panel .errorlist {
    background: none;
}

.fee-navigation-create-panel .form-row.create-nav-button button {
    font-size: 14px;
    color: #ffffff;
}
.fee-navigation-create-panel .form-row.create-nav-button button:hover {
    background: #2196f3;
    -webkit-box-shadow: 0 -100px 0 0 rgba(0,0,0,0.1) inset!important;
    -moz-box-shadow: 0 -100px 0 0 rgba(0,0,0,0.1) inset!important;
    box-shadow: 0 -100px 0 0 rgba(0,0,0,0.1) inset!important;
}
.fee .fee-html-edit-content-popup .form-row input.input-title {
    height: 40px
}
.fee .fee-html-edit-content-popup .button-line button {
    height: 45px;
    margin: 0;
    line-height: 19px!important;
}
body.fee .fee-common-popup-content .fee-widget-navigation-add-button.button-line .fee-cancel {
    height: 48px;
    padding: 5px 45px;
}
body .fee-common-popup-content .header-line .close, 
body .fee-popup .title-bar .close, 
.image-upload-popup-with-cropper.image-upload-with-cropper .title-bar.fee-popup .close, 
.fee .popup.notification .close {
    background: #2b81cb none;
}
.fee .popup.notification .close {
    background: none;
    top: calc(50% - 13px);
}
.fee .asset-library-select.edit-popup button {
    font-size: 14px;
    margin: 0;
    line-height: 15px!important;
}
.blog-post-item .content {
    color: #ffffff;
}
.blog-post-info span.comment-count {
    background: none;
    display: block;
    padding: 0 0 5px;
    color: #ffffff;
}
.chosen-container .chosen-results .chosen-result {
  text-align: left;
  color: #000;
  height: 40px;
  padding: 15px;
  font-size: 17px;
}
body.widget-snippet .membership-content .item-box a{
    padding: 20px
}
.widget.widget-snippet .membership-content .item-box {
    margin-bottom: 0;
    padding: 35px 35px 0px;
}
.product-widget .variation-container .chosen-container {
  min-width: 290px;
}
.widget-snippet .history-top p i {
  color: #000;
}
.tell-friend-popup textarea.msg-field.input-box {
    min-height: 70px;
}
.confirm-popup.popup .button-line button {
  height: 44px;
}
.page-blog-post .widget-pageHeading h1 {
  font-size: 55px;
  line-height: 65px;
}
.page-blog-post .widget.widget-breadcrumb {
    display:none;
}

.page-blog-post .widget-pageHeading h1::before, .page-blog-post .widget-pageHeading h2::before {
  top:3px;
}
.widget.widget-article.foter-location p{
  font-family: 'Figtree';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    padding:0;
    margin:0;
    color: #FFFFFF;
}
.footer .widget-snippet .social-link a:hover i {
  color: #7141B9;
}
.header .widget-snippet .social-link a:hover i {
  color: #381a62;
}

.footer .widget.widget-snippet .social-link:before {
  content: "Follow us on social media:";
  position: absolute;
  left: 0;
  top:-2px;
  font-size: 30px;
font-family: 'Figtree';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 30px;
letter-spacing: 0.02em;
color: #FFFFFF;
}
.footer .widget.widget-snippet .social-link {
    border-right: 0;
}
.widget.widget-snippet .title-container {
    border-bottom: 4px solid #29124C;
 
}

.widget.widget-snippet .title-container div.heading-title h2 {
    color: #29124C;
  font-family: 'Figtree';
  font-weight: 700;
} 
.widget.widget-snippet .title-container a {
    color: #29124C; 
  font-family: 'Figtree';
}

.widget.widget-snippet .title-container a:after {
    content: "";
    position: absolute;
    background: url(/template/80d3ffa5/images/title-right-arrow.svg);
    border: 0;
    margin-left: 10px;
    height: 31px;
    width: 31px;
  top: -4px;
right: -39px;
}
.widget.widget-snippet .title-container a:hover:after{
  background-position: 0 -59px;
  color: #7141B9;
  border: 0;
}
.widget.widget-snippet .title-container a:hover {
    color: #7141B9; 
}

.widget.widget-snippet .title-container a {
  margin-right: 38px;
  font-family: 'Figtree';
  position:relative;
  font-weight:700;
}
.widget.widget-snippet.about-title,
.widget.widget-snippet.about-content {
  background: #f5f5f5;
}

.page-home .widget-blogPost .blog-post-content .footer {
  border: 0;
}

.widget.widget-snippet .banner-about-us {
  padding: 40px 0 0;
}
.widget.widget-snippet .sponsors-container {
  margin-bottom: 80px;
}
.widget.widget-form.get-intouch-form .btn-row button[type="submit"]:hover {
  background: #381A60;
}
.page-home .widget-snippet .sponsors-section-new .row-sponsors-new:first-child .title-container-new {

  display: none;
}
.widget.widget-snippet .bottom-btn {
  display: none;

}
.widget.widget-html.club-top {
  margin: 0 0 70px 0;
}
.widget.widget-html.vision-title h2 {
padding-bottom: 10px;
font-size: 42px;
font-weight: 600;
color: #29124C;
font-family: Figtree;
line-height: 54px;

}
.widget.widget-html.club-top p {
  font-size: 16px;
  line-height: 31px;
  color: #000;
  font-weight: 500;
}
.widget.widget-snippet .history-picture {
  height: auto;
  margin: 0 0 0 30px;
}

.widget.widget-snippet .get-in-touch .info-item.phone{
    display:none;
}
.page-club-overview .widget.widget-snippet .history-top .col-md-8 {
    width: 58%;
}
.page-club-overview .widget.widget-snippet .history-top .col-md-4{
    width: 42%;
}
.page-login .form-row.remember input {
    margin-top: -3px;
}
.widget.widget-snippet .subs-newsletter a,
.widget.widget-snippet .subs-newsletter a:hover{

    text-decoration: none;
}
.widget.widget-snippet .banner-about-us .inner-about-us .bar-2 img{
  height: 381px;
    object-fit: cover;

}
body.widget-snippet .bottom-btn {
  display: none;
}
.auto-page.page-profile button.cancel-button {
  background-color: transparent;
  color: #7141b9;
  border: 2px solid #7141b9;
  margin-right: 10px;
}
.auto-page.page-profile button.cancel-button:hover {
  background-color: #7141b9;
  color: #fff;
  border: 2px solid #7141b9;
}
.widget-snippet .about-block-title h2,
.widget-snippet .single-senior-coaches .all-content .infos a{
    font-family: 'Figtree' !important;
}
.widget-snippet .single-senior-coaches .all-content .infos a {
    font-family: 'Figtree' !important;
    color: #0D1E3E !important;
    font-size: 15px !important;
    line-height: 19px !important;
    font-weight: 500 !important;
}
.widget.widget-snippet.executive-committe-title .title-container a{
    display: none;
}
.page-players-and-coaching-staff .body {
    background: whitesmoke;
}
.page-players-and-coaching-staff .single-senior-coaches .all-content .infos {
    border-left: 0 !important;
    padding: 0 !important;
}
body.widget-snippet .single-senior-coaches .all-content .team-name,
body.widget-snippet .single-senior-coaches .all-content .desg,
body.widget-snippet .single-senior-coaches .all-content .text,
body.widget-snippet .single-senior-coaches .all-content .infos a,
.fee .single-senior-coaches .all-content .team-name,
.fee .single-senior-coaches .all-content .desg,
.fee .single-senior-coaches .all-content .text,
.fee .single-senior-coaches .all-content .infos a{
    padding: 10px;
}

.page-content > .v-split-container > .v-split.fee-fixed-width-content,
.widget-container > .v-split-container .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split.fee-fixed-width-content,
.widget-container > .page-content > .v-split-container > .v-split.fee-fixed-width-content {
    width: auto;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 683px) !important;
    padding-right: calc(50% - 683px) !important;
}
.fee .widget-snippet .premiership-block{
    padding: 10px;
}

body.page-cart .page-content {
    width: 1366px;
    max-width: 100%;
    margin-bottom: 100px;
}