
:root {
    --main-green-color: #83bc26;
}

html {
    font-size: 16px;
}

body {
    float: left;
    width: 100%;
    color: #222;
    /* font-family: 'Lora', Arial, sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.3px;

    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

#logo {
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

select:focus {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333;
}

/*li {*/
/*    list-style: none;*/
/*}*/

.dropmenu li {
    list-style: none;
}

body b,
body strong {
    font-weight: 700;
}

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

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

#topbar_outer {
    background-color: var(--main-green-color);
    color: #222222;
    padding-block: 7px;
    box-sizing: border-box;
    text-align: center;
}

.container {
    margin: 0 auto;
    position: relative;
}

.top-links-cover {
    float: right;
}

.top-links-toggle {
    display: none;
}

.top-links .links-item:first-child::before {
    display: none;
}

.top-links .links-item:hover {
    color: var(--main-green-color);
}

.top-links .links-item::before {
    content: "|";
    top: -2px;
    color: #dbdbdb;
    padding: 10px;
}

.input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
}

.blog_page .blog_top_content {
    float: left;
    width: 100%;
}

.blog_page .blog_top_content .blog-image {
    float: left;
    position: relative;
}

.quickview-container #content .col-sm-6.product-right {
    margin: 10px 0;
    width: 50%;
}

.mfp-iframe-scaler iframe {
    background: #fff !important;
}

#content .col-sm-6.product-right {
    margin-left: 0;
    width: 45%;
}

@media (max-width: 767px) {
    .col-xs-12.product-right {
        padding-left:0;
        padding-right:0;
    }
}

/* 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 {
    border-color: #e8e9eb !important;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -khtml-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    color: #7a7a7a !important;
    padding: 7px 12px !important;
    height: 35px;
    width: 35px;
}

#information-contact .panel.panel-default {
    display: block;
    margin-bottom: 30px;
}

#checkout-checkout .panel.panel-default {
    display: block;
}

#content.all-blog .panel.panel-default,
#content .all-blog .panel.panel-default {
    display: inline-block;
    vertical-align: top;
}

.information-blogger #column-left .box {
    margin-top: 0;
}

#tab-review textarea.form-control {
    height: auto;
    border-radius: 0;
    background-color: #f5f5f5;
}

#tabs_info .form-control {
    border-radius: 0;
    background-color: #f5f5f5;
}

textarea.kiegeszitok{
    border: 1px solid #e8e9eb;
}
textarea.kiegeszitok:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background: #222222 none repeat scroll 0 0 !important;
    border: 1px solid #222222 !important;
    color: #fff !important;
}

#content .pagination > li > a:hover {
    background: #222222 none repeat scroll 0 0 !important;
    border: 1px solid #222222 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.quickview-button {
    float: left;
    width: 100%;
}

/* counter*/
.countdown {
    width: 100%;
    /* position: relative; */
    padding-block: 17px;
    float: left;
    font-size: 20px;
    font-weight: 500;
}

.featured .image_cover {
    position: relative;
    float: left;
    width: 45%;
}

.content_footer_bottom {
    float: right;
}

.countbox .timebox {
    position: relative;
    color: #000;
    text-align: center;
    line-height: 13px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    width: 44px;
    height: 47px;
    padding: 8px 0;
}

.countbox .timebox::after {
    position: absolute;
    content: ":";
    top: 9px;
    right: -5px;
    width: 1px;
    height: 20px;
    font-size: 18px;
    color: #c1c1c1;
    display: none;
}

.countbox .timebox:last-child::after {
    display: none;
}

#checkout-cart #button-quote, #checkout-cart .clearfix .btn-primary {
    border-radius: 50px !important;
}

#account-order #column-left .box {
    margin-top: 0;
}

.clearfix .pull-right .btn-primary {
    background: #ff0000;
    border: 1px solid #ff0000;
}

.countbox.hastime {
    display: flex;
    column-gap: 5px;
}

.countbox .second .timebox-inner::after {
    display: none;
}

.panel-default .form-control {
    border-radius: 0;
}

.countbox .timebox .time {
    text-transform: capitalize;
    padding: 0;
    color: #808080;
    font-style: inherit;
    letter-spacing: 0.3px;
    text-align: center;
    font-size: 11px;
}

.count-down .countbox strong {
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.countbox .timebox:last-child {
    margin: 0;
}

.product-content .count-down .countbox strong {
    font-size: 16px;
}

/* end of counter*/
#searchbox .input-group-btn {
    left: auto;
    right: 0;
}

.special .stock_status {
    background-color: #fd3b3b;
    background-image: none;
    width: 100%;
    float: left;
    display: inline-block;
    border-radius: 50px;
    padding: 9px 15px 10px 19px;
    color: #fff;
}

.stock_status {
    content: "";
    background-image: url("../image/megnor/out_of_stock.svg");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    float: left;
    display: inline-block;
    background-color: #fd3b3b;
    border-radius: 50px;
    margin: 0 2px;
}

.stock_status.compare {
    margin-right: 5px;
}

.image .stock_status {
    text-transform: uppercase;
    color: #f00;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0px 5px 0px #ddd;
    border: none;
    display: none;
}

.outstock .img-responsive.hover-image {
    display: none !important;
}

.pagination-wrapper .pagination > li {
    margin-right: 5px;
}

.footer-blocks .col-sm-3 {
    width: 20%;
    padding: 0 30px;
}

.footer-area ul li {
    margin: 10px 0 0;
    display: inline-block;
}

.product_hover_block {
    float: left;
    width: 100%;
}

.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: left;
    width: 30%;
}

.social-block {
    float: left;
    margin-top: 15px;
}

.social-block ul {
    padding: 0;
    list-style: none;
}

.payment-block {
    float: right;
    margin-top: 0;
}

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

.footer-blocks .list-unstyled .phoneno {
    margin: 15px 0;
}

.address_content {
    padding-top: 5px;
    line-height: 22px;
}

.social-block ul li a {
    width: 35px;
    height: 35px;
    display: block;
    background: #F0F0F0;
    margin-right: 5px;
    border-radius: 50%;
    padding: 7px 11px;
    outline: none;
    color: #666;
}

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

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

.social-block ul li a:hover, .social-block ul li a:active, .social-block ul li a:focus {
    background: var(--main-green-color);
}

#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 {
    text-align: left;
    width: 100%;
    text-transform: capitalize;
}

#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 {
    text-transform: capitalize;
}

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

#form-currency .hidden-xs.hidden-sm.hidden-md {
    font-size: 13px;
    font-weight: 500;
}

.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: 15px 5px 20px 0;
    /*border-bottom: 1px solid #e8e9eb;*/
    /*border-top: 1px solid #e8e9eb;*/
}

.product-description td span,
p.desc {
    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 {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.content_headercms_top #nav-one a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#nav-one > li.top_level.dropdown .dropdown-menu.megamenu.column1 .list-unstyled.childs_1 li a::before {
    content: none;
}

.box-category a {
    align-items: center;
    padding-block: 14px;
    box-sizing: border-box;
    line-height: 18px;
    font-weight: 500;
    word-break: break-word;
    border-bottom: 1px solid #ededed;
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}

#column-left .box-content-category .box-category a {
    border-bottom: 1px solid #ededed;
}

#product-special .box-category a {
    width: 100%;
    border: none;
    display: block;
}

.box-category-top {
    top: auto;
}

.box-content-category li:last-child a {
    border: none
}

#column-left .box-content-category li:last-child a {
    border-bottom: none;
}

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

#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:hover::before {
    filter: invert(82%) sepia(11%) saturate(424%) hue-rotate(112deg) brightness(87%) contrast(87%);
    -webkit-filter: invert(82%) sepia(11%) saturate(424%) hue-rotate(112deg) brightness(87%) contrast(87%);
    -o-filter: invert(82%) sepia(11%) saturate(424%) hue-rotate(112deg) brightness(87%) contrast(87%);
}

.box-content-category a::before {
    content: " ";
    background: rgba(0, 0, 0, 0) url("../image/megnor/cat-icon.png") no-repeat scroll center 5px;
    width: 10px;
    height: 15px;
    margin-inline-end: 10px;
    display: inline-block;
}

.box-content-category .dropdown a:hover::before {
    filter: invert(82%) sepia(11%) saturate(424%) hue-rotate(112deg) brightness(87%) contrast(87%);
    -webkit-filter: invert(82%) sepia(11%) saturate(424%) hue-rotate(112deg) brightness(87%) contrast(87%);
    -o-filter: invert(82%) sepia(11%) saturate(424%) hue-rotate(112deg) brightness(87%) contrast(87%);
}

.header_cart .cart-menu .text-left a {
    font-size: 14px;
}
.header_cart {
    background: var(--main-green-color);
    padding: 14px;
    color: rgb(255, 255, 255);
}
.header_cart a,
.header_cart a:hover {
    color: rgb(255, 255, 255);
}
@media only screen and (max-width: 768px) {
    .row .header_right {
        width:100%;
        text-align: center;
    }
}


.header_bottom .row {
    position: relative;
}

.box-content-category ul li:hover > .dropdown-menu {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform 0.3s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    -o-transition: -o-transform 0.3s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
    transition: transform 0.3s ease, max-height 0s step-start, max-width 0s step-start, padding 0s step-start;
}

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

.navbar-nav > li > .dropdown-menu {
    padding: 15px 0 15px 15px;
    top: 56px;
}

.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;
    padding: 0 0 10px 0;
    position: relative;
    width: 100%;
    text-align: left;
}

.login_acc::after {
    border-bottom: 1px solid #f0f0f0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}

.login_acc .user_name {
    font-weight: 500;
    padding: 5px 15px 11px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    text-transform: capitalize;
    display: none;
}

.login_acc .user_name > i {
    margin: 0 7px 0 0;
    font-size: 16px;
    width: 30px;
    background: #E6E6E6;
    color: #222;
    height: 30px;
    padding: 7px 0 0 8px;
    border-radius: 4px;
    display: inline-block;
}

.myaccount .dropdown-menu-right {
    top: 45px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

.user_name > span {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.lang-curr-wrapper {
    padding: 10px 0 0 0;
}

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

.login_acc li {
    padding: 3px 20px;
    position: relative;
}

.login_acc li:hover::after {
    background-position: center -56px;
}

.checkout:hover {
    color: var(--main-green-color);
}

.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 var(--main-green-color);
    color: var(--main-green-color);
    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;
}

.static_links li:first-child a::before {
    background: none;
}

.static_links li a {
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 10px;
    margin: 1px 11px 0px 0;
    padding: 15px 20px !important;
    position: relative;
    text-transform: capitalize;
    z-index: 6;
}

.list-unstyled.childs_2 > li {
    padding: 0;
    width: 100%;
    margin: 0 0 0 0
}

.static_links li:last-child a {
    padding-right: 8px;
}

.btn-link:hover, .btn-link:focus {
    color: var(--main-green-color) !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}

#nav-one > li.top_level.dropdown .list-unstyled.childs_1 li a::before {
    background: none;
}

#top-links li {
    padding: 0;
    list-style: none
}

header .btn-link:hover, header .btn-link:focus, #top-links a:hover, #top-links a:focus {
    color: var(--main-green-color) !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: var(--main-green-color);
}

#top .btn-link strong {
    font-size: 14px;
    font-weight: normal;
}

#top-links {
    padding-top: 0px;
}

#top-links a + a {
    margin-left: 15px;
}

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

.dropdown-toggle.active::after {
}

.swiper-viewport .swiper-button-next {
    left: auto;
    right: 10px;
}

.swiper-viewport .swiper-button-prev {
    right: auto;
    left: -5px;
}

#top-links ul.list-inline {
    float: left;
    margin-right: 5px;
    margin-bottom: 0;
}

#top-links ul.list-inline li {
    background: transparent;
    font-weight: 300
}

#top-links #form-language li {
    padding: 0;
}

.lang-curr {
    margin: 0;
    display: inline-block;
}

.container .container-top a {
    color: #000;
}

.nav.pull-right {
    display: inline-block;
    padding: 0;
}

.container .result-search-autocomplete ul li {
    float: left;
}

.right-links ul li {
    float: left;
    margin-left: 10px;
    font-size: 12px;
}

.container .container-top a:hover {
    color: var(--main-green-color);
}

.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 {
    display: none !important;
    float: right;
}

#form-currency .btn-link, #form-language .btn-link {
    border: medium none;
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 15px;
    text-decoration: none;
    padding: 6px 20px;
}

.pull-left #form-language:hover .btn-group span, .pull-left #form-currency:hover .btn-group span {
    color: var(--main-green-color);
}

#form-currency .btn-link strong {
    font-weight: normal;
    padding: 0 3px 0 0;
}

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

.dropdown.myaccount {
    position: relative;
    margin: 4px 20px 0 0;
    cursor: pointer;
    float: left;
}

.myaccount > a {
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url("../image/megnor/user.svg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-top: 0;
    background-size: 24px;
}

.language-menu {
    padding: 0 0 0 10px;
    float: left;
    display: none;
}

.currency-menu {
    padding: 0 0 0 10px;
    float: left;
    display: none;
}

.header_top {
    position: relative;
    width: 100%;
    padding: 11px 0;
    border-bottom: 1px solid #ededed;
}

.header_middle {
    float: left;
    width: 100%;
    padding-block: 30px;
    border-bottom: 1px solid #ededed;
}

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

.header_middle .account {
    float: right;
}

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

.header_bottom_cover {
    background: rgba(255, 255, 255, 1);
    position: relative;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    float: left;
    position: relative;
}

.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;
}
@media only screen and (max-width: 768px) {
    .header-logo {
        text-align: center;
    }
}

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

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

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

.col-sm-4.header-logo {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin: -6px 32px 0 0;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

.header_center {
    float: left;
    display: inline-block;
    width: 78.3%;
}

.col-sm-3.sort {
    padding: 0;
}

.col-sm-3.sort.category_dropdown span.customSelect {
    height: 38px;
    border-radius: 5px;
    padding: 8px 15px;
}

#searchbox .col-sm-3.sort {
    padding: 0 15px;
}

.col-sm-3.sort select.form-control {
    padding: 0;
    height: auto;
    text-transform: capitalize;
    background-color: #fff;
    color: #333333;
    border: none;
    overflow: hidden;
    left: 0;
    width: 100% !important;
}

.head-right-bottom {
    float: right;
    position: relative;
}

/*header-cms*/
.quickview {
    padding: 15px 0;
    display: inline-block;
}

.quickview .container {
    width: 100%;
    background: #FFFFFF;
    padding: 0 10px;
}

.quickview .container .row {
    margin: 0;
}

.quickview .top_button {
    display: none;
}

.quickview #product2 {
    float: left;
    width: 100%;
}

.quickview #product2 h3 {
    width: 100%;
}

.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #333333;
}

@media (max-width: 767px) {

    .quickview-button {
        display: none;
    }

    .quickbox {
        display: none;
    }
}

.menu_toggle {
    background: #ffffff none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

/* search */
.col-sm-5.header_search {
    margin-left: 10%;
}

/*.col-md-9.header_search {*/
/*    width: 77%;*/
/*}*/

.header_search .swiper-viewport {
    margin: 0 auto;
    box-shadow: none;
}

#searchbox {
    position: relative;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
}

.search_box {
    float: left;
    position: relative;
    width: 34%;
}

.search_box .form-control-select {

    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 12px;
    width: 100%;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
}

.search_box::after {
    background: #e9e9e9;
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 1px;
    height: 22px;
}

.header_search .form-control.input-lg {
    border: 1px solid #e8e9eb;
    height: 42px;
    padding: 0 0 0 20px;
    border-radius: 50px;
    width: 425px;
}

.productpage .input-group-btn .btn.btn-default {
    border-radius: 0;
    padding: 9px 25px;
}

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

#product-manufacturer .category_filter {
    margin-top: 0;
}

#product-manufacturer .product-block:hover .product_hover_block {
    display: block;
}

.header_search .btn.btn-default.btn-lg {
    text-transform: capitalize;
    font-weight: normal;
    border-radius: 4px;
    background: var(--main-green-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 8px 20px;
}

/* end of search */
.header_right {
    position: relative;
    width: auto;
    float: right;
    background: #fff;
    /*padding: 7px 5px 9px;*/
    cursor: pointer;
    margin-top: 9px;
    /*display: none;*/
}

/* header top cms block*/
.offer-image {
    background: url("../image/megnor/offer.png") no-repeat scroll 0 0;
    width: 27px;
    height: 27px;
    position: absolute;
}

.offer-title {
    float: left;
    /* font-family: "Lora", Sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.3px;
    font-style: inherit;
    font-weight: inherit;
}

.offer-inner {
    display: inline-block;
    margin-left: 35px;
    margin-top: 3px;
}

.offer_title {
    font-size: 15px;
    font-weight: 500;
    color: #ff0000;
}

/* end header top block */
.dropdown-menu .childs_2 {
}

.tabfeatured_default_width {
    width: 200px;
}

.tabbestseller_default_width {
    width: 200px;
}

.tablatest_default_width {
    width: 200px;
}

.tabspecial_default_width {
    width: 200px;
}

.featured_default_width {
    width: 33.33%;
}

.category_default_width {
    width: 170px;
}

.testimonial_default_width {
    width: 100%;
}

.tab-content .tab {
    display: none;
}

.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
}

.static_links ul.nav li .megamenu ul.list-unstyled li.dropdown.dropdown-menu {
    border: 1px solid #000;
    margin: 0;
    padding: 10px;
    position: absolute;
    left: 188px;
    top: 0;
}

.static_links ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    display: block;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    border: 1px solid #d9d9d9;
    display: none;
    left: 165px;
    padding: 10px;
    position: absolute;
    top: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover .dropdown-menu {
    display: block;
}

.main-slider .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
}

.swiper-viewport .swiper-button-prev::before, .swiper-viewport .swiper-button-next::before {
    font-size: 18px;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    text-align: center;
    padding: 8px 8px 0 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    content: "\f104";
    font-family: fontawesome;
    font-weight: 600;
    background: var(--main-green-color);
    border-radius: 50px;
    color: #fff;
}

.swiper-viewport .swiper-button-next::before {
    content: "\f105";
    border-radius: 10px 0 0 10px;
}

.main-slider .swiper-viewport .swiper-button-next::before {
    content: "\f105";
    border-radius: 50px;
}

.main-slider .swiper-viewport .swiper-pager {
    line-height: 18px;
}

.main-slider .swiper-button-next, .main-slider .swiper-button-prev {
    width: auto;
    margin-top: 0;
}

.main-slider .swiper-button-prev {
    left: 10px;
}

.swiper-viewport .swiper-button-next:hover::before, .swiper-viewport .swiper-button-prev:hover::before {
    color: #fff;
    background-color: #000;
}

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

#search .input-group-btn {
    float: right;
    width: auto;
    position: absolute;
    right: 0;
}

#search .btn-lg {
    font-size: 12px;
    line-height: 18px;
    background: #7e5cdd; /* Old browsers */
    border: none;
    color: #ffffff !important;
    padding: 9px 30px 8px;
    height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    width: 100%;
}

.show-result {
    overflow: hidden;
}

.product-search #content > p {
    margin-top: 10px;
}

header .dropdown.myaccount a .fa {
    background-color: transparent;
    padding: 10px 8px;
}

header .header-cart a .fa {
    background: transparent;
}

.header-container {
    height: auto;
    width: 100%;
    z-index: 99;
    background: #232f3e none repeat scroll 0 0;
}

.header-container.smaller {
    z-index: 999;
}

.header-logo img {
    display: inline-block;
    max-width: 100%;
}

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

.box.featured {
    float: left;
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 0px 0px 0px;
}

.latest.box {
    float: left;
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

/*end megnor category */
/* CMS block */
.cmsbanner-block {
    margin: 20px 0 40px 0;
    float: left;
    position: relative;
    width: 100%;
}

.cmsbanner-block.full-banner {
    margin-top: 10px;
}

.cms-inner-block1.full-banner-inner {
    margin: 0;
    width: 100%;
}

.cms-inner-block1, .cms-inner-block2 {
    position: relative;
    float: left;
    border-radius: 0;
}

.cms1_img, .cms2_img {
    overflow: hidden;
    position: relative;
}

.cmsbanner-block .cms-inner-block1 {
    padding-inline-start: 0;
    padding-inline-end: 15px;
    width: 50%;
}

.cmsbanner-block .cms-inner-block2 {
    padding-inline-start: 15px;
    padding-inline-end: 0;
    width: 50%;
}

.cms-inner-block1 .cms1_img .cms_image1, .cms-inner-block2 .cms2_img .cms2_image2 {
    max-width: 100%;
    width: 100%;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cms-inner-block1:hover .cms1_img .cms_image1, .cms-inner-block2:hover .cms2_img .cms2_image2 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description {
    left: 30px;
    position: absolute;
    top: 25%;
    bottom: auto;
    right: auto;
    width: auto;
}

.cmsbanner-block .description .title {
    font-size: 28px;
    color: #222;
    margin: 10px 0 0 0;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0px;
}

..cmsbanner-block .description .subtitle {
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #222;
    text-transform: capitalize;
    font-weight: inherit;
    font-weight: 400;
}

.cmsbanner-block .description .banner_text {
    color: #ff3300;
    margin: 50px 0 0 0;
    text-transform: capitalize;
}

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

/* homepage service cms*/
#servicecmsblock {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 43px;
}

.box-content-cms .main-content {
    width: 31.8%;
    float: left;
    cursor: pointer;
    position: relative;
}

.box-content-cms .first-content.main-content::after {
    right: 45px;
}

.box-content-cms .second-content.main-content::after {
}

.box-content-cms .third-content.main-content::after {
}

.box-content-cms .main-content:last-child::after {
    content: none;
}

.box-content-cms .main-content i {
    font-size: 30px;
}

.box-content-cms .main-content .title {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: inherit;
    font-style: inherit;
    color: #222;
}

.second-content.main-content:hover, .third-content.main-content:hover, .Fourth-content.main-content:hover {
    border: 1px solid var(--main-green-color);
}

.box-content-cms .main-content .desc {
    text-transform: capitalize;
}

.service-content .icon-left {
    float: left;
    display: inline-flex;
    flex: 0 0 auto;
    margin-right: 15px;
    padding-inline-end: 15px;
    border-inline-end-style: solid;
    border-inline-end-width: 1px;
    border-inline-end-color: #ebebeb;

}

.service-content .service-right {
    /* font-family: "Lora", Sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    float: right;
    width: 72%;
}

.service-content .service-right .desc {
    color: #222222;
    /* font-family: "Lora", Sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.second-content.main-content {
    padding: 20px 15px 15px 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.third-content.main-content {
    padding: 20px 15px 15px 20px;
    background-color: #fff;
    margin-right: 13px;
    margin: 0 20px;
    border: 1px solid #ebebeb;
}

.Fourth-content.main-content {
    padding: 20px 15px 15px 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}

.icon-left.two::before {
    content: "";
    background-image: url("../image/megnor/truck_1.svg");
    background-size: 38px;
    background-position: center;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    display: block;
}

.header_cart .btn:hover {
    color: #000;
}

.icon-left.three::before {
    content: "";
    background-image: url("../image/megnor/support_1.svg");
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    display: block;
}

.icon-left.four::before {
    content: "";
    background-image: url("../image/megnor/sale_1.svg");
    background-size: 36px;
    background-position: center;
    background-repeat: no-repeat;
    height: 38px;
    width: 38px;
    display: block;
}

/* cart */
.product_hover_block .action .compare_button {
    background: #F0F0F0 url("../image/megnor/compare.svg") no-repeat scroll center center;
    background-size: 17px;
}

.action .quickbox {
    background: #F0F0F0 url("../image/megnor/quickview.svg") no-repeat center center;
    background-size: 17px;
    margin: 5px 0;
}

.product_hover_block .action button.wishlist {
    background: #F0F0F0 url("../image/megnor/wishlist.svg") no-repeat center center;
    background-size: 17px;
}

.action .quickbox:hover {
    background: var(--main-green-color) url("../image/megnor/quickview_white.svg") no-repeat center center;
    background-size: 17px;
    margin: 5px 0;
}

.product_hover_block .action .compare_button:hover {
    background: var(--main-green-color) url("../image/megnor/compare_white.svg") no-repeat scroll center center;
    background-size: 17px;
}

.product_hover_block .action button.wishlist:hover {
    background: var(--main-green-color) url("../image/megnor/whislist_white.svg") no-repeat center center;
    background-size: 17px;
}

.product-block:hover .cart_button, .product-block:hover .quick_button {
    opacity: 1;
    -webkit-opacity: 1;
}

.special .cart_button {
    opacity: 1;
    float: right;
    left: auto;
    right: 45px;
    bottom: 0;
    position: relative;
}

.cart_button:hover {
    background: #000;
    border: 1px solid #000;
}

.cart_button {
    width: auto;
    padding: 8px 26px;
    border-radius: 50px;
    background: var(--main-green-color);
    border: 1px solid var(--main-green-color);
    color: #fff;
    opacity: 0;
    position: absolute;
    /* position: absolute; */
    left: 20px;
    right: 20px;
    bottom: 10px;
    text-transform: capitalize;
}

.quick_button {
    width: 100%;
    margin-top: 18px;
    opacity: 0;
    position: absolute;
    left: 20px;
    right: 20px;
    font-family: "Open Sans", sans-serif;
    /*font-family: 'Outfit', sans-serif;*/
    text-transform: uppercase;
    bottom: 20px;
    font-size: 13px;
    line-height: inherit;
}

.wishlist {
    background: none;
    border: none;
}

.cart-label {

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    text-align: left;
    margin-inline-start: 6px;
    margin-top: 0;
}

#cart-total {
    display: block;
    text-align: left;
    color: #000
}

.btn:hover #cart-total {
    color: #000;
}

#cart-total:hover .cart-lable {
    color: #000;
}

#cart .item-count {
    /*font-family: "Lora", Sans-serif;*/
    font-family: "Open Sans", sans-serif;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    display: block;
    background: var(--main-green-color);
    border-radius: 50px;
    position: absolute;
    width: 23px;
    height: 24px;
    top: -8px;
    right: -8px;
    padding: 5px 9px;
}

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

.fa.fa-heart-o {
    font-size: 25px;
    padding: 7px 25px 0 10px;
}

.header-cart .cart-menu li > a > img {
    width: 100%;
}

.col-sm-3.header-cart {
    float: left;
    width: auto;
    padding: 0;
    margin-left: 0;
}

.cart-menu .img-thumbnail {
    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: var(--main-green-color);
    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_wishlist, .header_compare {
    float: left;
    position: relative;
    margin: 0;
    cursor: pointer;
}

.header_compare > a {
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url("../image/megnor/compare.svg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: 21px;
    margin-top: 2px;
}

.header_wishlist > a {
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url("../image/megnor/wishlist.svg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-size: 26px;
    margin-top: 2px;
}

.header_wishlist span {
    background: var(--main-green-color);
    border-radius: 50px;
    height: 23px;
    width: 24px;
    position: absolute;
    padding: 0px 9px;
    right: -13px;
    top: -8px;
    color: #fff;
    font-size: 12px;
}

.cart_image {
    background-image: url("../image/megnor/cart.svg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 30px;
    float: left;
    margin: 0.0 0 0;
    background-size: 28px;
}

#testimonial {
    float: left;
    width: 100%;
    border: none;
}

#cart-text {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}

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

#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: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.table.table-bordered.shopping-cart.responsive {
    display: none;
}

.pull-left #form-language .fa.fa-caret-down {
    padding: 0 10px;
}

.pull-left #form-currency .fa.fa-caret-down {
    padding: 0 16px;
}

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


.cart-modify-flex{
    display: flex;
    column-gap: 12px;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}
.cart-modify-flex a,
.cart-modify-flex input {
    flex-grow: 1;
    width: 25%;
    height: 38px;
}
.cart-modify-flex input {
    text-align: center;
    min-width: 30px;
}
.table-responsive .shopping-cart .cart-modify-flex a.btn.btn-primary  {
    margin: 0;
    padding: 7px 23px;
}

#cart .dropdown-menu {
    width: 350px;
    padding: 10px;
    border: none;
    overflow: hidden;
    display: none;
    margin: 0;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    top: 69px;
    box-shadow: none;
    border: 1px solid #e5e5e5;
}

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

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

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

.header_cart .text-right.button-container > a {
    padding: 9px 25px;
    background: var(--main-green-color);
    display: inline-block;
    border-radius: 20px;
    color: #fff;
}

.header_cart .text-right.button-container > a:hover {
    background: #222;
    color: #fff;
}
.mobile-cart{
    float: right;
    top: 10px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important;
    }
}

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

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

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

#content .view-comment .panel {
    background-color: #F0F0F0F0;
    border-color: #F0F0F0F0;
}

/* menu */
#form-review textarea.form-control {
    height: auto;
    border-radius: 0;
    background-color: #f5f5f5;
}

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

.lang-curr .fa.fa-angle-down {
    vertical-align: middle;
}

.main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li .megamenu ul.list-unstyled {
    padding: 0px;
    border: none;
}

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

.main-menu ul > li {
    background-color: rgba(0, 0, 0, 0);
    display: inline-block;
    float: none;

}

#res-menu .expandable {
    position: relative;
}

.single-blog .form-control {
    border-radius: 0;
    background-color: #f5f5f5;
}

.menu-active .res-menu-close {
    background-image: url("../image/megnor/close.svg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center;
    visibility: visible;
    left: 220px;
    z-index: 9999;
    transition: all 600ms ease 0s;
    top: 10px;
    opacity: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background-size: 15px;
    display: block;
    position: fixed;
}

.main-menu ul > li:last-child {
    float: right;
    display: flex;
}

.main-menu ul > li:last-child a {
    float: right;
    margin: 0;
}

.main-menu ul > li:last-child::before {
    content: "";
    background-image: url("../image/megnor/offer.svg");
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin-inline-end: 10px;
    margin-top: 28px;
}

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

.main-menu a {
    padding: 29px 0;
    display: block;
    margin-inline-end: 30px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
}

#menu.main-menu .static-menu a:hover {
    color: var(--main-green-color);
}

.main-menu ul > li:last-child a::after {
    content: none;
}

.more-brand {
    float: right;
}

.more-brand > a {
    background: #3d3d3d;
    color: #fff;
    padding: 5px 12px 5px 15px;
    margin: 0 -15px -15px 0;
    border-radius: 5px 0px 5px 0;
    font-size: 12px;
    font-weight: 400;
}

.more-brand > a > i {
    font-size: 14px;
    margin-left: 5px;
}

.helptag a::before {
    background: url("../image/megnor/help.png") no-repeat scroll center center;
    position: absolute;
    content: "";
    width: 32px;
    height: 20px;
    top: 2px;
    left: 35px;
    display: none;
}

.hottag > a::before {
    background: url("../image/megnor/hot.png") no-repeat scroll center center;
    position: absolute;
    content: "";
    width: 32px;
    height: 20px;
    top: 1px;
    left: 20px;
    display: none;
}

.static-menu {
    margin-left: 35px;
}

.main-menu a:hover {
    text-decoration: none;
    color: #000;
}

.main-menu > ul > li:hover > a {
    background: transparent;
    color: var(--main-green-color);
}

.main-menu ul > li.top_level.dropdown:hover > a, .main-menu ul > li.top_level:hover > a {
    color: var(--main-green-color);
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    display: block;
    padding: 0 0 0 10px;
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    margin: 0 !important;
}

.main-menu > ul > li ul > li > a {
    padding: 8px;
    color: #1f2022;
    display: block;
    white-space: nowrap;
}

.responsive-menu .main-navigation li a {
    padding: 5px 10px !important;
    color: #333333;
    display: block;
    white-space: normal;
    text-transform: capitalize;
}

.main-menu ul > li.dropdown:hover > a {
    color: #000;
}

.main-menu > ul > li ul > li > .dropdown-inner ul li a {
    color: #adadad;
}

.main-menu ul li ul .list-unstyled a {
    color: #808080;
    font-weight: normal;
    padding: 8px 0;
    text-transform: capitalize;
    line-height: 22px;
}

.main-menu > ul > li ul > li > a:hover, .responsive-menu .main-navigation li a:hover {
    color: var(--main-green-color);
    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: 15px;
    background: #fff none repeat scroll 0 0;
    border: none;
    width: 100%;
    z-index: 999999;
}

#menu ul li.hiden_menu .dropdown-menu {
    visibility: visible !important;
    display: block;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    border: medium none;
    margin: 0;
    padding: 5px 0;
    position: relative;
}

#menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
    border: medium none;
    margin: 0 !important;
    padding: 0;
    position: relative;
}

#menu li.hiden_menu .dropdown-menu.megamenu {
    display: none;
}

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

#menu li.hiden_menu:hover .dropdown-menu.megamenu {
    display: none;
}

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

.box-content-category ul li .dropdown-menu {
    display: block;
    box-shadow: none;
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ededed;
    margin: 0;
    padding: 0;
    z-index: 9999;
    left: 100%;
    position: absolute;
    list-style: none;
    right: auto;
    top: -1px;
    width: 250px;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    -o-transition: -o-transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    transition: transform 0.3s ease, max-height 0.3s step-end, max-width 0.3s step-end, padding 0.3s step-end;
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.box-content-category ul .childs_1 li {
    padding: 0 20px;
    border: none;
}

.box-content-category ul li {
    float: left;
    width: 100%;
    padding: 0 20px;
}

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

#nav-one li .megamenu.column1 ul.childs_1 {
    padding: 0;
    display: inline-block;
    width: 100%;
    border: medium none;
}

#nav-one > li .dropdown-menu.megamenu. a, #nav-one li .megamenu. ul.list-unstyled > li.dropdown > a, #nav-one .hiden_menu .dropdown-menu a {
    border-bottom: 1px solid #ededed;
    padding-block: 14.5px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: inherit;

}

#nav-one > li > .dropdown-menu.megamenu ul li:last-child a {
    border-bottom: none;
}

#nav-one > li > .dropdown-menu.megamenu.column1 ul li:last-child {
    border-bottom: none;
}

#nav-one > li > .dropdown-menu.megamenu.column1 .dropdown-menu ul li:last-child a {
    border-bottom: none;
}

#nav-one > li > .dropdown-menu.megamenu.column1 li a:after {
    display: none;
}

#nav-one li ul {
    display: table-cell;
    float: left;
}

.social-block .fa.fa-facebook {
    padding: 3px;
}

#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;
    border-bottom: 1px solid #ededed;
}

.slider-item:hover .percentsaving {
    opacity: 0;
}

.product-items:hover .percentsaving {
    opacity: 0;
}

.product-layout:hover .percentsaving {
    opacity: 0;
}

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

.bottomfooter .container .row {
    border-top: 1px solid #ededed;
    padding-top: 30px;
}

.percentsaving {
    position: absolute;
    top: 12px;
    left: 20px;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    letter-spacing: .4px;
    background: transparent;
    padding: 5px;
    background: #f42727;
    border-radius: 50px;
}

.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: var(--main-green-color);
}

.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 ul.list-unstyled li > a {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}

.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: none;
    font-size: 14px;
    position: absolute;
    right: auto;
    top: 8px;
    left: 0;
    font-weight: 400;
    background: none;
}

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

.layout-2.left-col #column-left {
    padding: 0 20px 0 0;
    width: 23%;
}

.layout-2.right-col #column-right {
    width: 21.7%;
    padding: 0;
}

/* product info page */
#tabs_info.product-tab {
    padding: 0;
    margin-top: 70px;
    border: 1px solid #ededed

}

.product-tab .nav {

    width: 20%;
    float: left;
}

.nav-tabs > li > a {
    color: #3d3d3d !important;
    font-weight: 400 !important;
}

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

.layout-2 .content-bottom #content {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

/* 3-col layout */
.layout-3 #column-left {
    width: 24%;
}

.layout-3 #column-right {
    width: 24%;
}

.layout-3 #content {
    width: 52%;
}

/* content */
.layout-2.left-col #content.productpage-quickview {
    float: right;
    padding: 20px;
}

.common-home #content {
    padding: 0 0 0 20px;
    width: 77%
}

.main-slider .swiper-slide.text-center.swiper-slide-active {
    width: 100% !important;
}

/* footer */

footer {
    position: relative;
    margin-top: 20px;
    float: left;
    width: 100%;
    background: #fff;
}

footer h5 {
    font-size: 16px;
    margin: 15px 0 20px;
    position: relative;
    text-transform: capitalize;
    color: #222;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-style: inherit;
}

.blog-mainhead .box-heading {
    font-size: 16px;
    margin: 15px 0 20px;
    position: relative;
    text-transform: capitalize;
    color: #222;
    line-height: 22px;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-style: inherit;
}

.footer-blocks .social-block.column {
    width: 100%;
}

.social-block h5 {
    margin: 0;
}

.social-block .heading {
    display: none;
}

.footer-blocks .column {
    float: left;
    box-sizing: border-box;
    width: 20%;
    padding: 0;
    padding-inline-end: 20px;
    display: inline-block;
    vertical-align: top;
}

.blog-mainhead {
    width: 26%;
    float: left;
}

#block_contact_infos {
    width: 100%;
}

.CMS2_main {
    float: none;
    box-sizing: border-box;
    min-height: 210px;
    padding: 0;
    padding-inline-end: 20px;
    width: 100s%;
    display: inline-block;
    vertical-align: top;
}

.contact {
    width: 34%;
    padding-inline-end: 20px;
    float: left;
}

#footer .column li a {
    line-height: 0;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

#footer .column li a::before {
    content: "";
    background: url(../image/megnor/arrow.svg) no-repeat scroll left center;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 20px;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-size: 15px;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#footer .column li .email_content a::before {
    display: none;
}

#footer .column li a:hover {
    color: var(--main-green-color);
}

#footer .footer-area li a::before {
    display: none;
}

#footer .footer-area li a {
    padding: 0;
}

.newsletter {
    float: left;
    width: 100%;
    margin: 0;
    background-color: #F0F0F0;
    background-image: url("../image/megnor/News.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: Fixed;
    height: 317px;
    color: #222222;
    padding: 50px 5px;
    margin-top: 30px;
}

.contact-form-design .btn.btn-info {
    background: var(--main-green-color);
    border: 1px solid var(--main-green-color);
    border-radius: 50px;
    color: #fff;
}

.contact-form-design .btn.btn-info:hover {
    background: #000;
    border: 1px solid #000000;
}

#footer {
    padding: 50px 15px 0 15px;
}

.contact-form .form-control {
    background-color: #f5f5f5;
}

.form-control::placeholder {
    color: #c2c2c2;
}

.footer-top {
    background: #fff;
    padding: 20px 0;
    float: left;
    width: 100%;
}

.newsletter .btn.btn-lg:hover {
    background: #000;
}

/* New CSS */
.latest .product-carousel .slider-wrapper-outer {
    padding-bottom: 0;
}

.product-carousel .slider-wrapper-outer {
    padding-bottom: 20px;
}

.category-cms .product-carousel .slider-wrapper-outer {
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
}

.category-cms #category {
    padding: 30px 15px 0;
    float: left;
    width: 100%;
    /*border: 1px solid #e5e5e5;*/
}

.hometab .row, .ProductbyCategory .row, .featured .row {
    background: #fff;
    border-radius: 5px;
}

.manufacture_block {
    float: left;
    padding: 50px 0 50px;
    width: 100%;
    text-align: left;
    display: none;
}

.manufacturer_title {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    border: none;
    padding: 0;
}

.manufacturer_title::before {
    content: none;
}

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

.manufacture_block ul li {
    background: url("../image/megnor/pipe.png") no-repeat scroll right 6px transparent;
    display: inline-block;
    padding: 0 15px 2px 10px;
}

.manufacturer_item a {
    color: #b8b8b8;
}

.manufacture_block ul li:last-child {
    background: none repeat scroll 0 0 transparent;
}

.newsletter label {
    display: none;
}

.newsletter .input-news {
    margin-block: 20px;
    padding-top: 20px;
    position: relative;
    float: left;
    width: 100%;
}

.input-news .text-danger {
    color: #000;
    position: absolute;
    left: 0px;
}

.subscribe-btn {
    width: auto;
    float: right;
    position: relative;
}

.newsletter .form-group {
    width: 50%;
    margin: 0 auto;
    clear: both;
    position: relative;
}

.newsletter #txtemail {
    border: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    line-height: 28px;
    float: left;
    height: 46px;
}

#column-left .sub-title {
    display: none;
}

.sub-title {
    float: left;
    width: 100%;
    margin-block: 10px;
}

.newsletter form {
    text-align: center;
    width: auto;
}

.news-heading {
    margin-bottom: 26px;
}

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

.newsletter .btn.btn-lg {
    background: var(--main-green-color);
    border-radius: 0 50px 50px 0;
    border: none;
    color: #fff;
    padding: 14px 22px;
    font-size: 14px;
    float: left;
    font-weight: 400;
    position: absolute;
    right: 0;
    left: auto;
    line-height: 18px;
}

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

#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: 60px;
    height: 45px;
    display: inline;
    padding: 8px;
    text-align: center;
    margin-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
}

.form-group.qty #button-cart,
.form-group.qty #button-cart-request,
.form-group.qty #button {
    padding: 10px 30px;
    background: var(--main-green-color);
    border-radius: 50px;
    color: #fff;
    border: none;
    line-height: 24px;
    letter-spacing: 0.5px;
}
@media (max-width: 767px) {

    .form-group.qty #button-cart,
    .form-group.qty #button-cart-request{
        width:100%
    }
}

.form-group.qty #button-cart:hover,
.form-group.qty #button-cart-request:hover {
    background: #000
}

.prd_page .btn.btn-default {
    color: #222;
}

.common-home .box-content-category {
    display: block;
}

.box-category-top {
    width: 257px;
    padding-inline-end: 0;
    margin-block: 15px;
    float: left;
    align-items: center;
    background: var(--main-green-color);
    color: rgb(255, 255, 255);
}

.box-category-top::before {
    content: "\f0c9";
    font-family: "FontAwesome";
    height: 14px;
    width: 16px;
    position: absolute;
    top: 28px;
    left: 21px;
    bottom: 0px;
    right: auto;
}

.quickview-container .wish-comp {
    margin-top: 20px;
    float: left;
    width: 100%;
}

#column-left .box-content-category {
    position: relative;
    top: 0%;
}

.box-content-category {
    width: 257px;
    margin: 0;
    box-sizing: border-box;
    position: absolute;
    display: none;
    vertical-align: top;
    padding-inline: 0;
    z-index: 9;
    top: 100%;
    float: left;
    background-color: #fff;
}

.container .box-content-category {
    border: 1px solid #ededed;
    margin-bottom: 40px;
}

.dropmenu .box-category {
    background-color: #fff;
    position: absolute;
    top: 100%;
    z-index: 999999;
    border-top: none;
    display: none;
    left: -2px;
    border: 1px solid #ededed;
}

.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 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.box-content-category .hiden_menu span.main:hover {
    color: var(--main-green-color);
}

.box-content-category .hiden_menu span.main::after {
    content: " ";
    position: absolute;
    right: auto;
    top: 18px;
    left: 0;
    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.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: 25px 0;
    width: 100%;
}

p.powered {
    float: left;
    margin: 0;
    color: #222;
}

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

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

.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 + li:before {
    content: '';
    padding: 0;
}

.col-xs-11.col-sm-3.alert span a:hover {
    color: var(--main-green-color);
}

.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: var(--main-green-color);
}

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

#column-left .list-group-item.heading {
    font-weight: 500;
    color: #222;
    line-height: 22px;
}

.list-group a {
    line-height: 30px;
    text-transform: capitalize;
}

.fa.fa-pencil {
    margin-right: 5px;
}

#column-left .checkbox > label {
    color: #222;
    text-transform: capitalize;
    font-size: 14px;
}

#column-left .checkbox > label:hover {
    color: var(--main-green-color);
}

.alert-success {
    width: 100%;
    float: right;
}

.list-group-item.group-name {
    color: #1f2022;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 18px;
}

.filterbox .panel-footer {
    padding: 0 0 15px;
    text-align: left;
    border: medium none;
    background: #fff;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb .image {
    text-align: left;
    position: relative;
    overflow: hidden;
    width: auto;
    display: inline-block;
}

.product-layout.product-grid {
    padding: 0;
    float: none;
    float: left;
}

.product-layout.product-list {
    margin: 0 0 40px 0;
}

.product-list .product-block-inner:hover {
    transition: none;
}

.product-list .product-block.product-thumb:hover .product-block-inner {
    margin-bottom: 0;
    padding-bottom: 0;
}

.row.cat_prod {
    margin: 0 -15px;
}

.alert-success .fa.fa-check-circle {
    margin-right: 5px;
}

.product-thumb h4 {
    font-size: 14px;
    text-decoration: none;
    line-height: 18px;
    font-weight: 500;
    margin: 0;
    word-break: break-word;
    display: block;
    text-transform: capitalize;
    float: left;
}

.product-list .product-thumb h4 {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
    width: 100%;
}

.product-list .description {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

.product-brand {
    color: #9f9f9f;
    margin-bottom: 3px;
    float: left;
    width: 100%;
    font-size: 13px;
}

.product-details .rating {
    float: left;
    width: 100%;
    padding-block: 10px;
}

#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: #000 none repeat scroll 0 0 !important;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
    color: #fff !important;
    padding: 5px 14px !important;
}

.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: 14px;
    color: #ddd;
    height: 10px;
    float: left;
}

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

#content .pagination > li > a {
    background-color: var(--main-green-color);
    border: 1px solid var(--main-green-color) !important;
    color: #fff !important;
}

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

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

.nav-tabs > li.active::before, .nav-tabs > li.active::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 9;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #000;
}

.tm-message {
    display: none;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

.featured #featured-grid .product-items {
    display: none;
}

#content #tabs_info .nav.nav-tabs {
    padding: 0;
    border-bottom: 2px solid #f0f0f0;
}

.product-thumb .price {
    color: #000;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.product-thumb .list .price {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.product-thumb .list .price-new {
    font-size: 18px;
}

.product-thumb .price-old {
    color: #ccc;
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 400;
}

.product-thumb .price-tax {
    color: #808080;
    display: none;
    font-size: 12px;
    width: 100%;
}

#column-left .product-block:hover .quick_button {
    display: none;
}

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

.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 {
    border-radius: 0px;
    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;
}


#cart-content .thumbnails {
    padding: 15px;
    line-height: 1.42857;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.thumbnails > img {
    width: 100%;
}

.thumbnails .image-additional {
    float: left;
}

.product-info .image {
    margin-bottom: 30px;
}

.product-info .image .thumbnail {
    margin: 0;
}

.product-info .zoomContainer {
    z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
    position: relative;
    padding: 0 30px;
    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 #f7f2ed;
}

.product-right .btn-group .wishlist .fa,
.product-right .btn-group .compare .fa {
    padding: 0;
    text-align: center;
    margin: 0;
    line-height: 25px;
}

#input-captcha, #input-payment-captcha {
    margin-bottom: 10px
}

.productpage .form-group.qty .wishlist, .productpage .form-group.qty .compare, .quickview .form-group.qty .wishlist, .quickview .form-group.qty .compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    padding: 7px 5px;
    text-transform: capitalize;
}

.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: var(--main-green-color);
}

.productpage #input-quantity, .quickview #input-quantity {
    float: left;
    margin-right: 15px;
    width: auto;
    height: 38px;
    text-align: center;
}

.form-group.qty .control-label {
    float: left;
    margin: 10px 10px 0 0;
}

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

.information-blogger-blogs #column-left .box .box-heading, .information-blogger-blogs #column-right .box .box-heading {

    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.blog-mainhead .megnorblog .box-heading {
    padding: 0;
    border: none;
    margin: 15px 0 20px;
    display: inline-block;
}

.service-banner .box-heading {
    display: none;
}

.box-heading {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    line-height: 18px;
    padding: 14px 30px 14px 30px;
    margin-bottom: 15px;
}

.box-category-top .box-heading {
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 18px;
    z-index: 999;
    padding-inline-start: 44px;
    padding-block: 14px;
    box-sizing: border-box;
    border-bottom: none;
    margin-bottom: 0;
}

#column-left .testimonial-cms .test-desc .desc::before {
    content: "";
    background: url(../image/megnor/quote.svg) no-repeat scroll center;
    background-size: auto;
    background-size: auto;
    background-size: 20px;
    display: block;
    width: 100%;
    height: 40px;
    background-size: 30px;
    margin-bottom: 010px;
}

.title1 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    float: left;
    width: auto;
    display: inline-block;
    float: none;
    text-align: center;
}

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

.testimonial-cms .test-content .desc {
    color: #333;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-style: inherit;
    font-weight: inherit;
    /*font-family: "Lora", Sans-serif;*/
    font-family: "Open Sans", sans-serif;
    display: block;
    float: left;
    width: 100%;
}

#column-left .box-category-top .box-heading {
    display: none;
}

.news-heading h3 {
    color: var(--e-global-color-primary);
    font-size: 23px;
    font-weight: 500;
    line-height: 29px;
    letter-spacing: 0px;
    clear: both;
    margin: 0 0 10px 0;
    text-align: center;
}

#column-left .testimonial-cms .box-heading {
    display: block;
    position: relative;
    background-color: #fff;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 20px 0;
    margin: 0;
    letter-spacing: 0.3px;
    color: var(--e-global-color-primary);
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}

.testimonial-cms {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

#column-left .megnorblog .box-heading {
    display: block;
    position: relative;
    background-color: #f0f0f0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 20px;
    margin: 0;
    margin-bottom: 0px;
    letter-spacing: 0.3px;
}

#column-left .latest .box-heading {
    display: block;
    position: relative;
    background-color: #f5f5f5;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    padding: 12px 20px;
    margin: 0;
    letter-spacing: 0.3px;
    border-bottom: none;
}

#column-left .featured .box-heading {
    display: block;
    position: relative;
    background-color: #f5f5f5;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 20px;
    margin: 0;
    letter-spacing: 0.3px;
    border-bottom: none;
}

#column-left .bestseller .box-heading {
    display: block;
    position: relative;
    background-color: #F0F0F0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    padding: 12px 20px;
    margin: 0;
    letter-spacing: 0.3px;
    border-bottom: none;
}

#column-left .box-category-top {
    margin: 0;
}

.box.special {
    position: relative;
    float: left;
    width: 100%;

}

#content .box .box-heading, .box.related_prd .box-heading, .category-cms .box-heading {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    float: left;
    text-align: left;
    width: 100%;
    /* border-bottom: 1px solid #E6E6E6;; */
    color: #222;
    margin-bottom: 0;
    padding: 0 0 0 0;
}

.tab-head .box-heading::before {
    content: none !important;
}

#content .box .box-heading::before, .box.related_prd .box-heading::before {
    content: "";
    position: absolute;
    width: 100px;
    bottom: -2px;
    display: none;
}

.hometab-heading.box-heading {
    padding: 50px 32px 0 30px;
}

.header_top .account {
    float: right;
    width: auto;
    border: none;
    padding: 0;
}

.cart_detail {
    display: inline-block;
}

#content .box .box-content, .related_prd .box-content {
    border: none;
    padding-block-start: 15px;
    clear: both;
    margin: 0 -10px;
}

#content .featured .box-product .product-items {
    float: left;
    position: relative;
    margin-bottom: 20px;
}

.product-block.product-thumb {
    float: none;
    padding: 0 10px;
    position: relative;
    margin-top: 0;
    width: 100%;
}

#content .banners-slider-carousel .product-carousel .slider-item.first_item_tm .product-block-inner {
    border-left: none
}

.banners-slider-carousel .product-block:hover .product-block-inner::before {
    width: 0;
}

#column-left .product-block:hover .product-block-inner::before {
    display: none;
}

.product-block:hover .product-block-inner::before {
    left: -1px;
}

.product-carousel .slider-item.last_item_tm {
    border-inline-end: -1px;
}

.row .additional-carousel .product-block:hover {
    border: none;
}

#products-related {
    position: relative;
}

.productbox-grid .product-items {
    float: left;
}

#featured-grid .product-items {
    padding: 0 0 0 0;
}

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

#content .image-additional .slider-item .product-block {
    margin: 0 10px;
    display: inline-block;
}

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

#column-left .product-block-inner {
    border: none;
}

#column-left .product-block:hover .cart_button {
    display: none;
}

.product-block.product-thumb:hover .product-block-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -55px;
    z-index: 999;
    padding-bottom: 55px;
    background-color: #fff;
}

.loadmore {
    text-align: center;
    margin: 30px 0 20px;
}

.special .product-block.product-thumb:hover .product-block-inner {
    margin-bottom: 0;
    padding-bottom: 15px;
}

.featured .product-block-inner {
    min-height: 200px;
}

.special .product-block-inner, .featured .product-block-inner {
    transition: none;
}

.featured .product-block.product-thumb:hover .product-block-inner {
    margin-bottom: 0;
    padding-bottom: 0;
}

.featured .product_hover_block {
    display: none;
}

.product-block-inner {
    position: relative;
    vertical-align: top;
    clear: both;
    overflow: visible;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    transition: box-shadow .3s ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    float: left;
    border: 1px solid #e5e5e5;
}

.product-block.product-thumb {
    margin-bottom: 55px;
    float: none;
    padding: 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    padding: 0 15px 55px;
    width: 100%;
}

.special .product-block.product-thumb {
    margin-bottom: 30px;
    padding: 0 10px;
}

.featured .product-block.product-thumb.transition {
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-block .product-details {
    padding: 0 15px 15px;
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;

}

.product-grid .product-block.product-thumb {
    margin-bottom: 0;
}

.featured .product-block .action .compare_button, .featured .product-block .action .wishlist {
    display: none;
}

.banners-slider-carousel .product-block-inner {
    border: none;
}

.product-grid .product-details {
    padding: 0 15px 15px;
    min-height: 110px;
}

.box-content {
    margin: 0;
}

.product_combine {
    margin: 0 -15px;
}

.grid_default_width {
    width: 225px;
}

.module_default_width {
    width: 180px;
}

.latest_default_width {
    width: 200px;
}

.special_default_width {
    width: 50%;
}

.related_default_width {
    width: 220px;
}

.bestseller_default_width {
    width: 240px;
}

.tabspecial_default_width {
    width: 200px;
}

.tabbestseller_default_width {
    width: 200px;
}

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

.featured .product-block-inner:hover .product_hover_block {
    display: none;
}

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

.product_hover_block {
    z-index: 9;
    position: absolute;
    right: 0;
    bottom: 10px;
    transition: all 200ms ease 0s;
}

.special .image_cover {
    float: left;
    position: relative;
}

.product-list .image_cover {
    position: relative;
    float: left;
}

.product-block-inner:hover .product_hover_block {
    right: 10px;
    transition: all 500ms ease 0s;
}

.special .product-block-inner {
    padding: 15px;
}

#product-special .product-block:hover .image_cover .product_hover_block, #products-related .product-block:hover .image_cover .product_hover_block, #product-search .product-block:hover .image_cover .product_hover_block {
    opacity: 1;
    display: block;
}

.product-block:hover .image_cover .product_hover_block {
    display: block;
    display: block;
    position: absolute;
    top: 10px;
    width: 33px;
    bottom: auto;
    float: right;
}

.featured .product-block-inner:hover .product_hover_block .action {
    display: none;
}

.product-block-inner:hover .product_hover_block .action {
    opacity: 1;
}

.product-block-inner .product_hover_block .action {
    opacity: 0;
}

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

.special .product_hover_block .action {
    display: inline-block;
    vertical-align: top;
    left: 0;
    position: relative;
}

.special .product_hover_block .action button.cart_button {
    background: var(--main-green-color);
    border: auto;
    height: auto;
    width: auto;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #fff;
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
}

.product_hover_block .action button, .product_hover_block .action .quickview-button a {
    float: left;
    height: 38px;
    width: 38px;
    border: none;
    position: relative;
    border-radius: 50%;
    color: #fff;
}

.product_hover_block .action button.cart_button {
    background-size: 20px;
}

.product_hover_block .action button.cart_button {
    border: auto;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 2px;
}

.product_hover_block .action button.cart_button:hover {
    background-color: var(--main-green-color);
    color: #fff;
}

.special .product-block:hover .action .quickview-button, .special .product-block:hover .action .wishlist {
    display: none;
}

.product-details .quickview-button::after {
    content: "";
    border-left: 1px solid #000;
    top: 4px;
    width: 1px;
    height: 17px;
    margin-left: 10px;
}

.quickbox {
    background-position: 10px -40px;
    border-bottom: 1px solid #000;
}

#productcategory-carousel .product_hover_block {
    left: 15px;
}

.quickbox .fa.fa-eye {
    font-size: 15px;
    top: 9px;
    position: relative;
    color: #fff;
}

.product_hover_block button .fa {
    font-size: 14px;
}

.product-block-inner:hover .product_hover_block {
    opacity: 1;
}

.featured .product-block .product-details {
    padding-top: 0;
}

#content .product-list .product-details {
    width: 74%;
    float: left;
}

#content .special .product-block .product-details {
    width: 50%;
}

#content .featured .product-block .product-details {
    width: 55%;
}

.related_prd .product-block .product-details {
    width: 100%;
}

.latest .box .action {
    position: absolute;
}

.latest-box .product-block .product-details {
    width: 100%;
}

.featured.box .product-block .product-details {
    padding: 25px 15px;
    overflow: hidden;
    display: block;
    padding-inline-start: 15px;
}

#column-left .box-product .product-thumb .product-details h4 {
    width: 100%;
    margin: 0;
}

.special-tag {
    top: 2px;
    color: #e00400;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 4px;
    position: absolute;
    left: 8px;
    text-align: center;
    text-transform: capitalize;
    z-index: 9;
}

#column-left .special-tag {
    display: none;
}

.product-grid .description {
    display: none;
}

#content .banners-slider-carousel .product-block {
    margin: 5px 15px;
    cursor: pointer;
}

#content .banners-slider-carousel .product-block .product-block-inner {
    padding: 15px 0 !important;
}

.product-list .product-details {
    width: 75%;
    padding: 15px 10px 15px 25px;
}

.image_content {
    position: absolute;
    height: 100%;
    width: 100%;
}

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

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

#content .product-list .product-block .image {
    float: left;
    width: auto;
}

.banners-slider-carousel {
    margin: 40px 0 30px;
    width: 100%;
    float: left;
}

.banners-slider-carousel .product-carousel .slider-wrapper-outer {
    padding: 0;
}

#column-left .box-product, #column-right .box-product {
    width: 100%;
    overflow: hidden;
    padding: 0;
}

#column-left .box-product .product-block-inner, #column-right .box-product .product-block-inner {
    margin: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
}

#column-left .testimonial_inner .owl-wrapper-outer {
    border-bottom: none;
    padding: 0;
}

#column-left .box-product .owl-controls.clickable {
    border-bottom: none;
    padding-block-start: 0;
}

.product-list .product-block.product-thumb {
    padding: 0;
    margin: 0;
}

#column-left .box-product > div:last-child {
    border: none;
}

#column-left .box-product > div, #column-right .box-product > div {
    display: block;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    padding-inline: 15px;
    padding-block-start: 20px;
}

#column-right .box-product .product-items {
    padding: 7px 0;
    margin: 7px 0;
}

#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: 0;
    float: left;
    margin-right: 0;
    margin-top: 0px;
    border: none;
    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 .productbox-grid .product-items .product-details {
    float: left;
    width: 59%;
    overflow: hidden;
    padding: 0;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0;
    border: none;
    float: left;
    width: 100%;
}

#column-left .product-details .rating {
    margin: 0;
}

#column-left .special .product-thumb .caption,
#column-right .special .product-thumb .caption {
    width: 100%;
}

.content_headercms_bottom .tags > a:last-child::after {
    border-right: medium none;
}

#column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
    margin: 0 0 5px;
    white-space: nowrap;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}

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

#column-left .row, #column-right .row {
    margin: 0;
}

#column-left .testimonial-cms.box {
    margin-top: 0;
    border: 1px solid #e6e6e6;
    padding: 20px;
}

#column-left .box, #column-right .box {
    margin: 0;
    position: relative;
    margin-left: 0;
    float: left;
    width: 100%;
}

#product-special #column-left .box, #product-manufacturer #column-left .box, .information-blogger-blogs #column-left .box, .information-sitemap #column-left .box {
    margin-top: 0;
}

#column-left .bestseller {
    float: left;
    width: 100%;
    margin-top: 0;
}

#column-left .featured {
    margin-left: 0;
}

.top_button {
    background: var(--main-green-color);
    font-size: 0;
    cursor: pointer;
    width: 34px;
    height: 34px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    text-align: center;
    z-index: 999;
    color: #fff;
    border-radius: 50px;
    display: none;
}

.top_button:hover {
    background: #000000;
}

.top_button::before {
    color: #fff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 19px;
    padding: 8px 14px;
    position: relative;
    right: 3px;
    top: -2px;
    display: inline-block;
}

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

#column-left .swiper-viewport {
    border: medium none;
    box-shadow: none;
    margin: 0;
}

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

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

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

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

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

#list-view {
    margin-left: 2px
}

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

.category_filter .btn-list-grid {
    float: left;
    width: auto;
    padding: 0px 5px 0px 5px;
}

.compare-total {
    float: left;
    margin: 3px 20px 0;
}

.pagination-right {
    float: right;
    margin: 0;
    width: auto;
}

.category_filter .sort-by {
    float: left;
    margin: 7px 10px 0 0;
    width: auto;
    padding: 0;
}

.category_filter .show {
    float: left;
    margin: 7px 10px 0;
    padding: 0;
    width: auto;
}

.category_filter .sort {
    float: left;
    width: 150px;
    padding: 0;
}

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

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

.show-wrapper {
    margin: 0;
}

.category_filter .list.active, .category_filter .grid.active { /*background:#428bca;*/
}

.category_thumb .category_description {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #222;
}

.row.category_thumb {
    margin: 0 -15px;
    padding: 0;
}

.category_img img {
    margin-bottom: 10px;
    border: none;
    max-width: 100%;
}

.category_list ul {
    padding: 0;
    display: inline-block;
    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 {
    display: block;
    padding: 8px 20px;
    border: 1px solid #e8e9eb;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    color: #222;
}

#column-left #banner .img-responsive {
    margin: 0 0 40px 0;
}

.category_list li a:hover {
    color: var(--main-green-color);
    border-color: var(--main-green-color);
}

.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 10px 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;
    width: 100%;
    margin: 14px 0;
}

.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 #content {
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
}

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

.left strong {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
    color: #3d3d3d;
}

.left .btn.btn-info {
    margin-bottom: 20px;
    border-radius: 50px;
}

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

.bx-controls-direction {
    position: absolute;
    float: left;
    width: auto;
    left: auto;
    right: 0;
    top: 0;
}

#information-contact {
    margin-top: 40px;
}

.footer-blocks .list-unstyled li {
    margin: 10px 0;
}

.contact-form-design {
    margin-top: 0;
}

.map_button {
    clear: both;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: var(--main-green-color);
    padding: 12px 15px;
    cursor: pointer;
}

.map_button > i {
    font-size: 18px;
}

.contact-form-design .left {
    float: left;
    width: 28%;
    margin-right: 30px;
    padding: 34px 20px;
    color: #7a7a7a;
    position: relative;
    z-index: 9;
    border: 2px solid #e8e9eb;
}

.contact-form-design.container {
    padding: 30px;
    background: #fff;
    margin: 70px auto;
    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: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background: url("../image/megnor/ajax-loader.gif") 50% 50% no-repeat #fff;
    bottom: 0;
    margin: auto;
}

.main-slider {
    position: relative;
    float: right;
    width: 100%;
    margin-bottom: 0;
}

.main-slider img {
    border: none;
}

.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: 15px 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*/
.col-sm-8.product-left {
    width: 44%;
}

.col-sm-4.product-right {
    padding: 0 0 0 40px;
    width: 56%;
}

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

.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;
    border-radius: 5px !important;
}

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

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

#column-left .box .box-content ul li, #column-right .box .box-content ul li {
    padding: 0 0 0px 20px;
    position: relative;
}

#column-left .box .box-content ul li a, #column-right .box .box-content ul li a {
    padding: 6px 0;
    color: #222;
    line-height: 22px;
}

.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 .box-category a {
    border-bottom: none;
}

#column-left .box .box-content ul li::before {
    content: '\f105';
    font-family: fontawesome;
    display: block;
    left: 0;
    top: 6px;
    font-size: 14px;
    position: absolute;

}

#column-left .list-group .checkbox, #column-right .list-group .checkbox {
    margin-bottom: 15px;
}

#column-left .list-group, #column-right .list-group {
    padding: 10px 20px;
}

#column-left .box {
    margin: 0 0 40px;
}

.box .box-content .box-category {
    padding: 10px 20px;
    float: left;
    width: 100%;
}

#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: 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: var(--main-green-color) !important;
}

.product-list .quick_button {
    margin-inline-start: 15px;
}

.product-list .product-block .cart_button, .product-list .product-block .quick_button {
    opacity: 1;
    position: relative;
    transition: none;
    margin-top: 15px;
    left: 0;
    bottom: 0;
    width: auto;
    display: inline-block;
}

.box .box-content ul ul {
    z-index: 99;
    width: auto;
}

#product-product .box .box-content ul li a {
    display: block;
    text-transform: capitalize;
    border-bottom: none;
}

#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%;
    background: #fff;
    float: left;
}

.peoplesay-block .test-image {
    display: inline-block;
}

.hometab {
    padding: 70px 0;
    margin-top: 70px;
}

.categorycms .peoplesay-block {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 15px;
}

.categorycms .peoplesay-block .view.more {
    margin-bottom: 0;
}

.title {
    display: inline-block;
}

.slider-item:hover .title .view.more {
    color: var(--main-green-color);
    border-bottom: 1px solid var(--main-green-color);
}

.categorycms .peoplesay-block a {
    font-weight: 500;
    font-size: 16px;
    color: var(--e-global-color-primary);
    width: 100%;
    display: block;
}

.categorycms .peoplesay-block a:hover {
    color: var(--main-green-color);
}

.category-cms {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin-top: 0;
    position: relative;

    margin-bottom: 0;
}

.banners-slider-carousel .box-content .customNavigation {
    display: none;
}

.banners-slider-carousel .box-content:hover .customNavigation {
    display: none;
}

.banners-slider-carousel .product-block-inner:hover img {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.peoplesay-block .test-dec {
    padding-block-start: 10px;
    height: 60px;
}

.banners-slider-carousel .product-block-inner img {
    max-width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    opacity: 0.4;
    -webkit-opacity: 0.4;
    -o-opacity: 0.4;
    -ms-opacity: 0.4;
    display: inline-block;
    vertical-align: top;
}

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

.etabs {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
}

.htabs .tab {
    margin: 0 30px;
}

.htabs .etabs li:last-child {
    background: none;
}

.htabs a {
    display: block;
    float: left;
    cursor: pointer;
    text-transform: capitalize;
    width: 100%;
    border: 1px solid transparent;
    padding: 12px 0 12px 0px;
}

.htabs a.selected, .htabs li.active a {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    border-right: 1px solid #fff;
    position: relative;
}

.htabs a.selected::before, .htabs li.active a::before {
    content: "";
    position: absolute;
    border-left: 3px solid #f6d000;
    height: 100%;
    left: -33px;
    top: 0;
}

#tabs_info.product-tab .tab-content {
    padding: 35px;
    background: none;
    color: #222;
    width: 80%;
    float: left;
    border-left: 1px solid #ededed;
    min-height: 500px;
}

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

.featured .product-column {
    width: auto;
    padding: 0;
    border-left: none;
}

.product-column {
    float: left;
    width: 80%;
    padding: 27px 30px 30px;
    border-left: 2px solid #e6e6e6;
}

/*Right banner*/
.collection-right-banner {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.collection-right-banner .image-title {
    position: absolute;
    top: 54px;
    width: 100%;
}

.collection-right-banner .image-button {
    position: absolute;
    bottom: 60px;
    width: 100%;
}

#content .collection-right-banner .image-title > h3 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 300;
    margin: 0;
    line-height: 40px;
    padding: 0;
    color: #fff;
    letter-spacing: 1px;
}

.banner-btn {
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    color: #222;
}

.banner-btn:hover {
    background: #222;
    color: #fff;
}

/*Right banner*/

.tab-head .sub-heading {
    float: left;
    margin: 10px 10px 0 30px;
    text-align: left;
    line-height: 24px;
}

.tab-head .sub-heading > span {
    display: block;
}

.tab-head .coupon {
    float: left;
    margin-top: 40px;
    color: #000;
    border: 2px dashed #f6d000;
    padding: 6px 20px;
    font-weight: 500;
}

.btn-danger:hover {
    background-color: #c9302c;
    border-color: #ac2925;
    color: #fff !important;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.table-responsive {
    width: 100%;
}

.table-responsive .shopping-cart .btn.btn-primary {
    margin: 0 10px;
}

.hometab .customNavigation a.prev:before:hover, .hometab .customNavigation a.next:before:hover {
    color: #fff
}

/* End Tab cms */

/*Megnor Blog CSS */
/*.all-blog > .panel-default {*/
/*	column-count: 2;*/
/*	column-gap: 30px;*/
/*}*/
.layout-2 #content {
    float: right;
    width: 77%;
    margin: 0;
    padding-right: 0;
}

#information-information .megnorblog {
    float: right;
    margin-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    display: none;
}

.panel-default {
    border-color: #f0f0f0;
    display: inline-block;
    vertical-align: top;
}

.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;
    vertical-align: top;

    float: left;
}

.blog-right h4 a {
    float: left;
    font-size: 14px;
    margin: 0 0 10px 0;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    letter-spacing: 0.3px;
    word-break: break-word;
    display: block;
}

.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: 25px;
    display: block;
    text-align: left;
    margin: 10px 0 0;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    padding-top: 25px;
}

.blog-right-content .blog-desc {
    float: left;
}

.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;
    padding-inline-end: 6px;
    margin-block-end: 6px;
}

#content #blog-carousel, #content #blog-grid {
    padding: 0px;
    border: none;
    overflow: visible;
    float: left;
    width: 100%;
}

.panel-body .blog-right-content a {
    /*font-family: 'Lora', Arial, Helvetica, sans-serif;*/
    line-height: 24px;
    font-weight: 500;
    font-size: 23px;
}

.panel-body .write-comment a {
    font-size: 13px;
    line-height: 18px;
}

.pagination li .active {
    padding: 5px 14px !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 12px !important;
}

#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: 6px 0;
}

#blog-carousel.owl-carousel .owl-buttons .owl-next > i {
    padding: 6px 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%;
    position: relative;
}

.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: 2px solid #ffd21d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    top: 40%;
}

#blog-carousel .owl-controls .owl-buttons .owl-next {
    right: 0;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev:hover, #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: #ffd21d;
}

.single-blog .blog-img {
    position: relative;
    margin-bottom: 15px;
}

#content.single-blog {
    padding-right: 0;
}

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

#column-left .box-heading {
    margin-bottom: 0;
}

.single-blog .block-title > legend {
    margin: 10px 0 0;
}

.single-blog .blog-desc {
    border: none;
    margin: 0;
    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: 2px solid #f0f0f0;
}

.single-blog h4 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.view-comment .form-group b {
    font-weight: 600;
}

.view-comment .col-sm-3 .name {
    font-weight: 500;
    color: #333333;
}

.view-comment .col-sm-3 .date {
    color: #b5b5b5;
}

.user_icon {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    float: left;
    margin: 0px 15px 0 0;
    padding: 10px 15px;
    text-align: center;
}

.comment_info {
    float: left;
    width: 85%;
}

.comment_info .comment-text {
    margin-top: 12px;
}

.view-comment {
    clear: both;
}

.view-comment .col-sm-8 {
    width: 100%;
    margin-top: 10px;
}

#add-comment .col-sm-8 {
    width: 100%;
}

.post_hover {
    position: absolute;
    top: 45%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: none;
}

/*Megnor Blog light-box CSS */
.blog-left .icon.zoom .fa {
    font-size: 13px;
}

.blog-left .blog-image .zoom {
    background: #ffd21d;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #555;
    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 #ffd21d;
    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 {
    padding: 24px;
}

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

.information-blogger-blogs .panel-body {
    padding: 0;
    position: relative;
    border: 1px solid #e8e9eb;
    float: left;
    margin-bottom: 30px;
}

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

.blog-right .read-more, .blog-right .write-comment {
    float: left;
    display: none
}

.read-more a {
    text-transform: capitalize;
    border: 1px solid var(--main-green-color);
    padding: 7px 20px;
    border-radius: 50px;
    margin-top: 20px;
    display: block;
    background-color: var(--main-green-color);
    color: #fff;
    letter-spacing: 0.5px;
}

.panel-body .read-more a {
    font-size: 13px;
}

.read-more a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}

.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;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #fff;
    line-height: 20px;
}

#add-comment .col-sm-10 {
    width: 66.6667%;
}

#add-comment .col-sm-2 {
    width: 25%;
}

#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: var(--main-green-color) !important;
    color: #fff;
}

.bootstrap-datetimepicker-widget td span:hover {
    color: #ffd200
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #f6d000 !important;
    color: #3d3d3d !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: var(--main-green-color);
    color: #fff !important;
}

.bootstrap-datetimepicker-widget td.day {
    position: relative;
}

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #3d3d3d !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 span:hover {
    background: #000;
}

.bootstrap-datetimepicker-widget td span:hover {
    color: #fff;
    background-color: #000 !important;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: var(--main-green-color) !important;
    color: #3d3d3d !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;
}

.content-top-breadcum .container h1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 29px;
    color: #1E1E1E;
    margin-bottom: 0;
    padding: 5px 0;
}

#title-content {
    float: left;
    width: 100%;
}

#form-review .col-sm-2, #form-review .col-sm-10 {
    width: 100%;
}

.container h1, .container h2 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 30px 0;
    line-height: 22px;
}

#product #input-quantity {
    border-radius: 0;
}

.content-top .container h2 {
    display: none;
}

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

#content.productpage .product-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0px 0 10px 0;
    text-transform: capitalize;
    color: #222;
}

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

.breadcrumb + .row {
    clear: both;
}

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

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

@media (max-width: 767px) {
    #collapse-payment-address .col-xs-12 {
        padding: 0;
    }
}


.breadcrumb {
    padding: 5px 0;
    margin-bottom: 0;
    list-style: none;
    right: 0;
    top: 0;
    line-height: 25px;
    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: # var(--main-green-color) none repeat scroll 0 0;
    border: 1px solid # var(--main-green-color);
    color: #fff;
    font-weight: normal;
    padding: 7px 20px 6px !important;
    text-transform: capitalize;
}

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

.quickview label {
    display: inline-block;
    margin-bottom: 5px;
    float: left;
    margin: 5px 10px 0 0;
}

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

.quickview .fa.fa-eye:hover {
    background: #ffd200 none repeat scroll 0 0;
    border-color: #ffd200;
}

.quickview .fa.fa-eye {
    background: #ffd200 none repeat scroll 0 0;
    border: 1px solid #ffd200;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #ffffff;
    padding: 15px;
}

.product-quickview .quickview {
    bottom: 0;
    left: 10px;
    top: 10px;
    opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
}

.product-thumb:hover .quickview {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #000000 !important;
}

h4:hover a, h4:focus a {
    color: var(--main-green-color);
    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;
}

#checkout-cart .panel-collapse #button-coupon {
    border-radius: 0 50px 50px 0;
    padding: 10px 25px;
}

.box.related_prd {
    float: left;
    width: 100%;
    margin-top: 70px;
}

#column-left #testimonial.box-content {
    border: none;
    padding-top: 25px;
}

.testimonial_inner {
    text-align: center;
}

.related_prd .customNavigation {
    top: -12%;
}

#column-left .box-content {
    padding: 0;
    border: none;
}

.alert.alert-success.animated {
    width: 100%;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    padding: 20px 20px;
    opacity: 0.95 !important;
    -webkit-opacity: 0.95 !important;
    -moz-opacity: 0.95 !important;
    -khtml-opacity: 0.95 !important;
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    color: #fff !important;
    right: 0 !important;
    left: auto !important;
}

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

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

.alert.alert-success.animated span a {
    color: #fff;
    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: #fff;
}

.account-login .well .form-group a, .affiliate-login .well .form-group a {
    line-height: 30px;
}

.form-group.qty {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 30px 0px;
}

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

.stock_msg {
    display: block;
    padding: 10px 0 0 5px;
    text-transform: capitalize;
    font-weight: 500;
}

.form-group .btn-group.prd_page {
    display: block;
    margin-top: 10px;
}

.headertop {
    position: relative;
}

#search .fa.fa-search {
    display: block;
}

.input-group-btn .search {
    display: block;
}


/* Responsive start */
@media (max-width: 1249px) {
    #column-left .productbox-grid .product-items .product-details {
        width: 58%;
    }

    .service-content .icon-left {
        margin-right: 12px;
        padding-inline-end: 12px;
    }

    .category_default_width {
        width: 150px;
    }

    .header_center {
        width: 77.3%;
    }

    #content .customNavigation {
        right: 0;
        top: 16px;
    }

    .box-content-cms .main-content {
        width: 31.7%;
    }

    .cms-inner-block1, .cms-inner-block2 {
        width: 49%;
    }

    .countbox .timebox {
        margin: 0 3px 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px) {
    #content .special .product-block .product-details {
        width: 100%;
    }

    .special_default_width {
        width: 200px;
    }

    .box-category-top {
        width: 21.6%;
    }

    .col-sm-5.header_search {
        margin-left: 5%;
    }

    #nav-one > li > .dropdown-menu {
        overflow: scroll;
        width: 280px;
    }

    #nav-one > li > .dropdown-menu.megamenu.column1, #nav-one .hiden_menu .dropdown-menu {
        overflow: unset;
    }

    #servicecmsblock .icon-left {
        margin-right: 0;
    }
}

@media (max-width: 1199px) {
    #column-left .productbox-grid .product-items .product-details {
        width: 47%;
    }

    .footer-blocks .column {
        width: 22%;
    }

    .contact {
        width: 30%;
    }

    .product-grid .cart_button {
        padding: 8px 21px;
    }

    .special .product-block-inner {
        padding: 0;
    }

    .special .product-block.product-thumb:hover .product-block-inner {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .service-content .service-right {
        line-height: 20px;
    }

    .service-content .icon-left {
        margin-right: 12px;
        padding-inline-end: 5px;
    }

    .service-content .service-right .desc {
        font-size: 12px;
        line-height: 18px;
    }

    .box-content-cms .main-content .title {
        font-size: 14px;
        line-height: 15px;
    }

    .service-content .icon-left {
        margin-right: 12px;
        padding-inline-end: 10px;
    }

    .layout-2 #content {
        width: 76%;
    }

    .box-content-cms .main-content {
        width: 31.4%;
    }

    .newsletter {
        margin: 10px 0 0 0px;
        display: inline-block;
        vertical-align: top;
        float: none;
        text-align: center;
    }

    #content .product-list .product-details {
        width: 69.7%;
        float: left;
    }

    .product-layout.product-grid {
        float: left;
        width: 25%;
    }

    .product_hover_block .action button.cart_button {
        height: 30px;
        width: 30px;
    }

    /* .quickview-button {height: 30px;width: 30px;} */
    .stock_status {
        padding: 3px 5px;
        height: 30px;
        width: 30px;
    }

    .quickbox .fa.fa-eye {
        top: 3px;
    }

    .product-block .blog-right {
        width: 65%;
    }

    .box-content-category {
        width: 213px;
    }

    .layout-2.left-col #column-left {
        width: 23.3%;
    }

    .common-home #content {
        width: 76.7%;
    }

    .cms-inner-block1, .cms-inner-block2 {
        width: 48%;
    }

    .main-slider .swiper-button-next, .main-slider .swiper-button-prev {
        margin: 0;
    }

    .cmsbanner-block .description .banner_text {
        margin: 30px 0 0 0;
    }

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

    .product-list .product-details {
        width: 68%;
    }

    .col-sm-4.header-logo {
        margin: 0 10px 0 0;
    }

    .collection-right-banner .image-button {
        bottom: 40px;
    }

    .product-column {
        width: 75%;
    }

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

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

    .search_box .form-control-select, .search_box .form-control-select.active {
        background-position: 115px 19px;
    }

    .featured_default_width {
        width: 50%;
    }
}

@media (max-width: 1023px) {
    .news-heading h3 {
        font-size: 17px;
    }

    #content .product-list .product-details {
        width: 68.6%;
        float: left;
    }

    .box-content-category {
        width: 205px;
    }

    .product-block .blog-right {
        width: 64%;
    }

    .second-content.main-content {
        padding: 20px 15px 15px 20px;
    }

    .box-content-cms .first-content.main-content::after {
        right: 30px;
    }

    .box-content-cms .main-content .title {
        font-size: 12px;
    }

    .service-content .service-right .desc {
        font-size: 12px;
    }
}

@media (max-width: 979px) {
    #column-left #testimonial.box-content {
        border: 1px solid #e6e6e6;
        padding: 25px;
    }

    #column-left .latest .box-heading, #column-left .testimonial-cms .box-heading {
        font-size: 16px;
        font-weight: 600;
    }

    .special .cart_button {
        right: 67px;
    }

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

    .main-menu ul > li:last-child::before {
        display: none;
    }

    .main-menu ul > li:last-child {
        float: left;
        display: flex;
    }

    #column-left .latest .box-heading {
        background-color: #fff;
        padding: 12px 0;
    }

    .product-tab .nav {
        width: 100%;
        float: left;
        text-align: center;
    }

    #tabs_info.product-tab .tab-content {
        width: 100%;
    }

    #column-left .box-content {
        padding: 0;
        border: none;
    }

    #column-left .testimonial-cms.box {
        margin-top: 0;
        border: none;
        padding: 0;
    }

    #column-left .testimonial-cms .box-heading {
        text-align: left;
        border-bottom: none;
    }

    .container .box-content-category {
        border: none
    }

    #testimonial {
        border: 1px solid #ededed;
    }

    .footer-blocks .social-block.column {
        padding-inline-end: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .social-block ul {
        padding: 0;
        display: none;
        margin-top: 15px;
    }

    .social-block .heading {
        display: block;
    }

    .featured .image_cover {
        width: 40%;
    }

    #content .featured .product-block .product-details {
        width: 60%;
    }

    .newsletter .form-group {
        width: 100%;
    }

    #featured-grid .product-items {
        padding: 0 0 20px 0;
        width: 50% !important;
    }

    .expandable .fa.fa-bars {
        display: none;
    }

    #res-menu .nav-responsive span {
        font-size: 0;
    }

    #nav-one {
        display: none;
    }

    #content .customNavigation {
        right: 13px;
    }

    .content_footer_bottom {
        width: 100%;
        margin-bottom: 0;
    }

    p.powered {
        float: left;
        margin: 0;
        color: #222;
        width: 100%;
        text-align: center;
    }

    .payment-block {
        width: 100%;
        float: left;
        text-align: center;
    }

    /* #column-left .productbox-grid {border: 1px solid #ededed;} */
    #cart .dropdown-menu {
        top: 46px;
    }

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

    .login_acc .user_name > i {
        padding: 7px 8px 0 8px;
    }

    #res-menu .treeview .expandable {
        position: relative;
        width: 100%;
        float: left;
        margin-right: 10px;
        margin-left: 0;
    }

    .header_search .input-group .form-control:first-child {
        border-radius: 50px;
    }

    .header_search .btn.btn-default.btn-lg {
        background-image: url("../image/megnor/search-2.svg");
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        height: 43px;
        width: 43px;
        background-color: #f5e4d2;
        font-size: 0;
        background-size: 18px;
        padding: 10px;
    }

    .header_search .btn.btn-default.btn-lg:hover {
        background-image: url("../image/megnor/search-2.svg");
        font-size: 0;
        background-size: 18px;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
    }

    .nav-responsive {
        position: relative;
        z-index: 9;
        right: 0;
        left: auto;
        padding: 5px 0 0 0;
    }

    .main-menu ul > li {
        background-color: rgba(0, 0, 0, 0);
        display: block;
    }

    .header_center {
        width: 100%;
    }

    #searchbox .input-group-btn {
        width: auto;
        position: absolute;
        left: auto;
        right: 0;
    }

    #searchbox {
        display: none;
    }

    .bx-controls-direction {
        position: absolute;
        float: left;
        left: auto;
        right: 0;
        top: 0;
    }

    #block_contact_infos {
        width: 100%;
        padding-inline-end: 0;
    }

    .CMS2_main {
        min-height: auto;
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .social-block {
        display: none;
    }

    .blog-mainhead {
        width: 100%;
    }

    .contact {
        width: 100%;
        padding-inline-end: 0;
    }

    .top-links .links-item {
        display: block;
    }

    .top-links .links-item::before {
        content: none;
    }

    #menu {
        float: left;
        /*width: 100%;*/
        padding: 15px 15px 15px 0;
    }

    #res-menu .expandable {
        margin-top: 0;
    }

    .nav-responsive span {
        color: #222 !important;
    }

    #res-menu.responsive-menu .main-navigation.active {
        transform: translateX(0);
        overflow-y: auto;
    }

    #res-menu.responsive-menu .main-navigation {
        background: #fff;
        top: 0;
        padding-top: 40px;
        width: 280px;
        border: 1px solid #e8e9eb;
        left: 0;
        transform: translateX(-400px);
        transition: all 300ms ease 0s;
        text-align: left;
    }

    .header_search .form-control.input-lg {
        width: 200px;
        padding: 10px 16px;
    }

    #searchbox {
        position: absolute;
        z-index: 99;
        top: 50px;
        width: auto;
        left: auto;
        right: 0;
    }

    .header_search.active .header-toggle {
        background: url("../image/megnor/close.svg") no-repeat scroll center center;
        background-size: 15px;
    }

    .header-toggle {
        background-image: url("../image/megnor/search.svg");
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        height: 39px;
        width: 40px;
        float: right;
        border-radius: 50%;
        font-size: 0;
        background-size: 21px;
        margin-right: 10px;
    }

    #res-menu .expandable::before {
        background-image: url("../image/megnor/menu.svg");
        background-size: 22px;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        width: 30px;
        height: 30px;
        display: block;
    }

    #res-menu ul li.expandable::before {
        display: none;
    }

    #res-menu .expandable {
        position: relative;
        width: auto;
        margin-top: 10px 10px 0 0;
        float: left;
        margin-right: 5px;
        margin-left: 5px;
    }

    .box-category-top {
        width: 100%;
        display: none;
    }

    #res-menu {
        display: block;
        color: #3d3d3d;
        float: left;
    }

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

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

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

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

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

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

    .static-menu {
        display: none;
    }

    .col-sm-5.header_search {
        width: auto;
        padding: 0;
        margin: 0;
        display: inline-block;
    }

    .col-sm-4.header-logo {
        margin: 0 0 20px 0;
        width: 100%;
        text-align: center;
    }

    .col-sm-5.header_search {
        width: auto;
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: top;
    }

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

    .cmsbanner-block .description .banner_text {
        margin: 15px 0 0 0;
    }

    .tab-head {
        width: 100%;
    }

    .product-column {
        width: 65%;
    }

    .footer-top {
        height: auto;
    }

    .footer-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .footer-logo img {
        display: inline-block;
    }

    .newsletter {
        margin: 30px 0 0 0px;
    }

    .footer-blocks .col-sm-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }

    .list-unstyled {
        display: none;
    }

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

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

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

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

    .header_top {
        padding: 20px 0;
        text-align: right;
        display: inline-block;
        vertical-align: top;
    }

    .col-sm-4.header-logo {
        margin: 0;
        padding: 0;
        background: none;
        width: auto;
        position: relative;
        top: 0;
    }

    .box-content-cms .main-content .title {
        font-size: 14px;
    }

    .box-content-cms .main-content {
        text-align: center;
        padding: 0;
    }

    .service-content {
        padding: 10px;
        float: left;
        width: 100%;
    }

    .service-content .icon-left {
        float: left;
        width: auto;
        height: auto;
        margin-top: 0;
    }

    .service-content .service-right {
        width: auto;
        margin: 0;
        text-align: center;
    }

    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after, .box-content-cms .third-content.main-content::after {
        right: 0;
        top: 35px;
    }

    .collection-right-banner .image-button {
        bottom: 20px;
    }

    .collection-right-banner .image-title {
        top: 20px;
    }

    .common-home .box-content-category {
        display: none;
    }

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

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

    .footer-blocks {
        margin: 0;
    }

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

    .search_box .form-control-select, .search_box .form-control-select.active {
        background-position: 113px 19px;
    }

    #column-left .mobile_togglemenu, #column-right .mobile_togglemenu {
        top: -3px;
    }

    #column-left
    .toggle .mobile_togglemenu::before {
        right: 15px;
        top: 12px;

    }
}

.bx-controls-direction a {
    display: block;
    font-size: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #222;
    box-sizing: border-box;
    top: 15px;
}

.bx-controls-direction a.bx-prev {
    right: 0;
    left: auto;
    float: left;
}

.bx-controls-direction a.bx-next {
    right: auto;
    left: 0;
}

@media (max-width: 767px) {
    .header_wishlist, .header_compare {
        margin: 3px 10px 0 0;
    }

    .dropdown.myaccount {
        margin: 4px 10px 0 0;
    }

    .header-toggle {
        margin-right: 0;
    }

    .special .cart_button {
        opacity: 1;
        float: left;
        left: 0;
        right: auto;
        bottom: 0;
        position: relative;
    }

    .special .product-block.product-thumb {
        margin-bottom: 50px;
        padding: 0 10px;
    }

    .footer-blocks .social-block.column {
        text-align: left;
    }

    .bx-controls-direction a.bx-prev {
        right: 30px;
    }

    .bx-controls-direction a.bx-next {
        right: 0;
        left: auto;
    }

    .swiper-pager {
        display: none;
    }

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

    .offer-title {
        text-align: center;
    }

    .third-content.main-content {
        margin: 0 0;
    }

    .product_hover_block .action {
        left: 50px;
        top: 0;
    }

    .bx-controls-direction a {
        right: 30px;
    }

    .quickview-button {
        display: none;
    }

    .latest_default_width {
        width: 200px;
    }

    .col-sm-5.header_search {
        float: left;
    }

    #res-menu .nav-responsive span {
        font-size: 0;
    }

    #res-menu .expandable {
        margin-right: 0;
    }

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

    .login_acc .user_name > i {
        padding: 7px 7px 0 0;
    }

    .cmsbanner-block .cms-inner-block1, .cmsbanner-block .cms-inner-block2 {
        width: auto;
        padding: 0;
        float: none;
        display: inline-block;
        text-align: left;
    }

    .nav-responsive {
        padding: 8px 5px 0 0;
    }

    .special_default_width {
        width: 50%;
    }

    #content .special .product-block .product-details {
        width: 100%;
    }

    .service-content .service-right {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .icon-left.four::before, .icon-left.three::before, .icon-left.two::before {
        display: inline-block;
    }

    .service-content {
        padding: 10px;
        display: inline-block;
    }

    .bx-controls-direction {
        position: absolute;
        float: left;
        width: 100%;
        left: auto;
        right: 0;
        top: 0;
    }

    .box-content-cms .main-content {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }

    .service-content .icon-left {
        border-right: none;
        width: 100%;
        display: block;
    }


    #top {
        background: #f5f5f5;
        padding: 10px 0;
        border-top: none;
        position: relative;
        height: 60px;
    }

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

    .responsive-menu .nav-responsive .expandable {
        margin: 10px;
        height: 20px;
    }

    .responsive-menu ul > li {
        display: block;
    }

    #res-menu.responsive-menu .main-navigation {
        background: #fff;
        top: 0;
        padding-top: 40px;
        width: 280px;
        border: 1px solid #e8e9eb;
        left: 0;
        transform: translateX(-400px);
        transition: all 300ms ease 0s;
    }

    #res-menu.responsive-menu .main-navigation.active {
        transform: translateX(0);
        overflow-y: auto;
    }

    .main-navigation img {
        display: none;
    }

    .res-menu-close {
        visibility: hidden;
        position: absolute;
        cursor: pointer;
        opacity: 0;
    }

    .res-menu-close > svg {
        width: 12px;
        height: 12px;
        fill: #3d3d3d;
        stroke: #3d3d3d;
        stroke-width: 5px;
    }

    .col-sm-4.header-logo {
        width: auto;
        margin-bottom: 0;
    }

    .header_top {
        padding: 20px 0;
    }

    .cmsbanner-block {
        margin: 20px 0 0 0;
        float: none;
        display: inline-block;
        text-align: center;
    }

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

    .top-links-toggle > svg {
        width: 20px;
        height: 20px;
        fill: #3d3d3d;
    }

    .header_search .form-control.input-lg {
        font-size: 11px;
    }

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

    .product-block:hover .countdown {
        opacity: 1;
    }

    .product-brand, .product-thumb h4 {
        white-space: nowrap;
        display: block;
        float: left;
        width: 98%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-thumb .price {
        font-size: 14px;
        margin: 5px 0 0;
    }

    .product-thumb .price-old {
        font-size: 12px;
    }

    .product-list .product-block .product-details {
        width: 65%;
    }

    .count-down .countbox strong {
        font-size: 14px;
        width: 42px;
    }

    .search_box .form-control-select, .search_box .form-control-select.active {
        background-position: 110px 18px;
    }

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

    .payment-block ul {
        padding: 0;
    }

    .payment-block {
        width: 100%;
        text-align: center;
    }

    p.powered {
        margin: 10px 0;
        width: 100%;
        text-align: center;
    }

    .newsletter {
        width: 100%;
    }

    .social-block {
        width: 100%;
        text-align: center;
    }

    .social-block ul li {
        float: none;
        display: inline-block;
    }

    .tab-head {
        width: 100%;
        margin: 0;
    }

    #content .box .box-heading, .box.related_prd .box-heading {
        font-size: 20px;
    }

    .hometab-heading.box-heading {
        padding: 20px 0 0 20px;
    }

    .htabs {
        margin: 0;
        width: 100%;
    }

    .product-column {
        width: 100%;
        border: none;
        overflow: hidden;
    }

    .tab-head .sub-heading {
        margin: 0px 0px 0 20px;
    }

    .tab-head .coupon {
        margin-top: 15px;
    }

    .hometab, .ProductbyCategory {
        padding: 40px 0 0;
    }

    .featured {
        padding: 40px 0;
    }

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

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

    footer {
        margin: 0;
    }

    .product-layout.product-grid {
        width: 33.3333%;
    }

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

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

    .category_list li {
        margin: 0 10px 10px 0;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb > li {
        white-space: normal;
    }

    .col-sm-8.product-left {
        position: relative;
        top: auto;
        width: 410px;
        margin: 0 auto;
    }

    .layout-1 #content {
        padding: 0;
    }

    .col-sm-4.product-right {
        padding: 20px 0 0;
        width: 100%;
    }

    #column-left .box-heading.toggle {
        padding: 10px;
    }

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

    .main-slider {
        margin-bottom: 40px;
    }

    .cmsbanner-block.full-banner {
        margin-top: 40px;
    }

    .footer-blocks {
        margin: 0;
    }

    .header_top .account {
        margin: 0;
    }

    .countbox .timebox {
        margin: 0;
        width: 25%;
    }

    .count-down .countbox strong {
        width: auto;
    }

    .count-down.clock {
        float: none;
    }

    .countbox .timebox::after {
        right: 0;
    }

    #servicecmsblock {
        margin-bottom: 40px;
        margin-top: 0;
    }

    #content .collection-right-banner .image-title > h3 {
        font-size: 22px;
    }

    .hometab {
        margin-top: 20px;
    }

    .product-carousel .slider-wrapper-outer {
        padding-bottom: 0;
    }

    .image .stock_status {
        display: none;
    }

    .owl-controls.clickable .owl-buttons {
        display: none !important;
    }
}

@media only screen and (max-width: 479px) {
    .all-blog > .panel-default {
        column-count: 1;
        column-gap: 30px;
    }

    .product-grid .cart_button {
        padding: 8px 14px;
    }

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

    .featured.box .product-block .product-details {
        padding: 10px 15px 0;
    }

    .cart_button {
        width: auto;
        padding: 5px 5px;
        left: 10px;
        bottom: 20px;
    }

    .sub-title {
        text-align: center;
    }

    .special .product-block.product-thumb:hover .product-block-inner {
        padding-bottom: 20px;
    }

    .special .product-block-inner {
        padding: 20px;
    }

    .header_middle {
        padding-block: 10px;
    }

    .percentsaving {
        right: auto;
        top: 5px;
    }

    #searchbox {
        top: 50px;
    }

    .nav-responsive {
        padding: 5px 5px 0 0;
    }

    #content .customNavigation a.next {
        right: 0;
        left: auto;
    }

    #content .customNavigation {
        width: 100%;
        top: 50%;
        right: 0;
    }

    #content .customNavigation a.prev {
        right: auto;
        left: 0;
    }

    #content .box .box-heading, .box.related_prd .box-heading {
        text-align: center;
    }

    .category-cms .box-heading {
        text-align: center;
    }

    .special .product_hover_block .action {
        padding: 10px 0 0 0;
    }

    .featured_default_width {
        width: 100%;
    }

    .special_default_width {
        width: 100%;
    }

    .information-blogger-blogs .panel-default > .panel {
        width: 100%;
    }

    .newsletter .btn.btn-lg {
        position: relative;
        width: 100%;
        top: 10px;
        border-radius: 50px;
    }

    .newsletter #txtemail {
        width: 100%;
        border-radius: 50px;
    }

    #res-menu .expandable::before {
        background-size: 22px;
    }

    #column-left .box-content-category {
        display: none !important;
    }

    .header_wishlist > a {
        background-size: 20px;
        margin-top: 5px;
        width: 20px;
        height: 20px;
    }

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

    .header_wishlist, .header_compare {
        margin: 3px 6px 0 0;
    }

    .header_compare > a {
        background-size: 17px;
    }

    .header_wishlist span {
        display: none;
    }

    .cart_image {
        height: 30px;
        width: 30px;
        background-size: 20px;
    }

    .header-toggle {
        background-size: 15px;
        width: 20px;
        height: 40px;
    }

    #logo {
        width: 120px;
    }

    .col-sm-4.header-logo {
        margin-top: 7px;
    }

    #cart-total {
        display: none;
    }

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

    .header_top .account {
        text-align: center;
    }

    .dropdown.myaccount {
        margin-top: -3px;
    }

    .dropdown.myaccount, .header_wishlist, .col-sm-3.header_cart {
        display: inline-block;
        margin: 5px 0 0 0;
    }

    .cmsbanner-block .description .banner_text {
        margin: 10px 0 0 0;
    }

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

    .myaccount .dropdown-menu-right {
        left: -80px;
        right: auto;
        margin-top: 22px !important;
        text-align: left;
        top: 23px;
    }

    .stock_status {
        font-size: 12px;
    }

    .social-block > ul {
        padding: 0;
    }

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

    .module_default_width {
        width: 50%;
    }

    #content .banners-slider-carousel .product-block {
        margin: 0;
    }

    #content .banners-slider-carousel .product-block .product-block-inner {
        padding: 0 !important;
    }

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

    .countdown {
        margin: 0;
        padding: 0 0 10px 0;
        bottom: 0;
    }

    .countbox.hastime {
        border: none;
        padding: 0;
    }

    .countbox .timebox {
        margin: 0;
    }

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

    .sort-by-wrapper {
        width: 100%;
    }

    .show-wrapper {
        margin: 15px 0 0;
    }

    .category_filter .btn-list-grid {
        padding: 0;
    }

    .category_filter .show {
        margin: 7px 10px 0 0;
    }

    .pagination-wrapper .page-link, .pagination-wrapper .page-result {
        width: 100%;
        text-align: center;
    }

    .product-block .product-details {
        min-height: auto;
    }

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

    .header_search .btn.btn-default.btn-lg {
        padding: 10px;
        font-size: 0;
    }

    .box-content-cms .main-content {
        width: 100%;
    }

    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after, .box-content-cms .third-content.main-content::after {
        display: none;
    }

    #content .box .box-content, .related_prd .box-content {
        margin: 0 -5px;
        padding: 10px;
    }

    .collection-right-banner .image-button {
        bottom: 15px;
    }

    .banner-btn {
        padding: 7px 15px;
    }

    .product-column {
        padding: 20px 15px 30px;
    }

    .htabs .tab {
        margin: 0 15px;
    }

    .htabs a.selected::before, .htabs li.active a::before {
        left: -17px;
    }

    .hometab-heading.box-heading {
        padding: 20px 0 0 15px;
    }

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

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

.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
    background: #f5f5f5 none repeat scroll 0 0;
    font-weight: 500;
    padding: 15px;
    border-radius: 5px;
    margin: 0 0 10px 0;
}

#checkout-checkout .panel-body {
    padding: 20px 10px;
}

#content .text-left .input-group-btn .btn.btn-primary {
    border-radius: 50px;
}

#content .form-control {
    background-color: #fafafa;
    border-radius: 0;
    border: 1px solid #ededed;
    font-size:15px;
}

#accordion .panel-title > a {
    color: inherit;
}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
    margin-top: 4px;
}

#accordion .col-sm-10 {
    width: 75%;
}

#accordion .form-horizontal .control-label {
    text-align: left;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0 !important;
}

#accordion.panel-group .panel {
    width: 100%;
    background-color: #fff;
    border: none;
}

.checkout-success p a {
    color: var(--main-green-color);
}

.container {
    padding: 0;
}

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

/* Megnor www.templatemela.com End */
#blog-carousel .blog-item .product-block {
    width: 100%;
    position: relative;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
}

#blog-carousel .blog-item .product-block .blog-left {
    float: left;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.blog-right {
    float: left;
    text-align: center;
    width: 72%;
    padding-inline-start: 15px;
}

#blog-carousel .product-block .blog-left .blog-image img {
    float: left;
    border: 1px solid #ededed;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    height: 75px;
    width: 75px;
}

.bx-pager {
    display: none;
}

.bx-viewport {
    float: left;
    width: auto;
    display: block;
}

.megnorblog .bx-viewport {
    height: 200px !important;
}

.bx-controls-direction a.bx-prev::before {
    content: '\f106';
    left: 5px;
}

.bx-controls-direction a.bx-next::before {
    content: '\f107';
}

.bx-controls-direction a::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 10%;
    text-align: center;
}

#blog-carousel .blog-item {
    padding: 5px 0;
    text-align: left;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-top-breadcum {
    background: url("../image/megnor/bread.jpg") repeat scroll 50% 0 #000000;
    background-color: #F0F0F0;
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .content-top-breadcum{
        padding: 0;
        margin:0;
    }
    .breadcrumb {
        display: none;
    }
}

.payment-block img {
    padding: 2px;
}

#column-left .box-heading {
    background-color: #f5f5f5;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 12px 20px;
    margin: 0;
    letter-spacing: 0.3px;
}

.nav-tabs > li.active > a, .nav > li > a:focus, .nav > li > a:hover {
    background-color: var(--main-green-color);
    color: #fff !important;
}

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

@media (max-width: 767px) {
    #smartwizard.sw > .nav {
        display: none;
    }
}

.imageUnderText {
    background-color: #f1f1f1;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

#product-special .category-banner {
    padding: 20px;
}

#product-special .category-banner:not(:last-child)::after {
    content: "";
    display: block;
    width: 50%;
    height: 2px;
    background-color: #03708D;
    margin: 30px auto 0; /* középre igazítás */
}

/* Jobb oldali függőleges vonal */
#product-special .category-banner::before {
    content: "";
    position: absolute;
    top: 25%; /* így középen lesz függőlegesen */
    right: 0;
    width: 2px;
    height: 50%;
    background-color: #03708D;
}
@media (max-width: 767px) {
    #product-special .category-banner::before {
        display: none;
    }
}

.btn.btn-order {
    font-size:24px;
    line-height: 34px;
    padding: 9px 35px;
}


/*** HELPERS ***/
.p-0 {
    padding: 0 !important;
}

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

.m-1 {
    margin: 0.25rem;
}


.mt-3 {
    margin-top: 1rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-4 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mt-0 {
    margin-top: 0 !important;
}

/*======== FLEXBOX ========*/

/*[class^=col-] {*/
/*    padding-top: 10px;*/
/*    padding-bottom: 10px;*/
/*}*/

[class^=col-] {
    overflow: hidden;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}
.row-flex [class*=col-xs-1] {
    flex: 1 0 8.3333333333%;
}
.row-flex [class*=col-xs-1]:last-child {
    flex: 0 0 8.3333333333%;
}
.row-flex [class*=col-xs-2] {
    flex: 2 0 16.6666666667%;
}
.row-flex [class*=col-xs-2]:last-child {
    flex: 0 0 16.6666666667%;
}
.row-flex [class*=col-xs-3] {
    flex: 3 0 25%;
}
.row-flex [class*=col-xs-3]:last-child {
    flex: 0 0 25%;
}
.row-flex [class*=col-xs-4] {
    flex: 4 0 33.3333333333%;
}
.row-flex [class*=col-xs-4]:last-child {
    flex: 0 0 33.3333333333%;
}
.row-flex [class*=col-xs-5] {
    flex: 5 0 41.6666666667%;
}
.row-flex [class*=col-xs-5]:last-child {
    flex: 0 0 41.6666666667%;
}
.row-flex [class*=col-xs-6] {
    flex: 6 0 50%;
}
.row-flex [class*=col-xs-6]:last-child {
    flex: 0 0 50%;
}
.row-flex [class*=col-xs-7] {
    flex: 7 0 58.3333333333%;
}
.row-flex [class*=col-xs-7]:last-child {
    flex: 0 0 58.3333333333%;
}
.row-flex [class*=col-xs-8] {
    flex: 8 0 66.6666666667%;
}
.row-flex [class*=col-xs-8]:last-child {
    flex: 0 0 66.6666666667%;
}
.row-flex [class*=col-xs-9] {
    flex: 9 0 75%;
}
.row-flex [class*=col-xs-9]:last-child {
    flex: 0 0 75%;
}
.row-flex [class*=col-xs-10] {
    flex: 10 0 83.3333333333%;
}
.row-flex [class*=col-xs-10]:last-child {
    flex: 0 0 83.3333333333%;
}
.row-flex [class*=col-xs-11] {
    flex: 11 0 91.6666666667%;
}
.row-flex [class*=col-xs-11]:last-child {
    flex: 0 0 91.6666666667%;
}
.row-flex [class*=col-xs-12] {
    flex: 12 0 100%;
}
.row-flex [class*=col-xs-12]:last-child {
    flex: 0 0 100%;
}
@media (min-width: 768px) {
    .row-flex [class*=col-sm-1] {
        flex: 1 0 8.3333333333%;
    }
    .row-flex [class*=col-sm-1]:last-child {
        flex: 0 0 8.3333333333%;
    }
    .row-flex [class*=col-sm-2] {
        flex: 2 0 16.6666666667%;
    }
    .row-flex [class*=col-sm-2]:last-child {
        flex: 0 0 16.6666666667%;
    }
    .row-flex [class*=col-sm-3] {
        flex: 3 0 25%;
    }
    .row-flex [class*=col-sm-3]:last-child {
        flex: 0 0 25%;
    }
    .row-flex [class*=col-sm-4] {
        flex: 4 0 33.3333333333%;
    }
    .row-flex [class*=col-sm-4]:last-child {
        flex: 0 0 33.3333333333%;
    }
    .row-flex [class*=col-sm-5] {
        flex: 5 0 41.6666666667%;
    }
    .row-flex [class*=col-sm-5]:last-child {
        flex: 0 0 41.6666666667%;
    }
    .row-flex [class*=col-sm-6] {
        flex: 6 0 50%;
    }
    .row-flex [class*=col-sm-6]:last-child {
        flex: 0 0 50%;
    }
    .row-flex [class*=col-sm-7] {
        flex: 7 0 58.3333333333%;
    }
    .row-flex [class*=col-sm-7]:last-child {
        flex: 0 0 58.3333333333%;
    }
    .row-flex [class*=col-sm-8] {
        flex: 8 0 66.6666666667%;
    }
    .row-flex [class*=col-sm-8]:last-child {
        flex: 0 0 66.6666666667%;
    }
    .row-flex [class*=col-sm-9] {
        flex: 9 0 75%;
    }
    .row-flex [class*=col-sm-9]:last-child {
        flex: 0 0 75%;
    }
    .row-flex [class*=col-sm-10] {
        flex: 10 0 83.3333333333%;
    }
    .row-flex [class*=col-sm-10]:last-child {
        flex: 0 0 83.3333333333%;
    }
    .row-flex [class*=col-sm-11] {
        flex: 11 0 91.6666666667%;
    }
    .row-flex [class*=col-sm-11]:last-child {
        flex: 0 0 91.6666666667%;
    }
    .row-flex [class*=col-sm-12] {
        flex: 12 0 100%;
    }
    .row-flex [class*=col-sm-12]:last-child {
        flex: 0 0 100%;
    }
}
@media (min-width: 992px) {
    .row-flex [class*=col-md-1] {
        flex: 1 0 8.3333333333%;
    }
    .row-flex [class*=col-md-1]:last-child {
        flex: 0 0 8.3333333333%;
    }
    .row-flex [class*=col-md-2] {
        flex: 2 0 16.6666666667%;
    }
    .row-flex [class*=col-md-2]:last-child {
        flex: 0 0 16.6666666667%;
    }
    .row-flex [class*=col-md-3] {
        flex: 3 0 25%;
    }
    .row-flex [class*=col-md-3]:last-child {
        flex: 0 0 25%;
    }
    .row-flex [class*=col-md-4] {
        flex: 4 0 33.3333333333%;
    }
    .row-flex [class*=col-md-4]:last-child {
        flex: 0 0 33.3333333333%;
    }
    .row-flex [class*=col-md-5] {
        flex: 5 0 41.6666666667%;
    }
    .row-flex [class*=col-md-5]:last-child {
        flex: 0 0 41.6666666667%;
    }
    .row-flex [class*=col-md-6] {
        flex: 6 0 50%;
    }
    .row-flex [class*=col-md-6]:last-child {
        flex: 0 0 50%;
    }
    .row-flex [class*=col-md-7] {
        flex: 7 0 58.3333333333%;
    }
    .row-flex [class*=col-md-7]:last-child {
        flex: 0 0 58.3333333333%;
    }
    .row-flex [class*=col-md-8] {
        flex: 8 0 66.6666666667%;
    }
    .row-flex [class*=col-md-8]:last-child {
        flex: 0 0 66.6666666667%;
    }
    .row-flex [class*=col-md-9] {
        flex: 9 0 75%;
    }
    .row-flex [class*=col-md-9]:last-child {
        flex: 0 0 75%;
    }
    .row-flex [class*=col-md-10] {
        flex: 10 0 83.3333333333%;
    }
    .row-flex [class*=col-md-10]:last-child {
        flex: 0 0 83.3333333333%;
    }
    .row-flex [class*=col-md-11] {
        flex: 11 0 91.6666666667%;
    }
    .row-flex [class*=col-md-11]:last-child {
        flex: 0 0 91.6666666667%;
    }
    .row-flex [class*=col-md-12] {
        flex: 12 0 100%;
    }
    .row-flex [class*=col-md-12]:last-child {
        flex: 0 0 100%;
    }
}
@media (min-width: 1200px) {
    .row-flex [class*=col-lg-1] {
        flex: 1 0 8.3333333333%;
    }
    .row-flex [class*=col-lg-1]:last-child {
        flex: 0 0 8.3333333333%;
    }
    .row-flex [class*=col-lg-2] {
        flex: 2 0 16.6666666667%;
    }
    .row-flex [class*=col-lg-2]:last-child {
        flex: 0 0 16.6666666667%;
    }
    .row-flex [class*=col-lg-3] {
        flex: 3 0 25%;
    }
    .row-flex [class*=col-lg-3]:last-child {
        flex: 0 0 25%;
    }
    .row-flex [class*=col-lg-4] {
        flex: 4 0 33.3333333333%;
    }
    .row-flex [class*=col-lg-4]:last-child {
        flex: 0 0 33.3333333333%;
    }
    .row-flex [class*=col-lg-5] {
        flex: 5 0 41.6666666667%;
    }
    .row-flex [class*=col-lg-5]:last-child {
        flex: 0 0 41.6666666667%;
    }
    .row-flex [class*=col-lg-6] {
        flex: 6 0 50%;
    }
    .row-flex [class*=col-lg-6]:last-child {
        flex: 0 0 50%;
    }
    .row-flex [class*=col-lg-7] {
        flex: 7 0 58.3333333333%;
    }
    .row-flex [class*=col-lg-7]:last-child {
        flex: 0 0 58.3333333333%;
    }
    .row-flex [class*=col-lg-8] {
        flex: 8 0 66.6666666667%;
    }
    .row-flex [class*=col-lg-8]:last-child {
        flex: 0 0 66.6666666667%;
    }
    .row-flex [class*=col-lg-9] {
        flex: 9 0 75%;
    }
    .row-flex [class*=col-lg-9]:last-child {
        flex: 0 0 75%;
    }
    .row-flex [class*=col-lg-10] {
        flex: 10 0 83.3333333333%;
    }
    .row-flex [class*=col-lg-10]:last-child {
        flex: 0 0 83.3333333333%;
    }
    .row-flex [class*=col-lg-11] {
        flex: 11 0 91.6666666667%;
    }
    .row-flex [class*=col-lg-11]:last-child {
        flex: 0 0 91.6666666667%;
    }
    .row-flex [class*=col-lg-12] {
        flex: 12 0 100%;
    }
    .row-flex [class*=col-lg-12]:last-child {
        flex: 0 0 100%;
    }
}

