.mainban {
    height: 500px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.carousel {
    height: 250px;
}
.c-item {
    height: 250px;
    background-size: cover;
    background-position: 50% 0%;
    margin: 0.25rem;
    border-radius: 10px;
    position: relative;
}
.c-item .carousel-caption{
    color: #fff;
    text-shadow: #000 0 0 6px;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 0.75rem;

}
.c-item.dark .carousel-caption{
    color: #282828;
    text-shadow: #fff 0px 0px 6px;
}
.carousel-caption .btn {
    text-transform: uppercase;
    width: 300px;
    margin-bottom: 10px;
}
.carousel-caption .btn-primary {
    color: #fff;
    text-shadow: none;
}
.carousel-indicators li {
    width: 9px;
    height: 9px;
    margin-right: 5px;
    margin-left: 5px;
    border: none;
    border-radius: 9px;
    background-color: #256BA3;
}
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 15px;
    margin-top: -3px;
}

.caption-left {
    text-align: left;
    padding-left: 20px !important;
}
.carousel-caption h2 {
    position: relative;
}

.caption-right {
    right: 10%;
    left: auto;
    text-align: right;
}
.caption-center {
    right: 10%;
    left: 10%;
    text-align: center;
}


.caption-top{
    top:20px;
}

.caption-bottom{
    bottom:20px;
}
/*
.carousel-caption:hover{
    color:#2269A2;
    transition-duration: 0.5s;
}
*/
.mainmenu {
    box-shadow: #ddd 0px 0px 5px;
    border-radius: 10px;
    padding: 0px;
}
.mainmenu li{
    list-style: none;
}
.mainmenu li:not(:last-child){
    border-bottom: #f5f3f3 2px solid;
}
.mainmenu a, .mainmenu a:hover {
    color: #646464;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: block;
}
.mainmenu a::after {
    width: 7px;
    height: 7px;
    content: "";
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: none;
    float: right;
    color: #fff;
    border-color: #2269A2;
    transform: rotate(45deg);
    top: 8px;
    right: 14px;
    position: relative;
}
.nav-tabs {
    border-bottom: #256BA3 1px solid;
}
.nav-tabs .nav-item {
    width: 200px;
}
.nav-tabs .nav-link {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-right: 20px;
    margin-bottom: 1px;
}
.nav-tabs .nav-link.active {
    background-color: #256BA3;
    color: #fff !important;
}
.tab-content {
    background-color: #256BA3;
}
.tab-pane .search-form {
    padding-top: 20px;
}
.tab-pane .search-form .searchinputnum,.tab-pane .search-form .searchinputvin{
    width: 89%;
    height: 40px;
    border: 2px solid #DDDDDD;
    border-radius: 5px;
    padding-left: 15px;
}
.tab-pane .search-form button{
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #484848;
}
.tooltip-inner {
    max-width: none;
    white-space: nowrap;
    background:white;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
    color:gray;
    margin:0;
    padding:0;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
}
.help a {
    text-decoration: none;
    border-bottom: #fff dotted 1px;
    color: #fff;
}
.overlay::after {
    content: "";
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1;
}
.overlay.dark::after {
    background-color: rgba(255,255,255,0.6);
}
.overlaydark::after {
    content: "";
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.catalogs {
    column-width: 21%;
    column-count: 4;
    column-gap: 4%;
}
.catalogs a {
    display: block;
    color: black;
}
@media (max-width: 1200px) {
    .mainmenu a {
        font-size: 0.8rem;
        padding-right: 1px;
    }
}
.addmargin {
    margin-bottom: 60px;
}

@media (max-width: 1350px) {
    .shopcardnew .imgcont h3{
        font-size: 24px;
    }
    .shopcardnew .imgcont h3 a{
        font-size: 13px;
    }

}
@media (max-width: 1200px) {
    .shopcardnew .imgcont h3{
        font-size: 20px;
    }
    .shopcardnew .imgcont h3 a{
        font-size: 12px;
    }

}

@media (max-width: 768px) {
    .catalogs {
        column-width: 30%;
        column-count: 3;
        column-gap: 4%;
    }
    .shopcardnew .imgcont{
        height: 150px;
    }
    .shopcard img {
        width: 100%;
        float: none;
        margin: 0;
    }
    .carousel{
        max-height: 230px;
        margin: 5px;
    }
    .c-item {
        height: 230px !important;
    }
    .mainban {
        height: 350px;
    }
    .carousel-caption {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .caption-center {
        left: 2%;
        right:2%;
    }
    .carousel h2, .mainban h2{
        font-size: 1.1rem !important;
    }
    .carousel h4, .mainban h4 {
        font-size: 0.8rem !important;
        margin-bottom: 0.25rem;
    }
    .carousel .h4 , .mainban .h4{
        font-size: 0.9rem !important;
    }
    .carousel .display-4 {
        font-size: 1.3rem;
    }
    .carousel .display-5 {
        font-size: 1.1rem;
    }
    .caption-top {
        top: 10px;
    }
    .carousel-indicators {
        display: none;
    }
    .addmargin {
        margin-bottom: 0;
    }

}
@media (max-width: 470px) {
    .catalogs {
        column-width: 46%;
        column-count: 2;
        column-gap: 4%;
    }
}
