@import url('normalize.css');
@import url(fonts.css);

* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
}

a, a:hover, a:visited, a:link, a:active, button {
    outline: 0;
    text-decoration: none;
}

body {
    background: #fff;
    color: #111;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

a {
    color: #e31e24;
    font-family: 'Roboto', sans-serif;
}

button {

}

a:hover {
    color: #666666;
}

body .overlay {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
}

header,
div.main,
footer {
    display: block;
    float: left;
    width: 100%;
}

header {
    position: relative;
    z-index: 20;
}

header .row-top {
    background: #353432;
    min-height: 42px;
    border-top: 1px solid #8e8d8c;
}

header .row-top ul.header-info {
    list-style: none;
    padding: 9px 0 8px;
    margin: 0;
}

header .row-top ul.header-info > li {
    margin-right: 20px;
}

header .row-top ul.header-info > li,
header .row-top ul.header-info > li > a {
    display: inline-block;
    color: #dedfdf;
    font-family: 'MyriadPro-Regular', sans-serif;
    font-size: 14px;
}

header .row-top ul.header-info > li > i.fa {
    margin-right: 3px;
}

header .row-top ul.header-info > li > a:hover {
    color: #1c94d7;
}

header .row-top ul.header-user-actions {
    list-style: none;
    margin: 0;
    float: right;
}

header .row-top ul.header-user-actions > li,
header .row-top ul.header-user-actions > li > a {
    display: inline-block;
    float: left;
    color: #dedfdf;
    font-family: 'MyriadPro-Regular', sans-serif;
    font-size: 14px;
}

header .row-top ul.header-user-actions > li > a {
    padding: 10px;
}

header .row-top ul.header-user-actions > li > a > i.fa {
    margin-right: 8px;
    display: inline-block;
    float: left;
}


header .row-top ul.header-user-actions > li > a:hover,
header .row-top ul.header-user-actions > li > a.active {
    background: #231f20;
}

header .row-bottom {
    background: #fff;
    margin-bottom:24px;
}

header .row-bottom h1.logo,
header .row-bottom h1.logo a {
    display: inline-block;
    float: left;
    margin: 0;
}

header .row-bottom img {
    max-width:100%;
}

header .row-bottom ul.menu {
    width: auto;
    float: right;
}

header .row-bottom ul.menu,
header .row-bottom ul.menu ul {
    list-style: none;
    margin: 0;
    height: 60px;
}

header .row-bottom ul.menu ul {
    display: none;
    height: auto;
}

header .row-bottom ul.menu > li,
header .row-bottom ul.menu > li > a {
    display: inline-block;
    float: left;
    height: 100%;
    position: relative;
}

header .row-bottom ul.menu > li > a {
    text-transform: uppercase;
    color: #58595b;
    font-size: 16px;
    padding: 18px 10px;
}

header .row-bottom ul.menu > li.has-children > a:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #58595b;
    display: inline-block;
    float: right;
    margin: 2px 0 0 8px;
    font-size: 12px;
}

header .row-bottom ul.menu > li.active > a,
header .row-bottom ul.menu > li > a:hover {
    background: #1c94d7;
    color: #fff;
}

header .row-bottom ul.menu > li.active > a:after,
header .row-bottom ul.menu > li > a:hover:after {
    color: #fff;
}

header .row-bottom ul.menu > li:first-of-type > a {
    padding: 18px 20px;
}

header .row-bottom ul.menu > li.active:first-of-type > a,
header .row-bottom ul.menu > li:first-of-type > a:hover {
    color: #1c94d7;
    background: #fff;
}

header .row-bottom ul.menu li.has-children > ul {
    position: absolute;
    left: -1px;
    top: 60px;
    background: #fff;
    border: 1px solid #d3d5d3;
    border-bottom: 2px solid #1c94d7;
    width: 165px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.3);
    box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.3);
}

header .row-bottom ul.menu > li.has-children ul > li,
header .row-bottom ul.menu > li.has-children ul > li > a {
    display: inline-block;
    float: left;
    width: 100%;
}

header .row-bottom ul.menu > li.has-children ul li > a {
    color: #808080;
    font-size: 14px;
    padding: 9px;
    border-bottom: 1px solid #d2d3d3;
}

header .row-bottom ul.menu > li.has-children > ul > li.has-children > a:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #9a9b9c;
    display: inline-block;
    float: right;
    margin: 2px 0 0 8px;
    font-size: 12px;
}

header .row-bottom ul.menu > li.has-children > ul > li.has-children > ul {
    position: absolute;
    left: 162px;
    top: 37px;
    background: #fff;
    border: 1px solid #d3d5d3;
    border-top: 2px solid #1c94d7;
    width: 165px;
}

header .row-bottom ul.menu > li.has-children ul > li > a:hover {
    background: #dedfdf;
    color: #58595b;
}

header .row-bottom ul.menu > li.has-children:hover > ul,
header .row-bottom ul.menu ul:hover,
header .row-bottom ul.menu > li.has-children > ul > li.has-children:hover > ul {
    display: block;
}

#cart-products-count {
    position: absolute;
    top: -14px;
    right: 8px;
    background:#1c94d7;
}

header .row-bottom .cart {
    display: inline-block;
    position: relative;
}

.shop-cart-col {
    padding-top:14px;
    text-align: right;
}

@media(max-width: 991px) {
    .shop-cart-col {
        margin-top: 24px;
    }
}

header .row-bottom .shop-context-button:hover {
    background:#000;
    transition: all 220ms ease-in;
}

header .row-bottom .shop-context-button:hover i {
    color:#fff;
    transition: all 220ms ease-in;
}

header .row-bottom .cart-button .badge {
    background: #1c94d7;
    font-size: 13px;
    color: #fff;
    font-family: verdana;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    padding:0;
    margin:0;
    line-height: 18px;
    top: -5px;
    right: -8px;
}

header .row-bottom .shop-context-button i {
    color: #000;
    font-size: 20px;
    transition: all 180ms ease-in;
}

#showSearchBar {
    padding: 17px 15px 15px 15px;
}

#showCartDetails {
    padding:18px 17px 14px 16px;
}

#my-account-button {
    padding:15px 20px 13px 19px;
}

.shop-context-button {
    margin-right:12px;
    border: 1px solid #000;
    border-radius: 100%;
}

.shop-context-button.logged-in {
    background: #1c94d7;
}

.shop-context-button.logged-in:focus, .shop-context-button.logged-in:active {
    background: #000 !important;
}

.shop-context-button.logged-in i {
    color:#fff !important;
}
.slider_photo{
    max-height: 50px;
    margin:0 auto;
}
header .row-bottom .cart .cart-details {
    display: none;
    position: absolute;
    top: 50px;
    right: -40px;
    width: 300px;
    background: #fff;
    z-index: 50;
    border: 1px solid #cacbca;

}

header .row-bottom .cart .cart-details .optimization-group {
    background-color: #f7f7f7;
    padding-top: 10px;
    padding-bottom: 10px;
}

header .row-bottom .cart .cart-details .optimization-description {
   margin-left:15px;
}

header .row-bottom .cart .cart-details {
    display: none;
    position: absolute;
    top: 50px;
    right: -1px;
    width: 300px;
    background: #fff;
    z-index: 50;
    border: 1px solid #cacbca;
}

header .row-bottom .cart .cart-details.search-active {
    top:132px;
}

header .row-bottom .search-bar input{
    background-color: #E9E9EA;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

header .row-bottom .search-bar{
    padding: 15px 5px;
    display: none;
    position: absolute;
    top: 50px;
    width: 300px;
    right:0;
    background: #fff;
    z-index: 50;
    border: 1px solid #cacbca;
}

header .row-bottom .cart .cart-details > ul.items {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 5px;
}

header .row-bottom .cart .cart-details > ul.items > li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

header .row-bottom .cart .cart-details > ul.items > li a .item-image,header .row-bottom .cart .cart-details > ul.items > li a img {
    display: inline-block;
    float: left;
    width: 70px;
    opacity: 0.90;
    transition: all 220ms ease-in;
}

header .row-bottom .cart .cart-details > ul.items > li a:hover .item-image,header .row-bottom .cart .cart-details > ul.items > li a:hover img {
    opacity: 1;
}

header .row-bottom .cart .cart-details > ul.items > li .item-name {
    color: #1c94d7;
    font-size: 15px;
    display: inline-block;
    float: left;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    margin-top: 5px;
}

header .row-bottom .cart .cart-details > ul.items > li .item-quantity {
    font-size: 13px;
    color: #949699;
    display: inline-block;
    float: left;
    width: 100%;
}

header .row-bottom .cart .cart-details > ul.items > li ul.item-actions li {
    display: inline-block;
    float: right;
}

.cart-item-delete{
    cursor: pointer;
}

header .row-bottom .cart .cart-details > ul.items > li ul.item-actions li:first-of-type {
    margin-right: 5px;
}

header .row-bottom .cart .cart-details > ul.items > li ul.item-actions li a {
    color: #6d6e71;
    font-size: 13px;
}

header .row-bottom .cart .cart-details > ul.items > li ul.item-actions li a:hover {
    color: #1c94d7;
}

header .row-bottom .cart .cart-details > ul.items > li ul.item-actions li a i.theme-icons {
    display: inline-block;
    float: left;
    margin: 7px 3px 0 1px;
}

header .row-bottom .cart .cart-details > ul.items > li ul.item-actions li a i.theme-icons.edit {
    width: 10px;
    height: 10px;
    background: url(../images/edit-icon.png) no-repeat;
}

header .row-bottom .cart .cart-details > ul.items > li ul.item-actions li a i.theme-icons.trash {
    width: 11px;
    height: 10px;
    background: url(../images/trash-icon.png) no-repeat;
}

header .row-bottom .cart .cart-details > ul.buttons {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    background: #e9e9ea;
    margin: 0;
    padding: 8px 25px;
    text-align: center;
}

header .row-bottom .cart .cart-details > ul.buttons > li {
    display: inline-block;
    float: none;
    margin: 0 2px;
}

header .row-bottom .cart .cart-details > ul.buttons > li > a.btn {
    font-size: 12px;
    padding: 8px;
}

div.main {
    min-height: 350px;
}

div.main .page-header {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e9e8e8;
    margin: 0 0 15px 0;
    padding: 0;
    min-height: 60px;
    padding: 15px 0 10px;
}

div.main .page-header h2 {
    color: #58595b;
    font-size: 26px;
    margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
}

div.main .page-header .breadcrumb {
    display: block;
    float: right;
    background: none;
    margin: 0;
    padding-right: 0px;
}

div.main .page-header .breadcrumb > li {
    color: #1c94d7;
}

div.main .page-content  {
    min-height: 300px;
}

div.main .page-content .table-responsive {
    display: block;
    width: 100%;
    float: left;
    border: 1px solid #b1b3b5;
    border-radius: 4px;
}

div.main .page-content table.table {
    margin-bottom: 0px;
}

div.main .page-content table.table tr th {
    color: #58595b;
    font-weight: normal;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

div.main .page-content table.table tr td {
    vertical-align: middle;
}

div.main .page-content table.table tr td form {
    display: inline-block;
    width: 100%;
    text-align: center;
}

div.main .page-content table.table tr td form input[type="text"] {
    width: 60px;
    display: inline-block;
    float: none;
    height: 35px;
    padding: 5px 8px;
    border: 1px solid #d4d5d6;
    border-radius: 4px;
    color: #231f20;
    font-size: 16px;
}

div.main .page-content table.table tr td form .remove-product {
    font-size: 20px;
    color: #1c94d7;
    display: inline-block;
    float: none;
    margin: 0px 10px 0;
}

div.main .page-content .table > thead > tr > th, 
div.main .page-content .table > tbody > tr > th, 
div.main .page-content .table > tfoot > tr > th, 
div.main .page-content .table > thead > tr > td, 
div.main .page-content .table > tbody > tr > td, 
div.main .page-content .table > tfoot > tr > td {
    border-color: #c4c5c7;
}

div.main .page-content table.order-list tr img {
    display: inline-block;
    float: left;
    max-width: 100%;
}

div.main .page-content table.order-list tr a.product-name {
    color: #231f20;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

div.main .form-container {
    display: block;
    width: 100%;
    padding: 25px;
    float: left;
    margin: 24px 0 30px;
}

div.main .form-container h4 {
    color: #414042;
    font-size: 30px;
    margin: 0 0 15px;
    font-family: 'MyriadPro-Cond', sans-serif;
    padding: 0;
    border: 0 none;
}

div.main .form-container form {
    display: block;
    float: left;
    width: 100%;
    padding: 20px 0 10px;
    border-top: 1px solid #c4c5c7;
}

div.main .form-container form .input-group {
    width: 100%;
}

div.main .form-container form .input-group-addon {
    width: 40px;
    text-align: center;
    border-color: #d6d7d7;
}

div.main .form-container form .input-group-addon i {
    font-size: 18px;
}

div.main .form-container form .form-control {
    border-color: #e8e8e8;
}

div.main .form-container ul.help-links {
    display: block;
    width: 100%;
    list-style: none;
    margin-top: 20px;
    border-top: 1px solid #c4c5c7;
    float: left;
    padding-top: 20px;
    margin-bottom: 0;
}

div.main .form-container ul.help-links li {
    margin-bottom: 8px;
}

div.main .form-container ul.help-links li,
div.main .form-container ul.help-links li a {
    color: #231f20;
    font-family: 'MyriadPro-Regular', sans-serif;
}

div.main .form-container ul.help-links li a {
    color: #1c94d7;
}

div.main .form-container ul.help-links li a:hover {
    text-decoration: underline;
}

div.main .google-map {
    display: block;
    float: left;
    width: 100%;
    height: 400px;
    margin-top:32px;
}

div.main form.contact-form label {
    color: #231f20;
    font-family: 'MyriadPro-Regular', sans-serif;
}

div.main form.contact-form textarea.form-control {
    height: 100px;
    resize: none;
}

div.main form.contact-form span.help-links {
    display: inline-block;
    float: left;
    width: 100%;
}

div.main form.contact-form .form-group {
    margin-bottom: 20px;
}

div.main form.contact-form .btn.btn-lg {
    padding-top: 10px;
    padding-bottom: 8px;
}

div.main form.contact-form img.captcha {
    display: inline-block;
    margin: 10px 0;
}

div.main form.contact-form span.help-links a {
    color: #1c94d7;
}

div.main ul.contact-info {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
}

div.main ul.contact-info li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 8px;
}

div.main ul.contact-info li,
div.main ul.contact-info li a {
    color: #414042;
    font-size: 15px;
}

div.main ul.contact-info li i {
    color: #1c94d7;
    display: inline-block;
    float: left;
    margin: 4px 15px 0 0;
}

div.main p strong {
    /*color: #414042;*/
    font-family: 'MyriadPro-Regular', sans-serif;
}

ul.tick-list,
ul.tick-list li {
    display: inline-block;
    float: left;
    width: 100%;
    list-style: none;
}

ul.tick-list li:before {
    content: '√';
    display: inline-block;
    float: left;
    margin-right: 10px;
    color: #2e3180;
}

.checkbox label {
    color: #231f20;
    font-family: 'MyriadPro-Regular', sans-serif;
}

.checkbox label a {
    color: #1c94d7;
    font-family: 'MyriadPro-Regular', sans-serif;
}

.checkbox label a:hover {
    text-decoration: underline;
}

div.main .promotion-box {
    margin: 20px 0 15px;
}

div.main .promotion-box p {
    font-family: 'MyriadPro-Regular', sans-serif;
    font-size: 14px;
}

div.main .product-box {
    margin: 0px 0 5px;
    min-height: 400px;
}

div.main .product-box ul.product-list {
    list-style: none;
    text-align: center;
    margin: 12px 0 0;
}

body.index div.main .product-box ul.product-list {
    margin: 0;
    padding: 0;
    margin-top:-24px;
}

div.main .product-box ul.product-list > li {
    /*display: inline-block;
    float: left;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 32px;
    min-height: 310px;
}

div.main .product-box ul.product-list.full-width {
    text-align: left;
}

div.main .product-box ul.product-list.full-width > li .product-frame .product-more-info {
    margin-top:0;
    margin-left: 10px;
}

div.main .product-box ul.product-list.full-width > li,
div.main .product-box ul.product-list.full-width > li  .product-frame {
    margin-top:18px;
    width: 100% !important;
    min-height: 0;
}

div.main .product-box ul.product-list > li .product-frame {
    border-radius: 4px;
    min-height: 300px;
    display: block;
    float: left;
    width: 100%;
    transition: none;
}

div.main .product-box ul.product-list > li .product-frame .product-label {
    display: inline-block;
    background: #1c94d7;
    padding: 4px 6px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 5;
    pointer-events: none;
}

div.main .product-box ul.product-list > li.unavailable  .product-frame img.product-image {
    opacity: 0.25;
}

div.main .product-box ul.product-list > li  .product-frame img.product-image,
div.main .product-box ul.product-list > li  .product-frame .product-title,
div.main .product-box ul.product-list > li  .product-frame .product-description,
div.main .product-box ul.product-list > li  .product-frame .product-price {
    display: inline-block;
    float: left;
    width: 100%;
}

@media(max-width:991px) {
    div.main .product-box ul.product-list > li  .product-frame img.product-image {
        width:auto;
    }
}

div.main .product-box ul.product-list.full-width > li  .product-frame img.product-image,
div.main .product-box ul.product-list.full-width > li  .product-frame .product-title,
div.main .product-box ul.product-list.full-width > li  .product-frame .product-description,
div.main .product-box ul.product-list.full-width > li  .product-frame .product-price {
    text-align: left;
}

div.main .product-box .product-image {
    height:auto;
    max-width: 100%;
    float:none !important;
}

div.main .product-box ul.product-list > li  .product-frame .product-title, div.main .product-box ul.product-list > li  .product-frame .product-title a {
    color: #231f20;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    border: 0 none;
}

div.main .product-box ul.product-list.full-width > li  .product-frame .product-title {
    margin-bottom: 0;
}

div.main .product-box ul.product-list > li  .product-frame .product-description {
    color: #808080;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 0 15px;
    overflow: hidden;
}

div.main .product-box ul.product-list.full-width > li  .product-frame .product-description {
    padding: 0;
    max-height: none;
    overflow: visible;
}

div.main .product-price {
    color: #231f20;
    font-family: 'MyriadPro-BoldCond', sans-serif;
    font-weight: normal;
    margin-bottom: 9px;
    font-size: 36px;
}

div.main .product-box ul.product-list > li  .product-frame .product-price .old-price {
    color: #1c94d7;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 10px;
}

.add-to-cart-form input[name=quantity] {
    width: 51px;
    height: 43px;
    border: 2px solid #000;
    border-radius: 0;
    text-align: center;
}


div.main .product-box ul.product-list > li  .product-frame .product-more-info {
    margin-top: 10px;
}

div.main .product-box ul.product-list.full-width > li  .product-frame .product-more-info {
    display: inline-block;
    float: left;
}

div.main .product-box ul.product-list > li  .product-frame .product-buy i {
    margin-right: 4px;
}

div.main .product-box ul.product-list > li  .product-frame form {
    display: inline-block;
    float: left;
    text-align: center;
    width: 100%;
}

div.main .product-box ul.product-list.full-width > li  .product-frame form {
    text-align: left;
    width: auto;
}

/*div.main .product-box ul.product-list > li  .product-frame form input {*/
    /*width: 60px;*/
    /*border: 1px solid #d4d4d6;*/
    /*border-radius: 3px;*/
    /*height: 35px;*/
    /*padding: 0 5px 0 5px;*/
    /*display: inline-block;*/
/*}*/

div.main .product-box ul.product-list.full-width > li  .product-frame form input[type="text"] {
    display: inline-block;
}

.product-frame > a.product-image-link {
    height: 200px;
    display: block;
    overflow: hidden;
}

.product-frame > a.product-image-link img {
    display:inline-block;
}

.product-frame .product-title {
    font-size:18px;
    font-weight: bold;
    color:#000;
    margin-top:0px;
}

.product-frame .product-title a, .product-frame .product-title a:link, .product-frame .product-title a:visited {
    color:#000;
}

.product-frame .product-title a:hover {
    text-decoration: underline;
}

.product-frame form {
    margin-top:12px;
}


div.main ul.pagination {
    /*display: inline-block;*/
    /*float: right;*/
    display: block;
    margin: 0;
    text-align: center;
}

div.main ul.pagination li {
    display: inline-block;
    float: none;
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
}

div.main ul.pagination li a {
    border-radius: 0 !important;
    color: #231f20;
    min-width: 45px;
    height: 45px;
    padding: 11px 18px;
    font-size: 15px;
    background: #fff;
    border: 2px solid #000;
    font-weight: 500;
}

div.main ul.pagination li a i {
    font-size: 16px;
    position: relative;
    top: -2px;
}

div.main ul.pagination:not(.order-steps) li:first-of-type a,
div.main ul.pagination:not(.order-steps) li:last-of-type a {
    font-size: 24px;
    line-height: 18px
}

div.main ul.pagination > li > a:hover,
div.main ul.pagination > li.active > a,
div.main ul.pagination > li > span:hover, 
div.main ul.pagination > li > a:focus, 
div.main ul.pagination > li > span:focus {
    background: #000;
    color: #fff;
    border-color: #000;
}

div.main ul.pagination.order-steps {
    text-align: left;
    margin: 60px 0 0;
    float: left;
}

div.main ul.pagination.order-steps li,
div.main ul.pagination.order-steps li a {
    pointer-events: none;
    text-align: center;
    font-size: 16px;
}

div.main ul.pagination.order-steps li span {
    display: none;
    float: left;
    color: #231f20;
    font-size: 15px;
    text-align: left;
    width: 120px;
    border-radius: 0;
    padding: 7px 30px 5px 10px;
    background: none;
    border: 0 none;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
}

div.main ul.pagination.order-steps li.done a {
    background: #dedfdf;
    border-color: #989a9c;
}

div.main ul.pagination.order-steps li.active span {
    display: inline-block;
}

div.main .order-summary {

    display: inline-block;
    float: right;
    margin: 66px 0 0;
}

div.main .order-summary strong {
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

div.main .order-summary a {
    margin-right:6px;
}

div.main ul.option-list {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
    margin-bottom: 45px;
}

div.main ul.option-list li {
    display: inline-block;
    float: left;
    width: 100%;
    background: url('../images/hr.png') no-repeat scroll center bottom;
    color: #58595b;
    font-size: 16px;
    padding: 5px 0;
}

div.main ul.option-list li.disabled {
    color: #bec0c1;
}

div.main ul.option-list li .radio {
    display: inline-block;
    float: left;
}

div.main ul.option-list li span.price {
    display: inline-block;
    float: right;
    margin: 10px 0;
}

div.main form.shop-search {
    display: block;
    float: left;
    width: 100%;
}

.search-bar .shop-search input[name=shp_pr_name] {
    height:34px;
}

div.main input.form-control:focus,
div.main select.form-control:focus,
div.main textarea.form-control:focus {
    border-color: #c9c9c9;
}

div.main .listing-header {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

div.main .listing-header ul.product-filter {
    display: inline-block;
    float: right;
    list-style: none;
    position: absolute;
    right: 0;
    margin: 0;
}

div.main .listing-header ul.product-filter > li {
    display: inline-block;
    float: left;
    margin: 0 4px;
}

div.main .listing-header ul.product-filter > li.grid-view {
    margin-right: 0px;
}

div.main .listing-header ul.product-filter > li.grid-view a {
    display: inline-block;
    float: left;
    width: 38px;
    height: 38px;
    background: #f5f5f5;
    color: #d3d4d5;
    border-radius: 3px;
    text-align: center;
    padding: 8px;
    margin-left: 6px;
}

div.main .listing-header ul.product-filter > li.grid-view a > i.fa {
    font-size: 22px;
}

div.main .listing-header ul.product-filter > li.grid-view a.active,
div.main .listing-header ul.product-filter > li.grid-view a:hover {
    background: #dedfdf;
    color: #414042;
}

div.main .product-card {
    display: block;
    float: left;
    width: 100%;
    margin: 15px 0 30px;
}

div.main .product-card .product-gallery {
    display: inline-block;
    position: relative;
    min-height: 325px;
    border: 1px solid #d9d9da;
    border-radius: 5px;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    overflow: hidden;
}

div.main .product-card .product-gallery .bx-viewport {
    margin-bottom: 10px;
}

div.main .product-card .product-gallery .bx-viewport li,
div.main .product-card .product-gallery .bx-viewport li img {
    display: inline-block;
    float: left;
    width: 100%;
}

div.main .product-card .product-gallery #bx-pager {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

div.main .product-card .product-gallery #bx-pager a {
    display: inline-block;
    width: 112px;
    max-height: 75px;
    margin-right: 8px;
}

div.main .product-card .product-gallery #bx-pager a:last-of-type {
    margin: 0;
}

div.main .product-card .product-gallery #bx-pager a > img {
    width: 100%;
    transition: all 180ms ease;
}

div.main .product-card .product-gallery #bx-pager a.active > img,
div.main .product-card .product-gallery #bx-pager a:hover > img {
    opacity: 0.5;
}

div.main .product-card .product-rating .rating-input {
    display: inline-block;
    float: left;
    color: #ffdf00;
    cursor: pointer;
}

div.main .product-card .product-rating .rating-input i {
    margin-right: 5px;
}

div.main .product-card .product-views {
    color: #808080;
    font-size: 13px;
    display: inline-block;
}

div.main .product-card .product-description {
    margin: 10px 0 15px;
    display: inline-block;
    float: left;
    width: 100%;
}

div.main .product-card h4.product-title {
    margin-top: 0;
}

@media(max-width:991px) {
    div.main .product-card h4.product-title {
        margin-top: 24px
    }
}


div.main .product-card form .product-price {
    display: inline-block;
    background: #dedfdf;
    padding: 7px 15px;
    border-radius: 4px;
    min-height: 50px;
    margin-bottom: 12px;
}

div.main .product-card form .product-price strong {
    color: #231f20;
    font-size: 24px;
}

div.main .product-card form .product-price input[type="text"] {
    width: 60px;
    border: 1px solid #d4d4d6;
    border-radius: 3px;
    height: 35px;
    padding: 0 5px 0 15px;
    margin-left: 50px;
    display: inline-block;
    float: right;
}

div.main p.product-info {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 10px 0 40px;
}
div.product-info {
   margin-bottom: 50px;
}











.theme-select {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 38px;
    background: #f5f5f5;
    border-color: #f5f5f5;
    min-width: 55px;
    padding-right: 10px;
}

.theme-select:after {
    content: '\f107';
    font-family: FontAwesome;
    width: 20px;
    height: 100%;
    background: #e9eaea;
    color: #414042;
    display: inline-block;
    float: right;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    text-align: center;
    padding: 8px 0;
}

.theme-select.solid {
    background: #dedfdf;
    border-color: #dedfdf;
    padding: 0;
}

.theme-select.white {
    background: #f5f5f5;
    border-color: #f5f5f5;
    padding: 0;
}

.theme-select.solid:after,
.theme-select.white:after {
    display: none;
}

.theme-select > select {
    height: 100%;
    width: 160%;
    border: 0 none;
    padding: 4px 0 6px 12px;
    background: transparent !important;
    box-shadow: none !important;
    color: #414042;
}

footer {
    /*min-height: 180px;*/
    background: #ebebeb;
    margin-top: 90px;
    /*padding: 40px 0 40px;*/
    padding-top: 20px;
    color: #000;
    font-size: 14px;
}

div.main h4 {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    color: #000;
    font-size: 28px;
    font-weight: normal;
}

div.main h4 > strong {
    font-weight: normal;
    font-size: 31px;
    border-bottom: 2px solid #1c94d7;
    padding: 0 10px 5px;
}

h4.underline {
    padding-bottom:6px;
    border-bottom:2px solid #eee;
}

.cart-address-step h4.underline {
    margin-top:32px;
}

h4.underline small {
    display: block;
    font-size:18px !important;
    text-align: center;
    color:#000;
}

footer h4 {
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 2px solid #ccc;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

footer h4 > strong {
    font-weight: normal;
    font-size: 31px;
    border-bottom: 2px solid #1c94d7;
    padding: 0 10px 4px;
}

footer .footer-contact p {
    display: inline-block;
/*    float: left;
    width: 100%;*/
}

footer p > a {
    color: #1c94d7;
}

footer ul.social-media {
    list-style: none;
    margin: 5px 0 0;
}

footer ul.social-media > li {
    display: inline-block;
    margin: 0 auto;
    margin: 2px;
    text-align: center;
}
footer ul.footer-contact > li {
    list-style: none;
    display: block;
    margin: 0 auto;
    padding: 5px 0px;
}
footer ul.footer-contact > li:first-child{
    padding-top:0px;
}
footer ul.social-media > li > a {
    border: 1px solid #000;
    color: #000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    font-size: 18px;
    transition: all 200ms ease-in-out 0s;
}

footer ul.social-media > li > a:hover {
    transform: scale(1.1);
}

footer ul.social-media > li > a.fa-facebook:hover {
    background: #3b5998;
}

footer ul.social-media > li > a.fa-twitter:hover {
    background: #56a3d9;
}

footer ul.social-media > li > a.fa-instagram:hover {
    background: #007bb6;
}

footer ul.social-media > li > a.fa-google-plus:hover {
    background: #1c94d7;
}

footer form.newsletter {
    margin: 5px 0 0;
}

footer form.newsletter .form-group {
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #dedfe0;
    border-radius: 3px;
    overflow: hidden;
    height: 35px;
}

footer form.newsletter .form-group input.form-control {
    border: 0 none;
    border-radius: 0px;
    background: #fff;
    height: 100%;
    padding-right: 50px;
}

footer form.newsletter .form-group input.form-control:focus {
    box-shadow: none;
    border: 0 none;
}

footer form.newsletter .form-group button {
    background: #fff;
    color: #484848;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dedfe0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-radius: 3px;
    padding: 3px 6px;
    font-family: 'Roboto', sans-serif;
}

footer .row-bottom {
    display: block;
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #515151;
    padding: 10px 0 0;
    position: relative;
}

footer .row-bottom .copyright,
footer .row-bottom .copyright a {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

footer .row-bottom .copyright > a:hover {
    color: #1c94d7;
}

footer .row-bottom .footer-user-actions {
    display: block;
    float: right;
}

footer .row-bottom .footer-user-actions ul {
    list-style: none;
    display: block;
    float: right;
    position: absolute;
    top: -12px;
    right: -20px;
    margin: 0;
}

footer .row-bottom .footer-user-actions ul > li:first-of-type {
    margin-right: 8px;
}

footer .row-bottom .footer-user-actions ul > li,
footer .row-bottom .footer-user-actions ul > li > a {
    display: inline-block;
    float: left;
}

footer .row-bottom .footer-user-actions ul > li {
    position: relative;
}

footer .row-bottom .footer-user-actions ul > li > #showContactForm.active {
    border-color: #e4e4e4;
    color: #fff;
    background: #221e1f;
}

footer .footer-menu a, footer .footer-menu a:link, footer .footer-menu a:active, footer .footer-menu a:visited {
    margin-right:8px;
    color: #000;
    text-transform: uppercase;
    font-size:13px;
    display: block;
}

footer .footer-menu a:hover {
    color:#666;
}

footer .footer-menu {
    /*margin-top:12px;*/
}


footer .footer-contact .glyphicon {
    float: left;
    margin: 0 3px;
}
footer .footer-contact p {
    padding: 0;
    margin: 0;
}
footer .footer-contact a {
    color: #000;
}
footer .footer-contact a:hover {
    color: #666;
}
footer .footer-send-message .form-control{
    height: auto;
}
footer .footer-send-message label{
    display: none;
}
footer .footer-send-message .help-block {
    margin: 0;
}
footer .footer-send-message .form-group {
    margin-bottom: 5px;
}

footer .row-bottom .footer-user-actions ul > li .contact-form {
    display: none;
    width: 280px;
    background: #fff;
    position: absolute;
    z-index: 55;
    bottom: 37px;
    right: 0;
    padding: 25px 20px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.5);
}

footer .row-bottom .footer-user-actions ul > li .contact-form > h5 {
    font-size: 24px;
    color: #231f20;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 0;
}

footer .row-bottom .footer-user-actions ul > li .contact-form > p {
    color: #6d6e71;
    font-size: 15px;
    margin-bottom: 20px;
}

footer .row-bottom .footer-user-actions ul > li .contact-form .control-label {
    font-weight: normal;
    color: #231f20;
    font-size: 14px;
}

footer .row-bottom .footer-user-actions ul > li .contact-form .form-control {
    border-radius: 0px;
    border-color: #1c94d7;
}

footer .row-bottom .footer-user-actions ul > li .contact-form .form-control:focus {
    box-shadow: none !important;
}

footer .row-bottom .footer-user-actions ul > li .contact-form button.btn-danger {
    padding-top: 8px;
    margin-top: 30px;
}

footer .row-bottom .footer-user-actions ul > li > a {
    float: left;
    padding: 8px;
    color: #f8f8f8;
    background: #515253;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 19px;
    line-height: 22px;
    border: 1px solid #515253;
}

footer .row-bottom .footer-user-actions ul > li > a:hover {
    background: #1c94d7;
}

footer .row-bottom .footer-user-actions ul > li > a.fa-angle-up {
    font-size: 30px;
    line-height: 20px;
}
footer #copyrights-section{
    padding: 20px;
    background-color: #e0e0e0;
    margin-top: 20px;
    border-top:2px solid #ccc;
}

#copyrights-section a{
    color: #000;
}
#copyrights-section a:hover{
    color: #666;
}

ul.product-list:not(.full-width) .grid-only {
    /*margin: 0 !important;*/
    width: auto !important;
    float:none;
}


h3 {
    color: #000;
    font-size: 30px;
    font-weight: normal;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

h3.underline {
    width: 100%;
    position: relative;
}

h3.underline:after {
    content: '';
    background: url('../images/underline.png') no-repeat scroll top center;
    width: 100%;
    height: 1px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: -1;
}

h3.underline > strong, h3.underline > a, h3.underline > a:link, h3.underline > a:active, h3.underline > a:visited {
    font-weight: normal;
    font-size: 31px;
    border-bottom: 1px solid #1c94d7;
    padding-bottom: 6px;
    display:inline-block;
    color:#1c94d7;
    font-family: 'MyriadPro-Cond', sans-serif;
}

h3.underline > a > strong {
    font-weight:normal;
}

h3.underline > a:hover {
    color:#C40008;
}


.btn {
    font-family: 'MyriadPro-Regular', sans-serif;
}

.btn.disabled {
    background: #808285;
    border-color: #5d5e60;
}

.btn-danger {
    background: #1c94d7;
    border-color: #1c94d7;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    background: #286090;
    border-color: #204d74;
}

.btn-primary {
    background: #3f3f3f;
    border-color: #393737;
}

.btn-primary:hover {
    background: #2f2f2f;
    border-color: #292727;
}

.btn.btn-sm {
    padding: 13px 12px;
    font-size: 14px;
    line-height: 17px;
}

.btn-search {
    width:100%;
}

.btn.btn-lg {
    padding: 15px 17px 13px;
    font-size: 18px;
}

.form-control:focus {
    box-shadow: none !important;
}

hr {
    display: inline-block;
    float: left;
    width: 100%;
    background: #ccc;
    border: 0 none;
    height: 1px;
}


.block {
    display: block;
    float: left;
    width: 100%;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}


.navbar .navbar-header {
    display: none;
}

.navbar.navbar-default {
    background: none;
    border: 0 none;
    margin: 0;
}

.navbar.navbar-default .navbar-collapse {
    padding:0;
}

@media(max-width: 767px) {
    .navbar.navbar-default .navbar-collapse {
        padding:16px;
    }
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    background: #000;
    color: #fff;
}
.navbar .navbar-nav{
    display: inline-block;
    line-height: 20px;
    vertical-align: bottom;
    float: right;
}

.navbar .navbar-nav > li > a {
    color: #000000 !important;
    font-size: 17px;
    /*padding: 2px 6px;*/
}
.navbar .navbar-nav > li > a:hover{
    color: #ffffff !important;
}

.navbar-default .navbar-nav>.active>a {
    background:#fff;
}

.navbar .navbar-nav > li {
    margin:0 4px 0 4px;
}

.navbar .navbar-nav > li > a .caret {
    margin-top: -3px;
}


.navbar .navbar-nav > li:first-of-type > a > i {
    font-size: 20px;
}

.dropdown-menu {
    border-radius: 0px !important;
    padding: 0;
    margin: 0;
}

.dropdown-menu .dropdown-menu {
    border-bottom: 0 none;
}

.dropdown-menu > li > a {
    color: #808080;
    font-size: 14px;
    padding: 6px 9px;
    border-bottom: 1px solid #d2d3d3;
    position: relative;
}

.dropdown-menu > li > a:hover {
    background: #dedfdf !important;
    color: #58595b !important;
}




.navbar-nav > li > .dropdown-menu {
    margin: -1px 0 0 -1px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 0px !important;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu > a:hover,
.dropdown-submenu > a:hover,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #dedfdf;
    color: #808080 !important;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #999a9b;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
}

.navbar-nav a {
    cursor: pointer;
}

@media (max-width: 1200px) {

    #bx-pager a {
        width: 130px;
    }

    .no-padding-left {
        padding-left: 15px !important;
    }

    .pr-45 {
        padding-right: 15px !important;
    }

    .pl-45 {
        padding-left: 15px !important;
    }

    .pr-35 {
        padding-right: 15px !important;
    }

    .pl-35 {
        padding-left: 15px !important;
    }

}

@media (max-width: 991px) {
    div.main .product-box ul.product-list > li {
        min-height: 385px;
    }

    header .row-top ul.header-info,
    header .row-top ul.header-user-actions,
    header .row-bottom h1.logo, header .row-bottom h1.logo,
    footer ul.social-media,
    footer .row-bottom .copyright, footer .row-bottom .copyright a,
    footer .row-bottom .footer-user-actions {
        width: 100%;
        text-align: center;
        margin-top:24px;
    }

    header .row-top ul.header-info > li {
        margin-right: 12px;
    }

    header .row-top ul.header-user-actions > li,
    header .row-top ul.header-user-actions > li > a,
    header .row-bottom h1.logo, header .row-bottom h1.logo a,
    footer ul.social-media > li,
    footer .row-bottom .footer-user-actions ul > li {
        float: none;
    }

    #bx-pager a {
        width: 120px;
    }

    h3.underline::after {
        bottom: 0px;
    }

    h3.underline > strong {
        line-height: 45px;
    }

    footer h4,
    footer p {
        text-align: center;
    }

    footer .row-top div {
        margin-bottom: 20px;
    }

    footer .row-bottom .footer-user-actions ul {
        width: 100%;
        position: static;
        text-align: center;
        margin: 20px 0 0;
    }

    footer .row-bottom .footer-user-actions ul > li .contact-form {
        right: -140px;
    }

    ul.items .no-padding-left {
        padding-left: 0px !important;
    }

}

@media (max-width: 767px) {
    div.main .product-box ul.product-list > li {
        margin-bottom:0;
    }

    div.main .product-box ul.product-list > li .product-frame {
        border-radius:0;
        border-bottom:1px solid #000;
        padding-bottom:32px;
    }

    #bx-pager a {
        width: 85px;
    }

    .navbar .navbar-header {
        display: block;
    }

    .navbar.navbar-default {
        background: none;
        border: 1px solid #e7e7e7;
        margin: 0;
    }

    .navbar ul.nav.navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        width:100%;
    }

    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li:first-of-type > a {
        padding: 8px 10px;
    }

    .navbar .navbar-nav > li,
    .navbar .navbar-nav > li > a {
        height: auto !important;
    }

    .navbar ul.dropdown-menu ul.dropdown-menu > li > a {
        padding-left: 45px;
    }

    div.main .page-header h2 {
        text-align: center;
    }

    div.main .page-header .breadcrumb {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 8px 15px;
    }
    
    div.main .listing-header ul.product-filter {
        position: relative;
        width: 100%;
    }

    div.main .listing-header ul.product-filter > li.grid-view a {
        margin-left: 4px;
    }

}

@media (max-width: 480px) {
    .bxslider li .banner-content {
        display: none;
    }
}

.modal-header {
    border-bottom: none;
    min-height: 16.42857143px;
}

#password-reminder-modal .modal-header {
    padding-top:15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

#nav-shop-my-account {
    display: inline-block;
}

#nav-shop-my-account .dropdown-menu {
    border:0;
}

#nav-shop-my-account .dropdown-menu, #nav-shop-my-account .dropdown-menu li:first-child, #nav-shop-my-account .dropdown-menu li:first-child a {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

#nav-shop-my-account .cart-widget-toggle:active, #nav-shop-my-account .cart-widget-toggle:focus {
    background: #1c94c4;
}

.no-padding {
    padding: 0;
}

.radio, .checkbox {
    margin-left: 0px;
}

.address-table a i {
    color: #1c94d7;
}
.orders-table a{
    color: #1c94d7;
}

.product-attribute {
    margin: 7px 7px 7px 0;
}

.buy-formats {
    margin-top:8px;
}

.menu-col {
/*    margin-top:20px;
    margin-bottom:20px;*/
    padding-left:0;
    padding-right:0;
}

.cart-widget-toggle {
    padding-right:0;
}

@media(max-width:767px) {
    .cart-widget-toggle {
        padding-right:15px;
    }
}

.cart-verify-email-message {
    margin:12px 0 12px 0;
}

#kitchen-creator-container {
    margin-top:24px;
}

#user-panel {
    padding-right:0;
}


.related-slider {
    padding-bottom: 25px;
}
.related-slider .related-content {
    display: inline-block;
    padding-left: 0px;
    width: 10000px;
}
.related-slider .related-img {
    width: 200px;
    height: 200px;
    box-sizing: content-box;
}
.related-slider .related-slide {
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-align: center;
    max-width: 200px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.5);
    box-sizing: content-box;
    margin-bottom:5px;
}
.related-slider .related-img img {
    max-width: 100%;
    max-height: 100%;
}
.related-slider .related-wrapper,
.related-slider .related-slider .related-wrapper-show {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.related-slider .related-desc {

}
.related-slider .arrow-block {
    height: 4px;
}
.related-slider button {
    position: relative;
    z-index: 3;
}
.related-slider .related-left {
    float: right;
    position: relative;
    top: 120px;
    right: -50px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 3px 0px;
}
.related-slider .related-right {
    position: relative;
    top: 120px;
    left: -50px;
    float: left;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: 3px 0px;
}
.related-slider .related-left i,
.related-slider .related-right i {
    display: block;
    margin-top: -2px;
}
.related-slider:last-child {
    padding-bottom: 0px;
}
.related-header {
    padding: 0;
}

.sp-wrap { 
    max-width:390px;
}

/** Homepage category boxes */
.homepage-categories {
    margin-top: 10px;
    margin-bottom:20px;
}

.content-box{
    background: #fff;
    margin-top: 30px;

}

.content-box-img{
    text-align: center;
}

.content-box img{
    width: 100%;
}

.content-box:hover{
    cursor: pointer;
    background: #333;
}

h3.content-box-title{
    font-size:17px;
    margin: 0;
    color: #fff;
}
.content-box-header{
    padding: 12px;
}

.img-container {
    overflow:hidden;
    max-height:150px;
}

.product-slider-container {
    margin-top:16px;
}

@media (min-width: 992px) {
    .navbar.navbar-default .navbar-collapse {
        margin-top: 65px;
    }
}
@media (min-width: 768px) {
    ul.nav > li:hover > ul.dropdown-menu {
        display: block;
    }

    .navbar .navbar-nav{
/*        text-align: center;
        width: 100%;*/
    }
    .navbar .navbar-nav> li{
      display: inline-block;
      float: none;
  }
}

.product-frame {
    border-radius: 4px;
    min-height: 300px;
    display: block;
    float: left;
    width: 100%;
    transition: none;
}

.product-frame .product-label {
    display: inline-block;
    background: #1c94d7;
    padding: 4px 6px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 5;
    pointer-events: none;
}

.product-frame h4{
    border-bottom: none !important;
}

.product-frame h4 a{
    color: #231f20;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    border: 0 none;
}

.product-slider-container .bx-viewport{
    height: auto !important;
}

.product-slider-container .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: none;
}

.product-slider-container {
    height: auto;
}

.bxslider img {
    width:100%;
}

.gallery-item {
    border: 1px solid #F5F5F5;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
}

.gallery-grid {
    list-style: none;
    margin-bottom: 200px;
}

.gallery-item:hover {
    -webkit-transition: border-color 0.4s;
    -moz-transition: border-color 0.4s;
    -ms-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
    border-color: #1c94d7;
}

.gallery-item p.name {
    font-weight:bold;
    margin-top:12px;
    margin-bottom:3px;
    font-size:16px;
}

.gallery-item p.description {
    font-size:15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.modal-header h4 {
    border-bottom: none !important;
}

#product_comments_block_extra a {
    color: #000;
}
#product_comments_block_extra i {
    color: #1c94d7;
}

.no-display{
    display: block;
}

.comments_advices {
    margin-top:16px;
}

.comments_advices > div {
    margin-bottom:4px;
}

.comments_advices > div a {
    color:#000;
}

.quantity-group {
    position: absolute;
    right: 0;
    top: 0;
}

#available-shipping-methods {
    margin-bottom:24px;
}

#manual-shipping-calculation-info {
    margin-bottom:24px;
}

.checkout-summary {
    margin-top:12px;
}

.top-bar {
    background:#e31e24;
    height:4px;
    width:100%;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}
footer .form-control:focus{
    border: 2px solid #d7d8d8;
}
.rozrys{
    transform: scale(1,1);
    max-width: 100%;
}
.rozrys:hover {
    transform: scale(1.05,1.07);
    transition-timing-function: ease-out;
    transition-duration: 400ms;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 400ms;
    -moz-transform: scale(1.05,1.07);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 400ms;
}
#slider_photo{
    -webkit-filter: grayscale(100%);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 400ms;
}
#slider_photo:hover{
    -webkit-filter: none;
    -webkit-transform: scale(1.05,1.07);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 400ms;
}
#article_home:hover{
    background-color:rgba(48, 48, 48, 0.1);
}
.bx-wrapper img {
    /*width:100%;*/
}

.bx-wrapper .bx-viewport {
    box-shadow:none;
    border: none;
    left:0;
}

.bx-wrapper .slider-text {
    top:20%;
    left:10%;
    position: absolute;
}

.bx-wrapper .slider-text p {
    position: relative;
    display: inline-block;
}

.bx-wrapper .slider-text p.title {
    background: rgba(227,30,36,0.7);
    color:#fff;
    font-size: 36px;
    padding: 4px 8px;
}

.bx-wrapper .slider-text p.description {
    background: rgba(80, 80, 80, 0.7);
    color:#fff;
    font-size: 22px;
    font-weight:normal;
    padding: 4px 8px;
}

.bx-wrapper .bx-controls-direction a {
    z-index:15;
}

.slider-container {
    margin-bottom:24px;
    margin-top: 45px;
}

.highlighted-products {
    position: relative;
    margin: -3px 10px 24px;
}

.highlighted-products img {
    width:100%;
    max-width:100%;
    min-height:100px;
}

.highlighted-products > div .product-container {
    background: #000;
}

.highlighted-products > div a:hover img {
    opacity:0.9;
}

.highlighted-products > div {
    margin-top:3px;
    margin-bottom:3px;
}

.highlighted-products > div {
    padding-left:3px;
    padding-right:3px;
}

.highlighted-products > div .buy-box {
    position: absolute;
    bottom:12px;
    right:12px;
}

.highlighted-products > div .buy-button {
    background: rgba(0, 0,0, 0.55);
    color:#fff;
    padding: 5px 8px 4px;
    display: inline-block;
    border-radius: 0;
    border:none;
    position: relative;
    top:-2px;
}

.highlighted-products > div .buy-button:hover,
.highlighted-products > div .buy-button:active,
.highlighted-products > div .buy-button:focus {
    background: #000;
}

.highlighted-products > div .price {
    color:#000;
    background: #fff;
    padding:4px 8px;
    display: inline-block;
}

.highlighted-products > div .product-name-box {
    position: absolute;
    top:10px;
    left:10px;
    right:10px;

}

.highlighted-products > div .product-name-box .product-name {
    color:#fff;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.55);
    display: inline-block;
}

.btn-white {
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    background:#fff;
    transition:all 160ms ease-in;
}

.btn-white:hover, .btn-white:active, .btn-white:focus {
    color:#fff;
    background:#000;
}

.btn-black {
    border: 2px solid #000;
    border-radius: 0;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #262626;
    transition:all 160ms ease-in;
}

.btn-black:hover, .btn-black:active, .btn-black:focus {
    color:#fff;
    border:2px solid #1c94d7;
    background:#1c94d7;
}

.btn_add_cart.btn-black {
    padding:11px 20px;

}

.homepage-content {
    margin-top:32px;
}
.homepage-content-page{
    margin: 20px 0;
}

/* Categories */
ul.category-list {
    display: block;
    float: left;
    width: 100%;
    list-style: none;
}

ul.category-list .submenu.opened > ul.category-list {
    overflow: hidden;
}

ul.category-list > li,
ul.category-list > li > a {
    /*    margin-top:-1px;*/
    display: inline-block;
    float: left;
    width: 100%;
    color: #000;
    font-size: 15px;
}

ul.category-list > li {
    margin-top:-1px;
}

ul.category-list > li > a.active {
    font-weight: bold;
    background: #f5f5f5;
}

ul.category-list > li > a {
    background: #fff;
    border-radius: 0px;
    padding: 8px 15px;
    padding-right:47px;
    margin-bottom: 0;
}

ul.category-list > li.active > a,
ul.category-list > li > a:hover {
    background: #f5f5f5;
}


ul.category-list > li > ul.category-list li ul.category-list {
    display: none;
}

ul.category-list li.active > ul {
    display: block;
}

ul.category-list > li > ul.category-list li ul.category-list li a {
    /*background-color: #FCFCFC;*/
}

ul.category-list > li > ul.category-list li ul.category-list {
    /*background-color: #FCFCFC;*/
}

ul.category-list li.active > a {
    font-weight:bold;
}

li.submenu > a {
    display:inline-block;
}

li.submenu {
    position: relative;
}

li.submenu > span {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 36px;
    cursor: pointer;
    padding-top: 12px;
    margin-left: 0 !important;
    text-align: center;
}

li.submenu > span:hover {
    background-color: transparent;
}

li.submenu.opened > span:before {
    content: "\f0d8" !important;
}

#shop-categories {
    margin-top:12px;
}

/** 1 Depth level */
#shop-categories > ul.category-list > li > a {
    background: #fff;
    font-weight: 500;
    /*margin-top:4px;*/
    /*border-radius:6px;*/
}

#shop-categories > ul.category-list > li.submenu.opened > a {
    /*border-bottom-left-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
}

#shop-categories > ul.category-list > li.submenu span {
    margin-top: 1px;
}

#shop-categories > ul.category-list > li.submenu span:before {
    font-size: 22px;
    line-height: 13px;
    color: #cbcccc;
}

/** 2 Depth level */
#shop-categories > ul.category-list > li > ul > li {
    padding-left:20px;
}

#shop-categories > ul.category-list > li > ul > li > a {
    color: #575757;
    background: #fff;
    /*padding-left:20px;*/
}

/** 3 Depth level */
#shop-categories > ul.category-list > li > ul > li > ul > li {
    padding-left:25px;
}

#shop-categories > ul.category-list > li > ul > li > ul > li > a {
    color: #7b7b7b;
    background: #fff;
    /*padding-left:25px;*/
}

/** 4 Depth level */
#shop-categories > ul.category-list > li > ul > li > ul > li > ul > li {
    padding-left:30px;
}

#shop-categories > ul.category-list > li > ul > li > ul > li > ul > li > a {
    color: #9b9b9b;
    background: #fff;
    /*padding-left:30px;*/
}

#shop-categories li.submenu.opened > a {
    background: #f4f4f4;
}

.breadcrumb {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    margin-top: 18px;
}

.breadcrumb li {
    font-size:14px;
    color:#000;
}

.breadcrumb li a {
    color:#000;
}

.breadcrumb li:last-child a {
    color: #9d9d9d;
}

table.product-features {
    margin-top:8px;
    width:100%;
    border:none;
}

table.product-features td {
    padding:5px 0;
}

table.product-features .feature-name {
    text-align: left;
}

table.product-features .feature-value {
    text-align: right;
}

.star-rating .star {
    display:inline-block;
    background:url('../img/star.png');
    width:12px;
    height:12px;
}

.star-rating .star.star-on {
    background:url('../img/star_active.png');
    width:12px;
    height:12px;
}

.full-product-image {
    margin-bottom:16px;
    text-align: center;
}

.full-product-image img {
    max-width:100%;
}

.product-images-slider {
    padding-left:52px;
    padding-right:52px;
}

.product-images-slider .bx-controls-direction a {
    background:#fff;
    border:2px solid #000;
    height:100%;
    margin-top:0;
    top:0;
    text-indent:0;
    text-align: center;
    vertical-align: middle;
    color:#000;
}

.product-images-slider .bx-wrapper .bx-controls-direction a.disabled {
    display:inline-block;
}

.product-images-slider img {
    display: inline;
    width:auto;
}

.product-images-slider .bx-controls-direction .bx-prev {
    left:-52px;
    width:38px;
}

.product-images-slider .bx-controls-direction .bx-next {
    right:-52px;
    width:38px;
}

.reviews-widget {
    border:none;
    margin-top:50px;
    box-shadow: none;
}

.reviews-widget .panel-heading {
    border:1px solid #ddd;
}

.reviews-widget .panel-heading .panel-title {
    text-transform: uppercase;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.reviews-widget .list-group-item {
    border:none;
    padding:0;
    margin-bottom:12px;
    border-bottom:1px solid #ddd;
    margin-top:12px;
    padding-bottom:12px;
}

.reviews-widget .panel-body {
    padding: 0;
}
.reviews-widget .review-meta-data {
    display: inline-block;
    margin-left: 6px;
    font-size:12px;
    color:#777;
}

.reviews-widget .panel-heading .label {
    background: #000;
    padding-top:4px;
}

.form-control {
    border-radius:0;
    border:2px solid #d7d8d8;
    box-shadow: none;
    height:45px;
}

.blog-page h4 {

}

.blog-page .article-date {
    font-size:13px;
    color: #333;
    margin-bottom:12px;
}

.blog-page .thumbnail-row {
    margin-bottom: 12px;
}

.blog-page .read-more {
    margin-top:6px;
}

.blog-page .row.blog.blog-medium {
    margin-bottom:32px;
}

@media(max-width:991px) {
    .blog-side {
        margin-top:24px;
    }
}

.blog-side .newest-articles .article-row {
margin-bottom:12px;
}

.blog-side .newsletter input[type=text] {
    margin-bottom:12px;
}

.blog-side .newsletter, .blog-side .newest-articles, .blog-side .about-us {
    margin-top:24px;
}

.blog-page img {
    max-width:100%;
    height: auto;
}

table.order-products input[name=quantity] {
    display:inline-block;
    height:30px;
    width:55px;
}

table.order-products td {
    vertical-align: middle !important;
}

.cart-title-col {
    margin-bottom:24px;
}

.submit-change-quantity {
    padding:2px 8px;
}

.address-picker-toggle {
    font-size:18px;
}

.address-picker {
    border: 1px solid #ccc;
    display: block;
    padding: 5px;
}

.address-picker a {
    display: block;
    padding:3px;
}

.address-picker a:hover {
    background: #eee;
}


#calculator-modal .modal-footer{border-top: none;}
#calculator-modal .modal-dialog{width: 700px;}
#calculator-modal .calculator-img-box{
    display: inline-block;
    width: 125px;
}
#calculator-modal img{max-width: 100%; padding: 10px;}
#calculator-modal input{margin-left: 10px;}

#calculator-modal .ave-inputs>div{margin-top: 15px;}
#calculator-modal input.form-control{
    height: 26px;
    padding: 6px;
}
.last-articles h3{
    margin-bottom: 30px;
}
.btn-black:hover, .btn-black:active, .btn-black:focus {
    color: #fff;
    border: 2px solid #e31e24;
    background: #e31e24;
}

@media(max-width:767px){
    
    footer .footer-menu {
        text-align: center;
        margin-bottom: 10px;
    }
    .contact{
        text-align: center;
    }
    .block {
        display: inline-block;
        margin: 0 auto;
        width: auto;
        float: none;
        text-align: left;
    }
    .block p{
        text-align: left;
    }
    .top-bar{
        margin-top:10px;
    }
    .alert{
        padding:0;
        margin:0;
    }
    .dropdown-submenu .dropdown-menu{
        display: block !important;
    }
    .last-articles .one-box:nth-child(2n+1){
        clear: left;
    }
    
}
@media(min-width:767px){
    .gallery-grid .col-md-6:nth-child(4n+1){
        clear: left;
    }
    .last-articles .one-box:nth-child(3n+1){
        clear: left;
    }
}
.content-page ul{
    margin-left: 40px;
}