body {
    overflow-x: hidden;
    background-color: #000 !important;
}
a:hover, a:focus {
    text-decoration: none;
}
input:focus, select:focus, button:focus, p:focus, :focus {
    outline: 0;
}
a {
    transition: 0.3s;
    color: #3c3c3c;
    text-decoration: none !important;
}
a.disabled{
    pointer-events: none;
    cursor: default;
}
img {
    max-width: 100%;
}
.full-width-content {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.blue-text {
    color: #141a69;
}

/* Top Bar */
#top-bar .background {
    padding-bottom: 20px;
    padding-top: 10px;

}
#top-bar .welcome-text {
    text-align: center;
    color: #fff;
    font-weight: 300;
}

#top-bar .logo img{
    max-width: 287px;
}

/* Top */
.sticky-menu #top {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

#top .container > .row {
    align-items: center;
}
#header-left h1 {
    margin-bottom: 0;
}
#header-left h1 img {
    max-width: 100%;
}
.navbar {
    padding: 0;
}
.navbar .navbar-nav {
    margin: 0 auto;
    height: auto !important;
}
#header-right ul.navbar-nav > li > a {
    padding: 35px 18px;
    color: #fff;
}
.dropdown-toggle::after {
    font-family: "Font Awesome 5 Free", FontAwesome;
    content: "\f078";
    font-weight: 900;
    border: none;
    vertical-align: top;
}
.navbar .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    border: 1px solid #e6e6e6;
}
.navbar .dropdown-menu a {
    font-size: 14px;
    color: #3c3c3c;
}
.navbar .dropdown-menu a:active {
    background: #f8f9fa;;
}
#header-right .dropdown-menu > ul > li {
    position: relative
}
#header-right .dropdown-menu ul .sub-menu {
    display: none;
    position: absolute;
    right: -255px;;
    width: 100%;
    background: #fff;
    top: 0;
}
#header-right .dropdown-menu ul .level-2:hover .sub-menu {
    display: block;
}
#header-right .dropdown-menu ul .sub-menu {
    border: 1px solid #e6e6e6;
}
#header-right .dropdown-menu ul .sub-menu a {
    padding: .25rem 1.5rem;
}
#header-right .dropdown-menu ul .sub-menu a:hover {
    background-color: #f8f9fa;
}
#header-right .dropdown-menu ul .level-2 > a:after {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f054";
    position: absolute;
    right: 1.5rem;
}
#header-right {
    display: flex;
    justify-content: flex-end;
}
#header-right > a {
    padding: 0 15px;
}
#header-right a,
#cart_block {
    /*padding: 0 10px*/
    display: flex;
    align-items: center;
}
#header-right .login img {
    margin-right: 5px
}
#search_collapse {
    transition: .2s ease all;
}
#search_collapse input {
    padding: 0 35px 0 14px;
    margin: 0;
    height: 36px;
    width: 100%;
    font-size: 12px;
    display: inline-block;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    text-transform: capitalize;
}
#top .search_form {
    position: relative;
}
.search_form .search-icon {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    font-weight: 900;
    color: #494b56;
}
.search_form .search-icon:before {
    content: "\f002";
}

/* Footer */

.footer-copyright .payment-method img{
    max-width: 49px;
}
.footer {
     padding-top: 45px
}
.footer h4 {
    font-size: 17px;
    letter-spacing: -0.5px;
}
.footer ul {
    padding-left: 0;
    margin-top: 25px;
    font-size: 15px;
    color: #000;
}
.footer ul li {
    letter-spacing: -1px;
    line-height: 24px;
}
.footer ul li a {
    color: #000;
}
/* .footer .footer-contact ul {
    margin-top: 0;
} */
.footer .col-12:last-child ul li {
    display: flex;
}
.footer .col-12:last-child ul li i {
    margin-top: 5px;
    margin-right: 10px;
}
.footer-copyright {
    padding-top: 25px;
}
.footer-copyright .payment-method p {
    font-size: 13px;
    color: #141a69;
}
.footer-copyright .payment-method img:nth-child(3),
.footer-copyright .payment-method img:nth-child(4) {
    display: none;
}
.footer-copyright .text-right img {
    margin-bottom: 20px;
}
.footer-copyright .text-right p {
    letter-spacing: -0.5px
}

/* Home Slider */
#hero-slider .hero-slide img {
    width: 100%;
}
#hero-slider .hero-slide a,
#hero-slider-mobile .hero-slide a{
    position: absolute;
    bottom: 80px;
    color: #fff;
    background: #ee1c23;
    padding: 15px 30px;
    text-transform: uppercase;
}
#hero-slider .hero-slide a:hover,
#hero-slider-mobile .hero-slide a:hover {
    background: #000;
}
#hero-slider .hero-slide:focus,
#hero-slider-mobile .hero-slide a:focus{
    outline: 0;
}
#hero-slider .hero-slide a i {
    margin-left: 20px;
}
#hero-slider .slick-dots {
    bottom: -40px;
}
#hero-slider .slick-dots li button,
#hero-slider-mobile .slick-dots li button {
    width: 14px;
    height: 14px;
}
#hero-slider .slick-dots li button:before,
#hero-slider-mobile .slick-dots li button:before {
    font-size: 14px;
    border: 1px solid #707070;
    background: none;;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    opacity: 1;
    color: transparent;
}
#hero-slider .slick-dots li.slick-active button:before,
#hero-slider-mobile .slick-dots li.slick-active button:before {
    color: transparent;
    background: #707070
}
#hero-slider-mobile {
    display: none;
}

/* Product Slider */
/* .home-content-1 {
    margin-top: 30px
} */
h2 {
    font-size: 30px;
    text-align: center;
    color: #a75d1f;
    text-transform: uppercase;
}
.product-slider a {
    display: block;
    margin: 15px;
    border: 1px solid #a5a1a1;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}
.product-slider a:hover {
   border-color: #000;
}
.product-slider img {
    margin: auto;
    margin-top: 20px
}
.product-slider h5 {
    font-size: 14px;
    color: #000;
    margin-top: 15px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.21px;
    min-height: 54px;
}
.product-slider p {
    color: #141a69;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 13px;
    font-weight: 600;
}
.product-slider p span {
    font-size: 10px;
    letter-spacing: 0.25px;
    font-weight: 400;
}
.product-slider .slick-prev:before {
    content: url('../img/prev.svg');
}
.product-slider .slick-next:before {
    content: url('../img/next.svg');
}

/* Home Content 2 */
.home-content-2 {
    border-top: 1px solid #A75D1F;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 40px;
}
.home-content-2 .row {
   margin-top: 35px;
}
.home-content-2 .col-md-4 {
    margin-bottom: 30px;
}
.home-content-2 img {
    width: 100%;
}
.home-content-2 .category-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home-content-2 .category-title h3 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.home-content-2 .category-title a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.home-content-2 .category-title a span {
    min-width: 250px;
    text-align: center;
    background: rgba(255,255,255, 0.81);
    font-size: 24px;
    color: #141a69;
    font-weight: 600;
    padding: 60px 0;
    text-transform: uppercase;
    transition: .2s ease all;
}
.home-content-2 .category-title a:hover span{
    background: #fff
}

/* Home Content 3 */
.home-content-3 {
    margin-bottom: 30px;
}

/* Home Content 5 */
.home-content-5 {
    background: #dbdbdb;
    padding-top: 40px;
    margin-top: 40px;
    padding-bottom: 30px;
}
.home-content-5 h5 {
    font-size: 18px;
    margin-top: 25px;
}
.home-content-5 p {
    line-height: 29px;
}

.home-content-5 img{
    height: 40px;
    object-fit: contain;
}

/* Breadcrumb */
.breadcrumb {
    background: none;
    margin-top: 1rem;
}
.breadcrumb h3 {
    text-align: center;
    color: #141a69;
    letter-spacing: 0.7px;
}
.breadcrumb ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumb .container ul li:before {
    content: "/";
    padding-right: 5px;
    padding-left: 5px;
    color: #bababa;
}
.breadcrumb .container ul li:first-child:before {
    display: none;
}
.breadcrumb .container ul li,
.breadcrumb .container ul li a {
    color: #bababa;
    font-size: 12px;
}
.breadcrumb .container ul li a:hover {
    color: #000;
}

/* Category Column Left */
.category-banner img {
    width: 100%;
}
#column_left {
    margin-top: 30px;
}
#column_left .box-heading {
    font-size: 16px;
    font-weight: 500;
}
#column_left .box-content ul {
    list-style: none;
    padding-left: 0;
    line-height: 29px;
    margin-top: 20px;
}
#column_left .filter-box .filter-heading-text {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.38px;

}
#column_left .filter-box p  {
    font-weight: 600;
    margin-bottom: 0
}
#column_left .filter-box p input{
    max-width: 60px;
    max-height: 20px;
}
#column_left .filter-box .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

#column_left .filter-box .slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #141a69;
    border: 1px solid #fff;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #141a69;
    cursor: pointer;
}
#column_left .filter-box  ul li:nth-child(2) {
    margin-top: 20px;
}
#column_left .filter-box .checkbox input,
#column_left .filter-box .checkbox span {
    vertical-align: middle;
    font-size: 13px;
}
#column_left .filter-box .checkbox span {
    margin-left: 5px;
}
#column_left .filter-box .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #141a69;
    position: relative;
}
#column_left .filter-box .checkbox input:checked {
    background-color: #141a69;
}
#column_left .filter-box .checkbox input:checked:before {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    position: absolute;
    top: -7px
}

/* Category Column Right */
#column_right {
    margin-top: 30px;
}
#column_right .sort {
    float: right;
}
#column_right .sort select {
    max-width: 116px;
    min-height: 38px;
    padding: 10px;
}
#column_right .product-grid {
    clear: both;
    padding-top: 25px;
}
.product-grid .product-slider a {
    margin: 0;
    margin-bottom: 30px;
}
#column_right .pagination {
    margin-bottom: 30px;
}
#column_right .pagination ul {
    display: flex;
    width: 100%;
    padding-left: 0;
    list-style: none;
    justify-content: center;
}
#column_right .pagination ul li a {
    border: 1px solid #a5a1a1;
    margin: 0 2.5px;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
}
#column_right .pagination ul li.active a,
#column_right .pagination ul li a:hover {
    background: #141a69;
    color: #fff;
    border-color: #141a69;
}

/* Product Page */
#popup-img {
    cursor: pointer;
}
.product-thumbnails ul li img {
    max-width: 99px;
    border: 1px solid #ddd;
    cursor: pointer;
    margin: auto;
}
.product-thumbnails ul .slick-prev {
    left: -15px;
}
.product-thumbnails ul .slick-next {
    right: -10px;
}
.product-thumbnails ul .slick-prev:before,
.product-thumbnails ul .slick-next:before {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f053";
    color: #000;
}
.product-thumbnails p {
    margin-bottom: 0;
}
.product-thumbnails ul .slick-next:before {
    content: "\f054";
}
#quickview_product .product-thumbnails ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}
#quickview_product .product-thumbnails ul li {
    width: 20%;
    margin-right: 10px;
}
.product-center .description h1 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.29px;
}
.product-center .description h1 span {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: -0.38px;
}
.product-center .description p {
    margin-top: 25px;
    line-height: 24px;
    margin-bottom: 5px;
    position: relative;
}
.product-center .description p:after {
    content: "";
    background-image: linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.9));
    width: 100%;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 0;
}
.product-center .description a {
    color: #141a69;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline !important;
    display: inline-block;
}

.product-center .description p{
    overflow: hidden;
    transition: 0.3s;
}

.product-center .description p[aria-expanded="true"]:after{
    display: none;
}

.product-center .price {
    margin-top: 50px;
    line-height: 15px
}
.product-center .price span {
    color: #393939;
    font-size: 36px;
    letter-spacing: 0.9px;
    font-weight: 600;

}
.product-center .price small {
    font-size: 11px;
}
.product-center #product {
    margin-top: 22px;
}
.product-center #product input {
    min-width: 164px;
    height: 50px;
    text-align: center;
    background: #f6f7f8;
    border: none;
}
.product-center .cart .add-to-cart {
    display: flex;
}
.product-center .cart .add-to-cart .quantity {
    position: relative;
    margin-right: 30px;
}
.product-center .cart .add-to-cart .quantity #q_up,
.product-center .cart .add-to-cart .quantity #q_down{
    border: none;
    right: 20px;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    position: absolute;
}
.product-center .cart .add-to-cart .quantity #q_down {
    left: 20px;
}
.product-center .cart .add-to-cart > a {
    display: block;
    min-width: 220px;
    text-align: center;
    font-size: 13px;
    line-height: 48px;
    border: 1px solid #141a69;
    text-transform: uppercase;
    color: #141a69;

}
.product-center .cart .add-to-cart > a:hover {
    border-color: #000;
}
.product-center .cart .add-to-cart > a img {
    margin-right: 18px;
}
.product-center .short-description {
    margin-top: 50px;
}
.product-center .short-description p {
    color: #393939;
    font-weight: 500;
}
.product-center .short-description ul {
    list-style: none;
    padding-left: 0;
}
.product-center .short-description ul li {
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.product-center .short-description ul li.disabled {
    color: #bbb;
}
.product-center .short-description ul li img {
    width: 20px;
    margin-right: 15px;
}
.related-products {
    margin-top: 50px;
    margin-bottom: 25px;
}
.related-products .box-heading {
    text-align: center;
    font-size: 20px;
    color: #393939;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

/* Shopping Guide */
.shopping-guide {
    margin-bottom: 50px
}
.shopping-guide p {
    margin-bottom: 25px;
}
.shopping-guide table {
    width: 100%;
}
.shopping-guide table td {
    line-height: 24px;
}
.shopping-guide .table td, .shopping-guide .table th {
    border: none;
    white-space: nowrap;
    padding: 0;
}
.shopping-guide  .table-responsive {
    margin-bottom: 25px;
}

/* Cart */
#top #header-right #cart_block .dropdown-menu {
    display: none;
}
#top #header-right #cart_block.open .dropdown-menu {
    display: block;
}
#header-right .dropdown-menu ul {
    padding-left: 0;
    list-style: none;
}
#top #cart_block > img {
    cursor: pointer;
}
#top #cart_block .dropdown-menu {
    width: 321px;
    text-align: left;
    padding: 15px;
    margin-top: 0;
    right: -117px;
    left: auto;
    top: 91px;
    border-radius: 0;
    border: solid 1px #e6e6e6;
    background: #fff;
}
#top #cart_block .badge {
    position: absolute;
    left: 20px;
    top: 45px;
    padding: 3px 6px;
    font-size: 12px;
    background-color: #ec1c23;
    color: #FFF;
    border-radius: 100%;
}
.mini-cart-info table {
    width: 100%;
}
.mini-cart-info table  td {
    vertical-align: top;
}
.mini-cart-info .name{
    font-size: 9px;
    font-weight: 600;
    letter-spacing: -0.14px;
    padding-left: 15px;
    padding-right: 15px;
}
.mini-cart-info .name span{
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.18px;
}
.mini-cart-info .quantity {
    font-size: 12px;
    letter-spacing: 0.2px;
    padding-right: 10px;
    font-weight: bold;
}
.mini-cart-info .total {
    font-size: 12px;
}
.mini-cart-total {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-top: 10px;
    text-align: right;
}
.mini-cart-total table {
    text-align: right;
    display: inline-block;
}
.mini-cart-total table td {
    font-size: 14px;
}
.mini-cart-total table td.right:nth-child(2) {
    font-weight: 500;
    padding-left: 15px;
}
.mini-cart-footer .checkout {
    display: flex;
    justify-content: space-between;
}
.mini-cart-footer .checkout a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px !important;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}
.mini-cart-footer .checkout a:hover {
    color: #fff;
    background: #141a69;
    border-color: #141a69
}
.mini-cart-footer .checkout a.checkout-btn {
    background: none;
    border-color: #141a69;
    color: #141a69;
}
.mini-cart-footer .checkout a.checkout-btn:hover {
    background: none;
    color: #000;
    border-color: #000;
}
.mini-cart-footer .checkout a.checkout-btn i {
    margin-left: 25px;
}

/* Checkout Delivery Mode */
.stepwizard {
    display: flex;
    justify-content: center;
}
.stepwizard  .stepwizard-step {
    font-size: 12px;
    opacity: 0.25;
}
.stepwizard  .stepwizard-step.active {
    opacity: 1;
}
.stepwizard  .stepwizard-step span {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: #141a69;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 26px;
    margin-right: 15px;
    margin-left: 15px;
}
.stepwizard  .stepwizard-step b {
    font-weight: 400;
}
.stepwizard  .stepwizard-step i {
    margin-left: 15px;
}
.delivery-mode {
    margin-top: 75px;
    margin-bottom: 75px
}
.delivery-mode > p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.45px;
    font-weight: 500;
}
.delivery-mode .method {
    display: flex;
    justify-content: center;
}
.delivery-mode .method div {
    padding: 15px;
}
.delivery-mode .method a {
    display: flex;
    align-items: flex-start;
    border: 1px solid #707070;
    padding: 20px;
    max-width: 358px;
    color: #141a69;
}
.delivery-mode .method a span {
    margin-top: -5px;
    margin-left: 15px;
}
.delivery-mode .method a span hr {
    border: none;
}
.delivery-mode .method a svg {
    min-width: 25px
}
.delivery-mode .method a:hover {
    background: #141a69;
    color: #fff;
    border-color: #141a69;
}
.delivery-mode .method a:hover svg path {
    fill: #fff;
}

/* Delivery Mode */
.warning_message {
    text-align: center;
}
.warning_message  p {
    background: #fcb6bd;
    padding: 10px 0;
    color: #ff0000;
    display: none;
}
input.alert {
    background: #fcb6bd;
    border-color: #ff0000 !important;
}
.delivery-mode-form {
    margin-top: 80px;
    margin-bottom: 80px;
}
.delivery-mode-form p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
.delivery-mode-form p.promo-code {
    cursor: pointer;
}
.delivery-mode-form p.promo-code + label {
    display: none;
}
.delivery-mode-form p.promo-code.open i:before{
    content: "\f077";
}
.delivery-mode-form label {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 18px;
}
.delivery-mode-form label span {
    display: flex;
}
.delivery-mode-form input {
    width: 100%;
    margin-top: 15px;
    height: 41px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding-left: 15px;
    border-radius: 0;
}
.delivery-mode-form label[for="name"] input,
.delivery-mode-form label[for="contact-number"] input {
    margin-left: 15px;
}
.delivery-mode-form select {
    min-width: 110px;
    background: #eaeaea;
    margin-top: 15px;
    height: 41px;
    font-size: 14px;
    padding-left: 15px;s
    border-color: #eaeaea;
}
.delivery-mode-form label[for="checkbox"] {
    flex-direction: row;
}
.delivery-mode-form label[for="checkbox"] input {
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #141a69;
    position: relative;
    margin-top: 0;
    margin-right: 15px;
}
.delivery-mode-form label[for="checkbox"] input:checked {
     background-color: #141a69;
}
.delivery-mode-form label[for="checkbox"] input:checked:before {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f00c";
    color: #fff;
    position: absolute;
    top: -4px;
    left: 0;
}
.delivery-mode-form label[for="checkbox"] span {
    display: block;
    line-height: 1
}
.delivery-mode-form label[for="checkbox"] span .blue-text {
    margin-top: 5px
}
.delivery-mode-form .button {
    display: flex;
    justify-content: space-between;
}
.delivery-mode-form .button a {
    display: block;
    min-width: 200px;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    color: #dbdbdb;
    text-align: center;
    text-transform: uppercase;
}
.delivery-mode-form .button a:hover {
    border-color: #141a69;
    color: #141a69;
}
.delivery-mode-form .button a i {
    margin-left: 15px;
}
.delivery-mode-form .button .back-btn i {
    margin-left: 0;
    margin-right: 15px;
}
.delivery-mode-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.delivery-mode-form label[for="contact-number"] span,
.delivery-mode-form label[for="name"] span,
.delivery-mode-form label[for="flight-no"] span,
.delivery-mode-form label[for="month"] span,
.delivery-mode-form label[for="year"] span{
    position: relative;
}
.delivery-mode-form label[for="name"] span:after,
.delivery-mode-form label[for="contact-number"] span:after,
.delivery-mode-form label[for="month"] span:after,
.delivery-mode-form label[for="year"] span:after {

    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f078";
    color: #393939;
    position: absolute;
    font-size: 12px;
    top: 26px;
    left: 80px;
    display: block;
    box-sizing: border-box;
}
.delivery-mode-form .button .cont-btn a {
    color: #141a69;
    border-color: #141a69;
}
.delivery-mode-form .button .cont-btn a:hover {
    border-color: #000;
    color: #000;
}
.delivery-mode-form label[for="flight-date"] .gj-datepicker button {
    height: 41px;
    margin-top: 15px;
    border-radius: 0;
}
.delivery-mode-form label[for="flight-date"]  input {
    border-right: none;
}
.delivery-mode-form label[for="flight-date"] .gj-datepicker button i {
    color: #141a69;
}

/* Payment */
.delivery-mode-form label[for="month"],
.delivery-mode-form label[for="year"] {
    display: inline-block;
}
.card-detail {
    margin-top: 26px;
}
.delivery-mode-form label[for="month"] {
    margin-right: 5px;
}
.delivery-mode-form label[for="year"] {
    margin-left: 5px;
}
.delivery-mode-form  .normal-text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}
.last-method-btn {
    margin-top: 50px;
}
.delivery-mode-form label[for="promo-code"] a {
    display: block;
    /*max-width: 200px;*/
    text-align: center;
    padding: 10px 0;
    color: #141a69;
    border: 1px solid #141a69;
    margin-top: 25px;
    text-transform: uppercase;
    max-width: 140px;
    font-size: 14px;
}
.delivery-mode-form label[for="promo-code"] a i {
    margin-left: 15px;
}
.delivery-mode-form label[for="promo-code"] a:hover{
    border-color: #000;
    color: #000;
}
.d-address {
    display: none;
}
.cart-information {
    margin: 80px 0;
}
.cart-information p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
.confirm-cart{
    border: solid 1px #e2e2e2;
    background-color: #f7f7f7;
    padding: 20px;
    margin-top: 30px;
}
.confirm-cart > table {
    width: 100%;
}
.confirm-cart table tr th {
    padding-bottom: 15px;
    font-weight: 500;
}
.confirm-cart table tr th:last-child {
    text-align: right;
}
.confirm-cart table tr td {
    vertical-align: middle;
}
.confirm-cart table tr td.item {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.confirm-cart table tr td.item span {
    margin-left: 15px;
    font-size: 9px;
    display: block;
}
.confirm-cart table tr td.item span b {
    font-size: 12px;
}
.confirm-cart table tr td.qty {
    padding-left: 10px;
}
.confirm-cart table tr td.qty,
.confirm-cart table tr td.discount{
    padding-bottom: 15px;
    font-weight: bold;
}
.confirm-cart table tr td.each,
.confirm-cart table tr td.total{
    font-size: 12px;
    padding-bottom: 15px;
}
.confirm-cart table tr td.total {
    font-weight: 500;
    text-align: right;
}
.confirm-cart  .cart-total {
    margin-top: 85px;
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
    text-align: right;
}
.confirm-cart  .cart-total table {
    text-align: right;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.confirm-cart  .cart-total table tr td:first-child {
    padding-right: 80px;
}
.confirm-cart  .cart-total table tr:first-child td {
    padding-bottom: 10px;
}
.confirm-cart  .cart-total table tr:last-child td:last-child {
    font-size: 16px;

}

/* Order FAQ */
.lag table {
    border: solid 1px #DFDFDF;
    margin: 15px 0;
    width: 100%;
}
.lag  th, .lag  td {
    padding: 5px 10px;
    border-bottom: solid 1px #DFDFDF;
}

/* Contact Us */
.contact input {
    width: 100%;
    margin-top: 15px;
    height: 41px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding-left: 15px;
    border-radius: 0;
}
.contact label {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    font-size: 18px;
}
.contact select {
    min-width: 110px;
    background: #eaeaea;
    margin-top: 15px;
    height: 41px;
    font-size: 14px;
    padding-left: 15px;
    border-color: #eaeaea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact label[for="name"] input {
    margin-left: 15px;
}
.contact label span {
    display: flex;
}
.contact .button .cont-btn a {
    color: #141a69;
    border-color: #141a69;
}
.contact .button .cont-btn a:hover {
    color: #000;
    border-color: #000;
}
.contact .button a {
    display: block;
    min-width: 200px;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    color: #dbdbdb;
    text-align: center;
    text-transform: uppercase;
}
.contact .button a i {
    margin-left: 15px;
}
.contact .button {
    display: flex;
    justify-content: flex-end;
}
.contact .main-content form {
    margin-bottom:80px;
}
.contact label[for="name"] span {
    position: relative;
}
.contact label[for="name"] span:after {
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f078";
    color: #393939;
    position: absolute;
    font-size: 12px;
    top: 26px;
    left: 80px;
    display: block;
    box-sizing: border-box;
}

/* Cart */.cartContent {
    display: block;
    width:100%;
}
.cartColumnLeft {
    width: 100%;
    flex-shrink: 0;
}
.cartColumnRight {
    flex-grow: 1
}
.checkoutProductsMobile,
.checkoutSummaryMobile.cartSummary {
    display: none
}
.cartItemQuantitySelectWrapper:after {
    top: 30%
}
.cartSummaryHeadlineHiddenMobile .cartSummaryHeadline {
    display: block
}
.cartSummaryProductsScrollGradient {
    display: none;
    position: absolute;
    width: 100%;
    height: 3.25rem;
    bottom: 0;
    pointer-events: none;
    background-clip: content-box;
    background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0), #fff)
}
.cartSummaryProductsHasScrolledToEnd .cartSummaryProductsScrollGradient {
    background-image: linear-gradient(180deg, hsla(0, 0%, 93.3%, 0), hsla(0, 0%, 93.3%, 0))
}
.cartSummaryProductsIsScrollable .cartSummaryProductsScrollGradient {
    display: block
}
.cartSummaryProductsScroll {
    max-height: 17.4375rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 .625rem
}
.cartSummaryProductsHeader {
    line-height: 1.25rem;
    padding: .625rem .625rem .3125rem
}
.cartSummaryProductsItemCount {
    font-size: .875rem
}
.cartSummaryProductsEditLink {
    font-size: .875rem;
    font-weight: 300
}
.checkoutProductsMobile {
    margin-bottom: 2rem
}
.checkoutSummaryMobile.cartSummary {
    top: 0;
    padding-top: 2rem;
    border-top: .0625rem solid #ececec;
    position: relative
}
.cartItem {
    border-bottom: .0625rem solid #dbdbdb
}
.cartItemError {
    margin: 1rem 0 .5rem
}
.cartItemDetails {
    display: flex
}
.cartItemFigure {
    width: 50%;
    flex-shrink: 0;
    position: relative
}
.cartItemFigure:before {
    content: "";
    display: block;
    pointer-events: none
}
.cartItemFigure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    background-image: radial-gradient(circle at 50% 52%, rgba(0, 0, 0, .02), rgba(0, 0, 0, .06));
    pointer-events: none
}
.cartItemFigureLink {
    display: block
}
.cartItemImage {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute
}
.cartItemImage:before {
    content: "";
    display: block;
    padding-top: 100%;
    pointer-events: none
}
.cartItemImageImg {
    padding: 1rem
}
.cartItemContent {
    padding: 1rem;
    overflow: hidden
}
.cartItemContent,
.cartItemContentRowBottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}
.cartItemContentRowBottom {
    justify-content: space-between
}
.cartItemLink,
.cartItemLink:active,
.cartItemLink:focus {
    text-decoration: none
}
.touchCapable .cartItemLink:active {
    transition: none
}
html:not(.touchCapable) .cartItemLink:hover {
    text-decoration: none
}
.cartItemTitleSku {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word
}
.cartItemTitleBrand {
    font-size: .75rem;
    line-height: .9375rem;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    color: #787878;
    margin-bottom: .5rem
}
.cartItemBrand {
    font-weight: 600;
    color: #282828
}
.cartItemProductSku {
    color: #787878;
    font-size: .6875rem;
    line-height: 1rem;
    margin-bottom: 1rem
}
.cartItemDeleteElement {
    margin-top: auto;
    padding-top: .5rem
}
.cartItemQuantityElement {
    margin-bottom: .5rem
}
.cartItemDelete {
    display: flex;
    align-items: center;
    color: #787878;
    fill: #787878;
    font-size: .8125rem
}
.cartItemDelete,
.cartItemDelete:active,
.cartItemDelete:focus {
    text-decoration: none
}
.touchCapable .cartItemDelete:active {
    transition: none
}
html:not(.touchCapable) .cartItemDelete:hover {
    text-decoration: none
}
.cartItemDeleteIcon {
    width: 1.5rem;
    height: 1.5rem;
    padding-top: 0;
    flex-shrink: 0;
    margin-right: .1875rem;
    margin-left: -.1875rem
}
.cartItemDeleteText {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    text-transform: uppercase
}
.cartItemPriceRow {
    font-size: 1rem;
    font-weight: 600
}
.cartItemPriceSingleItem {
    font-size: .6875rem;
    line-height: 1rem;
    color: #787878
}
.cartItemPriceSingleItemValue {
    font-weight: 600;
    color: #000;
    white-space: nowrap
}
.cartItemPriceMiles {
    color: #787878;
    font-size: .75rem
}
.cartItemQuantityForm {
    display: flex;
    align-items: center
}
.cartItemQuantitySelectWrapper {
    position: relative;
    border: .0625rem solid #dbdbdb;
    display: inline-block
}
.cartItemQuantitySelectWrapper:after {
    position: absolute;
    height: .4375rem;
    width: .4375rem;
    border-color: #000;
    border-style: solid;
    border-width: .0625rem .0625rem 0 0;
    content: "";
    display: inline-block;
    transform: rotate(135deg);
    vertical-align: top;
    pointer-events: none;
    right: .625rem;
    top: 35%
}
.cartItemQuantityLabel {
    font-size: .875rem;
    text-align: left;
    line-height: 1.25rem;
    color: #787878;
    padding-right: .625rem;
    display: none
}
.cartItemQuantitySelect {
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    padding: .5625rem 1.6875rem .5rem .625rem;
    cursor: pointer
}
.cartItemQuantitySelect::-ms-expand {
    display: none
}
.cartSummary {
    position: relative;
    padding-bottom: .5625rem
}
.cartSummaryContent {
    background: #f3f3f3;
    overflow: hidden;
    border-bottom: .125rem solid #fff
}
.cartSummaryHeadline {
    padding: 3rem 0 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 300;
    text-align: center
}
.cartSummaryHeadlineHiddenMobile .cartSummaryHeadline {
    display: none
}
.cartSummaryCheckoutHidden {
    padding-bottom: 2rem
}
.cartSummaryCheckout {
    text-align: center
}
.cartSummaryCheckoutDesktop {
    display: none
}
.cartSummaryCheckoutMobile {
    padding: .5rem 1rem
}
.cartSummaryCheckoutIsSticky {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 .5rem 0 rgba(0, 0, 0, .13), 0 0 .5rem 0 rgba(0, 0, 0, .08);
    z-index: 10
}
.cartSummaryCheckoutButton {
    width: 100%
}
.cartSummarySection {
    background: #fff;
    border-radius: .1875rem;
    box-shadow: 0 .0625rem .25rem 0 rgba(0, 0, 0, .03), 0 .3125rem .6875rem 0 rgba(0, 0, 0, .05);
    margin: 0 1rem .75rem;
    overflow: hidden
}
.cartSummaryGroup {
    padding: .75rem 0;
    border-bottom: .0625rem solid #ececec
}
.cartSummaryGroup:last-child {
    border-bottom: 0
}
.cartSummaryRow {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    color: #787878
}
.cartSummaryRowLink,
.cartSummaryRowLink:active,
.cartSummaryRowLink:focus {
    text-decoration: none
}
.touchCapable .cartSummaryRowLink:active {
    transition: none
}
html:not(.touchCapable) .cartSummaryRowLink:hover {
    text-decoration: none
}
.cartSummaryRowLabelArea,
.cartSummaryRowValueArea {
    display: flex;
    flex-direction: column
}
.cartSummaryRowValueArea {
    text-align: right
}
.cartSummaryRowBold {
    font-weight: 600;
    color: #000
}
.cartSummaryRowComment {
    font-size: .8125rem;
    line-height: 1rem;
    font-weight: 400;
    color: #787878
}
.cartSummaryFootnotes {
    font-size: .875rem;
    line-height: 1.125rem;
    padding: .75rem 1rem;
    color: #787878;
    display: block;
    text-decoration: none
}
.cartSummaryFootnotes:active,
.cartSummaryFootnotes:focus {
    text-decoration: none
}
.touchCapable .cartSummaryFootnotes:active {
    transition: none
}
html:not(.touchCapable) .cartSummaryFootnotes:hover {
    text-decoration: none
}
.cartSummaryRowSizeL {
    font-size: 1rem
}
.cartSummaryRowSizeXl {
    font-size: 1.125rem
}
.cartSummaryInvalidCartError {
    border-bottom: .125rem solid #fff
}
.cartSummaryProducts {
    position: relative;
    overflow: hidden
}
.cartSummaryProductsHeader {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 2rem 1rem 1rem;
    line-height: 1.5rem
}
.cartSummaryProductsItemCount {
    font-size: 1rem;
    color: #282828;
    font-weight: 600
}
.cartSummaryProductsEditLink {
    font-size: 1rem;
    color: #787878;
    text-decoration: none;
    position: relative;
    top: auto
}
.cartSummaryProductsEditLink:active,
.cartSummaryProductsEditLink:focus {
    text-decoration: none
}
.touchCapable .cartSummaryProductsEditLink:active {
    transition: none
}
html:not(.touchCapable) .cartSummaryProductsEditLink:hover {
    text-decoration: none
}
.checkoutError {
    background-color: #f93000;
    padding: .75rem;
    text-align: center
}
.checkoutErrorHeadline {
    font-size: .875rem;
    font-weight: 500;
    display: block;
    line-height: 1.14;
    color: #fff
}
.checkoutErrorDescription {
    font-size: .75rem;
    font-weight: 500;
    display: block;
    line-height: 1.17;
    color: #fff
}
.clearCart {
    margin-left: auto;
}
.clearCartModalHero {
    margin-bottom: 4.375rem
}
.clearCartButton {
    background-color: transparent;
    border-style: none;
    color: inherit;
    width: 1.3125rem;
    height: 1.0625rem;
    fill: #787878
}
.createAccountBox {
    padding: 2rem 0 2.5rem;
    width: 100%;
    background-color: #f3f3f3
}
.createAccountBoxIcon {
    display: block;
    margin: 0 auto 1rem;
    width: 4.125rem;
    height: 4.125rem;
    padding-top: 0
}
.createAccountBoxIcon use {
    fill: #787878
}
.createAccountBoxTitle {
    margin: 0 4.25rem 1rem;
    color: #282828;
    font-weight: 600;
    font-size: 1rem;
    text-align: center
}
.createAccountBoxText {
    margin: 0 1rem 2rem;
    text-align: center;
    color: #787878;
    font-size: .875rem;
    line-height: 1.125rem
}
.createAccountBoxTextAccent {
    color: #000
}
.createAccountBoxButtonContainer {
    margin: 0 1rem;
    text-align: center
}
.createAccountBoxButton {
    width: 100%
}
.deliveryOptionCartHead {
    display: flex;
    align-items: center;
    border-radius: .125rem;
    background-color: #f3f3f3;
    padding: .625rem 1rem
}
.deliveryOptionCartIcon {
    width: 1.75rem;
    height: 1.75rem;
    padding-top: 0;
    margin-right: .5rem
}
.buttonStylePrimary {
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0 1rem;
    transition: background-color .2s;
    fill: #fff;
    color: #fff;
    background-color: #0b0b50;
    font-weight: 600;
    border: .125rem solid transparent;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.25rem;
    width: auto;
}
.buttonStylePrimary:hover, .buttonStylePrimary:focus {
    text-decoration: none;
    outline-width: 0;
    color:#fff
}
.buttonSizeRegular .buttonContent {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Brands */
.brands-highlight .col-6 {
    padding:10px;
}
.brands-alphabet-row {
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding-top:20px;
    padding-bottom:20px;
}

/* PHONE CODE */

label[for='contact-number'] span:after{
    display: none !important;
}

label[for='contact-number'] select{
    padding-left: 15px !important;
}

.iti--allow-dropdown{
    height: 41px;
    display: flex !important;
    width: 100%;
    margin-top: 15px;
}

.iti__flag-container{
    width: 27%;
    position: relative !important;
    min-width: 110px;

}

.iti__flag{
  display: none;
}

.iti__flag-box{
  display: none !important;
}

.iti__selected-flag:after{
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f078";
    color: #393939;
    position: absolute;
    font-size: 12px;
    left: 80px;
    display: block;
    box-sizing: border-box;
}

.iti__arrow{
    display: none;
}

.iti__country-name, .iti__dial-code,.iti__selected-dial-code{
    font-size: 14px;
    display: inline-block !important;
}

.iti__selected-flag{
    max-width: 110px;
    border-radius: 5px;
    border: 1px solid rgb(166, 166, 166);
    padding-right: 0px;
    padding-left: 14px;
    background: #eaeaea;
}

.iti--allow-dropdown input{
    padding-left: 15px !important;
    margin-left: 10px !important;
}

.iti__selected-dial-code{
    width: 40px;
}

label[for='enrich-id'] p{
    margin: 0px;
    font-weight: normal;
}

label[for='enrich-id'] p span{
    display: inline-block;
    /* width: 26px;
    height: 26px;
    line-height: 26px; */
    display: inline-block;
    background: #141a69;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-left: 5px;
    cursor: pointer;
}

label[for='enrich-id'] p span:after{
    content: "Enter 9-digits of Enrich membership number to collect Enrich Miles ";
    text-align: left;
    max-width: 400px;
    position: absolute;
    font-size: 14px;
    /* top: -60px; */
    background: #141a69;
    padding: 1px 5px;
    /* opacity: 0; */
    transition: 0.3s;
    top: -35px;
}

/* label[for='enrich-id'] p span:hover::after{
    opacity: 1;
} */

label[for='email'] p span {
    /* width: 26px;
    height: 26px;
    line-height: 26px; */
    display: inline-block;
    background: #141a69;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    margin-left: 10px;
    cursor: pointer;
}

label[for='email'] p span:after{
    content: "E-invoice will be sent to the given email address";
    text-align: left;
    max-width: 400px;
    position: absolute;
    font-size: 14px;
    /* top: -30px; */
    background: #141a69;
    padding: 1px 5px;
    /* opacity: 0; */
    transition: 0.3s;
    top: -15px;
}
label[for='enrich-id'] p span,
label[for='email'] p span {
    width: 16px;
    height: 16px;
    line-height: 16px;
}
label[for='enrich-id'] p span:after,
label[for='email'] p span:after {
    display: none;
}
label[for='enrich-id'] p span:hover:after,
label[for='email'] p span:hover:after{
    /* opacity: 1; */
    display: block;
}

.delivery-mode-form p span {
    font-size: 10px;
}


label p strong{
    position: absolute !important;
    top: 0;
    display: inline-block !important;
    color: #ec1c23;
    margin-left: 1px;
}

label p strong:after{
    display: none !important
}

label p{
    margin: 0px !important;
    font-weight: 400 !important;
}

label[for='state-billing'] p:after,
label[for='state-delivery'] p:after,
label[for='state-inflight'] p:after,
label[for='Country'] p:after{
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f078";
    color: #393939;
    position: absolute;
    font-size: 12px;
    bottom: 40px;
    right: 36px;
    display: block;
    box-sizing: border-box;
}

select[name="inflight-no"]{
    width: 100%;
}

label[for="flight-no"] strong:before{
    font-family: "Font Awesome 5 Free", FontAwesome;
    font-weight: 900;
    content: "\f078";
    color: #393939;
    position: absolute;
    font-size: 12px;
    bottom: 10px;
    right: 020px;
    display: block;
    box-sizing: border-box;
}

label[for="flight-no"] strong{
    width: 100%;
    margin-left: 15px;
}

.payment label p{
    position: relative;
}

/* label[for="enrich-id"] input:first-of-type{
    width: 40px;
    border-right: 0px;
    position: absolute;
} */

/* label[for="enrich-id"] input:last-of-type{
    width: 100%;
    padding-left: 40px;
} */

label[for="enrich-id"]{
    display: block;
}

.delivery-mode-form label[for="flight-no"] input{
    max-width: 110px;
    background: #eaeaea;
    margin-top: 15px;
    height: 41px;
    font-size: 14px;
    padding-left: 15px;
    border-radius: 5px;
    border-color: rgb(166, 166, 166);
}

.mini-cart-info img{
    width: 55px;
    object-fit: contain;
}

.confirm-cart img{
    max-width: 55px;
}

label[for="enrich-id"] input:first-of-type{
    max-width: 110px;
    border-radius: 5px;
    background: #eaeaea;
    border: 1px solid #a6a6a6;
}

label[for="enrich-id"] input:last-of-type{
    margin-left: 15px;
}

.enrich-column{
    display: flex;
}

label[for="state-billing"] select, label[for="state-billing"] input,
label[for="state-delivery"] select, label[for="state-delivery"] input,
label[for="state-inflight"] select, label[for="state-inflight"] input{
    display: none;
}

label[for="state-billing"] .active,
label[for="state-delivery"] .active,
label[for="state-inflight"] .active{
    display: block;
}

label[for="state-billing"] p:after,
label[for="state-delivery"] p:after,
label[for="state-inflight"] p:after{
    display: none;
}

label[for="state-billing"] p.active:after,
label[for="state-delivery"] p.active:after,
label[for="state-inflight"] p.active:after{
    display: block;
}

label[for="name-on-card"] img{
    max-width: 35px;
}

label[for="name-on-card"] img:first-of-type{
    margin-left: 10px;
}

.text-right img{
    max-width: 117px;
}

/* Responsive */
@media (min-width: 48em) {
    .cartItemFigure {
        width: 11.25rem;
    }
    .cartItemContentRowBottom, .cartItemContentRowTop {
        display: flex;
        justify-content: space-between;
    }
    .cartItemContentRowBottom {
        flex-grow: 0;
        margin-top: auto;
        flex-direction: row;
        align-items: flex-end;
    }
    .cartItemQuantityLabel {
        display: block;
    }
    .cartItemContentRowBottom {
        flex-grow: 0;
        margin-top: auto;
        flex-direction: row;
        align-items: flex-end;
    }
    .cartSummaryCheckout {
        padding-top: 2rem;
        padding-bottom: 4rem;
        box-shadow: none;
    }
    .cartContent {
        display:flex;
    }
    .cartColumnLeft {
        width: 67%;
        flex-shrink: 0;
        padding-right: 1.375rem
    }
}
@media (min-width: 1200px) {}
    .container {
        max-width: 1014px !important;
    }
}
@media (max-width: 1200px) {
    /* Home */
    ul.navbar-nav > li > a {
        padding: 35px 8px;
    }
    /*#top #cart_block .dropdown-menu {
        top: 51px;
    }*/
    #header-right ul.navbar-nav > li > a {
        padding: 35px 10px;
    }
}

@media (max-width: 991px) {
    /* Home */
    #header-left {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #header-right {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    #header-right .navbar-toggler {
        border: none;
        color: #fff;
    }
     #header-left h1 img {
        max-width: 150px;
    }
    #top #cart_block .dropdown-menu {
        top: 54px;
    }
    #top .background {
        padding: 10px 0;
    }
    #header-right .dropdown-menu ul .sub-menu {
        position: relative;
        display: block;
        right: 0;
        padding-left: 20px;
        border: none;
    }
    #header-right .dropdown-menu ul .sub-menu a{
        font-size: 13px;
    }
    #header-right .dropdown-menu ul .level-2 > a:after {
        content: "\f078"
    }
    #hero-slider .hero-slide a {
        bottom: 15px;
    }
    #header-right .navbar a {
        color: #000;
        padding: 10px 20px;
    }
    #top #cart_block .badge {
        top: 15px;
    }
    /* .navbar .navbar-nav {
        width: 300px !important;
    } */
    #header-right ul.navbar-nav > li.dropdown > a, {
        font-weight: bold;
    }

    .nav-item >.nav-link{
    font-weight: bold;
  }

    .footer ul li a {
        word-break: break-word;
    }
    /*.footer-copyright .row {
        flex-direction: column;
        text-align: center;
    }
    .footer-copyright .col-sm-4,
    .footer-copyright .col-sm-8{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-copyright .row .text-right {
        text-align: center !important;
    }*/
    .footer-copyright .copyright-text .text-right {
        text-align: center !important;
    }
    .dropdown-toggle::after {
        display: none;
    }
    .navbar .dropdown-menu {
        display: block
    }
    #header-right .navbar a,
    #header-right ul.navbar-nav > li > a {
        color: #000;
        padding: 10px 20px;
    }
    .navbar .dropdown-menu a {
        padding-left: 30px !important;
    }
    .home-content-2 .category-title a span {
        min-width: 180px;
        padding: 30px 0;
        font-size: 18px;
    }


    /* Product Detail Page */
    .product-center .price span {
        font-size: 28px;
    }
    .product-center #product input {
        min-width: 120px;
    }
    .product-center .cart .add-to-cart > a {
        min-width: 180px;
    }

    /* Checkout */
    .delivery-mode .method a {
        min-height: 137px;
    }

    /* Shopping Guide */
    .shopping-guide .table td, .shopping-guide .table th {
        padding-right: 15px;
    }
    .stepwizard + .row .col-12:first-child {
        order: 2;
    }
    .cart-information {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    /* Home */
    h2 {
        font-size: 22px;
    }
    .slick-prev {
        left: 0 !important;
    }
    .slick-next {
        right: 0 !important;
    }
    /*#hero-slider {
        display: none;
    }*/
    #hero-slider-mobile {
        display: block;
    }
    #hero-slider-mobile .hero-slide a {
        bottom: 15px;
        font-size: 10px;
        padding: 10px 15px;
    }

    .home .product-slider {
        padding: 20px;
    }
    #cart_block {
        float: none;
        display: inline-block;
        width: auto;
        margin-top: 0;
        margin: 0 5px;
    }
    #top #cart_block .dropdown-menu {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto!important;
        width: 100%!important;
        padding: 15px;
        height: 100vh;
        border: 2px solid #494b56;
    }
    .home-content-5 {
        padding-bottom: 0;
    }
    .home-content-5 .col-12 {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0,0,0, 0.2)
    }
    .home-content-5 .col-12:last-child {
        margin-bottom: 0;
    }
    .home-content-5 img {
        width: 50px;
        height: auto;
        margin-right: 15px;
    }

    .home-content-5 h5 {
        margin-top: 0
    }

    .footer .col-12 {
        border-bottom: 1px solid rgba(0,0,0,.2);
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer h4:after {
        font-family: "Font Awesome 5 Free", FontAwesome;
        font-weight: 900;
        /* content: "\f078"; */
        float: right;
        content: "\f067";
    }
    .footer h4.title-icon:after {
        /* content: "\f077"; */
        content: "\f068";
    }
    .footer h4 {
        margin-bottom: 15px;
        margin-top: 15px;
        cursor: pointer;
    }

    /* Promotion Page */
    .breadcrumb h3 {
        font-size: 22px;
    }

    /* Category Page */
    /*.filter-box {
        display: none;
    }*/

    /* Checkout */
    .delivery-mode .method {
        flex-direction: column;
    }
    .stepwizard .stepwizard-step b {
        display: none;
    }
    .delivery-mode .method a {
        max-width: 100%;
        min-height: auto;
    }
    .delivery-mode {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .delivery-mode-form {
        margin-top: 35px;
        margin-bottom: 35px;
    }
    .delivery-mode-form label {
        font-size: 16px;
    }
    .delivery-mode-form .button a {
        font-size: 12px;
    }
    .delivery-mode-form label[for="promo-code"] a {
        max-width: 150px;
        padding: 10px 0;
    }
    .delivery-mode-form label[for="month"] {
        margin-right: 0;
    }
    .delivery-mode-form label[for="year"] {
        margin-left: 0;
    }
    .stepwizard .stepwizard-step i {
        margin-left: 0;
    }
    .cart-information {
        margin-top: 0;
    }

    /* Product Page */
    .product-thumbnails ul .slick-prev {
        left: -5px !important;
    }
    .product-thumbnails ul .slick-next {
        right: 0px !important;
    }


}
@media (max-width: 575px) {
    /* Home */
    #cart_block .cart-toggle {
        cursor: pointer;
    }
    .footer ul {
        margin-top: 10px;
    }

    /* Category */
    #column_left .box-category .box-heading:after,
    #column_left .filter-box .filter-heading-text:after {
        font-family: "Font Awesome 5 Free", FontAwesome;
        font-weight: 900;
        content: "\f078";
        float: right;
    }
    #column_left .box-category .box-heading.open:after,
    #column_left .filter-box .filter-heading-text.open:after {
         content: "\f077";
    }
    #column_left .box-heading.open + .box-content,
    #column_left .filter-box .filter-heading-text.open + .checkbox,
    #column_left .filter-box .filter-heading-text.open + .slidecontainer {
        display: block !important;
    }
    #column_left .box-content ul {

        margin-top: 20px;
        margin-bottom: 0;
    }
    #column_left .filter-box .box-heading {
        margin-top: 25px;
    }

    /* Checkout */

    .delivery-mode-form select[name="month"],
    .delivery-mode-form select[name="year"] {
         margin-top: 0;
    }
    .delivery-mode-form label[for="month"] span:after,
    .delivery-mode-form label[for="year"] span:after {
        top: 12px;
    }
    .card-detail {
        margin-top: 0;
    }

}
@media (max-width: 480px) {
    /* Home */
    #top-bar .background {
        padding: 10px 0;
    }
    #top-bar .welcome-text {
        font-size: 10px;
    }
    #header-left h1 img {
        max-width: 80px;
    }
    div#header-right img {
        max-height: 20px;
    }
    div#header-right .mini-cart-info img {
        max-height: 100%;
    }
    #header-right .navbar-toggler {
        font-size: 16px;
    }
    #top #cart_block .badge {
        font-size: 10px;
        top: 10px;
        left: 12px;
    }
    #hero-slider .hero-slide a {
        padding: 5px 10px;
        font-size: 8px;
        bottom: 5;
    }
    #hero-slider .hero-slide a i {
        margin-left: 5px;
    }
    /*.home-content-2 .category-title a span {
        font-size: 20px;
        min-width: 200px;
        padding: 40px 0;
    }*/
    .home-content-2 .category-title a span {
        font-size: 12px;
        min-width: 100px;
        padding: 14px 0;
    }
    .home-content-5 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-content-1 .product-slider a,
    .home-content-4 .product-slider a{
        margin-left: 5px;
        padding: 10px;
    }
    .home-content-1 .product-slider h5,
    .home-content-4 .product-slider a{
        font-size: 12px;
        min-height: 108px;
    }


    /* Product Detail Page */
    .product-center #product input {
        min-width: 100px;
    }
    .product-center .cart .add-to-cart > a {
        min-width: 150px;
    }
    .product-center .price span {
        font-size: 22px;
    }
    .product-center .short-description,
    .product-center .price {
        margin-top: 35px;
    }

    /* Checkout */
    /*.stepwizard .stepwizard-step i {
        margin-left: 10px;
    }*/
    .stepwizard .stepwizard-step span {
        margin-right: 10px;
        margin-left: 10px;
    }
    .delivery-mode-form .button a {
        min-width: 125px;
        padding: 10px 0;
    }
    .cart-information {
        overflow-x: auto;
    }
    /* .confirm-cart {
        min-width: 450px;
    } */
    .mobile-content > div {
        font-size: 10px;
        margin-left: 15px;
    }

}
