
/*header*/
/*.pageHeader.shop--header {
    background: rgba(38,38,38, .1);
    background: #004B88 url('../../img/bg_ice_transp_1980-1000.png') top center no-repeat;
    background-size: cover;
    color: #fff;
    box-shadow: inset 0 2px 3px 0 rgba(0,0,0,0.30);
}*/
.shop--header .content .shop-title {
    font-size: 36px;
    color: rgb(30, 65, 163);
    margin-bottom: 0;
    font-weight: 900;
    white-space: nowrap;
}
.cart-btn {
    background: rgb(255,255,255);
    /*background: rgb(30, 65, 163);*/
}
.cart-btn:hover {
    background: rgba(255,255,255,0.8);
    /*background: rgb(232,181,6);*/
    text-decoration: none;
}
.cart-btn > div > div.text{
    color: rgb(0, 0, 0);
}
.cart-btn > div > div.icon svg,
.cart-btn > div > div.icon .far{
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}
.cart-btn:hover > div > div.text{
    color: rgb(0, 0, 0);
}
.cart-btn:hover > div > div.icon svg,
.cart-btn:hover > div > div.icon .far {
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
}



@media (max-width: 991px){
	.shop--header .content {
		padding-right: 0;
	}
	.shop--header .content .shop-title {
		font-size: 28px;
	}
}

@media (max-width: 599px){
	.shop--header .content .cart .cart-btn {
        margin: auto;
    }
	.shop--header .content .cart {
		text-align: center;
	}
	.shop--header .content .shop-title {
		display: none;
	}
}

/*categories*/
.shop--categories-grid ul li a:hover{
    text-decoration: none;
}
.shop--categories-grid ul li{
    background: rgba(38,38,38, .1);
}
.isDesktop .shop--categories-grid ul li:hover{
    background: rgba(38,38,38, .3);
}


/*footer*/
.shop--footer{
    background: rgba(38,38,38, .1);
}
.shop--footer .shop--footer-operator {
    color: rgb(38,38,38);
}
.shop--footer ul li a {
    color: rgb(38,38,38);
    text-decoration: underline;
}

/*product*/
.isDesktop .shop--products-grid .product-tile .product-tile-inner:hover {
    border: 2px solid rgb(38,38,38)
}
.shop--breadcrumb {
    background: rgba(38,38,38, .1);
}

/*order cart*/
.shop--order-layout > div.shop--order-steps .order-steps--content{
    background: rgba(38,38,38, .1);
}








.shop--header .content{
    padding: 10px 0;
}
.cart-btn > div > div.text{
    font-weight: 600;
}
.cart-btn > div > div.icon{
    font-size: 18px;
}
.cart-btn{
    padding: 9px 32px 9px 60px;
    border-radius: 4px;
    transition: all 150ms;
}
.cart-btn > div > div.text{
    transition: all 150ms;
}
.cart-btn > div > div.icon,
.cart-btn > div > div.icon .far{
    left: 25px;
    transition: all 150ms;
}



.shop--categories-grid ul li a{
    font-weight: 600;
    font-size: 15px;
    color: rgb(38,38,38);
    padding: 10px 23px;
    display: block;
    width: 100%;
    height: 100%;
}
.shop--categories-grid ul li{
    background: rgba(38,38,38, .1);
    border-radius: 4px;
    color: rgb(38,38,38);
}
.isDesktop .shop--categories-grid ul li:hover{
    background: rgba(38,38,38,0.2);
}
.shop--products-grid .product-tile .product-tile-inner h3.product-name{
    font-size: 18px;
}
.shop--products-grid{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 10px;
}
.shop--products-grid .product-tile{
    width: calc(25% - 10px);
    margin: 0 5px 10px;
}
@media (max-width: 1199px) {
    .shop--products-grid .product-tile {
        width: calc(33.33% - 10px);
    }
}
@media (max-width: 991px) {
    .shop--products-grid .product-tile {
        width: calc(33.33% - 10px);
    }
}
@media (max-width: 767px) {
    .shop--products-grid .product-tile {
        width: calc(50% - 10px);
    }
}

.shop--page-header{
    margin-bottom: 10px;
}
.shop--container h1{
    margin-bottom: 0;
}
.shop--container .shop--startpage-text h1{
    margin-bottom: 10px;
}
.product-price{
    font-weight: 400;
}
.shop--breadcrumb{
    padding: 7px 12px;
}
.shop--border-radius{
    border-radius: 4px;
}

.shop--footer .shop--footer-operator{
    color: #101010;
}
.shop--footer ul li a{
    color: #101010;
}
.shop--footer ul li a:hover{
    opacity: 1;
    color: #101010;
}
.shop--products-grid .product-tile .product-tile-inner{
    padding: 10px;
}
.shop--products-grid .product-tile .product-tile-inner .product-image{
    padding: 0 10px 10px;
}
.isDesktop .shop--products-grid .product-tile .product-tile-inner:hover{
    border: 2px solid #101010;
}
.shop--product-header > div.product-info .product-price{
    font-weight: 400;
    font-size: 20px;
}
.shop--product-header > div.product-info .product-description-short{
    font-size: 15px;
    line-height: 1.5;
}
.shop--product-header > div.product-info{
    padding: 10px 30px 10px 10px;
}
.product-info .form-horizontal .form-group{
    margin-right: -5px;
    margin-left: -5px;
}
.product-info .input-lg,
.product-info select.input-lg{
    height: 40px;
    line-height: 40px;
    padding: 5px 16px;
}
.form-horizontal .control-label[for="customization"]{
    padding-top: 9px;
    font-size: 13px;
}
.btn-primary{
    background: rgba(30, 65, 163,1);
    color: white;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active{
    background: rgba(30, 65, 163, 0.8);
    border: none;
    color: white;
}
@media (max-width: 991px) {
    .shop--order-layout{
        flex-wrap: wrap;
    }
    .shop--order-layout > div.shop--order-cart{
        width: 100%;
    }
    .shop--order-layout > div.shop--order-steps{
        width: 100%;
    }

}
@media (max-width: 374px){
    .shop--breadcrumb.shop--border-radius{
        border-radius: 4px;
        margin-left: -12px;
        margin-right: -12px;
        margin-top: -20px;
    }
}
@media (max-width: 991px){
    .shop--product-header > div.product-info {
        padding: 0;
    }
}
.shop--container{
    margin-top: 20px!important;
}

.shop--footer{
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}


.product-info h1{
    font-weight: 400;
}
.shop--product-header > div.product-info .product-price .price-members{
    font-size: 20px;
}

.shop--product-header > div.product-info h1{
    font-weight: 700;
    font-size: 20px;
}