body{
    overflow-x:hidden;
}

button.fa-2x {
    font-size: 2em;
}

/* Список товаров */
.product-layout{
    margin-left:-5px;
    margin-right:-5px;
}
.product-layout .product-view{
    padding:5px;
}

.product-layout .product-thumb {
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    overflow: auto;
}

.product-thumb:hover {
    border-color: #00b0f0;
}

.product-grid .product-thumb {
    height:450px;
    overflow:hidden;
}

.product-grid .product-thumb-small {
    height:220px;
    overflow:hidden;
}


.product-thumb .image,  .category-thumb .image{
    text-align: center;
    position:relative;
}

.product-thumb .image a, .category-thumb .image a{
    display: block;
}

.product-thumb .image img, .category-thumb .image img, .product-detail .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-sticker{
    position:relative;
}

.product-sticker div{
    position:absolute;
    bottom:0;
    left:0;
}
.product-sticker ul{
    padding:0;
    margin:0;
}
.product-sticker ul li{
    padding:2px;
    margin:0;
    list-style-type:none;
}

.product-sticker .tooltip-inner{
    min-width:200px;
}


.product-sticker::after {
    position: absolute;
    content: '';
    height: 60px;
    width: 60px;
    top: 10px;
    right: 0px;
    z-index: 1;
    background-size: contain;
    background-repeat:no-repeat;
}


.product-thumb-small .product-sticker::after{
    height: 40px;
    width: 40px;
}

.product-sale .product-sticker::after {
    background-image: url(Images/product-sale.png);
}

.product-new .product-sticker::after {
    background-image: url(Images/product-new.png);
}






.product-list .product-price {
    border-left: 1px solid #f2f2f2;
    padding: 1.2em 15px;
}

.content-cell {
    padding-top: 15px;
    padding-bottom:15px;
}

.product-grid .product-price {
    position: absolute;
    bottom: 0px;
    left:0;
    right:0;
    width:auto;
    background-color: white;
    padding: 1.2em 15px;
}

.product-thumb-small .product-price {
    bottom:0;
    padding: 3px 15px;
    margin-bottom: 0;
}


.product-grid .product-price:before {
    position: absolute;
    content: '';
    height: 10px;
    top: -10px;
    left: 15px;
    right: 15px;
    z-index: 1;
    border-bottom: 1px solid #ddd;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+99&0+0,1+100,1+101 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.99) 99%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 101%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 101%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.99) 99%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 101%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.product-name { font-size: 18px; font-weight: bold; margin-top:15px; word-wrap: break-word;}
.product-grid .product-name { display:block; height:3.3em; overflow:hidden; margin-bottom:0;}
.product-grid h3 { margin-bottom:3px; }

.product-thumb-small .product-name {
    font-size:16px; font-weight:normal; margin-top:0;height:unset;
}

.product-thumb a:link, .product-product-thumb a:hover, .product-thumb a:visited, .product-thumb a:active
 { color:#333;}

.product-thumb:hover a{ 
    text-decoration:underline;
}

 .product-layout .offer {
     position:relative;
}       
.price { font-size: 2.6rem; font-weight: bold; position:relative; }
.price-old {position:absolute; top:-1em; left:0; }
.offer del{    
    position: relative;
    text-decoration:none;
}
.offer del:before {
    border-bottom: 1.5px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top:-50%;
    transform: rotate(10deg);
    opacity:0.7;
}

.product-thumb-small .price-old{position:static;}
.product-layout .price-economy {position:absolute; bottom:-1em;left:0; }
.product-detail .price-economy {border-top: 1px solid #dfdfdf; padding-top:5px; text-align:right; position:relative;}
.product-detail .price-old{font-size:2rem; right:0; top:-2.1rem}
.product-detail .price{font-size:2.9rem;}
.product-detail .price-holder{margin-top: 2.1rem; text-align:right; position:relative;}
.price-label {left:0; bottom:5px; position:absolute;}
.product-thumb-small .price { font-size: 20px;}

@media (max-width: 767px) {

    .product-sticker::after {
        height: 30px;
        width: 30px;
    }

    .product-grid .product-thumb {
        height:220px;
    }

    .product-thumb .image{
        margin-top:15px;
    }

    .product-name { font-size: 14px;}
    .product-grid .product-name { height:unset; }

    .price{font-size:2rem;}

    .container h1{font-size:20px;}
    .container h2{font-size:18px;}
    .container h3{font-size:16px;}
}
@media (min-width: 768px) {
    .product-grid-single{
        height:460px;
        overflow:hidden;
    }
}
.product-detail h1{
    font-size:20pt;
    margin-top:0;
    font-weight:bold;
}

.btn-incart{
    display:none;
}
.product-incart .btn-buy
{
    display:none;
}
.product-incart .btn-incart
{
    display:block;
}

/* Галерея */
.img-gallery{
    margin: 30px 0 0 0;
}  
.img-gallery li{
    padding:0;
}
.img-gallery img {
    border: 2px solid #c0c0c0;
}
.img-gallery img.active {
    border-color: #00b0f0;
}

.Store-PropertyView { font-family: Tahoma, Arial, Helvetica; font-size: 11pt; font-weight: normal; padding-bottom: 20px; }

    .Store-PropertyView dt { clear: left; float: left; color: #606060; margin-right: 5px; margin-left: 0; }

    .Store-PropertyView dd { float: left; margin: 0; }

.Store-PropertyGeneralView dt { clear: left; float: left; color: #8c8c8c; margin-right: 5px; font-size: 10pt; font-weight: normal; margin-left: 0; }

.Store-PropertyGeneralView dd { float: left; margin: 0; font-size: 10pt; }

/* Диалог добавления в корзину */
.cart-dialog .fa {
    margin-top:20px;
}
.search-responsive.in
{
    height:86px;
    content: '';
    opacity:1;

}
.search-responsive {
    opacity:0;
    height:34px;
    -webkit-transition:    0.4s ease-in-out;
    -moz-transition:   0.4s ease-in-out;
    -ms-transition:   0.4s ease-in-out;
    -o-transition:   0.4s ease-in-out;
    transition:   0.4s ease-in-out;
}
.search-responsive .search-pane{
    display:none;
}
.search-responsive.in .search-pane{
    position:absolute;
    display:block;
    bottom:0;
    left:0;
    right:0;
}
@media (min-width: 768px) {
    .search-responsive{
        opacity:1;
    }
    .search-responsive .search-pane{
        display:block;
    }
    .search-responsive.in{
        height:unset;
    }    .search-responsive.in .search-pane {
        position: static;
    }
}


/* MiniCart */

 .minicart-amount {
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;

    position: absolute;
    right: -12px;
    top: -.5rem;
    min-width: .6rem;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    border-radius: .9rem;
    padding: 0 .8rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.BreadCrumb { margin: 0 4px 0 4px; }



/* Список категорий */
.category-thumb {
}
.category-thumb .image{
    margin-bottom: 2.5rem;
    overflow: hidden;
    position: relative;
}
.category-thumb .image:before {
    position: absolute;
    content: '';
    height: 20px;
    bottom: -20px;
    left: 15px;
    right: 15px;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    z-index: 1;
}

.category-thumb .category-thumb-title {
    text-align: center;
    padding: 0 1rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
    height:40px;
}
.category-thumb-title a, .category-thumb-title a:hover, .category-thumb-title a:visited, .category-thumb-title a:active, .category-thumb-title a:focus  {
    color:#333;
    text-decoration:none;
}


 /*Детали продукта*/
    .ProductImage { padding: 0 !important; text-align: center; color: #8c8c8c; font-size: 8pt;  }
    .ProductImage img { padding: 0 !important; margin:inherit auto;}

.ProductShare {padding-top:10px; padding-bottom:10px;}
.ProductShare img {padding-top:6px; padding-bottom:6px;}
.icon-delivery {height:24px; display: block; background: url("images/delivery.png") no-repeat center center;}
.icon-cart-empty {height:24px; display: block; background: url("images/cart-empty.png") no-repeat center center;}

/* Модуль автофильтра */

.Autofilter ul { list-style: none; padding: 0; margin: 0; }
.Autofilter li li {padding-left:0;}

.Autofilter .group-header { padding: 10px 0 0 0; font-weight: bold; font-size: 16px; display: block; }
.Autofilter p { margin: 0; }
.Autofilter a { display: inline-block; }
.Autofilter .checkbox input[type="checkbox"] { margin-left: 0;}

div.dfs-activefilter { position: relative; }
    div.dfs-activefilter > a { position: absolute; right: 0px; display: inline; margin: 0; }

    div.dfs-activefilter > ul > li { border-style:none; padding-top:0; padding-bottom:0; }
    div.dfs-activefilter>ul { padding-bottom:10px; }

    .Autofilter li li { margin: 5px 0; }

        div.dfs-activefilter li a { border: 1px solid #ccc; margin: -1px 0 0 0; display: block; background: url("images/ui-close.png") no-repeat right -1px; }
            div.dfs-activefilter li a:hover { background-position: right -50px; }


.product-tab {

    position:relative;
    font-weight:bold;
    margin-top:5px;
}

.product-tab:before {
    content: '';
    border-bottom: 4px solid #747f7f;
    position: absolute;
    height:4px;
    bottom: 0;
    left:0;
    width:100%;
}


.product-tab ul {
    border-bottom:none;
    background-color:#747f7f;   
    border-top-left-radius:4px;
    border-top-right-radius:4px;
       padding:0;  
       margin-bottom:0;
       list-style:none;
}    
.product-tab li {
    border-bottom:none;
    min-width:188px;
    text-align:center;
    float:left;
    position:relative;
    background-color:#747f7f;
    margin:0;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-left: 1px solid #9fa5a5;
}
.product-tab li:hover {
    background-color: #636466;
}
.product-tab li.active {
    border-color:#c0c0c0;
    background-color:white;
    border: none;
    box-shadow: 0 -2px 3px #c0c0c0;
}
.product-tab .badge{
    background-color:#636466;
}


.product-tab a, .product-tab a:active, .product-tab a:visited, .product-tab a:hover, .product-tab a:visited{
    color:white;
    text-decoration:none;
    display:block;
    padding: 12px 15px;
}

.product-tab .active a, .product-tab .active a:visited, .product-tab .active a:hover, .product-tab .active a:visited{
    color:#333;
}

/* Иконки */

.edit-container{
    position:relative;
}
.edit-container .panel-edit {
    position: absolute;
    top: 10px;
    left: 10px;
    display:none;
    z-index:100;
}

.edit-container:hover .panel-edit {
    display:block;
}
.ui-table-icon
{
    display:inline-block;
    width:20px;
    text-align:center;
}
.ui-table-icon a, .ui-table-icon a:hover, .ui-table-icon a:visited, .ui-table-icon a:active, .ui-table-icon a:focus,
a.ui-table-icon, a.ui-table-icon:hover, a.ui-table-icon:visited, a.ui-table-icon:active, a.ui-table-icon:focus  {
    color:#333!important;
    text-decoration:none;
}

/* Rating */
.rating {
    font-size:20px;
    margin-bottom:5px;
}
.rating i{
    color:#f89406;
}
.rating-2x .rating, .rating-2x{
    font-size:30px;
}
.rating-o{
    color:#fbb450;
}
.product-review {
    color: #333;
    padding: 2.8rem 0;
    border-top: 1px solid #e9eaec;
    border-bottom: 1px solid #e9eaec;
}
.rating-moderating{
    background-color:#f2f2f2;
    color:#3c3c3c;
}
.rating a, .rating a:hover{
    text-decoration:none;
    color:#333;
}



/* Progress */
.update-progress {
    background: #fff url(images/loading.gif) no-repeat center center;
    position: absolute;
    z-index: 9999;
    width:auto;
    height:auto;
    right:0;
    left:0;
    top:0;
    bottom:0;
    margin:0;
    opacity:0.5;
}

.update-progress .progress-fixed
{
    position:fixed;
}

ul.shipping-list{
    margin-left:0;
}
.shipping-list label
{
    font-weight:normal;
    display:block;
    max-width:none;
}


.prgrs-block
{
    position:relative;
}
.update-progress-panel{
    position:relative;
}
.update-progress-panel:after {
    background: #fff url(images/loading.gif) no-repeat center center;
    position: absolute;
    z-index: 9999;
    width:auto;
    height:auto;
    right:0;
    left:0;
    top:0;
    bottom:0;
    margin:0;
    opacity:0.5;
    content: '';
    cursor: progress;
}

.btn-progress {
    position:relative;
    overflow:hidden;
    cursor: progress !important;
}
.btn-progress::before {
    background-image: url(images/loading.gif) !important;
    background-repeat:no-repeat;
    background-size:  contain;
    background-position:center;

    position: absolute;
    content: '';
    left: 5px;
    top: 5px;
    right:5px;
    bottom:5px;
    z-index: 1;
    cursor: progress;
}



/* Spinner (счетчик) */
.ui-spinner{
    display: inline-block;
    position: relative;
    padding: 0;
    
}

.ui-spinner input, .ui-spinner button {
    height: 52px;
}
.ui-spinner input {
    vertical-align: middle;
    margin: 0;
    text-align: center;
    padding: 5px 26px 5px 0;
    font-size: 1.875rem;
}

.ui-spinner .ui-spinner-up {
    top: 0;
    border-bottom-right-radius: 0;
}

.ui-spinner .ui-spinner-down {
    bottom: 0;
    border-top-right-radius: 0;
}

.ui-spinner input.ui-spinner-up, .ui-spinner input.ui-spinner-down, .ui-spinner button.ui-spinner-up, .ui-spinner button.ui-spinner-down  {
    width: 24px;
    height:50%;
    padding: 0;
    margin: 0;
    position: absolute;
    overflow: hidden;
    right: 15px;
    text-align: center;
    cursor: default;
    display: block;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* МЕНЮ */

 
/* Navigation Bar */

.header-nav-wrap {
    border-top: 1px solid #e9eaec;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    margin-bottom:30px;

background-color:white;
}

.header-nav-wrap .container{
    padding:0;
    background:none;
}

.header-nav a:hover{
    text-decoration:none;
}

.header-nav a {
    color:#333;
}
.header-nav {
    z-index: 5;
    margin: 0 16px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 17px;
}
 
.header-nav-list {
    list-style: none;
    width: 100%;
    margin: 0;
    padding:0;
    max-width: none;
    border-right: 1px solid #e9eaec;
}
 
li.header-nav-item {
    font-weight: 700;
    border-left: 1px solid #e9eaec;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.3rem;
    min-width:100px;
    position:relative;
    vertical-align:middle;
    height:5.7rem;
}

.js li.header-nav-item, .no-js li.header-nav-item:hover {
    background-color:white;
}
 
 
.header-nav-item-link {
    text-decoration: none;
    display: block;
    vertical-align: middle;
    padding: 0 .5rem;
}

.header-nav-item-link img {
    position:absolute;
    left:0.5rem;
    width:auto;
    height:5.4rem;
    top:50%;
    margin-top:-2.7rem;

}

.js .header-nav-item.active .header-nav-item-link:after, .no-js .header-nav-item:hover .header-nav-item-link:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    content: '';
    z-index: 3;
    box-shadow: 0 5px 3px rgba(0,0,0,.4) inset;
}

.js .header-nav-item.active .header-nav-item-link:after, .no-js .header-nav-item:hover .header-nav-item-link:after {
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    content: '';
    z-index: 3;
    box-shadow: 0 5px 3px rgba(0,0,0,.4) inset;
}


.header-nav-item-text {
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    color: #333;
}

.header-nav-imageitem-text
{
    padding-left:5.4rem;
}

.js .header-nav-item.active .header-nav-item-link .header-nav-item-text, .no-js .header-nav-item:hover .header-nav-item-link .header-nav-item-text {
    color: red;
}

.js .header-nav-item.active .header-nav-item-link .header-nav-item-text:before, .no-js .header-nav-item:hover .header-nav-item-link .header-nav-item-text:before {
    content: '';
    border-top: 4px solid #333;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.js .header-nav-item.has-dropdown.active .header-nav-item-link .header-nav-item-text:after, .no-js .header-nav-item.has-dropdown:hover .header-nav-item-link .header-nav-item-text:after {
    position: absolute;
    bottom: -.9rem;
    right: .2rem;
    left: .2rem;
    height: 1rem;
    content: '';
    z-index: 10001;
    background: #fff;
}
 

 
/* Drop Down */

.header-nav-drop-down {
    opacity: 0; /* По умолчанию скрываем подменю */
    visibility: hidden;
    transition: all .3s ease .0s; /* Добавляем анимацию 0.3 сек. и задержку в 0.15 сек. */

    left: 0;
    border-bottom: 4px solid #333;
    font-weight: 400;
    z-index: 1001;
    box-shadow: 0 0 5px rgba(0,0,0,.4) inset;
    padding: 0 1.2rem;

    position: absolute;
    top: 100%;
    background: #fff;
    text-align: left;
}

.js .header-nav-item.has-dropdown.active .header-nav-drop-down, .no-js .header-nav-item.has-dropdown:hover .header-nav-drop-down {
        opacity: 1; /* Показываем подменю при ховере */
    visibility: visible;
}

.header-nav-drop-down-holder {
    padding: 0 0 3.2rem;
    min-width:25rem;
}
 
.header-nav-drop-down-list {
    list-style: none;
    overflow: hidden;
    padding-left:0;
    margin-left:0;
}



.header-nav-drop-down-column {
    box-sizing: border-box;
    padding: 0 1.6rem 9999rem 1rem;
    margin: 0 0 -9999rem;
    
}


.header-nav-drop-down-title {
    overflow: hidden;
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding: 0 1rem 0 0;
    display: block;
    margin-top:1.5rem;
}

.header-nav-drop-down a, .header-nav-drop-down input.link {
    text-decoration: none;
    word-wrap: break-word;
}

.header-nav-drop-down-column-list {
    list-style: none;
    overflow: hidden;
    padding-left:0;
    margin-top: 10px;
    margin-left:0;
}
.header-nav-drop-down-list-item {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: .9rem;
}


/* Выпадаюций список для автокомплита */
.ui-autocomplete {
    border: 1px solid #c5c5c5;
    background: #fff;
    color: #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;

    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
    position:absolute;
    cursor:default;
    z-index: 1001;
}
.ui-menu .ui-menu-item {
    padding: 3px 1em 3px .4em;
}
.ui-state-focus, .ui-menu .ui-menu-item:hover {
    background: #007fff;
    color: #fff
}
input[type='text'].ui-autocomplete-loading, input[type='search'].ui-autocomplete-loading {
    background:  url('Images/loading-mini.gif')  no-repeat 98% 50%;
}
.ui-helper-hidden-accessible { display:none; }



label.radio-btn{
    position: relative;
    overflow: hidden;
    display: inline-block;
    word-wrap:break-word;
    white-space:normal;
    text-align:left;
    vertical-align:top;
}
label.radio-btn.condensed{
    padding:3px 6px;
}
.radio-btn input {
    position: absolute;
    top: 0;
    right: 0;
    left:0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
@media (max-width: 971px) {
    label.radio-btn {
        font-size: 12px;
    }
}

.ui-activelink{
    border-bottom: 1px dashed;
}
a.ui-activelink, a.ui-activelink:hover{
    text-decoration:none;
}

.dfs-picker
{
    padding:0!important;
    position:relative;
}
.dfs-picker input[type="search"]
{
    width:100%;
    padding: 6px 12px;
    border:none;
    border-radius:4px;
}
.dfs-picker .dfs-picker-tag
{
    top:0;
    position:absolute;
    background-color:#e9eaec;
    max-width:95%;
    display:none;
    overflow:hidden;
    word-wrap:normal;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin: 3px;
    padding:3px 20px 3px 9px;
    border-radius:6px;
}

.dfs-picker .dfs-picker-tag-in {
    display:block;
}

.dfs-picker .dfs-picker-tag button.close
{
    right:0;
    position:absolute;
    margin-right:3px;
}


/* Всплывающий адаптивный диалог */
.responsive-popup{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    padding-right: 16px;
        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}

.responsive-popup .popup-responsiv-dialog{
        position: relative;
       width: auto;
    margin: 10px;
    margin-bottom:50px;
}

.popup-responsiv-dialog .close {
    display: none;
}

.responsive-popup .popup-responsiv-dialog .close {
    display: block;
}

@media (min-width: 768px)
{
    .responsive-popup .popup-responsiv-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

 .responsive-popup-backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.responsive-popup .popup-responsiv-content{
        position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.link-crop{
    display:block;
    overflow:hidden;
    max-width:250px;
    word-wrap:normal;
    white-space: nowrap;
    text-overflow:ellipsis;
}