@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../fonts/ProximaNova-Regular.eot");
    src: url("../fonts/ProximaNova-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
        url("../fonts/ProximaNova-Regular.woff") format("woff"),
        url("../fonts/ProximaNova-Regular.ttf") format("truetype"),
        url("../fonts/ProximaNova-Regular.svg#ProximaNova-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova Rg";
    src: url("../fonts/ProximaNova-Bold.eot");
    src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ProximaNova-Bold.woff2") format("woff2"),
        url("../fonts/ProximaNova-Bold.woff") format("woff"),
        url("../fonts/ProximaNova-Bold.ttf") format("truetype"),
        url("../fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "PatrickHand";
    src: url("../fonts/PatrickHand-Regular.eot");
    src: url("../fonts/PatrickHand-Regular.eot?#iefix")
            format("embedded-opentype"),
        url("../fonts/PatrickHand-Regular.woff2") format("woff2"),
        url("../fonts/PatrickHand-Regular.woff") format("woff"),
        url("../fonts/PatrickHand-Regular.ttf") format("truetype"),
        url("../fonts/PatrickHand-Regular.svg#PatrickHand-Regular")
            format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Proxima Nova Rg";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #363035;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-right: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/*Selection*/
::selection {
    color: #ffffff;
    background: #000000;
}

a {
    transition: all 0.3s;
    color: #363035;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #000000;
}

.form-control,
.btn {
    box-shadow: none !important;
}

.btn {
    font-size: 16px;
    padding: 7px 15px;
    text-transform: uppercase;
    transition: all 0.3s;
}
.btn-default {
    background: #000000;
    color: #ffffff;
}
.btn-default:hover {
    background: #e8e3df;
    color: #000000;
}
.btn-alt {
    background: #e8e3df;
    color: #000000;
}
.btn-alt:hover {
    background: #000000;
    color: #ffffff;
}
.btn-lg {
    font-weight: 700;
    padding: 8px 30px;
}
.btn-sm {
    font-size: 14px;
    padding: 5px 10px;
}
/*.btn:hover{
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%) !important;
}*/

/*header*/
.header-top {
    padding-top: 30px;
    padding-bottom: 30px;
}
.alert-bubble {
    display: inline-block;
    position: relative;
    padding: 10px 30px;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #eaeef3;
    border-radius: 0 20px 0 20px;
}
.alert-bubble::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #eaeef3;
    border-top: 10px solid #eaeef3;
    position: absolute;
    left: 20px;
    bottom: -10px;
}

.header-top .list-unstyled {
    margin: 0 -8px;
}
.header-top .list-unstyled > li {
    padding: 0 8px;
    position: relative;
}
.header-top .list-unstyled > li > a {
    font-size: 15px;
    font-weight: 700;
}
.header-top .list-unstyled > li > a > i {
    margin-right: 6px;
    /*font-size: 18px;*/
}
.header-top .list-unstyled > li > a:hover,
.header-top .list-unstyled > li > a:focus {
    color: #000000;
}
.dropdown-toggle::after {
    margin-left: -3px;
    vertical-align: 1px;
    display: none;
}

.logo h1 {
    display: inline-block;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.navbar {
    padding: 15px;
    /* background: #000000 !important; */
}
.navbar-toggler {
    color: #e8e3df;
    padding: 0;
    font-size: 30px;
    width: auto;
    height: auto;
}
.navbar-toggler:focus,
.navbar-toggler:focus .navbar-toggler-icon {
    outline: 0;
}

.navbar-brand {
    color: #e8e3df;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    padding: 5px 30px;
    position: relative;
    overflow: hidden;

    /*display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;*/
    height: 48px;
}
.navbar .navbar-nav .nav-link > i,
.navbar .navbar-nav .nav-link > span,
.navbar .navbar-nav .nav-link > small {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.navbar .navbar-nav .nav-link > i {
    /* color: #e8e3df; */
    color: ##1f799d;
    font-size: 22px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-22px);
    -moz-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
}
.navbar .navbar-nav .nav-link > span {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1px;
}
.navbar .navbar-nav .nav-link > small {
    font-size: 12px;
    opacity: 0.8;
}
.navbar .navbar-nav .nav-link:hover {
    /* color: #e8e3df; */
    color: #1f799d;
}

.navbar .navbar-nav .nav-link:hover > i {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.navbar .navbar-nav .nav-link:hover > span,
.navbar .navbar-nav .nav-link:hover > small {
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -ms-transform: translateY(22px);
    -o-transform: translateY(22px);
}

@media (min-width: 768px) {
    .navbar.stuck .navbar-brand img {
        width: 120px;
    }
    header .dropdown-menu {
        display: block;
        background: rgba(255, 255, 255, 1);
        border: none;
        border-radius: 0;
        min-width: 136px;
        padding: 5px 0;
        left: 5px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);

        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top;
        -moz-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        -o-transition: 0.3s;
        transition: 0.3s;
        -ms-transition: 0.3s;
        -moz-transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    header .dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        -ms-transform: rotateX(0);
        transform: rotateX(0);
    }
    header .dropdown-menu .dropdown-item {
        font-size: 14px;
        color: #303030;
        font-weight: 400;
        padding: 5px 15px;
        border-bottom: 0;
    }
    header .dropdown-menu .dropdown-item:hover,
    header .dropdown-menu .dropdown-item:focus,
    header .dropdown-menu .dropdown-item:active {
        background-color: #fafafa;
        color: #041a31;
    }
    .navbar .navbar-nav .nav-link::after {
        display: none;
    }
}

.stuck {
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 997;
    width: 100%;

    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
}

@keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes fixedHeader {
    0% {
        transform: translateY(-60px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.navbar .collapse,
.navbar .dropup,
.navbar .dropdown {
    position: static;
}
.navbar .dropdown.dropdown-fw .dropdown-menu,
.navbar .dropup.dropdown-fw .dropdown-menu {
    left: 0;
    right: 0;
}
.navbar .dropdown-content {
    padding: 1rem;
}
.dropdown-content h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #d8d8d8;
}
.dropdown-content .list-unstyled > li {
    margin-bottom: 5px;
}
.dropdown-content .list-unstyled > li > a {
    color: #848484;
    font-size: 14px;
}
.dropdown-content .list-unstyled > li > a:hover {
    color: #70107b;
}

.search {
    position: relative;
}
.search .form-control {
    height: 42px;
    border: 0;
    border-radius: 20px;
    padding-right: 40px;
    padding-left: 18px;
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    /*font-weight: 700;*/
}
.search .form-control::placeholder {
    color: #000000;
}
.search > i {
    position: absolute;
    right: 18px;
    top: 12px;
}

/*Owl Override*/
.owl-theme .owl-dots {
    padding: 30px 0 0;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px;
    background: #010203;
    border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #f4e6e5;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    color: #010203;
    font-size: 18px;
    position: absolute;
    top: 40%;
    margin-top: -20px;
}
.owl-carousel .owl-nav .owl-next {
    right: -30px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -30px;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
    color: #383838;
}
.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

/*Custom Controls*/
.custom-control {
    padding-left: 30px;
    margin-bottom: 20px;
}
.custom-control:last-child {
    margin-bottom: 0;
}
.custom-control-label {
    font-size: 14px;
    cursor: pointer;
}
/*.custom-control-label a{
    color: #757679;
}
.custom-control-label a:hover{
    color: #DFC0BE;
}*/
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none !important;
    outline: none !important;
}
/*custom-radio*/
.custom-radio .custom-control-label::before {
    background: transparent !important;
    border: 1px solid #010203;
    width: 20px;
    height: 20px;
    top: 2px;
    left: -30px;
}
.custom-radio .custom-control-label::after {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    top: 6px;
    left: -26px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background: transparent;
    border-color: #010203;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #010203;
}

/*custom-checkbox*/
.custom-checkbox .custom-control-label::before {
    background: transparent;
    border: 2px solid #383838;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    top: 3px;
    left: -30px;
}
.custom-checkbox .custom-control-label::after {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    top: 3px;
    left: -30px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #383838;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 0;
}
.modal-body {
    padding: 15px 20px;
}
.modal-header {
    display: block;
    padding: 15px 20px 10px;
    border-bottom: 2px solid #ebebeb;
}
.modal-title {
    width: 100%;
    color: #010203;
    font-size: 18px;
}
.modal-header p {
    color: #383838;
    margin: 7px 0 0;
}
.modal-header .close {
    outline: 0;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #000000;
    opacity: 1;
}

.modal-body .form-group {
    font-size: 15px;
}
.modal-body .form-group label {
    margin-bottom: 3px;
}
.modal-body .form-group .form-control {
    font-size: 15px;
    border-color: #d4d4d4;
    border-radius: 0;
    height: 35px;
}

.section-title {
    margin-top: 20px;
    margin-bottom: 30px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
}

.banners-3,
.categories {
    padding-top: 40px;
    padding-bottom: 40px;
}
.banners-3 figcaption,
.categories figcaption {
    margin-top: 10px;
}
.banners-3 figcaption > a,
.categories figcaption > h3 > a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.banners-3 figcaption > a:hover,
.categories figcaption > h3 > a:hover {
    color: #000000;
}

.product {
    position: relative;
    transition: all 0.35s ease-out;
}
.product .product-thumb {
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}
.product .product-thumb img {
    max-width: 100%;
    transition: all 0.35s ease-out;
}
.product:hover .product-thumb img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.product figcaption .badge {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 15;
    width: 60px;
    height: 60px;
    font-family: "Patrick Hand", cursive;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    line-height: 60px;
    padding: 0;
    background-color: #e8e3df;
    border-radius: 100%;
}

.product figcaption h4 {
    font-size: 15px;
    margin-bottom: 5px;
}
.product figcaption h4 a {
    color: #000000;
}
.product figcaption h4 a:hover {
    color: #000000;
}
.product-price .price,
.product-price .old-price {
    display: inline-block;
    font-size: 14px;
    margin-right: 5px;
}
.product-price .price {
    color: #000000;
    font-weight: 700;
}
.product-price .old-price {
    text-decoration: line-through;
}

.banner {
    position: relative;
}
.banner .overlay {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 30px 0 30px;
    text-align: center;
    color: #2c4b97;
    min-width: 270px;
}
.banner .overlay h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Patrick Hand", cursive;
    margin-bottom: 10px;
}
.banner .overlay h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.banner .overlay .btn {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    letter-spacing: 1.2px;
}

.ribbon {
    background-image: url(../images/ribbon.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: 0;
    padding: 18px 15px 0;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    height: 60px;
    letter-spacing: 1px;
}

.newsletter {
    background-color: rgba(101, 34, 109, 1);
    background-image: url(../images/newsletter.jpg);
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
}
.newsletter-form {
    padding: 10px 30px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}
.newsletter-form h2 {
    font-size: 24px;
    font-family: "Patrick Hand", cursive;
}
.newsletter-form .form-group .form-control {
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
    border-radius: 35px 0 0 35px;
}
.newsletter-form .form-group .btn {
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    border: 0;
    border-radius: 0 35px 35px 0;
    font-weight: 700;
}
.newsletter-form .form-check label {
    color: #ffffff;
}
.newsletter-form .form-check label > a {
    color: inherit;
    text-decoration: underline;
}

.footer-top {
    padding: 50px 0;
    background-color: #e9e4de;
}
.footer-widget h4 {
    color: #363035;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer-widget .list-unstyled > li {
    font-size: 14px;
    color: #848484;
    margin-bottom: 8px;
}
.footer-widget .list-unstyled > li > a {
    color: inherit;
}
.footer-widget .list-unstyled > li > a:hover {
    color: #000000;
}
.footer-widget .list-unstyled > li > a > i {
    color: #000000;
    font-size: 16px;
    margin-right: 8px;
    width: 20px;
}

.footer-bottom {
    padding: 30px 0;
    color: #363035;
    font-size: 14px;
    font-weight: 700;
}

.page-content {
    padding: 30px 0;
    position: relative;
}
.bg {
    background-color: #fcfcfc;
}
.page-title {
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
    color: #000;
}

/*Pages*/
.form-box {
    background-color: #ffffff;
    padding: 40px 50px 15px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 20%);
    border: 1px solid #eee;
}

.login-form {
    font-size: 12px;
}
.register-bg {
    background-image: url(../images/register-bg.png);
    background-size: cover;
}
.login-form > h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 25px;
}
.login-form .form-group {
    margin-bottom: 15px;
}
.login-form .form-control {
    height: 55px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid #8a8a8a;
    border-radius: 0;
    font-size: 14px;
}
.login-form .form-control::placeholder {
    color: #383838;
}
.login-form .form-control:focus {
    border-width: 2px;
    border-color: rgb(80, 29, 87) !important;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
}

.login-form .btn {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100px;
}

.login-options {
    margin-top: 30px;
}
.login-options a {
    text-decoration: underline;
}
.login-form .form-check-input {
    margin-top: 1px;
}
.social-login {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.social-login > span {
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -9px;
    display: inline-block;
    padding: 0 15px;
    background: #ffffff;
    color: #8a8a8a;
}
.btn-facebook {
    color: #ffffff;
    background-color: #42539d;
    font-weight: 400 !important;
    border: 1px solid #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus {
    background-color: #ffffff;
    border-color: #42539d;
    color: #42539d;
}

.form-footer {
    padding: 15px 0;
    text-align: center;
}
.form-footer a {
    display: inline-block;
    color: rgb(80, 29, 87);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-top: 5px;
    text-decoration: underline;
}

.stories {
    padding: 10px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
.story {
    text-align: center;
}
.story .story-thumb {
    display: block;
    border: 2px solid rgba(230, 99, 0, 0.6);
    border-radius: 50%;
    padding: 3px;
    overflow: hidden;
}
.story .story-thumb img {
    max-width: 100%;
    border-radius: 50%;
}
.story h4 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 10px 0 0;
}
.story h4 a {
    color: #041a31;
}

.grid-toolbar {
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}
.grid-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}
.grid-toolbar select {
    display: inline-block;
    height: 26px;
    border-radius: 15px;
    padding: 0 25px 0 10px;
    vertical-align: middle;
    font-size: 13px;
}
.grid-toolbar label {
    margin: 0 5px 0;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 700;
}

.grid-layout-modes > a {
    font-size: 20px;
    opacity: 0.4;
}
.grid-layout-modes > a.active {
    color: #000000;
    opacity: 1;
}
.grid-paging {
    float: right;
}
.grid-paging a {
    font-size: 16px;
    margin: 0 3px;
}
.grid-paging a.active {
    color: #000000;
    font-weight: 700;
}

.grid-sidebar .list-unstyled > li {
    margin-bottom: 5px;
}
.grid-sidebar .list-unstyled > li:last-child {
    margin-bottom: 0;
}
.grid-sidebar .list-unstyled > li > a {
    font-size: 13px;
    text-transform: uppercase;
}
.grid-sidebar .list-unstyled > li > ul {
    padding: 5px 0 0 15px;
}

.grid-filters {
    margin-top: 40px;
}
.grid-filters h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.grid-filters h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.color-filter .btn-group .btn {
    padding: 0;
    width: 30px;
    height: 30px;
    border: 2px solid transparent !important;
    border-radius: 50% !important;
    margin: 0 5px 5px 0 !important;
}
.color-filter .btn-group .btn.active {
    border-color: #000000 !important;
}

.grid-filters .btn-group .btn {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 30px !important;
    padding: 3px 10px;
    color: #686869;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0 5px 5px 0;
}
.grid-filters .btn-group .btn.active {
    border-color: #000000;
}

.breadcrumb {
    margin-bottom: 15px;
    padding: 0;
    background: transparent;
}
.breadcrumb a,
.breadcrumb-item {
    color: #000000;
    font-size: 13px;
}
.breadcrumb a {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 8px;
}
.breadcrumb-item + .breadcrumb-item::before {
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f105";
    font-size: 18px;
    margin-top: -3px;
}
.breadcrumb-item.active {
    color: rgba(0, 44, 138, 1);
}

#gallery {
    direction: ltr;
}

.single-product-title {
    margin-bottom: 15px;
}
.single-product-title h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.single-product-title small {
    font-size: 12px;
    color: #8c8c8c;
}

.single-product-details .product-price {
    margin-bottom: 15px;
}
.single-product-details .product-price .price,
.single-product-details .product-price .old-price {
    font-size: 20px;
}

.single-product-details h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}
.single-product-details h6 a {
    color: rgba(0, 44, 138, 0.8);
}

.single-product-colors .btn-group .btn {
    padding: 0;
    width: 46px;
    height: 46px;
    border: 2px solid transparent !important;
    border-radius: 0 !important;
    margin: 0 5px 5px 0 !important;
}
.single-product-colors .btn-group .btn img {
    max-width: 100%;
}
.single-product-colors .btn-group .btn.active {
    border-color: #000000 !important;
}

.single-product-sizes .btn-group .btn {
    padding: 8px 10px;
    background-color: #ffffff;
    border-radius: 0 !important;
    border: 2px solid #d3d3d3;
    color: #656565;
    font-size: 13px;
    margin: 0 5px 8px 0 !important;
}
.single-product-sizes .btn-group .btn.active {
    border-color: #000000 !important;
}

.quantity small {
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
}
.quantity > div {
    background: #fff;
    border: 1px solid #d0cecf;
    height: 40px;
    padding: 0;
}
.value-button,
.number {
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 20px;
}
.value-button {
    width: 23%;
    color: rgba(0, 44, 138, 0.8);
}
.value-button:hover {
    cursor: pointer;
}
.number {
    -moz-appearance: textfield;
    width: 47%;
}
.number::-webkit-outer-spin-button,
.number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product-desc {
    font-size: 14px;
    line-height: 24px;
}

.table-cart tbody tr:first-child td,
.table-cart thead th {
    border-top: 0;
}
.table-cart td,
.table-cart th {
    border-color: #ebebeb;
    vertical-align: top;
}
.table-cart td {
    padding: 25px 5px;
}
.table-cart thead th {
    font-size: 14px;
    border-bottom-width: 1px;
    padding: 10px 5px;
    font-weight: 400;
}
.table-cart tbody tr td:first-child,
.table-cart thead tr th:first-child {
    padding-left: 0;
}
.table-cart tbody tr td:last-child,
.table-cart thead tr th:last-child {
    padding-right: 15px;
    text-align: right;
}

.cart-product .image-container {
    border-radius: 0;
    margin: 0 20px 0 0;
}
.cart-product .image-container img {
    width: 83px;
}
.cart-product h4 {
    font-size: 13px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 0;
}
.cart-product p {
    font-size: 12px;
    margin: 3px 0 0;
}
.quantity-col select {
    border-radius: 0;
    box-shadow: none !important;
    height: 42px;
    font-size: 13px;
    width: 60px;
    background: none;
    padding-right: 10px;
}
.cart-remove-item {
    display: inline-block;
    margin-top: 40px;
    font-size: 13px;
    color: #f5a623;
}

.card {
    border-color: #d4d4d4;
    border-radius: 0;
    margin-bottom: 20px;
}
.card-body {
    padding: 25px;
}
.card-title {
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #f4f1ea;
    padding: 0 0 25px;
    font-weight: 700;
}
.card-title span {
    font-size: 14px;
    color: #f5a623;
    margin-left: 10px;
}
.card-footer {
    background-color: #f4f1ea;
    border: 0;
    padding: 20px 25px 25px;
}

.table-summary {
    margin-bottom: 30px;
}
.table-summary td {
    border: 0;
    padding: 5px;
    font-size: 14px;
    vertical-align: top;
}
.table-summary td:first-child {
    padding-left: 0;
}
.table-summary tr td:last-child {
    text-align: right;
    padding-right: 0;
    font-size: 16px;
}
.table-summary .summary-discount td {
    color: rgba(0, 44, 138, 0.8);
    font-weight: 700;
}

.coupon-code {
    padding-top: 20px;
    margin-top: 15px;
    border-top: 1px solid #f4f1ea;
}
.coupon-code > h5 {
    font-size: 16px;
    margin-bottom: 10px;
}
.coupon-code > h5 > span {
    float: right;
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
}
.coupon-code > h5 > span.valid {
    color: #009511;
}
.coupon-code > h5 > span.invalid {
    color: #ff0000;
}
.coupon-code .form-group {
    position: relative;
}
.coupon-code .form-control {
    height: 30px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
}
.coupon-code .btn {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    text-transform: capitalize;
}

.account-list,
.pages-list {
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
}
.account-list > li {
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.account-list > li > a,
.pages-list > li > a {
    color: inherit;
}
.account-list > li > a > i {
    margin-right: 10px;
    font-size: 12px;
}
.account-list > li > a:hover {
    color: #000000;
}

.pages-list > li {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.pages-list > li > a:hover {
    color: rgba(0, 44, 138, 0.8);
    text-decoration: underline;
}

.account-card {
    font-size: 14px;
}
.account-card .card-body {
    padding: 40px;
}
.account-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.account-form .form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    font-size: 13px;
}
.account-form .form-control:focus {
    border-color: #000000;
}
.date-picker {
    background-image: url(../images/icons/calendar.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
}
.account-form .btn[type="submit"] {
    min-width: 224px;
    text-transform: capitalize;
}

.faq {
    margin-bottom: 20px;
}
.faq .btn {
    border: 0;
    background: none;
    padding: 0;
    margin-bottom: 5px;
    border-radius: 0;
    font-size: 15px;
    text-transform: none;
    position: relative;
}
.faq .btn::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f107";
    position: absolute;
    right: 20px;
    top: 2px;
    font-size: 13px;
}
.faq .btn:not(.collapsed) {
    font-weight: 700;
}
.faq .btn:not(.collapsed)::before {
    transition: all 0.3s ease;
    transform: rotate(180deg);
}
.faq .text-block {
    padding: 20px;
}

.content-card-title {
    text-transform: uppercase;
    font-family: "Patrick Hand", cursive;
    font-size: 36px;
    line-height: 0.64;
    color: rgba(0, 44, 138, 0.8);
    margin-bottom: 40px;
}

/*Checkout*/
.checkoutpage-wrapper {
    padding: 50px 50px 100px;
}

.checkoutpage-header {
    border-bottom: 1px solid #ececea;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.checkoutpage-header p {
    color: #686869;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
}

#checkout-tabs {
    border-bottom: 0;
}
#checkout-tabs .nav-item {
    padding: 0;
}
#checkout-tabs .nav-link {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    margin: 0;
    padding: 20px;
    position: relative;
    height: 150px;
}
#checkout-tabs .nav-item:last-child .nav-link {
    border-left-width: 0;
}
#checkout-tabs .nav-link h5 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #000;
}
#checkout-tabs .nav-link address {
    margin-bottom: 0;
}
#checkout-tabs .nav-link p {
    color: #3f4737;
    line-height: 19px;
    font-size: 15px;
    margin-bottom: 0;
}

#checkout-tabs .nav-item.show .nav-link,
#checkout-tabs .nav-link.active {
    background: #f4f1ea;
    border-color: #d3d3d3;
}
#checkout-tabs .nav-link.active:before,
#checkout-tabs .nav-link.active:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#checkout-tabs .nav-link.active:after {
    bottom: -14px;
    border-style: solid;
    border-width: 14px 14px 0;
    border-color: #f4f1ea transparent transparent;
}
#checkout-tabs .nav-link.active:before {
    bottom: -14px;
    border-style: solid;
    border-width: 14px 16px 0;
    border-color: #d3d3d3 transparent transparent;
}

#checkout-tab-content {
    padding: 30px 0;
}

.checkout-card {
    border-color: #dedee9;
}

.checkout-card .card-header {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 25px;
    color: rgba(0, 44, 138, 0.8);
    text-transform: uppercase;
    border-bottom: 1px solid #dedee9;
}
.checkout-card .card-header .form-check {
    color: #000;
    font-weight: 400;
    font-size: 15px;
    text-transform: none;
    margin-bottom: 0;
}

.address-box {
    background-color: #fff;
    border: 1px solid #dedee9;
    padding: 20px;
    display: block;
    height: 250px;
    margin-bottom: 16px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    box-shadow: 0 2px 3px 0 hsl(0deg 0% 59% / 21%);
}
.address-box:hover,
.address-box.selected {
    box-shadow: 0 0 0 4px rgb(245 166 35 / 10%);
    background-color: #fff;
    border: 1px solid #858594;
}

.address-box label {
    font-size: 14px;
    display: block;
    cursor: pointer;
    margin-bottom: 0;
}
.edit-address {
    display: inline-block;
    margin-top: 10px;
    color: #000;
    text-decoration: underline;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.address-actions {
    border-top: 1px solid #d4d4d4;
    padding-top: 10px;
    margin-top: 10px;
}
.address-actions a {
    font-size: 14px;
    text-decoration: underline;
}
.address-actions a:last-child {
    float: right;
}

.shipping .form-check {
    margin-bottom: 20px;
}
.shipping .form-check label span {
    float: right;
    color: #31363a;
    font-size: 18px;
}

#payment-tabs {
    border-bottom: 0;
}
#payment-tabs .nav-link {
    border-width: 1px 1px 0;
    border-color: #e5e5e5;
    border-radius: 0;
    min-width: 150px;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 10px;
    text-align: center;
}
#payment-tabs .nav-item + .nav-item .nav-link {
    border-left: 0;
}
#payment-tabs .nav-link img {
    height: 20px;
}

#payment-tabs .nav-item.show .nav-link,
#payment-tabs .nav-link.active {
    background: #f4f1ea;
    border-color: #d3d3d3;
    font-weight: 700;
}

.checkoutpage-footer {
    margin-top: 40px;
}
.checkoutpage-footer p {
    color: #9b9b9b;
    font-size: 13px;
    margin-top: 10px;
}

/*Orders*/
.table-order td {
    border: 0;
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
}
.table-order td b {
    font-size: 15px;
    display: block;
}

.info-msg i {
    font-size: 80px;
}
.info-msg i.fa-check-circle {
    color: #1bc5bd;
}
.info-msg i.fa-times-circle {
    color: #f64e60;
}
.info-msg h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
}
.info-msg p {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 27px;
}

.card-dark {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}
.card-dark .card-header {
    background: #000000;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
}
.info-table td {
    border: 0;
    font-size: 16px;
    font-weight: 700;
    color: #ebebeb;
}
.info-table tr td:last-child {
    text-align: right;
    color: #ffffff;
}

.cvc-tooltip.show {
    opacity: 1;
}
.cvc-tooltip .tooltip-inner {
    max-width: fit-content;
    padding: 0;
}

/*Preloader*/
#loading {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}
#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object {
    width: 20px;
    height: 20px;
    background-color: #000000;
    float: left;
    margin: 0 10px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

/*Created by MG*/

.cart_count {
    display: block;
    width: 15px;
    height: 15px;
    background: #000000;
    color: #fff;
    position: absolute;
    top: -5px;
    right: 40px;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
    font-size: 10px;
}

.search input[type="text"] {
    width: 100%;
    height: 45px;
    padding-right: 40px;
    padding-left: 18px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 0 29px 0 rgb(0 0 0 / 10%);
    border: none;
    border-radius: 10px;
    background-clip: padding-box;
}

.search button {
    color: #848484;
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    padding-right: 15px;
    font-size: 18px;
    background-color: transparent;
    border: none;
}

.ui-autocomplete {
    padding: 10px 8px;
}

.ui-autocomplete__product .ui-state-active {
    margin: 0;
    border: 0;
    background-color: #f6f9fb;
    color: inherit;
}

.ui-autocomplete__product b {
    font-weight: 700;
}

.ui-autocomplete__label {
    padding: 4px 12px;
    font-size: 10px;
    font-weight: 700;
}

.ui-autocomplete__product__image {
    float: left;
    width: 16%;
    height: 40px;
    background-size: cover;
    background-position: 50%;
    background-color: #e4e4e4;
    white-space: nowrap;
}

.ui-menu-item-wrapper {
    padding: 3px 12px;
}

.ui-autocomplete__product__name {
    float: left;
    width: 59%;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {
    .ui-autocomplete__product__name {
        font-size: 12px;
    }
}

.ui-autocomplete__product__price {
    float: left;
    width: 25%;
    font-size: 18px;
    text-align: right;
    padding-top: 8px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .ui-autocomplete__product__price {
        font-size: 12px;
    }
}

.ui-autocomplete__category {
    font-size: 12px;
    color: #ee7a84;
}

.ui-autocomplete__category .ui-menu-item-wrapper {
    padding: 6px 12px;
}

.ui-autocomplete {
    display: none !important;
}

.autocomplete ul {
    list-style: none;
}
.autocomplete {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 340px;
    margin-top: 3px;
    margin-left: 16px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0 0 20px 20px;
    background-clip: padding-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.autocomplete.shown {
    display: block !important;
}

.autocomplete .hero {
    padding-top: 25px;
    padding-bottom: 15px;
    color: #000000 !important;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1.4px;
    font-family: PatrickHand;
}

.autocomplete .categories li {
    text-align: center;
}

.autocomplete .categories {
    padding-bottom: 25px;
    border-bottom: 2px solid #e8e3df;
}

.autocomplete .categories a {
    display: inline-block;
    color: #000;
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.autocomplete .categories a:hover {
    color: #000000;
}

.autocomplete .categories strong {
    font-weight: 700;
    text-decoration: underline;
}

.autocomplete .categories em {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
    vertical-align: middle;
}

.autocomplete .products li {
    position: relative;
    min-height: 75px;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 89px;
    font-size: 14px;
    line-height: 21px;
    border-top: 1px solid #f4f1ea;
}

.autocomplete .products li:first-of-type {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

.autocomplete .products img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    max-width: 70px;
    margin-top: 10px;
    border: 1px solid #f4f1ea;
}

.autocomplete .products li:first-of-type img {
    margin-top: 0;
}

.autocomplete .products a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.autocomplete .products a:hover {
    color: #000000;
}

.autocomplete .products .current-price {
    display: inline-block;
    margin-right: 5px;
    color: #000000;
}

.autocomplete .products .old-price {
    color: #000;
    text-decoration: line-through;
}

.autocomplete .more-button {
    display: block;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    height: 60px;
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: underline;
    background-color: #e8e3df;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.autocomplete .more-button:hover {
    color: #fff;
    background-color: #000;
}

.scrollToTop.active {
    position: fixed;
    background: #000000 !important;
    border: 2px solid #000;
    border-radius: 4px !important;
    bottom: 75px;
    right: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #000000;
    font-weight: 700;
    border-width: 0.2rem;
    letter-spacing: 0;
    pointer-events: auto;
    opacity: 1;
}

.scrollToTop.active div {
    position: relative;
    top: 55% !important;
    font-size: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg);
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    height: 11px;
    width: 11px;
}

.scrollToTop.active div:after {
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    content: "";
    display: block;
    height: 11px;
    width: 11px;
    transform: translate(5px, -6px);
    -webkit-transform: translate(5px, -6px);
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
}
@media (max-width: 767px) {
    .scrollToTop.active {
        bottom: 20px;
    }
}
/* cart  */
.basket-toggle.active .basket-dropdown__container,
.basket-toggle:hover .basket-dropdown__container {
    display: inline-block;
}

.header-top .user-actions .basket-icon.active .basket-quantity {
    opacity: 1;
    visibility: visible;
}

.header-top .basket-dropdown__container {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 15;
    padding-top: 15px;
    padding-right: 40px;
    margin-left: -295px;
}

.header-top .basket-dropdown {
    width: 370px;
    padding: 15px 30px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.header-top .basket-dropdown .hero {
    margin-bottom: 30px;
    padding-bottom: 10px;
    color: #be44a4;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
}

.header-top .basket-dropdown .hero a {
    float: right;
    color: #000;
    font-weight: 200;
    font-size: 14px;
}

.header-top .basket-dropdown .products {
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header-top .basket-dropdown .products li {
    position: relative;
    margin-bottom: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #d8d8d8;
}

.header-top .basket-dropdown .products a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #000;
    padding-left: 90px;
    text-decoration: none;
}

.header-top .basket-dropdown .products .remove {
    position: absolute;
    right: 12px;
    top: 0;
    color: #000;
    cursor: pointer;
}

.header-top .basket-dropdown .products .remove em {
    font-size: 15px;
}

.header-top .basket-dropdown .products .name {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.header-top .basket-dropdown .products a:hover .name {
    color: #be44a4;
}

.header-top .basket-dropdown .products img {
    position: absolute;
    left: 0;
    top: 0;
    width: 73px;
}

.header-top .basket-dropdown .products .count,
.header-top .basket-dropdown .products .option {
    font-weight: 300;
}

.header-top .basket-dropdown .products .price {
    margin-bottom: 10px;
}

.header-top .basket-dropdown .products .old-price {
    font-weight: 300;
    text-decoration: line-through;
}

.header-top .basket-dropdown .products .current-price {
    color: #be44a4;
}

.header-top .basket-dropdown .prices > div div {
    position: relative;
    color: rgba(0, 44, 138, 0.8);
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
}

.header-top .basket-dropdown .prices > div .header__basket-discount-amount {
    position: absolute;
    top: 0;
    right: 0;
}

.header-top .basket-dropdown .action {
    margin: 20px -30px 0;
    padding: 15px 30px;
    background-color: #f4f1ea;
}

.header-top .basket-dropdown .action .total {
    position: relative;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
}

.header-top .basket-dropdown .action .total span {
    position: absolute;
    right: 0;
    font-weight: 400;
}

.header-top .basket-dropdown .action .button {
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-radius: 5px;
    background-clip: padding-box;
}

.header-top .basket-dropdown .action .button em {
    display: inline-block;
    margin-top: -5px;
    margin-left: 5px;
    font-size: 12px;
    vertical-align: middle;
}

.header-top .basket-dropdown .action .button:hover {
    background-color: #000;
}

.header-top .basket-dropdown .continue {
    display: block;
    padding: 15px 0;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.header-top .basket-dropdown .continue:hover {
    color: #000000;
}

.header-announcement {
    line-height: normal;
    background-color: #e9e4de;
    height: 37px;
}

.header-announcement .header-top--message {
    height: 37px;
    width: 100%;
    display: flex !important;
    align-items: center;
}

@media (max-width: 767px) {
    .header-announcement .header-top--message {
        justify-content: center;
    }
    .desktop_logo{
        display:none;
    }
    .desktop_links{
        font-size:20px;
        margin-top:10px;
    }
    .header-top .list-unstyled > li > a > i{
        margin: 0;
    }
}

.header-announcement a:hover {
    text-decoration: none;
}

@media (max-width: 767px) {
    .header-announcement {
        margin: 0;
        overflow: hidden;
        text-align: center;
        word-break: break-word;
    }
}
.fad , .fad:before{
    color:#000;
}
