a {
    color: #1e88e5;
    text-decoration: none;
    transition: color .3s ease
}



*,::after,::before {
    box-sizing: border-box
}

aside,header,section {
    display: block
}



h3,h5 {
    margin-top: 0;
    margin-bottom: .5rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}



a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}



img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: 0
}

input {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: inherit;
    line-height: inherit
}

input {
    overflow: visible
}

input[type=radio] {
    box-sizing: border-box;
    padding: 0
}



h3 {
    font-size: 1.75rem
}

h5 {
    font-size: 1.25rem
}

.col-6,.col-lg-3,.col-lg-9,.col-md-3,.col-md-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.my-black-link {
    color: #000!important
}

@media (min-width: 768px) {
    .col-md-3 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -webkit-box-flex:0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: .25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}


.d-block {
    display: block!important
}



.w-100 {
    width: 100%!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.pr-0 {
    padding-right: 0!important
}

.pl-0 {
    padding-left: 0!important
}




ul {
    list-style: none
}

a {
    text-decoration: none;
  }

a:hover {
    text-decoration: none
}

.pr {
    float: right!important
}

.pl {
    float: left!important
}

.container-main {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    position: relative
}

.overlay-search-box {
    position: absolute;
    top: 65px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(155 155 155 / 62%);
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nav-categories-overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(155 155 155 / 62%);
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity .2s cubic-bezier(.215,.61,.355,1) .1s;
    transition: opacity .2s cubic-bezier(.215,.61,.355,1) .1s;
    pointer-events: none
}

.sidebar-inner {
    width: 100%;
    height: auto;
    float: right
}

.sidebar-main {
    border-radius: 8px;
    padding: 0;
    box-shadow: none;
    background: #fff;
    border: none;
    margin-bottom: 15px;
    text-align: right!important
}

.megamenu-widget {
    width: 100%;
    border-radius: 20px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border: 1px solid #ececec;
    position: relative
}

.megamenu-widget .header-main-menu ul.main-menu-ul {
    padding: 10px;
    width: 100%;
    margin-bottom: 0
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item {
    margin-bottom: 5px;
    display: block
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category {
    display: block;
    color: #656565;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    position: relative;
    border-radius: 20px;
    transition: .2s
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item a.main-menu-link-category i {
    float: left;
    line-height: 2
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover a.main-menu-link-category {
    background-color: #f5f5f5;
    transition: .2s;
    color: #0079ff
}

.megamenu-widget .header-main-menu ul.main-menu-ul>li.main-menu-item>ul.mega-menu-category {
    width: 600px;
    height: auto;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    box-shadow: rgba(0,0,0,.1) 0 2px 5px;
    border: 1px solid #eee;
    z-index: 99;
    position: absolute;
    right: 298px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-out
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item:hover ul.mega-menu-category {
    visibility: visible;
    opacity: 1;
    transition: all .2s ease-out
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item {
    position: relative;
    text-align: right;
    width: 33%;
    display: block;
    float: right
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title {
    color: #666;
    font-weight: 500;
    font-size: 14px;
    margin-right: 15px;
    transition: all .2s ease-out;
    padding: 5px 3px
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item a.menu-category-link-title:hover {
    color: #0079ff;
    transition: all .2s ease-out;
    border-bottom: 1px dashed #0079ff
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category {
    width: 100%;
    display: block;
    padding: 10px 15px
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there {
    text-align: right;
    position: relative;
    display: block
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a {
    display: block;
    padding: 5px 20px 5px 10px;
    font-size: 14px;
    transition: .2s;
    font-weight: 300;
    color: #666;
    transition: all .2s ease-out
}

.megamenu-widget .header-main-menu ul.main-menu-ul li.main-menu-item ul.mega-menu-category li.menu-category-item ul.sub-menu-category li.menu-category-item-there a:hover {
    color: #0079ff;
    transition: all .2s ease-out;
    padding-right: 25px
}

.adplacement-container-row {
    width: 100%;
    height: auto;
    float: right;
    margin-bottom: 0
}

.adplacement-container-row a.adplacement-item {
    width: 100%;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    margin-bottom: 25px
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box {
    position: relative;
    width: 100%;
    float: right
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img {
    max-width: 100%;
    width: 100%;
    transition: .2s
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box img:hover {
    opacity: .8;
    transition: .2s
}

.adplacement-container-row a.adplacement-item .adplacement-sponsored_box::before {
    background-color: #fff;
    opacity: .5;
    top: 0;
    bottom: 0;
    content: '';
    left: -130%;
    position: absolute;
    z-index: 99;
    width: 200px;
    box-shadow: 0 0 100px #fff;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.adplacement-container-row a.adplacement-item:hover .adplacement-sponsored_box::before {
    left: 200%
}

.slider-widget-products {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px
}

.slider-content-tabs {
    background: #f5f5f5!important;
    border: none!important;
    box-shadow: none
}

.widget {
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    border: none;
    margin-bottom: 15px;
    font-size: 14px
}

.widget .card-header {
    border-radius: 0;
    padding: 0;
    margin-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    z-index: 0;
    float: right;
    border-bottom: 2px solid #f3f3f3;
    margin-bottom: 20px
}

.widget .card-header span.title-one {
    padding-bottom: 10px;
    color: #0079ff;
    border-bottom: 2px solid #0079ff;
    display: inline-block;
    position: relative;
    top: 2px;
    font-weight: 600;
    font-size: 14px
}

.widget .card-header .card-title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    color: #999;
    float: left
}

.widget-banner {
    padding: 0;
    text-align: center;
    box-shadow: none;
    background: 0 0
}

.widget-product .card-header .card-title {
    padding-bottom: 0;
    line-height: 2
}

@media (max-width: 768px) {
    .megamenu-widget {
        display:none
    }
}

@media (max-width: 768px) {
    .adplacement-sidebar {
        display:none
    }

    .overlay-search-box {
        top: 123px
    }
}

.image-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
    padding: 10px
}

.image-container a {
    width: 48%
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    transition: transform .3s
}

.image-container img:hover {
    transform: scale(1.03)
}

@media (max-width: 768px) {
    .image-container a {
        width:100%
    }
}

.tab {
    display: none
}

.tab-labels {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px
}

.tab-labels label {
    padding: 10px 30px;
    background: rgba(200,200,200,.2);
    color: #333;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
    font-weight: 700;
    cursor: pointer;
    transition: all .3s ease
}

.tab-labels label:hover {
    background: rgba(255,255,255,.25);
    border-color: rgba(255,255,255,.4)
}

#tab1:checked~.tab-labels label[for=tab1] {
    background-color: #ced7d0
}

#tab2:checked~.tab-labels label[for=tab2] {
    background-color: #ced7d0
}

#tab3:checked~.tab-labels label[for=tab3] {
    background-color: #ced7d0
}

.content {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px
}

#tab1:checked~.tab-content-wrapper #content1,#tab2:checked~.tab-content-wrapper #content2,#tab3:checked~.tab-content-wrapper #content3 {
    display: flex
}

.content a {
    width: calc(24% - 10px);
    border-radius: 6px;
    border: 0 solid #ccc;
    padding: 2px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.05)
}

@media (max-width: 768px) {
    .content a {
        width:calc(50% - 10px)
    }
}

.product-link {
    position: relative;
    display: inline-block;
    width: calc(20%);
    margin: 2px;
    border-radius: 6px;
    overflow: hidden;
    border: 0 solid #ccc;
    background-color: #fff;
    text-decoration: none;
    color: inherit
}

.product-link img {
    width: 100%;
    display: block;
    border-radius: 6px;
    transition: transform .3s ease
}

.product-link:hover img {
    transform: scale(1.1)
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.6);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 6px;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
    white-space: nowrap
}

.product-title {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    color: #294f11;
    border-radius: 6px;
    padding: 10px 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    font-weight: 700;
    backdrop-filter: blur(2px)
}

.product-link:hover .overlay-text {
    opacity: 1;
    pointer-events: auto
}

.category-circles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 30px;
    background-color: #f8f8f8
}

.category-circles .circle {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #fdfaea;
    border: 0 solid #aaa;
    position: relative;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    transition: transform .3s ease;
    text-align: center
}

.category-circles .circle span {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-30%);
    font-size: 10px;
    color: #222;
    font-weight: 700;
    text-shadow: 0 0 3px rgba(255,255,255,.5)
}

.category-circles .circle:hover {
    transform: scale(1.1);
    cursor: pointer
}

.autoSlider_container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 50px auto;
    position: relative;
    border: 3px solid #ccc;
    border-radius: 30px;
    background: #fff
}

.autoSlider_slides {
    display: flex;
    width: 400%;
    height: 100%;
    animation: autoSlider_animation 16s infinite
}

.autoSlider_slide {
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff
}

.autoSlider_slide1 {
    background: #00171f
}

.autoSlider_slide2 {
    background: #003459
}

.autoSlider_slide3 {
    background: #007ea7
}

.autoSlider_slide4 {
    background: #00a8e8
}

@keyframes autoSlider_animation {
    0% {
        transform: translateX(0)
    }

    20% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(25%)
    }

    45% {
        transform: translateX(25%)
    }

    50% {
        transform: translateX(50%)
    }

    70% {
        transform: translateX(50%)
    }

    75% {
        transform: translateX(75%)
    }

    95% {
        transform: translateX(75%)
    }

    100% {
        transform: translateX(0)
    }
}
