#all-page {
    width: 100%;
    overflow-x: hidden;
    color: #777;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.6px;
}

.right-col #all-page {
    overflow: visible;
}

.all-page-block-rr { /* with running row */
    padding-top: 88px;
}

.all-page-block {
    padding-top: 61px;
}

@media (max-width: 767px) {
    #logo {
        padding: 0 5px;
    }
}

/*@media (min-width: 1200px) {*/
/*	.container {*/
/*		width: 1600px !important;*/
/*	}*/
/*}*/
select:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, 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: #000;
}

.banner_text > a {
    color: #fff;
}

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 0;
    background: #000000;
    width: 100%;
    top: 0;
    z-index: 99999;
}

.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: #999999;
    font-size: 12px;
    font-family: 'Fira Sans';
}

.top-links .links-item:hover {
    color: #fff;
}

.top-links .links-item::before {
    content: "";
    position: absolute;
    left: 12px;
    border-left: 1px solid #2d2d2d;
    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%;
}

.cms1_img > a:before {
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms1_img > a:after {
    bottom: 50%;
    content: "";
    left: 0;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms-inner-block1:hover .cms1_img a:before, .cms-inner-block1:hover .cms1_img a:after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease-in-out 0s;
}

/*  */
.cms2_img > a:before {
    bottom: 0;
    content: "";
    left: 50%;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms2_img > a:after {
    bottom: 50%;
    content: "";
    left: 0;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}

.cms-inner-block2:hover .cms2_img a:before, .cms-inner-block2:hover .cms2_img a:after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transition: all 500ms ease-in-out 0s;
}

.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: 10px 0 !important;
    height: 40px;
    width: 40px;
}

.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 {
    height: 35px;
    /*width: 35px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    color: #fff;
    position: relative;
    /*margin: 20px 0;*/
    padding-right: 20px;
    /*cursor: pointer;*/
    border-right: 1px solid #2d2d2d;
}

.contact-no > a {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff
}

@media (max-width: 1350px) {
    .contact-no {
        border: none;
        padding-right: 0;
    }

    .header-main-telephone {
        display: none;
    }
}

.user-block {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    color: #fff;
    position: relative;
    /*margin: 20px 0;*/
    cursor: pointer;
}

.tel-icon {
    height: 20px;
    width: 20px;
    background: url('../image/megnor/mob.svg') no-repeat;
    float: left;
}

.tel-icon-black {
    background: url('../image/megnor/mob-black.svg') no-repeat !important;
    background-size: 15px !important;
    margin-top: 2px;
}

.telephone-mob-block {
    display: flex;
    justify-content: center;
}

.telephone-mob-block a {
    margin-right: 20px;
}

.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;
}

.image_cover {
    position: relative;
    float: left;
    border-bottom: none;
    width: 100%;
    overflow: hidden;
    border-bottom: none;
}

.common-home .header_bottom .container {
    border-bottom: none;
}

.container {
    max-width: 1630px;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

.header_top .container {
    /*width: 100%;*/
}

.product-details a:hover {
    color: #999999;
}

.header_bottom .container {
    border-bottom: 1px solid #ddd;
}

.header_bottom.fixed .container {
    border-bottom: none;
}

.product-list .image_cover {
    width: auto;
    border: none;
}

.product-block:hover .countdown {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

.product-list .product_hover_block_cart {
    width: 100%;
    float: left;
}

.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 {
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 10px;
    text-transform: capitalize;
    padding: 0px 0px 0px 5px;
    background: red;
    font-size: 10px;
    color: #fff;
    font-family: 'Roboto';
}

.special-tag::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 20px 10px;
    border-color: transparent transparent transparent red;
    right: -10px;
    left: auto;
    top: 0px;
}

.product-block-inner:hover .stock_status {
    background: #ddd;
}

.stock_status {
    color: #000;
    text-align: center;
    background: #fff;
    padding: 8px 20px;
    float: none;
    width: auto;
    height: auto;
    cursor: pointer;
    font-size: 13px;
    vertical-align: top;
    display: block;
    font-family: 'Fira Sans';
    font-weight: 400;
    border: 1px solid #000;
    line-height: 20px;
    text-transform: uppercase;
}

.stock_status:hover {
    background: #ddd;
}

.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: 7px 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%;
}

.contacts-container {
    display: flex;
    flex-direction: column;
}

.social-block {
    /*float: right;*/
    /*margin-top: 17px;*/
    /*margin-right: 30px;*/
    margin-left: -40px;
}

.social-block ul li a:hover, .social-block ul li a:active, .social-block ul li a:focus {
    background: #777777;
}

.payment-block {
    float: right;
}

.social-block ul li {
    float: left;
}

.social-block ul li a {
    width: 30px;
    height: 30px;
    display: block;
    background: #ffffff;
    margin-right: 4px !important;
    padding: 0 10px !important;
    outline: none;
    color: #1c1c1c !important;
}

.social-block ul li:last-child a {
    margin: 0;
}

#paysocialcmsblock ul {
    padding: 0;
    margin: 0;
    float: right;
}

.main-slider .swiper-viewport:hover .swiper-button-next {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.main-slider .swiper-viewport:hover .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: capitalize;
    padding: 2px 20px 2px 0;
    color: #777;
    font-size: 13px;
    text-decoration: none;
    outline: none;
}

.language-menu .btn.btn-link.btn-block.language-select img {
    margin-right: 5px;
}

#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;
}

.productpage .description {
    line-height: 24px;
    margin-bottom: 10px;
    padding: 0;
}

.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 li {
    list-style: inherit;
    line-height: 28px;
}

.site-map ul {
    padding: 0 0 0 20px;
}

#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 {
    float: left;
    /*margin: 0 20px;*/
}

.header_cart .cart-menu .text-left a {
    font-size: 12px;
}

.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, .drop_contact a {
    color: #777;
    font-size: 13px;
}

.login_acc a:hover, .drop_contact a:hover {
    color: #000;
}

.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;
    float: left;
    text-align: left;
}

.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;
}

.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: #999999;
    font-size: 12px;
    font-family: 'Fira Sans', sans-serif;
}

.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;
}

.content-top .swiper-pager {
    top: 47%;
}

.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;
}

#form-language .fa-angle-down, #form-currency .fa-angle-down {
    float: right;
    margin: 3px 0 0 5px;
}

#form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
    border: medium none;
    color: #999999;
    padding: 0 0 0 30px;
    text-decoration: none;
    text-transform: capitalize;
}

.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;
}

#form-currency .btn-link.dropdown-toggle:before, #form-language .btn-link.dropdown-toggle:before {
    content: "";
    position: absolute;
    left: 12px;
    border-left: 1px solid #2d2d2d;
    top: 4px;
    width: 1px;
    height: 12px;
}

.pull-left #form-language .btn-group span img {
    padding: 0 3px 0 0;
    display: none;
}

.dropdown.myaccount {
    float: left;
    cursor: pointer;
    margin-left: 20px;
    /*border-left: 1px solid #2d2d2d;*/
    /*margin-top: 5px;*/
}

.myaccount > a {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #ffffff !important;
    font-family: 'Fira Sans';
    line-height: 20px;
}

.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: #fff;
    box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
    margin: 0;
    right: 0;
}

.header_top {
    width: 100%;
    /*padding: 2px 0;*/
    background: #000000d6;
    border-top: 1px solid #2d2d2d;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.header_bottom {
    width: 100%;
    padding: 0;
}

.header_bottom_cover {
    width: 100%;
}

.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;

    position: fixed;
    width: 100%;
    top: 0;
}

.header_bottom.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -1px;
    background: #fff;
    box-shadow: 0px -20px 30px 6px #000;
    -moz-box-shadow: 0px -20px 30px 6px #000;
    -webkit-box-shadow: 0px -20px 30px 6px #000;
}

#checkout-checkout .text-right.total {
    font-size: 17px;
    font-weight: 600;
}

a.banner_text::before, a.banner_text::after {
    background: none !important;
}

.header-logo {
    text-align: left;
    padding: 5px 0 5px;
    /*background: #000000;*/
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    /*text-align: center;*/
}

.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: 100%;
    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;
}

@media (max-width: 767px) {
    .quickbox {
        display: none;
    }

    .blog-right {
        padding-left: 5px;
    }

    .col-sm-3.sort select.form-control {
        padding: 9px 10px;
    }
}


/*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 */
.header_search {
    padding: 0;
    position: relative;
    /*margin: 30px 0 0 0;*/
    display: inline-block;
    vertical-align: top;
    text-align: center;
    /*border: 1px solid #2d2d2d;*/
}

#searchbox {
    position: relative;
    float: left;
    width: 50%;
    border: 1px solid #2d2d2d;
}

.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;
    font-family: 'Fira Sans';
    color: #c0c0c0;
}

.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::placeholder {
    color: #999;
}

.header_search .form-control.input-lg {
    height: 38px;
    border: none;
    background: black;
    color: #fff;
}

.testimonial_inner .customNavigation a:hover {
    color: #000;
    background: #ddd;
}

#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: 400;
    padding: 10px 12px 7px;
    background: url(../image/megnor/search.svg) no-repeat scroll center;
    background-size: 17px;
    height: 38px;
    width: 38px;
}

.header_search .btn.btn-default.btn-lg > i {
    font-size: 16px;
}

/* 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;
}

.tab-content table thead tr td {
    font-weight: 600;
}

.tab-content table tbody tr td {
    padding: 8px;
}

.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;
}

.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: #fff;
    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: #d4d4d4;
}

.main-slider .swiper-pagination {
    display: none;
}

.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;
}

.content_header_top .box.megnorcategory {
    left: 0;
    position: absolute;
    top: 0;
    width: 277px;
    z-index: 9;
}

/*end megnor category */
/* CMS block */
.cmsbanner-block {
    /*margin: 20px 0 70px;*/
    margin: 10px;
    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 {
    position: relative;
    float: left;
    overflow: hidden;
    padding-right: 10px;
}

.cms-inner-block2 {
    position: relative;
    float: left;
    overflow: hidden;
    padding-left: 10px;
}

.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;
    font-family: 'Roboto';
    line-height: 22px;
}

.cmsbanner-block .description .subtitle {
    font-size: 30px;
    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;
    font-family: 'Roboto';
    line-height: 20px;
}

/* 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: 5px;
    right: 0;
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    font-size: 10px;
    color: #000;
    font-family: 'Roboto';
    /*padding: 0px 5px;*/
}

#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;
    top: -3px;
}

.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 {
    max-width: none;
    width: auto;
    border: 1px solid #e8e9eb;
}

#cart .dropdown-menu .table {
    border: medium none;
    margin-bottom: 10px;
}

#cart 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-icons-container {
    display: flex;
    align-items: center;
    gap: 15px;
    /*margin-left: 20px;*/
}

.header_compare {
    float: left;
    position: relative;
    /*margin: 0 20px;*/
    color: #FFF;
}

.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 center;
    background-size: 25px;
}

.header_wishlist {
    float: left;
    /*margin: 0 20px;*/
}

.header_wishlist > a {
    position: relative;
    height: 35px;
    background: url("../image/megnor/whislist.svg") no-repeat scroll center;
    display: block;
    width: 40px;
    background-size: 20px;
}

.header_wishlist_black > a {
    background: url("../image/megnor/whislist_black.svg") no-repeat scroll center !important;
}


.header_wishlist > a span {
    position: absolute;
    background: #fff;
    height: 15px;
    width: 15px;
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    right: 1px;
    top: 5px;
    color: #000;
    line-height: 15px;
    font-family: 'Roboto';
    left: auto;
}

.header_wishlist:hover .text_wishlist, .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;
    padding-top: 34px;
    left: -10px;
    font-weight: 400;
    margin: 0;
}

.cart_image {
    background: rgba(0, 0, 0, 0) url("../image/megnor/shopping-bag.svg") no-repeat scroll center;
    height: 35px;
    width: 35px;
    float: left;
    margin: 0;
    background-size: 20px;
}

.cart-text {
    display: none;
}

.header_cart .dropdown-toggle {
    border: 1px solid #ffd200;
}

#cart > .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-transform: capitalize;
    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.table-bordered.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 .text-right.total {
    font-size: 15px;
    font-weight: 700;
}

#checkout-cart .row #content .row .col-sm-4:has(.table-bordered) {
    padding: 0;
}

#cart .dropdown-menu {
    width: 330px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: none;
    margin: 0;
    height: auto;
    border-radius: 0;
    top: 57px;
}

#cart .dropdown-menu li p {
    margin: 10px 0;
}

#cart .dropdown-menu li {
    float: none
}

#cart .dropdown-menu li:first-child {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

#cart .dropdown-menu li + li {
    border-top: 1px solid #e5e5e5;
    padding: 5px 10px 0 0;
}

.header_cart .text-right.button-container > a {
    padding: 9px 25px;
    background: #000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.header_cart .text-right.button-container > a:hover {
    background: #d4d4d4;
    color: #000;
}

#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;
    background: #e8e9eb;
    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;
}

.main-menu {
    display: block;
}

.responsive-menu {
    display: none;
}

.responsive-menu, .main-menu {
    float: left;
    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: 180px;
    vertical-align: top;
}

#menu ul li .megamenu ul.list-unstyled.childs_2 {
    padding: 0;
}

.main-menu > ul > li {
    display: flex;
    align-items: center;
    position: relative;
    float: left;
    z-index: 20;
    background-color: transparent;
}

#column-left .image_cover, #column-right .image_cover {
    border: none;
    width: auto;
}

.main-menu ul > li.dropdown:hover .dropdown-menu, .main.hiden_menu.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-responsive span, .main-menu > ul > li > a {
    padding: 0px 20px;
    display: block;
    position: relative;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Fira Sans';
    font-weight: 500;
    margin: 20px 0;
}

@media (max-width: 1200px) {
    /*.navigation__tel {*/
    /*    display: none;*/
    /*}*/
    .main-menu > ul > li > a {
        font-size: 11px;
        padding: 0 13px;
    }

    .header-icons-container {
        gap: 10px;
    }

    .dropdown.myaccount {
        margin-left: 15px;
    }
}

.main-menu > ul > li > a {
    border-right: 1px solid #dcdcdc;
}

.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: 5px 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
}

.main-menu > ul > li .column1 ul > li > a {
    font-weight: inherit;
    color: inherit !important;
}

.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: #777;
    font-weight: normal;
    padding: 5px 0;
    text-transform: capitalize;
    line-height: 22px;
}

.main-menu > ul > li ul > li > a:hover, .responsive-menu .main-navigation li a:hover {
    color: #777777 !important;
    background-color: #fff;
}

#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 25px;
    background: #fff none repeat scroll 0 0;
    width: auto;
    z-index: 999999;
    border-radius: 0;
    border: 1px solid #ddd;
}

#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 {
    margin: 0 !important;
    padding: 20px;
    border-radius: 0;
}

#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 {
    float: left;
    padding: 0;
    width: 100%;
    color: #000;
}

/* 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;
}

#nav-one > li.hiden_menu > .dropdown-menu {
    padding: 22px;
}

.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: 19%;
    padding: 0;
}

#all-page .product-page-container .pdp-block {
    position: relative;
    height: max-content;
}


#all-page .product-page-container .pdp-block .right {
    display: none;
}

/* 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;
}

/* End of product info page */
.layout-2.left-col #content {
    padding: 10px 0 0 30px;
    width: 81%;
}

.layout-2.right-col .also-buy .recommendation-title {
    text-align: center !important;
}

.layout-2.right-col #content {
    padding: 0 30px 0 0;
    width: 81%;
}

.pdp-block #column-right:first-of-type {
    display: none;
}

.pdp-block .right-container #column-right {
    display: block;
}

.pdp-block .left-container #column-right {
    float: unset !important;
}

.pdp-block .left-container #column-right:first-of-type {
    display: none;
}


.pdp-block .left-container {
    width: 81%;
    padding: 0 30px 0 0;
}

.pdp-block .left-container #column-right {

}

.pdp-block .container-wrapper {
    display: flex;
    flex-flow: row;
    height: 100%;
    position: relative;
}

.pdp-block .left-container #content {
    padding: 0 0 0 0;
    width: 100%;
}

.pdp-block .right-container {
    display: flex;
    width: 19%;
    position: relative;
    height: initial;
    overflow: visible;
}

.pdp-block .right-container #column-right {
    width: 100%;
    height: max-content;
    position: sticky;
    top: 10%;
    float: unset !important;
}

.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, #information-contact #content {
    padding: 0;
}

/* footer */
footer {
    position: relative;
    float: left;
    width: 100%;
    background: #1c1c1c;
    /*margin-top: 40px;*/
}

footer h5 {
    font-size: 16px;
    margin: 0px 0 20px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    padding: 0 0 15px;
    font-weight: 500;
    font-family: 'Fira Sans';
}

#footer .column li a:hover {
    color: #fff;
}

#footer .column li a {
    line-height: 32px;
    color: #999999;
    font-size: 14px;
    font-family: 'Fira Sans';
}

.footer-area.col-sm-3.column {
    width: 36%;
    padding: 0 15px;
}

#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: 400;
    font-family: 'Fira Sans';
    font-size: 14px;
}

.txt-mob a {
    font-size: 24px !important;
    color: #fff !important;
    width: 100%;
    opacity: 1;
}

.txt-mob a:hover {
    opacity: 0.7;
}

.footer-area ul li.txt-address {
    color: #949494;
    margin-bottom: 20px;
}

.footer-area ul li.txt-address:hover {
    color: #fff;
}

.footer-area ul li.txt-email {
    color: #949494;
}

.footer-area ul li.txt-email:hover {
    color: #fff;
}

.newsletter .form-control {
    border: 1px solid #424242;
}

.newsletter {
    float: left;
    width: 40%;
    margin: 13px 0 0 30px;
}

#footer {
    padding: 85px 15px;
    border-bottom: 1px solid #424242;
}

.footer-top {
    padding: 11px 0;
    height: 85px;
    float: left;
    width: 100%;
    background: #1c1c1c;
    border-bottom: 1px solid #424242;
}

/* 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: 50px 0 50px;
    width: 100%;
    text-align: left;
}

.manufacturer_title {
    float: left;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    border: none;
    padding: 0;
    font-family: 'Fira Sans';
    line-height: 20px;
}

.manufacturer_title::before {
    content: none;
}

.manufacture_block ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding-left: 15px;
}

.manufacturer_item a:hover {
    color: #fff;
}

.manufacture_block ul li {
    display: inline-block;
    padding: 0 15px 2px 10px;
}

.manufacturer_item a {
    color: #919191;
}

.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: #1c1c1c;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.newsletter .form-control::placeholder {
    color: #9a9a9a;
}

.newsletter .btn.btn-lg {
    background: #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    position: absolute;
    top: 0px;
    left: auto;
    right: 0;
    color: #000000;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Fira Sans';
    line-height: 20px;
}

.txt-news {
    float: left;
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 22px 0 0 80px;
    position: relative;
    line-height: 30px;
    font-family: 'Fira Sans';
    font-weight: 500;
}

.txt-news > i {
    font-size: 30px;
    position: absolute;
    left: 30px;
    top: 18px;
    transform: rotate(-30deg);
}

#account-order {
    min-height: 50vh;
}

#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 #input-quantity, .quickview-model #input-quantity {
    width: 100px;
    height: 38px;
    padding: 8px;
    text-align: center;
    margin-right: 0;
}

.form-group.qty #button-cart, .form-group.qty #button {
    padding: 9px 60px;
    background: #000;
    width: 100%;
    margin: 20px 0;
    border-color: transparent;
}

.form-group.qty #button-cart:hover, .form-group.qty #button:hover {
    background: #d4d4d4;
}

.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;
}

.btn-group.wish-comp .btn:hover {
    color: #000;
    background: #ddd;
}

.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 30px;
    width: 100%;
    border-top: 1px solid #424242;
}

p.powered {
    margin: 15px 0;
    color: #949494;
}

.developed {
    margin: 10px 0;
}

p.powered > a {
    color: #c1c1c1;
    text-decoration: underline;
}

.olimp-logo {
    opacity: .7;

    width: fit-content;
}

.olimp-logo:hover {
    opacity: 1;
}

.footer-logo {
    float: left;
    margin-top: 10px;
}

.content-top-breadcum {
    float: left;
    width: 100%;
    height: 30px;
}

.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: #000 !important;
}

.col-xs-11.col-sm-3.alert span a:hover {
    color: #000;
}

.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: #777777;
}

.list-group-item {
    border: none;
    padding: 0 !important;
}

#column-left .list-group-item.heading {
    font-weight: 500;
    color: #000;
    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;
    color: #000;
}

.alert-success {
    width: 100%;
    float: right;
    background-color: #fff !important;
}

.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%;
}

.product-layout.product-grid {
    padding: 10px 10px;
    min-width: 100px;
    float: left;
}

.product_combine {
    margin: 15px -10px 0;
}

.product-layout.product-list {
    padding: 10px;
}

#content .product-grid .product-block {
    margin: 0;
    padding: 0;
    float: left;
    width: 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;
    font-family: 'Fira Sans';
    color: #000;
}

.product-list .product-thumb h4 a {
    color: #000;
}

.product-list .product-thumb h4 {
    font-size: 16px;
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin: 10px 0 5px 0px;
}

.product-list .description {
    float: left;
    width: 100%;
    margin-top: 10px;
    color: #555;
    line-height: 24px;
}

.product-list .product-details .product_hover_block {
    right: auto !important;
    margin-top: 10px;
}

.product-list .stock_status {
    margin-top: 20px;
    width: auto;
    display: inline-block;
}

.product-list .product-block:hover .product-block-inner {
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.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-block:hover .price {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
}

#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;
}

.product-layout.product-list .product-block:hover .wishlist {
    position: relative;
    top: 0;
}

#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: #afafaf;
    height: 13px;
}

.rating .fa-star, #review .fa-star, .rating-wrapper .fa-star {
    color: #000000;
    font-size: 12px;
    height: 13px;
}

.rating .fa-star + .fa-star-o, #review .fa-star + .fa-star-o, .rating-wrapper .fa-star + .fa-star-o {
    color: #000000;
}

.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;
}

#content #tabs_info {
    width: 100%;
}

.product-thumb .price {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    font-family: 'Fira Sans';
    height: 75px;
}

.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;
    text-wrap: nowrap;
}

.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;
}

.productpage .form-group.qty .wishlist::before {
    content: "\f08a";
    font-family: "fontawesome";
    font-size: 15px;
    font-weight: 500;
    margin-right: 7px;
}

.myaccount-menu, .tel-contact-menu {
    left: 50% !important;
    transform: translateX(-50%);
}

.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: 0 10px 30px 0;
    /*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;
    /*padding: 0 20px;*/
    overflow: hidden;
}

.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: 1px solid #ddd;
}

.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 0;
    text-transform: capitalize;
    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;
}

.form-group.qty .checkout-input-count-block, .cart-button-group-container .checkout-input-count-block {
    margin-top: 10px;
    width: max-content;
    /*border: 1px solid #000;*/
    border: 1px solid #ddd;
}

.form-group.qty .checkout-input-count-block input, .cart-button-group-container .checkout-input-count-block .checkout-input-count {
    width: 50px !important;
}

.form-group.qty .checkout-input-count-block i {
    cursor: pointer;
}

.cart-button-group-container .input-group {
    height: 100%;
}

.cart-button-group-container .checkout-input-count-block {
    margin-top: 0 !important;
}

/* box */
.box {
    margin-bottom: 0;
}

#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: uppercase;
    float: left;
    text-align: left;
    width: 100%;
    color: #000;
    margin-bottom: 30px;
    font-family: 'Fira Sans';
}

.homepage-category .box-heading {
    margin-top: 55px;
}

#content .hometab-heading.box-heading {
    width: auto;
    margin: 0;
}

.header_top .account {
    border: none;
    /*padding: 0;*/
    /*display: inline-block;*/
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 34px 0;
    text-align: center;
    float: right;
    vertical-align: top;
}

#content .box .box-content, .related_prd .box-content {
    border: none;
    padding: 0;
    clear: both;
    margin: 0 -10px;
    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 10px 0 0;
    display: inline-block;
}

.banners-slider-carousel .product-block:hover .product-block-inner {
    box-shadow: none;
}

.product-block-inner {
    position: relative;
    padding: 10px 10px;
    background: #fff;
    float: left;
    width: 100%;
    overflow: hidden;
}

.product-layout .product-block-inner {
    margin: 0;
    padding: 0;
}

.grid_default_width {
    width: 225px;
}

.module_default_width {
    width: 230px;
}

.latest_default_width {
    width: 250px;
}

.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;
}

.image_cover .product_hover_block {
    position: absolute;
    top: 10px;
    width: 33px;
    bottom: auto;
}

.product_hover_block .action {
    display: inline-block;
    vertical-align: middle;
}

.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_cart {
    width: 100%;
}

.articles-block-cart {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

@media (max-width: 330px) {
    .articles-block-cart {
        flex-direction: column;
    }
}

.articles-block-cart div {
    display: flex;
    gap: 5px;
}

.articles-block-cart .cart_button, .articles-block-cart div .cart_button, .product_hover_block_cart .cart_button {
    width: 100%;
}

.product_hover_block_cart .cart_button, .articles-block-cart .cart_button {
    /*height: 100%;*/
    background: #fff;
    color: #000;
    border: 1px solid #000;
    left: 0;
    right: 0;
    display: block;
    vertical-align: top;
    bottom: auto;
    padding: 8px 20px;
    line-height: 20px;
    font-size: 13px;
    font-family: 'Fira Sans';
    font-weight: 400;
    box-sizing: border-box;
    clear: both;
    outline: none;
    text-transform: uppercase;
}

.articles-block-cart .cart_button:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}

.product-block-inner:hover .cart_button {
    background: #000;
    color: #fff;
}

.product-list .product_hover_block_cart .cart_button {
    width: auto;
    margin-top: 20px;
}

.product-list .image_cover .product_hover_block_cart .cart_button {
    display: none;
}

.product-grid .product-details .product_hover_block_cart .cart_button {
    display: none;
}

#column-left .product_hover_block_cart .cart_button {
    display: none;
}

#column-left .stock_status {
    display: none;
}

.product-grid .product-details .stock_status {
    display: none;
}

.product-list .image_cover .stock_status {
    display: none;
}

.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;
}

.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-block .product-details {
    padding: 15px 0px;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
    min-height: 125px;
}

.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 {
    border: none;
}

.product-list .product-details {
    width: 75%;
    border: none;
    margin-left: 10px;
    min-height: auto;
}

.image_content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: .5s;
}

.image_content_hover {
    opacity: 1;
}

.product-info .product-image .customNavigation span.prev:hover::before, .product-info .product-image .customNavigation span.next:hover::before {
    background: #000 none repeat scroll 0 0;
    border: 1px solid #000;
    color: #ffffff;
}

/*testimonial*/
.testimonial_default_width {
    width: 250px;
}

.testimonial-cms {
    float: left;
    width: 100%;
    background: #000000;
    background-size: cover;
    padding: 70px 0 90px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.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: 48%;
}

.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;
    font-size: 14px;
    font-family: 'Fira Sans';
}

.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;*/
    width: 100%;
}

.banners-slider-carousel {
    margin: 0 0 35px;
    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%;
    border: none;
}

#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%;
}

.product-thumb .caption h4 {
    height: 40px;
    overflow: hidden;
}

.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: #d4d4d4;
    font-size: 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    right: 50px;
    bottom: 70px;
    position: fixed;
    text-align: center;
    z-index: 999;
    color: #fff;
    display: none;
    /*transform: rotate(45deg);*/
}

.top_button:hover {
    background: #000;
}

.top_button::before {
    color: #000;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 25px;
    padding: 8px 14px;
    position: relative;
    right: 2px;
    top: -1px;
    display: inline-block;
    /*transform: rotate(-45deg);*/
}

.top_button:hover:before {
    color: #fff;
}

#content ul.list-unstyled {
    margin-bottom: 10px;
    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;
}

.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%;
}

.productpage .box {
    margin-top: 20px;
}

.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 {
    margin-right: 0;
}

.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: 6px 12px;
    box-shadow: none;
    margin-top: 7px;
}

#column-left .swiper-viewport, #column-right .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0 0 30px;
    border-radius: 0;
}

.category_filter #grid-view {
    background: url("../image/megnor/sprite2.png") no-repeat scroll -38px -162px !important;
    width: 25px;
    height: 25px;
    margin-top: 7px;
}

.category_filter #list-view {
    background: url("../image/megnor/sprite2.png") no-repeat scroll -35px -191px !important;
    width: 25px;
    height: 25px;
}

.category_filter #list-view:hover, .category_filter #list-view.active {
    background-position: -6px -191px !important;
}

.category_filter #grid-view:hover, .category_filter #grid-view.active {
    background-position: -9px -162px !important;
}

.category_filter #grid-view .fa, .category_filter #list-view .fa {
    display: none
}

#list-view {
    /*margin-left: 2px;*/
    margin-left: 0;
    margin-right: 6px;
}

.category_filter #grid-view:hover .fa, .category_filter #list-view:hover .fa {
    color: #fff;
}

.category_filter .btn-list-grid {
    float: left;
    width: 100%;
    padding: 0;
}

.category_filter .btn-list-grid button:first-child {
    margin-left: 0 !important;
    width: 100%;
}

.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: 100%;
    padding: 0;
}

.category_filter .limit {
    float: right;
    width: 100%;
    padding: 0;
}

.pagination-right-inputs-container {
    display: flex;
}

.sort-by-wrapper, .show-wrapper {
    float: left;
    margin-right: 15px;
    width: 165px;
}

@media (max-width: 996px) {
    .sort-by-wrapper, .show-wrapper {
        width: 100%;
    }

    .pagination-right {
        margin: 10px 0 0;
        width: 100%;
    }
}

.show-wrapper {
    margin: 0;
}

@media (max-width: 767px) {
    .category_filter .sort {
        float: none;
        width: 100%;
    }

    .category_filter .limit {
        float: none;
        width: 100%;
    }

    .sort-by-wrapper, .show-wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
    }

    .sort-by-wrapper {
        margin-right: 10px;
    }

    .show-wrapper {
        margin-left: 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 {
    overflow-x: scroll;
    padding: 0 0 10px;
    /*display: inline-block;*/
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 7px 0 0;
}

#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 {
    width: max-content;
    display: block;
    padding: 8px 20px;
    border: 1px solid #000;
    color: #000;
}

.category_list li a:hover {
    color: #777777;
    border-color: #777777;
}

.category_list li {
    float: left;
    list-style: outside none none;
    /*margin: 0 10px 0px 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: inline-block;*/
    display: flex;
    padding: 10px 0;
    width: 100%;
    margin-top: 14px;
}

@media (max-width: 996px) {
    .category_filter {
        flex-direction: column;
    }
}

.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;
}

.information-contact footer {
    margin-top: 20px;
}

.information-contact #content {
    width: 100%;
    padding: 0;
    /*background: url("../image/megnor/contact.jpg") no-repeat fixed;*/
    margin-bottom: -20px;
}

.left .address-detail {
    border-bottom: 1px solid #e8e9eb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.left strong {
    font-size: 16px;
    /*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%;
    padding: 20px 20px 0;
}

.main-slider img {
    border: none;
    margin: 0 auto;
}

.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: 0 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;
}

/* end product tab*/
.productpage .product-left {
    padding: 0;
    margin: 0;
    width: 50%;
    position: sticky;
    top: 80px;
}

.productpage .product-right {
    padding: 0 0 0 30px;
    width: 50%;
}

.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;
    padding-left: 0 !important;
}

#button-search {
    float: right;
}

.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;
    color: #000;
}

.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: #777777 !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: uppercase;
    width: 100%;
    border: 1px solid transparent;
    padding: 7px 20px;
    font-size: 14px;
    color: #777777;
    font-family: 'Fira Sans';
    font-weight: 500;
}

.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-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;*/
/*}*/
.shopping-cart .btn.btn-primary {
    margin: 0 10px !important;
}

.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;
}

.blog-mainhead {
    float: left;
    width: 100%;
    margin-bottom: 75px;
    padding-top: 75px;
}

.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;
}

.blog-item .product-block {
    float: left;
    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;
    font-family: 'Fira Sans';
}

.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: center;
}

.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;
    word-break: break-all;
}

#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:hover {
    background: #000;
    border: 2px solid #000;
}

.blog-left .blog-image .zoom {
    background: #999999;
    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 #999999;
    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: 14px;
}

.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;
    font-family: 'Fira Sans';
}

.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 30px 0;
    line-height: 30px;
    color: #000;
}

#form-review > h3 {
    font-size: 16px;
    font-weight: 500;
}

.product-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin: 0px 0 10px 0;
    text-transform: capitalize;
    color: #000;
}

#content h3.product-option {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb + .row {
    clear: both;
}

#content table thead tr td {
    background: #efefef none repeat scroll 0 0;
    color: #303030;
    font-weight: 500;
}

.account-account #content ul.list-unstyled {
    margin-bottom: 25px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 10px;
    list-style: none;
    float: right;
    right: 0;
    top: 0;
    line-height: 21px;
    background: none;
}

#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 {
    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 {
    display: flex !important;
    align-items: flex-start;
    /*width: max-content;*/
    width: 330px;
    height: max-content;
    /*width: 500px;*/
    /*height: 90px;*/
    text-align: center;
    vertical-align: middle;
    /*padding: 20px 20px;*/
    padding: 10px;
    /*opacity: 0.95 !important;*/
    /*-webkit-opacity: 0.95 !important;*/
    /*-moz-opacity: 0.95 !important;*/
    /*-khtml-opacity: 0.95 !important;*/
    background-color: #fff !important;
    /*border-color: #fff !important;*/
    border: 1px solid #ddd;
    color: #3d3d3d !important;
    right: 30px;
    left: auto !important;
}

.alert.alert-success.alert-cart {
    display: inline-block !important;
}

.alert.alert-success.animated p, .alert.alert-success.animated a {
    /*font-size: 13px;*/
}

#banner1 .swiper-pagination {
    display: none;
    cursor: pointer;
}

.alert.alert-success.animated span {
    font-size: 16px !important;
}

.alert.alert-success.animated span a {
    color: #3d3d3d;
    text-decoration: underline;
}

.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: #000;
}

.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 0px;
}

.discount-per {
    color: #228B22;
}

.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;
    }

    .product-layout.product-grid {
        /*margin: 0 -10px;*/
    }
}

@media (max-width: 1350px) {
    .cms-inner-block1, .cms-inner-block2 {
        width: 502px;
    }

    .txt-news {
        font-size: 15px;
    }

    /*.product-layout.product-grid {*/
    /*    width: 33.33333333333333%;*/
    /*}*/
    .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%;
    }

    .manufacture_block ul {
        float: none;
        padding-left: 60px;
    }
}

@media (max-width: 1199px) {
    .swiper-pager {
        line-height: 45px !important;
    }
}

@media (max-width: 1100px) {
    .cms-inner-block1, .cms-inner-block2 {
        width: 455px;
    }

    .social-block {
        margin-right: 15px;
    }

    .social-block ul {
        display: flex;
    }

    .newsletter {
        width: 36%;
    }

    .footer-blocks .col-sm-3 {
        padding: 0 15px;
    }

    .col-sm-5.header_search {
        width: 32%;
    }

    .cmsbanner-block .description .subtitle {
        font-size: 22px;
        line-height: 25px;
    }

    #column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
        width: 100%;
    }
}

@media (max-width: 996px) {
    .header_search .form-control.input-lg {
        background: none;
    }

    .col-sm-4.header-logo {
        float: left;
    }

    #column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
        width: auto;
    }

    .header_search .form-control.input-lg {
        color: #000;
    }

    .footer-blocks .toggle .mobile_togglemenu:before {
        color: #fff;
    }

    .nav-inner.container {
        margin: 0 auto;
    }

    .layout-2.left-col #content, .layout-2.right-col #content {
        width: 100%;
    }

    .pdp-block .left-container {
        width: 100%;
        padding: 0;
    }

    .layout-2.left-col #column-left, .layout-2.right-col #column-right {
        width: 100%;
        float: left;
        padding: 10px 15px 30px;
        display: block;
        margin-bottom: 15px;
    }

    #column-left .box, #column-right .box {
        margin: 8px 0;
        border: none;
        float: left;
        width: 100%;
    }

    #column-left .swiper-viewport {
        display: none;
    }

    .layout-2.left-col #content {
        padding: 0;
        margin-top: 0;
    }

    #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 {
        margin: 0;
    }

    .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;
    }

    #content ul.list-unstyled {
        display: block;
    }

    .btn-group.prd_page {
        margin-top: 15px;
        width: 100%;
    }

    .contact-form-design .left {
        width: 100%;
        float: left;
    }

    .contact-form-design .contact-form {
        float: left;
        width: 100%;
        margin-top: 20px;
    }

    .manufacturer_title {
        display: none;
    }

    .manufacture_block ul {
        padding: 0;
        float: none;
    }

    .manufacture_block {
        padding: 25px 0;
        text-align: center;
    }

    #footer .column li a::before {
        left: 0;
    }

    #footer {
        padding: 50px 15px 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: auto;*/
        width: 100%;
    }

    .footer-blocks {
        margin: 0;
    }

    .content-top-breadcum {
        height: 30px;
    }

    .footer-blocks .list-unstyled {
        margin-top: 15px;
        display: none;
    }

    a:active, a:hover.mobile_togglemenu {
        color: #000;
    }

    #column-left .mobile_togglemenu::before, #column-right .mobile_togglemenu::before {
        right: 10px;
    }

    .offer-title {
        display: none;
    }

    .main-menu {
        display: none;
    }

    .responsive-menu {
        color: #000;
        display: block;
    }

    .navbar-nav {
        display: none;
    }

    #menu .nav-responsive .expandable {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 20px;
        padding-right: 20px;
    }

    .header_center {
        width: 100%;
        padding: 15px 0;
    }

    /*.dropdown.myaccount {*/
    /*padding: 0px 25px 0 0;*/
    /*}*/
    .header_top .container {
        position: relative;
    }

    .col-sm-5.header_search {
        padding: 0;
        position: absolute;
        bottom: -47px;
        right: 5px;
        margin: 0;
        width: 300px;
        z-index: 99;
    }

    /*.header_search .btn.btn-default.btn-lg{ padding: 11px 10px 6px; background: url(../image/megnor/search_black.svg) no-repeat scroll center;background-size: 17px;}*/
    .header_search .btn.btn-default.btn-lg {
        padding: 11px 10px 6px;
        /*background: url(../image/megnor/search_black.svg) no-repeat scroll center;*/
        background-size: 17px;
    }

    .header_bottom_cover {
        margin: 0;
        min-height: auto;
    }

    #footer .mobile_togglemenu:hover {
        color: inherit;
    }

    #menu .navbar-nav {
        margin: 0;
        position: absolute;
        padding: 5px 15px 150px;
        /*top: 100%;*/
        top: 62px;
        background: #fff;
        left: 0;
        border: 1px solid #ddd;
        width: 100%;

        height: calc(100vh - 83px);
        overflow-y: auto;
    }

    #menu .navbar-nav > li {
        width: 100%;
        color: #000;
        padding: 0;
    }

    #menu .navbar-nav > li > a {
        padding: 10px 0;
        top: 0;
    }

    #menu .toggle .mobile_togglemenu {
        width: 30px;
    }

    #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;
        border: 1px solid #000;

        margin-bottom: 10px;
    }

    .mobile-cats-block-other .dropdown .dropdown-menu {
        margin-top: 10px;
    }

    #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%;
        display: block;
        float: left;
    }

    #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 {
        color: #000;
        content: "\f067";
        font-family: "FontAwesome";
        font-size: 12px;
        left: auto;
        position: absolute;
        top: 10px;
        font-weight: 400;
    }

    #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 {
        content: "\f068";
        font-family: "FontAwesome";
    }

    .cms-inner-block1, .cms-inner-block2 {
        width: 357px;
    }

    .cmsbanner-block .description .subtitle {
        font-size: 20px;
        line-height: 22px;
    }

    .txt-news {
        width: 40%;
        font-size: 16px;
    }

    .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 15px;
    }

    .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;}*/
    #tabs_info.product-tab {
        margin-top: 0;
        padding-right: 0;
    }
}

.mobile-cats-block-other {
    display: none;
}

@media (max-width: 767px) {
    #menu .navbar-nav {
        height: calc(100vh - 86px);
        top: 59px;
    }

    .cats-menu {
        order: 0;
    }

    .menu-container {
        width: 35px;
        padding: 15px 0;
        margin-top: 2px;
    }

    #menu .nav-responsive .expandable {
        padding: 0 !important;
    }

    .nav-responsive div {
        border: none;
    }

    .header_search {
        order: 1;
    }

    .header_search .btn.btn-default.btn-lg {
        background-size: 20px;
    }

    .header-logo {
        margin: 0;
    }

    .header-logo-block {
        order: 2;
        justify-content: center;
    }

    .header_wishlist {
        order: 3;
    }

    .header_cart {
        order: 4;
    }

    .mobile-cats-block-other {
        display: block;
    }

    .main-slider {
        padding: 15px 15px 0;
    }

    .header_top .account {
        width: auto;
        border: none;
        padding: 0;
        float: right;
        margin-left: 50px;
    }

    .header_wishlist {
        /*margin: 0 14px 0 14px;*/
    }

    .htabs a {
        padding: 7px 0;
    }

    .myaccount > a {
        position: relative;
        background: rgba(0, 0, 0, 0) url(../image/megnor/user.svg) no-repeat scroll center;
        display: block;
        text-transform: capitalize;
        font-size: 12px;
        color: #000 !important;
        font-weight: 500;
        padding: 0;
        height: 35px;
        width: 35px;
        top: 0;
        background-size: 20px;
    }

    .dropdown.myaccount .dropdown-menu-right {
        top: 45px;
    }

    .dropdown.myaccount {
        padding: 0;
        border: none;
        margin: 0;
    }

    .myaccount .dropdown-toggle > ul {
        display: none;
    }

    .header_compare {
        margin-left: 15px;
    }

    #cart .dropdown-menu {
        top: 57px;
    }

    .blog-mainhead {
        margin-bottom: 60px;
        padding-top: 60px;
    }

    .banners-slider-carousel {
        margin: 0;
    }

    /*.product-block .product-details {*/
    /*min-height: auto;*/
    /*}*/
    #content .hometab-heading.box-heading {
        vertical-align: top;
        /*display: inline-block;*/
        float: none;
        text-align: left;
    }

    .etabs {
        display: flex;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        float: none;
        text-align: center;
        vertical-align: top;
    }

    .htabs .tab {
        float: none;
        width: 100%;
        /*display: inline-block;*/
        vertical-align: top;
        text-align: center;
    }

    .footer-top {
        height: auto;
        float: left;
        width: 100%;
        text-align: center;
        vertical-align: top;
        display: inline-block;
    }

    .language-menu, .currency-menu {
        top: 32px;
    }

    .featured .product-block-inner {
        width: 100%;
        margin: 0;
    }

    .featured .product-block.product-thumb.transition {
        padding: 0 10px;
    }

    .offer-title {
        display: none;
    }

    .product-title, .page-title, .account-page-title, h1 {
        width: 100%;
        text-wrap: nowrap;
        overflow-x: auto;
    }

    #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;
        float: left;
        padding: 0;
    }

    .cmsbanner-block {
        text-align: center;
        /*margin-bottom: 50px;*/
    }

    .block-combine1 {
        margin: 0;
    }

    .cms-inner-block1, .cms-inner-block2 {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .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-left: 30%;
        display: inline-block;
        float: none;
        height: auto;
        vertical-align: top;
    }

    .cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
        top: 30%;
    }

    .social-block ul li {
        float: left;
    }

    .cmsbanner-block .description .subtitle {
        font-size: 30px;
        line-height: 35px;
    }

    .tab-head {
        width: 100%;
        margin: 0;
        text-align: center;
        vertical-align: top;
        display: block;
    }

    .featured {
        padding: 0 0 40px 0;
    }

    .htabs a {
        font-size: 12px;
    }

    .tab-head span {
        width: 100%;
        font-size: 12px;
    }

    .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%;
        text-wrap: nowrap;
        overflow-x: auto;
    }

    .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 .tab-content {*/
    /*    max-height: 350px;*/
    /*    overflow-x: scroll;*/
    /*}*/
    /*.col-sm-4.search_term {*/
    /*padding: 0 0 10px;*/
    /*}*/
    .col-sm-3.search_subcategory {
        padding: 0;
    }

    .information-contact #content {
        padding: 30px;
    }

    .contact-form-design.container {
        margin: 0px auto 70px;
        padding: 15px;
    }

    .table-responsive.full-view {
        display: none;
    }

    .table.table-bordered.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;
    }

    .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;
        right: 15px;
    }

    #menu .nav-responsive .expandable {
        /*padding-left: 8px;*/
        padding: 0 0 0 20px;
        /*margin-left: 12px;*/
        margin: 0;
    }

    .homepage-testimonial-inner {
        padding: 0 20px;
    }

    .htabs {
        float: left;
        width: 100%;
        margin: 20px 0;
    }

    .txt-news {
        width: auto;
        font-size: 15px;
        display: inline-block;
        vertical-align: top;
        padding-left: 50px;
        float: none;
    }

    .txt-news > i {
        left: 0;
    }

    .testimonial-cms {
        padding: 60px 0 60px;
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .main-slider .swiper-button-prev, .main-slider .swiper-button-next {
        display: none;
    }

    .main-slider .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .dropdown.myaccount .dropdown-menu-right {
        top: 45px;
    }

    .featured .product-block .product-details {
        padding: 15px 5px;
    }

    .productpage .product-left {
        padding: 0;
        margin: 0 auto;
        /*width: 400px;*/
        position: relative;
        top: auto;
    }

    .header-icons-container {
        gap: 5px;
    }

    .contact-no {
        width: 35px;
        margin-right: 5px;
    }

    /*.header_search .btn.btn-default.btn-lg {*/
    /*    background-size: 15px;*/
    /*}*/
    /*.header_wishlist > a {*/
    /*    background-size: 18px;*/
    /*}*/
    .header_wishlist > a span {
        height: 13px;
        width: 13px;
        top: 3px;
        right: 5px;
        line-height: 13px;
    }

    /*.cart_image {*/
    /*    background-size: 18px;*/
    /*}*/
    #cart .item-count {
        top: 3px;
    }

    .myaccount > a {
        background-size: 18px;
    }

    .tel-icon {
        background-size: 18px;
    }

    .myaccount, .contact-no {
        display: none;
    }
}

@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;
    }

    .product-block-inner {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 479px) {
    .tab-head {
        width: 100%;
        margin: 0;
        text-align: center;
        display: block;
        vertical-align: top;
    }

    .product-layout.product-grid {
        /*width: 50%;*/
    }

    .dropdown.myaccount .dropdown-menu-right {
        top: 41px;
    }

    .pull-right {
        padding: 0;
    }

    .header_compare {
        margin-left: 8px;
        top: 5px;
    }

    .htabs {
        float: left;
        width: 100%;
        margin: 20px 0;
    }

    .etabs {
        margin: 0 auto;
        /* padding: 0; */
        width: 100%;
        float: none;
        text-align: center;
        vertical-align: top;
        /*display: inline-block;*/
    }

    .htabs .tab {
        float: none;
        /* width: auto; */
        display: block;
        vertical-align: top;
        text-align: center;
        margin: 5px;
    }

    .htabs a {
        display: inline-block;
        float: none;
        /*width: auto;*/
        width: 100%;
    }

    .social-block ul li {
        float: none;
        margin-bottom: 6px;
    }

    .social-block {
        padding: 0 8px;
    }

    .cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
        width: 250px;
        top: 15%;
        left: 25px;
    }

    .cmsbanner-block .description .subtitle {
        font-size: 20px;
        line-height: 23px;
    }

    .cmsbanner-block .description .title {
        font-size: 15px;
        line-height: 20px;
    }

    .top-links-cover {
        margin: 8px 5px 0 0;
    }

    .header_wishlist {
        /*margin: 3px 13px;*/
    }

    .header_wishlist > a .text_wishlist, .cart-text, .header_compare span {
        display: none;
    }

    .col-sm-3.header_cart {
        top: auto;
    }

    #cart .dropdown-menu {
        width: 300px;
        /*top: 65px;*/
    }

    .account .dropdown-menu-right {
        right: -80px;
        text-align: left;
        top: 41px;
    }

    .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: 10px 10px !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-list .product-block .product-details {
        padding: 15px;
    }

    .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: -5px -5px;
    }

    .blog-right {
        width: 100%;
        margin: 20px 0 0;
    }

    .blog-item .product-block {
        border: none;
    }

    #content #blog-carousel .blog-item {
        padding: 0;
    }

    .blog-left {
        width: 100%;
    }

    .col-sm-5.header_search {
        width: 190px;
    }

    .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;
    }

    #accordion h4.panel-title a.accordion-toggle {
        display: block;
    }

    .col-sm-4.header-logo {
        width: 60px;
    }

    .header_top .account {
        padding: 12px 0;
        width: auto;
        /*margin-right: 20px;*/
        margin: 0;
    }

    .dropdown.myaccount {
        padding: 0;
        margin: 0;
        border: none;
    }

    .myaccount > a {
        width: 35px;
        height: 35px;
        padding: 0;
        top: 0;
    }

    #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;
    }

    .checkout-success p a {
        color: #ffd200;
    }

    .container {
        padding: 0;
    }

    .product-compare .table-bordered {
        border: 1px solid #e5e5e5;
        display: inline-block;
        float: left;
        overflow: auto;
    }

}

#logo {
    display: inline-block;
    max-width: 200px;
    width: 100%;
}

#logo img {
    width: 100%;
}

/* Megnor www.templatemela.com End */

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

.header-block {
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

.header-logo-block {
    display: flex;
    align-items: center;
}

.user-icon {
    height: 20px;
    width: 20px;
    background: url('../image/megnor/user.svg') no-repeat;
    float: left;
}

.user-icon-black {
    background: url('../image/megnor/user-black.svg') no-repeat;
    background-size: 15px !important;
    margin-top: 2px;
}

.cats-menu {
    flex-grow: 1;
}

@media (min-width: 768px) and (max-width: 996px) {
    .cats-menu {
        order: 2;
    }

    .alert-container-block {
        top: 77px;
    }
}

@media (max-width: 996px) {
    .header-icons-container {
        margin-right: 15px;
    }

    .header-logo-block {
        width: 100%;
    }

    .cats-menu {
        /*order: 2;*/
        flex-grow: 0;
    }

    .account {
        order: 1;
        flex-grow: 1;
    }

    .expandable {
        border-left: 1px solid #2d2d2d;
    }

    .expandable .fa {
        font-size: 25px;
        color: #fff;
    }
}


.search-wrapper {
    display: flex;
    align-items: center;
    position: fixed;
    background: white;
    top: 103px;
    right: 15px;
    /*left: 15px;*/
    z-index: 9999;
    padding: 0;
    border: 1px solid #2d2d2d;
}

.search-wrapper .fa {
    font-size: 25px;
    margin-right: 10px;
    cursor: pointer;
}

.search-wrapper .fa:hover {
    color: #2d2d2d;
}

.search-wrapper .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 50px;

    /*background-color: #F8F8F7;*/
    background-image: none;
    border: none;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: black;
}

.search-wrapper .form-control:focus {
    box-shadow: none;
    border: none;
}

.search-wrapper .btn-search {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #999382;
    font-size: 16px;
    line-height: 16px;
    padding: 12px;
    color: white;
}

.search-wrapper .btn-search:focus {
    outline: none;
}

.search-wrapper .btn-search:hover {
    background-color: #837C68;
}

.search-wrapper .search-results {
    padding: 15px;
    border: 1px solid #dddddd;
}

.search-wrapper .search-results .search-result-items .title.h4 {
    display: none;
}

.search-wrapper .search-results .search-result-items {
    margin-bottom: 20px;
}

.search-wrapper .search-results .search-result-items:last-child {
    margin-bottom: 0;
}

.search-wrapper .search-results .search-result-items ul {
    margin: 0;
    padding: 0;
}

.search-wrapper .search-results .search-result-items ul li {
    list-style-type: none;
    border-bottom: 1px solid #dddddd;
}

.search-wrapper .search-results .search-result-items ul li:last-child {
    border-bottom: 0;
}

.search-wrapper .search-results .search-result-items ul li a {
    display: block;
    padding: 7.5px 0;
}

.search-wrapper .search-results .search-result-items ul li a span {
    display: inline-block;
}

.search-wrapper .search-results .search-result-items ul li a .id {
    color: #837130;
    text-decoration: underline;
    padding-right: 7.5px;
}

.search-wrapper .search-results .search-result-items ul li a .id:hover {
    color: #C6AF6C;
    cursor: pointer;
    text-decoration: underline;
}

.search-wrapper .search-results .search-result-items ul li a .name {
    font-family: "Albert Sans", sans-serif;
    font-weight: 500;
}

.search-wrapper .search-results .search-result-items ul li a .category {
    color: #b9bcc5;
    font-size: 85%;
}

@media (max-width: 767px) {
    .search-wrapper .search-results .search-result-items ul li a .category {
        display: block;
    }

    .alert-container-block {
        top: 103px;
    }
}

.search-wrapper .search-results .search-result-items .title {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .search-wrapper {
        top: 100px;
        /*left: 0;*/
        right: 0;
        border: 1px solid #999382;
    }

    .search-wrapper .btn {
        top: 4px;
        right: 4px;
    }
}

.search-wrapper {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.search-wrapper.open {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

    max-width: 700px;
    width: 100%;
}

.cart-button-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.cart-button-container a {
    padding: 9px 25px;
    background: #000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
}

.cart-button-container a:hover {
    background: #d4d4d4;
    color: #000;
}

.cart-product-image {
    height: 80px !important;
}

.cart-product {
    display: flex;
    justify-content: space-between;
}

.cart-product td {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: end;*/
    height: 100px;
}

.cart-product td a img {
    margin-right: 5px;
    max-width: none;
}

.cart-product td p {
    margin: 0 !important;
}

.text-nowrap {
    text-wrap: nowrap;
}


.radio-label {
    padding: 10px 20px;
    background-color: #ddd; /* default background color */
    cursor: pointer;
    margin: 0;
    /*border-radius: 4px;*/
    display: inline-block;
    transition: background-color 0.3s ease;
    position: relative;
}

.radio-label .img-thumbnail {
    max-width: 50px; /* adjust as per your need */
    margin-right: 10px;
    vertical-align: middle;
}

input[type="radio"]:checked + .radio-label {
    background-color: #000; /* background color when checked */
    color: white; /* text color when checked */
}

/* If you want the text to remain default color even when checked, remove the 'color: white' property above and use this instead */
input[type="radio"]:checked + .radio-label img {
    filter: brightness(0.7); /* slightly darken the image when checked, optional */
}

.shipping-method-container {
    padding-bottom: 0 !important;
}

.shipping-method-container div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shipping-method-container div div:last-child {
    margin-bottom: 0;
}


.radio-elems {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 5px;*/
}

@media (max-width: 1600px) {
    .radio-elems {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1200px) {
    .radio-elems {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .radio-elems {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 600px) {
    .radio-elems {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 510px) {
    .radio-elems {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 430px) {
    .radio-elems {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 360px) {
    .radio-elems {
        grid-template-columns: repeat(2, 1fr);
    }
}


.button-count {
    background-color: transparent;
    border: none;
    vertical-align: text-top;
}

.checkout-input-count-block i {
    font-size: 13px;
}

.checkout-input-count-block span {
    line-height: 5px;
}

.checkout-input-count {
    border: none !important;
    text-align: center;
    font-size: 14px !important;
    margin: 0 -13px !important;
    height: 100% !important;
    padding: 0 !important;
}

.checkout-product-tr td, .shopping-cart-tr td {
    vertical-align: middle !important;
}

.checkout-product-tr .remove {
    padding-right: 6px !important;
}

.cart-button-group-container {
    display: flex;
    justify-content: center;
}

.cart-button-group-container .btn-danger {
    height: 40px;
}


input[type=radio], input[type=checkbox] {
    display: none;
}

/*label {*/
/*    display: inline-block;*/
/*    !*padding: 5px 10px;*!*/
/*    cursor: pointer;*/
/*}*/
label {
    display: inline-block;
    cursor: pointer;
    position: relative;
}

label span {
    position: relative;
    line-height: 22px;
}

label span:before,
label span:after {
    content: '';
}

input[type="radio"]:disabled + label {
    /*text-decoration: line-through;*/
    color: #aaa;
    cursor: default;
    overflow: hidden;
}

input[type="radio"]:disabled + label:before {
    content: "";
    border-top: 1px solid red;
    position: absolute;
    left: 5px;
    top: 17px;
    width: 104%;
    height: 50%;
    transform: rotate(329deg); /* 329 */
}

label span:before {
    border: 1px solid #222021;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

label span:after {
    background: #222021;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    left: 3px;
    transition: .1s;
    opacity: 0;
}

label input:checked + span:after {
    opacity: 1;
}

.alert-table {
    margin-bottom: 10px !important;
}

.alert-td {
    padding: 10px 0 5px 5px !important;
}

.alert-img {
    border: 1px solid #e8e9eb;
}

.shopping-cart-button-block {
    /*margin: 0 10px;*/
}

.shopping-cart-button-block button {
    width: 100%;
}

.alert-container-block {
    width: 330px !important;
    top: 57px !important;
    right: 0 !important;
    left: auto !important;
    position: absolute !important;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
}

.fancybox-thumbs {
    top: auto !important;
    left: 0;
    width: auto !important;
}

.fancybox-slide--image {
    height: calc(100vh - 105px) !important;
}


.homepage-banner-container {
    height: 470px !important;
}

.homepage-banner {
    /*position: relative;*/
    /*height: 540px;*/
    /*background-position: center;*/
    /*background-size: cover;*/
}

.homepage-banner-dark {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.homepage-banner-dark a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.homepage-banner div, .homepage-banner img {
    position: absolute;
}

.homepage-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*min-height: 100%;*/
    /*max-width: none;*/
    /*max-height: none;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: 75%;
}

.homepage-banner-text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: left;
    color: #fff;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
}

.homepage-banner-text-container p:first-child {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 15px;
}

.homepage-banner-text-container {
    font-size: 20px;
}

.banner-description {
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 10px;
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-family: 'Fira Sans';
}

.homepage-banner-button {
    padding: 8px 20px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-family: 'Fira Sans';
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #000;
}

.homepage-banner-button:hover {
    background-color: #000;
    color: #fff;
}

.homepage-banner-container-a {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .homepage-banner-container {
        height: 350px !important;
    }

    .homepage-banner-text-container p:first-child {
        font-size: 30px;
    }

    .checkout-cart-buttons div, .checkout-cart-buttons div a {
        width: 100%;
    }

    .checkout-cart-buttons div:last-child {
        margin-top: 5px;
    }

    .search-wrapper.open {
        left: 0;
        width: auto;
        margin: 0 15px;
    }

    .product-page-images {
        padding-right: 0 !important;
    }

    .product-page-image-block {
        margin-right: 0 !important;
    }

    .product-page-rating-block {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

.mobile-cats > a {
    position: relative;
}

.mobile-cats > a > span {
    position: absolute;
    left: -20px;
}

.mobile-cats-block-other .list-unstyled {
    /*padding: 10px 0 !important;*/
}

.mobile-cats-block {
    /*max-height: calc(100vh - 92px);*/
    /*overflow-y: auto;*/
    padding-bottom: 100px;
}

.category_list-child-block {
    position: relative;
}

/*.category_list-child-block::before{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 15px;*/
/*    content: '';*/
/*    height: 38px;*/
/*    background: linear-gradient(to right, rgba(255,255,255,1) , rgba(255,255,255,0));*/
/*    z-index: 9;*/
/*}*/
/*.category_list-child-block::after{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    width: 15px;*/
/*    content: '';*/
/*    height: 38px;*/
/*    background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) );*/
/*    z-index: 9;*/
/*}*/

.overflow-hidden {
    overflow: hidden;
}

.show-elem {
    display: block;
}

.hide-elem {
    display: none;
}

.mobile-navigation-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-navigation-menu__link .fa.fa-plus, .mobile-navigation-menu__link .fa.fa-minus {
    cursor: pointer;
}

.navbar-dropdown-list {
    border: 1px solid black;

}

.navbar-dropdown-list ul {
    padding: 0;
}

.mobile-cats-block-other .mobile-navigation-menu__a {
    margin-right: 10px;
}

.mobile-navigation-menu__div-expander {
    cursor: pointer;
}

.mobile-navigation-menu__div-expander:hover {
    color: #777777;
}

.pagination > li > a, .pagination > li > span {
    text-align: center;
}

.label-rating {
    margin: 0 5px;
}

.label-rating:before {
    margin-right: 5px;
}

.form-group.qty .checkout-input-count-block {
    height: 40px;
}

.product-colors-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*gap: 25px;*/
}

@media (max-width: 1600px) {
    .product-colors-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 1200px) {
    .product-colors-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .product-colors-container {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 600px) {
    .product-colors-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 510px) {
    .product-colors-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 430px) {
    .product-colors-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 360px) {
    .product-colors-container {
        grid-template-columns: repeat(2, 1fr);
    }
}


.product-colors-container img {
    /*height: 80px;*/
    max-width: 100px;
    width: 100%;
}

.product-color-secondary img {
    opacity: 0.9;
}

.product-color-secondary img:hover {
    opacity: 1;
}

.product-color-main {
    border: 1px solid #000;
    position: relative;
}

.checkmark-circle {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    text-align: center;
    padding-top: 2px;
}

.cookie-div {
    background-color: #fff;
    font-size: 1.4rem;
    display: block;
    text-align: center;
    color: #000;
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 25px;
    width: max-content;
    border: none;
    padding: 24px 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 .4em black;
}

@media (max-width: 830px) {
    .cookie-div {
        width: 90%;
    }
}

.cookie-div a {
    font-weight: 600;
}

.cookie-btn {
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    /*border-radius: 30px;*/
    padding: 3px 10px;
    margin-left: 5px;
}

.cookie-btn:hover {
    background-color: #000;
    color: #fff;
}

.ticker {
    color: white;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
}

.ticker__track {
    display: flex;
    animation: slide linear infinite;
}

.ticker__item {
    margin-right: 50px;
    display: inline-block;
    white-space: nowrap;
}

@keyframes slide {
    0% {
        transform: translateX(0); /* Starts from the very left */
    }
    100% {
        transform: translateX(calc(-100% - 50px)); /* Ensures a seamless loop */
    }
}

.product-page-title, .product-page-images {
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-tab-container {
    padding-left: 0 !important;
}

.product-page-breadcrumb {
    padding-right: 0 !important;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.qty-block {
    display: block;
}

@media (max-width: 767px) {
    .qty-block {
        display: none;
    }

    .product-page-breadcrumb {
        padding-left: 0 !important;
    }

    .breadcrumb ul, .breadcrumb a {
        text-wrap: nowrap;
        overflow-x: auto;
    }
}

.brands-arrows {
    top: 46% !important;
}

.slick-track {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.slick-slide {
    display: flex !important;
    flex-direction: column;
    /*align-items: center;*/
    gap: 15px;
}

.slick-slide img {
    outline: 0;
}

.bestseller, .homepage-category { /* .homepage-category */
    padding-top: 55px;
    padding-bottom: 60px;
    background-color: #ddd;
}

.hometab.box {
    padding-top: 55px;
}


img {
    max-width: 100%;
}

.left-size-tab.how-to, .right-size-tab.how-to {
    width: 49%;
    display: inline-block;
}

.right-size-tab.how-to {
    text-align: center;
}

.right-size-tab.how-to img {
    vertical-align: baseline;
}

.right-size-tab.size-table, .left-size-tab.size-table {
    float: left;
}

.left-size-tab.size-table {
    width: 20%;
    margin-right: -1px;
}

.right-size-tab.size-table {
    width: 79%;
}

.left-size-tab.size-table table td {
    text-align: left;
    color: #fff;
    background-color: #000000;
    border-bottom-color: #fff;
    border-right: none;
}

.left-size-tab.size-table table tr:last-child td {
    border-bottom-color: #000000;
}

.right-size-tab.size-table table td {
    text-align: center;
}

.size-table table {
    height: 100%;
    width: 100%;
}

right-size-tab.size-table table td:not(.exclude-hover):hover {
    background-color: #252525;
    color: #fff;
}

.right-size-tab.size-table table tr:not(.exclude-hover):hover {
    background-color: #b7b7b7;
}

.size-table table td {
    height: 54px;
    border: 1px solid #000000;
    padding: 5px 10px;
    cursor: default;
}

.size-table .tab-gray {
    background-color: #808080 !important;
}

.size-table .tab-gray.left {
    font-weight: bold;
    border-right: 1px solid #808080 !important;
}

.size-table .tab-gray.right {
    border-left: none !important;
}

@media (max-width: 690px) {
    .right-size-tab.size-table {
        margin-bottom: -6px;
    }
}

@media (max-width: 991px) {
    .left-size-tab.size-table {
        width: 150px;
    }

    .right-size-tab.size-table {
        width: calc(99% - 150px);
        overflow-y: hidden;
        overflow-x: auto !important;
    }

    .left-size-tab.how-to, .right-size-tab.how-to {
        width: 100%;
        display: block;
    }
}

.size_table_button {
    float: right;
    font-size: 13px;
    cursor: pointer;
}

.size_table_button:hover {
    color: #252525;
}

.size-table-block {
    display: flex;
    height: 100%;
}

.col-sm-12.category_list {
    padding: 0;
}

.brand-slick .slick-slide > div {
    width: 100%;
}

.brand-slick .slick-slide a {
    background-color: white;
    border: 1px solid black;
    margin-right: 7px;
    margin-left: 7px;
    display: block;
}

.brand-slick .slick-slide img {
    max-width: 90%;
    opacity: 0.7;
    margin: 0 auto;
}

.brand-slick .slick-slide a:hover img {
    opacity: 1;
}

.homepage-category .row {
    background-color: inherit !important;
}

.recommendation-title {
    margin-top: 55px;
}

::-webkit-scrollbar {
    width: 8px !important;
    height: 6px !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none !important;
}

::-webkit-scrollbar-track {
    background-color: #F3F3F3 !important;
}

::-webkit-scrollbar-thumb {
    background-color: #808080 !important;
    transition-duration: 300ms !important;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #282828 !important;
}


.product-block-inner img {
    width: 100%;
}

.articles-content {
    padding: 10px 0 0 0 !important;
    margin: auto;
    width: 100% !important;
}

.articles-container {
    display: flex;
    justify-content: space-between;
}

.articles-container:before, .articles-container:after {
    content: none !important;
}

.sort-articles-container {
    display: flex;
    gap: 15px;
}

.articles-blocks-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.articles-blocks-container:before, .articles-blocks-container:after {
    content: none !important;
}

@media (max-width: 1350px) {
    .articles-blocks-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 969px) {
    .articles-blocks-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 662px) {
    .articles-blocks-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.articles-block-cart .cart_button:hover {
    color: #fff;
    background-color: #000;
}

.list-view-article {
    margin: 0 !important;
}

.articles-img {
    width: 100%;
}

.footer-mt {
    margin-top: 60px
}

.main-page-mb {
    margin-bottom: 20px;
}

.main-cats-pd {
    padding: 10px;
    text-align: center;
}

.main-cats-pd img {
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
}

/* article-page */
.article-page-breadcrumb {
    float: none !important;
}

.article-page-container {
    margin: auto;
    float: none !important;
}

.article-block-content {
    margin: 0 -15px;
}

.article-page-content h1 {
    font-size: 34px;
    line-height: 1.1;
    color: #3a3d45;
    text-transform: none;
}

.article-page-content strong {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.article-page-content p {
    color: #333;
    margin: 0 0 10px;
}

.article-page-content .rating {
    margin-top: 20px;
}

.product-table-size-btn {
    font-weight: normal;
    color: #000;
    display: inline-block;
    padding: 6px 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: none;
}

.product-table-size-btn:hover {
    color: #777;
    text-decoration: underline;
}

[aria-expanded="false"] > .product-table-size-span-0 {
    display: none;
}

[aria-expanded="true"] > .product-table-size-span-1 {
    display: none;
}

.dropdown.contact-no:hover .dropdown-menu {
    display: block;
}

.dropdown.contact-no:hover::after {
    content: '';
    position: absolute;
    bottom: -34px;
    left: -70px;
    width: 160px;
    right: 0;
    height: 50px;
    background-color: transparent;
}

.contact-content {
    margin: 30px auto 60px;
}

/* modal */
.modal-dialog-custom {
    margin: auto !important;
    top: 50%;
    transform: translateY(-50%) !important;
    height: 80vh;
    max-height: 900px;
    overflow: auto;
}

@media (min-width: 768px) {
    .modal-dialog-custom {
        min-width: 700px;
    }
}

/**/

.filter-cat-btns-block {
    display: flex !important;
    width: 100% !important;
}

.min-content-height {
    min-height: 50vh;
}

/* product search */
.search-fields-block {
    display: flex;
    gap: 10px;
}

.search-fields-block div, .search-fields-block input {
    width: 100%;
}

.search-fields-block .search_term {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 767px) {
    .search-fields-block {
        flex-direction: column;
    }
}


.form-control, #input-sort, #input-limit {
    border-radius: 0;
}

.cart-window-block tr:not(:last-child), .checkout-cart-totals-block div:not(:last-child) {
    display: none;
}

.aside-shipping-block {
    background-color: #e8e9eb;
    padding: 25px 20px;
}

.txt-cards img {
    max-width: 300px;
    width: 100%;
}

.ocf-value-image, .ocf-value-color {
    background-color: white;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border-radius: unset !important;
}
