@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');

.custom-top-header {
    background-color: #f6f6f8;
}

.custom-top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 20px;
    max-width: 1280px;
    position: relative;
    margin: 0px auto;
    box-sizing: border-box;
}

.custom-top-header .left-panel p {
    margin: 0px;
    display: flex;
    align-items: center;
}

.custom-top-header .left-panel p img {
    width: 15px;
    margin-right: 4px;
}

.custom-top-header a {
    text-decoration: none;
    color: #878787;
    font-size: 12px;
}

.custom-top-header a:hover {
    color: #000;
}

.widget.block-static-block {
    margin: 0px;
}

.custom-top-header .middle-panel p {
    font-size: 13px;
}

.page-header .header.content {
    padding: 15px 20px 0px;
}

.nav-sections .navigation {
    background: none;
}

.nav-sections {
    background: none;
    margin: -6px 0px 0px;
    z-index: 1;
    position: relative;
}

.minicart-wrapper {
    z-index: 2;
}

.page-header .navigation ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.nav-sections .navigation li.level0 {
    font-weight: 500;
}

.block-minicart .subtitle.empty {
    font-weight: 500;
}

[data-content-type='row'][data-appearance='contained'][data-element='main'] {
    max-width: 100%;
    margin: 0px !important;
}

.homeMainBanner .slick-track {
    width: 100% !important;
}

.homeMainBanner .slick-slide {
    width: 100% !important;
}

.main-banner1-text {
    margin-left: 40px;
    float: left;
    padding: 10px 0px;
	text-align: center;
}

.main-banner1-text h1 {
    color: #fff;
    font-size: 65px;
    font-weight: 800;
    letter-spacing: 0px;
    margin-bottom: 20px;
    line-height: .9;
}

.main-banner1-text p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 36px;
    text-align: center;
}

.main-banner1-text a {
    padding: 8px 38px;
    text-decoration: none;
    border-radius: 40px;
    font-size: 16px;
    transition: .3s ease-in-out;
	color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.main-banner1-text a:hover {
    background: #36546c;
    color: #fff;
	border-color: #36546c;
}

.page-header .logo {
    margin-bottom: 10px;
}

h1.best-seller {
    border-bottom: 2px solid rgba(119, 119, 119, .17);
    color: #36546c;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 15px 12px;
    position: relative;
    max-width: 1280px;    
    margin: 0px auto;
    width: -webkit-fill-available;
}

.best-seller {
    max-width: 1280px;
    padding: 0px 15px;
    margin: 0px auto;
    width: -webkit-fill-available;
}

h1.best-seller::before {
    content: '';
    width: 198px;
    display: block;
    height: 3px;
    background: #36546c;
    position: absolute;
    transform: translate(-50%,0);
    left: 50%;
    bottom: -2px;
}

.best-seller li.product-item {
    padding: 20px;
    box-sizing: border-box;
}

.best-seller .product-item .product-item-actions .actions-secondary {
    display: none !important;
}

.best-seller .product-item .product-item-name {
    text-align: center;
    margin-bottom: 10px;
}

.best-seller .product-item .product-item-name a {
    text-decoration: none;
    color: #36546c;
    font-size: 15px;
    font-weight: normal;
}

.best-seller .product-item .price-box {
    text-align: center;
    color: #696969;
    margin: 10px 0px 10px;
}

.best-seller .product-item .price-box .price {
    font-weight: 500;
    font-size: 16px;
}

.best-seller .product-item .product-item-actions {
    text-align: center;
}

.best-seller .product-item .tocart {
    background: #36546c;
    border: 1px solid #36546c;
    border-radius: 40px;
    padding: 12px 34px;
    font-size: 12px;
    text-transform: uppercase !important;
    transition: .3s ease-in-out;
}

.best-seller .product-item .tocart:hover {
    background: #878787;
    border-color: #878787;
}

.best-seller .product-item .product-image-photo {
    transition: transform .6s ease;
	height: 100%;
}

.best-seller .product-item .product-image-photo:hover {
    transform: scale(1.07);
}

.best-seller button.slick-prev.slick-arrow {
    background: none;
    width: auto;
    left: 0px;
}

.best-seller .slick-prev::before, .best-seller .slick-next::before {
    font-size: 25px;
}

.best-seller button.slick-next.slick-arrow {
    background: none;
    width: auto;
    right: 0px;
}

.whisky-banners .whisky-container {
    display: flex;
    justify-content: space-between;
}

.whisky-banners {
    max-width: 1310px;
    padding: 0px 15px;
    margin: 0 auto;
}

.whisky-banners .left-banner, .whisky-banners .right-banner, .whisky-banners .middle-banner {
    padding: 250px 0 250px 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 28%;
}

.whisky-banners p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 18px;
}

.whisky-banners h1 {
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -4px;
    margin-bottom: 30px;
}

.whisky-banners a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-top: 2px solid #fff;
    padding-top: 7px;
    transition: .3s ease-in-out;
}

.whisky-banners a:hover {
    color: #878787;
    border-color: #878787;
}

.perfect-gift-banner {
    height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}

.perfect-gift-banner h1 {
    font-size: 55px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 25px;
}

.perfect-gift-banner p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
}

.perfect-gift-banner a {
    text-decoration: none;
    width: max-content;
    padding: 10px 70px;
    background: #36546c;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    transition: .3s ease-in-out;
}

.perfect-gift-banner a:hover {
    background: #878787;
}

.whisky-auction {
    max-width: 1310px;
    padding: 0px 15px;
    display: flex;
    margin: 20px auto;
}

.whisky-auction .right-container {
    background: #db6827;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-left: 60px;
    box-sizing: border-box;
}

.whisky-auction img {
    height: 100%;
    width: 100%;
}

.whisky-auction p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 25px;
}

.whisky-auction h1 {
    font-size: 53px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -2px;
}

.whisky-auction .left-container {
    width: 50%;
}

.whisky-auction a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    border-top: 2px solid #fff;
    width: max-content;
    padding-top: 10px;
    transition: .3s ease-in-out;
}

.whisky-auction a:hover {
    color: #878787;
    border-color: #878787;
}

.cms-home .columns .column.main {
    padding-bottom: 0px;
}

.page-footer ul.footer.links {
    display: none !important;
}

.page-footer .widget.block {
    float: none !important;
    order: 1;
    margin: 0px;
    width: 100%;
}

.page-footer .footer.content {
    display: flex;
    padding: 0px 15px 0px !important;
    max-width: 1330px !important;
}

.page-footer .block.newsletter {
    order: 2;
    margin-bottom: 0px !important;
    max-width: 23%;
    float: none !important;
}

.page-footer {
    background: #f6f6f8 !important;
}

.footer-content .footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-content .column-one {
    width: 30%;
}

.footer-content .column-two, .footer-content .column-three, .footer-content .column-four {
    width: 32%;
}

.footer-content h3 {
    color: #36546c;
    font-size: 18px;
    font-weight: 400 !important;
    margin: 30px 0px !important;
}

.footer-content .column-one p {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-content .column-one span {
    color: #878787;
    font-size: 15px;
}

.footer-content .column-one img {
    margin-right: 10px;
}

.footer-content .column-one p.box1 {
    margin-left: -8px;
}

.footer-content .socials-links i {
    font-size: 20px;
    color: #878787;
    margin-right: 16px;
    transition: all 0.3s ease-in-out;
}

.footer-content .socials-links i:hover {
    transform: translateY(-10px);    
}

.footer-content .socials-links a {
    text-decoration: none;
}

.footer-content .socials-links i.fa-facebook-f:hover{
    color: rgb(59, 89, 152);
}

.footer-content .socials-links i.fa-twitter:hover{
    color: rgb(29, 161, 242);
}

.footer-content .socials-links i.fa-instagram:hover{
    color: rgb(224, 53, 102);
}

.footer-content .footer-link a {
    color: #878787;
    font-size: 15px;
    text-decoration: none !important;
    line-height: normal;
}

.footer-content .footer-link li {
    margin-bottom: 10px !important;
}

.page-footer .newsletter strong {
    font-size: 18px;
    color: #36546c;
    font-weight: 400 !important;
}

.page-footer .Newtitle {
    margin: 30px 0px !important;
}

.page-footer p.newsletter-text {
    color: #878787;
    margin-bottom: 20px;
    font-size: 15px;
}

.block.newsletter input {
    border: 1px solid #36546c !important;
    background: transparent !important;
    padding: 0px 114px 0px 9px!important;
    margin: 0px !important;
    width: 100%;
    border-radius: 46px;
    height: 45px;
    color: #878787 !important;
}

.block.newsletter .field .control::before {
    display: none !important;
}

.block.newsletter .action.subscribe {
    position: absolute;
    right: 3px;
    background: #36546c !important;
    border: 1px solid #36546c !important;
    border-radius: 40px;
    padding: 7px 20px;
    top: 3px;
    height: 39px;
    transition: all 0.3s ease-in-out;
}

.block.newsletter .form.subscribe {
    position: relative;
}

.page-footer .field.newsletter {
    float: none !important;
    max-width: 100% !important;
}

.footer-content ul.footer-link {
    padding: 0px !important;
}

.footer-content .footer-link a:hover {
    color: #000;
}

.block.newsletter .action.subscribe:hover {
    background: #878787 !important;
    border: 1px solid #878787 !important;
}

.navigation .level0>.level-top {
    font-size: 16px;
}

.containerBox p {
    margin: 0px;
    color: #000;
}

.cms-returns-cancellations-policy h1.page-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.cms-returns-cancellations-policy main.page-main-full-width {
    width: 50%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.cms-faq h1.page-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.cms-faq main.page-main-full-width {
    width: 50%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.cms-privacy-policy h1.page-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.cms-privacy-policy main.page-main-full-width {
    width: 50%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0px 15px;
    box-sizing: border-box;
}

.cms-terms-conditions h1.page-title {
    margin-bottom: 20px;
    text-align: center;
    font-weight: 500;
}

.cms-terms-conditions main.page-main-full-width {
    width: 50%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0px 15px;
    box-sizing: border-box;
}

@media(max-width:991px){
.cms-returns-cancellations-policy main.page-main-full-width {
    width: -webkit-fill-available;
    max-width: 100%;
}

.cms-faq main.page-main-full-width {
    width: -webkit-fill-available;
    max-width: 100%;
}

.cms-privacy-policy main.page-main-full-width {
    width: -webkit-fill-available;
    max-width: 100%;
}

.cms-terms-conditions main.page-main-full-width {
    width: -webkit-fill-available;
    max-width: 100%;
}
}

.catalog-category-view .product-item .product-image-photo {
    height: 100%;
}

.cart-summary .checkout-methods-items .item:last-child {
    display: none !important;
}

.checkout-index-index .custom-top-header {
    display: none !important;
}

.catalog-category-view .sidebar.sidebar-additional {
    display: none !important;
}

.account .sidebar.sidebar-additional {
    display: none !important;
}

.account .page-main {
    margin-bottom: 20px !important;
}

.customer-account-logoutsuccess .page-title-wrapper {
    text-align: center !important;
}

.customer-account-logoutsuccess .column.main p {
    text-align: center !important;
}

.checkout-onepage-success main#maincontent {
    border: 2px solid #126282;
    padding: 20px;
    width: 50%;
    margin: 20px auto 20px;
    text-align: center;
}

.checkout-onepage-success .checkout-success .actions-toolbar {
    display: flex;
    justify-content: center;
}

.checkout-onepage-success .actions-toolbar>.primary .action, .checkout-onepage-success #registration a.action.primary {
    background: #126282;
    border: 1px solid #126282;
    transition: 0.3s ease-in-out;
    margin: 0px;
    line-height: 30px;
}

.checkout-onepage-success .actions-toolbar>.primary .action:hover, .checkout-onepage-success #registration a.action.primary:hover {
    background: #878787;
    border: 1px solid #878787;
}

.checkout-onepage-success .checkout-success {
    padding: 0px;
}

.checkout-onepage-success .columns .column.main {
    padding: 0px;
}

@media(max-width:991px){
.checkout-onepage-success main#maincontent {
    width: -webkit-fill-available;
    margin: 20px 15px 20px;
}
}

@media(max-width:768px){
.nav-sections {
    background: #f0f0f0;
    position: fixed;
    margin: 0px;
}

.page-header .navigation ul {
    display: block;
}

.nav-sections .header.links li.greet.welcome {
    display: none !important;
}

.navigation .level0>.level-top {
    text-transform: none !important;
}

.custom-top-header .container {
    flex-direction: column;
    gap: 4px;
}

.custom-top-header .middle-panel p {
    text-align: center;
}

.block-search .control {
    border-top: none !important;
}

.page-header .logo {
    margin-top: -2px;
}

.page-header {
    margin-bottom: 0px;
}

.main-banner1-text {
    margin: 0px;
}

.main-banner1-text h1 {
    font-size: 25px;
}

.main-banner1-text p {
    font-size: 12px;
}

.main-banner1-text a {
    font-size: 12px;
}

.best-seller button.slick-next.slick-arrow, .best-seller button.slick-prev.slick-arrow {
    display: none !important;
}

.best-seller li.product-item {
    padding: 20px 2px 20px 20px;
}

.whisky-banners .whisky-container {
    flex-direction: column;
	gap: 10px;
}

.whisky-banners .left-banner, .whisky-banners .middle-banner, .whisky-banners .right-banner {
    padding: 60px 15px;
    width: -webkit-fill-available;
    background-size: cover;
}

.whisky-banners {
    max-width: -webkit-fill-available;
    padding: 0px;
}

.whisky-banners p {
    margin-bottom: 0px;
}

.whisky-banners h1 {
    font-size: 40px;
}

.perfect-gift-banner {
    height: 420px;
    padding: 10px 15px;
}

.perfect-gift-banner h1 {
    font-size: 35px;
    margin-bottom: 15px;
}

.perfect-gift-banner p {
    font-size: 15px;
}

.perfect-gift-banner a {
    font-size: 14px;
}

.whisky-auction {
    max-width: -webkit-fill-available;
    padding: 0px;
    flex-direction: column;
}

.whisky-auction .left-container {
    width: -webkit-fill-available;
    height: 275px;
}

.whisky-auction .right-container {
    width: -webkit-fill-available;
    padding: 40px 15px;
}

.whisky-auction h1 {
    font-size: 35px;
}

.footer-content .footer-container {
    flex-direction: column;
}

.page-footer .footer.content {
    max-width: -webkit-fill-available;
    flex-direction: column;
}

.page-footer .block.newsletter {
    max-width: -webkit-fill-available;
    margin-bottom: 10px !important;
}

.footer-content .column-one, .footer-content .column-two, .footer-content .column-three, .footer-content .column-four {
    width: -webkit-fill-available;
}

.block.newsletter .action.subscribe {
    right: 0px;
    height: 45px;
    top: 0px;
}

.page-footer .Newtitle {
    margin: 10px 0px!important;
}

.footer-content h3 {
    margin: 15px 0px !important;
}

.page-footer {
    margin-top: 0px;
}
}

@media(max-width:500px){
.main-banner1-text {
    float: none;
}
}
