.delivery{
    padding: 10px 10px 10px 10px;
    background-color: #cd1640;
    border-style: dotted;
    border-width: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 10px 0px #49c793;
}
h3.card-title > a {
    font-size: 1.15rem !important;
}
.carousel-inner, .carousel-item{
    max-height: 190px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #28a745 !important;
}
.breadcrumb {
    background-color: transparent;
    margin: 0;
}
a:hover, button:hover{
	opacity: .8;
}
.bg-inner{
    background-image: url("../img/bg-inner.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.pointer{
    cursor: pointer;
}
#top-cart-button{border: 1px solid #fff;}
#header{
    background-image: url("../img/bg-header.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    min-height: 450px;
}
.header__wrap{
    margin-left: auto;
    overflow: hidden;
}
.header__title{
    z-index: 1040;
    text-shadow: 1px 1px 1px #fff;
    left: -28vw;
    top: 35px;
    max-width: 700px;
}
.photo-for .slick-list{
    overflow: unset;
}

.text-indent{
    text-indent: 40px;
}

.portfolio-arrow{
    position: absolute;
    font-size: 36px;
    top: 43%;
    z-index: 4;
}
.portfolio-arrow--left{
    left: 10px;
}
.portfolio-arrow--right{
    right: 10px;
}

.card-shadow{
 box-shadow: 5px 5px 5px 0 rgba(40, 167, 69, 0.5) !important;
}

li.h6 {
    font-size: 0.9rem!important;
}


@media (max-width:991px){
 .font-size-table-col{
     font-size:17px!important;
 }
}

@media (max-width:480px){
 .font-size-table-col{
     font-size:15px!important;
 }
}

@media (max-width:380px){
 .font-size-table-col{
     font-size:13px!important;
 }
}

.margin{
    margin:20px 0px;
}