.outline-0{
	outline: none;
}
.box-shadow-0{
	box-shadow: none !important;
}
.border-0{
	border:0px solid !important;
}
.border-radius-0{
	border-radius: 0px;
}
.ml-200{
	margin-left: 200px;
}
.theme-btn{
	background: #a50004;
    color: #fff;
}
.theme-bg{
	background: #06005b;
    color: #fff;
}
.theme-bg2{
	background: #fd6189;
	color: #fff;
}
.theme-bg3{
	background: #034cbd;
	color: #fff;
}
.text-fd6189{
	color: #fd6189;
}
.text-bb4460{
	color: #bb4460;
}
.text-ccc{
	color: #ccc;
}
.bg-ccc{
	background: #ccc;
}
.text-9ab7a1{
	color: #9ab7a1;
}
.text-f36b43{
	color: #f36b43;
}
.theme-a{
	color: inherit !important;
	text-decoration: none !important;
}
.fitimage{
	width: auto;
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-width: 100%;
}
.seacrh-sug{
	width: 100%;
}
.close-sug{
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 10px;
}
.br-radius{
	border-top-right-radius: 20px;
}
.hidden-over{
	overflow: hidden;
}
.mb-30{
	margin-bottom: 30px;
}
.navbar-nav .nav-link {
    font-size: 18px;
    padding: 0px 30px !important;
}
div#navbarSupportedContent:before {
    content: '';
    position: absolute;
    left: -15px;
    height: 100%;
    width: 50px;
    background: #06005b;
    transform: skew(-21deg, 0deg);
}
.search-box {
    position: absolute;
    z-index: 10;
    margin: auto;
    padding: 40px;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.theme-btn2{
	background: #4ea977;
	color: #fff;
}
.coupon{}
.coupon .child{

}
.coupon .coupon-hea{
	min-width: 150px;
}
.coupon .cbtn{
	max-width: min-content;
}
.coupon .cbtn .outer{
	padding: 4px;
	display: inline-flex;
	cursor: pointer;
}
.coupon .cbtn .outer .inner{
	padding: 7px 5px;
    border: 1px dashed #fff;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
}
.coupon .coupon-desc{
	max-width: 100%;
    width: -webkit-fill-available;
}
.coupon .coupon-foo{

}

.cat1{

}
.cat1 .child{
	position: relative;
	height: 250px;
	width: 100%;
	overflow: hidden;
}
.cat1 .child .cat-img-holder {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}

.cat1 .child:hover .cat-img-holder {
    transform: scale(1.2);
}
.cat1 .child::before {
  	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-style: solid;
    border-width: 0 30px 30px 0;
    border-color: #f8f9fa rgb(209 218 218 / 47%);
    transition: all ease 0.5s;
    z-index: 9
}
.col8-coupon{

}
.col8-coupon.coupon .coupon-hea .icon{
	max-width: 100px;
	margin:auto;
}
.col8-coupon.coupon .coupon-hea h5{
	font-size: 16px;
}
.col8-coupon.coupon .coupon-hea .cbtn .outer .inner {
    padding: 5px 7px;
    font-size: 10px;
}
.col8-coupon.coupon .coupon-desc {
	font-size: 12px;
}
.col8-coupon.coupon .coupon-desc p{
	margin-bottom: 5px
}
.col8-coupon.coupon .coupon-foo {
    font-size: 12px;
}
.col8-coupon.coupon .coupon-foo h5 {
    font-size: 14px;
}


.products{

}
.products{

}

.store{
	margin-bottom: 30px;
}
.store .child{
	border-radius: 10px;
	padding: 15px;
}
.store .child h2{
	font-size: 20px;
}
.popular{

}
.seasonal{}
.seasonal .child{
	position: relative;
	overflow: hidden;
}
.seasonal .child img{
	transition: all ease-in-out .5s;
}
.seasonal .child:hover img{
	transform: scale(1.1);
}
.seasonal .child .overlap{
	position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 50px);
    background: #fff;
}

.col4-left{
	background: #f8f5f0;
}
.col8-right{
	background: #ebebeb;
}
.heading1{
	font-size: 28px
}

.blog{

}
.blog .bImg{
	height: 100%;
	overflow: hidden;
}

.blog .bImg img{
	transition: all ease-in-out .5s;
}
.blog .bImg img:hover{
	transform: scale(1.1);
}
.blog .cat{
	position: relative;
	z-index: 2
}
.blog .heading{
	font-size: 26px;
}
.blog .heading:hover{
	color: #06005b;
}


.sblog{

}
.sblog .sblogimg{
	overflow: hidden; 
}
.sblog .sblogimg img{
	transition: all ease-in-out .5s;
}
.sblog .sblogimg img:hover{
	transform: scale(1.1);
}
.blog .bdimg{}
.blog .bddesc{}
.blog .Bblockquote{
	border-left: 2px solid #fd6189;
    padding: 15px;
    background: #f5f5f5;
    padding-left: 30px;
    position: relative;
}
.blog .Bblockquote i{
	position: absolute;
    left: 11px;
    top: 15px;
    font-size: 32px;
    color: #b1afaf;
    z-index: 1;
}
.blog .Bblockquote p{
	z-index: 2;
    position: relative;
}

.post-comment{
	padding-left: 50px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.post-comment .comimg{
	position: absolute;
	left: 0;
	top: 0;
}
.post-comment .hea{
	/*border-bottom: 1px dashed #ccc;*/
}
.D-bb{
	border-bottom: 1px dashed #ccc;
}
.bg-1{
	background: linear-gradient(to right, #ff9400 0%, #ffc001 100%);
}
.bg-2{
	background: linear-gradient(to right, #0ca1ff 0%, #65c3ff 100%);
}
.bg-3{
	background: linear-gradient(to right, #ff6088 0%, #fd88a5 100%);
}
.bg-4{
	background: linear-gradient(to right, #079e67 0%, #4dcf91 100%);
}

.category{

}
.category .child, .category .child .hidden-over{
	width: 100%;
}
.category .child img{
	transition: all ease-in-out 0.5s;
	width: 100%;
}
.category .child img:hover{
	transform: scale(1.3);
}
.category .overly{
	position: absolute;
	height: auto;
	width: auto;
	max-width: 100%;
	padding: 15px;
	right: 0;
}
.category .overly p{
	margin-right: -25px;
	text-align: right;
}
.h50{
	height: calc(100% / 2 - 30px)
}

.footer{
	background: #3d3c42;
	position: relative;
}
.flogo{ 
	position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.flogo img{ 
	position: absolute;
    left: 0;
    right: 0;
    max-width: 80px;
    margin: auto;
    top: -110px;
    z-index: 9
}
.flogo .circle{
    background: #f8f9fa;
    height: 60px;
    width: 60px;
    border-radius: 100px;
    left: 0;
    right: 0;
    top: -50px;
    position: relative;
    display: inline-block;
}
.hand{
	max-height: 80px;
	top: -75px !important;
}
.social-links{
	list-style: none;
	padding: 0;
	display: inline-block;
}
.social-links li{
	float: left;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
}
.social-links li a{
	padding: 5px;
	color: #fff;
}
.social-links li a i{
	transition: all ease-in-out .5s;
}
.social-links li a:hover{
	padding: 5px;
	/*color: #a50004; */
	color: #06005b;
}
.social-links li a:hover i{
	transform: rotate(360deg);
}
.list-style-none{
	list-style: none;
	padding: 0
}
.column4-list{
	display: inline-block;
	width: 100%;
}
    .breadcrumb-text {
        display: inline-block;
    /* padding: 0.25em 0.4em; */
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color .15s}
.column4-list li{
	width: calc(100% / 4);
	display: block;
	float: left;
	padding: 3px;
}
.column2-list{
	
}
.column4-list li{
	width: calc(100% / 2);
	display: block;
	float: left;
	padding: 15px;
}
.list-inline li{
	width: auto;
	display: block;
	float: left;
	padding: 3px;
}

.brand-sidebar{

}
.brand-sidebar li{
	padding: 15px;
	text-align: center;
}
.brand-sidebar li img{
	padding: 15px;
	/* max-height: 70px; */
}

.brands{
	position: relative;
}
.brands .overlay{
	position: absolute;
	transition: all ease-in-out 0.5s;
	opacity: 0;
/*	background: rgb(14 208 12 / 84%); */
    background: rgb(6 0 91);
	height: 100%;
	width: 100%;
	top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands:hover .overlay{
	opacity: 1;
}



.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-130px;
    top:230px;
    width:210px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color:#fff;
    color:#efefef;
    /*height:43px; */
    height:210px;
    padding:0px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor:pointer;
}
.sticky li:hover{
    margin-left:-115px;
}
.sticky li img{
    float:left;
    margin:5px 4px;
    margin-right:5px;
}
.sticky li p{
    padding-top:5px;
    margin:0px;
    line-height:16px;
    font-size:11px;
}
.sticky li p a{
    text-decoration:none;
    color:#2C3539;
}
.sticky li p a:hover{
    text-decoration:underline;
}

/*www.oguzhansengul.com*/
    #rcbrandDemo2 {
    display:none;
    }
    
    .rc-rcbrand-container {
        position:relative;
        max-width:100%;
        display: inline-block;
        margin-bottom: 20px;
        background: #fff
    }
    .rc-rcbrand-ul {
        position:relative;
        width:99999px;
        margin:0px;
        padding:0px;
        list-style-type:none;   
        text-align:center;  
        overflow: auto;
    }
    
    .rc-rcbrand-inner {
        position: relative;
        overflow: hidden;
        float:left;
        width:100%;
        padding: 0 15px;
        background: #ffffff;
    }
    
    .rc-rcbrand-item {
        float:left;
        margin:0px;
        padding:0px;
        cursor:pointer;
        position:relative;
        line-height:0px;
        margin-bottom: 20px;	
    }
    .rc-rcbrand-item img {
        max-width: 100%;
        cursor: pointer;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .rc-rcbrand-nav-left,
    .rc-rcbrand-nav-right {
        padding: 8px;
	    border-radius: 50%;
	    position: absolute;
	    cursor: pointer;
	    z-index: 4;
	    top: 50%;
	    transform: translateY(-50%);
	    background: rgb(248 249 250);
	    color: #0e0e0e;
	    height: 30px;
	    width: 30px;
	    display: flex;
	    align-items: center;
	    justify-content: center;   
	    font: normal normal normal 14px/1 FontAwesome;
	    font-size: 18px;
    }
    
    .rc-rcbrand-nav-left {
        left: 10px;
    }
    
    .rc-rcbrand-nav-left:before {
        content: "\f104"
    }
    
    .rc-rcbrand-nav-left.disabled {
        opacity: 0.4;
    }
    
    .rc-rcbrand-nav-right {
        right: 5px;    
    }
    
    .rc-rcbrand-nav-right:before {
        content: "\f105"
    }
    
    .rc-rcbrand-nav-right.disabled {
        opacity: 0.4;
    }


@media (max-width: 991.98px) { 
	div#navbarSupportedContent:before{
		background: transparent;
	}
	.ml-200{
		margin-left: 0px;
		padding: 30px;
	}
	.search-box {
	    position: relative;
	    background: #06005b;
	    height: auto;
	}
	.coupon .coupon-hea {
	    min-width: 110px;
	}
	.search-box h1{
		font-size: 24px;
	}
	.social-links li{
		height: 40px;
		width: 40px;
	}
 }    