/*===================================================================================*/
/*	BASIC
/*===================================================================================*/

.modal-message {
    position:   absolute;
    z-index:    1000;
    left:       50%;
    /*top:        5%;*/
}

.modal-message-inner {
    position:   relative;
    left:       -50%;
    border: 5px solid #3d3d3d;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modal-dialog-inner {
    border: 5px solid #3d3d3d;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modal-dialog {
    z-index: 9999;
}

.product-added-msg {
    font-size: 120%;
    font-weight: bold;
}

.gap-20 {
    height: 20px;
    width: 100%;
    clear: both;
    display: block;
}

.no-text-transform {
    text-transform: none;
}

.margin-top10 {
    margin-top: 10px;
}
/*===================================================================================*/
/*	HEADER
/*===================================================================================*/

.container-full {
    margin: 0 auto;
    width: 100%;
}

.navbar-tshop .navbar-top {
    height: 150px;
}

.navbar.stuck .navbar-top {
    margin-top: -120px;
}

.navbar-top .logo {
    background-color: #fff;
}

.navbar-top .logo img {
    min-height: 90px;
    max-height: 90px;
}

.navbar-top .language-menu {
    background-color: #fff;
    text-align: right;
    height: 30px;
    font-size: 140%;
    font-weight: normal;
    padding-top: 10px;
    border-bottom: 1px solid #DDDDDD;
}

.navbar-top .language-menu .top-right ul {
    text-align: right;
}

.navbar-top .language-menu .top-include ul {
    text-align: left;
}

.navbar-top .language-menu .top-include ul > li:first-child {
    margin-left: 0px;
}

.navbar-top .language-menu .top-include ul li a {
    text-decoration: none;
    text-transform: none;
}

.navbar-top .language-menu ul:first-child > li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

.navbar-top .language-menu ul > li.dropdown .dropdown-menu li {
    text-align: left;
    display: block;
}

.megamenu-content ul li a.mega-nav-lvl2 {
    font-size: 100%;
    font-weight: bold;
    padding: 10px 0 10px 0;
}

.megamenu-content ul li a.show-all-link {
    font-weight: 600;
}

.megamenu-content ul li a.mega-nav-lvl2:hover,
.megamenu-content ul li a.mega-nav-lvl2:focus {
    padding: 10px 0 10px 5px;
}

.compare-page-btn {
    margin-top: 15px;
    width: 52px;
}

.compare-page-btn-mini {
    float: right;
    margin-top: 8px;
    margin-right: 14px;
    padding: 9px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.compare-page-btn a {
    color: #ffffff;
    padding: 17px 10px 16px 10px;
}

.compare-page-btn-mini a {
    color: #ffffff;
}

.compare-page-btn-mini a:hover,
.compare-page-btn-mini a:focus {
    color: #F0F0F0;
}

.nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
}

.mini-cart {
    margin-right: 10px;
}

/* Chrome */
input[type="search"]::-webkit-input-placeholder {
    color: #333333;
}
/* IE 10+ */
input[type="search"]:-ms-input-placeholder {
    color: #333333;
}
/* Firefox 19+ */
input[type="search"]::-moz-placeholder {
    color: #333333;
}
/* Firefox 4 - 18 */
input[type="search"]:-moz-placeholder {
    color: #333333;
}

.search-suggest-table {
    position: absolute;
    width: 600px;
    max-width: 600px;
    background-color: #FFF;
    top: 51px;
    right: 118px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.search-suggest-content {
    max-height: 360px;
    width: 100%;
    display: block;
}

.search-suggest-content .suggest-product {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #ddd;
}

.suggest-product .description {
    font-size: 12px;
    line-height: 16px;
    white-space: normal;
    text-align: left;
    max-height: 50px;
    overflow: hidden;
}

.search-full, .search-input {
    background-color: #FFF;
}

.search-input {
    max-width: 60%;
    color: #333333;
}

.search-category {
    border-radius: 0;
    font-size: 16px;
    padding: 15px 20px 12px 20px;
    background: rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, 0.8);
    margin-right: 2px;
    width: 100%;
    border-top: 1px solid #fff;
}

.searchInputBox .search-btn {
    padding: 15px 20px 15px 20px;
    font-size: 20px;
    outline: none !important;
    outline-offset: 0;
}

ul.languageMenu .dropdown-menu.dropdown-menu-right {
    right: inherit;
}

/*===================================================================================*/
/*	HOME PAGE - EMPTY CENTRAL VIEW
/*===================================================================================*/

.banner {
    padding-top: 200px;
    margin-bottom: 30px;
}

.home-banner {
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-banner img {
    margin: auto;
}

.news-letter-block .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*===================================================================================*/
/*	CATEGORY PAGE
/*===================================================================================*/

.headerOffset {
    padding-top: 220px;
}

.multi-nav .nav-title {
    padding-top: 2px;
}

.multi-nav .nav-title > a {
    pointer-events: none;
    cursor: default;
}

.multi-nav .nav-cat > a {
    padding: 2px 10px 3px;
}

.categoryProduct .brand-img {
    display: none;
}

.categoryProduct .list-view .brand-img {
    display: block;
    position: absolute;
    right: 30px;
    top: 14px;
}

.categoryProduct .list-view .brand-img img {
    max-height: 45px;
    max-width: 80px;
}

.featuredPostContainer .section-title.featuredCarousel,
.featuredPostContainer .section-title.newArrivalsCarousel,
.featuredPostContainer .section-title.taggedProductsCarousel {
    margin-left: 15px;
    margin-right: 15px;
}

.categoryProduct .product .price,
.featuredPostContainer .product .price,
.sku-buy-info .price,
.cartTable .price {
    font-weight: bold;
    font-size: 140%;
    text-align: right;
    padding-right: 18px;
}

.featuredPostContainer .item h4 {
    margin: 0px;
    min-height: 40px;
    max-height: 40px;
}

.featuredPostContainer .item .brand-img {
    text-align: center;
    height: 50px;
    margin: 5px 0 5px 0;
}

.featuredPostContainer .item .brand-img img {
    max-height: 50px;
}

.featuredPostContainer .item .attr-info {
    margin-bottom: 5px;
}

.wishlist .CartDescription .price {
    font-weight: bold;
    font-size: 140%;
    text-align: left;
}

.categoryProduct .product .price .regular-price-tax,
.categoryProduct .product .price .sale-price-tax,
.featuredPostContainer .product .price .regular-price-tax,
.featuredPostContainer .product .sale-price-tax,
.sku-buy-info .price .regular-price-tax,
.sku-buy-info .price .sale-price-tax,
.wishlist .CartDescription .price .regular-price-tax,
.wishlist .CartDescription .price .sale-price-tax,
.cartTable .price .regular-price-tax,
.cartTable .price .sale-price-tax,
.compare-price .price .regular-price-tax,
.compare-price .price .sale-price-tax {
    font-weight: normal;
    font-size: 65%;
}

.list-price.list-price-decoration {
    text-decoration: line-through;
}

.categoryProduct .product .action-control,
.featuredPostContainer .product .action-control,
.sku-buy-info.action-control {
    text-align: right;
    padding-right: 18px;
    padding-bottom: 12px;
}

.action-control.centered {
    text-align: center !important;
}

.categoryProduct .product h4.b2b-list-name,
.categoryProduct .product .description,
.categoryProduct .product .attr-info1-b2b,
.categoryProduct .product .attr-info2-b2b,
.categoryProduct .product .buy-info-b2b {
    display: none;
}

/* category list view */
.categoryProduct .list-view .product h4 {
    margin-top: 15px;
    text-align: left;
    padding-left: 210px;
    min-height: 24px;
    max-height: 44px;
}

.categoryProduct .home-list-view .product h4 {
    margin-top: 15px;
    text-align: left;
    padding-left: 410px;
    min-height: 24px;
    max-height: 44px;
}

.categoryProduct .list-view .image,
.categoryProduct .home-list-view .image {
    margin-top: -40px;
}

.categoryProduct .home-list-view .image {
    margin-left: 100px;
    margin-right: 100px;
}

.categoryProduct .list-view .product .description,
.categoryProduct .home-list-view .product .description {
    display: block;
    text-align: justify;
    margin: 0 150px 10px 0;
    min-height: 10px;
}

.categoryProduct .list-view .product .description > div {
    padding-left: 210px;
}

.categoryProduct .home-list-view .product .description > div {
    padding-left: 410px;
}

.categoryProduct .list-view .product .description .description-content,
.categoryProduct .home-list-view .product .description .description-content {
    max-height: 100px;
    overflow-y: auto;
}

.categoryProduct .list-view .product .attr-info,
.categoryProduct .home-list-view .product .attr-info {
    float: left;
}

.categoryProduct .list-view .product .buy-info,
.categoryProduct .home-list-view .product .buy-info {
    float: right;
}

.categoryProduct .list-view .product h4.b2b-list-name,
.categoryProduct .list-view .product .buy-info-b2b,
.categoryProduct .list-view .product .attr-info1-b2b,
.categoryProduct .list-view .product .attr-info2-b2b {
    display: none;
}

/* category list view b2b */
.categoryProduct .list-view-b2b .product h4 {
    display: block;
    margin-top: 5px;
    text-align: left;
    padding-left: 100px;
    padding-right: 280px;
    min-height: 24px;
    max-height: 24px;
}

.categoryProduct .list-view-b2b .product h4.b2b-list-name .b2b-description {
    position: absolute;
    z-index: 999;
    display: none;

    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

    color: #222222;
    max-width: 450px;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 5px;
    font-weight: 400;
    font-size: 13px;
}

.b2b-name:hover + .b2b-description {
    display: block !important;
    opacity: 0.95 !important;
}

.categoryProduct .list-view-b2b .image {
    margin-top: -30px;
}

.categoryProduct .list-view-b2b .product .description {
    display: none;
}

.categoryProduct .list-view-b2b .product .attr-info1-b2b {
    display: block;
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

.categoryProduct .list-view-b2b .product .attr-info2-b2b {
    display: block;
    margin-top: 7px;
}

.categoryProduct .list-view-b2b .product .price {
    padding-right: 10px;
}

.categoryProduct .list-view-b2b .product .buy-info-b2b {
    display: block;
    float: right;
    margin-top: -28px;
}

.categoryProduct .list-view-b2b .product .buy-info-b2b .action-control {
    border: 0;
    display: block;
    height: auto;
    padding: 0px 10px 0px 10px;
    width: auto;
}

.categoryProduct .list-view-b2b .product h4.list-name,
.categoryProduct .list-view-b2b .product .buy-info,
.categoryProduct .list-view-b2b .product .attr-info {
    display: none;
}

.categoryProduct .product .action-control .wishlist-btn,
.featuredPostContainer .product .action-control .wishlist-btn {
    font-size: 24px;
    vertical-align: middle;
}

.categoryProduct .product .action-control .compare-btn,
.featuredPostContainer .product .action-control .compare-btn {
    font-size: 24px;
    vertical-align: middle;
}

.categoryProduct .product .action-control .wish-btn,
.featuredPostContainer .product .action-control .wish-btn {
    margin-right: 20px;
}

.featuredPostContainer .product .action-control.accessories .wish-btn {
    margin-right: 0;
}

.categoryProduct .product .action-control .wish-btn,
.categoryProduct .product .action-control .comp-btn,
.featuredPostContainer .product .action-control .wish-btn,
.featuredPostContainer .product .action-control .comp-btn {
    padding-bottom: 6px;
}

.categoryProduct .product .attr-info .attr-list-view,
.categoryProduct .list-view .product .attr-info .attr-grid-view {
    display: none;
}

.categoryProduct .product .attr-info .attr-grid-view,
.categoryProduct .list-view .product .attr-info .attr-list-view {
    display: inline-block;
}

.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

#recentlyViewedSlider .item {
    display: block;
    height: auto;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    margin: 0 5px 0 5px;
}

#recentlyViewedSlider .item h4 {
    margin: 10px 0 15px 0;
    min-height: 20px;
    max-height: 20px;
    overflow: hidden;
}

#recentlyViewedSlider .item a {
    margin-bottom: 15px;
}

.products-pagination {
    margin-left: 10px;
}

.productFilter .new-products {
    margin-right: 3px;
}

.productFilter .new-products .new-product {
    padding: 6px 10px;
    border-radius: 4px;
    background: transparent !important;
    color: #222222;
    border: 1px solid #ccc;

}

/*===================================================================================*/
/*	PRODUCT DETAILS PAGE
/*===================================================================================*/

.style2 .sp-large {
    max-width: 100% !important;
    border: 1px solid #DDDDDD;
    text-align: center;
}

.style2 .sp-thumbs {
    top: 0 !important;
    width: 100% !important;
    position: relative;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.style2 .sp-thumbs a {
    /*width: 19% !important;*/
}

.style2 .sp-thumbs a img {
    margin: auto;
}

.style2 .sp-thumbs a:link, .style2 .sp-thumbs a:visited {
    float: left !important;
    width: 96%;
}

.main-image .sp-thumbs a:link, .sp-thumbs a:visited {
    /*margin-right: 6px !important;*/
}

.sku-buy-info.action-control .wishlist-btn {
    font-size: 24px;
    height: 36px;
    padding-right: 0px;
    padding-top: 3px;
}

.sku-buy-info.action-control .details-shipping-info > a {
    padding: 1px;
}

.sku-buy-info.action-control .price {
    font-size: 150%;
}

.product-share {
    border-top: none;
}

.br-fix b:before {
    content:"\a \a";
    white-space: pre;
}

.br-fix b:after {
    content:"\a";
    white-space: pre;
}

.details-qty {
    margin-left: 10px;
    margin-right: 10px;
}

.details-qty .form-control {
    width: 45px !important;
    padding: 6px;
    text-align: center;
}

.product-detail-name .not-active,
.product-detail-acc .not-active {
    cursor: text !important;
}

.product-detail-name .not-active:hover,
.product-detail-acc .not-active:hover {
    color: #454545;
    text-decoration: none;
}

.productAccessories .item {
    height: auto;
}

.productAccessories .item .product {
    height: auto;
}

.productAccessories .item h3 {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: left;
}

.productAccessories .wishlist-btn {
    padding-right: 0px;
}

#documentation {
    word-wrap: break-word;
}

.attr-head {
    padding: 3px 0 3px 0;
    border-top: 1px solid #DDDDDD;
}

.attr-nav-bar {
    margin-bottom: 15px;
}

.single-attr-block {
    margin-top: 15px;
    margin-bottom: 15px;
}

.brand-img {
    margin-bottom: 20px;
}

.brand-img img.img-responsive {
    margin: 0 auto !important;
}

.odd-row {
    background-color: #EEEEEE;
}

.even-row {

}

/* Owl custom navigation buttons */
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: none;
    color: #222222;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -30px;
    bottom: 50px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -26px;
    bottom: 50px;
}

/*===================================================================================*/
/*	PROFILE PAGE
/*===================================================================================*/

.form-control[disabled] {
    cursor: default;
}

.profile-password p {
    margin-bottom: 5px;
}

.wishlist .CartDescription {
    padding-left: 20px;
}

/*===================================================================================*/
/*	COMPARE PAGE
/*===================================================================================*/

#comparison .thumbnail {
    margin-bottom: 14px;
}

#comparison .compare-remove-btn {
    padding-bottom: 7px;
}

/*===================================================================================*/
/*	ORDER INVOICE PAGE
/*===================================================================================*/

.order-invoice table.order-items {
    font-size: 16px;
}

.order-invoice table.order-items th {
    padding: 5px 0;
}

.order-invoice table.order-items td {
    padding: 10px 0;
}

.order-invoice table.order-total {
    font-size: 16px;
}

.order-invoice table.order-total td {
    border: 1px solid #2c2c2c;
    padding: 5px 0 5px 10px;
}

/*===================================================================================*/
/*	SHOPPING CART
/*===================================================================================*/

.cartTable {
    position: relative;
    top: -20px;
}

.cartTable .changed {
    color: #d9534f;
}

.cartTable .CartDescription {
    padding-left: 20px;
}

.miniCartTable .miniCartDescription {
    padding-left: 10px;
}

.miniCartDelivery {
    padding: 10px;
}

#cart-summary .cart-total-price .regular-price-tax,
#cart-summary .cart-total-price .sale-price-tax {
    font-weight: normal;
    font-size: 65%;
    color: #454545;
}

.cart-item-ref{
    border: 1px solid #cccccc;
    padding: 6px;
}

/*===================================================================================*/
/*	CHECKOUT
/*===================================================================================*/

.orderStep li {
    width: 25%;
}

.checkout .cartTable {
    position: inherit;
}

.order-view .cartTable {
    position: inherit;
}

#order-detail-content .grand-total-label {
    padding-top: 13px;
}

#order-detail-content .grand-total-label > span {
    font-weight: bold;
}

#order-detail-content .address-label {
    margin: 4px 0 4px 0;
    text-transform: uppercase;
    font-weight: bold;
}

#paymentDiv input[type=submit] {
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    white-space: nowrap;
    padding: 6px 32px;
    margin-left: 15px;
    font-size: 20px;
    cursor: pointer;
    border:1px solid #d43f3a; -webkit-border-radius: 4px; -moz-border-radius: 4px;border-radius: 4px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #d9534f; background-image: -webkit-gradient(linear, left top, left bottom, from(#d64742), to(#db5b57));
    background-image: -webkit-linear-gradient(top, #d64742, #db5b57);
    background-image: -moz-linear-gradient(top, #d64742, #db5b57);
    background-image: -ms-linear-gradient(top, #d64742, #db5b57);
    background-image: -o-linear-gradient(top, #d64742, #db5b57);
    background-image: linear-gradient(to bottom, #d64742, #db5b57);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d64742, endColorstr=#db5b57);
}

#paymentDiv input[type=submit]:hover {
    border:1px solid #ec7063;
    background-color: #ec7063; background-image: -webkit-gradient(linear, left top, left bottom, from(#ec6d60), to(#ee8277));
    background-image: -webkit-linear-gradient(top, #ec6d60, #ee8277);
    background-image: -moz-linear-gradient(top, #ec6d60, #ee8277);
    background-image: -ms-linear-gradient(top, #ec6d60, #ee8277);
    background-image: -o-linear-gradient(top, #ec6d60, #ee8277);
    background-image: linear-gradient(to bottom, #ec6d60, #ee8277);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ec6d60, endColorstr=#ee8277);
}

#paymentDiv input[type=submit].disabled,
#paymentDiv input[type=submit].disabled:hover {
    background: #bdc3c7;
    border: none;
}

a[href$=".pdf"]{
    background: url(../image/site/pdf-icon-16x16.png) no-repeat center left;
}

a[href$=".pdf"] > span {
    margin-left: 20px;
}

.checkout-shipping .radio > div {
    top: -6px;
}

.shippingReview .product-column img {
    max-width: 100px;
}


.b2b-add-form input,
.b2b-add-form textarea {
    border-radius: 0px;
}

tr.CartProduct th {
    padding: 2px 0;
}

.price .delivery-total-tax {
    font-weight: normal;
    font-size: 14px;
}

/*===================================================================================*/
/*	PAYMENT RESULT
/*===================================================================================*/

.payment-result .cartTable {
    position: inherit;
}

/*===================================================================================*/
/*	FEEDBACK
/*===================================================================================*/

ul.feedbackPanel {
    list-style: none;
    margin: 20px 0 20px 0;
    font-size: 16px;
    padding: 0;
}

ul.feedbackPanel > li {
    /*  display: inline; */
    border-radius: 4px;
}

.feedbackPanelERROR {
    padding: 10px;
    /* color: #a94442; */
    background-color: #f2dede;
    margin-bottom:10px;
}

.feedbackPanelINFO {
    padding: 10px;
    /* color: #3c763d; */
    background-color: #dff0d8;
    margin-bottom:10px;
}

.feedbackPanelWARNING {
    padding: 10px;
    /* color: #3c763d; */
    background-color: #fcf8e3;
    margin-bottom:10px;
}

/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/

@media (max-width: 480px) {
    .compare-page-btn-mini {
        background: none !important;
        margin-right: 0;
    }

    .navbar-top .language-menu .top-include,
    .navbar-top .language-menu .top-right {
        padding: 0 !important;
    }

    .megamenu .userMenu .dropdown-menu {
        left: 0;
    }

    .userMenu li.phone-number a {
        padding-right: 0;
    }

    #taxMenu {
        font-size: 75%;
    }

    .categoryProduct .home-list-view .product .description > div {
        padding-left: 10px;
    }

    .categoryProduct .home-list-view .product h4 {
        padding-left: 10px;
        float: left;
    }

    .search-category {
        float: left;
        text-align: center;
    }

    body.search-category-active .navbar-tshop .navbar-top {
        height: 207px;
    }

    body.search-category-active .headerOffset {
        padding-top: 267px;
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .multi-nav .nav-cat > a {
        padding: 10px 10px;
    }

    .navbar-tshop .navbar-top {
        height: 160px;
    }

    .navbar.stuck .navbar-top {
        margin-top: -130px;
    }

    .navbar-top .language-menu {
        height: 40px;
    }

    .navbar-top .language-menu .top-include ul,
    .navbar-top .language-menu .top-right ul {
        text-align: center;
    }

    .navbar-top .language-menu .top-right ul {
        margin-top: 5px;
    }

    .userMenu.multi-nav {
        margin-top: 3px;
    }

    .userMenu.multi-nav li {
        margin-right: 2px;
    }

    .userMenu.multi-nav .nav-title {
        padding-top: 7px;
    }

    .userMenu.multi-nav .nav-cat.active-catalog {
        background: transparent !important;
        border: 1px solid #fff;
    }

    .userMenu.multi-nav .nav-cat:hover {
        border: 1px solid #fff;
    }

    .categoryProduct .list-view .product .description,
    .categoryProduct .home-list-view .product .description {
        margin: 0 10px 10px 0;
    }

    .navbar-toggle {
        margin-top: 6px;
        margin-bottom: 5px;
    }

    .search-box .input-group {
        margin-top: 7px;
    }

    .compare-page-btn-mini {
        margin-top: 6px;
    }

}

@media (max-width: 767px) and (min-width: 481px) {
    .megamenu .userMenu .dropdown-menu {
        left: 190px;
    }

    .search-input {
        max-width: 40% !important;
    }
}

@media (max-width: 991px) and (min-width: 0) {
    .navbar-top i {
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        padding: 3px 0 0;
    }

    .cartMenu a.dropdown-toggle:hover {
        background: transparent !important;
    }

    .categoryProduct .home-list-view .image {
        margin-left: 0;
        margin-right: 0;
    }

    .categoryProduct .list-view .brand-img {
        display: none;
    }

}

@media (max-width: 991px) and (min-width: 480px) {
    .categoryProduct .home-list-view .product .description > div {
        padding-left: 210px;
    }

    .categoryProduct .home-list-view .product h4 {
        padding-left: 210px;
    }
}