.top-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.header-main {
    background-color: #513575;
}

.top-free p {
    font-size: 13px;
    line-height: 0px;
    color: #caff4b;
    font-weight: 600;
    font-family: "Poppins-Regular";
    margin: 0;
    display: block;
}

.welcome-msg {
    font-size: 12px;
    line-height: 0px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Poppins-Regular";
}

li.accountsec-login a {
    position: relative;
    /* top: -2px; */
}

ul.accountsec li a {
    font-size: 13px;
    line-height: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins-Regular";
}

ul.accountsec {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.accountsec li a {
    font-size: 13px;
    line-height: 0px;
    text-transform: uppercase;
    color: #000000;
    font-weight: normal;
    font-family: 'Poppins-Medium';
}

ul.accountsec li {
    padding: 0;
    margin: 0;
    position: relative;
}

li.accountsec-register::before {
    content: "";
    border-right: 2px solid #e0292d;
    margin: 0 5px;
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 13px;
    top: 5px;
    left: 0;
}

.ammenu-header-container .header.content .ammenu-logo img {
    width: 236px;
}

.header-main {
    background: #fff;
}

.top-header-right {
    position: relative;
    z-index: 999;
}

.top-header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 3px 0 4px;
}

.top-header-left p {
    margin: 0;
}

.top-header-left {
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}

.top-header-left strong {
    color: #fff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
}

body .navigation ul {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}

ul.accountsec {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.accountsec li:after {
    content: "";
    border-right: 1px solid #ccb58c;
    margin: 0 7px;
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 13px;
    top: 3px;
    left: 0;
}

ul.accountsec li:first-child::after {
    content: none;
}

ul.accountsec li {
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 18px;
    margin-top: -3px;
}

ul.accountsec li span {
    color: #301934;
    font-size: 10px;
    position: relative;
    /* top: -2px; */
}

ul.accountsec .line {
    font-size: 12px;
    color: #ccb58c;
    /* font-weight: 600;
    font-family: "open_sanssemibold"; */
}

ul.accountsec li a:hover {
    color: #301934;
}

li.accountsec-register::before {
    content: "";
    border-right: 2px solid #000;
    margin: 0 5px;
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 13px;
    top: 5px;
    left: 0;
}

.welcome-msg {
    font-size: 12px;
    color: #fff;
    font-family: 'Poppins-Regular';
}

header.page-header {
    background: #fff;
    position: relative;
    margin-top: -15px !important;
    padding: 5px 0 0;
    margin: 0;
}

body .header.content:before,
body .header.content:after {
    display: none;
}

body .header.content {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    max-width: 1490px;
}

body .header.content .logo {
    margin: 0;
    max-width: 22%;
    float: none;
}

body.checkout-index-index .header.content .logo {
    margin: auto;
}

.header-account {
    /* background: rgba(0,0,0,0.27);
    border-radius: 15px;
    padding: 7px 12px 2px;
    z-index: 1; */
}

.header-account {
    margin-left: auto;
    margin-right: 70px;
}

body .block-search {
    float: none;
    padding-left: 0;
    position: relative;
    width: 540px;
    z-index: 4;
    margin-left: auto;
    margin-right: 0;
}

body .block-search input[type="text"] {
    background: #f4f4f4;
    border: none;
    border-radius: 4px;
    height: 35px;
    padding: 0 55px 0 15px;
    font-style: italic;
    font-size: 14px;
    line-height: 0px;
    color: #bababa;
    font-weight: 400;
    font-family: 'Poppins-Regular';
}

body .block-search input::placeholder {
    color: #bababa;
}

.block-search .action.search.disabled,
.block-search .action.search[disabled],
fieldset[disabled] .block-search .action.search {
    opacity: 1 !important;
    pointer-events: unset !important;
}

._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
    box-shadow: none !important;
}

body .block-search .action.search {
    padding: 0px 11px !important;
    line-height: 35px;
    border-radius: 0 4px 4px 0;
    right: 0;
    transition: all ease .4s;
    background: #f4f4f4;
}

body .block-search .action.search:hover {
    /* background: #c9ff4b; */
}

body .block-search .action.search:hover:before {
    color: #fff;
}

body .block-search .action.search:before {
    font-size: 17px;
    line-height: 35px;
    color: #AE8D54!important;
    font-weight: bold;
}

.header-account-main {
    display: none;
}

.header-call-details {
    /* background: url(../images/Untitled-1.png); */
    background: url(../images/dt-phone.svg);
    padding-left: 68px;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: 4px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.header-call-title.enquiry {
    font-size: 13px;
    text-transform: uppercase;
    color: #343434;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
}

.header-call-subtitle {
    font-size: 9px;
    text-transform: uppercase;
    color: #b6b6b6;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    display: none;
}

.call a {
    text-transform: uppercase;
    text-shadow: none;
    display: inline-block;
    font-size: 26px;
    color: #AE8D54;
    font-weight: normal;
    font-family: 'Poppins-Bold';
    line-height: 25px;
    text-decoration: none !important;
}

body .nav-sections-item-content>.navigation {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #9e9e9e;
    max-width: 1490px;
}

.header-social {
    display: flex;
}

.header-social .social-item a img {
    width: 35px;
}

.logo img {
    /* width: 275px; */
    width: 100%;
}

body .minicart-wrapper {
    margin-left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}

body .minicart-wrapper .action.showcart:before,
body .minicart-wrapper .action.showcart.active:before {
    content: "";
    /* background: url(../images/basket.png); */
    background: url(../images/basket.svg);
    background-repeat: no-repeat;
    width: 42px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 38px;
    display: block;
    text-align: center;
    margin: 0 auto;
    background-position: 1px 2px;
    position: absolute;
    left: 0;
    top: -5px;
}

body .minicart-wrapper .action.showcart .counter.qty.empty,
body .minicart-wrapper .action.showcart .counter.qty {
    display: block;
    background: transparent;
    color: #fff;
    height: auto;
    line-height: normal;
    border-radius: 2px;
    display: inline-block;
    margin: 0;
    min-width: 18px;
    overflow: visible;
    padding: 0;
    text-align: center;
    white-space: normal;
    position: absolute;
    /* top: 65%; */
    /* transform: translate(-50%,-50%); */
    /* left: 50%; */
}


/*body .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;    
    color: #fff !important;
    top: -46px;
    position: absolute;    
    z-index: 9999;
    left: -60px;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    width: 17px;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

body .minicart-wrapper span.counter-number::after {
    content: "";
    background: #AE8D54;
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
    top: -3px;
    left: -4px;
}*/

.minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
    display: inline !important;
    color: #fff !important;
    line-height: 1;
}

body .minicart-wrapper .action.showcart {
    position: relative;
}

body .nav-sections {
    margin: 0;
    background: #fff;
}

body .minicart-wrapper .block-minicart {
    background: #fff;
    border: 1px solid #a4a4a4;
    margin-top: 16px;
}

body .minicart-wrapper .block-minicart:after {
    border-color: transparent transparent #a4a4a4 transparent;
}

body .minicart-wrapper .action.close {
    right: 5px;
    top: 5px;
    padding: 0 !important;
}

body .navigation .level0.home>.level-top {
    /* background: #000; */
    padding: 8px 23px 6px;
}

body.cms-home .navigation .level0.home>.level-top {
    background: #154b75;
}

body .navigation .level0>.level-top {
    line-height: 42px;
    display: inline-block;
    border: 0 !important;
    padding: 8px 30px 6px;
    position: relative;
    font-size: 17px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #343434;
    font-weight: normal;
    font-family: 'Poppins-Bold';
}

body .navigation .level0 {
    margin: 0;
    position: relative;
}

body .navigation .level0:last-child a::after {
    content: none;
}

body .navigation .level0.active>.level-top,
body .navigation .level0.has-active>.level-top {
    color: #AE8D54;
    background: #fff;
}

body .navigation .level0.home>.level-top img {
    margin-top: -8px;
}

body .navigation .level0>.level-top:hover,
body .navigation .level0>.level-top.ui-state-focus {
    color: #AE8D54;
    /* background: #854fb1; */
}

body .navigation .level0 .submenu {
    background: #fff;
    border: 0;
    box-shadow: none;
}

body .navigation .level0 .submenu a {
    font-family: "Poppins-Bold";
    text-transform: uppercase;
    color: #fff;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: normal;
    padding: 8px 15px;
}

body .navigation .level0 .submenu a:hover,
body .navigation .level0 .submenu a.ui-state-focus {
    background: #fff;
    color: #AE8D54;
    text-decoration: none;
}

body .navigation .level0 .submenu .active>a {
    color: #AE8D54;
    border: 0;
}

body .minicart-items .product-item-name {
    text-align: left;
}

body .minicart-items .update-cart-item {
    background: #AE8D54;
    border-color: #AE8D54;
    text-transform: uppercase;
    font-family: "Poppins-Bold";
    font-size: 12px;
    transition: all ease .4s;
    color: #fff;
    font-weight: normal;
    box-shadow: none !important;
    display: none;
}

body .minicart-items .update-cart-item:hover,
body .minicart-items .update-cart-item:focus,
body .minicart-items .update-cart-item:active {
    background: #AE8D54;
    border-color: #AE8D54;
    color: #fff;
    box-shadow: none !important;
}

a.action.viewcart:hover {
    color: #AE8D54;
}

a.action.viewcart {
    color: #000;
}

body .minicart-wrapper a.account-block:before {
    content: "";
    background: url(../images/my-acc.png);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 42px;
    display: block;
    margin: 0 auto;
}

body .minicart-wrapper span.text-basket {
    font-size: 13px;
    line-height: 0px;
    color: #ffffff;
    font-family: "Poppins-Regular";
    overflow: visible !important;
    padding: 0;
    position: inherit !important;
    width: auto !important;
    text-transform: uppercase;
    display: none;
}

a.account-block {
    margin-right: 15px;
    display: none;
}

body .navigation .level0.parent>.level-top>.ui-menu-icon:after {
    /* content: "";
    background: url("../images/menu-down.png"); */
    position: relative;
    top: -15px;
    color: #fff;
}

body .navigation .level0.parent>.level-top:hover .ui-menu-icon:after {
    color: #fff;
}

.free {
    /* background: url("../images/free.png");
    background-repeat: repeat;
    background-repeat: no-repeat;
    padding-left: 30px; 
    margin-left: 10px;
    background-size: 24px; */
    color: #14b7f7;
    font-family: 'Poppins-Regular';
}

.block-minicart .subtitle.empty {}

body .minicart-wrapper span.text-basket {
    line-height: normal;
    overflow: visible !important;
    position: inherit !important;
    width: auto !important;
    text-transform: none;
    display: block;
    height: auto !important;
    clip: inherit !important;
    margin-top: -10px !important;
    font-size: 21px;
    color: #464646;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    line-height: 21px;
}

body .minicart-wrapper .action.showcart .counter.qty.empty1,
body .minicart-wrapper .action.showcart .counter.qty.empty {
    display: flex;
    background: 0 0;
    color: #fff;
    height: auto;
    line-height: normal;
    border-radius: 2px;
    margin: 0;
    min-width: 18px;
    overflow: visible;
    padding: 0;
    text-align: center;
    white-space: normal;
    font-size: 12px;
    color: #AE8D54 !important;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    /* margin-top: -7px; */
    position: inherit;
}

body .minicart-wrapper .action.showcart .counter.qty.bottom-qty {
    display: flex;
    margin: 0;
    min-width: 25px;
    min-height: 25px;
    overflow: visible;
    padding: 0px 3px;
    text-align: center;
    white-space: normal;
    font-size: 12px;
    color: #fff !important;
    font-weight: normal;
    font-family: 'Poppins-Medium';
    color: #fff !important;
    position: absolute;
    top: -10px;
    left: -16px;
    font-size: 12px;
    background: #AE8D54;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
}

body .minicart-wrapper .action.showcart .counter.qty span {
    color: #AE8D54;
    display: flex;
}

.counter .price0 {
    display: none !important;
}

.counter.empty span.counter-label0.counter-label {
    display: block !important;
}

span.counter-label0.counter-label {
    display: none !important;
}

span.subtotal {
    display: block !important;
}

.counter.empty span.subtotal {
    display: none !important;
}

span.counter-label {
    clip: inherit !important;
    height: auto !important;
    overflow: visible !important;
    position: inherit !important;
    width: auto !important;
    margin: 0 !important;
}

span.counter-label span {
    margin-left: 2px;
}

span.dash {
    margin: 0 3px;
}

span.counter.qty.bottom-qty span.counter-label {
    display: none !important;
}

.counter.empty .price0 {
    display: block !important;
    margin-right: 3px;
}

body .minicart-wrapper .action.showcart .counter.qty span.checkout {
    color: #d0bb94 !important;
}

body .minicart-wrapper .action.showcart {
    position: relative;
    padding-left: 48px;
    padding-top: 7px;
    text-decoration: none !important;
}

.header-account-main a {
    margin-right: 18px;
    /* display: none; */
    margin-left: 20px;
    font-size: 0;
    display: block;
}

body .minicart-wrapper .header-account-main a:before {
    content: "";
    background: url(../images/account.png);
    background-repeat: no-repeat;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: 35px;
    display: block;
    margin: 0 auto;
    background-position: center;
}

body .magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: space-between;
}

body .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children {
    float: left;
    text-align: left;
    width: calc(16.66% - 10px);
    padding: 0 0 10px;
}

body .magicmenu .nav-desktop .level0:hover .level-top-mega {
    opacity: 1;
    top: 47px;
    visibility: visible;
    padding: 0;
}

body .magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children>ul {
    padding: 0 0;
    position: relative;
    list-style: none;
}

body .magicmenu .nav-desktop .level0 .level-top-mega .children.level1>a {
    border-width: 0 0 0;
    border-style: none;
    font-weight: normal;
    padding: 0 0 10px;
    display: block;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    color: #000 !important;
}

body .magicmenu .nav-desktop .level0 .level-top-mega .children.level1>a span {
    font-size: 13px !important;
    position: relative;
    color: #000 !important;
    font-family: 'Poppins-Bold';
    line-height: 15px;
}

body .magicmenu .nav-desktop .level0.home {
    margin-left: 20px;
    position: static;
    display: none;
}

body .magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 6px;
    position: relative;
    outline: medium none;
    display: block;
    text-align: left;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
}

body .magicmenu .nav-desktop .level0 .level-top {
    padding: 15px 6px;
    position: relative;
    outline: medium none;
    display: block;
    text-align: left;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
}

body .magicmenu .nav-desktop .level0 .level-top-mega .children a,
body .magicmenu .nav-desktop .level0 .level-top-mega .children a span {
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 13px !important;
    line-height: 20px;
    color: #4d1991 !important;
    font-family: 'Poppins-Medium';
}

body .rootmenu>.rootmenu-list>li:first-child>a {
    padding: 15px 0;
}

body .rootmenu>.rootmenu-list>li>a {
    display: block;
    line-height: 15px;
    position: relative;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
}

body .rootmenu>.rootmenu-list .root-col-1 {
    /* padding: 0 !important; */
}

body .rootmenu>.rootmenu-list>li .categoriesmenu .title,
body .rootmenu>.rootmenu-list .halfmenu .title {
    font-size: 12px;
}

body .rootmenu .title a,
.rootmenu .title a {
    color: #424242;
    font-size: 13px;
    font-family: 'Poppins-Bold';
    line-height: 12px !important;
}

body .rootmenu>.rootmenu-list .cat_img_as_icon {
    display: none !important;
}

body .rootmenu>.rootmenu-list .categoriesmenu ul>li>a {
    font-weight: normal;
    line-height: 17px;
    text-align: left;
    padding: 3px 0;
    border-right: 0 none;
    display: block;
    background-size: 4px;
    color: #4d1991 !important;
}

body .nav-sections-item-content>.page-main {
    display: block;
    padding: 0;
}

.block-minicart .subtotal {
    margin: 0 10px 10px;
    text-align: right;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

.minicart-wrapper .block-minicart {
    font-family: 'Poppins-Regular';
    font-size: 15px;
}

body .block-minicart .block-content>.actions>.primary .action.primary {
    display: block;
    width: 100%;
    background: #ab8955;
    /* border: 1px solid #ab8955; */
}

body .minicart-items .product-item-name a {
    color: #333;
    font-family: 'Poppins-Bold';
    height: auto;
    margin: 0;
    text-align: left;
}

body .modal-content {
    border: none !important;
    font-size: 15px;
    font-family: 'Poppins-Regular';
}

header.modal-header {
    border-bottom: none !important;
}

footer.modal-footer {
    border-top: none !important;
}

.modal-footer button {
    background: #AE8D54;
    border-color: #AE8D54;
    text-transform: none;
    font-family: 'Poppins-Medium';
    font-size: 16px !important;
    transition: all ease .4s;
    color: #fff;
    font-weight: 400;
    box-shadow: none !important;
    padding: 9px 22px 6px !important;
    text-transform: uppercase;
    border-radius: 4px;
}

body .ammenu-nav-sections.-topmenu .ammenu-main-container {
    padding: 0;
    background: #fff !important;
}

body .ammenu-menu-wrapper {
    margin-bottom: 0;
    /* border-top: 1px solid #333; */
}

body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link span.ammenu-text {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #343434;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
}

body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
    padding: 14.5px 40px;
    text-decoration: none !important;
}

body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link:hover {
    background: #333 !important;
    color: #fff !important;
}

body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link:hover span.ammenu-text {
    color: #fff !important;
}

.submenu-custom {
    display: flex;
    justify-content: space-between;
}

.left-image {
    width: 25%;
}

.right-custom-menu {
    width: 72%;
}

.right-custom-menu .custom-menu-main {
    display: flex;
    /* justify-content: space-between; */
}

.right-custom-menu .custom-menu-main .menu-block {
    width: 20%;
}

.right-custom-menu h2 {
    font-size: 25px;
    text-transform: uppercase;
    color: #AE8D54;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    margin: 0 0 25px !important;
}

.menu-block h3 {
    font-size: 16px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 20px;
}

.menu-block li a img {
    width: 19px;
    margin-right: 7px;
    margin-top: -4px;
}

.menu-block ul li a {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #000000;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    margin-bottom: 10px;
    display: block;
    text-decoration: none !important;
}

body .ammenu-items .view a,
body .ammenu-nav-sections .view a {
    border-radius: 4px;
    background-color: #333333;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 41px;
    color: #ffffff;
    font-weight: normal;
    font-family: 'Poppins-Bold';
    padding: 4px 25px 0 25px !important;
    border: 1px solid;
    text-decoration: none !important;
}

body .ammenu-items .view a:hover,
body .ammenu-nav-sections .view a:hover {
    border: 1px solid #333;
    color: #333 !important;
    background-color: #fff;
}

body .ammenu-items .view,
body .ammenu-nav-sections .view {
    text-align: center;
    padding: 20px 0;
}

body .ammenu-nav-sections.-topmenu .ammenu-items {
    max-width: 1460px !important;
    justify-content: center;
    border-top: 1px solid #333;
}

body .ammenu-tabs-list .ammenu-button {
    font-size: 17px;
    min-height: auto;
    padding: 8px 5px 3px;
}

body .ammenu-menu-wrapper .ammenu-icon-block path {
    fill: #333 !important;
}

body .ammenu-nav-sections.-mobile .ammenuprem-mobile-content ul {
    list-style-type: none;
}

body .ammenu-header-container .header.content .ammenu-logo {
    display: block;
    margin: 0 auto 0 0;
    min-width: 110px;
}

.ammenu-nav-sections.-sidebar .ammenu-text {
    text-transform: uppercase !important;
}

body .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    padding: 35px 40px 15px 40px;
    border-top: 7px solid;
}

body .fotorama__nav--thumbs {
    margin-top: -18px;
}

body .ammenu-button.-hamburger {
    border-bottom: 3px solid;
    border-top: 3px solid;
    height: 22px;
    margin: 28px 20px 20px 0;
    width: 30px;
    border-color: #000 !important;
    /* background: #000 !important; */
    color: #000 !important;
}

body .ammenu-button.-hamburger:before {
    border-top: 3px solid;
    border-color: #000 !important;
    background: #000 !important;
}

.ammenu-button.-hamburger {}

li.ammenu-item.category-item:last-child a span {
    /* color: #AE8D54 !important; */
}

.empty1 .loader {
    display: none;
}

.minicart-items .product-item:first-child {
    padding-top: 0 !important;
}

.minicart-wrapper .block-minicart li {
    margin: 0;
    padding: 20px 0 !important;
}

.header-mobile-only {
    display: none;
}

button.action-primary.action-accept::before {
    content: "Yes, Remove";
    font-size: 16px;
}

button.action-primary.action-accept span {
    display: none;
}

button.action-secondary.action-dismiss {
    background: #343434;
    border-color: #343434;
}

body .minicart-wrapper .action.showcart .counter.qty .loader>img {
    top: -39px;
}

a:active,
.alink:active {
    color: #AE8D54;
}

.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
    display: block !important;
}

.ammenu-header-container .header.content .minicart-wrapper {
    margin-top: 13px;
}

body .block-minicart .subtitle.empty {
    font-weight: normal;
}

.checkout-cart-index h1.page-title span::before {
    content: "My Basket";
    font-size: 35px;
}

.checkout-cart-index h1.page-title span {
    font-size: 0;
}

body .cart-summary>.title::before {
    content: "Basket ";
}

body .cart-summary>.title,
body .cart-summary .block>.title,
body .opc-block-summary>.title {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: 'Poppins-Bold';
    font-size: 20px;
}

.minicart-wrapper .product .actions {
    float: right;
    margin: -41px 0 0;
    order: 4;
    display: flex;
    justify-content: end;
    width: 100%;
}

.minicart-items .product-item-details {
    padding-left: 16px;
    display: flex;
    flex-wrap: wrap;
}

body .minicart-items .product-item-name {
    order: 1;
}

.product.options {
    order: 2;
    width: 100%;
}

.product-item-pricing {
    order: 3;
    position: relative;
}

span.minicart-price span.price::before {
    content: "Pack Price: ";
    font-size: 1.4rem;
    font-family: 'Poppins-Bold';
    margin: 0 10px 0 0;
}

.block-minicart .product-item .price-container .price::after {
    content: none !important;
}

.block-minicart dl.product.options.list {
    margin-bottom: 0;
}

.minicart-items .product-item-details .price {
    font-size: 17px !important;
    font-family: 'Poppins-Regular' !important;
    font-size: 1.4rem !important;
}

.minicart-items .product .toggle {
    display: none;
}

div#minicart-content-wrapper a.action.viewcart {
    padding: 10px 20px;
    border: 1px solid #ccc;
    display: inline-block;
    width: 95%;
    text-decoration: none !important;
    text-transform: uppercase;
}

div#minicart-content-wrapper a.action.viewcart:hover {
    background: #AE8D54 !important;
    color: #fff !important;
}

div#checkout-agreements-modal a {
    text-decoration: underline !important;
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    color: #333 !important;
}

.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
    color: #AE8D54 !important;
}

span.colour-circle {
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #dedede;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}

@media (min-width: 767px) {
    body .rootmenu>.rootmenu-list li.hover .halfmenu,
    body .rootmenu>.rootmenu-list>li.hover .megamenu {
        opacity: 1;
        transform: none !important;
        transition: none !important;
        padding: 0;
    }
    body .rootmenu>.rootmenu-list .halfmenu,
    body .rootmenu>.rootmenu-list>li>.megamenu {
        transition: none;
    }
}

@media (min-width: 768px) {
    body .navigation .level0>.level-top::after {
        /* content: ""; */
        background: #000;
        width: 2px;
        height: 19px;
        position: absolute;
        top: 19px;
        right: 0;
    }
    body .navigation .level0 a::after {
        /* content: "";
        width: 2px;
        height: 56px;
        display: block;
        position: absolute;
        color: #fff;
        background: #60a9b0;
        right: -2px;
        top: 0; */
    }
    .page-header .panel.wrapper {
        display: none;
    }
    body .navigation .level0.parent>.level-top>.ui-menu-icon {
        position: absolute;
        right: 16px;
        display: inline-block;
        text-decoration: none;
        top: 19px;
    }
    body .navigation .level0.parent>.level-top {
        padding-right: 40px;
    }
    body .navigation .level0.parent>.level-top>.ui-menu-icon:after {
        /* content: "";
        background: url(../images/menu-down.png);
        display: block;
        width: 12px;
        height: 10px;
        background-repeat: no-repeat;
        background-size: 12px; */
    }
    body .navigation .level0 .submenu .submenu {
        top: 0px !important;
        left: 0 !important;
        position: inherit !important;
        display: block !important;
        padding: 0;
    }
    body .navigation .level0.parent:hover>.submenu {
        overflow: visible !important;
        display: block;
    }
    body .navigation .level0 .submenu {
        /* background-color: #523675 !important;
        border-left: beige;
        align-items: baseline;
        border: none;
        box-shadow: none;
        font-weight: 400;
        min-width: 100%;
        padding: 35px 50px;
        display: flex; 
        left: 0 !important;
        margin: 0 !important;
        position: absolute; 
        width: 100%;
        flex-wrap: wrap;
        overflow: hidden !important;
        columns: 200px 4; */
    }
    body .navigation li.level0.parent {
        /* position: initial; */
    }
    body .navigation .level0 .submenu li {
        /* margin: 0;
        position: relative; */
        /* width: calc(25% - 30px); */
        /* display: block;
        border-top: 1px solid #8060a8;
        margin: 0 15px; */
    }
    body .navigation .level0 .submenu li:first-child,
    body .navigation .level0 .submenu li:nth-child(2),
    body .navigation .level0 .submenu li:nth-child(3),
    body .navigation .level0 .submenu li:nth-child(4) {
        /* border-top: none; */
    }
    body .navigation .level0 .submenu .submenu li {
        width: 100%;
    }
    body .navigation .level0 .submenu a {
        font-family: "Poppins-Bold";
        text-transform: uppercase;
        color: #fff;
        letter-spacing: normal;
        font-size: 14px;
        font-weight: normal;
        padding: 8px 15px;
        text-align: left;
    }
    body .navigation .level0 .submenu a:hover {
        background: #149b9a;
        color: #fff !important;
    }
}

@media (max-width: 1441px) {
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        padding: 14.5px 40px;
    }
}

@media (max-width: 1400px) {
    body .block-search {
        width: 420px;
    }
    .header-account {
        margin-right: 20px;
    }
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link span.ammenu-text {
        font-size: 13px;
    }
}

@media (max-width: 1336px) {
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        padding: 14.5px 30px;
    }
}

@media (max-width: 1199px) {
    .call a {
        font-size: 38px;
        line-height: 38px;
    }
    body .block-search {
        width: 400px;
        margin-right: 45px;
    }
    body .navigation .level0>.level-top {
        padding: 8px 15px 6px;
    }
    body .navigation .level0.parent>.level-top {
        padding-right: 38px;
    }
    body .navigation .level0>.level-top {
        font-size: 13px;
    }
    .header-account {
        display: none;
    }
    body .ammenu-nav-sections.-topmenu .ammenu-items.-root>.ammenu-item>.ammenu-link {
        padding: 14.5px 15px;
    }
}

@media (max-width: 1024px) {
    body .ammenu-tabs-list {
        margin: 0;
    }
    body .ammenu-tabs-list .ammenu-button.-active {
        font-weight: normal;
        background: #f1f1f1;
    }
    body .ammenu-tabs-list .ammenu-button {
         display:none;
    }
}

@media (max-width: 991px) {
    body .header.content .logo {
        max-width: 160px;
    }
    body .block-search {
        /* width: 220px; */
    }
    .header-call-title.enquiry {
        font-size: 18px;
        line-height: 18px;
    }
    .call a {
        font-size: 32px;
        line-height: 32px;
    }
    body .navigation .level0>.level-top {
        font-size: 13px;
    }
    body .navigation .level0 {
        margin: 0;
    }
    body .navigation .level0>.level-top {
        padding: 8px 7px 6px;
    }
    .header-account {
        display: block;
    }
    .header-call-details {
        display: none;
    }
    .page-header .nav-toggle {
        display: inline-block;
        line-height: normal;
        padding: 0px;
        vertical-align: middle;
        top: calc(35%);
        left: 0;
        width: 42px;
    }
    .header-mobile-only img {
        width: 37px;
    }
    .header-account {
        margin-right: 6px;
    }
    body .minicart-wrapper {
        order: 5;
    }
    body .ammenu-button.-hamburger {
        order: 1;
    }
    body .ammenu-header-container .header.content .ammenu-logo {
        order: 2;
    }
    body .block-search {
        order: 4;
    }
    .header-account {
        order: 3;
    }
}

@media (max-width: 768px) {
    body .nav-sections {
        background: #fff;
        margin: 0;
    }
    .ammenu-nav-sections.-mobile.-drill .ammenu-item > .ammenu-link {
            border-bottom: 1px solid;
    }
    .custom-mobile-links {
        padding-left: 21px;
    }
    .custom-mobile-links li,
    .custom-mobile-links li a {
        color: #343434;
        font-weight: normal;
        font-family: 'Poppins-Bold';
        font-size: 14px;
        text-transform: uppercase;
        padding: 22px 0 0;
        margin-bottom: 0;
    }
    .custom-mobile-links li:nth-child(2) {
        padding-top: 15px;
    }
    .speak-to-experts-parent {
        padding-top:5px!important;
    }
    .speak-to-experts {
        font-family: 'Poppins-Regular'!important;
        text-transform: initial!important;
    }
    .nav-sections-item-content {
        padding: 0;
        background: #fff;
    }
    body .nav-sections-item-title.active a {
        color: #AE8D54;
    }
    body .navigation .level0>.level-top {
        text-align: left;
    }
    body .navigation .level0 a::after,
    body .navigation .level0>.level-top::after {
        /* content: none; */
    }
    .header-main {
        display: none;
    }
    .header-account {
        /* display: none; */
        margin-left: 0;
    }
    a.account-block {
        margin-right: 35px;
        display: none;
    }
    body .minicart-wrapper span.text-basket {
        display: none;
    }
    header.page-header {
        padding: 15px 0 0;
    }
    header.page-header::after {
        display: none;
    }
    body .block-search {
        width: auto;
        margin: 0;
        position: initial;
    }
    body .block-search .label {
        float: none;
        margin: 0;
    }
    body .block-search .control {
        border-top: 0;
        margin: 0;
        padding: 0;
    }
    body .block-search input {
        left: -300%;
        margin: 0;
        position: absolute;
        width: 100%;
        border: 0;
        height: 35px;
    }
    body .block-search .label.active+.control {
        position: absolute;
        width: 100%;
        top: 100%;
        display: block;
        left: 0;
        padding: 15px;
        /* background: #000; */
    }
    body .nav-toggle {
        font-size: 0;
        left: auto;
        position: relative;
        top: auto;
        order: 4;
    }
    body .header.content .logo {
        max-width: 170px;
        margin-right: auto;
    }
    body .page-header {
        border-bottom: 1px solid #000;
        position: relative;
    }
    body .header.content {
        position: initial;
        padding-bottom: 0;
    }
    body .nav-toggle:before,
    /* body .block-search .label:hover:before,
    body .block-search .label:before ,  */
    body .nav-toggle:hover:before {
        color: #454545;
        font-size: 39px;
    }
    body .block-search .label:before {
        margin: 0;
        font-size: 34px;
        line-height: 34px;
        color: #454545;
        margin-top: 15px;
        content: "";
        /* background: url(../images/search.png); */
        background: url(../images/search1.svg);
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-size: 35px;
    }
    body .minicart-wrapper {
        margin: 0 5px 0 10px;
    }
    body .minicart-wrapper .action.showcart:before,
    body .minicart-wrapper .action.showcart.active:before {
        /* width: 27px;
        height: 27px;
        background-size: 27px;
        background-position: 1px 0px; */
        top: 0;
    }
    body .minicart-wrapper .action.showcart .counter-number {
        font-size: 11px;
        /*right: -14px;
        top: -35px;*/
        padding: 0px 0px;
    }
    body .minicart-wrapper {
        position: inherit;
    }
    body .minicart-wrapper .block-minicart {
        /* width: 100%;
        right: 0;
        left: 0; */
        margin-top: 28px;
    }
    body .nav-sections {
        transition: right .3s;
        left: auto;
        right: calc(-1 * (100% - 54px));
    }
    html.nav-open .nav-sections {
        left: auto;
        right: 0;
    }
    html.nav-open .page-wrapper {
        left: auto;
        right: calc(100% - 54px);
    }
    html.nav-before-open .page-wrapper {
        transition: right .3s;
        left: auto;
        right: 0;
    }
    body .nav-sections-item-content>.navigation {
        display: block;
        padding: 0;
    }
    .header-social {
        margin: 10px 0 0 5px;
    }
    body .navigation a {
        padding: 0;
    }
    body .navigation .level0.active>a:not(.ui-state-active) span:not(.ui-menu-icon),
    body .navigation .level0.has-active>a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left: 0;
    }
    body .navigation .level0 {
        margin: 0;
    }
    body .navigation .level0>.level-top,
    body .navigation .level0.home>.level-top {
        font-size: 17px;
        display: block;
        line-height: normal;
        padding: 12px 40px 8px 15px;
    }
    body .navigation .level0.home {
        display: none;
    }
    body .navigation .parent .level-top:after {
        top: 10px;
    }
    body .navigation .level0.active .all-category .ui-state-focus {
        border: 0;
        padding: 8px 0 8px 18px;
        color: #fff;
    }
    body .navigation .level0 .submenu a {
        padding: 8px 0 8px 18px;
        color: #fff;
        text-align: left;
        font-size: 15px;
        font-weight: normal;
        font-family: "Poppins-Bold";
    }
    body .navigation .submenu:not(:first-child) ul>li a {
        color: #fff;
        text-transform: uppercase;
        font-family: "Poppins-Bold";
        letter-spacing: normal;
        font-size: 18px;
    }
    body .navigation .submenu:not(:first-child) ul>li a:hover,
    body .navigation .submenu:not(:first-child) ul>li a.ui-state-focus {
        background: transparent;
        color: #fff;
        text-decoration: none;
    }
    body .navigation .submenu:not(:first-child) .active>a {
        padding-left: 18px !important;
    }
    body .nav-sections ul.header.links {
        border-bottom: 0;
        padding: 0;
    }
    body .nav-sections .header.links li {
        font-size: 18px;
    }
    body .navigation .level0,
    body .nav-sections .header.links li>a {
        border-top: 1px solid #343434;
        line-height: normal;
        display: block;
    }
    body .navigation li.level0:last-child,
    .nav-sections .header.links li:last-child>a {
        border-bottom: 1px solid #343434;
    }
    body .nav-sections .header.links a,
    body .nav-sections .header.links a:hover {
        color: #343434;
        text-transform: uppercase;
        font-family: 'Poppins-Bold';
        letter-spacing: normal;
        font-size: 17px;
        font-weight: normal;
        line-height: normal;
        padding: 12px 40px 8px 15px;
    }
    .nav-sections .header.links a:hover {
        color: #AE8D54;
    }
    body .nav-sections-item-title {
        background: #fff;
        border: 0;
        width: 50%;
    }
    body .navigation ul {
        border-top: none;
    }
    body .nav-sections-item-title a {
        text-transform: uppercase;
        letter-spacing: normal;
        font-size: 18px;
        font-weight: normal;
        color: #AE8D54;
        text-transform: uppercase;
        font-family: 'Poppins-SemiBold';
    }
    body .nav-sections-item-title.active a {
        color: #fff;
    }
    body .nav-sections-item-title.active {
        background: #b79a64;
        border-bottom: 0;
    }
    html.nav-open .nav-sections {
        /* background: #154b75; */
        background: #fff;
    }
    body .navigation .level0 .submenu {
        background: #b79a64;
    }
    body .navigation .level0 .submenu a:hover {
        background: #b79a64;
    }
    .top-header-main {
        justify-content: center;
    }
    .header-social {
        display: none;
    }
    .header-account-main {
        display: none;
    }
    body .rootmenu>.rootmenu-list.mobile-sub {
        width: 100%;
        border: none !important;
        background: #4d1991;
        border-top: 1px solid #fff !important;
    }
    body .rootmenu>.rootmenu-list.mobile-sub>li {
        border: none !important;
        border-bottom: 1px solid #fff !important;
    }
    body .rootmenu>.rootmenu-list.mobile-sub>li>a {
        border: none !important;
    }
    body .rootmenu>.rootmenu-list.mobile-sub>li:hover>a {
        background-color: transparent !important;
        box-shadow: none;
    }
    body .rootmenu>.rootmenu-list.mobile-sub>li>a {
        color: #fff !important;
    }
    body .rootmenu>.rootmenu-list>li>a {
        font-size: 14px;
    }
    body .rootmenu>.rootmenu-list.mobile-sub>li>a.active {
        color: #fff !important;
        background: #4d1991 !important;
    }
    .counter.empty .price0,
    body .minicart-wrapper .action.showcart .counter.qty span,
    body .minicart-wrapper .action.showcart .counter.qty span.checkout {
        display: none !important;
    }
    .ammenu-nav-sections {
        background: #fff !important;
    }
    .ammenu-tabs-list {
        margin: 0 !important;
        padding: 0 !important;
    }
    button.ammenu-button {
        color: #333 !important;
    }
    .right-custom-menu .custom-menu-main {
        display: block;
    }
    .right-custom-menu .custom-menu-main .menu-block {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgb(210, 217, 229);
    }
    .left-image,
    .right-custom-menu {
        width: 100%;
    }
    .ammenu-nav-sections.-mobile .ammenuprem-mobile-content {
        max-width: 100% !important;
    }
    .right-custom-menu {
        margin-top: 20px;
    }
    .right-custom-menu h2 {
        display: none;
    }
    .submenu-custom {
        display: flex;
        flex-wrap: wrap;
    }
    .left-image {
        order: 2;
        margin-top: 15px;
    }
    .right-custom-menu {
        order: 1;
    }
    body .ammenu-nav-sections.-mobile .ammenuprem-mobile-content {
        padding: 0 0 20px;
    }
    body .ammenu-nav-sections .ammenu-current-title {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        flex-basis: 100%;
        padding: 18px 20px 5px !important;
        font-size: 25px !important;
        text-transform: uppercase;
        color: #AE8D54 !important;
        font-weight: normal;
        font-family: 'Poppins-SemiBold';
        margin: 0 0 0!important;
    }
    body .minicart-wrapper .action.showcart {
        /* padding-left: 15px; */
        height: 40px;
        padding-top: 0;
        display: block;
        padding-left: 0;
        width: 38px;
    }
    .ammenu-header-container .header.content .minicart-wrapper {
        margin: 10px 0 0 10px;
    }
    .menu-block h3 {
        margin-top: 20px;
    }
    body .ammenu-nav-sections.-mobile.-drill .ammenu-current-title {
        padding: 18px 20px 0;
    }
    .ammenu-nav-sections.-sidebar .ammenu-text {
        font-family: 'Poppins-Bold';
    }
    body .ammenu-header-container .header.content .ammenu-logo {
        margin: 0px auto 0 0;
        max-width: 160px;
    }
    body .minicart-wrapper .action.showcart .counter.qty.bottom-qty span {
        display: block !important;
    }
    body .minicart-wrapper .action.showcart .counter.qty.bottom-qty span.counter-label {
        display: none !important;
    }
    body .minicart-wrapper .action.showcart .counter.qty.bottom-qty span {
        display: inline;
        !important;
        /*width: 22px;
         left: -20px;
        top: -24px; 
        left: -8px;
        top: -10px;
        line-height: 21px;
        padding-top: 3px;*/
    }
    .header-mobile-only {
        display: block;
        margin-top: 15px;
    }
    button.ammenu-button.-go-main span {
        font-size: 0;
    }
    button.ammenu-button.-go-main span::before {
        content: "Back";
        font-size: 17px;
        display: block;
        margin-top: 3px;
    }
    .ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
        margin: 0 10px 0 0;
    }
    li.ammenu-item:last-child a span {}
    .ammenu-menu-title .ammenu-button.-close {
        margin: 0 0 0 auto;
        background: #000;
        color: #fff;
        padding: 12px;
        opacity: 1;
    }
    .ammenu-button.-close:before {
        transform: rotate(45deg);
        background-color: #fff;
        color: #fff;
        opacity: 1;
    }
    .ammenu-button.-close:after {
        transform: rotate(-45deg);
        background-color: #fff;
        color: #fff;
    }
    a.ammenu-link.-mobile.-all-link {
        display: none;
    }
    .ammenu-nav-sections.-mobile.-drill .ammenuprem-mobile-content.-before {
        border-bottom: none;
    }
    .ammenu-nav-sections.-sidebar .ammenu-link {
        /* border-bottom: 1px solid rgb(51, 51, 51) !important; */
    }
    body .minicart-wrapper .action.showcart .counter.qty.empty,
    body .minicart-wrapper .action.showcart .counter.qty.empty1 {
        display: none;
    }
    body .minicart-wrapper .action.showcart .counter.qty.bottom-qty {
        left: 50%;
        transform: translateX(-50%);
        min-width: 22px;
        min-height: 22px;
    }
}

@media (max-width: 480px) {
    .ammenu-header-container .header.content .ammenu-logo img {
        width: 142px;
    }
    body .ammenu-button.-hamburger {
        margin: 28px 10px 20px 0;
    }
    body .minicart-wrapper .block-minicart {
        width: 330px;
    }
}

#confirmBox>.cross {
    background: #272727;
    color: #fff;
    padding: 0;
    line-height: 36px;
    height: 24px;
    width: 24px;
    text-align: center;
    top: 12px;
    right: 12px;
    font-size:0;
}

#confirmBox>.cross:before {
    background-color: white;
    content: '';
    height: 1px;
    position: absolute;
    width: 18px;
    transform: rotate(45deg);
    bottom: 0;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

#confirmBox>.cross:after {
    background-color: white;
    content: '';
    height: 1px;
    position: absolute;
    width: 18px;
    transform: rotate(-45deg);
    bottom: 0;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

#confirmOverlay.am-center #confirmBox>.cross:hover {
    cursor: pointer;
    background: #AE8D54;
    color: #fff;
}

#confirmBox a:hover {
    text-decoration: none !important;
}

#confirmOverlay.am-center #confirmBox .am-photo-container {
    margin-bottom: 20px;
}