body{
    color: #000;
	background: #fff;
}

.navbar{
	background-color: unset;
	box-shadow: none;
}

.goog-te-combo {
    transition: all .7s ease-out;
    display: block;
    width: 250px;
    background: #f3f3f3;
    height: 40px;
    border: 0;
    font-size: 16px;
    outline: 0;
    border-radius: 0;
    box-shadow: none;
    border: 4px solid;
    margin-bottom: 15px;
}

.goog-te-gadget {
    text-align: right;
}

.dropdown-menu>li>a {
    color: #000;
}

.nav-link.dropdown-toggle:hover,
ul.navbar-nav > li:focus > a, ul.navbar-nav > li:hover > a,
ul.navbar-nav li > ul > li:hover a,
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff !important;
    background-color: #e00c19;
}

.cart-summary .cart-summary-wrap,
.cart-table .cart-header{	
	background:#195FE1;
	color:#ffffff;
}

.product-details .prod-tabs .tab-btns .tab-btn{	
	background:#5c9dea;
	border:2px solid #3885e0;
}

.product-details .prod-tabs .tab-btns .tab-btn:hover,
.product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	background:#3885e0;
}

.product-details .prod-tabs .tabs-content{
	border:2px solid #3885e0;
}

.widget_section{
	background: #222;
	margin-top: 0px;
}

.widget_section:before{
    background: #3885e0;
}

.newsletter_section {
    background: #3885e0;
}

.footer_content{
    background-color: #222;
    border-top: 1px solid #272727;
}

@media (min-width: 991px) {
	.dropdown-item:hover, .nav-link:hover {
		border-radius: 0;
	}
}

.customer-reviews .card {
  background-color: #007bff !important;
  color: #fff;
}

.customer-reviews .card:hover {
  background-color: #007bff !important;
  color: #fff;
}


#contact {
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 1035;
    padding: 10px;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
}

#contact .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all .3s ease;
    color: #fff;
    font-size: 20px
}

#contact .icon-bar a:hover {
    background-color: #000
}

#contact .phone {
    background: #3fda0e;
    color: #fff
}

#contact .email {
    background: #ffc838;
    color: #fff
}

#contact .facebook {
    background: #3b5998;
    color: #fff
}

#contact .instagram {
    background: #458eff;
    color: #fff
}

#contact .youtube {
    background: #b00;
    color: #fff
}

#contact .googleplus {
    background: #dd4b39;
    color: #fff
}

#contact .twitter {
    background: #111;
    color: #fff
}

#contact .linkedin {
    background: #0077B5;
    color: #fff
}


#contact .mobile {
    background: #b30eda;
    color: #fff
}

#contact .pinterest {
    background: #c8232c;
    color: #fff
}

#shopping-cart .cart-icon a {
	color: #000 !important;
}

#shopping-cart .cart-info p {
	margin-bottom: 0 !important;
}

.tiktok svg {
    width: 20px !important;
    margin-top: -9px;
}

@media (min-width: 768px) {
    .logo {
        max-height: 130px;
    }
}

@media (max-width:991px) {
    #contact {
        position: relative;
        top: unset;
        right: unset;
        z-index: 1000;
        padding: 10px;
        background-color: #fff;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        box-shadow: unset
    }
    #contact .icon-bar {
        margin: auto;
        text-align: center
    }
    #contact .icon-bar a {
        display: inline-block
    }
}