.header-middle .logo{
    padding: 15px 0;
    max-width: 300px;
}
.ul-col-3{
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}
.jGrowl-notification {
    background-color: #eee;
    border: 0;
}

.jGrowl-notification .jGrowl-header,
.jGrowl-notification .jGrowl-message a,
.jGrowl-notification .jGrowl-message h3 {
    color: #555;
}

.jGrowl-notification .jGrowl-close {
    color: #555;
    background-color: transparent;
    font-size: 1.5em;
}
.jGrowl-notification .jGrowl-close:hover {
    background-color: transparent;
}
#productQuickViewModal .product-single-container, #productBuyModal .product-single-container{
    margin-bottom: 0;
}
#productQuickViewModal .modal-header, #productBuyModal .modal-header{
    display: none;
}
#productQuickViewModal .close, #productBuyModal .close{
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
}
#productQuickViewModal .modal-body, #productBuyModal .modal-body{
    max-height: unset;
}
.promo-countdown{
    display: flex;
    flex-wrap: wrap;
}
.promo-countdown > span{
    flex: 1 0 calc(25% - 10px);
    margin: 5px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}
.add-compare::before{
    content: '\e810';
}
input.color-box, input.box-filter{
    display:none;
}
.spec-box label{
    position: relative;
}
.regular-radio + label{
    border: 1px solid #9d9d9d;
}
.spec-box .color-box:checked + label::before {
    font-family: 'porto';
    content: '\e84e';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #9d9d9d;
    font-size: 1.1rem;
    line-height: 1;
    transform: translateX(-50%) translateY(-50%);
}
#productBuyModal{
    z-index: 9990;
}
.product-list-wrapper{
    width: 100%;
}
input.regular-radio + label {
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    display: inline-block;
    position: relative;
    color: #454545;
}
input.big-radio + label {
    padding: 6px 11px;
    margin-right: 4px;
    width: auto !important;
}
input.filter-box, input.filter-colorbox{
    display:none;
}
input.filter-colorbox:checked + label::before {
    font-family: 'porto';
    content: '\e84e';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #9d9d9d;
    font-size: 1.1rem;
    line-height: 1;
    transform: translateX(-50%) translateY(-50%);
}
input.filter-box:checked + label, input.box-filter:checked + label{
    background-color: #eeeeee;
}
.brand-outer{
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
}
.brand-outer:hover{
    background-color: #eee;
}
.zoomContainer {
     z-index: -9999;
}
.form-control{
    max-width: 100%;
}
.status-stock{
    font-weight: bold;
    color: dodgerblue;
}
.status-not-in-stock{
    font-weight: bold;
    color: darkred;;
}
.dropdown-cart-products{
    max-height: 350px;
    overflow-y: scroll;
}
.dropdown-cart-total{
    margin-bottom: 0;
    padding: 0.5rem 1rem;
}
.modal-dialog .modal-header{
    display:block;
    border: none;
    height: unset;
}
.subproduct-image-box img{
    height: 100px;
}
.single-subproducts .plus-stack{
    line-height: 100px;
}
.plus-stack {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.4rem;
    transition: all .3s;
    color: #c1c3c5;
    font-family: 'porto';
    font-size: 1.5rem;
    text-decoration: none;
}
.plus-stack::before {
    content: '\e873';
}

/*RATING*/
.ratingList {
    padding-left: 0;
}

.ratingList li {
    color: #ebdb2c;
    cursor: pointer;
    display: inline-block;
}

.ratingList li i {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.4rem;
    transition: all .3s;
    color: #c1c3c5;
    font-family: 'porto';
    font-size: 1.5rem;
    text-decoration: none;
}

.ratingList li i.fa-star-o::before {
    content: '\e853';
}

.ratingList li i.fa-star::before {
    content: '\e852';
}

.ratingList li {
    cursor: pointer;
    height: 14px;
    margin-right: 5px;
    position: relative;
    width: 13px;
}

.ratingList li .empty, .ratingList li .active {
    left: 0;
    opacity: 0;
    position: absolute;
}

.ratingList li .empty {
    opacity: 0.7;
}

.ratingList li.active .active, .product_item .photoframe:hover .ratingList, fieldset:hover .close_fieldset, .select_color.active i, .categories_list .active > a > span::after, #go_to_top.type_2.animate_horizontal_finished:hover, .cw_product .close_fieldset, .owl-item .photoframe:hover .ratingList, .a_title.active .minus_icon {
    opacity: 1;
}

.ratingList li.active .empty, .close_fieldset, .select_color i, .categories_list .active > a > span::before, .categories_list a > span::after, .hide, #go_to_top.type_2.animate_ftl, .a_title.active .plus_icon, .a_title .minus_icon {
    opacity: 0;
}

.rating-box {
    color: #ebdb2c;
    font-size: 20px;
}

.rating-box span {
    width: 30px;
}

/*RATING*/

.panel-heading {
    padding: 10px 5px;
    background: #e6e3df;
}
.panel-title {
    margin: 0;
    font-size: 16px;
    text-align: center;
    color: #4a4a4a;
}
.panel-body {
    padding: 10px 0;
}
.form-control-custom {
    height: 3.6rem;
    padding: 0.25rem 0.7rem;
    font-size: 1.3rem;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #e6e6e6;
}
.btn-custom{
    padding: 0.65rem 1.6rem !important;
}
.product-col .product-image-container{
    max-width: 70px;
}
#modalLogin .modal-content{
    padding: 10px;
}
#modalLogin h3{
    padding: 10px;
    text-align: center;
}
.btn{
    padding: 0.65rem 2.6rem;
}
h1{
    font-size: 3rem;
}
legend{
    margin-bottom: 1.5rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.control-label-custom{
    line-height: 3.6rem;
}
.unsetBtn {
    background: unset;
    border: unset;
}
.table.table-cart tr th{
    padding: .75rem;
}
.contact-info span{
    line-height: 4.3rem;
}
.titleLine h3.modtitle {
    border-bottom: 1px solid #e6e6e6;
    line-height: 30px;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}
.titleLine h3.modtitle:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #F4A137;
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: -1px;
}
.menu-category .modcontent {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}
.menu-category .modcontent .navbar{
    padding: 0;
}
.menu-category .list-group > li {
    border-bottom: 1px dotted #E4E4E4;
    margin: 0;
    position: relative;
}
.menu-category .list-group > li a {
    color: #333333;
    padding: 10px 0;
    display: block;
}
#bfMenu .active a {
    color: #F4A137;
}
.products-list .list-view{
    width: 100%;
}
#scroll-spy .list-group{
    width: 100%;
}
#scroll-spy .list-group > li a{

    padding: 10px 15px;
}
#scroll-spy .list-group > li a.active{
    color: #fff;
    background-color: #000;
}
.modal-open .modal{
    padding: 0 !important;
}

/* Slow-motion Zoom Container */
.overflow-hidden{
    overflow: hidden;
}

.img-hover-zoom-slowmo img {
    transition: transform 2s, filter 3s ease-in-out;
}

/* The Transformation */
.img-hover-zoom-slowmo:hover img {
    transform: scale(1.5);
}
.header-dropdowns-promo{
    display:flex !important;
}
.bf-cart{
    margin-left: auto;
}
.header-bottom-mobile, .header-bottom-mobile .header-dropdowns{
    display:block !important;
}
.header-bottom-mobile .header-dropdowns .header-dropdown{
    float:left;
}
#searchForm .tt-scrollable-menu .tt-menu{
    width: 500px;
    left: -280px !important;
    max-height: 250px;
}
#searchForm .tt-scrollable-menu .tt-menu .tt-suggestion{
    height: 50px;
    line-height: 50px;
}
#searchForm .tt-scrollable-menu .tt-menu .tt-suggestion img{
    max-height: 50px;
}
.mfp-close{
    display: none;
}
.subproduct-image-box{
    border: 2px solid #ddd;
}
.product-single-qty-number{
    max-width: 150px;
}
.remaining-time-text{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.lh4rem{
    line-height: 4rem;
}
@media screen and (max-width: 991px){
    .header-search .header-search-wrapper{
        width: 300px;
    }
    .product-single-tabs ul.nav-tabs{
        justify-content:unset;
    }
    .product-single-tabs ul.nav-tabs li a{
        padding: 1.2rem 1rem !important;
    }
}
@media screen and (max-width: 600px){
    .header-dropdowns-promo{
        display: block !important;
    }
    .header-dropdowns-promo h2{
        width: 100%;
        margin-bottom: 1rem !important;
    }
    .header-dropdowns-promo h2 a{
        width: 100%;
    }
    .header-dropdowns-promo .bf-money{
        margin: 0;
        float: left;
    }
    .header-dropdowns-promo .bf-lang{
        float: left;
    }
    .header-dropdowns-promo .bf-cart{
        display: block;
        float: right;
    }
    .header-middle{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.widget-newsletter label.green-color {
    color: green !important;
}

.widget-newsletter label#newsletterEmailResult {
    color: red;
}

#company_info .help-block, #companyCustomer .help-block {
    color: rgb(224, 43, 39);
    font-size: 1.2rem;
}

input:disabled,
.form-control:disabled,
.form-control[readonly] {
    color: #ccc;
    background-color: #eee;
    border-color: #ccc;
}


.field-salesorder-customer_type .radio label,
.field-salesorder-delivery_type_id .radio label,
.field-salesorder-delivery_service .radio label,
.field-salesorder-payment_type_id .radio label {
    display: flex;
    align-items: center;
}

.field-salesorder-customer_type .radio input,
.field-salesorder-delivery_type_id .radio input,
.field-salesorder-delivery_service .radio input,
.field-salesorder-payment_type_id .radio input {
    margin-right: 0.5em;
}

.field-salesorder-delivery_service .help-block {
    color: #e02b27;
    font-size: 1.2rem;
}

.loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 999;
    opacity: 0.5;
}

.loader-hide {
    display: none;
}

.loader {
    font-size: 10px;
    margin: 0;
    text-indent: -9999em;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: #000;
    background: -moz-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: -webkit-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: -o-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: -ms-linear-gradient(left, #000 10%, rgba(255, 255, 255, 0) 42%);
    background: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader:before {
    width: 50%;
    height: 50%;
    background: #000;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.header-middle {
    padding-top: 0;
    padding-bottom: 0;
}
.header-top{
    background-color: #0e0e0e;
    color: #fff;
}
.header-bottom{
    border: 0;
}
.header-middle .header-left, .header-middle .header-right{
    flex: unset;
}
.header-search form{
    width: 300px;
}
.header-middle .container{
    display: block;
}

.header-middle .container a.logo{
    display: block;
    float: left;
}
.header-middle .container nav.main-nav{
    display: block;
    float: right;
}
.header-middle .container #shopping_cart{
    display: block;
    float: right;
    margin-left: 10px;
    padding: 20px 0px;
}
.sticky-wrapper .sticky-header.fixed{
    padding: 0;
}
.header-middle .cart-dropdown .dropdown-toggle{
    padding: 1rem 0;
}
#searchForm .tt-scrollable-menu .tt-menu{
    left: 0 !important;
}
.action-inner .product-title{
    padding-right:0;
    text-align:center;
}
.action-inner .price-box{
    text-align:center;
}
.product-image-container .product-action .add-wishlist{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}
.product-action .add-wishlist.added{
    color: #e81200;
}
.product-image-container .product-action .paction{
    height:auto;
}

input.filter-box:hover + label, input.box-filter:hover + label {
    background-color: #eeeeee;
    cursor:pointer;
}
.add-cart{
    background-color: #dc141e !important;
}
.add-cart:hover{
    background-color: #eeeeee;
    cursor:pointer;
}
.home-top-section{
    background-color: transparent;
}
.product{
    border: 1px solid #ddd;
    border-radius: 5px;
}
.product > figure{
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
.product .product-details{
    padding: 10px;
}
.product:hover{
    box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
}
.home-bottom-section, .products-group{
    background-color: transparent;
}
#shopping_cart .product{
    border: none;
}
.productAttributesList input + label{
    cursor: pointer;
}
.productAttributesList input[type="radio"][disabled] + label{
    cursor: not-allowed;
}
a.clear-options{
    margin: 10px 0;
}
.select2{
    max-width: 100%;
}
.widget-newsletter .newsletter-subscribe-form form {
    max-width: unset;
}
.widget-newsletter .newsletter-subscribe-form .has-error .help-block {
    color: red;
}

.crypto-convert-info{
    padding: 10px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    background-color: #ddd;
    color: #000;
}
.crypto-convert-info span.price{
    font-weight: bold;
    line-height: 34px;
}
.product-single-details .price-box{
    margin: 0;
    padding: 10px 0;
    line-height: 34px;
}
.sidebar-shop .widget-title a{
    font-weight: bold;
}
.price-box > .product-price{
    font-weight: bold;
}
.header-right .header-menu ul li > a > i{
    margin-right: 5px;
}
div.header-bottom-mobile nav.main-nav{
    display: none !important;
}
body.mobile-body button.mobile-menu-toggler, body.mobile-body .search-toggle{
    color: #fff;
}
body.mobile-body a.mobile-user-links{
    font-size: 20px;
}
.mobile-user-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 250px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all .35s;
    background-color: #0e0e0e;
    font-size: 1.2rem;
    line-height: 1.5;
    box-shadow: 0.1rem 0 0.6rem 0 rgba(50,50,50,0.65);
    visibility: hidden;
    z-index: 1001;
    overflow-y: auto;
}
.musermenu-active .mobile-user-menu-container {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.mobile-user-menu-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .4rem;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    z-index: 9;
}
body.mobile-body .header-search-wrapper {
    display: -ms-flexbox;
    display: flex;
}
body.mobile-body .header-search-wrapper {
    display: none;
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    overflow: visible;
}
body.mobile-body .header-search-wrapper.active{
    display: block;
}
body.mobile-body .header-search-wrapper form {
    width: 100%;
    position: relative;
    margin: 0;
}
body.mobile-body .header-search-wrapper .btn {
    position: absolute;
    top: 50%;
    right: .6rem;
    min-width: 0;
    height: 30px;
    margin: 0;
    padding: 0 3px 0 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    border-radius: 0;
    background-color: transparent;
    color: #434343;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

body.mobile-body .header-search-wrapper .form-control {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: .7rem 3.3rem .7rem 1.1rem;
    border: 0;
    border-radius: 0;
    background-color: #e6e3df;
    color: #4a4a4a;
    font: 600 1.1rem/1.5 "Open Sans",sans-serif;
    text-transform: uppercase;
    box-shadow: none;
}
body.mobile-body .header-middle{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.product-single-details .product-desc{
    padding-bottom: 0.7rem;
}
.mobile-body div.owl-nav{
    display: none;
}
@media screen and (max-width: 600px){
    ul.sm-ul-col-2{
        columns: 2 !important;
    }
    input[type=text]{
        font-size: 16px !important;
    }
}
.home-slide-content{
    background-color: rgba(0, 0, 0, 0.6) !important;
}
.btn-gold{
    background-color: #cc9b1f !important;
    color: #fff !important;
}
.border-bottom-gold-2{
    border-bottom: 2px solid #cc9b1f;
}
.h-with-left-gold-border{
    padding: 10px;
    border-left: 3px solid #cc9b1f;
}
.menu li .menu-title a{
    color: #cc9b1f;
}
.second-banner-section{
    margin-bottom: 3rem;
}
.second-banner-section .promo-content{
    width: 100%;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
table#checkout_table h2{
    margin-top: 0 !important;
}
table#checkout_table td{
    vertical-align: middle;
}
.home-bottom-section{
    margin: 0;
    padding: 0;
}
.select-custom::after{
    z-index: -1;
}
.select-custom > select{
    background-color: transparent;
}
div.header-middle nav.main-nav .menu > li{
    padding: 18px 0;
}
.cart-dropdown .dropdownmenu-wrapper::before {
    right: 5px;
}
.cart-dropdown .dropdownmenu-wrapper::after {
    right: 5px;
}
