body {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.6px;
}

select:focus {
    outline: none !important;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #333;
}

li {
    list-style: none;
}

/* default font size */
.fa {
    font-size: 14px;
}

.fa-stack {
    width: 12px;
    font-size: 8px;
    height: 11px;
}

.fa-stack .fa {
    font-size: 11px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #2a2a2a;
}

a:hover, a:focus {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-weight: 500;
}

.category_filter .control-label {
    font-weight: inherit;
}

#top {
    padding: 7px 0;
    background: rgba(19, 19, 19, 1);
}

.top-links-cover {
    float: right;
}

.top-links-toggle {
    display: none;
}

.top-links .links-item:first-child::before {
    display: none;
}

.top-links .links-item {
    padding-left: 30px;
    position: relative;
    color: #7F7F7F;
    font-size: 12px;
}

.top-links .links-item:hover {
    color: #fff;
}

.top-links .links-item::before {
    content: "";
    position: absolute;
    left: 12px;
    border-left: 1px solid #777;
    top: 1px;
    width: 1px;
    height: 12px;
}

.input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
}

.blog_page .blog_top_content {
    float: left;
    width: 100%;
}

.blog_page .blog_top_content .blog-image {
    float: left;
    position: relative;
}

.quickview-container #content .col-sm-6.product-right {
    margin: 10px 0;
    width: 50%;
}

.mfp-iframe-scaler iframe {
    background: #fff !important;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #000;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px !important;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: #d4d4d4 none repeat scroll 0 0 !important;
    border: 1px solid #d4d4d4 !important;
    color: #000 !important;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.contact-no {
    float: right;
    color: #000;
    padding: 18px 20px 19px;
    position: relative;
    border-left: 1px solid #dcdcdc;
}

.contact-no > a {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
}

.tel-icon {
    height: 20px;
    width: 20px;
    background: url('../image/megnor/mob.svg') no-repeat;
    float: left;
}

.contact-no > a:hover, .contact-no > a:active, .contact-no > a:focus {
    color: inherit;
}

/* counter*/
.countdown {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: absolute;
    bottom: 12px;
    text-align: center;
    width: 100%;
    transition: all 500ms ease 0s;
}

.count-down.clock {
    background: #fff;
    display: inline-block;
}

#product_edit_btn, .caption h4 .btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

#product_edit_btn {
    width: 32px;
    right: -35px;
}

.btn-light {
    background-color: lightgrey;
}

.product-list .image_cover {
    width: auto;
    border: none;
}

.product-block:hover .countdown {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.countbox .timebox {
    margin: 0;
    display: inline-block;
    position: relative;
}

.countbox.hastime {
    border: 2px solid #da2128;
    width: auto;
    padding: 0 0px 5px 0px;
}

.countbox .second .timebox-inner::after {
    display: none;
}

.countbox .timebox .time {
    text-transform: uppercase;
    padding: 0;
    display: block;
    text-align: center;
    margin: -25px 0 0 0;
    font-size: 11px;
    font-weight: 500;
}

.count-down .countbox strong {
    display: block;
    padding: 0 0;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 30px;
    font-size: 12px;
}

.countbox .timebox:last-child {
    margin: 0;
}

.product-content .count-down .countbox strong {
    font-size: 16px;
}

/* end of counter*/
.special-tag {
    width: 70px;
    height: 70px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    background-color: #e50640;
    border-radius: 50%;
    font-size: 11px;
    color: #fff;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-weight: bold;
}

.discount-labels {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    z-index: 1;
}

.discount-labels .special-tag {
    position: relative;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}

.novelty-tag {
    position: absolute;
    top: 35px;
    left: 10px;
    background: #000;
    color: #fff;
    border-radius: 0 6px 6px 8px;
    padding: 3px;
    user-select: none;
}

.stock_status {
    color: #fff;
    text-align: center;
    background: #131313;
    padding: 10px;
    float: left;
    width: 33px;
    height: 33px;
    cursor: pointer;
    font-size: 0;
}

.stock_status:hover {
    background: #d4d4d4;
}

.outstock .img-responsive.hover-image {
    display: none !important;
}

.outstock .img-responsive {
    filter: opacity(30%);
}

.footer-blocks .col-sm-3 {
    width: 21%;
    padding: 0 30px;
}

.footer-area ul li {
    margin: 10px 0 0;
    display: inline-block;
}

.listing {
    min-height: 400px;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 25%;
    font-weight: 500;
    width: 100%;
    text-transform: capitalize;
}

.listing::before {
    content: "\f071";
    position: absolute;
    font-family: fontawesome;
    margin-top: -50px;
    font-size: 35px;
    left: 45%;
}

.product-carousel.notproduct .slider-wrapper {
    width: 100% !important;
}

/* mouse grab icon */
.grabbing {
    cursor: url(../stylesheet/grabbing.png) 8 8, move;
}

/* OpenCart Code */

#paysocialcmsblock {
    float: right;
    width: 30%;
}

.social-block {
    float: right;
    margin-top: 17px;
    margin-right: 30px;
}

.payment-block {
    float: right;
}

.social-block ul li {
    float: left;
}

.social-block ul li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #d4d4d4;
    margin-right: 5px;
    padding: 6px 10px;
    outline: none;
    color: #fff;
}

.social-block ul li a:hover {
    background: #000;
}

.social-block ul li:last-child a {
    margin: 0;
}

.social-block ul li a:hover, .social-block ul li a:active, .social-block ul li a:focus {
    background: #222;
}

#paysocialcmsblock ul {
    padding: 0;
    margin: 0;
    float: right;
}

.main-slider .swiper-viewport .swiper-button-next {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.main-slider .swiper-viewport .swiper-button-prev {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#form-currency .currency-select:hover {
    text-shadow: none;
    color: #1f2022;
    background-color: #fff;
}

.dropdown-menu-right {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    box-shadow: none;
}

.language-menu .btn.btn-link.btn-block.language-select, #form-currency .currency-select {
    text-transform: unset;
    padding: 2px 20px 2px 0;
    color: white;
    font-size: 13px;
    text-decoration: none;
}

.language-menu .btn.btn-link.btn-block.language-select img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    object-fit: cover;
}

#form-language .dropdown-menu {
    border: none;
    box-shadow: none;
    margin: 2px 0 0;
    padding: 10px 10px 12px;
    right: auto;
    top: 19px;
    left: 10px;
}

.dropdown-menu.currency-menu {
    border: none;
    box-shadow: none;
    margin: 2px 0 0;
    padding: 10px 10px 12px;
    right: auto;
    top: 19px;
    left: 10px;
}

.lang-curr-wrapper .language-title, .lang-curr-wrapper .currency-title {
    font-weight: 600;
    padding: 3px 20px;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.dropdown-menu.currency-menu .fa.fa-angle-down, .dropdown-menu.language-menu .fa.fa-angle-down {
    display: none;
}

.productpage .special-price {
    font-size: 22px;
    display: inline-block;
    color: #000;
    margin-top: 0;
}

.productpage .special-price .old-prices {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.productpage .special-price .old-prices .cur {
    color: #AAAAAA;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
}

.productpage .description {
    line-height: 1.25em;
    margin-bottom: 22px;
    padding: 0;
    font-size: 12px;
}

.productpage .description br {
    content: "";
    display: block;
    margin-bottom: 8px;
}

.product-description td span {
    font-weight: 500;
    padding: 2px;
}

.product-description td {
    padding: 2px;
}

.productpage .description .product-description .description-right {
    padding-left: 50px;
}

#form-language .dropdown-menu > li > .btn {
    padding: 5px;
    color: #000;
}

#form-currency .dropdown-menu .btn {
    padding: 6px !important;
    color: #333333;
}

#form-language .dropdown-menu > li > .btn:hover, #form-currency .dropdown-menu .btn:hover {
    color: #ffd200;
    background: transparent;
}

.box-content-category ul {
    padding: 0;
    margin: 0;
}

.content_headercms_top #nav-one a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.box-content-category a {
    padding: 13px 53px 13px 50px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #e8e9eb;
}

#review-count {
    cursor: pointer;
}

.site-map ul {
    padding: 0;
}

#review-count:hover {
    text-decoration: underline;
}

#nav-one .dropdown a::after, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown a::after {
    content: "\f105";
    right: 20px;
    position: absolute;
    font-family: fontawesome;
    font-size: 16px;
    display: inline-block;
}

#nav-one li .megamenu ul.list-unstyled > li.dropdown > a::after, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:after, #nav-one .hiden_menu .dropdown-menu a:after {
    display: none;
}

.box-content-category a::before {
    content: " ";
    position: absolute;
    right: auto;
    top: 18px;
    left: 25px;
    background: rgba(0, 0, 0, 0) url("../image/megnor/Arrow.png") no-repeat scroll center 2px;
    width: 10px;
    height: 10px;
}

.box-content-category a:hover::before {
    background-position: center -54px;
}

.box-content-category .dropdown a:hover::before {
    background-position: center -54px;
}

.header_cart .cart-menu .text-left a {
    font-size: 12px;
    font-weight: 600;
}

.header_bottom .row {
    position: relative;
}

#nav-one > li > .dropdown-menu.megamenu.column1, #nav-one .hiden_menu .dropdown-menu {
    padding: 20px 0 20px 20px;
    width: auto;
    height: auto;
    min-width: 200px;
    top: 0;
    left: 100%;
    border-radius: 0;
}

.quickview .header-container {
    display: none;
}

/* header cms start*/
.content_headercms_top {
    display: inline-block;
    float: left;
    width: 16%;
    margin-top: 5px;
    text-align: left;
}

.content_header_topleft {
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.content_header_top .single-banner {
    margin: 0;
}

.static_links {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 0 0;
    padding-left: 8px;
}

.static_links li {
    position: relative;
    padding: 0;
    float: left;
}

.static_links .hiden_menu .top_level > a {
    padding: 10px 20px !important;
    margin-right: 0;
}

.static_links li .megamenu li.list-unstyled.childs_1 li {
    padding: 0;
}

#content .col-sm-6 h2 {
    font-size: 16px;
}

.static_links .myaccount ul {
    height: auto;
    border: 1px solid #ebebeb;
    padding: 10px 5px;
}

.static_links ul.nav li .megamenu.column1 ul.childs_1 {
    border: medium none;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 8px 7px !important;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover {
    color: #ffd200;
}

.static_links .dropdown-menu .list-unstyled.childs_1 > li {
    padding-bottom: 0;
}

.static_links ul {
    text-align: left;
}

.static_links .cart-menu > li {
    padding: 0;
}

.header-cart .dropdown-menu {
    border: 1px solid #ebebeb;
    min-width: 280px;
    padding: 10px;
    top: 53px;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
    padding: 10px 0 10px 0;
    margin-top: 24px !important;
}

.static_links ul li ul {
    display: table-cell;
    float: none;
}

.nav .navbar-nav .top-level.dropdown li a:hover {
    display: inline-block;
}

.static_links li.hiden_menu div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    display: none;
    min-width: 155px;
    padding: 15px 0;
    position: absolute;
    text-align: left;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    top: 56px;
}

.static_links li.hiden_menu:hover div {
    display: block;
    color: #767676;
}

.static_links li.hiden_menu div li a::before {
    background: none;
}

.static_links li.hiden_menu .top_level a:hover {
    background: none;
}

.static_links .dropdown-inner .top_level li a::before {
    background: none;
}

.static_links li a::before {
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 7px;
    border-left: 1px solid #ededed;
}

.static_links .dropdown.myaccount li a::before {
    background: none;
}

.login_acc {
    display: inline-block;
    position: relative;
    width: 100%;
}

.login_acc a {
    color: #777;
    font-size: 13px;
}

.lang-curr-wrapper {
    float: right;
}

.lang-curr-wrapper .language-title .fa.fa-caret-down {
    float: right;
    padding: 5px 10px;
}

.lang-curr-wrapper .currency-title .fa.fa-caret-down {
    float: right;
    padding: 5px 10px;
}

.lang-curr-wrapper .language-title:hover {
    color: #ffd200;
}

.lang-curr-wrapper .currency-title:hover {
    color: #ffd200;
}

.login_acc li {
    padding: 3px 25px;
    position: relative;
}

.myaccount .account:hover {
    background: none;
    color: #000 !important;
    border: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.drop_account {
    color: #000000;
}

.myaccount .account {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffd200;
    color: #ffd200;
    float: left;
    margin: 5px;
    padding: 8px 18px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
}

.static_links .dropdown.myaccount li a:hover {
    background: none;
    color: #ffd200;
}

.static_links li:first-child a::before {
    background: none;
}

.static_links li a {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    margin: 1px 11px 0px 0;
    padding: 15px 20px !important;
    position: relative;
    text-transform: capitalize;
    z-index: 6;
}

.list-unstyled.childs_2 > li {
    padding: 0;
    width: 100%;
    margin: 0 0 0 0
}

.static_links li:last-child a {
    padding-right: 8px;
}

.btn-link:hover, .btn-link:focus {
    color: #000 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}

#nav-one > li.top_level.dropdown .list-unstyled.childs_1 li a::before {
    background: none;
}

#top-links li {
    padding: 0;
    list-style: none
}

header .btn-link:hover, header .btn-link:focus, #top-links a:hover, #top-links a:focus {
    color: #ffd200 !important;
    background: none;
    text-decoration: none;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover, #top-links .dropdown-menu a:focus {
    color: #2196f3;
}

#top .btn-link strong {
    font-size: 14px;
    font-weight: normal;
}

#top-links {
    padding-top: 0px;
}

#top-links a + a {
    margin-left: 15px;
}

.offer-title {
    float: left;
    text-transform: capitalize;
    color: #7F7F7F;
    font-size: 12px;
}

.dropdown.myaccount:hover a.account::after, .dropdown.myaccount:hover a.account1::after, .dropdown.myaccount:hover a.account_order1::after, .dropdown.myaccount:hover a.account_transaction1::after, .dropdown.myaccount:hover a.account_download1::after, .dropdown.myaccount:hover a.account_logout1::after {
    display: none;
}

.swiper-viewport .swiper-button-next {
    left: auto;
    right: 50px;
}

.swiper-viewport .swiper-button-prev {
    right: auto;
    left: 25px;
}

#top-links ul.list-inline {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

#top-links ul.list-inline li {
    background: transparent;
    font-weight: 300
}

#top-links #form-language li {
    padding: 0;
}

.lang-curr {
    margin: 0;
    display: inline-block;
}

.container .container-top a {
    color: #000;
}

.nav.pull-right {
    display: inline-block;
    padding: 0;
}

.container .result-search-autocomplete ul li {
    float: left;
}

.right-links ul li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.container .container-top a:hover {
    color: #ffd200;
}

.right-myaccount-menu > li #wishlist-total {
    border-right: 1px solid;
    padding: 0 10px 0 0;
}

.right-links .right-myaccount-menu ul li {
    margin-right: 10px;
}


.pull-left #form-language:hover .btn-group span, .pull-left #form-currency:hover .btn-group span {
    color: #fff;
}

#form-currency .btn-link strong {
    font-weight: normal;
    padding: 0 3px 0 0;
    display: none;
}

.pull-left #form-language .btn-group span img {
    padding: 0 3px 0 0;
    display: none;
}

.dropdown.myaccount {
    float: left;
    cursor: pointer;
    padding: 6px 10px 0 0;
}

.myaccount > a {
    position: relative;
    /*background: rgba(0, 0, 0, 0) url("../image/megnor/header.png") no-repeat scroll 0 -430px;*/
    display: block;
    text-transform: capitalize;
    padding-left: 40px;
    font-size: 12px;
    color: #777 !important;
}

.myaccount .dropdown-toggle > ul {
    padding: 0;
    width: auto;
    margin: 0;
}

.myaccount .dropdown-toggle > ul span {
    display: block;
}

header .myaccount .dropdown-toggle > ul span i {
    padding: 0 0 0 5px;
}

.language-menu, .currency-menu {
    padding: 10px 15px;
    float: left;
    display: none;
    position: absolute;
    top: 27px;
    background: #272F3E;
    box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
    margin: 0;
    right: 0;
    border-radius: 0 0 8px 8px;
}

.header_top {
    width: 100%;
    padding: 2px 0;
}

.header_bottom {
    width: 100%;
    padding: 0;
}

.content_headercms_bottom {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

.header-right .head {
    float: right;
    margin: 5px 5px 0 0;
    padding: 2px;
}

.header-center {
    float: left;
    padding: 10px 0 16px 0;
    width: 100%;
}

/* logo */
.header-logo {
    float: left;
}

.header-cart {
    float: left;
}

.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
}

.static_links li:last-child a::before {
    border-left: none;
}

.header-left {
    float: left;
    width: auto;
    margin: 0 79px 0 0;
}

.static_links li:first-child a {
    padding-left: 5px !important;
}

.header-right {
    float: right;
    width: 81%;
    position: relative;
    top: 0;
    transition: top 800ms ease 0s;
    -webkit-transition: top 800ms ease 0s;
    -moz-transition: top 800ms ease 0s;
    -ms-transition: top 800ms ease 0s;
    -o-transition: top 800ms ease 0s;
}

header .tags > a {
    font-weight: normal;
}

header {
    padding: 0;
    z-index: 99;
    position: relative;
    margin: 0;
    clear: both;
    border-radius: 0;
    height: auto;

}

.header_bottom.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 10px 0;
    margin-top: -1px;
    box-shadow: 0px -5px 10px 5px #ccc;
    background: #fff;
}

.header_bottom.fixed .main-menu > ul > li {
    padding: 20px 8px;
}

#checkout-checkout .text-right.total {
    font-size: 17px;
    font-weight: 600;
}

a.banner_text::before, a.banner_text::after {
    background: none !important;
}

.col-sm-4.header-logo {
    text-align: left;
    width: auto;
    padding: 2px 0 2px;
    background: #fff;
}

.header_center {
    float: left;
    width: auto;
}

.col-sm-3.sort {
    padding: 0;
}

.col-sm-3.sort.category_dropdown span.customSelect {
    height: 38px;
    padding: 8px 15px;
}

#searchbox .col-sm-3.sort {
    padding: 0 15px;
}

.col-sm-3.sort select.form-control {
    padding: 0;
    height: auto;
    text-transform: capitalize;
    background-color: #fff;
    color: #333333;
    border: none;
    overflow: hidden;
    left: 0;
    width: 100% !important;
}

.head-right-bottom {
    float: right;
    position: relative;
}

/*header-cms*/
.quickview {
    padding: 15px 0;
    display: inline-block;
}

.quickview .container {
    width: 100%;
    background: #FFFFFF;
    padding: 0 10px;
}

.quickview .container .row {
    margin: 0;
}

.quickview .top_button {
    display: none;
}

.quickview #product2 {
    float: left;
    width: 100%;
}

.quickview #product2 h3 {
    width: 100%;
}

.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #333333;
}

#combine_option_filter {
    position: relative;
    margin-bottom: 20px;
}

#combine_option_filter ul {
    padding-left: 5px;
}

#combine_option_filter li {
    display: inline-block;
    padding: 4px 6px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 6px;
}

#combine_option_filter li input {
    vertical-align: top;
}

#combine_option_filter a i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
}

@media (max-width: 767px) {
    .quickbox {
        display: none;
    }

    .pagination > li {
        margin-bottom: 4px;
    }

    #product_edit_btn {
        position: initial;
        display: block;
    }

    #combine_option_filter a i {
        top: 35px;
    }
}


/*featured products CSS*/
.featured .image_cover {
    width: 40%;
    border: none;
}

.featured .product-block .product-details {
    width: 60%;
    padding: 20px 20px 40px;
    border: none;
}

.featured .product-block-inner {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0 10px;
    width: auto;
}

.featured .product-block.product-thumb.transition {
    margin-bottom: 20px;
}

.featured .product_hover_block {
    display: none !important;
}

/*featured products CSS*/

.menu_toggle {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* search */
.col-sm-5.header_search {
    padding: 0;
    position: relative;
    margin: 30px 50px 0 0;
}

#searchbox {
    position: relative;
    float: left;
    width: 271px;
    gap: 10px;
    border-radius: 8px;
    border: solid 1px #505050;
}

#searchbox input {
    height: auto;
    border: none;
    border-radius: 8px;
}

.search_box {
    display: none;
}

.search_box .form-control-select {
    height: 40px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    background: #fff url("../image/megnor/select-arrow-down.gif") no-repeat 140px 19px;
    border: none;
    padding: 8px 15px 8px 20px !important;
    width: 100%;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
}

.search_box::after {
    background: #e9e9e9;
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 1px;
    height: 22px;
}

.header_search .form-control.input-lg {
    height: 38px;
    border: none;
}

#searchbox .input-group input {
    font-size: 12px;
}

.search_box .form-control-select.active {
    background: #fff url("../image/megnor/select-arrow-up.gif") no-repeat 140px 19px;
}

.header_search .btn.btn-default.btn-lg {
    border: none;
    font-weight: 500;
    padding: 10px 10px 6px;
    background: #fff;
    color: #000;
}

.header_search .btn.btn-default.btn-lg > i {
    font-size: 18px;
}

/* end of search */
.tabfeatured_default_width {
    width: 250px;
}

.tabbestseller_default_width {
    width: 250px;
}

.tablatest_default_width {
    width: 250px;
}

.tabspecial_default_width {
    width: 250px;
}

.featured_default_width {
    width: 300px;
}

.tab-content .tab {
    display: none;
}

.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
}

.static_links ul.nav li .megamenu ul.list-unstyled li.dropdown.dropdown-menu {
    border: 1px solid #000;
    margin: 0;
    padding: 10px;
    position: absolute;
    left: 188px;
    top: 0;
}

.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    display: block;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    border: 1px solid #d9d9d9;
    display: none;
    left: 165px;
    padding: 10px;
    position: absolute;
    top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover .dropdown-menu {
    display: block;
}

.main-slider .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    height: 100%;
}

.swiper-viewport .swiper-button-prev::before, .swiper-viewport .swiper-button-next::before {
    font-size: 70px;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    text-align: center;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "\f104";
    font-family: fontawesome;
    font-weight: 400;
    color: lightgray;
    border-radius: 50%;
}

.swiper-viewport .swiper-button-next::before {
    content: "\f105";
}

.swiper-viewport .swiper-button-next:hover::before, .swiper-viewport .swiper-button-prev:hover::before {
    color: gray;
}

.main-slider.swiper-button-next, .main-slider.swiper-button-prev {
    width: 70px;
}

.header-cart .cart .btn-lg .dropdown-toggle:before {
    content: '\f291';
    font-family: 'FontAwesome';
    font-size: 12px;
}

.show-result {
    overflow: hidden;
}

.product-search #content > p {
    margin-top: 10px;
}

.header-container {
    height: auto;
    width: 100%;
    z-index: 99;
    background: #232f3e none repeat scroll 0 0;
}

.header-container.smaller {
    z-index: 999;
}

.header-logo img {
    display: inline-block;
    max-width: 100%;
    min-height: 85px;
}

.content_header_top .box.megnorcategory {
    left: 0;
    position: absolute;
    top: 0;
    width: 277px;
    z-index: 9;
}

/*end megnor category */
/* CMS block */
.cmsbanner-block {
    margin: 0 0 50px;
    float: left;
    position: relative;
    width: 100%;
}

.cmsbanner-block.full-banner {
    margin-top: 10px;
}

.cms-inner-block1.full-banner-inner {
    margin: 0;
    width: 100%;
}

.cms-inner-block1, .cms-inner-block2 {
    position: relative;
    float: left;
    overflow: hidden;
}

.block-combine1 {
    float: left;
    margin-bottom: 20px;
}

.block-combine2 {
    float: left;
}

.cms-inner-block1 .cms1_img .cms_image1, .cms-inner-block2 .cms2_img .cms2_image2 {
    max-width: 100%;
}

.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
    left: 50px;
    position: absolute;
    top: 25%;
    bottom: auto;
    right: auto;
    width: 280px;
    text-align: left;
}

.cmsbanner-block .description .title {
    font-size: 16px;
    color: #fff;
    margin: 0 0 10px 0;
}

.cmsbanner-block .description .subtitle {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
}

.cmsbanner-block .description .banner_text {
    color: #fff;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}

/* end of cms block */
/* homepage sub banner2*/
.megnor-tab-text {
    background: #2196f3 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    text-align: center;
}

.megnor-tab-text > span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/*end homepage sub banner2*/

/* cart */
#cart .item-count {
    position: absolute;
    top: 3px;
    right: -10px;
    background: #000;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
}

#cart .mycart {
    font-size: 15px;
    font-weight: 600;
    line-height: 10px;
}

#cart .price {
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    text-align: left;
}

.col-sm-3.header_cart {
    width: auto;
    float: left;
    padding: 0;
}

.fa.fa-heart-o {
    font-size: 25px;
    padding: 7px 25px 0 10px;
}

.header-cart .cart-menu li > a > img {
    width: 100%;
}

.col-sm-3.header-cart {
    float: left;
    width: auto;
    padding: 0;
    margin-left: 0;
}

.cart-menu .img-thumbnail {
    width: auto;
    border: 1px solid #e8e9eb;
}

#cart .dropdown-menu .table, #compare .dropdown-menu .table {
    border: medium none;
    margin-bottom: 10px;
}

#cart button > h4, #compare button > h4 {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    line-height: 16px;
    padding: 0 0 0 21px;
    margin: -20px 0 0 10px;
    color: #fff;
}

.header-container .dropdown.myaccount .dropdown-toggle .fa.fa-user {
    color: #ef9d2a;
    font-size: 17px;
}

.header-container .dropdown.myaccount {
    background: #394d66 none repeat scroll 0 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 40px;
    padding: 12px 17px;
}

.header_compare {
    float: left;
    position: relative;
}

.header_compare span {
    position: absolute;
    bottom: -17px;
    font-size: 13px;
    left: -10px;
}

.header_compare #compare-total-home {
    height: 35px;
    width: 35px;
    display: block;
    background: url("../image/megnor/compare.svg") no-repeat scroll 0 -2px;
}

.header_wishlist > a {
    position: relative;
    display: flex;
    align-items: center;
}

.header_wishlist > a span {
    position: absolute;
    background: linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
    color: #141718;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    left: 50%;
    top: 50%;
    line-height: 18px;
}

.header_cart:hover .cart-text {
    color: #000;
}

.header_wishlist > a .text_wishlist {
    position: relative;
    background: none;
    top: auto;
    right: auto;
    width: 100%;
    display: block;
    height: auto;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    color: #555555;
}

.cart_image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cart_detail {
    color: white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cart_count {
    position: absolute;
    background: linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
    color: #141718;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    left: 50%;
    top: 50%;
    line-height: 18px;
}

.cart-text {
    position: absolute;
    bottom: -20px;
    left: -4px;
    font-size: 12px;
    color: #777;
    text-transform: capitalize;
}

#cart-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

.header_cart .dropdown-toggle {
    border: 1px solid #ffd200;
}

#cart > .btn, #compare > .btn {
    background: none;
    width: 100%;
    padding: 0 !important;
    border: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

#cart {
    text-align: right;
}

.shopping-cart .btn.btn-danger {
    border-radius: 0;
}

#cart h4 {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: -2px;
    z-index: 999;
}

.pull-left #form-language .btn-group span, .pull-left #form-currency .btn-group span {
    font-size: 12px;
}

.table.shopping-cart.responsive {
    display: none;
}

.pull-left #form-language .fa.fa-caret-down {
    padding: 0 5px;
}

.pull-left #form-currency .fa.fa-caret-down {
    padding: 0 5px;
}

#top-links .fa {
    display: inline-block;
}

#top-links .fa.fa-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 -10px 0 10px;
}

#top-links .list-inline a {
    color: #fff;
    border-right: 1px solid #55ABA4;
    padding: 0 10px 0 10px;
}

#checkout-cart .buttons.clearfix .pull-right {
    display: flex;
    gap: 8px;
}

#checkout-cart .buttons.clearfix .btn-success:hover {
    background-color: #73cb73;
}

#checkout-cart .buttons.clearfix .pull-right > *:not(:last-child) {
    margin-right: 5px;
}

#checkout-cart .totals-tb tr:first-child {
    display: none;
}

#checkout-cart .text-right.total {
    font-size: 15px;
    font-weight: 700;
}

#cart .dropdown-menu, #compare .dropdown-menu {
    width: 380px;
    padding: 0;
    border: none;
    overflow: hidden;
    display: none;
    margin: 0;
    height: auto;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    top: 82px;
    border-radius: 8px;
}

#cart .dropdown-menu li p {
    margin: 10px 0;
    display: flex;
    gap: 16px;
}

#cart .dropdown-menu li {
    float: none
}

#cart .dropdown-menu li:first-child {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cart .dropdown-menu li:first-child::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

#cart .dropdown-menu li:first-child::-webkit-scrollbar {
    width: 4px;
}

#cart .dropdown-menu li:first-child::-webkit-scrollbar-thumb {
    background: linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
}

#cart .dropdown-menu li + li {
    border-top: 1px solid #e5e5e5;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
    font-size: 12px;
}

#cart .dropdown-menu table td {
    border: none;
    background: none;
}

#cart .dropdown-menu table.total-table td {
    border: medium none;
}

.productpage .image a.elevatezoom-gallery {
    border: 1px solid #e0e0e0;
}

.cart-menu .table td {
    padding: 10px 0 5px 5px;
}

.table-responsive .table.table-bordered.shopping-cart .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
    vertical-align: top;
    width: 25%;
}

#checkout-cart span.customSelect {
    height: 40px;
    padding: 9px 15px 10px 15px;
}

.dropdown-menu .cart-menu .table.table-striped > tr > td .text-center > img {
    width: 100%;
}

.text-right > strong {
    font-weight: 600;
}

.content-bottom > .container {
    width: 100%;
    background-color: #fff;
}

.serach-inner {
    float: left;
    margin-top: 25px;
    width: 100%;
}

#content .panel {
    background-color: #fff;
}

/*product page service*/

.service-list {
    padding: 25px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.service-list .content {
    padding: 0 0 20px;
    text-align: left;
}

.service-list .content:last-child {
    padding: 0;
}

.service-list .service-title.one {
    background-image: url(../image/megnor/delivery-truck.svg);
}

.service-list .service-title.two {
    background-image: url(../image/megnor/refund.svg);
}

.service-list .service-title.three {
    background-image: url(../image/megnor/credit-card.svg);
}

.service-list .service-title.four {
    background-image: url(../image/megnor/invoice.svg);
}


.service-title {
    padding-left: 45px;
    background-size: 24px;
    background-position: left;
    background-repeat: no-repeat;
    line-height: 18px;
    font-size: 14px;
}

/* menu */
.nav-responsive {
    display: none;
    background: none !important;
}

.nav-inner.container {
    background: #ffffff none repeat scroll 0 0;
    padding: 35px 45px 30px;
    top: auto;
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 30px;
    display: none;
}

#res-menu {
    display: none;
}

.responsive-menu, .main-menu {
    width: auto;
}

.lang-curr .fa.fa-angle-down {
    vertical-align: middle;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

#menu ul li .megamenu ul.list-unstyled {
    padding: 0 15px;
    border: none;
    float: none;
    display: table-cell;
    width: auto;
}

#menu ul li .megamenu ul.list-unstyled.childs_2 {
    padding: 0;
}

.main-menu > ul > li {
    position: unset;
    z-index: 20;
    background-color: transparent;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 32px 8px;
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li:hover > .top_level__link a {
    font-size: 14px;
    text-shadow: 0 0 #171D28;
    line-height: 18px;
    text-align: left;
    text-decoration: underline;
}

.main-menu > ul > li:hover > .overflow:not(:hover) {
    position: absolute;
    width: calc(100vw);
    height: calc(100vh + 150px);
    background-color: black;
    top: 100%;
    right: calc(50% - 50vw + 8px);
    opacity: 0.5;
    z-index: 1;
}

.main-menu ul > li.dropdown:hover .dropdown-menu, .main.hiden_menu.dropdown:hover .dropdown-menu {
    display: block;
}

.main-menu ul > li.dropdown:hover .dropdown-menu .dropdown-inner,
.main.hiden_menu.dropdown:hover .dropdown-menu .dropdown-inner {
    display: flex;
}

#menu.main-menu ul li.main.hiden_menu {
    position: relative
}

.nav-responsive span,
.main-menu > ul > li > a,
.main-menu > ul > li > .top_level__link a {
    display: block;
    position: relative;
    color: #171D28;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.main-menu > ul > li > .top_level__link a {
    display: flex;
    align-items: center;
}

.main-menu > ul > li:last-child a {
    border: none;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: none;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
}

.main-menu > ul > li ul > li > a {
    display: block;
    padding: 3px 0;
    font-size: 13px;
    font-weight: 600;
}

.megamenu ul.list-unstyled > li.dropdown > a {
    color: #000;
}

.main-menu > ul > li .column1 ul > li > a {
    font-weight: inherit;
}

.responsive-menu .main-navigation li a {
    padding: 5px 10px !important;
    color: #333333;
    display: block;
    white-space: normal;
}

.main-menu > ul > li ul > li > .dropdown-inner ul li a {
    color: #adadad;
}

.main-menu ul li ul .list-unstyled a {
    color: #171D28;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.main-menu ul li ul .list-unstyled a span {
    color: #A7A7A7;
}

.main-menu > ul > li ul > li > a:hover, .responsive-menu .main-navigation li a:hover {
    background-color: #fff;
}

.responsive-menu .main-navigation li a:hover {
    color: #000 !important;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}

#menu .nav li .list-unstyled .dropdown {
    float: left;
}

#menu .dropdown .dropdown-menu {
    padding: 30px 0px 20px 20px;
    background: #fff none repeat scroll 0 0;
    border: none;
    width: -webkit-fill-available;
    z-index: 999999;
    border-radius: 0;
}

#menu ul li.hiden_menu .dropdown-menu.more li.top_level {
    margin-right: 20px;
}

#menu ul li.hiden_menu .dropdown-menu.more li.top_level > a {
    display: flex;
    align-items: center;
}

#menu ul li.hiden_menu:hover .dropdown-menu.more {
    display: block;
}

#menu ul li.hiden_menu .more .dropdown-menu {
    left: 100%;
    top: 0;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
    width: 100%;
    box-shadow: none;
}

#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
    border: medium none;
    margin: 0 !important;
    padding: 20px;
    border-radius: 0;
    overflow: auto;
    max-height: 90vh;
}

#menu ul li .megamenu.column1 ul.list-unstyled {
    display: block;
    padding: 0;
    width: 100%;
    border: none;
}

#menu ul li .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
    padding: 0;
    width: 100%;
}

#menu ul li .megamenu.column1 .dropdown-inner > ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
}

#menu ul li .megamenu.column1 ul.list-unstyled .second_level > a {
    color: #171D28;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#menu ul li .megamenu.column1 ul.list-unstyled .second_level > a span {
    color: #A7A7A7;
}

#menu ul li .megamenu.column1 ul.list-unstyled.childs_2 svg {
    margin-right: 5px;
    transition: 0.2s;
}

#menu ul li .megamenu.column1 ul.list-unstyled.childs_2 {
    flex-direction: column;
}

#menu ul li .megamenu.column1 ul.list-unstyled .second_level {
    width: 25%;
    padding-right: 30px;
    padding-bottom: 8px;
}

#menu ul li.menu_manufactures .megamenu.column1 ul.list-unstyled .second_level {
    padding-bottom: 0;
}

#menu ul li.menu_manufactures .second_level {
    min-width: 20% !important;
}

#menu ul li .megamenu.column1 ul.list-unstyled.childs_2 > li > a:hover {
    text-decoration: underline;
}

#menu ul li .megamenu.column1 ul.list-unstyled.childs_2 > li > a:hover svg {
    margin-right: 2px;
    margin-left: 3px;
}

#menu ul li .menu_shape {
    margin-left: 10px;
    width: 10px;
    height: 6px;
    background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L5%205L9%201%22%20stroke%3D%22%23171D28%22%20stroke-width%3D%221.125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    background-size: cover;
    background-repeat: no-repeat;
}

/* Megnor Category CSS */
.catgory-left {
    width: 24%;
    float: left;
    padding-right: 30px;
}

#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu li.dropdown:hover .dropdown-menu {
    display: block;
}

#nav-one .hiden_menu .dropdown-menu li.dropdown .dropdown-menu {
    display: none;
}

#nav-one > li > .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 25px;
    left: 100%;
    top: 0;
    border-radius: 0;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    border: none;
}

.box-content-category ul .childs_1 li {
    padding: 0 0;
    border: none;
}

.box-content-category ul li {
    line-height: 21px;
}

.dropdown {
    position: relative;
}


.top_level.hiden_menu {
    position: relative;
}

#nav-one li .megamenu ul.childs_1 {
    padding: 0 10px;
}

#nav-one li .megamenu.column1 ul.childs_1 {
    padding: 0;
    display: inline-block;
    width: 100%;
    border: medium none;
}

#nav-one > li > .dropdown-menu.megamenu.column1 a, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown > a, #nav-one .hiden_menu .dropdown-menu a {
    border: none;
    padding: 8px 0 8px 15px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: inherit;
}

#nav-one > li > .dropdown-menu.megamenu.column1 li a:after {
    display: none;
}

#nav-one li ul {
    display: table-cell;
    float: none;
}

#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}

#nav-one li .megamenu ul.list-unstyled > li.dropdown > a {
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 10px 0;
    border: none;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.quickview-model .product-right .desc {
    font-weight: 500;
    padding: 0 10px 0 0;
}

.productpage-quickview .rating-wrapper {
    margin-bottom: 15px;
}

.quickview-model .page-title {
    display: none;
}

.box-content-category ul .childs_1 li img {
    margin: 20px 0 10px 0;
}

#nav-one li .megamenu ul.list-unstyled > li.dropdown > a:hover {
    color: #f6d000;
}

/* Megamenu*/
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}

/* more menu */
.dropmenu li:hover ul, .dropmenu li div li:hover div {
    display: block;
}

/* end of more menu */
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    border: none;
    box-shadow: none;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    padding: 8px 0 8px 15px;
    border: none;
}

.box-content-category .list-unstyled.childs_2 {
    padding: 0;
}

.main-menu > ul > .dropdown ul > li:last-child > a, .hiden_menu .top_level:last-child > a {
    border: medium none;
}

.main-menu > ul > .dropdown .megamenu.column1 ul > li.dropdown:last-child > a {
    border-bottom: 1px dashed #d9d9d9;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before, #nav-one > li.top_level.dropdown .megamenu.column1 .list-unstyled.childs_1 li a::before, #nav-one .hiden_menu .dropdown-menu a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 14px;
    position: absolute;
    right: auto;
    top: 8px;
    left: 0;
    font-weight: 400;
    background: none;
}

#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    position: absolute;
    border-radius: 0;
    padding: 15px 0 15px 15px;
    display: none;
    margin: 0;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    min-width: 200px;
}

.column_left_cms .box.last .list-group {
    border-bottom: medium none;
    margin-bottom: 0;
    padding: 4px 0 0;
}

.column_left_cms .box.last {
    margin-bottom: 0;
}

/* Megnor Category CSS */
/* 1-col layout */
.layout-1 #content {
    padding: 15px;
}

.layout-2.left-col #column-left {
    padding: 0;
    width: 19%;
}

.layout-2.right-col #column-right {
    width: 16.66%;
    padding: 0;
}

/* product info page */
#tabs_info.product-tab {
    padding: 0;
    margin-top: 70px;
}

.product-tab .nav-tabs > li > a {
    color: #000 !important;
    font-weight: 400 !important;
    background: #d4d4d4;
}

.product-tab .nav-tabs > li.active > a {
    background: #000;
    color: #fff !important;
}

.product-tab .nav-tabs > li {
    margin: 0 5px 0 0;
}

.layout-2 .content-bottom #content {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

/* 3-col layout */
.layout-3 #column-left {
    width: 24%;
}

.layout-3 #column-right {
    width: 24%;
}

.layout-3 #content {
    width: 52%;
}

/* content */
.layout-2.left-col #content.productpage-quickview {
    float: right;
    padding: 20px;
}

.common-home #content {
    padding: 0;
}

/* footer */

footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #171D28;
    margin-top: auto;
}

.common-home footer {
    margin-top: 0;
}

footer h5 {
    margin: 0 0 12px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

#footer .column li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
}

#footer .column ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-area.col-sm-3.column {
    width: 36%;
    padding: 0 15px;
}

#footer .column li a:hover {
    color: #fff;
}

#footer .footer-area li a::before {
    display: none;
}

#footer .footer-area li a {
    padding: 0;
}

.footer-blocks {
    margin: 0 -15px;
}

.txt-call {
    color: #949494;
    font-weight: 500;
}

.txt-mob {
    font-size: 38px;
    color: #fff;
    width: 100%;
}

.footer-area ul li.txt-address {
    color: white;
    margin-top: 15px;
    margin-bottom: 25px;
}

.newsletter {
    float: left;
    width: 40%;
    margin: 13px 0 0 30px;
}

#footer {
    padding: 48px 0;
}

.footer-top {
    padding: 11px 0;
    height: 85px;
    float: left;
    width: 100%;
    border-top: 1px solid #545454;
    margin: 20px 0 0;
}

/* New CSS */
.product-block.product-thumb.transition {
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

.hometab .row, .ProductbyCategory .row, .featured .row {
    background: #fff;
    border-radius: 5px;
}

.manufacture_block {
    float: left;
    padding: 10px 0 10px;
    width: 100%;
    text-align: left;
}

.manufacturer_title {
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    border: none;
    padding: 0;
}

.manufacturer_title::before {
    content: none;
}

.manufacture_block ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-left: 15px;
}

.manufacture_block ul li {
    display: inline-block;
    padding: 0 15px 2px 10px;
}

.manufacturer_item a {
    color: white;
}

.manufacturer_item a:hover {
    color: #fff;
}

.manufacture_block ul li:last-child {
    background: none repeat scroll 0 0 transparent;
}

.newsletter label {
    display: none;
}

.newsletter .input-news {
    width: 100%;
    position: relative;
}

.input-news .text-danger {
    color: #da2128;
    position: absolute;
    left: 0px;
}

.subscribe-btn {
    width: auto;
    float: right;
    position: relative;
}

.newsletter .form-group {
    margin: 0;
    float: left;
    width: 100%;
}

.newsletter #txtemail {
    height: 40px;
    width: 100%;
    padding: 10px 120px 10px 20px;
    background: #efefef;
}

.newsletter .form-control::placeholder {
    color: #9a9a9a;
}

.newsletter .btn.btn-lg {
    background: #000;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
}

.txt-news {
    float: left;
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    padding: 22px 0 0 80px;
    position: relative;
}

.txt-news > i {
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 18px;
    transform: rotate(-30deg);
}

.newsletter .btn.btn-lg:hover {
    color: #000;
    background: #efefef;
}

#account-order .col-sm-6.text-right {
    clear: both;
    margin-bottom: 10px;
    width: auto;
}

#contact ul li, .newsletter ul li {
    line-height: 22px;
}

#contact li.call-num {
    margin-top: 15px;
}

#product .form-group .radio {
    position: relative;
    margin-top: 0;
}

#product .form-group .radio label {
    padding: 8px;
    border-radius: 8px;
    background-color: #fff;
    border-color: transparent;
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: center;
    text-align: center;
    height: 100%;
}

#product .form-group .radio label.color-label.image {
    min-width: 80px;
    width: min-content;
    gap: 8px;
}

#product .form-group .radio label.image-available {
    max-width: 90px;
    word-break: break-word;
}

#product .form-group .radio label::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 9px;
    background: linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
    z-index: -1;
}


#product .form-group .radio label.colored {
    background-color: transparent;
}

#product .form-group .radio label img {
    height: 86px;
    width: 64px;
    object-fit: cover;
    border-radius: 6px;
}

#product .form-group .radio label:hover {
    box-shadow: 1px 1px 4px 0 #FFCE83;
}

#product .form-group #input-quantity, .quickview-model #input-quantity {
    width: 100px;
    height: 38px;
    padding: 8px;
    text-align: center;
    margin-right: 0;
}


.common-home .box-content-category {
    display: block;
}

.box-category-top {
    float: left;
    width: auto;
    position: relative;
    padding: 17px 67px 18px 50px;
    cursor: pointer;
    background: #fff;
    border-left: 2px solid #ffd21d;
    border-right: 2px solid #ffd21d;
    margin-left: -2px;
}

.box-category-top::before {
    position: absolute;
    content: "";
    background: url("../image/megnor/list.png") no-repeat scroll center center;
    left: 20px;
    width: 20px;
    height: 20px;
}

.quickview-container .wish-comp {
    margin-top: 16px;
}

#button-cart2 {
    margin-top: 16px;
    float: left;
}

.box-content-category {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 260px;
    z-index: 999999;
    border: 2px solid #ffd21d;
    border-top: none;
    display: none;
    left: -2px;
}

.header_bottom .box-content-category.active {
    display: block;
}

#nav-one li.hiden_menu .dropdown-inner {
    display: none;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.box-content-category .hiden_menu span.main {
    padding: 13px 85px 13px 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.box-content-category .hiden_menu span.main:hover {
    color: #f6d000;
}

.box-content-category .hiden_menu span.main::after {
    content: " ";
    position: absolute;
    right: auto;
    top: 18px;
    left: 25px;
    background: rgba(0, 0, 0, 0) url("../image/megnor/more.png") no-repeat scroll center 2px;
    width: 10px;
    height: 10px;
}

.box-content-category .hiden_menu span.main.active::after {
    background-position: left -28px;
}

.box-content-category .hiden_menu span.main:hover::after {
    background: rgba(0, 0, 0, 0) url("../image/megnor/more_hover.png") no-repeat scroll center 2px;
}

.box-content-category .hiden_menu span.main.active:hover::after {
    background-position: left -28px;
}

.box-content-category .hiden_menu span.main:hover::before {
    background: rgba(0, 0, 0, 0) url("../image/megnor/Arrow.png") no-repeat scroll center -54px;
}

.bottomfooter {
    float: left;
    padding: 20px 0 0;
    width: 100%;
    border-top: 1px solid #4d4d4d;
}

p.powered {
    float: left;
    margin: 0;
    color: white;
}

p.powered > a {
    color: #c1c1c1;
    text-decoration: underline;
}

.footer-logo {
    float: left;
    margin-top: 10px;
}

.content-top-breadcum {
    float: left;
    width: 100%;
    height: 0;
}

.common-home .content-top-breadcum {
    display: none;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    position: relative;
    white-space: nowrap;
    line-height: 14px;
}

.breadcrumb > li a:hover {
    color: #000;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
    color: #C4C4C4;
}

.col-xs-11.col-sm-3.alert span a:hover {
    text-decoration: underline;
}

.dropdown-menu {
    top: 89%;
}

.box .filterbox {
    border: medium none;
}

.panel-footer {
    background-color: transparent !important;
    border-top: medium none !important;
    padding: 0 !important;
}

.panel-footer.text-right {
    text-align: left;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: transparent !important;
    color: #000;
}

.list-group-item {
    border: none;
}

#column-left .list-group-item.heading {
    font-weight: 500;
    color: inherit;
    font-size: 15px;
}

.list-group a {
    line-height: 30px;
    /*text-transform: capitalize;*/
}

.fa.fa-pencil {
    margin-right: 5px;
}

#column-left .checkbox > label {
    text-transform: capitalize;
    font-size: 14px;
}

#column-left .checkbox > label:hover {
    color: #000;
}

.alert-success {
    width: 100%;
    float: right;
}

.list-group-item.group-name {
    color: #1f2022;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 18px;
}

.filterbox .panel-footer {
    padding: 0 0 15px;
    text-align: left;
    border: medium none;
    background: #fff;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb .image {
    text-align: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 0;
}

.product-layout.product-6-grid {
    padding: 0 10px;
}

.product-layout.product-grid {
    padding: 0 10px;
    float: left;
    min-height: 395px;
    margin-bottom: 20px;
}

#content .box .box-content.product_combine {
    margin: 15px -10px 0;
    display: flex;
    flex-wrap: wrap;
}

.product-details .caption {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 10px;

    .btn__gold {
        margin-top: auto;
    }
}

.product-layout.product-list {
    padding: 0 10px 20px;
    margin: 0 0 10px;
}

.product-layout.product-list .product-block-inner .product-block__item {
    flex-direction: row;
    align-items: center;
}

#content .product-grid .product-block {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    height: 100%;
}

.row.cat_prod {
    margin: 0 -15px;
}

.alert-success .fa.fa-check-circle {
    margin-right: 5px;
}

.product-thumb h4 {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 10px;
    float: left;
    width: 100%;
    text-transform: capitalize;
}

.product-list .product-thumb h4 a {
    color: #000;
}

.product-list .product-thumb h4 {
    font-size: 16px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin: 0;
}

.product-list .description {
    float: left;
    width: 100%;
    margin: 0;
    color: #555;
    line-height: 24px;
    text-align: left;
}

.product-list .product-details .product_hover_block {
    right: auto !important;
    margin-top: 10px;
}

.product-list .stock_status {
    margin: 0;
    height: auto;
    width: auto;
    font-size: 14px;
    padding: 9px 15px 9px 15px;
    text-transform: uppercase;
}

.product-details .rating {
    float: left;
    width: 100%;
}

.product-details .rating span:last-child {
    display: none;
}

#column-left .product-thumb .price {
    width: 100%;
}

#column-left .product-thumb .price-new {
    float: left;
}

#column-left .product-thumb .price-old {
    float: left;
    margin-left: 8px;
}

#column-left .product-thumb .caption {
    min-height: 0px;
}

#special-carousel .product-carousel .product-thumb .caption {
    padding: 10px;
}

.account-wishlist table .text-center img {
    border: 1px solid #e5e5e5;
}

.pagination-wrapper .active > span {
    background: #d4d4d4 none repeat scroll 0 0 !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    color: #000 !important;
    padding: 6px 12px;
}

#footer .row .product-block {
    border: none;
}

#footer .row .product-block:hover {
    border: none;
}

#carousel-0 .product-block:hover, #carousel-0 .product-block {
    border: medium none;
}

.rating .fa-stack, #review .fa-stack {
    font-size: 8px;
    width: 10px;
    color: #ddd;
    height: 13px;
}

.rating .fa-star, #review .fa-star, .rating-wrapper .fa-star {
    color: #f6d000;
    font-size: 11px;
    height: 13px;
}

.rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o, .rating-wrapper .fa-star + .fa-star-o {
    color: #f6d000;
}

.rating .fa-star.off, .rating-wrapper .fa-star.off, #review table .fa-star.off {
    color: #ccc;
}

h2.price {
    margin: 0;
}

.productpage .nav-tabs > li.active > a {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
}

#content #tabs_info .nav.nav-tabs {
    padding: 0;
    border-bottom: 2px solid #f0f0f0;
}

.product-thumb .price {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.product-thumb .list .price {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.product-thumb .list .price-new {
    font-size: 18px;
}

.product-thumb .price-old {
    color: #a1a1a1;
    text-decoration: line-through;
    font-size: 14px;
    margin: 0 0 0 5px;
    font-weight: 400;
}

.product-thumb .price-tax {
    color: #808080;
    display: none;
    font-size: 12px;
    width: 100%;
}

.product-list .product-thumb .price-tax {
    display: block;
    clear: both;
    line-height: 18px;
    margin: 5px;
}

.myaccount-menu.dropdown-menu > li > a {
    padding: 6px 10px !important;
    margin-right: 0;
    font-size: 12px;
}

.product-list .product-block .product-details.list .compare {
    display: block;
}

.product-block .product-details .caption h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.product-block .product-details .caption h4 > a + a {
    flex-shrink: 0;
}

.product-block .product-details .caption h4 .fa {
    font-size: 18px;
}

.product-block .product-details .caption .btn__link {
    padding-top: 16px;
}

.product-block .product-details .caption .price {
    text-align: center;
    font-size: 14px;
}

.product-block .product-details .caption .price .cur {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.product-block .product-details .caption ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 28px;
    overflow: hidden;
}

.product-block .product-details .caption ul > li.badge {
    margin-right: 4px;
    margin-bottom: 4px;
    cursor: pointer;
    padding: 0 8px;
    gap: 8px;
    border-radius: 8px;
    background-image: linear-gradient(white, white), linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
    border: 1px solid transparent;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-family: Inter, serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    color: #121212;
    text-transform: uppercase;
}

.product-details li.badge.active {
    background-color: #0E6A93;
}

.product-block .image_cover img {
    width: 100%;
}

.productpage .form-group.qty .wishlist::before {
    content: "\f08a";
    font-family: "fontawesome";
    font-size: 15px;
    font-weight: 500;
    margin-right: 7px;
}

.productpage .form-group.qty .compare:before {
    content: "\f24d";
    font-family: "fontawesome";
    font-size: 15px;
    font-weight: 500;
    margin-right: 7px;
}

#product span.customSelect, #product .form-group select {
    height: 40px;
    color: #7a7a7a;
    padding: 9px 15px 10px 15px;
    border: 1px solid #e8e9eb;
}

.product-list .product_hover_block {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: relative;
    bottom: -10px;
    clear: both;
    z-index: 9;
}

.header-cart .cart-menu li a {
    margin: 0;
    padding: 0 !important;
    height: auto;
    width: 100%;
    float: right;
    text-align: center;
}

.cart-menu .total-table .text-right {
    border: none;
}

.cart-menu .total-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
}

#column-left .product_hover_block, #column-right .product_hover_block {
    display: none;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > img {
    width: 100%;
}

.thumbnails .image-additional {
    float: left;
}

.product-info .image {
    margin-bottom: 30px;
}

.product-info .image .thumbnail {
    border: 1px solid #ddd;
    margin: 0;
}

.product-info .zoomContainer {
    z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.product-info .image-additional img {
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    max-height: 86px;
}

.product-right .btn-group .wishlist .fa, .product-right .btn-group .compare .fa {
    padding: 0;
    text-align: center;
    margin: 0;
}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px
}

.productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .quickview .form-group.qty .wishlist, .quickview .form-group.qty .compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    padding: 7px 5px;
    color: inherit;
}

.productpage .form-group.qty .wishlist:hover, .productpage .form-group.qty .compare:hover, .quickview .form-group.qty .wishlist:hover, .quickview .form-group.qty .compare:hover {
    color: #000;
}

.productpage #input-quantity, .quickview #input-quantity {
    float: left;
    margin-right: 15px;
    width: auto;
    height: 38px;
    text-align: center;
}

.form-group.qty .control-label {
    float: left;
    margin: 10px 10px 0 0;
}

/* box */
.box {
    margin-bottom: 0;
    clear: both;
}

#column-left .box .box-heading, #column-right .box .box-heading {
    padding: 10px 15px;
    font-size: 16px;
    position: relative;
    background: #d4d4d4;
}

#column-left .box .box-heading::before, #column-right .box .box-heading::before {
    content: "";
    border-bottom: 1px solid #dddd;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.service-banner .box-heading {
    display: none;
}

.box-heading {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 22px;
    color: #222;
}

.box.special {
    position: relative;
    float: left;
    width: 100%;
}

#content .box .box-heading, .box.related_prd .box-heading {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    float: left;
    text-align: center;
    width: 100%;
    color: #000;
    margin-bottom: 60px;
}

#content .hometab-heading.box-heading {
    width: auto;
    margin: 0;
}

.header_top .account {
    float: right;
    width: auto;
    border: none;
    padding: 0;
    margin: 20px 0 0;
}

#content .box .box-content, .related_prd .box-content {
    border: none;
    padding: 0;
    clear: both;
    margin: 0 -15px;
    position: relative;
}

.row .additional-carousel .product-block:hover {
    border: none;
}

#products-related {
    position: relative;
}

.productbox-grid .product-items {
    float: left;
}

.additional-carousel .slider-item {
    float: left;
    width: 25%;
}

.box .box-content ul, #content .content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.all-blog .panel-default .panel .panel-body h5 {
    text-align: left;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.box .box-content ul li, #content .content ul li {
    line-height: 22px;
    padding: 4px 0;
    border-bottom: 1px dashed #e4e4e4;
}

.box .box-content ul li:last-child, #content .content ul li:last-child {
    border: medium none;
}

.box .box-content ul li a + a, .box .box-content ul li a + a:hover {
    background: none;
    padding-left: 0;
}

.box .box-content ul ul {
    margin-left: 0px;
}

.product-grid li, #content .box-product .product-items {
    float: left;
    position: relative;
}

#tablatest-grid .product-items {
    margin-bottom: 40px;
}

#content .image-additional .slider-item .product-block {
    margin: 0 5px;
    display: inline-block;
}

.banners-slider-carousel .product-block:hover .product-block-inner {
    box-shadow: none;
}

.product-block-inner {
    position: relative;
    padding: 0 15px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.product-layout .product-block-inner {
    margin: 0;
    padding: 0;
    height: 100%;
}

.grid_default_width {
    width: 225px;
}

.module_default_width {
    width: 230px;
}

.latest_default_width {
    width: 320px;
}

.popular_default_width {
    width: 320px;
}

@media (max-width: 1440px) and (min-width: 1201px) {
    .popular_default_width, .latest_default_width {
        width: 280px;
    }
}

@media (max-width: 1200px) and (min-width: 980px) {
    .popular_default_width, .latest_default_width {
        width: 240px;
    }
}

@media screen and (max-width: 979px) {
    .popular_default_width, .latest_default_width {
        width: 220px;
    }
}

.special_default_width {
    width: 250px;
}

.related_default_width {
    width: 250px;
}

.bestseller_default_width {
    width: 240px;
}

.additional_default_width {
    width: 100px;
}

#content .banners-slider-carousel .product-carousel .product-block-inner, #content .banners-slider-carousel .product-grid .product-block-inner {
    text-align: center;
}

.product_hover_block {
    z-index: 9;
    position: absolute;
    right: -90px;
    bottom: 10px;
    transition: all 500ms ease 0s;
}

.product-block-inner:hover .product_hover_block {
    right: 10px;
    transition: all 500ms ease 0s;
    top: calc(100% - 45px);
}

.product-block-inner .product-block__item {
    position: relative;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #F3F5F7;
    border-radius: 12px;
}

.product-block-inner .product-block__item .caption ul > li.badge.active {
    background: linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
}

.product-block-inner:hover .product-block__item {
    background-image: linear-gradient(#F3F5F7, #F3F5F7), linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    height: 100%;
}

.image_cover .product_hover_block {
    position: absolute;
    top: calc(100% - 45px);
    bottom: auto;
}

.product_hover_block .action {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.product_hover_block .action button, .quickbox {
    background: #d4d4d4 url("../image/megnor/product.png") no-repeat scroll 0 0;
    float: left;
    height: 33px;
    width: 33px;
    border: none;
    position: relative;
    font-size: 0;
}

.product_hover_block .action button.cart_button {
    background: #131313 url("../image/megnor/cart.svg") no-repeat scroll 6px 6px;
    background-size: 20px;
}

.product-list .product_hover_block .action button.cart_button {
    background: #000 url("../image/megnor/cart.svg") no-repeat scroll 10px 7px;
    background-size: 20px;
    padding: 9px 15px 9px 40px;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
}

.product_hover_block .action button.cart_button:hover {
    background-color: #d4d4d4;
}

.product_hover_block .action .quickview-button:hover .quickbox,
.product_hover_block .action button:hover {
    background-color: #000;
}

.product_hover_block .action button.wishlist {
    background-position: 7px -92px;
    margin: 5px 0;
    margin-left: 3px;
}

.product_hover_block .action button.compare_button {
    background-position: 7px -145px;
}

.quickview-button {
    float: left;
    background: #d4d4d4;
}

.quickbox {
    background-position: 7px -43px;
}

#productcategory-carousel .product_hover_block {
    left: 15px;
}

.product_hover_block button .fa {
    font-size: 14px;
}

.product-6-grid .product-block .image_cover {
    padding: 8px;
}

.product-block .product-details {
    padding: 8px 8px 16px 8px;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
}

.product-grid .description {
    display: none;
}

#content .banners-slider-carousel .product-block {
    margin: 5px 15px;
    cursor: pointer;
}

#content .banners-slider-carousel .product-block .product-block-inner {
    padding: 15px 0 !important;
}

.product-list .product-details {
    width: 75%;
    border: none;
}

.image_content {
    position: absolute;
    height: 100%;
    width: 100%;
}

.product-info .product-image .customNavigation span.prev:hover::before, .product-info .product-image .customNavigation span.next:hover::before {
    background-color: #d70044;
    color: #ffffff;
}

/*testimonial*/
.testimonial_default_width {
    width: 250px;
}

.testimonial-cms {
    float: left;
    width: 100%;
    background-size: cover;
    padding: 80px 0 100px;
    margin-top: 40px;
}

.peoplesay-block {
    float: left;
    width: auto;
    margin: 0 15px;
    position: relative;
}

.homepage-testimonials-inner.products.block_content {
    margin: 0 -15px;
    position: relative;
}

.homepage-testimonials-inner.products.block_content .customNavigation {
    top: 55%;
}

.testimonial-cms .container {
    padding: 0;
}

.left-img img {
    max-width: 100%;
}

#content .testimonials.box .box-heading {
    color: #fff;
}

.test-dec {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.test-dec a {
    color: #fff !important;
    font-size: 15px;
}

.testimonial_inner:hover .customNavigation {
    display: block;
}

/*testimonial*/

#column-left .swiper-pagination.swiper-pagination-bullets {
    display: none;
}

#content .product-list .product-block .image {
    float: left;
    width: auto;
}

.banners-slider-carousel {
    margin: 0 0 30px;
    width: 100%;
    float: left;
}

.banners-slider-carousel .product-carousel .slider-wrapper-outer {
    padding: 0;
}

#column-left .box-product,
#column-right .box-product {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px 10px 0px;
}

#column-left .box-product .product-block-inner, #column-right .box-product .product-block-inner {
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
}

#column-left .box-product > div,
#column-right .box-product > div {
    display: block;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image, #column-right .box-product .image {
    display: block;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    border: 1px solid #ddd;
    width: auto;
}

#column-left .product-block:hover, #column-right .product-block:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
    float: left;
    width: 64%;
    overflow: hidden;
    padding: 5px 0 0;
    border: none;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
}

#column-left .product-details .rating {
    margin: 0;
}

#column-left .special .product-thumb .caption,
#column-right .special .product-thumb .caption {
    width: 100%;
}

.content_headercms_bottom .tags > a:last-child::after {
    border-right: medium none;
}

#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
    margin: 0 0 5px;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#column-left .product-thumb .price, #column-right .product-thumb .price {
    text-align: left;
}

#column-left .box-product .name,
#column-right .box-product .name {
    display: block;
}

#column-left .product-thumb, #column-right .product-thumb {
    border: none;
    margin-bottom: 0px;
    padding: 0 0 5px;
    float: left;
    width: 100%;
}

#column-left .price-tax, #column-left .wishlist, #column-left .compare,
#column-right .price-tax, #column-right .wishlist, #column-right .compare {
    display: none !important;
}

#column-left .container, #column-right .container {
    width: auto
}

#column-left .box, #column-right .box {
    margin-bottom: 30px;
    position: relative;
}

.top_button {
    background: linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
    font-size: 0;
    cursor: pointer;
    width: 32px;
    height: 32px;
    right: 0;
    bottom: 50px;
    position: fixed;
    text-align: center;
    z-index: 999;
    color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px;
}

#content ul.list-unstyled {
    margin-bottom: 16px;
    overflow: auto;
    padding: 0;
}

#content ul.list-unstyled li {
    line-height: 20px;
    padding: 4px 0;
}

.manufacturer-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #d4d4d4;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.manufacturer-heading > a {
    padding-top: 72px;
    margin-top: -72px;
}

.brand-name {
    float: left;
    border: 1px solid #e8e9eb;
    margin: 10px;
}

.main-menu .brand-name a {
    padding: 0;
}

.main-menu .brand-name a span {
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 5px 14px 6px;
    border-top: 1px solid #e8e9eb;
}

.manufacturer-content-home {
    float: left;
    width: 100%;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

.col-sm-4.total_amount {
    margin-top: 70px;
}

.product-tag {
    margin: 5px 0;
}

.aboutus {
    clear: both;
    margin-bottom: 20px
}

.aboutus h3 {
    margin-bottom: 10px;
}

.image1 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}

.image4 {
    background: url("../image/megnor/cms-sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}

.aboutus h2 {
    clear: both;
    font-size: 20px;
}

.about-content {
    overflow: hidden;
}

.information-information .right {
    float: right;
}

.category_filter #grid-view, .category_filter #list-view {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border: none;
    padding: 7px 10px;
    box-shadow: none;
    background-color: white;
    color: #333;
    transition: 300ms;
}

.category_filter #grid-view.active, .category_filter #list-view.active {
    background-color: #e9e9e9;
}

.category_filter #grid-view i, .category_filter #list-view i {
    font-size: 18px;
}

.category_filter #grid-view:not(.active):hover, .category_filter #list-view:not(.active):hover {
    background-color: #da2128;
    color: white;
}

#column-left .swiper-viewport, #column-right .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0 0 30px;
    border-radius: 0;
}

.category_filter .btn-list-grid {
    width: auto;
    padding: 0px 5px 0px 5px;
}

.compare-total {
    float: left;
    margin: 7px 20px 0;
}

.pagination-right {
    float: right;
    margin: 0;
    width: auto;
}

.category_filter .sort-by {
    float: left;
    margin: 7px 10px 0 0;
    width: auto;
    padding: 0;
}

.category_filter .show {
    float: left;
    margin: 7px 10px 0;
    padding: 0;
    width: auto;
}

.category_filter .sort {
    float: left;
    width: 150px;
    padding: 0;
}

.category_filter .limit {
    float: right;
    width: 100px;
    padding: 0;
}

.sort-by-wrapper, .show-wrapper {
    float: left;
}

.show-wrapper {
    margin: 0;
}

.category_filter .btn-group {
    display: flex;
    align-items: center;
}

.category_filter .btn-group > p {
    margin-bottom: 0;
    margin-right: 10px;
}

.category_filter .list.active, .category_filter .grid.active { /*background:#428bca;*/
}

.category_thumb .category_description {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.row.category_thumb {
    margin: 0 -15px;
    padding: 0;
}

.category_img img {
    margin-bottom: 10px;
    border: none;
    max-width: 100%;
}

.category_list ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 8px;
}

#content .refine-search {
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: capitalize;
}

.refine-search ul {
    padding: 0;
}

.refine-search ul li {
    list-style: none;
}

.category_list li a {
    display: block;
    border: 1px solid #F3F5F7;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #171D28;
}

.category_list li a span {
    color: #A7A7A7;
}

.category_list li a:hover {
    color: #000;
    border-color: #000;
}

.category_list li {
    list-style: outside none none;
    margin: 0;
}

.pagination-wrapper {
    border: none;
    display: inline-block;
    margin: 10px 0 0;
    padding: 0px;
    width: 100%;
    background: none;
}

.pagination > li:last-child {
    margin: 0;
}

.category_filter {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 100%;
    margin-top: 14px;
}

.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
    margin-top: 6px;
}

.pagination-wrapper .page-result {
    float: left;
    padding: 0;
    width: auto;
    margin: 13px 0 13px;
}

.left .address-detail {
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.left strong {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
    color: #3d3d3d;
}

.left .btn.btn-info {
    margin-bottom: 20px;
}

.row.contact-info {
    margin: 0;
}

.information-contact .content-top-breadcum {
    display: none;
}

.information-contact .panel-body {
    padding: 0
}

.information-contact .panel {
    border: medium none;
    box-shadow: none;
    margin: 0;
    display: none;
}

.map_button {
    clear: both;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #000;
    padding: 12px 15px;
    cursor: pointer;
    color: #fff;
}

.map_button > i {
    font-size: 18px;
}

.contact-form-design .left {
    float: left;
    width: 28%;
    margin-right: 30px;
    padding: 34px 20px;
    position: relative;
    z-index: 9;
    border: 2px solid #e8e9eb;
}

.contact-form-design.container {
    padding: 30px;
    background: #fff;
    margin: 70px auto 100px;
    position: relative;
}

.checkout-cart .alert.alert-danger {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
    color: #000;
}

.spinner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
}

.main-slider {
    position: relative;
    float: left;
    width: 100%;
    height: calc(100vh - 164px);
}

.main-slider img {
    border: none;
    width: 100%;
}

.information-sitemap .sitge-map ul {
    padding: 0 0 0 20px;
}

.forget-password {
    margin: 5px 0 0;
}

.product-compare .btn-primary {
    margin: 5px 0 5px;
}

.productpage .write-review, .productpage .review-count {
    margin: 0 10px;
    text-transform: capitalize;
}

.productpage .rating-wrapper, .quickview .rating-wrapper {
    margin: 10px 0 15px;
}

.productpage .productpage_details {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.productpage #tabs_info {
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
    padding: 30px;
}

.productpage .productpage_details .product-left {
    padding: 0;
    width: 445px;
}

.productpage .productpage_details .product-right {
    margin-left: 30px;
    width: 45%;
}

#content .productpage_details #column-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 238px;
}

.productpage #banner0.owl-carousel {
    overflow: visible;
}

.productpage #banner0 .owl-pagination {
    bottom: -30px;
}

.productpage #banner0 .owl-page {
    border: 2px solid #000000;
}

.productpage #banner0 .owl-page > span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}

/* Product tab*/
.content_product_block {
    margin: 20px 0;
}

#custom_tab.product-tabs {
    overflow: hidden;
}

#custom_tab > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#custom_tab li {
    float: left;
    margin: 0;
}

#custom_tab.product-tabs a.selected {
    color: #3d3d3d;
    font-weight: 500;
    background: #e8e9eb;
}

#custom_tab.product-tabs a {
    background: none repeat scroll 0 0;
    color: #7a7a7a;
    float: left;
    padding: 10px 15px;
    text-transform: capitalize;
    margin-right: -1px;
}

#custom_tab.product-tabs a:first-child {
    padding: 10px 15px 10px 15px;
}

#custom_tab ul li a {
    color: #aaaaaa;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.content_product_block .tab_product {
    border: 3px solid #e8e9eb;
    padding: 20px;
    font-size: 13px;
    position: relative;
}

.productpage .tab_product b, .productpage .tab_product strong {
    font-weight: 500;
    color: #000;
    font-size: 13px;
}

#cart .button-container b, #cart .button-container strong {
    font-weight: 400;
}

.size_guide_table {
    border: 1px solid #f0f0f0;
    width: 100%;
}

.size_guide_table tbody th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}

.size_guide_table tbody th {
    color: #262626;
    font-weight: bold;
    padding: 7px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.size_guide_table tbody td {
    padding: 5px 8px;
}

.productpage .product-left {
    padding: 0;
    margin: 0;
    width: 33.33%;
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.productpage .product-right {
    padding: 0 0 0 30px;
    width: 66.66%;
}

.productpage .product-right .fa {
    font-size: 20px;
}

.quickview .review-count, .quickview .write-review {
    display: none;
}

#content.productpage ul.list-unstyled {
    border-bottom: medium none;
}

#content ul.list-unstyled.attr span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.content-top-breadcum .container {
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 20px;
}

.common-home .content-top-breadcum .container {
    display: none;
}

#content ul.list-unstyled.attr {
    padding-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-bottom: 20px;
}

#content ul.list-unstyled.attr li {
    clear: both
}

.productpage .product-right ul.price, .productpage .product-right ul.price {
    padding-bottom: 10px
}

#content ul.list-unstyled.price li {
    float: left;
    padding: 2px 0;
    font-size: 13px;
    color: #000;
}

.productpage .product-right ul li span.old-price, .productpage .product-right ul li span.special-price {
    margin-left: 10px;
    color: #9f9f9f;
}

.productpage .product-right ul li.discount, .productpage .product-right ul li.rewardpoint, .productpage .product-right ul li.price-tax {
    clear: both;
}

.quickview .page-title {
    display: none;
}

.refine-search, .product-title, .product-option {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
}

.category_description > p {
    margin: 0;
}

#bottom-footer li {
    display: inline;
    padding: 1px 7px 1px 2px;
    background: url("../image/megnor/pipe.gif") no-repeat scroll right center transparent;
}

#bottom-footer li.contact {
    background: none;
}

.account-address .table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px;
}

.account-address .btn-info {
    margin: 2px 0;
}

.affiliate-account .btn-primary .list-group-item, .affiliate-account .btn-primary .list-group-item:hover {
    padding: 0;
    background: none;
    color: #fff;
}

.shopping-cart .img-thumbnail {
    width: auto;
}

.shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
}

#accordion label.col-sm-2.control-label {
    margin: 7px 0 0;
    padding: 0 13px 0 0;
}

#accordion #collapse-shipping label.col-sm-2.control-label {
    padding: 0 15px;
}

.checkout-checkout #accordion label.col-sm-2.control-label {
    padding-left: 15px;
}

.checkout-cart .input-group-btn:last-child > .btn-group {
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

.col-sm-3.search_subcategory {
    width: 100%;
    margin-top: 7px;
}

.box .box-content .megamenu ul li ul li {
    padding: 0;
}

#column-left .treeview-list .expandable .collapsable-hitarea::before, #column-left .treeview-list .expandable-hitarea::before,
#column-left .treeview-list .collapsable .expandable-hitarea::before, #column-left .treeview-list .collapsable-hitarea::before {
    position: relative;
    top: 6px;
}

.box .box-content ul, #content .content ul {
    padding: 0;
    margin: 0px;
    list-style: none;
}

.box .box-content ul li {
    line-height: 23px;
    padding: 0px 25px;
    border-bottom: none
}

.box .box-content ul ul {
    margin-left: 10px;
}

#column-left .box .box-content ul li, #column-right .box .box-content ul li {
    padding: 0;
}

#column-left .box .box-content ul li a, #column-right .box .box-content ul li a {
    padding: 6px 0;
}

.box .box-content ul li:last-child a {
    border: medium none;
}

.box .box-content ul li ul li {
    padding: 0 25px;
    border-bottom: none;
}

#column-left .list-group .checkbox, #column-right .list-group .checkbox {
    margin-bottom: 15px;
}

#column-left .list-group, #column-right .list-group {
    padding: 15px;
}

.box .box-content .box-category {
    padding: 15px;
}

#content .content ul li {
    line-height: 22px;
    padding: 5px;
}

.box .box-content ul li ul li + li {
    border-top: medium none;
}

.box .box-content ul li a, #content .content ul li a {
    display: inline-block;
    text-transform: capitalize;
}

.box .box-content ul li a + a, .box .box-content ul li a + a:hover {
    background: none;
    padding-left: 0;
}

.box .box-content ul li a:hover, #content .content ul li a:hover {
    color: #000 !important;
}

.box .box-content ul ul {
    z-index: 99;
    width: auto;
}

#column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#column-right .single-banner {
    margin: 0;
}

.box .box-content ul ul li ul {
    padding: 0;
}

.box .box-content ul ul li:hover ul {
    display: block;
}

.navbar-nav > ul > li > a:hover .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.box-category-heading {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 12px 0px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
    line-height: 16px;
    display: none;
}

.box-category-heading .fa {
    float: left;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}

/* Tab cms */
.hometab, .ProductbyCategory, .featured {
    width: 100%;
    float: left;
}

.ProductbyCategory, .featured {
    padding: 0 0 70px;
}

.tab-head {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.htabs {
    float: right;
    width: auto;
}

.etabs {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.htabs .tab {
    float: left;
    width: auto;
}

.tab.middle {
    margin: 0 10px;
}

.htabs .etabs li:last-child {
    background: none;
}

.htabs a {
    display: block;
    float: left;
    cursor: pointer;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid transparent;
    padding: 3px 10px;
    font-size: 15px;
    color: #777;
}

.htabs a.selected, .htabs li.active a, .htabs a:hover {
    background: #000;
    color: #fff;
}

#tabs_info.product-tab .tab-content {
    padding: 20px 0;
    line-height: 24px;
}

.nav-tabs > li {
    border: none !important;
}

.tab-content .tab {
    display: none;
}

.box .box-content ul li:last-child ul li a {
    border-bottom: 1px dashed #e5e5e5;
}

.box .box-content ul li:last-child ul li:last-child a {
    border: medium none;
}

.product-column {
    float: left;
    width: 100%;
}

.btn.btn-danger {
    background-color: #d70044;
    transition: 0.1s;
}

.btn.btn-danger:hover {
    background-color: rgba(215, 0, 68, 0.85);
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff !important;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.table-responsive {
    width: 100%;
}

.table-responsive .shopping-cart .btn.btn-primary {
    margin: 0 10px;
}

.hometab .customNavigation a.prev:before:hover, .hometab .customNavigation a.next:before:hover {
    color: #fff
}

/* End Tab cms */

/*Megnor Blog CSS */
#information-information .megnorblog {
    float: right;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    display: none;
}

#information-information #content ul li {
    list-style: disc;
}

#information-information #content ol li {
    list-style: decimal;
}

.blog-mainhead {
    float: left;
    width: 100%;
    margin-bottom: 50px;
    margin-top: 20px;
}

.content_footer_right .post_hover {
    display: none;
}

.box.blogs {
    float: right;
    padding: 0;
    position: relative;
    width: 20%;
}

.blogs .box-head {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.box-head .blog_tagline {
    color: #808080;
    float: left;
    font-size: 14px;
    margin-bottom: 12px;
    display: none;
}

#content .box-product .blog-items {
    display: inline-block;
    float: left;
}

.blog-left {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
}

.blog-right {
    float: left;
    width: 100%;
    margin: 20px 0 20px;
    padding: 0 20px;
}

.blog-item .product-block {
    float: left;
    border: 1px solid #ddd;
    margin-bottom: 1px;
    width: 100%;
}

.blog-right h4 a {
    float: left;
    font-size: 16px;
    margin: 10px 0 0;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2a2a2a;
}

.footer-blocks .blog-item .blog-desc {
    display: none;
}

.content_footer_top .news-title3 {
    display: none;
}

.view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

.megnorblog .view-blog {
    float: left;
    width: auto;
    text-align: left;
    margin: 0;
}

.blog-desc {
    line-height: 24px;
    display: block;
    text-align: left;
    margin: 10px 0 0;
    width: 100%;
    float: left;
    color: #777;
}

.information-blogger-blogs .blog-desc {
    width: 100%;
    padding: 15px 0 0 0;
}

.blog-right h4 {
    margin: 0;
}

.blog-img {
    padding: 0px;
}

.blog-img .img-thumbnail {
    border: none
}

.blog-date {
    display: inline-block;
    float: left;
}

#content #blog-carousel, #content #blog-grid {
    padding: 0px;
    border: none;
    overflow: visible;
    float: left;
    width: 100%;
}

#content .box.blogs .box-content {
    padding: 0;
    margin: 0 -15px 0;
}

#content #blog-carousel .blog-item {
    /*	overflow: hidden;*/
    position: relative;
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 100%;
}

#blog-carousel.owl-carousel .owl-buttons div i {
    display: block;
    margin: 0;
    font-size: 22px;
}

#blog-carousel.owl-carousel .owl-buttons .owl-prev > i {
    padding: 9px 0;
}

#blog-carousel.owl-carousel .owl-buttons .owl-next > i {
    padding: 9px 0 0 3px;
}

.owl-carousel .owl-buttons .owl-prev {
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.box.megnorblog {
    float: left;
    width: 100%;
}

#content .box.megnorblog .box-heading {
    text-align: left;
    margin: 0 0 40px;
}

.owl-controls.clickable .owl-buttons {
    display: none;
}

.box.megnorblog:hover .owl-controls.clickable .owl-buttons {
    display: block;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev, #blog-carousel .owl-controls .owl-buttons .owl-next {
    right: auto;
    text-align: center;
    padding: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #ddd;
    top: 40%;
}

#blog-carousel .owl-controls .owl-buttons .owl-next {
    right: -8px;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev {
    left: -8px;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev:hover, #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: #000;
    color: #fff;
}

.single-blog .blog-img {
    position: relative;
    margin-bottom: 15px;
}

.single-blog .panel-default {
    border: medium none;
    float: left;
    width: 100%;
    margin: 0;
}

#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}

.single-blog .block-title {
    float: left;
    margin: 10px 0;
    width: 99%;
}

.single-blog .block-title > legend {
    margin: 10px 0 0;
}

.single-blog .blog-desc {
    border: none;
    margin: 0 0 50px;
    padding: 0;
}

.single-blog .block-title h3 {
    padding-top: 10px;
}

.single-blog .view-comment .panel-default {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 15px !important;
    border: 1px solid #e8e9eb;
}

.megnorblog .view-blog .read-more {

}

.single-blog h4 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.view-comment .form-group b {
    font-weight: 600;
}

.view-comment .col-sm-3 .name {
    font-weight: 500;
    color: #333333;
}

.view-comment .col-sm-3 .date {
    color: #b5b5b5;
}

.user_icon {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
    text-align: center;
}

.comment_info {
    float: left;
    width: 85%;
}

.comment_info .comment-text {
    margin-top: 12px;
}

.view-comment {
    clear: both;
}

.view-comment .col-sm-8 {
    width: 100%;
    margin-top: 10px;
}

#add-comment .col-sm-8 {
    width: 100%;
}

.post_hover {
    position: absolute;
    top: 45%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

/*Megnor Blog light-box CSS */
.blog-left .icon.zoom .fa {
    font-size: 13px;
}

.blog-left .blog-image .zoom {
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    padding: 8px 12px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    z-index: 10;
    height: 40px;
    width: 40px;
    border: 2px solid #000;
    transform: scale(2);
    opacity: 0;
}

.blog-item:hover .blog-image .zoom {
    transform: scale(1);
    opacity: 1;
}

.blog-right-content {
    float: left;
}

.all-blog .blog-right-content {
    margin-top: 20px;
}

.blog-right-content .blog-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

.write-comment-count {
    float: left;
    margin-right: 10px;
    color: #000;
}

.information-blogger-blogs .write-comment {
    float: left;
}

.information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

.blog-image .img-thumbnail, .blog-img .img-thumbnail {
    width: 100%;
}

.information-blogger-blogs .panel-body {
    padding: 20px;
    position: relative;
    border: 1px solid #ddd;
}

.information-blogger-blogs .panel-default > .panel {
    margin-bottom: 30px;
    border: none;
}

.information-blogger-blogs .panel-default:last-child {
    margin-bottom: 0px;
}

.blog-left-content:hover .post-image-hover::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
}

#content.single-blog > legend {
    margin: 15px 0 20px;
}

#content #blog-carousel .product-block:hover .date-comment, #content #blog-grid .product-block:hover .date-comment {
    bottom: 0px;
}

.write-comment, .date-time {
    float: left;
    color: #777;
}

.date-time .fa-calendar {
    font-size: 13px;
}

.write-comment a {
    color: #777;
}

.write-comment {
    margin-left: 25px;
}

.blog-right .read-more {
    float: left;
}

.read-more a {
    text-transform: uppercase;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: block;
}

.read-more a:hover {
    color: #777;
    text-decoration: underline;
}

.information-blogger-blogs .read-more {
    float: left;
}

.all-blog .panel-default .main_description {
    display: none;
}

.blog_top_content .post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    width: 100%;
}

.blog_post .text-right .btn-primary {
    color: #F9BF39;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 2px solid #F9BF39;
    background: #fff;
    line-height: 20px;
}

#add-comment .col-sm-10 {
    width: 66.6667%;
}

#add-comment .col-sm-2 {
    width: 25%;
}

.box-content .customNavigation a.next {
    right: -8px;
}

.box-content .customNavigation a.prev {
    left: -8px;
}

#content .blogs .buttons, #blog-carousel .owl-pagination {
    display: none;
}

/*Megnor Blog light-box CSS */

/*Megnor Blog CSS */

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
    position: relative;

}

.bootstrap-datetimepicker-widget {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #2196f3 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #2196f3 !important;
    color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    background-color: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span:hover {
    color: #000;
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #000 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td span.old:hover {
    color: #fff !important
}

.picker-switch.accordion-toggle .btn {
    border: none;
    background-color: #000;
    color: #fff !important;
}

.bootstrap-datetimepicker-widget td.day {
    position: relative;
}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #fff !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #000 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
}

/* End Datetimepicker Css */

.product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

#form-review .col-sm-2, #form-review .col-sm-10 {
    width: 100%;
}

.container h1, .container h2 {
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 0px 0;
    line-height: 22px;
    color: #000;
}

#form-review > h3 {
    font-size: 16px;
    font-weight: 500;
}

#content h3.product-option {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb + .row {
    clear: both;
}

.account-account #content ul.list-unstyled {
    margin-bottom: 25px;
}

.breadcrumb {
    padding: 0;
    margin-top: 12px;
    margin-bottom: 40px;
    list-style: none;
    right: 0;
    top: 0;
    line-height: 21px;
    background: none;
    color: #C4C4C4;
}

#content #carousel-0 .box-content {
    margin: 0;
    padding: 0;
    position: relative;
}

.pull-left.footer-block {
    width: 19%;
    text-align: right !important;
}

#social_block .title_block {
    display: none;
}

#social_block .toggle-footer {
    padding: 55px 0 0;
}

/* QUCIK-VIEW */
.quickview .wish-comp .btn.btn-default.wishlist, .quickview .wish-comp .btn.btn-default.compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    color: #808080 !important;
    font-weight: normal;
}

.productpage-quickview .product-left {
    width: 50%;
    float: left;
}

.productpage-quickview .product-right {
    width: 50%;
    float: left;
    clear: none !important;
}

.productpage-quickview h3.product-title {
    font-weight: 500;
    text-transform: capitalize;
}

.quickview .product-right ul li.discount, .quickview .product-right ul li.rewardpoint, .quickview .product-right ul li.price-tax {
    clear: both;
}

.header-quickview .background_wrapper {
    display: none;
}

.header-quickview .responsive-menu {
    display: none;
}

.header-quickview .quickview {
    top: 0;
    padding: 20px;
}

.image .quickview {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

#column-left .quickview {
    display: none;
}

.quickview .fa.fa-heart {
    color: #808080;
}

.quickview .btn.btn-primary.btn-lg.btn-block {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #7e5cdd;
    color: #7e5cdd;
    font-weight: normal;
    padding: 7px 20px 6px !important;
    text-transform: capitalize;
}

.quickview {
    display: inline-block;
    left: 0%;
    right: auto;
    padding: 15px 0;
    position: absolute;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    z-index: 99;
    right: 0;
    top: 50%;
    cursor: pointer;
}

.quickview .fa.fa-eye:hover {
    background: #ffd200 none repeat scroll 0 0;
    border-color: #ffd200;
}

.quickview .fa.fa-eye {
    background: #ffd200 none repeat scroll 0 0;
    border: 1px solid #ffd200;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff;
    padding: 15px;
}

.product-quickview .quickview {
    bottom: 0;
    left: 10px;
    top: 10px;
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
}

.product-thumb:hover .quickview {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #000000 !important;
}

h4:hover a, h4:focus a {
    color: #000;
    text-decoration: none;
}

.quickview > a {
    color: #000;
}

#column-left .quickview-button {
    display: none;
}

.row .cat_prod .button-gr.lists {
    bottom: 50%;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

.quickview .container {
    width: 100%;
    background: #FFFFFF;
    padding: 0 10px;
}

.quickview .container .row {
    margin: 0;
}

.quickview .top_button {
    display: none;
}

.quickview #product2 {
    float: left;
    width: 100%;
}

.quickview #product2 h3 {
    width: 100%;
}

.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #333333;
}

.box.related_prd {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.alert.alert-success.animated {
    width: 500px;
    text-align: center;
    vertical-align: middle;
    padding: 16px;
    border-radius: 0 6px 6px 0;
    border: 1px solid;
    background-color: #3d3d3d !important;
    color: #fff !important;
    right: 0 !important;
    left: auto !important;
}

.alert.alert-success.animated::before {
    content: '';
    display: block;
    width: 6px;
    height: 100%;
    border-radius: 6px 0 0 6px;
    background: linear-gradient(97.8deg, #D4FC79 0%, #96E6A1 100%);
    position: absolute;
    top: 0;
    right: 100%;
}

#banner1 .swiper-pagination {
    display: none;
    cursor: pointer;
}

.alert.alert-success.animated span {
    font-size: 16px !important;
}

.alert.alert-success.animated span a {
    color: #fff;
}

.alert.alert-success.animated span .fa.fa-check-circle {
    color: #9bcf85;
}

.alert.alert-success.animated button.close {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #fff;
}

.account-login .well .form-group a, .affiliate-login .well .form-group a {
    line-height: 30px;
}

.form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.discount-per {
    color: #db1111;
}

.stock_msg {
    display: block;
    padding: 10px 0 0 5px;
    text-transform: capitalize;
    font-weight: 500;
}

#related-carousel {
    padding-bottom: 30px;
}

.productpage .form-group.qty .wishlist, .quickview .form-group.qty .wishlist {
    margin: 0 10px;
}

.headertop {
    position: relative;
}

.input-group-btn .search {
    display: block;
}

/* Responsive start */

@media (max-width: 1449px) {
    .cms-inner-block1, .cms-inner-block2 {
        width: 640px;
    }

    .product-list .product-details {
        width: 60%;
    }

    .product-list .product-details .product_hover_block {
        bottom: auto;
    }

    #menu ul li.menu_manufactures .megamenu.column1 ul.list-unstyled li, .hiden_menu li.top_level {
        width: 16%;
    }

    .header-logo img {
        max-height: 60px;
    }
}

@media (max-width: 1350px) {
    .cms-inner-block1, .cms-inner-block2 {
        width: 502px;
    }

    .cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
        top: 15%;
    }

    .txt-news {
        font-size: 12px;
    }

    .product-layout.product-grid {
        min-height: 360px;
    }

    .col-sm-5.header_search {
        margin: 30px 20px 0 0;
    }

    #column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
        width: 55%;
    }
}

@media (max-width: 1199px) {
    .swiper-pager {
        line-height: 45px !important;
    }

    .product-layout.product-grid {
        min-height: 400px;
    }
}

@media (max-width: 1100px) {
    .cms-inner-block1, .cms-inner-block2 {
        width: 455px;
    }

    .social-block {
        margin-right: 15px;
    }

    .newsletter {
        width: 36%;
    }

    .footer-blocks .col-sm-3 {
        padding: 0 15px;
    }

    .col-sm-5.header_search {
        width: 32%;
    }

    #column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
        width: 100%;
    }

    .main-menu > ul > li {
        padding: 12px 0;
    }

    .main-menu ul {
        position: relative;
    }
}

@media (max-width: 979px) {
    .nav-inner.container {
        margin: 0 auto;
    }

    .layout-2.left-col #column-left, .layout-2.right-col #column-right {
        width: 100%;
        float: left;
        padding: 10px 0 30px;
        display: block;
    }

    #column-left .box, #column-right .box {
        margin: 8px 0;
        border: none;
        float: left;
        width: 100%;
    }

    #column-left .swiper-viewport {
        display: none;
    }

    #column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
        display: none;
    }

    #column-left .list-group, #column-right .list-group {
        display: none;
    }

    .menu_toggle {
        display: none !important;
    }

    .cmsbanner-block .description .title {
        font-size: 20px;
    }

    .cmsbanner-block .description .banner_text {
        margin: 15px 0 0 0;
    }

    .footer-top {
        height: auto;
        float: left;
        width: 100%;
    }

    .newsletter {
        width: 50%;
        margin: 10px 0 0 0px;
    }

    .footer-blocks .col-sm-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .list-unstyled {
        display: none;
    }

    #content ul.list-unstyled {
        display: block;
    }

    .btn-group.prd_page {
        margin-top: 15px;
        width: 100%;
    }

    .contact-form-design .left {
        width: 100%;
        float: left;
    }

    .header_top {
        padding: 20px 0;
    }

    .manufacturer_title {
        display: none;
    }

    .manufacture_block ul {
        padding: 0;
        float: none;
    }

    .manufacture_block {
        padding: 10px 0;
        text-align: center;
    }

    #footer .column li a::before {
        left: 0;
    }

    #footer {
        padding: 50px 0 30px;
    }

    .hover-image, .image_cover, .product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
        width: 100%;
    }

    .product-list .image_cover {
        width: 100%;
    }

    #content .product-list .product-block .image {
        width: 100%;
    }

    .footer-blocks {
        margin: 0;
    }

    .content-top-breadcum {
        height: 30px;
    }

    .footer-blocks .list-unstyled {
        margin-top: 15px;
    }

    #column-left .mobile_togglemenu::before, #column-right .mobile_togglemenu::before {
        right: 10px;
    }

    .offer-title {
        display: none;
    }

    .responsive-menu {
        color: #fff;
        display: flex;
        align-items: flex-start;
        gap: 6px;
        padding: 10px 0;
    }

    .navbar-nav {
        display: none;
    }

    #menu .nav-responsive .expandable {
        width: 100%;
        height: auto;
        margin: 0;
    }

    #menu ul li .megamenu.column1 ul.list-unstyled .second_level > a {
        color: white !important;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    .header_center {
        width: 100%;
        padding: 15px;
    }

    .dropdown.myaccount {
        padding: 0px 40px 0 0;
    }

    .header_top .container {
        position: relative;
    }

    .col-sm-5.header_search {
        padding: 0;
        position: absolute;
        bottom: -65px;
        right: 5px;
        margin: 0;
        width: 300px;
        z-index: 99;
    }

    .header_search .btn.btn-default.btn-lg {
        padding: 11px 10px 6px;
    }

    .header_bottom_cover {
        margin: 0;
        min-height: auto;
    }

    #footer .mobile_togglemenu:hover {
        color: inherit;
    }

    #menu .navbar-nav {
        margin: 0;
        padding: 0;
        left: 0;
        box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
        width: 100%;
    }

    #menu .navbar-nav > li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        min-height: 40px;
    }

    #menu .navbar-nav > li.navbar-nav__header {
        margin-bottom: 16px;
        padding: 3px 15px;
        width: fit-content;
    }

    #menu .navbar-nav > li > a {
        padding: 40px 32px;
        top: 0;
        width: fit-content;
        color: white;
    }

    #menu .navbar-nav > li > .top_level__link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
    }

    #menu .navbar-nav > li > .top_level__link a:not(.mobile_togglemenu) {
        flex-shrink: 0;
    }

    #menu .navbar-nav > li > .top_level__link,
    #menu .navbar-nav > li > a:not(.mobile_togglemenu) {
        position: relative;
        z-index: 1;
        padding: 0;
        margin: 4px 4px 4px 14px;
    }

    #menu .toggle .mobile_togglemenu {
        display: flex;
    }

    #menu .dropdown .dropdown-menu, #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        padding: 0;
        background: transparent none repeat scroll 0 0;
    }

    #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
        display: none;
    }

    #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
        left: auto;
        padding: 5px 15px;
    }

    #menu ul li .megamenu ul.list-unstyled {
        width: 100%;
    }

    #menu ul li .megamenu.column1 ul.list-unstyled.childs_2 {
        display: none;
    }

    #menu .nav li .list-unstyled .dropdown {
        width: 100%;
    }

    .list-unstyled.childs_2 > li {
        padding: 5px 10px;
    }

    #menu.responsive-menu .toggle .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu::before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url('data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 fill%3D%22none%22 viewBox%3D%220 0 6 10%22 width%3D%226%22 height%3D%2210%22%3E%3Cpath stroke%3D%22%23FFCE83%22 stroke-width%3D%221.125%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22 d%3D%22M1 9L5 5L1 1%22/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-size: 30%;
        background-position: center;
        background-color: rgba(0, 0, 0, 0.75);
        box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.75);
    }

    #menu.responsive-menu .toggle.active .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before {
        transform: rotate(90deg);
    }

    #menu.expanded .navbar-nav > li > .cat_image {
        display: block;
    }

    .cms-inner-block1, .cms-inner-block2 {
        width: 357px;
    }

    .cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
        left: 10px;
    }

    .cmsbanner-block .description .subtitle {
        font-size: 15px;
    }

    .txt-news {
        width: 40%;
    }

    .social-block {
        margin: 20px 0 0;
        width: 100%;
        text-align: center;
    }

    .social-block ul {
        margin: 0;
        padding: 0;
    }

    .social-block ul li {
        display: inline-block;
        float: none;
    }

    .footer-area.col-sm-3.column {
        width: 100%;
        padding: 0;
    }

    .footer-area ul li {
        display: block;
    }

    #menu ul li .megamenu.column1 ul.list-unstyled li {
        padding: 5px 0;
    }

    #menu ul li .megamenu.column1 {
        padding: 0;
        order: 0;
    }

    .layout-2.right-col #content {
        padding: 0;
    }

    .productpage .product-right {
        padding: 30px 0 0 0;
        width: 100%;
    }

    .productpage .product-left {
        margin: 0 auto;
        width: 100%;
        position: relative;
        top: auto;
        float: none;
    }

    .contact-no {
        display: none;
    }

    .header_bottom .container {
        border: none;
    }

    #tabs_info.product-tab {
        margin-top: 0;
    }

    .box.related_prd {
        margin-top: 30px;
    }

    #menu ul li .menu_shape {
        display: none
    }

    .nav-container .nav-inner {
        justify-content: flex-start;
        gap: 12px;
        padding: 12px 0;
    }
}

@media (max-width: 767px) {
    .featured .product-block-inner {
        width: 100%;
        margin: 0;
    }

    .featured .product-block.product-thumb.transition {
        padding: 0 10px;
    }

    .offer-title {
        display: none;
    }

    #top {
        padding: 0;
    }

    .top-links .links-item:hover {
        color: #000;
    }

    .search_box .form-control-select, .search_box .form-control-select.active {
        font-size: 11px;
    }

    .top-links-toggle {
        display: block;
        cursor: pointer;
    }

    .top-links {
        display: none;
        position: absolute;
        background: #fff;
        padding: 10px;
        width: 200px;
        z-index: 999;
        border: 1px solid #e8e9eb;
        top: 100%;
        left: 0;
    }

    .top-links-toggle > i, #res-menu i {
        font-size: 21px;
    }

    .top-links .links-item {
        padding: 5px;
        width: 100%;
        display: block;
    }

    .top-links .links-item::before {
        display: none;
    }

    .lang-curr-wrapper {
        padding: 8px 0 0;
    }

    #form-language .btn-link.dropdown-toggle::before {
        display: none;
    }

    .header_search .btn.btn-default.btn-lg {
        padding: 11px 10px 6.5px 6px;
    }

    .box-category-top {
        display: none;
    }

    .col-sm-4.header-logo {
        width: auto;
        margin-bottom: 0;
    }

    .header_top {
        padding: 10px 0;
    }

    .swiper-pager, .customNavigation {
        display: none !important;
    }

    .cmsbanner-block {
        margin: 20px 0;
        text-align: center;
    }

    .block-combine1 {
        margin: 0;
    }

    .cms-inner-block1, .cms-inner-block2 {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .quickview-button, .product-details .rating {
        display: none;
    }

    .top-links-toggle > svg {
        width: 20px;
        height: 20px;
        fill: #7F7F7F;
    }

    .header_search .form-control.input-lg {
        font-size: 11px;
        border-radius: 0px !important;
    }

    .search_box {
        width: 35%;
    }

    .special .product-block:hover .product-details {
        margin-top: 0;
    }

    .product-block:hover .product-block-inner {
        box-shadow: none;
        padding-bottom: 0;
        margin-bottom: 0;
        z-index: 9;
    }

    .product_hover_block {
        display: none;
    }

    .product-block:hover .countdown {
        opacity: 1;
    }

    .product-thumb h4 {
        font-size: 12px;
        white-space: nowrap;
        display: block;
        float: left;
        width: 98%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-thumb .price {
        font-size: 14px;
    }

    .product-thumb .price-old {
        font-size: 12px;
    }

    .product-list .product-block .product-details {
        width: 100%;
    }

    .count-down .countbox strong {
        font-size: 14px;
        width: 42px;
    }

    .top-links-cover {
        float: left;
        margin: 8px 0 0px;
        position: relative;
        padding: 0px 0 5px;
    }

    .payment-block ul {
        padding: 0;
    }

    .payment-block {
        width: 100%;
        text-align: center;
    }

    p.powered {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    #footer {
        padding: 40px 15px;
    }

    .newsletter {
        width: 100%;
        margin: 20px 0 0;
        padding: 0 15px;
    }

    .social-block {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    .social-block ul li {
        float: left;
    }

    .tab-head {
        width: 100%;
        margin: 0;
    }

    #content .box .box-heading, .box.related_prd .box-heading {
        font-size: 20px;
    }

    .featured {
        padding: 0 0 40px 0;
    }

    .htabs a {
        font-size: 12px;
    }

    .tab-head span {
        width: 100%;
        font-size: 12px;
    }

    .product-layout.product-grid {
        width: 50%;
        min-height: 100%;
        margin-bottom: 30px;
    }

    .pagination-right {
        width: 100%;
        margin: 20px 0 0;
    }

    .col-sm-12.category_list {
        padding: 0;
    }

    .category_list li {
        margin: 0 10px 10px 0;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb > li {
        white-space: normal;
    }

    .col-sm-8.product-left {
        position: relative;
        top: auto;
        width: 410px;
        margin: 0 auto;
    }

    .layout-1 #content {
        padding: 0;
    }

    .col-sm-4.product-right {
        padding: 20px 0 0;
        width: 100%;
    }

    #tabs_info.product-tab, .box.related_prd {
        margin: 30px 0 0;
    }

    #tabs_info.product-tab .tab-content {
        max-height: 350px;
        overflow-x: scroll;
    }

    .col-sm-4.search_term {
        padding: 0 0 10px;
    }

    .col-sm-3.search_subcategory {
        padding: 0;
    }

    .contact-form-design.container {
        margin: 0 auto 70px;
        padding: 15px;
    }

    .table-responsive.full-view {
        display: none;
    }

    .table.shopping-cart.responsive {
        display: block;
    }

    .shopping-cart .btn-primary {
        margin: 0;
    }

    .listing {
        min-height: unset;
        padding: 80px 15px;
        line-height: 30px;
    }

    .alert.alert-success.animated {
        width: 100%;
    }

    .cms-inner-block1.full-banner-inner .description .subtitle {
        display: none;
    }

    .cmsbanner-block.full-banner {
        margin-top: 40px;
    }

    .footer-blocks {
        margin: 0;
    }

    .countbox .timebox {
        margin: 0 5px 0 0;
        width: 20%;
        padding: 0 10px;
    }

    .count-down .countbox strong {
        width: auto;
    }

    .count-down.clock {
        float: none;
    }

    .countbox .timebox::after {
        right: 0;
    }

    #content .collection-right-banner .image-title > h3 {
        font-size: 22px;
    }

    .hometab {
        margin-top: 20px;
    }

    .product-carousel .slider-wrapper-outer {
        padding-bottom: 0;
    }

    .image .stock_status {
        display: block;
    }

    .owl-controls.clickable .owl-buttons {
        display: none !important;
    }

    .col-sm-5.header_search {
        bottom: -55px;
    }

    .cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
        left: 10%;
    }

    .testimonial-cms {
        margin-top: 50px;
        padding: 50px 0 60px;
    }

    .homepage-testimonial-inner {
        padding: 0 20px;
    }

    .htabs {
        float: left;
        width: 100%;
        margin: 20px 0;
    }

    .txt-news {
        width: 100%;
        font-size: 15px;
    }

    .featured .product-block .product-details {
        padding: 15px 5px;
    }

    .productpage .product-left {
        padding: 0;
        margin: 0 auto;
        max-width: 400px;
        position: relative;
        top: auto;
    }

    .category_filter {
        justify-content: flex-end;
    }

    .product-block .product-details .caption h4 {
        white-space: normal;
        font-size: 14px;
    }

    .form-modal-feedback .modal-content .modal-header {
        border-radius: 0;
    }
}

@media only screen and (max-width: 479px) {
    #menu ul li .megamenu.column1 ul.list-unstyled {
        flex-direction: column;
    }
}

/*@media only screen and (max-width: 660px) {
    .blog-right {
        padding: 0 15px;
    }

    .write-comment, .date-time {
        width: 100%;
    }

    .write-comment {
        margin: 10px 0 0 0;
    }

    .col-sm-4.header-logo {
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    .dropdown.myaccount {
        padding: 0px 10px 0 0;
        float: none;
        display: inline-block;
    }

    .header_compare, .header_wishlist, .col-sm-3.header_cart {
        float: none;
        display: inline-block;
        vertical-align: middle;
        top: auto;
    }

    .header_top {
        padding: 10px 0 30px;
    }

    .col-sm-5.header_search {
        bottom: -75px;
    }

    .header_top .account {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
        width: 250px;
    }

    .cmsbanner-block .description .subtitle {
        font-size: 14px;
    }

    .cmsbanner-block .description .banner_text {
        margin: 10px 0 0 0;
    }

    .top-links-cover {
        margin: 8px 5px 0 0;
    }

    .myaccount > a {
        padding: 0;
        height: 35px;
        width: 35px;
    }

    .myaccount .dropdown-toggle > ul {
        display: none;
    }

    .dropdown.myaccount {
        border: none;
        margin-top: 0;
    }

    .header_wishlist {
        margin: 3px 10px 0 15px;
    }

    .header_wishlist > a .text_wishlist, .cart-text, .header_compare span {
        display: none;
    }

    .header_wishlist > a {
        width: 45px;
    }

    .col-sm-3.header_cart {
        top: auto;
    }

    #cart .dropdown-menu {
        width: 300px;
        top: 100%;
        right: -40px;
    }

    .account .dropdown-menu-right {
        right: -80px;
        text-align: left;
    }

    .social-block, .newsletter {
        padding: 0;
    }

    .stock_status {
        font-size: 12px;
    }

    .social-block > ul {
        padding: 0;
    }

    .module_default_width {
        width: 50%;
    }

    #content .banners-slider-carousel .product-block {
        margin: 0;
    }

    #content .banners-slider-carousel .product-block .product-block-inner {
        padding: 0 !important;
    }

    .product-block.product-thumb.transition {
        float: none;
    }

    .countdown {
        bottom: 0;
        position: relative;
    }

    .countbox.hastime {
        border: none;
        padding: 0;
    }

    .countbox .timebox {
        margin: 0;
        width: 25%;
    }

    .count-down .countbox strong {
        font-size: 12px;
        font-weight: 400;
    }

    .countbox .timebox::after {
        right: 0;
        height: 20px;
        font-size: 12px;
        color: #3d3d3d;
    }

    .countbox .timebox .time {
        font-size: 10px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .sort-by-wrapper {
        width: 100%;
    }

    .show-wrapper {
        margin: 15px 0 0;
    }

    .category_filter .btn-list-grid {
        padding: 0;
    }

    .category_filter .show {
        margin: 7px 10px 0 0;
    }

    .pagination-wrapper .page-link, .pagination-wrapper .page-result {
        width: 100%;
        text-align: center;
    }

    .product-block .product-details {
        border: none;
        padding: 5px 0 0;
    }

    .product-list .product-block .product-details {
        padding: 15px;
    }

    .image_cover {
        border-bottom: 1px solid #ddd;
    }

    .payment-block ul img {
        margin-bottom: 5px;
    }

    .col-sm-8.product-left {
        width: 290px;
    }

    .nav-tabs > li {
        width: 100%;
    }

    #content.productpage .product-title {
        font-size: 16px;
    }

    .productpage .write-review, .productpage .review-count {
        margin: 0 5px;
    }

    .productpage .form-group.qty .wishlist {
        margin: 0;
    }

    #button-search {
        width: 100%;
        margin: 10px 0 20px;
    }

    .information-contact #content {
        padding: 15px;
        background-repeat: repeat;
    }

    .cms-inner-block1.full-banner-inner .description {
        display: none;
    }

    #content .box .box-content, .related_prd .box-content {
        margin: 0 -5px;
    }

    .product-block-inner {
        padding: 0 5px;
    }

    .blog-right {
        width: 100%;
        margin: 20px 0 0;
        padding: 0;
    }

    .blog-item .product-block {
        border: none;
    }

    #content #blog-carousel .blog-item {
        padding: 0;
    }

    .blog-left {
        width: 100%;
    }

    .col-sm-5.header_search {
        width: 220px;
    }

    .header_center {
        padding: 15px 0;
    }

    .newsletter .btn.btn-lg {
        padding: 10px;
    }

    .featured .image_cover {
        width: 100%;
        border: 1px solid #ddd;
    }

    .featured .product-block .product-details {
        padding: 0;
        width: 100%;
    }

    .featured .product-block-inner {
        border: none;
        padding: 0 5px;
        margin: 0;
        width: 100%;
    }

    .featured .product-block.product-thumb.transition {
        float: left;
        padding: 0;
    }

    .test-dec {
        bottom: 10px;
    }

    .productpage .product-left {
        width: 290px;
    }

    .form-group.qty #button-cart, .form-group.qty #button {
        width: 100%;
        margin-top: 15px;
    }

    #product .form-group #input-quantity, .quickview-model #input-quantity {
        width: 200px;
    }

    .header_compare #compare-total {
        background-position: 0 1px;
    }

    .header_compare {
        margin-left: 10px;
    }

    .header_compare, .header_wishlist, .col-sm-3.header_cart {
        margin-top: 3px;
        vertical-align: top;
    }

    .header_top .account {
        margin: 10px 0 0;
    }

    .header_top {
        padding: 10px 0 20px;
    }

    .col-sm-5.header_search {
        bottom: -65px;
    }

    .hometab, .testimonial-cms, .blog-mainhead {
        margin-top: 0;
    }
}*/

#accordion h4.panel-title a.accordion-toggle {
    display: block;
}

.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
    background: #efefef none repeat scroll 0 0;
    font-weight: 400;
    padding: 15px;
    margin: 0 0 10px 0;
    font-size: 15px;
}

#accordion .panel-title > a {
    color: inherit;
}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
    margin-top: 4px;
}

#accordion .col-sm-10 {
    width: 75%;
}

#accordion .form-horizontal .control-label {
    text-align: left;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0 !important;
}

#accordion.panel-group .panel {
    width: 100%;
    background-color: #fff;
    border: none;
}

.checkout-success p a {
    color: #ffd200;
}

.container {
    padding: 0;
}

.product-compare .table-bordered {
    border: 1px solid #e5e5e5;
    display: inline-block;
    float: left;
    overflow: auto;
}

/* Megnor www.templatemela.com End */

.flex_align__center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_align__center.row:before, .flex_align__center.row:after {
    display: none;
}


/*---------------------------------ADD----------------------------------------*/

.banners-slider-carousel .box-content h3, .latest-items .box-content h3 {
    padding-top: 7px;
    padding-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
}

.banners-slider-carousel .box-content .customNavigation, .latest-items .box-content .customNavigation {
    display: block;
    top: 0;
    width: fit-content;
    left: unset;
}

.banners-slider-carousel .box-content .customNavigation a, .latest-items .box-content .customNavigation a {
    width: 34px;
    height: 30px;
    border-radius: initial;
    padding: 0;
    position: unset;
    background-color: #eeeeee;
    cursor: pointer;
    color: #333333;
    transition: .5s;
}

.banners-slider-carousel .box-content .customNavigation a:hover, .latest-items .box-content .customNavigation a:hover {
    background-color: #949494;
    color: #ffffff;
}

.banners-slider-carousel .box-content .customNavigation a::before, .latest-items .box-content .customNavigation a::before {
    position: unset;
    line-height: 30px;
    font-size: 28px;
}

.banners-slider-carousel .box-content .customNavigation a.fa-arrow-left, .latest-items .box-content .customNavigation a.fa-arrow-left {
    left: 0;
}

.banners-slider-carousel .box-content .customNavigation a.fa-arrow-right, .latest-items .box-content .customNavigation a.fa-arrow-right {
    right: 0;
}

.latest-items .box-content .product-block {
    display: flex;
    flex-direction: column;
}

.latest-items .box-content .product-block .product_hover_block {
    top: 162px;
    bottom: unset;
}

.product-block .product_hover_block .action button.wishlist {
    margin: 0 5px 0 0;
}

.product-block .product-details {
    border: none;
    text-align: center;
    height: 100%;
}

.product-block .product-details .size-wrapper {
    margin-bottom: 0;
}

.product-block .product-details .caption h4 > a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #171D28;
    height: 35px;
    word-break: break-word;
}

.product-block.product-thumb .product-details .caption .price {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    height: 20px;
    text-align: left;
    color: #171D28;
    margin-top: 0 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-block.product-thumb {
    position: relative;
}

.header-menu {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header-menu > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-inline-start: 0;
    margin: 0;
    gap: 16px;
}

.header-menu > ul > li {
    padding-left: 5px;
    transition: .2s;
}

.header-menu > ul.header-menu-left > li > a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #ffffff;
    transition: .2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

header#res-header .account {
    display: none;
}

.header_compare span, .cart_detail span {
    display: none;
}

#cart .dropdown-menu li, #compare .dropdown-menu li {
    display: flex;
    justify-content: flex-end;
    padding: 8px 16px;
}

.header_cart #cart .dropdown-menu li > .text-center, #compare .dropdown-menu li > .text-center {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: none;
}

/*---------------------------------RESPONSIVE----------------------------------------*/

@media screen and (max-width: 768px) {
    .header-menu .cart_detail_left,
    .header-menu > ul.header-menu-left > li a:not(#wishlist-total) span {
        display: none;
    }
}

@media screen and (max-width: 639px) {
    header#res-header .account .myaccount .dropdown-toggle > ul li span {
        display: none;
    }

    .header_compare span, .cart_detail span {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    header#res-header .account .header_wishlist > a {
        width: unset;
    }

    header#res-header .account .header_wishlist {
        margin: 0;
    }

    header#res-header .account .myaccount .dropdown-toggle {
        display: flex;
        align-items: center;
    }

}

.option-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6px;
}

.option-container .radio {
    margin: 0;
}

.option-container input[type="radio"] {
    display: none;
}

.option-container input[type="radio"]:checked + label {
    border: solid 1px gray;
    border-radius: 2px;
}

.category-order.ic {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    color: #333333;
    background-color: transparent;
}

.ic-arrow-up:before {
    content: "\2191";
}

.ic-arrow-down:before {
    content: "\2193";
}

#product-manufacturer #content > p {
    cursor: pointer;
}

#product-manufacturer #content > p > strong {
    cursor: default;
    display: inline-flex;
}

#product-manufacturer #content > p > a:hover {
    color: rgba(34, 139, 34, 1);
    text-decoration: underline;
    transition: 0.3s;
}

.products-left {
    margin: 15px 0 10px 0;
    color: #555;
    display: block;
}

.header_cart .text-right.button-container > a.dropdown-order {
    color: #ffd8d9;
    background-color: #e50640;
}

.header_cart .text-right.button-container > a.dropdown-order:hover {
    color: #FFFFFF;
}

.header_cart .text-right.button-container > a.dropdown-basket:hover {
    background-color: #e50640;
    color: #FFFFFF;
}

.form-call-feedback {
    position: fixed;
    bottom: 114px;
    right: 0;
    height: 32px;
    width: fit-content;
    background: linear-gradient(148.99deg, #FFE8C4 27.36%, #FFCE83 98.12%);
    border-radius: 8px 8px 0 0;
    border: none;
    z-index: 99;
    transform: rotate(-90deg) translateX(100%);
    transform-origin: bottom right;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    text-align: center;
    padding: 8px 12px;
    text-transform: uppercase;
}

body.modal-open {
    overflow: auto;
    width: 100%;
}

body.modal-open ::-webkit-scrollbar {
    width: 0;
    display: none;
}

@media (min-width: 768px) {
    #myModal .modal-dialog.form-modal-feedback {
        margin: 10vh auto;
    }

    .main-menu .navbar-nav > li > a {
        padding: 0;
    }
}

.form-modal-feedback .modal-header {
    display: flex;
    justify-content: space-between;
    background: #303030 none repeat scroll 0 0;
}

.modal .modal-header {
    border-radius: 12px 12px 0 0;
    background-color: #171D28;
}

.modal .modal-content {
    border-radius: 14px 14px 12px 12px;
    border: none;
}

.form-modal-feedback input[type=submit].captcha-btn {
    display: block;
    margin-left: auto;
}

#super-product-table tbody > tr > td:first-child {
    white-space: pre-wrap;
}

#super-product-table input.error {
    border: 1px solid red;
}

.table-scroll .dataTables_wrapper {
    width: fit-content;
    max-width: calc(55vw - 50px);
    overflow: auto;
}

.cart-menu table.table-bordered > tbody > tr:first-child {
    display: none;
}

.dataTables_scrollHeadInner {
    margin: auto;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none;
    border-top: none;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: unset !important;
}

#super-product-table:not(.mobile) thead > tr:first-child > th:first-child, #super-product-table:not(.mobile) tbody > tr:first-child > td:first-child {
    min-width: 220px;
}

@media screen and (min-width: 1311px) {
    #super-product-table tbody > tr > td:first-child {
        white-space: nowrap;
    }
}

@media screen and (max-width: 1920px) {
    .table-scroll .dataTables_wrapper {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 979px) {
    .table-scroll .dataTables_wrapper {
        max-width: 100%;
        width: 100%;
    }

    #menu ul li .megamenu.column1 ul.list-unstyled .second_level a span {
        color: #A7A7A7;
    }
}

.all_results {
    color: #333333;
}

#d_ajax_search_results {
    margin-left: -1px;
}

.menu_manufactures .second_level a:hover {
    text-decoration: underline;
}

.data-table > tbody > tr > td:not(:first-child):not(:last-child):not(.text-left):not(.text-right),
.data-table > thead > tr > th:not(:first-child):not(:last-child):not(.text-left):not(.text-right) {
    text-align: center;
}

.data-table > tbody > tr > td:last-child {
    text-align: right;
}

.list-group .noUi-handle:after, .list-group .noUi-handle:before {
    display: none;
}

.list-group #scale-price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.list-group .noUi-target {
    border: none;
    box-shadow: none;
    background: unset;
}

.list-group .noUi-base {
    height: 3px;
    background: #C4C4C4;
    box-shadow: inset 0 1px 1px #f0f0f0;
}

.list-group .noUi-pips-horizontal {
    display: none;
}

.list-group .noUi-connect {
    background: #171D28;
}

.list-group .noUi-horizontal .noUi-handle {
    width: 49px;
    height: 48px;
    border-radius: 50%;
    top: -20px;
    box-shadow: none;
    border: none;
    background-color: transparent;
    background-image: url('../image/catalog/thumb-circle.svg');
    background-repeat: no-repeat;

}

.selected-options .ocfilter-option {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
}

.selected-options .ocfilter-option span {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
}

.ocfilter button {
    border: none;
}

.ocfilter button.btn-clear-filter {
    padding-left: 0;
    color: #e50640;
}

.ocfilter .collapse + .collapse-value b {
    display: none;
}

.ocfilter .collapsing + .collapse-value b {
    display: none;
}

.ocfilter .collapsing + .collapse-value button {
    display: flex;
    margin-left: auto;
    text-transform: unset;
    align-items: center;
    text-decoration: none;
    font-weight: normal;
}

.ocfilter .collapse + .collapse-value button {
    text-transform: unset;
    display: flex;
    align-items: center;
    margin-left: auto;
    text-decoration: none;
    font-weight: normal;
}

.ocfilter .collapsing + .collapse-value p,
.ocfilter .collapse + .collapse-value p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.ocfilter .collapse.in + .collapse-value b {
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.ocfilter .collapse.in + .collapse-value p {
    display: none;
}

.ocf-option-header {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.selected-options .ocfilter-option > button {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 8px;
    gap: 8px;
    border-radius: 8px;
    background-color: white;
    display: flex;
    align-items: center;
}

.selected-options .ocfilter-option > button:hover {
    color: #171d28;
}

.zoomWindowContainer > div {
    height: 100% !important;
    border-radius: 16px;
}

#myModal .radio {
    display: block;
    cursor: pointer;
    user-select: none;
    text-align: left;
}

#myModal .radio + .radio {
    margin-top: 7px;
}

#myModal .radio input {
    display: none;
}

#myModal .radio input + span {
    display: inline-block;
    position: relative;
    padding-left: 20px;
}

#myModal .radio input + span:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    background: #fff;
}

#myModal .radio input + span:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #222;
    position: absolute;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    opacity: 0;
    transform: scale(0, 0);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

#myModal .radio input:checked + span:after {
    opacity: 1;
    transform: scale(1, 1);
}

.productpage .alert-danger {
    display: flex;
    align-items: center;
}

.productpage .alert-danger img {
    height: 22px;
}

.mobile-logo {
    display: flex;
    justify-content: center;
}

.mobile-logo img {
    max-height: 60px;
}

.box img {
    width: 100%;
}

@media screen and (min-width: 1440px) {
    #super-product-table tbody > tr > td:first-child {
        white-space: normal;
    }
}

.layout-2.right-col #content.productpage {
    width: 100%
}

.layout-2.right-col .productpage #column-right {
    max-width: 180px;
}

.productpage .product-right .col-sm-8 {
    padding: 0;
}

#manufacturer-image {
    position: absolute;
    right: 10px;
    max-width: 150px;
    z-index: 1;
}

table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
    z-index: 1;
}

#super-product-table.data-table tr td, #super-product-table.data-table tr th {
    border-right: 1px solid #f5f5f5;
}

#super-product-table.data-table input {
    width: 40px;
}

.panel .ocfilter-option label {
    padding: 0;
    display: flex;
    width: fit-content;
}

.collapse-value {
    text-align: right;
}

#success_sent, #error_sent {
    position: absolute;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 0;
    background-color: white;
    height: calc(100% - 30px);
    width: 100%;
    z-index: 999;
}

#success_sent p {
    color: green;
    font-size: 20px;
    font-weight: bold;
}

#error_sent p {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.size-block {
    color: #171D28;
    display: inline;
}

.size-wrapper {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;

}

/* Loading spinner animation */
.lds-spinner {
    margin: 0 auto;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: gray;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
