.header-top {
    box-shadow: 0px 0px 5px 0px #eeeeee;
    padding: 10px 0px;
}

.sticky-desktop-wrapper {
    height: auto !important;
}

.iqitmegamenu .cbp-hrmenu {
    display: flex;
}

div#iqitmegamenu-horizontal {
    background: transparent;
}

.iqitmegamenu .cbp-hrmenu > ul{
    margin-right: 0px;
}

div#ps-shoppingcart {
    line-height: 43px;
}

a#cart-toogle {
    color: #777777;
}

a#cart-toogle:hover {
    color: #333333;
}

.iqitmegamenu .cbp-hrmenu > ul > li:not(:last-child){
    margin-right: 30px;
}

.iqitmegamenu .cbp-hrmenu > ul > li > a {
    color: #1d3f76;
    border: none;
    text-transform: uppercase;
    padding: 0px;
}

.iqitmegamenu .cbp-hrmenu > ul > li > a > span{
    text-transform: uppercase;
}

#search_widget input.form-control.form-search-control {
    background: #fafafa;
    border: none;
    border-radius: 5px;
    font-size: 13px;
}
 
 .page-index  section#wrapper {
    padding-top: 0px !important;
}

.iqitmegamenu .cbp-hrmenu > ul > li > a:hover,
.iqitmegamenu .cbp-hrmenu > ul > li > a.active{
    color: #205bc9;
}

div#desktop_logo > a > img{
    max-width: 110px;
}

div#header-user-btn {
    line-height: 45px;
}

div#footer-container-main {
    background: rgb(34,96,248);
    background: -moz-linear-gradient(left,  rgba(34,96,248,1) 49%, rgba(30,87,153,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(34,96,248,1) 49%,rgba(30,87,153,1) 100%);
    background: linear-gradient(to right,  rgba(34,96,248,1) 49%,rgba(30,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2260f8', endColorstr='#1e5799',GradientType=1 );
    
}

div#footer-container-main * {
    color: #ffffff;
}

.content-text-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#footer-container-main a:hover {
    color:#f1f1f1;
}

.block.block-footer.block-toggle.block-social-links.js-block-toggle,
ul.social-links._footer > li {
    padding-bottom: 0px !important;
}

.block.block-footer.block-toggle.block-social-links.js-block-toggle,
ul.social-links._footer > li {
    padding: 0px !important;
}

.block.block-footer.block-toggle.block-social-links.js-block-toggle > div.block-content h5 {
    margin-bottom: 15px;
    margin-right: 10px;
    font-size: 24px;
    font-weight: 400;
}

ul.social-links._footer > li:not(:last-child) {
    margin-right: 15px;
}

ul.social-links._footer > li > a {
    background: rgb(25 43 139 / 50%);
    display: block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 25px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}

ul.social-links._footer > li > a:hover {
    transform: scale(1.2);
}

.copyright-txt > p {
    font-size: 12px;
    line-height: 16px;
}

.cbp-horizontal > ul > li.cbp-hropen > a {
    background: transparent !important;
}

.input-group-add-cart {
    justify-content: center;
}

.content-ws {
    position: fixed;
    bottom: 12%;
    right: 17px;
    width: 50px;
    height: 50px;
    background: #3be854;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}

.content-ws > a {
    font-size: 28px;
}

#footer-container-main .block-iqitcontactpage .block-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.block-iqitcontactpage > h5 {
    display: none;
}

.brand-img {
    box-shadow: 0px 11px 27px 0px rgba(98.00000000000011, 92.99999999999999, 245, 0.16);
}

ul.category-sub-menu > li {
    margin-bottom: 10px;
}

div#left-column {
    background: -moz-linear-gradient(top,  rgba(32,91,201,1) 0%, rgb(0 0 0) 100%);
    background: -webkit-linear-gradient(top,  rgba(32,91,201,1) 0%,rgb(0 0 0) 100%);
    background: linear-gradient(to bottom,  rgba(32,91,201,1) 0%,rgb(0 0 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#205bc9', endColorstr='#007db9e8',GradientType=0 );

    padding-top: 15px;
}

div#left-column * {
    color: #ffffff !important;
}


#wrapper .breadcrumb a {
    color: #333333;
}

button#back-to-top {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.product-flags .new {
    background-color: #000000;
}

.product-reference + h2.h3.product-title > a {
    color: #000000;
    font-size: 18px;
}

.product-price {
    color: #205eff;
}