.side-header-narrow-bar-logo { max-width: 170px; } #header, .sticky-header .header-main.sticky { border-top: 4px solid #0088cc } @media (min-width: 992px) { } /* breadcrumb type */ .page-top ul.breadcrumb > li.home { display: inline-block; } .page-top ul.breadcrumb > li.home a { position: relative; width: 1em; text-indent: -9999px; } .page-top ul.breadcrumb > li.home a:after { content: "\e883"; font-family: 'porto'; float: right; text-indent: 0; } /* sidebar width */ .product-images .img-thumbnail .inner, .product-images .img-thumbnail .inner img { -webkit-transform: none; transform: none; } .sticky-product { position: fixed; top: 0; left: 0; width: 100%; z-index: 1001; background-color: #fff; box-shadow: 0 3px 5px rgba(0,0,0,0.08); padding: 15px 0; } .sticky-product.pos-bottom { top: auto; bottom: var(--porto-icon-menus-mobile, 0); box-shadow: 0 -3px 5px rgba(0,0,0,0.08) } .sticky-product .container { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; } .sticky-product .sticky-image { max-width: 60px; margin-left: 15px; } .sticky-product .add-to-cart { -ms-flex: 1; flex: 1; text-align: left; margin-top: 5px; } .sticky-product .product-name { font-size: 16px; font-weight: 600; line-height: inherit; margin-bottom: 0; } .sticky-product .sticky-detail { line-height: 1.5; display: -ms-flexbox; display: flex; } .sticky-product .star-rating { margin: 5px 15px; font-size: 1em; } .sticky-product .availability { padding-top: 2px; } .sticky-product .sticky-detail .price { font-family: iransans,iransans, sans-serif; font-weight: 400; margin-bottom: 0; font-size: 1.3em; line-height: 1.5; } .sticky-product.pos-top:not(.hide) { top: 0; opacity: 1; visibility: visible; transform: translate3d( 0, 0, 0 ); } .sticky-product.pos-top.scroll-down { opacity: 0 !important; visibility: hidden; transform: translate3d( 0, -100%,0 ); } .sticky-product.sticky-ready { transition: right .3s, visibility 0.3s, opacity 0.3s, transform 0.3s, top 0.3s ease; } .sticky-product .quantity.extra-type { display: none; } @media (min-width: 992px) { body.single-product .sticky-product .container { padding-left: calc(var(--porto-grid-gutter-width) / 2); padding-right: calc(var(--porto-grid-gutter-width) / 2) } } .sticky-product .container { padding-left: var(--porto-fluid-spacing); padding-right: var(--porto-fluid-spacing) } @media (max-width: 768px) { .sticky-product .sticky-image, .sticky-product .sticky-detail, .sticky-product { display: none; } .sticky-product.show-mobile { display: block; padding-top: 10px; padding-bottom: 10px; } .sticky-product.show-mobile .add-to-cart { margin-top: 0; } .sticky-product.show-mobile .single_add_to_cart_button { margin: 0; width: 100%; } }