/* Css for block top contact start */

#tcblocktopcontact {
    float: left;
    position: relative;
    z-index: 9;
    margin: 10px 0;
}

.tc-blocktopcontact ul {
    margin: 0;
}



.tc-img-icon {
    position: relative;
}

.tc-blocktopcontact li {
    float: left;
}

.tc-blocktopcontact li .tc-contact-title {
display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    text-transform: capitalize;
}
.tc-contact-details:after {
    content: '';
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: 5px;
    bottom: auto;
    width: 1px;
    height: 14px;
    background: #cecece;
}
#tcblocktopcontact li:hover .tc-contact-title {
    color: #fcbe00;
}

.tc-contact-details {
display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin: 0 20px 0 0;
    padding: 0 23px 0 0;
}
.tc-blocktopcontact li .tc-email-title {
    display: block;
}
@media (max-width: 1399px) {
	.tc-img-icon.mobile {
	background-size: 24px;
    height: 49px;
    width: 49px;
	}
}

@media (max-width: 1299px) {	
}

@media (max-width: 1199px) {

}
@media (max-width: 991px) {

}
@media (max-width: 479px) {
#header .blockcart .cart-icon {
	}
}


/* Css for block top contact end */