:root {
    --c1: #001748;
    --c2: #ad011b;
}

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


@font-face {
    font-family: 'f1';
    src: url('fonts/Bahnschrift.eot?#iefix') format('embedded-opentype'),
     url('fonts/Bahnschrift.woff') format('woff'),
     url('fonts/Bahnschrift.ttf') format('truetype'),
     url('fonts/Bahnschrift.svg#Bahnschrift') format('svg');
    font-weight: normal;
    font-style: normal;
}


html,
body,
a,
button,
div,
input,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
textarea {
    font-family: 'f1';
    text-transform: capitalize;
}

body {
    padding: 0 !important;
}

.cap-red{
    color: #f00;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width:100%;
    text-align: center;
}

input:focus,
button:focus,
a:focus,
textarea:focus {
    outline-color: rgba(0, 0, 0, 0);
}

.row {
    margin-right: 0;
    margin-left: 0;
}

#about-modal h3,
#terms-modal h3{
    margin: auto;
}

.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 2500;

}

.loading img {
    width: 120px;
    margin-bottom: 17px;
}

.loading h3 {
    margin: 0;
}

.loading p {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0;
    font-size: 18px;
}

.loading div {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 25px;
    margin: auto;
    height: 100px;
    text-align: center;
}


a {
    text-decoration: none !important;
    color: inherit !important;
}

.owl-carousel .bg-img{
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
   /* filter: blur(5px);*/
}

.mbtn1 {
    background: #fff;
    color: #001748 !important;
    border: none;
    border-radius: 50px;
    padding: 10px 32px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.mbtn1:hover {
    box-shadow: #fff 0 0 10px;
}

.mbtn2 {
    background: #001748;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: 2px 29px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.mbtn2:hover {
    transform: scale(1.05);
}

.mbtn3 {
    background: #001748;
    color: #fff !important;
    border: none;
    border-radius: 50px;
    padding: 10px 32px;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s;
}

.mbtn3:hover {
    box-shadow: #fff 0 0 10px;
}

.mbtn4 {
    background: #e0e0e0;
    color: rgb(31, 31, 31) !important;
    border: none;
    border-radius: 50px;
    padding: 2px 29px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
}

.mbtn4:hover {
    transform: scale(1.05);
}

.mbtn5 {
    border-radius: 50px;
    border: none;
    color: #fff !important;
    background: #ad011b;
    cursor: pointer;
    padding: 2px 29px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    display: inline-block;
}

.mbtn5:hover {
    transform: scale(1.05);
}

.mbtn5:disabled {
    opacity: 0.5;
    transform: scale(1);
    cursor: not-allowed;
}

select.sel-cat {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 5px;
    display: none;
    box-shadow: #00000052 0 1px 6px;
}

.input1 {
    border: #001748 solid 1px;
    border-radius: 10px;
    background: none;
    padding: 5px 8px;
}

.input1:focus {
    box-shadow: #4c4c4c7a 0 0 9px;
    /* border: #ad011b solid 1px; */
}

.check1 {
    padding: 5px 8px;
    text-align: left;
}

.pages-parent {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
    padding: 15px 0;
}

.pages-parent li {
    min-width: 35px;
    padding: 3px 3px;
    height: 35px;
    background: #d4d4d4;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    border-radius: 7px;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.pages-parent li:hover {
    background: #bebebe
}

.pages-parent li.page-active {
    background: #001748;
    color: #fff;
}

.nice-number {
    border-radius: 50px;
    overflow: hidden;
}

.nice-number button {
    background: #ddd;
    padding: 0px 21px;
    border: none;
    color: #ad011b;
    font-size: 28px;
    cursor: pointer;
}

.nice-number input {
    width: 80px !important;
    border: #ddd 1px solid;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 40%;
    font-family: serif !important;
    color: #fff !important;
    z-index: 1500;
    font-size: 50px !important;
}

button.owl-prev {
    left: 27px;
}

button.owl-next {
    right: 27px;
}
/* Cart Icon */

#btn-cart a {
background: -webkit-linear-gradient(top, #dc3545, #D76E2C);
  border: 1px solid #aa5800;
  float: left;
  border-radius: 6px;
  color: #FFF;
  display: block;
  text-shadow: 0 1px #555;
  font-weight: bold;
  text-decoration: none;
  font-size: 13px;
  height: 25px;
  padding-right: 5px;
  position: relative;
  box-shadow: 0 1px 2px #999, 0 1px 1px #EFEFEF inset;
}
#btn-cart a > span {
  display: block;
  line-height: 22px;
  padding: 2px 5px 0px 40px;
}
#btn-cart a:before {
  font-family: 'FontAwesome';
  content: "\f07a";
  position: absolute;
  top: 6px;
  left: 10px;
  height: 20px;
}
#btn-cart a:after {
  content: "";
  position: absolute;
  height: 24px;
  width: 0;
  border-right: 1px solid #D76E2C;
  border-left: 1px solid #F0915B;
  top: 1px;
  left: 31px;
}
/* Cart Icon end */

.modal .close{
        background: transparent;
    color: #001748;
    border-radius: 5px;
}
.modal .close:hover{
        background: #001748;
    color: #ffffff;
}
.find-us{
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}


.cart-list {
    list-style: none;
    width: 100%;


    padding: 0;
    padding-right: 10px;

    margin: 0;
}

.cart-list li {
    display: flex;
    box-shadow: #bfbfbf 0 0px 5px 0px;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.cart-list li .del-btn {
    color: #fff;
    background: #d41820;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: 0.3s all;
}

.cart-list li .del-btn:hover {
    transform: scale(1.1)
}

.cart-list li p {
    margin: 0;
}

.cart-list .cart-details {
    padding: 2px 10px;
    text-align: left;
}

.cart-list .cart-des,
.cart-list .cart-name {
    font-size: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 95%;
}

.cart-list .cart-des {
    font-size: 15px;
}

.cart-list .cart-brand {
    color: #ad011b;
}

.cart-list img {
    width: 200px;
    height: 116px;
    object-fit: contain;
    object-position: center;
}

.cart-list .bg-img {
    width: 150px;
    height: 116px;
    background-size: contain;
    background-position: center;
}

.cart-foot {
    display: flex;
    margin: 5px 0;
}

.details-price,
.details-item-num ,.details-weight{
    border-radius: 50px;
    border: #bfbfbf 1px solid;
    color: #202020;
    text-align: center;
    padding: 1px 15px;
    margin-right: 5px !important;
    display: inline-block;
    margin-bottom: 10px !important;
}


.card-item-num,
.cart-foot p {
    border-radius: 50px;
    border: #bfbfbf 1px solid;
    color: #202020;
    text-align: center;
    padding: 1px 15px;
    margin-right: 5px !important;
}

#details-modal .modal-header h3,
#add-cart-modal .modal-header h3 {
    width: 100%;
    text-align: center;
    margin: 0;
}

.count-parent {
    text-align: center;
    /* margin-top: 15px; */
}

#open-left {
    display: none;
}

#terms-modal tr{
    border-bottom: #ddd 1px solid;
}

#terms-modal tr td{
    padding: 22px 0;
}

#terms-modal tr td:nth-child(1){
    text-transform: uppercase;
}

ul.ks-cboxtags {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.ks-cboxtags li {
    margin-bottom: 10px;
    position: relative;
}


.other-cat-closed {
    transform: scalex(0);
    width: 0;
}

.block-center {
    margin-right: auto;
    margin-left: auto;
    display: block;

}

@media(max-width: 1300px){
    footer .footer-brand label{
        font-size: 18px;
    }

}

@media(max-width:1100px) {

    #open-left {
        display: inline-block;
    }

    .account-nav,
    .links-ul {
        display: none !important;
    }

    footer .footer-brand{
        display: block;
        text-align: center;
    }


}

@media(max-width:768px) {

    nav.m-nav ul li .search-nav {
        display: none !important;
    }

    .cart-list li {
        flex-direction: column;
    }

    .cart-list img {
        width: 100%;
        height: 150px;
    }

    .cart-foot {
        display: block;
    }

    .cart-foot>* {
        margin-bottom: 5px !important;
    }
}

@media(max-width:576px) {
    footer {
        text-align: center;
    }

    footer div>div:nth-child(1) {
        margin-bottom: 35px;
    }

    footer div>div:nth-child(2) {
        margin-bottom: 25px;
    }

}
/* New footer Style */
#footer {
    color: #444444;
    font-size: 14px;
    background: #f1f7fd;
  }
  #footer .footer-top {
    background: #001748;
    padding: 60px 0 30px 0;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  }
  #footer .footer-top h3{
      color: #fff;
      font-family: 't1';
  }
  #footer .footer-top h3 span{
      color : #ad001b
  }
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-contact h4 {
    font-size: 22px;
    margin: 0 0 30px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
  }
  #footer .footer-top .footer-contact p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Raleway", sans-serif;
    color: #fff;
  }
  #footer .footer-top h4 {
    font-size: 18px;
    font-weight: bold;
    color: #ad001b;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #ad001b;
    font-size: 16px;
    line-height: 1;
  }
  #footer .footer-top .footer-links ul li {
      color: #fff;
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-size: 16px;
  }
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #1977cc;
  }
  #footer .footer-newsletter {
    font-size: 15px;
  }
  #footer .footer-newsletter h4 {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
  }
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    text-align: left;
    border: 1px solid #bfdcf7;
  }
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #1977cc;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
  }
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #1c84e3;
  }
  #footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #444444;
  }
  #footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #1977cc;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  #footer .social-links a:hover {
    background: #1c84e3;
    color: #fff;
    text-decoration: none;
  }
  /* End Of footer */
  /*scroll to top button*/
#scroll_top
{
    position: fixed;
    width: 50px;
    background: #001748;
    color: #fff;
    border: none;
    display: flex;
    height: 50px;
    border-radius: 50%;
    right: -60px;
    bottom: 10px;
    z-index: 9;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: 0.6s;
    transform: rotate(90deg);
    cursor: pointer;
}
@media (max-width : 900px)
{
  #scroll_top
  {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
/*end of scroll to top button*/


/*New Services Section 2 */

.learn-more-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.description-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.learn-more-list p {
    background: #fff;
    border-radius: 8px;
    min-width: 300px;
    padding: 10px 5px 10px 65px;
    display: inline-block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    color: #111;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
@media (max-width : 991px){
    .learn-more-list p{
        width: 100%;
    }
}

.learn-more-list li {
    position: relative;
}

.learn-more-i {
    width: 52px;
    height: 52px;
    background: #001748;
    border-radius: 50px;
    color: #Fff;
    padding: 11px;
    border: #fff solid 3px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    font-size: 25px;
    margin: auto 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
    transition: 0.3s all;
}
.btn-parent {
    display: block;
    width: 100%;
    text-align: right;
}

.learn-more-parent {
    background-image: url('/img/bg1.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 50px;
}

.lm-active i {
    width: 65px;
    height: 65px;
    display: flex;
    color: #fff;
    font-size: 30px;
    justify-content: center;
    align-items: center;
}

.lm-active p {
    padding-left: 80px;
    min-width: 300px;
    background: #001748;
    color: #fff;
}

.lm-text {
    background: rgba(255, 255, 255, 0.78);
    line-height: 2;
    padding: 30px;
    border-radius: 8px;
}

.lm-text h3 {
    color: #ad001b;
    margin: 0;

}
.lm-text p {
    margin: 0;
}
.lm-text{
    display: none;
}
.services-button{
    color: #262261;
    border: 1px solid #262261;
    background: transparent;
    margin: 30px 0 0  0;
    padding: 15px 30px;
    font-size: 20px;
    border-radius: 4px;
    cursor: pointer;
    width: 25%;
}
.nav-search-button{
     background-color: #001748;
    color: #fff;
    cursor: pointer;
    background: #ad011b;
    position: relative;
    left: -10px;
    border-radius: 0 10px 10px 0;
    height: 40px;
    padding: 0px 10px;
    margin: 0;
    border: none;
    z-index: 1;
    top: 1px;
}
.search_text{
    position: relative;
    z-index: 2;
       border-radius: 14px;
    padding: 8px 15px;
}
.search-container {
    position: relative;
    display: inline-block;
}
.search_text::placeholder {
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}

.search_text.fade::placeholder {
    opacity: 0;
}



@keyframes placeholderFade {
    0%, 20% {
        content: "Find everything..";
        opacity: 1;
    }
    22%, 25% {
        opacity: 0;
    }
    25.1%, 45% {
        content: "Search for products..";
        opacity: 1;
    }
    47%, 50% {
        opacity: 0;
    }
    50.1%, 70% {
        content: "Looking for something?";
        opacity: 1;
    }
    72%, 75% {
        opacity: 0;
    }
    75.1%, 95% {
        content: "Type to search..";
        opacity: 1;
    }
    97%, 100% {
        opacity: 0;
    }
}
@media(max-width: 700px){
    .user-ul{
        display: none !important;
    }
}
@media(max-width: 900px){
    .links li a {
        color: #fff !important;
    }
}
@media(min-width: 900px){
    .links li a {
        color: #001748 !important;
    }
    .links ul li a {
        color: #fff !important;
    }
}
.main_nav .content .links ul li a{
    color: #fff !important;
}
.header-fix .main_nav .content .links ul li a{
    color: #001748 !important;
}
    .top-banner .bg-filter,
    .c-item .bg-filter {
        background-image: url("{{URL::asset('user/img/filter.png')}}")
    }

    .FrozenProduct {
    margin-top: 10px;
    border: none;
    margin: 2px;
    padding: 0 5px;
    background: #89C5F6;
    border-radius: 7px;
    width: fit-content;
    height: 25px;
    color: #fff;
    text-align: center;
}
        .catcard {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 50px;
    /* padding: 10px 20px; */
    color: white;
    font-weight: 500;
    height: 50px;
        }

        .catcard-number {
            width: 45px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            font-weight: bold;
            transition: all 1s ease
        }


.catcard-1 {
    background: linear-gradient(to right, #786fa6, #574b90);
}
.catcard-1 .catcard-text {
    background: #574b90;
}

        .catcard-text {
    color: white;
    line-height: 1.2;
    width: 100%;
    border-radius: 50px;
    height: 50px;
    padding-left: 30px;
                transition: all 1s ease

        }

        .catcard-text .title {
            font-size: 18px;
            line-height: 2.5;
        }

.cards_container a:hover .catcard-text{
    width:100%;
}
.cards_container a:hover .catcard-number{
    display: none;
}
