:root {
    --mainYellow: #FFD357;
    --mainShock: #e62a5c;
    --mainGreen: #019186;
    --mainDark: #00042a;
    --size: 40px;
    --angle: 90deg;
}
::-moz-selection { /* Code for Firefox */
  color: black;
  background: #FFD357;
}

::selection {
  color: black;
  background: #FFD357;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.cat-images{
    height: 150px;
}
.arrower {
    transition: all 0.3s ease;
}
.carousel-control-next, .carousel-control-prev{
    width: 8%;
}
.hover-linker:hover {
    .arrower {
        transform: translateX(3px);
    }
}

.search_response-img {
    width: 35%;
    margin-right: 10px;
}

.search_response-output {
    max-height: 330px;
    z-index: 9;
}

	
.footer-svg {
    fill: #fff;
    transition: fill 0.3s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.footer-svg:hover {
    fill: var(--mainYellow);
}

.text-bluish {
    color: #002B5E;
}

.custom-color-01 {
    color: var(--mainShock);
}

.custom-bg-03 {
    background: var(--mainShock);

}

.w-fit-content {
    width: fit-content !important;
}

.outline-none {
    outline: none !important;
}

.underliner {
    text-decoration: none;
}


.underliner:hover {
    text-decoration: underline;
}

.footer-links {
    color: rgba(255, 255, 255, 0.829);
    transition: color 0.2s ease;
}

.footer-links:hover {
    color: white;
}

.btn-green {
    background: var(--mainGreen) !important;
    color: white;
}

.btn-green:hover {
    color: #9eebe4;
    box-shadow: 0px 0px 5px var(--mainYellow)b2;
}

.text-ellipsis-2 {
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
}

.text-ellipsis-3 {
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
}

.text-ellipsis-4 {
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
}

.x-small {
    font-size: 12px !important;
}

.xx-small {
    font-size: 10px !important;
}

.bg-main {
    background: var(--mainGreen);
}

.navbar .nav-link {
    color: #fff !important;
}

.navbar .nav-link:hover {
    color: var(--mainYellow) !important;
}


/* ----------------------categories */
.active>.page-link,
.page-link.active {

    background-color: var(--mainGreen) !important;
    border-color: var(--mainGreen) !important;
}

.page-link {
    color: var(--mainGreen);
}

.blog-main {
    max-height: 346px;
}

.blog-secondaries {
    height: 346px;
}

.h-cst_b {
    height: 350px;
    width: 100%;
    max-width: 1296px !important;
}

.h-cst_b {
    height: 550px;
    width: 100%;
    max-width: 1500px !important;
}

.cst-mg {
    margin-top: -150px;
    z-index: 1;
}

/* ------------------coupon */
.coupon-card {
    height: 300px;
}

.coupon-store-img {
    height: 100px;
}

.shadow-top {
    transition: all 0.2s ease;
    box-shadow: 0px -5px 17px #00000059;
    
}

.shadow-bottom {
    box-shadow: 0px 5px 17px #00000059;
}

.main-coupon {
    max-width: 275px;
}
.coupon-card{
    transition:all 0.2s linear;
}
.slide{
    height:430px !important;
    object-fit:cover;
}
.main-coupon:hover {
    .coupon-card{
        transform:scale(1.04);
    }
    .shadow-top {
        box-shadow: 0px -3px 8px #00000059;
    }
}
.tore {
    display: inline-block;
    width: 200px;
    /* aspect-ratio: 1; */
    transition: .35s;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    max-width: 100%;
}

.text-greenish {
    color: var(--mainGreen);
}

.tore.one {
    --mask:
        radial-gradient(11px at 50% 100%, #0000 98%, red) 50%/calc(2*10px) 100%,
        radial-gradient(11px at 50% 100%, #0000 98%, red) 55%/calc(2.1*9px) 100%,
        radial-gradient(20px at 51% 104%, #0000 98%, red) 85%/calc(3*10px) 100%
}

.tore.two {
    --mask:
        radial-gradient(11px at 50% 0%, #0000 98%, red) 50%/calc(2*10px) 100%,
        radial-gradient(11px at 50% 0%, #0000 98%, red) 55%/calc(2.1*9px) 100%,
        radial-gradient(20px at 51% -4%, #0000 98%, red) 85%/calc(3*10px) 100%;
}

/* Updated radial gradients with increased size */

.shadow-1 {
    height: 120px;
    width: 200px;
    box-shadow: 2px 3px 18px #706c6c7d;
    max-width: 100%;
}

.shadow-2 {
    height: 120px;
    width: 200px;
    box-shadow: 2px 3px 18px #706c6c7d;
    max-width: 100%;
}

/* ------------------coupon */
/* ------------------categories */

.line-div {

    border-top: 1px solid #ecf2f2;
    height: 2px;
    margin-bottom: 90px;
    margin-top: 73px;
    text-align: center;


}

.cat-link {
    transition: all 0.3s ease;
    color: #00042a;
}

.cat-link:hover {
    transform: translateX(10px);
    color: var(--mainGreen);
}

.sign-up {
    box-shadow: 0 0 42px 0 rgba(130, 156, 199, .2);
}

.blog-card {
    transition: .3s;
}

.blog-card:hover {

    box-shadow: 5px 5px 0 0 var(--mainShock);

    .para {
        color: var(--mainYellow);
    }

    .more {
        color: #000 !important;
    }
}

.line-hr {
    color: #222;
    display: inline-block;
    position: relative;
    top: -14px;

}

.line-div ul {
    padding: 0 35px;
}

.cat-card {
    transition: .5s !important;
    width: 100%;
    margin: 0 0 20px;
}

.card-content {
    transition: .5s !important;
    border-color: #e5e5e5;
}
.cat-single-img2 {
    height: 180px;
    width: 80%;
    transition: width 0.4s ease;
}
.cat-single-img {
    
    width: 80%;
    transition: transform 0.4s ease;
}

.cat-card:hover {
    box-shadow: 0 8px 16px 0 rgba(130, 156, 199, .2);
    transform: translateY(5%);

    .card-content {
        background-color: #eef5ed;
    }

    .cat-single-img {
        /*width: 90%;*/
        transform:scale(1.1);
    }

    .view {
        border-color: var(--mainGreen);
        background-color: #fff !important;
        color: var(--mainGreen);
    }

    .text-decoration-underline {
        color: #666 !important
    }
}
.cat-single-h4{
    color:#5c5c5c;
    transition:color 0.3s ease;
}
.cat-single-card:hover{
    .cat-single-h4{
        color:var(--mainYellow);
    }
}
/* ------------------categories */
/* ------------------store single */

.btn-dual {
    padding: 8px 0;
    border: 1px solid var(--mainYellow);
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
}

.btn-dual .upper {
    background: var(--mainGreen);
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
    padding: 12px 13px 12px 15px;
    z-index: 100;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-dual .upper:after {
    position: absolute;
    right: -30px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 43px 0 0 30px;
    border-color: transparent transparent transparent var(--mainGreen);
    z-index: 101;
    content: "";
    transition: 0.2s ease;
}

.btn-dual .lower {
    padding: 7px 10px;
    z-index: 99;
    margin-left: -44px;
    border: 1px dashed black;

}

.btn-dual .upper:hover:after {
    right: -20px;
    border-width: 44px 0 0 21px;
}

.store-section .nav-link {
    background-color: transparent;
    color: black;
    transition: background-color 0.3s, color 0.3s;
}

.store-section .nav-link.active {
    background-color: var(--mainGreen) !important;
    color: white !important;
}

/* ------------------store single */
/* ------------------all stores */


.content-area {
    max-width: 794px;
}

.list-holder .content-area {
    max-width: inherit;

}

.list>li>a {
    text-decoration: none;
    color: #00042a;
}

.list>li>a:hover {
    color: var(--mainGreen);
}

.list-holder .title {
    color: var(--mainGreen);
}

.alphabetic-list li a:hover {
    background: var(--mainGreen);
    color: #fff;
}



.alphabetic-list li a {
    min-width: 30px;
}

/* ------------------all stores */

/* MAX MEDIA Q */
@media (max-width:1199px) {
    .h-cst_b {
        height: 350px;
    }

    /* .coupon-card {
        height: 250px;
        } */
    .slide{
        height:312px !important;    
    }
}

@media (max-width:991px) {
    .slide {
        height: 232px !important;
     
    }
}

@media (max-width:767px) {
    .cat-images{
        height: 110px;
    }
    .card-content {
        text-align: center !important;
    }

    .view {
        border-radius: 5px !important;
        display: flex;
        justify-content: center;
    }

    .category-name {
        font-size: 13px !important;
        text-align: center;
    }

    .h-cst_b {
        height: 250px;
    }

    .cst-mg {
        margin-top: -70px !important;
    }

    .zigzag-img>img {
        width: 100%;
    }


}

@media (max-width:575px) {
    .display-3{
        font-size:calc(1.525rem + 1.5vw);
    }
    .blog-secondaries {
        height: 270px;
    }

    .slide {
        height: 182px !important;
        object-fit: cover !important;
    }

    .cst-mg {
        margin-top: 0px !important;
    }

    .coupon-card {
        height: 240px;
    }

}

@media (max-width:440px) {
    .mobile-sm {
        font-size: 12px !important;
    }

    .mobile-lg {
        font-size: 14px !important;
    }
}

/* MAX MEDIA Q */
/* ------------------------ */
/* MIN MEDIA Q */
@media (min-width:576px) {}

@media (min-width:768px) {
    .list-holder .list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

    }
}

@media (min-width:992px) {
    .alphabetic-list {
        line-height: 30px;
        font-size: 20px;
    }

    .list-holder .title {
        text-align: left;
        margin: -8px 0 0;
        font-size: 50px;
        width: 88px;
        float: left;
    }

    .alphabetic-list li a {

        min-width: 38px;
    }
}

@media (min-width:1200px) {
    .custom-gap {
        column-gap: 0.83rem !important;
    }

    .alphabetic-list li a {
        min-width: inherit;
    }
}

@media (min-width:1400px) {
    .custom-gap {
        column-gap: 4.583rem !important;
    }
}

/* MIN MEDIA Q */

/* TESTS */

.bg-yellow{
    background:var(--mainYellow);
}
.bg-linear{
    
    background:#000;
}
.cookie-alert {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 320px;
  margin: 10px;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  border:2px solid #eee;
  background:white;
  padding:1.5rem;
  border-radius:1rem;
  
}
.cookie-alert > .card-body > .btn-toolbar{
    float:right;
}   

.cookie-alert.show_cookie {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}



/* TESTS */