

/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.widget ul.cats a.selected {
    color: #004dda;
}

.main_nav .menu ul li ul li ul {
	height: auto;
	min-height: 100%;
	background: #fff;
}

.btn-block{
    display: block;
    width: 100%;
}

.pagination .active .page-link{
    background: rgba(0, 0, 0, 0.1);
    color: black;
    cursor: default;
}

.currency_symbol_left{
    margin-right: 3px;
}
.currency_symbol_right{
    margin-left: 3px;
}

/*------ company info --------*/
.company_info{
    margin-bottom: 15px;
}
.company_info .contact_info_item {
    padding-left: 0px;
    margin-bottom: 5px;
}
.company_info .contact_info_item p {
    padding-left: 0px;
    margin-bottom: 10px;
}
/*-----------------------------*/

.site_description {
    font-size: 14px;
    /* font-family: 'Poppins',sans-serif; */
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.site_text{
    color: #fff;
}

.dropdown-cart .dropdown-menu .total_drop span.currency_symbol_left {
    float: left;
}

.dropdown-cart .dropdown-menu ul li a strong span.currency_symbol_left,
.dropdown-cart .dropdown-menu ul li a strong span.currency_symbol_right
 {
    display: inline-block;
}

.box_main_cart{
    background-color: #fff;
    padding: 30px 0;
    text-align: right;
}

.box_main_cart ul{
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    padding-left: 0px;
}

.main_cart_total {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff5353;
    font-size: 21px;
    font-size: 1.3125rem;
}

.alert-success{
    background: #3fad3f;
    color: #fff;
    padding: 10px;
}

.alert-danger{
    background: #f94500;
    color: #fff;
    padding: 10px;
}

.grid_item figure{
    display: flex;
    align-items: center;
    height: 240px;
}

.grid_item figure img{
    /* max-height: 200px; */
    width: 100%;
}

ul.top_tools > li a.cart_bt {
    color: #444;
}
ul.top_tools > li a.cart_bt strong {
    background-color: #083487;
    color: #fff !important;
}

ul.top_tools > li a:hover {
    color: #004dda;
}

a.phone_top {
    color: #444;
}

a.phone_top strong span {
    display: block;
    font-weight: 900;
}

header .main_nav a.phone_top:before {
    font-family: "fontello";
    font-size: 26px;
    font-size: 1.625rem;
    content: '\e802';
    line-height: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
}

header .main_nav .custom-search-input {
    top: 0px;
}

.container_check.selected a{
    color: #0056b3;
}

.container_check a{
    color: #111;
}

.container_check a:hover{
    color: #0056b3;
}

.parent-prefix-1 {
    margin-left: 20px;
}

.parent-prefix-2 {
    margin-left: 30px;
}

.parent-prefix-3 {
    margin-left: 40px;
}

.parent-prefix-4 {
    margin-left: 50px;
}

.short_desc_box{
    font-size: 12px;
}
.short_desc_box p{
    margin-bottom: 5px;
}

.contacts-li .ti-email{
    font-size: 26px;
}

.all .slider .item-box, .all .slider-two .item-box {
    background-size: contain;
    background-repeat: no-repeat;
}

.icon img{
    width: 40px;
}

.brand-image img{
    max-height: 90px;
}


.product-brand-label{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 80px;
    width: 100%;
    /* background: #0000002b; */
}
.product-brand{
    width: auto;
    height: 100%;
    max-width: 120px;
}
.product-brand{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

.product-brand img{
    width: auto;
    height: 100%;
}

/*-------------- ADD_TO_CART_BUTTON + quantity ---------------*/
.quantity .minus {
    padding-left: 4px;
}

.quantity .minus, .quantity .plus {
    background-color: #fff;
    color: #8798a1;
    border: 1px solid #dae2e6;
    display: block;
    float: left;
    /* border-radius: 50px; */
    cursor: pointer;
    /* border: 0; */
    padding: 0;
    width: 30px;
    height: 43px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    margin: 0px;
}

.quantity .minus:focus, .quantity .plus:focus, .quantity .qty:focus{
    outline-color: #dae2e6;
}
.quantity .minus:hover, .quantity .plus:hover{
    color: #08c;
}

.quantity .qty {
    float: left;
    width: 40px;
    height: 43px;
    border: 1px solid #ddd;
    background-color: transparent;
    text-align: center;
    padding: 0;
    margin: 0px;
}

.cart_extra{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 3.1rem;
    align-items: center;
}

.cart-product-quantity{
    margin: 0 1rem 0 0;
}

.btn-addtocart{
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

.btn-addtocart:hover{
    background-color: #FFC107;
    color: #111;
}

button[disabled=disabled].btn-addtocart{
    cursor: default;
    opacity: 0.7;
}
button[disabled=disabled].btn-addtocart:hover{
    border-color: #004dda;
    background-color: #004dda;
    color: #fff;
}

.cart_extra.on_demand_text{
    margin-bottom: 20px;
}
/*-----------------------------------------------------------*/

/*------- VariantPrice&ProductPrice -----------------*/
.price_current{
    font-size: 1.5rem;
    font-weight: 700;
    color: #004dda;
}
.price_old{
    font-size: 18px;
    font-weight: 600;
    color: #999;
    margin-left: 3px;
    margin-right: 3px;
}

.discount_percent{
    display: inline-block;
    color: #388e3c;
    font-size: 14px;
}

.discount_percent span{
    background: #F33;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding: 5px 5px 3px 5px;
    top: -1px;
    margin-left: 10px;
    display: inline-block;
}
/*--------------------------------------*/

/*--- header cart ----*/
.totals_cart_discount span{
    color: #ff5353;
}
.dropdown-cart{
    padding-right: 15px;
}
/*---------------------*/

/*--- main cart ----*/
.main_cart_total{
    color: #444;
}
/*------------------*/

footer h3:after {
    content: "";
}

/*--- slider desktop & mobile ---*/
.slider-box.only-desktop{
    display: none;
}
.slider-box.only-mobile{
    display: block;
}

@media (min-width: 576px){
    .slider-box.only-desktop{
        display: block;
    }
    .slider-box.only-mobile{
        display: none;
    }
}

@media only screen and (min-width: 768px){
    header .main_nav .custom-search-input {
        top: 10px;
    }
}

@media only screen and (min-width: 992px){
    .main-menu ul li.megamenu .menu-wrapper {
        width: 100%;
        margin-left: 0px;
        left: 0px;
        /*top: 68px;*/
    }    
}

