body {
    font-size: 14px;
    font-family: "roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    letter-spacing: 0.8px;
}

:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

/* default font size */
.fa {
    font-size: 14px;
}

.fa-stack {
    width: 13px;
}

.fa-stack .fa {
    font-size: 13px;
    color: #999999;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

#footer h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .2px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    color: #9e9e9e;
}

a:hover {
    text-decoration: none;
}

.testi-content .title a {
    display: inline-block;
    position: relative;
    color: #666666;
    font-size: 14px;
    text-transform: inherit;
    padding-left: 10px;
    letter-spacing: .8px;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 14px;
    letter-spacing: .8px;
    margin: 0;
    padding: 0;
}

#product-search input[type="checkbox"],
#checkout-checkout .radio input[type="radio"] {
    margin-top: 4px;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.col-sm-2.control-label {

    font-weight: 400;
}

.newsletter .col-sm-2.control-label {
    width: 100%;
    margin-bottom: 20px;
    color: #6e6e6e;
    padding: 0px 5px;
}

div.required .control-label::before {
    content: '* ';
    color: #F00;
    font-weight: bold;
    float: left;
}

.nav-tabs {
    margin-bottom: 15px;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
}

#content form {
    border: 1px solid #e6e6e8;
    padding: 25px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

#accordion h4.panel-title a.accordion-toggle {
    display: block;
}

.common-home header:hover {}

/*.common-home header {}*/
.mfp-wrap,
.mfp-bg {
    z-index: 99999 !important;
}

@-webkit-keyframes fixedAnim {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

@keyframes fixedAnim {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

.headertop.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 102;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 0 15px rgba(141, 140, 140, 1);
    -moz-box-shadow: 0 0 15px rgba(141, 140, 140, 1);
    -webkit-box-shadow: 0 0 15px rgba(141, 140, 140, 1);
    -webkit-font-smoothing: antialiased;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #Fff;
}

header.fixed .headertop {
    display: none;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

header {
    background-color: #fff;
    display: inline-block !important;
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 99;
    box-sizing: border-box;
}

.subbanner .banner .image-link::before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    z-index: 9;
}

.subbanner .banner .image-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;

}

.subbanner .banner .image-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

#checkout-cart .buttons .pull-right .btn.btn-primary {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #fff !important;
}

.shopping-cart tr .input-group {
    z-index: 0;
}

.header-left {
    float: left;
    position: relative;
    z-index: 5;
    padding: 0;
    width: 100%;
    max-width: 180px;
    text-align: left;
}

.header-center {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 50%;
}

.header-center .container {
    width: 100%;
    padding: 0;
    display: inline-block;
    float: none;
    text-align: center;
}

.header-right {
    float: right;
    position: relative;
    width: calc(100% - 80px);
    height: auto;
    padding: 10px 0;
    text-align: right;
}

.top-links ul {
    margin: 0px;
}

/*menu*/
.mainmenu .nav-container {
    display: inline-block;
}

.header-bottom .mainmenu {
    width: 100%;
    float: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;

}

.main-menu>ul>li:first-child>a {
    margin-left: 0;
}

/* top */
.account-order .table-responsive .btn.btn-info .fa-eye::before {
    line-height: 16px;
}

.account-wishlist .table-responsive .fa-shopping-cart::before {
    line-height: 22px;
}

.account-wishlist .table-responsive .btn.btn-primary {
    height: 40px;
}

.nav-left {
    width: auto;
    float: left;
    text-align: left;
    padding: 0;
}

.nav-left a:hover,
.nav-left a:focus {
    color: #2e8bb0;
}

.nav-left .fa-heart::before {
    position: relative;
    left: -5px;
    right: auto;
    margin: 0;
    text-align: center;
    top: auto;
}

.nav-left .list-inline>li {
    padding-right: 30px;
    padding-left: 0;
}

#top ul.list-inline {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}

.nav-left .header-cms span {
    color: #2e8bb0;
    text-transform: uppercase;
}

.nav-left .header-cms {
    font-size: 12px;
    letter-spacing: 0.8px;
    text-transform: none;
    color: #c3c3c3;
}

.nav-right .pull-left .fa {
    font-size: 13px;
}

.nav-center {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 14px 0;
}

.header-cms span {}

.nav-right {
    width: auto;
    float: right;
    text-align: right;
    padding-top: 0;
    display: inline-block;
}

.nav-right .pull-left {
    display: inline-block;
}

.dropdown-menu.dropdown-menu-right.myaccount-menu {
    min-width: 200px;
    padding: 15px 25px;

}

.quickview-model #button-cart2 {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #fff;
}

li:hover a .fa.fa-phone,
li a:hover .fa.fa-phone,
li:hover a .fa.fa-heart,
li a:hover .fa.fa-heart,
li:focus a .fa.fa-phone,
li a:focus .fa.fa-phone,
li:focus a .fa.fa-heart,
li a:focus .fa.fa-heart {
    color: #2e8bb0;
}

.nav-left li:hover span {}

.nav-right .list-inline li {
    padding: 0;
    text-transform: inherit;
    font-weight: 400;
    color: #c3c3c3;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.8px;
}

#top {
    background-color: #1c1c1c;
    padding: 10px 0;
    border-bottom: 1px solid #353535;
}

#top .container {
    padding: 0 15px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    width: 100%;
    padding: 0 0 8px 0;
    color: #000;
}

#form-currency {
    padding: 0 20px 0 0;
}

#form-language {
    padding: 0;
}

.lang-curr-wrapper {
    float: left;
    border-top: 1px solid #e6e6e6;
    margin-top: 10px;
    padding-top: 8px;
}

#form-language .language-menu,
#form-currency .currency-menu {
    float: left;
    padding: 0 0 0 15px;
    list-style: none;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.myaccount-menu .lang_cur_block .pull-left {
    border-top: 1px dashed #999999;
    margin-top: 15px;
    padding-top: 15px;
    width: 100%;
}

.lang_cur_block .pull-left .dropdown-menu img,
#form-currency .dropdown-menu strong {
    display: block;
}

.lang_cur_block .pull-left img,
#form-currency strong {
    width: 16px;
    display: inline-block;
    text-align: left;
}

#form-language img {}

#form-language .btn-link,
#form-currency .btn-link {
    text-transform: inherit;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.8px;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#top-links .myaccount-menu .language-menu>li,
#top-links .myaccount-menu .currency-menu>li {
    display: inline-block;
    float: left;
    margin: 5px 10px 5px 0;
    padding: 0;
    width: auto;
}

#form-language .btn-link:hover,
#form-currency .btn-link:hover {
    text-decoration: none;
    color: #666666;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    background-color: #999999;
    color: #2e8bb0;
}

#currency .dropdown-menu {
    padding: 8px;
}

#language .dropdown-menu>li>a {
    padding: 3px 8px;
}

#currency .dropdown-menu .btn {
    padding: 2px !important;
}

#language .dropdown-menu>li>a:hover {
    color: #FFFFFF;
}

#top .btn-link,
#top-links li,
#top-links a,
#language .dropdown-menu>li>a {
    text-decoration: none;
    padding: 0;
    background-color: transparent !important;
}

#top-links li {
    padding: 0;
}

#top-links a .fa {
    padding: 5px 5px;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #2e8bb0;
    background-color: transparent !important;
}

#top-links .dropdown-menu a {
    text-shadow: none;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    display: block;
    position: relative;
    padding: 3px 0;
}

#top-links .dropdown-menu a:hover,
#top-links .dropdown-menu a:focus {
    color: #2e8bb0;
}

#top .btn-link strong {
    font-size: 14px;
    font-weight: normal;
}

#top-links {
    padding-top: 0;
    margin: 0;
    position: relative;
}

#top-links a+a {
    margin-left: 15px;

}

#top .fa-caret-down {
    vertical-align: text-bottom;
}

#top #currency .btn-link,
#top #language .btn-link {
    padding: 8px 12px;
}

#top-links .myaccount .myaccount-menu a::before {
    display: none !important;
}

#top-links .dropdown.myaccount a:hover::before {
    background-position: 0 -281px;
}

.account-content {
    display: inline-block;
    text-align: left;
}

.dropdown.myaccount .option {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    text-align: left;
    text-transform: inherit;
    vertical-align: top;
    text-transform: none;
    letter-spacing: 0.6px;
    display: block;
}

.dropdown.myaccount .hidden-xs.hidden-sm.hidden-md {
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    display: inline-block;
    color: #333333;
    line-height: 20px;
    text-transform: inherit;
}

.dropdown.myaccount .hidden-xs.hidden-sm.hidden-md:hover {
    color: #666666;
}

.dropdown.myaccount {
    position: relative;
    list-style: none;
    display: inline-block;
}

.dropdown.myaccount .option:hover {
    color: #2e8bb0;
}

.swiper-button-prev,
.swiper-button-next {
    color: rgba(0, 0, 0, 0);
    transition: all .3s ease;
    z-index: 2;
}

.header-compare {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
}

.header-wishlist {
    float: left;
    display: inline-block;
    padding: 0 20px;
    margin: 0px 0;
    padding-left: 0px;
}

#column-left .product-items .product-details {
    float: left;
    width: 50%;
}

#top-links .list-inline {
    margin: 0;
}

/*header inner*/
.innerblock .service-right1 .title {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.8px;
    color: #c3c3c3;
    font-weight: 400;
    text-transform: inherit;
}

.headerinner .innerblock {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

ul.currency-menu {
    width: 100%;
}

.headerinner.header-logo img.img-responsive {
    max-width: 180px;
}

.first-content-one.innerblock {
    margin-right: 50px;
}

.service-right1 {
    display: inline-block;
    vertical-align: top;
}

.headerinner {
    position: relative;
    width: 33.33%;
    display: inline-block;
    float: none;
    padding: 10px 0;
}

.first-content-one .innericon1 {
    background-position: center -304px;
}

.second-content-two .innericon1 {
    background-position: center 0;
}

.first-content-one:hover .innericon1 {
    background-position: center -458px;
}

.second-content-two:hover .innericon1 {
    background-position: center -152px;
}

.innericon1 {
    background: url(../image/megnor/innericon.png) no-repeat scroll;
    width: 30px;
    height: 27px;
    float: left;
    margin: 6px 10px 0 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
}

/* logo */
.headertop {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
}

.header-search {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px 0 0;
}

#form-currency ul li .btn-link:hover {}

#form-currency ul li .btn-link {
    color: #333333;
}

.header-search.active .header-toggle,
.header-search.active .header-toggle:hover {
    background: rgba(0, 0, 0, 0) url("../image/megnor/close-line.svg") no-repeat;
    background-size: 24px;
    background-position: center;
}


.header-search .header-toggle,
.header-search .header-toggle:hover {
    background-image: url("../image/megnor/search-1.svg");
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}

.header-search .header-toggle:hover,
#search .btn-lg:hover {
    background-image: url("../image/megnor/search-hover.svg");
}

#search {
    background: white;
    position: absolute;
    width: 290px;
    padding: 10px;
    top: 55px;
    vertical-align: middle;
    left: auto;
    right: 0;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 999;
}

.header-cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.top-links {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px 0 18px;
    margin-top: 0px;
    margin-inline-start: 3px;
    margin-inline-end: 18px;
}

#logo {
    margin: 0;
    display: inline-block;
}

.dropdown-menu.myaccount-menu {
    top: 52px;
    margin: 0;
}

.dropdown-menu {
    border-radius: 0px;
    box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
}

/* search */
#search .input-lg {
    line-height: 18px;
    padding: 5px 30px 5px 15px;
    background-color: #fff;
    color: #333333;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    font-weight: 400;
    letter-spacing: .6px;
    font-size: 13px;
}

#search .input-group-btn {
    position: absolute;
    right: 0;
    width: 42px;
    top: 0;
}

#search .btn-lg {
    background: transparent url("../image/megnor/search-1.svg") no-repeat center;
    margin: 0px;
    width: 100%;
    font-size: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    height: 47px;
    border-color: transparent !important;
    background-size: 14px;
    padding: 0;
}

/* cart */
#cart {
    margin-bottom: 0;
    float: right;
    cursor: pointer;
}

#cart>.btn:hover {}

#cart>.btn {
    background: none;
    padding: 0;
    position: relative;
}

#cart .cartimage:hover {
    color: #333333;
}

#cart .cartimage {
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    border: none;
    padding: 0;
    position: relative;
    float: left;
    margin: 1px 1px 0 0px;
    font-weight: 400;
}

.cart-price {
    display: inline-block;
    vertical-align: top;
    float: left;
    position: relative;
}

#cart .text-shopping:hover {}

#cart-total:hover {}

#cart .text-shopping {
    font-size: 13px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 700;
    color: #000;
    display: block;
    text-align: left;
}

.count1 {
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 15px;
    outline: none;
    margin-left: 3px;
}

.dropdown-menu>li>a {
    font-size: 14px;
    text-transform: inherit;
    color: #333;
    font-weight: 400;
    line-height: 24px;
}

.sub-banner2.banner .content {
    left: 38px;
}

.sub-banner3.banner .content {
    left: 45px;
}

.quickview-model .product-info #tmzoom {
    margin: 0;
}

.btn-group.wish-comp .btn.btn-default.compare {
    margin-inline-start: 15px;
}

#menu ul.nav li .megamenu ul.list-unstyled li>a {
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 0px;
    letter-spacing: .4px;
}

#cart-total .cartitems {
    display: inline-block;
    vertical-align: top;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: transparent;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu {
    padding: 18px 60px;
    margin-top: 0;
}

#cart .button-container {
    width: auto;
    float: right;
}

#cart .dropdown-menu li .text-center {
    margin: 0;
}

.blog-right-content .blog-date {
    width: auto;
    display: inline-block;
    padding-right: 15px;
    border-right: 1px solid #e6e6e6;
}

.write-comment a {
    color: #333333;
}

.write-comment {
    display: inline-block;
    width: auto;
    padding-left: 10px;
}

#account-login .well form {
    border: none;
    width: auto;
    float: none;
    padding: 0;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .4px;
}

#cart .dropdown-menu table td {
    border: none;
    background: none;
    font-weight: 500;
}

#cart .fa-shopping-cart::before,
#cart .fa-share::before {
    content: none;
}

#cart .cart-menu .table .text-left a,
#checkout-cart .text-left a,
#accordion .panel-body .buttons .pull-right b,
#collapse-checkout-confirm .table .text-left a {
    color: #333333;
    font-weight: 400;
}

#cart .dropdown-menu li p {
    margin-top: 27px;
    color: #333333;
}

/* menu */
.header-bottom {
    background-color: #fff;
}

.nav-responsive {
    display: none;
}

.responsive-menu,
.main-menu {
    position: inherit;
    text-align: center;
    float: none;

    /*overflow:hidden; HIDE CATEGORIES THOSE ARE OUT OF MANU.  */
}

.main-menu ul {
    list-style: none;
    margin: 0 0 -8px 0;
    padding: 0;
}

.main-menu>ul>li {
    position: relative;
    float: left;
    z-index: 20;
}

.top_level.hiden_menu {
    position: relative;
}

.quickview-model .form-control {
    height: 40px;
}

.quickview-model .product-right ul li h4 {
    font-size: 23px;
}

#menu>ul>li.hiden_menu .main {
    display: block;
    z-index: 6;
    position: relative;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    padding: 23px 15px 17px;
    padding-left: 15px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-family: "roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
}

.main-menu>ul>li:hover {}

#menu ul li.home_first a {}

.nav-responsive span,
.main-menu>ul>li>a {
    display: block;
    z-index: 6;
    position: relative;
    font-weight: 500;
    line-height: 20px;
    padding: 23px 20px 17px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-family: "roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    text-transform: uppercase;
}

.main-menu a:hover {
    text-decoration: none
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
}

.main-menu .nav>li>a:hover,
.main-menu .nav>li>a:focus,
.main-menu .nav>li>a:active,
#menu>ul>li.hiden_menu:hover .main {
    background: none;
    color: #666;
}

.main-menu>ul>li>a::after,
#menu>ul>li.hiden_menu .main::after {
    position: absolute;
    left: 0;
    top: auto;
    width: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -khtml-opacity: 0;
    transition: all 500ms ease 0s;
    -webkit-transition: all 600ms ease 0s;
    -moz-transition: all 600ms ease 0s;
    -ms-transition: all 600ms ease 0s;
    -o-transition: all 600ms ease 0s;
    -khtml-transition: all 600ms ease 0s;
    bottom: 0;
}

.main-menu>ul>li:hover>a::after,
#menu>ul>li.hiden_menu:hover .main::after {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    width: 100%;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
}


.swiper-button-prev::before,
.swiper-button-next::before {
    font-family: "slick-icons, sans-serif";
    font-size: 40px;
    line-height: 1;
    color: gray;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-menu>ul>li:hover>a {
    color: #9e9e9e;
    background: none;
}

#product .btn-group.wish-comp {
    padding-bottom: 10px;
}

.main-menu>ul>li>ul,
.responsive-menu .main-navigation {
    display: none;
    background: #15BCF0;
    position: absolute;
    z-index: 5;
    padding: 5px;
}

.main-menu>ul>li:hover>ul {
    display: block;
}

.main-menu>ul>li ul>li>ul {
    display: none;
    background: #15BCF0;
    position: absolute;
    z-index: 5;
    padding: 5px;
    margin-left: -13px;
}

.main-menu>ul>li ul>li:hover>ul {
    display: block;
    top: 0px;
    left: 173px;
}

.main-menu>ul>li ul>li>a,
.responsive-menu .main-navigation li a {
    padding: 8px;
    color: #666;
    display: block;
    white-space: nowrap;
}

.main-menu>ul>li ul>li>a {
    min-width: 160px;
}

.main-menu>ul>li ul>li>a:hover,
.responsive-menu .main-navigation li a:hover {
    color: #666;
    background-color: #fff;
}

.main-menu>ul>li ul>li>a.activSub {
    background-image: url(../image/megnor/cat_arrow_hover.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.main-menu>ul>li>ul>ul>li>a {
    color: #666;
}

.main-menu>ul>li ul>li>a.activSub {
    background-image: url(../image/megnor/cat_arrow_hover.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.main-menu>ul>li>ul>ul>li>a {
    color: #666;
}

#menu ul li ul {
    display: table-cell;
    float: none;
    width: 25%;
    vertical-align: top;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
    display: block;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
    display: none;
    left: 158px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    border: 1px solid #ececec;
}

#menu ul.nav li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
    width: 100%;
}

#menu ul.nav li .megamenu ul.list-unstyled.childs_2 a {
    min-width: 145px;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown>a {
    padding: 4px 0;
    border: none;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
    border: none;
    box-shadow: none;
}

#menu ul.nav li .megamenu ul.list-unstyled li>a:hover,
.hiden_menu .top_level a:hover {
    color: #666 !important;
}

#menu ul.nav li .megamenu ul.list-unstyled li>a,
.hiden_menu .top_level a {
    background: none;
    padding: 4px 0;
    font-family: roboto;
    font-weight: 600;
    text-transform: inherit;
    color: #333;
}

#menu ul.nav li .megamenu.column1 ul.list-unstyled li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    color: #333333;
}

.hiden_menu .dropdown-inner li.top_level a {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
}



#menu ul.nav li .megamenu ul.childs_1 {
    border-right: none;
}

#menu ul.nav li .megamenu ul.childs_1:last-child {
    border: medium none;

}

#menu ul.nav li .megamenu.column1 ul.childs_1 {
    border: none;
}


#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a:hover {
    color: #666666;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a::before {
    font-family: 'FontAwesome';
    content: none;
    font-size: 14px;
    position: absolute;
    right: auto;
    top: 4px;
    color: #333333;
    left: 0;
}

#menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #333333;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    font-family: roboto;
    text-transform: inherit;
    padding: 4px 0;
    letter-spacing: 0.6px;
}


#menu>ul>li.hiden_menu div {
    min-width: 195px;
    background-color: #fff;
    padding: 15px 25px;
    position: absolute;
    text-align: left;
    margin-top: -2px;
    top: 100%;
}

#menu>ul>li.hiden_menu:hover>div {
    display: block;
}

#checkout-cart td {
    padding: 20px 16px;
}

#accordion.panel-group .panel {
    margin-bottom: 20px;
    width: 100%;
}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: 0;
    right: 0;
}

.nav-container.fixed .main-menu>ul>li.blog-link a,
.main-menu>ul>li.blog-link a {
    background: none !important;
}

#menu>ul>li.hiden_menu .dropdown-menu {
    display: none !important;
}

.main-menu>ul>li.dropdown:hover::before,
.main-menu>ul>li.hiden_menu:hover::before {
    opacity: 1;
}

.main-menu>ul>li.dropdown::before,
.main-menu>ul>li.hiden_menu::before {
    /*content: "\f0d8";*/
    color: #ffffff;
    font-family: FontAwesome;
    font-size: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: -2px;
    opacity: 0;
    z-index: 9999;
}

#menu .dropdown .dropdown-menu {
    top: 100%;
    left: 0;
    right: auto;
    /* display: none; */
    background: #fff;
    padding: 15px 25px;
    display: block;
    transition: all 0.6s ease-in-out;
    /* -webkit-transition: all 0.6s ease-in-out; */
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -khtml-transition: all 0.6s ease-in-out;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -khtml-transform: scale(1, 0);
    transform-origin: left top;
    -webkit-transition: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -khtml-transform-origin: left top;
}

#menu .dropdown .dropdown-menu .dropdown-menu {
    transform: none;
}

@media (min-width: 768px) {

    #menu .dropdown .dropdown-menu,
    #menu>ul>li.hiden_menu div {
        margin: -2px auto !important;
        transform-origin: center top 0;
        -ms-transform: rotateX(90deg);
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -ms-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
    }

    #menu .dropdown:hover .dropdown-menu,
    #menu>ul>li.hiden_menu:hover div {
        display: block;
        transform-origin: center top 0;
        -ms-transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        transition: all 500ms ease 0s;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -ms-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        visibility: visible;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        top: 100%;
        box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 767px) {

    #menu {
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -khtml-border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* 1-col layout */

#column-left {
    width: 25%;
}

#column-right {
    width: 25%;
}

.layout-1 #content {
    padding: 0;
    float: none;
}

.category_img .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}





/* 2-col layout */

.layout-2.left-col #column-left {
    position: relative;
    float: left;
    width: 22.5%;
    padding-right: 5px;
}

.layout-2.right-col #column-right {
    width: 18%;
    float: right;
    padding: 42px 0 0 0;
}

.layout-2.right-col #content {
    float: left;
    padding-left: 0;
    padding-right: 25px;
}

.layout-2 #content {
    float: right;
    width: 77%;
    margin: 0;

    padding-right: 0;
    padding-left: 30px;
}

.layout-2.left-col #content {}

.layout-2.right-col #content {}

/* 3-col layout */
.layout-3 #column-left {
    width: 25%;
}

.layout-3 #column-right {
    width: 25%;
}

.layout-3 #content {
    width: 50%;
}

/* content */
#content {
    min-height: 600px;
}

/* footer */
.content_footer_top {
    display: block;
    background-color: #2e8bb0;
    overflow: hidden;
}

#column-left .product-thumb:hover .price,
#column-left .product-thumb:hover .price-new,
#column-left .product-thumb:hover .price-old,
#column-right .product-thumb:hover .price,
#column-right .product-thumb:hover .price-new,
#column-right .product-thumb:hover .price-old {
    opacity: 1;
}

.content_footer_left {
    width: 30%;
    float: left;
    padding-right: 40px;
    position: relative;
    text-align: left;
}

.content_footer_left.column h5 {
    display: none;
}

#footer .col-sm-3 {
    padding-left: 41px;
    width: 21%;
}

.footer-cms {
    position: relative;
    float: left;
    width: 43%;
}

.content_footer_left .footerleft-dec p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #999999;
}

#footer #footer_storeinformation_block.col-sm-3.column {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 26px;
    letter-spacing: 0.8px;
    padding: 0;
}

#footer .content_footer_right.col-sm-3.column {
    width: 30%;
    float: left;
    padding: 0 15px;
}

#footer #footer_storeinformation_block li .icon-inner {
    background-image: url("../image/megnor/footer-sprite.png");
    background-repeat: no-repeat;
    clear: both;
    float: left;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    margin: 0 auto;
    margin-right: auto;
    position: relative;
    width: 25px;
    margin-right: 25px;
}

#footer_storeinformation_block #block_contact_infos .address {
    padding-bottom: 12px;
}

#footer_storeinformation_block #block_contact_infos li {
    width: 100%;
    float: left;
}

#footer_storeinformation_block .phoneno {
    padding-bottom: 5px !important;
}

#footer .address-icon.icon-inner {
    background-position: 0 -105px;
}

#footer li:hover .address-icon.icon-inner {
    background-position: 0 1px;
}

#footer .phone-icon.icon-inner {
    background-position: 0px -528px;
}

#footer li:hover .phone-icon.icon-inner {
    background-position: 0 -422px;
}

#footer .email-icon.icon-inner {
    background-position: 0px -319px;
    float: left;
}

#footer li:hover .email-icon.icon-inner {
    background-position: 0 -213px;
}

#footer .column li .emailtxt a {
    width: auto;
    float: left;
    padding-left: 26px;
}

.newsletter .container {
    padding: 0;
}

.news-heading .mobile_togglemenu {}

.newsletter-block .newsletter_form {
    display: inline-block;
    position: relative;
    float: left;
    width: auto;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.newsletter-block .news-heading {
    display: inline-block;
    position: relative;
    float: none;
    width: 100%;
    text-align: center;
}

.newsletter .newsletter-block {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.newsletter .input-news .text-danger {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -76px;
}

.newsletter h2 {
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0.8px;
    font-family: 'roboto', sans-serif;
}

.newsletter form {
    padding: 0;
    display: inline-block;
    width: 100%;
    position: relative;
}

#txtemail {
    background: #fff;
    border: none;
    cursor: text;
    color: #000;
    margin: 0;
    padding: 12px;
    line-height: 24px;
    box-shadow: none;
    border-radius: 26px !important;
    height: 45px !important;
    width: 320px;
    letter-spacing: 0.8px;
    text-align: left;
    text-transform: uppercase;
}

.newsletter h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'roboto', sans-serif;
    text-align: center;
}

#txtemail {
    background: #fff;
    border: none;
    cursor: text;
    padding: 12px 25px;
    line-height: 24px;
    border-radius: 26px !important;
    height: 45px !important;
    width: 100%;
    letter-spacing: 0.8px;
    text-align: left;
    text-transform: inherit;
    color: #333333;
    font-size: 15px;
    font-weight: 400;
}


.newsletter .input-news {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
}

.subscribe-btn {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
    left: auto;
}

.subscribe-btn .btn-lg:hover {
    background-color: transparent !important;
}

.subscribe-btn .btn-lg {
    cursor: pointer;
    float: right;
    position: relative;
    letter-spacing: 1px;
    color: #FFFFFF;
    font-size: 0 !important;
    line-height: 26px;
    font-weight: 700;
    background-color: transparent;
    border: none !important;
    height: 45px;
    background-image: url("../image/megnor/paper-plane.svg");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
}

.newsletter .form-group {
    width: 100%;
    margin: 0;
    float: left;
    position: relative;
}

#column-left .swiper-pagination-bullet,
#column-right .swiper-pagination-bullet {
    display: none;
}

#footer {
    padding: 70px 15px 55px;
}

footer {
    width: 100%;
    color: #000;
    float: left;
    background: #f2f2f2;
    margin-top: 40px;
    font-size: 14px;
    letter-spacing: .8px;
    text-transform: inherit;
    font-weight: 400;
    line-height: 24px;
}

#powered {
    padding-bottom: 0;
    font-size: 14px;
    text-align: left;
    width: auto;
    float: left;
    color: #6e6e6e;
    font-weight: 400;
    letter-spacing: 0.2px;
    width: auto;
}

#bottom-footer .list-unstyled {
    margin: 0 auto;
}

#bottom-footer {
    width: auto;
    float: right;
    font-size: 13px;
    color: #9d9d9d;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.content_footer_bottom .payment {
    display: block;
}

.content_footer_bottom .payment .payment-method {
    padding: 0;
    list-style: none;
    margin: 0;
}

.payment {
    position: relative;
    text-align: right;
    float: right;
    width: auto;


}

.payment ul li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    padding: 5px 0;
    margin-right: 0px !important;
}

.payment .payment-method span {
    font-size: 0;
    height: 23px;
    width: 37px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    text-align: left;
    cursor: pointer;
}

.payment .payment-method .visa span {
    background: url("../image/megnor/1.png") no-repeat scroll 0 0px transparent;
}

.payment .payment-method .discover span {
    background: url("../image/megnor/5.png") no-repeat scroll 0 0px transparent;
}

.payment .payment-method .american span {
    background: url("../image/megnor/4.png") no-repeat scroll 0 0px transparent;
}

.payment .payment-method .mas span {
    background: url("../image/megnor/3.png") no-repeat scroll 0 0px transparent;
}

.payment .payment-method .mastr span {
    background: url("../image/megnor/2.png") no-repeat scroll 0 0px transparent;
}

.payment .payment-method .paypal span {
    background: url("../image/megnor/6.png") no-repeat scroll 0 0px transparent;
}

.social-icons {
    width: 100%;
    padding: 16px 0;
    text-align: center;
}

#follow_us h3 {
    margin: 12px 0;
    display: inline-block;
    vertical-align: top;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    font-family: 'roboto', sans-serif;
}

.social-icons .follow-us .toggle-block {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.social-icons .follow-us .toggle-block li a:hover {
    color: #fff;
}

.social-icons .follow-us .toggle-block li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #a3a3a3;
    font-size: 14px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

#powered a {}

footer a {
    color: #6e6e6e;
}

.contact_email a {
    text-decoration: underline;
}

.contact_email a:hover {
    text-decoration: underline;
}

.col-sm-2.control-label {
    color: #333333;
    font-size: 14px;
    letter-spacing: .2px;
    font-weight: 400;
    text-align: left;
}


#footer .email::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #2e8bb0;
    float: left;
    font-size: 15px;
    height: 15px;
    position: absolute;
    width: 25px;
    left: 0;
    right: auto;
    display: none;
}

#footer .address::before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #2e8bb0;
    float: left;
    font-size: 15px;
    height: 25px;
    width: 25px;
    display: none;
}

#footer .phoneno::before {
    content: "\f095";
    font-family: "FontAwesome";
    color: #2e8bb0;
    float: left;
    font-size: 15px;
    height: 15px;
    width: 25px;
    display: none;
}

#footer .column li a:hover {}

#footer .list-unstyled .address_content,
#footer .list-unstyled .phoneno_content,
#footer .list-unstyled .contact_title {
    color: #6e6e6e;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.2px;

}

.phone {
    color: #6e6e6e;
}

#footer .manufacture_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#powered a:hover {
    color: #000000;
}

#footer .manufacture_block li:hover {
    border-color: #2e8bb0;
}

#footer .manufacture_block li {
    display: inline-block;
    text-transform: inherit;
    font-size: 12px !important;
    padding: 2px 10px;
    margin-right: 2px;
    border: 1px solid #f5f5f5;
    margin-bottom: 8px;
    vertical-align: top;
    font-weight: 300;
}

#footer .manufacture_block li a {
    padding-bottom: 0;
}

#footer .list-unstyled {
    padding: 20px 0 10px 0;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.content_footer_left img {
    padding-bottom: 36px;
}

.content_footer_bottom {
    float: left;
    width: 100%;
}

footer a:hover {
    color: #000;
}

.ct-about-logo {
    margin-bottom: 27px;
}

footer .text {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 9px 6px 31px;
    padding: 0;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-family: 'roboto', sans-serif;
    text-align: left;
}

.phone {
    padding-top: 17px;
}

.email {
    padding-top: 13px;
}

.col-sm-3 ul li {
    padding: 5px 0;
}

.newsletter1 {
    list-style: none;
}

#footer .col-sm-3.column {
    display: inline-block;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
    width: 20%;
    padding-left: 14px;
    text-align: left;
}

#footer .social-icons.col-sm-3.column {
    width: 100%;
    text-align: left;
    left: 5px;
    padding: 0;
    z-index: 99;
    position: relative;
}

#footer .column .social-icon a i.fa:hover {
    color: #333333;
}

#footer .column .social-icon a i.fa {
    padding: 0px 10px 9px 0px;
    font-size: 18px;
    font-weight: 400;
    color: #6e6e6e;
}

#footer .column .social-icon a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    margin-right: 0px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #bcbcbc;
}

#footer .column .social-icon a:hover {
    color: #000;
}

.payment-method {
    padding: 0;
}

@media (max-width: 979px) {
    div#logo {
        padding-left: 25px;
    }

    #footer .column {
        width: 100%;
    }

    #footer .column ul {
        display: none;
    }
}

/*latest*/
.common-home .latest.box {
    margin-top: 80px;
    margin-bottom: 90px;
}



#column-left .latest.box .container {
    padding: 0;
    width: 100%;
}

.img-responsive {
    cursor: pointer;
    position: relative;
    height: auto;
    overflow: hidden;
}

#description {
    margin-top: 4px;
}

.checkbox-inline {
    margin-top: 10px;
}

input {
    display: inline-block;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 5px 0 0 !important;
    padding: 0 !important;
    border: none;
    background-color: transparent !important;
    text-align: center;
    border-radius: 0 !important;
}

.breadcrumb a:hover {
    color: #333;
}

.breadcrumb a {
    line-height: 15px;
    letter-spacing: 0.8px;
    color: #666;
    font-size: 15px;
    font-family: "roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    text-transform: inherit;
    position: relative;
    font-weight: 400;
}

.breadcrumb i {
    font-size: 18px;
}

.breadcrumb>li {
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: "\f101" !important;
    padding: 0 10px !important;
    color: #666;
    font-size: 17px;
}

.breadcrumb>li:after {}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
    display: inline-block;
    width: 100%;
}

.btn {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover,
.dropdown-menu.myaccount-menu,
#currency .dropdown-menu .btn-link {
    font-size: 14px;
    letter-spacing: .4px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.quickview-model .productpage-quickview .product-rightinfo .btn-group.wish-comp {
    margin-top: 20px;
}

#column-left .checkbox>label:hover {
    color: #666;
}

.swiper-viewport {
    border-radius: 0 !important;
}

#product .form-group #input-quantity,
.quickview-model #input-quantity {
    width: 35px;
    height: 38px;
    display: inline;
    padding: 8px;

    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
}

.productpage .btn-group.wish-comp .btn.btn-default.wishlist {
    margin-left: 0;
}

.btn-group.wish-comp .btn.btn-default.wishlist,
.btn-group.wish-comp .btn.btn-default.compare {
    padding: 10px 0px 10px 25px !important;

    font-size: 14px;
    text-transform: inherit;
    font-weight: 500;

}

.modal-content {
    z-index: 999 !important;
}

.btn-default:hover {
    color: #FFFFFF;
    border-color: #333333 !important;
}

.btn-default {
    background-color: #2e8bb0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    width: auto;
    padding: 9px 20px 10px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    line-height: 20px !important;
}

#button-upload222:hover {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: white !important;
}


.pull-left .btn.btn-default {
    background-color: #ededed;
    color: #333333;
    border-color: #ededed;
}

.btn-primary:hover {

    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #fff !important;
}

.btn-primary {
    font-size: 14px !important;
    font-weight: 500 !important;
    width: auto;
    padding: 9px 20px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 30px !important;
    line-height: 20px !important;
    margin-bottom: 10px;
    background: #ededed !important;
    color: #333;
    border-color: #ededed !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    color: #fff;
    background-color: #3276b1;
    border: 1px solid #285e8e;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    background: #d9534f;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    background: #363636;
    border: none;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.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;

}

.product-block .image .hover-image,
#column-right .image .hover-image,
#column-left .image .hover-image .button-group button:hover {
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: hidden;
    text-align: center;
    left: 0;
}

.product-block .image:hover .reg-image,
#column-right .image:hover .reg-image,
#column-left .image:hover .reg-image {
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.product-block:hover .hover-image,
#column-right .image:hover .hover-image,
#column-left .image:hover .hover-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -o-opacity: 1;
    overflow: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -ms-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    visibility: visible;

}

@media (max-width: 767px) {}

/* list group */

.box .filterbox {
    border-color: #dddddd;
    border-image: none;
    border-right: 1px solid #dddddd;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}

.list-group a {
    border-top: 1px solid #dddddd;
    color: #888888;
    padding: 8px 12px;
    background: none repeat scroll 0 0 #f5f5f5;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
}

/* 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 {
    border: none;
    overflow: auto;
}

.product-thumb .image {
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
}


.product-grid .product-thumb .image {
    float: none;
}

.banners-slider-carousel {
    width: 100%;
    float: left;
    margin: 49px 0 0px;
    position: relative;
}

.banners-slider-carousel .container {
    padding: 0;
    border-top: 1px solid #e6e6e6;
    padding: 68px 0 40px;
    position: relative;
}

.content-top-breadcum {
    margin-bottom: 30px;
    background-color: #ebebeb;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    min-height: 175px;
    position: relative;
    display: flex;
    align-items: center;
}

#content.productpage .product-left {
    float: left;
    margin: 0;
    width: 49%;
    padding-right: 100px;
    box-sizing: border-box;
    padding: 20px 30px 50px 0;
    min-height: 700px;
}

.form-control {
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.productpage #tabs_info {
    padding: 0;
}

.productpage #tabs_info .nav-tabs {
    float: left;
    list-style: outside none none;
    margin: 0 0;
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: none;
}

.productpage #tabs_info .nav-tabs>li>a {
    color: #aaa;
    display: block;
    line-height: 22px;
    padding: 12px 40px 8px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: inherit;
    position: relative;
    margin: 0;
    border: 1px solid transparent;
    border-bottom: transparent;
}

.productpage #tabs_info .nav-tabs>li.active>a,
.productpage #tabs_info .nav-tabs>li.active>a:hover,
.productpage #tabs_info .nav-tabs>li.active>a:focus {
    text-transform: inherit;
    color: #333333;
    border-color: #ececec;
    border-radius: 0;
}

.category_list_cms {
    float: left;
    width: 100%;
}

.productpage #tabs_info .nav-tabs>li.active>a::before {
    content: none;
    background-color: #2e8bb0;
    width: 3px;
    height: 48px;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 9;
}

.productpage #tabs_info .nav-tabs>li>a:hover {
    color: #333333;
}


.productpage #tabs_info .tab-content {
    line-height: 24px;
    float: left;
    width: 100%;
    padding: 40px;
    position: relative;
    color: #333;
    font-weight: 300;
    letter-spacing: 1.2px;
    /* border: none; */
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 20px;
    margin: 0;
}

.productpage #tabs_info #tab-description {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .6px;
}

.productpage #tabs_info .tab-content::before {}

.productpage #tabs_info .tab-content::after {
    border-left: 1px solid #ececec;
}

#product-manufacturer #content p a,
.manufacturer-content a:hover {
    color: #333333;
}

#product-manufacturer #content p a,
.manufacturer-content a {
    color: #666666;
}

.productpage #tabs_info .nav-tabs>li {
    display: block;
    float: left !important;
}

#content.productpage .product-right {
    width: 49%;
    float: left;
    padding: 20px 0 50px 10px;
    min-height: 700px;

}

.productpage .product-left .image .thumbnail {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
}

.common-home .content-top-breadcum {
    display: none;
}

.quickview-model #content.productpage-quickview {
    width: 100%;
    padding: 20px 5px;
}

.productpage-quickview .image .thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}

.quickview-model #content ul.list-unstyled {
    border: none;
    padding: 0;
    margin-bottom: 0;
}

.productpage .product-right ul li h4.special-price {
    color: #ff0000;
}

.productpage .product-right ul li h4 {
    line-height: 38px;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    font-size: 23px;
    font-weight: 500;
}

.productpage .product-right .old-price {
    line-height: 37px;
    vertical-align: top;
    font-size: 19px;
    font-weight: 400;
    color: #666;
}

.bootstrap-datetimepicker-widget a[data-action] {
    border: none !important;
}

#form-review h4 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .6px;
    color: #333333;
}

.productpage-quickview ul li a {
    color: #838383;
}

.productpage-quickview .product-info .image {
    width: 100%;
}

.product-block-hover {
    position: absolute;
    margin-top: 15px;
    margin-right: 10px;
    top: 0;
    right: 0;
    width: 40px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transition: transform 0.5s ease 0.2s;
    -webkit-transition: transform 0.5s ease 0.2s;
    -moz-transition: transform 0.5s ease 0.2s;
    -ms-transition: transform 0.5s ease 0.2s;
    -o-transition: transform 0.5s ease 0.2s;
}

.product-block.product-thumb:hover .product-block-hover {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;

    }
}

.product-thumb h4 a:hover {
    color: #333333;
}

.product-thumb h4 a {
    color: #333333;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 0.4px;
    min-height: 37px;
    display: block;
    line-height: 17px;
}

#column-left .product-thumb h4 a,
#column-right .product-thumb h4 a {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 5px 0;
}

#column-left .product-thumb h4:hover a,
#column-right .product-thumb h4:hover a {
    color: #666666;
}

.product-thumb h4 {
    margin: 0 0 6px 0;
    font-weight: 400;
    display: block;
    font-family: 'roboto', sans-serif;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.8px;
}

.product-thumb:hover .caption {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: relative;
}

.product-list .product-thumb .caption {
    opacity: 1;
}

.product-thumb .caption {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb:hover .rating {}

.product-thumb .rating {
    padding-bottom: 10px;
    float: left;
    width: 100%;
}

#column-left .row {
    margin: 0px;
}

.product-list .product-thumb .rating {
    padding-bottom: 15px;
}

.productpage .rating-wrapper .fa-stack {
    font-size: 7px;
    width: 11px;
}

.rating .fa-stack,
#review .fa-stack {
    font-size: 7px;
    width: 11px;
    float: left;
    margin: 0 2px;
    height: 12px;
}

.fa-star-o::before {
    content: "\f006";
}

#product-product .rating-wrapper .fa-star-o,
#review .fa-star-o,
.rating .fa-star-o,
#review .fa-star-o {
    font-size: 13px;
}

#tab-review td p {
    text-transform: inherit;
    font-size: 14px;
    padding: 10px 0;
}

.rating-wrapper .fa-star-o,
#review .fa-star-o,
.rating .fa-star-o,
#review .fa-star-o {
    color: #cccccc;
    font-size: 12px;
}

.quickview-model .rating-wrapper .fa-star-o,
#review .fa-star-o,
.rating .fa-star-o,
#review .fa-star-o {
    color: #999999;
    font-size: 13px;
    float: left;
    width: 11px;
    height: 12px;
}

.quickview-model .rating .fa-star,
#review .fa-star {
    color: #fece49;
    font-size: 13px;
}

.rating .fa-star,
#review .fa-star {
    color: #999999;
    font-size: 12px;
}

.rating-wrapper .fa-star+.fa-star-o,
.rating .fa-star+.fa-star-o,
#review .fa-star+.fa-star-o {
    color: #999999;
}

h2.price {
    margin: 0;
}

.product-list .product-block .product-details .desc {
    margin: 15px 0 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .6px;
}

#search .form-control.input-lg {
    height: 27px;
}

.product-list .product-thumb .rating {
    float: left;
    opacity: 1;

}

.product-list .product-thumb .price.list {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.product-list .product-thumb .price {
    margin-top: 7px;
}

.product-list .product-thumb:hover .price,
.product-list .product-thumb:hover .price-new,
.product-list .product-thumb:hover .price-old {
    opacity: 1;
}

.product-grid .product-thumb .price.list {
    display: none;
}

.product-thumb .price {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;

    line-height: 22px;

    text-align: left;
    margin-bottom: 0;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    color: #333333;
}

.product-thumb:hover .price,
.product-thumb:hover .price-new,
.product-thumb:hover .price-old {}

.product-thumb .price-new {
    float: left;
    margin-right: 5px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.20px;
    font-weight: 700;
    line-height: 20px;
    font-weight: 500;
    color: #333333;
}

.product-thumb .price-old {
    color: #a6a6a6;
    text-decoration: line-through;
    margin-right: 0;
    float: left;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: .2px;
    font-size: 14px;
    color: #666666;
}

.product-thumb .price-tax {
    color: #999;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    display: none;
}

#content .product-thumb:hover .product-details {}

#content .product-thumb .product-details {
    background: #fff;
    overflow: hidden;
    position: relative;
    text-align: left;
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 18px;
}

.pagination-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}


.product-list .product-block.product-thumb {
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e8;
    padding-bottom: 30px;
    padding-right: 15px;
}

.product-list .product-block-inner {
    display: flex;
}

.box-featured .product-thumb:hover .button-group,
.box-bestseller .product-thumb:hover .button-group,
.box-special .product-thumb:hover .button-group {
    bottom: 10px;
    opacity: 1;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group {
    position: absolute;
    top: 15px;

    opacity: 0;
    text-align: center;
    bottom: 0;
    width: auto;
    right: 15px;
    left: auto;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
}

.product-thumb:hover .button-group {
    opacity: 1;

    bottom: 10px;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.category_list_inner {
    position: absolute;
    width: 76%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 33%;
    background-color: white;
    padding: 25px 10px;
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#content .category_img .box-heading {
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}

.category_img:hover .category_list_inner {
    opacity: 0.89;
}

.box-desc a {
    color: #333333;
}

.box-desc {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    padding: 10px 24px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 26px;
}

.box-desc:hover {
    background-color: #000;
    color: #fff;
}

.box-desc a:hover {
    color: #fff;
}

.category_img {
    max-width: 100%;
    position: relative;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}

#tab-latest #tablatest-grid .product-items,
#tab-special #tabspecial-grid .product-items,
#tab-bestseller #tabbestseller-grid .product-items {
    display: none;
}

.hometab {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 83px;
    position: relative;
}

.tab-head {
    width: 64%;
    float: left;
    position: relative;
    z-index: 9;
    margin-bottom: 20px;

}

#footer .content_footer_left .list-unstyled {
    padding-top: 10px;
}

.hometab .tab-head .tab-title {
    margin: 0;
    padding: 20px 0;
    font-size: 30px;
    color: #000;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0px;
    line-height: 28px;
    text-transform: inherit;
    width: auto;
    float: left;
    padding-right: 40px;
    background-color: #fff;
    position: relative;
}

.hometab .tab-head::before {
    content: "";
    position: absolute;
    background-color: #e6e6e8;
    height: 1px;
    width: 64%;
    left: 33%;
    top: 34px;

}

.tm-message {
    display: none;
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
}

.hometab .tab-content {
    border: none;
    padding: 0;
    overflow: visible;
    float: left;
    width: 100%;
}

.tabfeatured_default_width {
    width: 185px;
}

.tabbestseller_default_width {
    width: 274px;
}

.tablatest_default_width {
    width: 274px;
}

.tabspecial_default_width {
    width: 274px;
}

.featured_default_width {
    width: 274px;
}

.latest_default_width {
    width: 274px;
}

.special_default_width {
    width: 274px;
}

.bestseller_default_width {
    width: 274px;
}

.related_default_width {
    width: 274px;
}

.blog_default_width {
    width: 380px;
}

.grid_default_width {
    width: 230px;
}

.module_default_width {
    width: 220px;
}

.additional_default_width {
    width: 230px;
}

.htabs {
    line-height: 16px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    position: relative;

    z-index: 9;
    width: 100%;
    margin-top: 10px;
}

.etabs {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.htabs .etabs li {
    display: inline-block;
    float: left;
    line-height: 17px;
    list-style: none outside none;
    position: relative;
    text-align: center;
}

.htabs a {
    color: #666666;
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 18px;
    text-transform: inherit;
    margin: 0 20px;
}

.htabs a.selected,
.htabs a:hover,
.htabss a:focus {
    color: #2e8bb0;
}

.htabs a.selected::after,
.htabs a:hover::after {
    content: "";
    font-family: 'FontAwesome';
    bottom: -10px;
    position: absolute;
    left: 0;
    right: 0;
}

.tab-content {
    position: relative;
    padding: 10px;
    overflow: visible;
}

.tab-content .tab {
    display: none;
}

.loadmore .gridcount .fa.fa-refresh {
    margin-right: 10px;
    font-size: 20px;
    vertical-align: text-bottom;
}

.loadmore {
    text-align: center;
    margin: 20px 0px 50px;
}

.loadmore .gridcount:hover {
    background: none;
    border: none;
    color: #2e8bb0;
}

.loadmore .gridcount {
    background: none;
    border: none;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 700;
    box-shadow: none;
    background-color: transparent !important;
}

@media (max-width: 768px) {
    .block_fv.optv {
        min-width: 180px;
    }

    .product-list .product-thumb .button-group {
        border-left: none;
    }

    .product-thumb h4 a {
        display: flex;
        min-height: 51px;
    }
}

.product-thumb .button-group button,
#cart .text-right .addtocart,
#cart .text-right .checkout {
    width: auto;
    border: none;
    display: inline-block;
    float: left;
    background-color: transparent;
    color: #000;
    padding: 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-top: 5px;
    position: relative;
}

.product-thumb .button-group .compare:hover {
    background-image: url("../image/megnor/compress-alt-solid-hover.svg");
    background-color: #333333;

}

.product-thumb .button-group .wishlist:hover {
    background-image: url("../image/megnor/heart-solid-hover.svg");
    background-color: #333333;

}

.product-thumb .button-group .addtocart:hover {
    background-image: url("../image/megnor/shopping-cart-solid-hover.svg");
    background-color: #333333;

}

.product-thumb .button-group .quickview a:hover {
    background-image: url("../image/megnor/eye-regular-hover.svg");
    background-color: #333333;

}

.product-thumb .button-group .compare,
.product-thumb .button-group .wishlist,
.product-thumb .button-group .addtocart,
.product-thumb .button-group .quickview a,
.product-thumb .button-group1 .quickview a {
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;

}

.product-thumb .button-group .compare {
    background-image: url("../image/megnor/compress-alt-solid.svg");
}

.product-thumb .button-group .wishlist {
    background-image: url("../image/megnor/heart-solid.svg");
}

.product-thumb .button-group .addtocart {
    background-image: url("../image/megnor/shopping-cart-solid.svg");
}

.product-thumb .button-group .quickview a,
.product-thumb .button-group1 .quickview a {
    background-image: url("../image/megnor/eye-regular.svg");
    height: 36px;
    width: 36px;
    display: block;
    color: #c8c8c8;

}

.product-thumb .button-group button,
.product-thumb .button-group1 button,
.quickview {
    height: 36px;
    width: 36px;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    background: #fff;
    border-radius: 50%;
    float: none;
    margin-bottom: 5px;
}

.product-thumb .button-group1 {
    width: auto;
    float: left;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product-thumb .button-group1 .quickview {
    /* background: transparent; */
    padding: 0;
    text-align: center;
    position: relative;
    float: left;
    background: #f5f5f5;
    margin-right: 5px;
}

.product-thumb:hover .button-group1 {
    opacity: 1;
    -ms-transition: all 0.3s ease 0s;

    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



.product-list .product-thumb .button-group1 button {
    float: left;
    margin: 0 5px 5px 0;
    position: relative;
    background: #f5f5f5;
}

#account-order .fa-eye::before {
    position: relative;
}

.product-thumb .button-group1 .quickview a {
    position: relative;
    text-align: center;
}

#cart .text-right .addtocart,
#cart .text-right .checkout {
    width: auto;
    float: left;
}

#cart .dropdown-menu .img-thumbnail {
    width: auto;
    max-width: none;
    border: none;
    padding: 0;
}

#cart .text-right .addtocart {
    margin: 0 5px 0 0;
}

.cart-menu .table tr .text-center {
    padding: 0;
}

.product-thumb .button-group .quickview:hover a,
.product-thumb .button-group1 .quickview:hover a,
.product-thumb .button-group button:hover,
.product-thumb .button-group1 button:hover,
#cart .text-right .addtocart:hover,
#cart .text-right .checkout:hover {
    text-decoration: none;
    cursor: pointer;
    border-radius: 50%;
}

.thumbnails {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {}

.thumbnails {}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    border: none;
}

.image-additional {}

.thumbnails .image-additional {
    float: left;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        /*clear:left;*/
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        /*clear:left;*/
    }
}

.fa-eye::before {
    content: "\f06e";
    line-height: 38px;
}

.fa-shopping-cart::before {
    content: "\f07a";
    line-height: 27px;
}

.fa-heart::before {
    content: "\f004";
    line-height: 27px;
}

.fa-exchange::before {
    content: "\f0ec";
    line-height: 27px;
}

.header-wishlist .fa-heart {
    height: 33px;
    width: 40px;
    position: relative;
}

.header-wishlist .fa-heart::before {

    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    font-size: 0;

    height: 33px;
    width: 40px;

}

.header-wishlist:hover .fa-heart::before {
    background-position: 10px -455px;
}

.btn-group.wish-comp .fa-heart::before,
.btn-group.wish-comp .fa-exchange::before {
    position: absolute;
    left: 0;
    right: auto;
    top: 6px;
}

.btn-group.wish-comp .btn-default {
    background-color: transparent !important;
    border: none;
    color: #333333;
}

.fa {
    font-size: 14px;
}

.product-info .image {
    position: relative;
    display: block;
    cursor: pointer;
    float: right;
    width: 80%;
}

.product-info #tmzoom {
    margin: 0;
    margin-inline-start: 20px;
}

#content.productpage h1.product-title {
    margin-top: 0;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 28px;
    text-align: left;
    color: #333333;
    letter-spacing: .4px;
}

.product-info .zoomContainer {
    z-index: 9;
}

/* It need for ie7 */
.product-info .additional-carousel {
    float: left;
    height: 100%;
    padding: 0 0 50px 0;
    margin-right: 0;
    position: relative;
    text-align: center;
    width: 20%;
    /*top: 10px;*/
}

.productpage .timepicker-picker .table-condensed .btn {
    border: none;
}

.product-info .additional-carousel .bx-pager {
    display: none;
}

.product-info .additional-carousel .bx-controls-direction a.bx-next {
    position: absolute;
    bottom: 10px;
    left: auto;
    right: 48px;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
    background: url("../image/megnor/arrow-up.png") no-repeat -36px -99px;
    height: 30px;
    width: 30px;
}

.product-info .additional-carousel .bx-controls-direction a.bx-next:hover::before,
.product-info .additional-carousel .bx-controls-direction a.bx-prev:hover::before {
    color: #000000;
}

.product-info .additional-carousel .bx-controls-direction a.bx-prev:hover {
    background-position: 5px 9px;
}

.product-info .additional-carousel .bx-controls-direction a.bx-next:hover {
    background-position: 5px -99px;
}

.productpage #button-cart {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #fff;
}

.product-info .additional-carousel .bx-controls-direction a.bx-prev {
    position: absolute;
    top: 10px;
    left: auto;
    right: 48px;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    font-size: 0;
    cursor: pointer;
    background: url("../image/megnor/arrow-up.png") no-repeat -36px 9px;
    height: 30px;
    width: 30px;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;

    float: none;
    margin: 0 auto;
}

.product-info .image-additional img {
    border: 0;
    max-width: 100%;
    width: 100px;
    height: 140px;
}

.product-info .image-additional img:hover {
    border-color: #9e9e9e;
}

.product-info .image-additional a {
    float: left;
    display: block;

}

#column-left .box .box-heading,
#column-right .box .box-heading {
    letter-spacing: 0.4px;
    margin: 0;
    /* padding: 0; */
    position: relative;
    width: 100%;
    float: left;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 22px;
    font-weight: 500;
    background-color: #ebebeb;
    padding: 10px 25px;
    border-radius: 0px;
}


.product-right .btn-group .wishlist .fa,
.product-right .btn-group .compare .fa {
    margin-right: 0;
}

/* Megnor www.templatemela.com - Start */
.quickview-model .special-price {
    color: #333;
    display: inline-block;
}

.quickview-model .old-price {
    display: inline-block;
    font-size: 19px;
    color: #666;
}

/* box */


.box .box-heading {
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -khtml-border-radius: 7px 7px 0px 0px;
    border-radius: 7px 7px 0px 0px;
    background: #545F61;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    color: #fff;
}

.box .box-content {
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -khtml-border-radius: 0px 0px 7px 7px;

}

#content .heading-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 43px;
    margin-bottom: 10px;
}

.post-description {
    text-transform: inherit;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 16px;
}

.testmonial-image1 {
    background-size: 34px;
    padding-bottom: 20px;
}

#content .box-heading {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    border: none;
    background: #fff;
    padding: 0;
    position: relative;
    font-size: 32px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 48px;
    padding-right: 0;
    text-transform: inherit;
    text-align: center;
    z-index: 9;
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 40px;
    letter-spacing: .4px;
    padding: 0;
}

.box.pxtestimonialblock {
    background-color: #f2f2f2;
    padding: 50px;
    float: left;
    width: 100%;
}

#testimonial-carousel {
    background: #f2f2f2;
}

.category_list_cms .container {
    padding-top: 80px;
}

#content .box .box-content {

    position: relative;
    margin: 0 -15px;

}

.box.pxtestimonialblock {
    background-color: #f2f2f2;
    padding: 50px;
    float: left;
    width: 100%;
    padding: 61px 0;
    margin-top: 36px;
}

#content .box.related .box-content {
    overflow: visible;
}

.testi-content .title {
    font-weight: 400;
    text-transform: inherit;
    position: relative;
    display: inline-block;
    padding: 0 5px 0 0;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 24px;
}

.box .box-content ul,
#content .content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.box .box-content ul li,
#content .content ul li {
    line-height: 24px;
    border: none;
}

.box .box-content ul li a,
#content .content ul li a {
    letter-spacing: 0.8px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333333;
}

.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: #666666 !important;
}

#content .product-layout.product-grid {
    padding: 0px;
    padding-bottom: 40px;
}

#content .product-layout.product-grid {
    width: 33.33%;
}

.product-grid .button-group1 {
    display: none;
}

.box .box-content ul ul {
    margin-left: 15px;
}

#column-left .list-group,
#column-right .list-group,
#column-right .list-group-item,
#column-left .list-group-item {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #333333;
}

#column-left .list-group,
#column-right .list-group,
#column-right .list-group-item {
    color: #666666 !important;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #000 !important;
}

#product-category #column-left .list-group-item .checkbox {
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

#product-category #column-left .list-group-item {
    padding: 0;
    font-size: 14px;
    font-size: 14px;
    width: 100%;
    margin: 4px 0;
    text-transform: inherit;
    font-weight: 500;
}

#column-left .list-group .panel-footer {
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 10px 0;

}

#column-left .list-group {
    width: 100%;
    float: left;
    padding: 15px 25px;
    margin: 0;
}

#product-category .title {
    color: #333333;
    font-weight: 500;
}

#content .row-block .row {
    margin: 0 -25px;
}

.contact-info .left .address-detail .btn.btn-info:hover {
    background-color: rgba(0, 0, 0, 1) !important;
    color: #FFFFFF;
    border-color: #000000 !important;
}

.category_list1,
.category_list2,
.category_list3 {
    float: left;
    overflow: hidden;
    width: 33.3%;
    display: block;
    text-align: center;
}

.category_list3.box .list_inner {
    padding-left: 20px;
}

.category_list2 .list_inner {
    padding: 0 10px;
}

.category_list1.box .list_inner {
    padding-right: 20px;
}

#cart .btn-danger {
    padding: 0 3px !important;
    text-indent: 0px;
}

#information-sitemap .sitemap-left a:hover,
#information-sitemap .sitemap-right a:hover {
    color: #666666;
}

#information-sitemap .sitemap-left a,
#information-sitemap .sitemap-right a,
#account-register a {
    color: #333;
    font-size: 14px;
    letter-spacing: .8px;
}

.btn-danger {
    border-radius: 25px !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    padding: 9px 20px !important;
    margin-top: 0 !important;
}

#content h3 {
    color: #333333;
    letter-spacing: .4px;

}

#account-login .well,
#affiliate-login .well {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
}

#affiliate-login .well .form-group a:hover,
#account-login .well .form-group a:hover,
#account-account #content ul li a:hover,
#account-wishlist .table .text-left a:hover {
    color: #333333;
}

#affiliate-login .well .form-group a,
#account-login .well .form-group a,
#account-account #content ul li a,
#account-wishlist .table .text-left a {
    color: #666666;
}

.information-contact .panel.panel-default {
    border-radius: 0;
    box-shadow: none;
}

#content .pull-right .btn.btn-primary,
.product-compare .btn-primary,
.account-address .btn-info,
#account-order .text-right .btn.btn-info {
    font-weight: 500 !important;
    width: auto;
    padding: 9px 21px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .4px;
    line-height: 22px !important;
    font-size: 14px;
    border-radius: 25px;
    vertical-align: middle;
    border: 1px solid #ededed;
    color: #333333;
    background-color: #ededed;
}

#cart .cart-menu .table .text-left a:hover {
    color: #666666;
}

#content .pull-right .btn.btn-primary:hover,
.product-compare .btn-primary:hover,
.btn-primary:hover,
.account-address .btn-info:hover,
#account-order .text-right .btn.btn-info:hover,
#content .pull-left .btn.btn-default:hover {

    border: 1px solid #333333;
    background: #333333;
    color: white;
}


.contact-info .left .address-detail .btn.btn-info {
    float: left;
    position: relative;
    margin-top: 10px;
    margin-left: 30px;
    background-color: #2e8bb0;
    color: #FFFFFF;
    border-color: #2e8bb0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    line-height: 24px;
}

.testimonial_inner {
    text-align: center;
}

/* Product Grid Start */
/*.product-grid-list { }*/
#content .box-product

/*,
.product-grid-list ul*/
    {
    list-style-type: none;
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
    overflow: hidden;
}

/*.product-grid-list ul li,*/
#content .box-product .product-items {
    margin-bottom: 14px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
    width: 185px;
    float: left;
    display: inline-block;
}

.ie7 .product-grid li {
    width: 192px !important;
}

#content .image-additional .slider-item {
    display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block {
    margin: 0;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    clear: both;
    overflow: hidden;
    padding: 0px;
}

.banners-slider-carousel:hover .customNavigation a,
#testimonial:hover .customNavigation a,
.hometab:hover .customNavigation a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#testimonial .customNavigation a.next {
    right: 35% !important;
}

#testimonial .customNavigation a.prev {
    left: 35%;
}

#testimonial .customNavigation a {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: block;
    font-size: 0;
    color: #000;
    height: 44px;
    position: absolute;
    text-align: center;
    width: 30px;
    line-height: 38px;
    top: -65px !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: transparent;
}

.banners-slider-carousel .customNavigation a {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    display: block;
    font-size: 0;
    color: #000;
    height: 44px;
    position: absolute;
    text-align: center;
    width: 30px;
    line-height: 38px;
}

.banners-slider-carousel .customNavigation a.prev:hover,
#testimonial .customNavigation a.prev:hover,
.Blog .owl-carousel .owl-buttons .owl-prev:hover,
.hometab .customNavigation a.prev:hover,
#instagram.owl-carousel .owl-buttons .owl-prev:hover {}

#carousel-0.banners-slider-carousel .customNavigation a.prev::before {
    content: "";
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
    width: 36px;
    height: 47px;
}

#carousel-0.banners-slider-carousel .customNavigation a.prev:hover::before {
    background-position: 0px -88px;
}

.banners-slider-carousel .product-carousel .product-block {}

.banners-slider-carousel .customNavigation a.next:hover,
#testimonial .customNavigation a.next:hover,
.Blog .owl-carousel .owl-buttons .owl-next:hover,
.hometab .customNavigation a.next:hover,
#instagram.owl-carousel .owl-buttons .owl-next:hover {}

#carousel-0.banners-slider-carousel .customNavigation a.next::before {
    content: "";
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
    width: 36px;
    height: 47px;
}

#carousel-0.banners-slider-carousel .customNavigation a.next:hover::before {
    background-position: -88px -88px;
}

.all-blog>.panel-default {
    box-shadow: none;
    border-radius: 5px;
    border-color: #e6e6e8;
    column-count: 2;
    column-gap: 30px;
}

.all-blog .panel-default {
    margin-bottom: 30px;
    box-shadow: none;
}

.panel-default .blog-right-content h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.blog-left-content .blog-image:hover .zoom {
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.blog-left-content .blog-image:hover .readmore_link {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    right: 0;
}

.all-blog .panel .panel-body {
    padding: 0px;
}

.fa.fa-search-plus {
    margin-top: 10px;
}

.fa.fa-link {
    margin-top: 10px;
}

.all-blog .panel .blog-left-content .blog-image img {
    padding: 0;
    border: none;
    border-radius: 0;

    max-height: 460px;

    -o-filter: grayscale(50%);

}

.category_list1 .list_inner,
.category_list2 .list_inner,
.category_list3 .list_inner {
    display: inline-block;
    vertical-align: top;
}

.post-image-hover {
    height: 100%;
    position: absolute;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    width: 100%;
    top: auto;
}

.blog-left-content:hover .post-image-hover {
    transition: all 0.5s ease-out 0s;
    bottom: 0;
}

.blog-left-content:hover .post_hover {
    top: 44%;
}

.blog-image .post_hover {
    left: 0;
    margin: 0 auto;
    width: 90px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 44%;
}

.blog-left-content .blog-image .zoom {
    border: 2px solid #333;
    color: #fff;
    display: inline-block;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    margin-right: 10px;
    padding: 6px 12px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    left: 15px;
    right: auto;
    position: absolute;
    background: #333;
}

.blog-left-content .blog-image:hover .zoom {
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.blog-left-content:hover .blog-image .zoom .fa,
.blog-left-content:hover .blog-image .readmore_link .fa {
    font-size: 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.blog-left-content .blog-image .zoom:hover,
.blog-left-content .blog-image .readmore_link:hover {
    color: #fff;
    border-color: #2e8bb0;
    background: #2e8bb0;
}

.all-blog .blog-right-content h5 a {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #333333;
    font-family: "roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
}

.all-blog .blog-right-content h5:hover a {
    color: #666666;
}

.all-blog .blog-desc {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0 15px;
}

.read-more a:hover,
.read-more a:focus {
    color: #333333;
    text-decoration: underline;
}

.information-blogger-blogs .read-more a {
    font-size: 13px;
    text-transform: inherit;
}

.read-more a {
    color: #666666;
    text-transform: uppercase !important;
    text-decoration: underline;
}

.single-blog .blog-img img {
    border: none;
    padding: 0;
    border-radius: 0;
}

.single-blog .blog-desc {
    float: left;
    width: 100%;
    margin: 20px 0;

    clear: both;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    letter-spacing: .5px;
}

.single-blog .alert-success {
    clear: both;
}

#add-comment {
    border: none;
    box-shadow: none;
    padding: 0px !important;
}

#add-comment legend,
.single-blog h4,
.single-blog .block-title h3 {
    border-bottom: none;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    color: #333;
}

#product-product .radio input[type="radio"],
#product-product .checkbox input[type="checkbox"] {
    margin-top: 8px;
}


.view-comment .panel.panel-default {
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px !important;
}

.view-comment .coment1 {
    width: 100%;
    float: left;
}

textarea.form-control {
    height: auto !important;
}

.all-blog .read-more {
    float: left;
}

.blog-right-content {
    padding: 20px;
    float: left;
}

.blog-left-content .blog-image:hover .readmore_link {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    right: 0;
}

.blog-left-content .blog-image .readmore_link {
    border: 2px solid #333;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    right: 15px;
    left: auto;
    position: absolute;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    background: #333;
}

.all-blog .blog-left-content {
    float: left;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding: 0 10px;
}

#testimonial .customNavigation a.prev::before {
    content: '\f104';
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
}

#testimonial .customNavigation a.next::before {
    color: #000000;
    content: '\f105';
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
}

.peoplesay-block .cms-box-heading a {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e8bb0;
}

.peoplesay-block .cms-box-heading span {
    margin: 0 0 20px;
    color: #aaa;
    font-style: italic;
    text-transform: inherit;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

.testimonial-cms {
    margin-top: 20px;
    float: left;
    width: 100%;
    position: relative;
}

#testimonial-carousel .test-content .image {
    background: url("../image/megnor/quote.png") no-repeat scroll 0 0;
    height: 70px;
    width: 70px;
    position: relative;
    content: '';
    float: none;
    text-align: center;
    display: inline-block;
}

#testimonial .test-content .test-desc .title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    line-height: 56px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 5px;
    text-align: center;
    padding: 20px 0;
    color: #000;
    position: relative;
}

#testimonial-carousel .peoplesay-block .test-content .test-desc p {
    display: block;
    margin: 0;
    position: relative;
    width: 72%;
    text-align: center;
    float: none;
    margin: 30px auto;
}

#testimonial .peoplesay-block .test-desc {
    display: inline-block;
    float: none;
    text-align: center;
}

#testimonial .peoplesay-block .cms-box-heading {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    float: none;
    width: 100%;
}

.banners-slider-carousel .product-carousel img:hover {

    -webkit-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    filter: none;
    -webkit-filter: none;
    filter: none;
}

.banners-slider-carousel .product-carousel 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.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-filter: grayscale(100%) brightness(300%) contrast(0);
    filter: grayscale(100%) brightness(300%) contrast(0);
}

#testimonial.container {
    width: 1000px;
    padding: 0;
}

.testimonial_default_width {
    width: 100%;
}

.Blog .blog-item .blog-right h4 {
    margin: 7px 0;
    float: left;
    width: 100%;
}

.Blog .blog-item .blog-right h4 a {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

.Blog .blog-item .blog-right .date-time:hover,
.Blog .blog-item .blog-right h4 a:hover {
    color: #666666;
}

.Blog .blog-item .blog-right .date-time {
    display: inline-block;
    position: relative;
    color: #666666;
    text-transform: inherit;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.Blog .product-block:hover .blog-right {}

.Blog .blog-right {
    position: relative;
    bottom: 0;
    padding: 10px 0 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    transition: all 300ms ease;
    color: #000;
}

.blog-desc {
    color: #333333;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.6px;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
    text-transform: inherit;
    position: relative;
}

.read-more {
    position: relative;
    display: inline-block;

}

.blog-right .read-more {
    display: none;
}

.Blog .owl-carousel .owl-buttons .owl-prev::before {
    content: '\f104';
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
    font-family: FontAwesome;
    left: 0;
    right: 0;
    display: none;
}


.owl-carousel .owl-buttons .owl-prev:hover {

    background-position: 0 -192px;
}

.owl-carousel .owl-buttons .owl-next:hover {

    background-position: -65px -83px;
}

.owl-carousel .owl-buttons .owl-prev {
    left: auto;

    background: url("../image/megnor/pro-arrow.png");


}

.owl-carousel .owl-buttons .owl-next {
    right: 0;
    left: auto;

    background: transparent url("../image/megnor/pro-arrow.png") no-repeat scroll -65px 0;

}

.owl-carousel .owl-buttons .owl-prev,
.owl-carousel:hover .owl-buttons .owl-prev {
    /* left: auto !important; */
    /* right: 50px !important; */
    right: auto;
}

.owl-carousel .owl-buttons .owl-next,
.owl-carousel:hover .owl-buttons .owl-next {
    /*right: 15px !important*/
    ;
    left: auto;
}

.customNavigation a.prev:hover::before,
.customNavigation a.next:hover::before,
.Blog .owl-carousel .owl-buttons .owl-prev:hover::before,
#instagram.owl-carousel .owl-buttons .owl-prev:hover::before,
.Blog .owl-carousel .owl-buttons .owl-next:hover::before,
#instagram.owl-carousel .owl-buttons .owl-next:hover::before {
    color: #2e8bb0 !important;
}

.Blog .owl-carousel .owl-buttons .owl-next::before {
    color: #000000;
    content: '\f105';
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    right: 0 !important;
    left: 0;
    font-family: FontAwesome;
    display: none;
}

.Blog:hover .owl-carousel .owl-buttons div,
#instagram:hover.owl-carousel .owl-buttons div {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.Blog .owl-carousel .owl-buttons div,
#instagram.owl-carousel .owl-buttons div {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;

    font-size: 0;
    color: #000;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    line-height: 38px;
    top: 30%;
    display: none;
}

.box.Blog {
    float: left;
    width: 100%;
    padding-top: 70px;
}

.blog-subtitle {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    line-height: 22px;
    letter-spacing: 0.8px;
    text-align: center;
    padding-bottom: 50px;
    display: none;
}

.blog-left .blog-image .zoom:hover,
.blog-left .blog-image .readmore_link:hover {
    background: #333333;
    color: #fff;
}

#servicecmsblock {
    float: none;
    width: 100%;
    position: relative;
    margin-bottom: -6px;

    display: inline-block;
    text-align: center;
    cursor: pointer;
}

#servicecmsblock .first-content-one,
#servicecmsblock .second-content-two,
#servicecmsblock .third-content-three,
#servicecmsblock .fourth-content-four {
    cursor: pointer;
    float: left;
    width: 25%;
    position: relative;
    border-right: 0;
    margin-right: 0px;
    padding-inline-start: 15px;
}



#servicecmsblock .icon-left1,
#servicecmsblock .icon-left2,
#servicecmsblock .icon-left3 {
    margin: 0 30px 0 0;
    vertical-align: top;
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    float: left;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    float: none;


}

.inner-content:hover .icon1 {
    background-color: #333333;
}

.service-right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 10px;
}

.first-content-one .inner-content:hover .icon1 {
    background-image: url(../image/megnor/truck-facing-right-hover.svg);
}

.second-content-two .inner-content:hover .icon1 {
    background-image: url(../image/megnor/support-hover.svg);
}

.third-content-three .inner-content:hover .icon1 {
    background-image: url(../image/megnor/inclined-rocket-hover.svg);
}

.fourth-content-four .inner-content:hover .icon1 {
    background-image: url(../image/megnor/piggy-bank-hover.svg);
}


.first-content-one .icon1 {
    background-image: url(../image/megnor/truck-facing-right.svg);
}

.second-content-two .icon1 {
    background-image: url(../image/megnor/support.svg);
}

.third-content-three .icon1 {
    background-image: url(../image/megnor/inclined-rocket.svg);
}

.fourth-content-four .icon1 {
    background-image: url(../image/megnor/piggy-bank.svg);
}

.icon1 {
    background-color: #f2f2f2;
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 15px 10px 0;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    border-radius: 50%;
}



#servicecmsblock .inner-content {
    position: relative;
    display: inline-block;
    float: left;
    text-align: left;
}

#servicecmsblock .container {
    padding: 56px 0;
    border-bottom: 1px solid #e6e6e6;
}

#servicecmsblock .service-right .sub-title {
    color: #666666;
}

#servicecmsblock .service-right .title {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 500;
}

.blog-left .blog-image img {
    border: none;
    padding: 0;
    position: relative;
    top: -50%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    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;
}

.blog-left:hover .blog-image img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -khtml-transform: scale(1.05);
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    -webkit-opacity: .7;
}

.blog-left {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;

}

#common-home .category_img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;

}

#common-home .category_img img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}


.single-blog h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px !important;
    margin-bottom: 20px;
}

#content .Blog .box-product .product-block {
    position: relative;
    /*margin-bottom: 48px;*/
}

#content #blog-carousel .blog-item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#content #blog-carousel,
#content #blog-grid {
    padding: 0;
    border: none;
    text-align: left;
    background: none;
    overflow: visible;
}

#content #blog-carousel .owl-pagination {
    text-align: center;
}

#content .box.Blog .box-content {
    margin: 0 -15px;
    margin-top: 15px;
}

.blog-left .post-image-hover {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.box-content {
    position: relative;
}

.blog-left .blog-image .post_hover {
    bottom: 0;
    display: inline-block;
    height: 44px;
    left: 0;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 105px;
}

.blog-left .blog-image .zoom {
    /* border: 2px solid #333; */
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 5px 14px 6px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    position: absolute;
    left: 30px;
    background: #fff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    margin-left: -8px;
}

.blog-left .blog-image .readmore_link {
    background: #fff;
    color: #333;
    display: inline-block;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    padding: 5px 14px 6px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    z-index: 10;
    position: absolute;
    right: 27px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.blog-left:hover .post_hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
}

.blog-left:hover .zoom {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    left: 5px;
}

.blog-left:hover .readmore_link {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -kkhtml-opacity: 1;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    right: 10px;
}

#outer-wrap {
    background-color: transparent;
    background-position: 50% 0;
    clear: both;
    float: left;
    height: auto;
    margin: 0 0 85px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#my-video {
    width: 100%;
    height: auto;
    max-width: none;
}

.prevideo .video-text {
    position: absolute;
    text-transform: uppercase;
    color: #000;
    top: 50%;
    color: #fff !important;
    left: 0;
    right: 0;
    display: inline-block;
    text-align: center;
    font-size: 58px;
    font-weight: 300;
    font-family: 'roboto', sans-serif;
    letter-spacing: 2px;
    width: 100%;
}

.prevideo {
    position: relative;
}

.prevideo iframe {
    filter: contrast(100%) brightness(25%);
}

.ytp-title-link.yt-uix-sessionlink {
    display: none;
}

#column-left .swiper-viewport,
#column-right .swiper-viewport {
    box-shadow: none;
    border: none;
    margin: 0 0 12px;
    overflow: hidden;
}

#content .image-additional .slider-item .product-block:hover {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}

.product-block-inner {
    padding: 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.banners-slider-carousel .product-block-inner {
    text-align: center;
    border: none !important;
}

#content .product-list:last-child .product-block {
    border-bottom: none;
}

#content .product-carousel .product-block,
#content .product-grid .product-block,
#content .box-product .product-block {
    padding: 0 15px;
    margin-bottom: 0;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    clear: both;
    overflow: hidden;

}

.common-home .product-block.product-thumb.transition {
    margin: 15px 0 !important;
}

#content #carousel-0 .product-carousel .product-block {
    margin-bottom: 0;
}

#content .product-carousel .product-block:hover,
#content .product-grid .product-block:hover,
#content .box-product .product-block:hover {
    overflow: hidden;
    clear: both;
}

.ie7 #content .product-carousel .product-block,
/*.ie7 #content .product-grid-list .product-block,*/
.ie7 #content .box-product .product-block {
    border: 1px solid #ececec;
}

.ie7 #content .product-carousel .product-block:hover,
/*.ie7 #content .product-grid-list .product-block:hover,*/
.ie7 #content .box-product .product-block:hover {
    border: 1px solid #ececec;
}

.form-control {
    line-height: 24px;
}

.product-grid .product-thumb .desc,
.productbox-grid .product-thumb .price-tax,
.product-carousel .product-thumb .price-tax {
    display: none;
}

#content .product-list .product-thumb:hover .product-details {
    transform: none;
}

#content .product-list .product-details {
    overflow: hidden;
    opacity: 1;
    position: relative;
    transition: none;
    padding: 0;
    width: 68%;
    background: none;
    float: left;
    padding-left: 40px;
    padding-top: 10px;
}

#content .product-carousel .product-block-inner,
#content .product-grid .product-block-inner,
#content .box-product .product-block-inner {
    padding: 0 0;
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#content .box-featured .product-carousel .product-block-inner,
#content .box-featured .box-product .product-block-inner,
#content .box-bestseller .product-carousel .product-block-inner,
#content .box-bestseller .box-product .product-block-inner,
#content .box-special .product-carousel .product-block-inner,
#content .box-special .box-product .product-block-inner {
    /*padding:0 15px;*/
    text-align: left;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#content .box-featured .product-carousel .product-block,
#content .box-featured .box-product .product-block,
#content .box-special .product-carousel .product-block,
#content .box-special .box-product .product-block,
#content .box-bestseller .product-carousel .product-block,
#content .box-bestseller .box-product .product-block {
    /*padding:0;*/
}

.box.related {
    float: left;
    width: 100%;
    margin-top: 50px;
    position: relative;
    margin-bottom: 25px;
}

#content .box.related .box-heading {
    margin-bottom: 30px;

}

.related .customNavigation a.prev::before {
    content: "\f060";
    font-size: 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
    width: 35px;
}


.related .customNavigation a.next::before {
    color: #000000;
    content: '\f105';
    font-size: 0;
    line-height: 60px;
    text-align: center;
    position: absolute;
    width: 35px;
}

.related .customNavigation a.prev:hover::before {
    background-position: 0px -88px;
}

.related .customNavigation a.next:hover::before {
    background-position: -88px -88px;
}

#content .box.related .box-heading::after {
    content: none;
    font-family: 'FontAwesome';
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 14px;
}

.product-list .product-thumb h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: inherit;
    float: left;
    width: 100%;
}

.sale {
    width: 56px;
    text-align: center;
    margin-right: -39px;
    display: inline-block;
    position: absolute;
    right: auto;
    left: 0px;
    top: 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    line-height: 52px;
    font-size: 13px;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 39px;
    margin-top: -14px;
    color: #333333;
    font-size: 12px;
}

.product-thumb:hover .sale {
    opacity: 0;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* quickview */

.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: 700;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #333333;
}

@media (max-width: 767px) {
    .quickbox {
        display: none;
    }
}



/* box products for Left Column and Right Column */
#column-left .box-product,
#column-right .box-product {
    width: 100%;
    overflow: hidden;
}

#column-left .box-product>div,
#column-right .box-product>div {
    display: block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
}

#column-left .box .box-content div.product-items:last-child>div,
#column-right .box .box-content div.product-items:last-child>div,
#column-left .box .box-content div.slider-item:last-child>div,
#column-right .box .box-content div.slider-item:last-child>div {
    border: 0 none;
}

#column-left .box-product .image,
#column-right .box-product .image {
    display: block;
    margin-bottom: 0px;
    float: left;
    margin-right: 10px;
}


#column-left .product-items .product-details,
#column-right .product-items .product-details {
    overflow: hidden;

}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0;
    opacity: 1;
}

#column-left .rating {
    padding: 10px 0 0 0;
}

#column-left .box-product .product-thumb h4,
#column-right .box-product .product-thumb h4 {
    font-weight: normal;
    font-size: 13px;
    margin: 0 0 10px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#column-left .box-product .name,
#column-right .box-product .name {
    display: block;
}

#column-left .box-product .cart,
#column-right .box-product .cart {
    display: block;
}

#column-left .box-product .cart .button,
#column-right .box-product .cart .button {
    padding: 0;
    background: none;
    box-shadow: none;
    height: auto;
    font-weight: normal;
    border-radius: 0;
    color: #555;
    display: block;
    text-align: left;
}

#column-left .box-product .cart .button:hover,
#column-right .box-product .cart .button:hover {
    text-decoration: underline;
}

#column-left .box-product .image img,
#column-right .box-product .image img {}



#column-left .box-product .price,
#column-right .box-product .price,
#column-left .box-product .rating,
#column-right .box-product .rating {
    width: 100%;
    opacity: 1;
}

#column-left .box .box-content,
#column-right .box .box-content,
#column-left .box .filterbox,
#column-right .box .filterbox {
    background: none;
    width: 100%;
    float: left;
    padding: 15px 25px;
}

.treeview-list .expandable .collapsable-hitarea::before,
.treeview-list .expandable-hitarea::before,
.responsive-menu .expandable-hitarea::before {
    color: #666666;
    content: "+" !important;
    font-family: "FontAwesome";
    font-size: 20px !important;
    right: 10px;
    position: absolute;
    top: 0;
    text-align: center;
    font-weight: 700;
}

.treeview-list .collapsable .expandable-hitarea::before,
.treeview-list .collapsable-hitarea::before {
    color: #666666;
    content: "-";
    font-family: "FontAwesome";
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 0;
    font-weight: 700;
}

.treeview-list .expandable-hitarea,
.treeview-list .collapsable-hitarea {
    background: none !important;
    position: absolute;
    right: 0;
}

#column-left .box,
#column-right .box {
    position: relative;
    width: 100%;
    float: left;
    border: 1px solid #e6e6e8;
    margin-bottom: 30px;
}

#column-left .box-product .rating,
#column-right .box-product .rating {
    display: block;
    text-align: left;
}

#product .input-group-btn .btn.btn-default {
    border-radius: 0 25px 25px 0;
}

.pull-left .btn.btn-default {
    border-radius: 25px !important;
    font-weight: 500;
}

#column-left .product-thumb,
#column-right .product-thumb {
    border: none;

    margin: 10px 0;
}

.product-thumb .product-block-hover .wishlist .fa-heart::before {
    font-size: 18px;
    color: #000;
    line-height: 35px;
}

.product-thumb .product-block-hover .compare .fa-exchange::before {
    font-size: 18px;
    color: #000;
    line-height: 35px;
    content: "\f24d";
}

.quickview a:hover::before,
.product-thumb .product-block-hover .compare:hover .fa-exchange::before,
.product-thumb .product-block-hover .wishlist:hover .fa-heart::before {
    color: #2e8bb0;
}

#column-left .sale,
#column-left .price-tax,
#column-left .wishlist,
#column-left .compare,
#column-right .sale,
#column-right .price-tax,
#column-right .wishlist,
#column-right .compare {
    display: none !important;
}

#column-left .product-thumb .button-group button,
#column-right .product-thumb .button-group button {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    width: auto;
    line-height: 28px;
}

#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group {
    background: none;
    border: none;
    display: none;
}


.top_button {
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    bottom: 20px;
    color: #000;
    display: none;
    font-size: 0;
    height: 38px;
    line-height: 34px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 38px;
    z-index: 9999;
    background-image: url("../image/megnor/png.png");
}

#content ul.list-unstyled {
    overflow: auto;
}

.social-icons .list-unstyled {
    margin: 0 !important;
    padding: 0 !important;
}

.payment-method.list-unstyled {
    margin: 0 !important;
    padding: 0 !important;
}

#content ul.list-unstyled li {
    text-transform: inherit;
    letter-spacing: .6px;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 30px;
}

.manufacturer-list {
    border: 1px solid #dbdee1;
    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;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

.category_filter .sort .form-control,
.category_filter .limit span.customSelect,
#product-search .col-sm-3.sort .form-control {
    cursor: pointer;
    border-radius: 0;
    box-shadow: none;
    height: 34px !important;
    line-height: 23px;
    border: 1px solid #e6e6e8;
    font-size: 14px;
    color: #333333;
}

.tab-content {
    border: 1px solid #ececec;
    padding: 10px;
    overflow: hidden;
}

.col-sm-4.total_amount {
    margin-top: 70px;
}

.product-tag {
    margin: 5px 0;
}

#content .aboutus {
    clear: both;
    padding-bottom: 30px;
}

.image1 {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}

.image4 {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}

.aboutus h2 {
    clear: both;
    font-size: 20px;
}

.about-content {
    overflow: hidden;
    font-weight: 300;
    letter-spacing: .4px;
}

.information-information .right {
    float: right;
}

.category_filter #list-view {
    background: url(../image/megnor/grid-list.png) no-repeat scroll -26px 0 transparent !important;
    border: medium none !important;
    height: 22px;
    width: 22px;
    padding: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    transition: all 0.5s ease 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;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.category_filter #grid-view {
    background: url("../image/megnor/grid-list.png") no-repeat scroll 0 1px transparent !important;
    border: medium none !important;
    height: 22px;
    width: 22px;
    margin-right: 8px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 !important;
    transition: all 0.5s ease 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;
    border-radius: 0px !important;
}

.category_filter #list-view:hover,
.category_filter #list-view.active {
    background: url(../image/megnor/grid-list.png) no-repeat scroll -26px 0 transparent;
    box-shadow: none;
}

.category_filter #list-view:hover,
.category_filter #list-view.active {
    background: url(../image/megnor/grid-list.png) no-repeat scroll -26px -29px transparent !important;
    box-shadow: none;
}

.category_filter #grid-view:hover,
.category_filter #grid-view.active {
    background: url("../image/megnor/grid-list.png") no-repeat scroll 0 -29px transparent !important;
}

.category_filter #grid-view:hover .fa,
.category_filter #list-view:hover .fa {
    color: #333;
}

.category_filter .btn-list-grid {
    float: left;
    width: auto;
    padding: 0;
    margin-top: 5px;
}

.compare-total {
    float: left;
    margin: 8px 15px 0;
}

.pagination-right {
    float: right;
    margin: 0;
    width: auto;
}

.category_filter .sort-by {
    float: left;
    margin: 5px 10px 0 0;
    width: auto;
    padding: 0;
}

.category_filter .show {
    float: left;
    margin: 0px 10px 0;
    padding: 0;
}

.category_filter .sort {
    float: left;
    width: 180px;
    padding: 0;
    user-select: none;
}

.category_filter .limit {
    float: right;
    width: 100px;
    padding: 0;
}

.sort-by-wrapper,
.show-wrapper {
    float: left;
}

.compare-total a {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    letter-spacing: .6px;
}

.compare-total a:hover {
    color: #333333;
}

.category_thumb .category_img {
    margin-bottom: 25px;
}

.category_thumb .category_description p {
    margin: 0;
    letter-spacing: .6px;

}

.category_filter .list.active,
.category_filter .grid.active {
    background: #428bca;
}

.category_thumb .category_img,
.category_thumb .category_description {
    float: left;
    width: 100%;
    min-height: 0;
}

.category_list ul {
    padding: 0;
    display: inline-block;
    margin: 10px 0 0;
}

.refine-search ul {
    padding: 0;
}

.refine-search ul li {
    list-style: none;
}

.category_list li a {
    color: #838383;
    display: block;
    padding: 2px 10px;
    border: 1px solid #e6e6e8;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

.category_list li a:hover {
    color: #333333;
    border-color: #333333;
}

.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 5px 0;
}

.category_filter,
.pagination-wrapper {
    display: inline-block;
    width: 100%;
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 1.25rem;
}

.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;

    display: inline-block;
}

.pagination-wrapper .page-result {
    float: left;
    padding: 0;
    width: auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .8px;
    text-transform: inherit;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    background-color: transparent !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    cursor: default;
    height: 32px;
    width: 30px;
    color: #666666 !important;
    border-color: #666666 !important;
}

.pagination>li>a,
.pagination>li>span {
    margin-left: 7px !important;
    color: #333333;
    border: 1px solid #e6e6e8;
    height: 32px;
    width: 32px;
    padding: 6px 6px;
    font-size: 14px;
    text-align: center;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #666666;
    background-color: transparent !important;
    border-color: #666666;
}

/*conatct*/

/**/

.contact-form {
    position: relative;
    float: left;
    width: 70%;
    padding-top: 40px;
}

.social-icons.col-sm-3.column h5 {
    display: none;
}

.contact-form-design .left .fa.fa-map-marker {
    font-size: 32px;
    width: 45px;
    height: 45px;
    float: left;
    margin: -10px 10px 0px -1px;
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    line-height: 43px;
    text-align: center;
}

.contact-form-design .comment strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 700;
}

.contact-form-design .time strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 700;
}

.contact-form-design .left .time .image {
    width: 45px;
    height: 45px;
    float: left;
    background: url(../image/megnor/cms-sprite-2.png) no-repeat scroll -3px -433px transparent;
    margin: 10px 10px 0 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-form-design address {
    display: inline-block;
    margin: -15px 0 6px 55px;
    float: left;
    clear: both;
    width: auto;
}

.contact-form-design .fax strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 700;
}

.contact-form-design .left .fax .image {
    width: 45px;
    height: 45px;
    float: left;
    background: url(../image/megnor/cms-sprite-2.png) no-repeat scroll -4px -302px transparent;
    margin: 10px 10px 0 0px;
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-form-design address {
    display: inline-block;
    margin: -15px 0 6px 55px;
    float: left;
    clear: both;
    width: auto;
}

.contact-form-design .telephone strong {
    padding: 0;
    margin: 10px 0 0;
    height: 28px;
    float: left;
    font-weight: 700;
}

.contact-form-design .left .telephone .image {
    width: 45px;
    height: 45px;
    float: left;
    background: url(../image/megnor/cms-sprite-2.png) no-repeat scroll -4px -368px transparent;
    margin: 10px 10px 0 0px;
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-form-design .left .btn.btn-info {
    float: left;
    clear: both;
    display: block;
    padding: 25px 0 0;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    font-weight: 700;
    font-size: 14px;
    text-transform: inherit;
    color: #333;
    border-radius: 0px;
}

.contact-form-design .address-detail1 address {
    margin: -15px 0 20px 55px;
}

.contact-form-design .address-detail1 strong {
    padding: 5px 0 0 0;
    height: 28px;
    margin: 10px 0;
    float: left;
    font-weight: 700;
}

.contact-form-design .left .comment .image {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll -3px -498px transparent;
}

.contact-form-design .left .image {
    width: 45px;
    height: 45px;
    float: left;
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll -3px -240px transparent;
    margin: 15px 10px 0 0px;
    border: 1px solid #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-form-design .address-detail,
.contact-form-design .address-detail1,
.contact-form-design .telephone,
.contact-form-design .fax,
.contact-form-design .time {
    float: left;
    width: 100%;
    padding: 4px 0 27px;
}

.contact-form-design .left {
    float: left;
    width: 27%;
    margin-right: 30px;
    padding: 34px 20px;
    color: #333;
    position: relative;
    z-index: 9;
    padding-left: 0;
}

.contact-form-design {
    width: 100%;
    float: left;
    margin: 0 0 50px;
}

#information-contact {
    margin-top: 42px;
}

.contact-info .left {
    float: left;
    width: 50%;
}

.contact-info .right {
    width: 100%;
}

.row.contact-info {
    padding: 0;
}

.img-thumbnail {
    background-color: transparent !important;
}

.information-contact .panel-body {
    padding: 0;
}

.contact-info {
    color: #666;
}

.contact-info .address-detail strong {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll -6px -233px transparent;
    padding: 5px 0 0 35px;
    height: 28px;
    margin: 10px 0;
    float: left;
    clear: both;
}

.contact-info .address-detail,
.contact-info .telephone,
.contact-info .fax {
    float: left;
    width: 100%;
}

.contact-info open {
    display: inline-block;
    margin: 0 0 0 36px;
    float: left;
    clear: both;
    width: 100%;
}

.contact-info comment {
    display: inline-block;
    margin: 0 0 0 36px;
    float: left;
    clear: both;
    width: auto;
}

.contact-info .comment strong {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll -5px -399px transparent;
    padding: 3px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}

.contact-info .opentime strong {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll -5px -357px transparent;
    padding: 3px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}

.contact-info .telephone strong {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll -5px -314px transparent;
    padding: 5px 0 0 35px;
    margin: 10px 0;
    height: 28px;
    float: left;
    clear: both;
}

.contact-info .fax strong {
    background: url("../image/megnor/cms-sprite-2.png") no-repeat scroll -5px -272px transparent;
    padding: 5px 0 0 35px;
    height: 28px;
    margin: 10px 0;
    float: left;
    clear: both;
}

.contact-info address {
    display: inline-block;
    margin: 0 0 0 36px;
    float: left;
    clear: both;
    width: 100%;
}

#cart .dropdown-menu li:first-child {
    max-height: 300px;
}

/*Megnor insta CSS */
#instagram .item:hover .insta-hover {
    opacity: 1;
}

#instagram .item .insta-hover {
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: default;
}

.instagram-post .owl-carousel .owl-buttons .owl-prev {
    height: 34px;
    width: 50px;
    color: #FFF;
    text-align: center;
    background: none;
}

.instagram-post .owl-carousel .owl-buttons .owl-next {
    height: 34px;
    width: 50px;
    color: #fff;
    text-align: center;
    background: none;
}

.instagram-post .owl-carousel .owl-buttons .owl-prev:hover {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    color: #333;
}

.instagram-post .owl-carousel .owl-buttons .owl-next:hover {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    color: #333;
}



/* INSTAGRAM OWL-CAROUSEL */
#instagram .item i:hover {
    color: #2e8bb0;
}

#instagram .item i {
    position: absolute;
    top: 46%;
    bottom: auto;
    font-size: 50px;
    color: #fff;
    opacity: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

#instagram .item:hover i {
    opacity: 1;
}

#instagram.owl-carousel {
    margin: 0;
}

.instagram-post {
    background: #FFFFFF;
    text-align: center;
}

.instagram-post .box-heading h3 {
    color: #333333;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    padding: 0;
    text-transform: inherit;
    margin: 35px 0;
    border: none;
    float: none;
}

.instagram-post .box-heading h3 .fa {
    font-size: 28px;
    margin: 0 10px;
}

.instagram-post .owl-item a {
    position: relative;
    display: block;
    margin-bottom: -1px;
}

.instagram-post .owl-item a:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    left: 0;
    right: 0;
}

.instagram-post .owl-item a:hover:before {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.instagram-post .owl-item:hover .insta-date {
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}

.instagram-post .insta-date {
    bottom: 0;
    color: #000;
    font-family: alex brush;
    font-size: 30px;
    font-weight: bold;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    ;
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
}

/* INSTAGRAM OWL-CAROUSEL */
.main-slider {
    /*position: relative;*/
    padding-bottom: 30px;
}

.main-slider .img-responsive {
    width: 100%;
}

.main-slider .swiper-pager .swiper-button-prev,
.main-slider .swiper-viewport:hover .swiper-button-prev {
    left: 50px;
    right: auto;
}

.main-slider .swiper-pager .swiper-button-next,
.main-slider .swiper-viewport:hover .swiper-button-next {
    right: 50px;
    left: auto;
}

.main-slider .swiper-pager .swiper-button-prev::after {
    position: absolute;
    content: none;
    background: #dbdbdb;
    height: 28px;
    top: 17px;
    width: 1px;
}

.main-slider .swiper-pager {}

.main-slider .swiper-pager .swiper-button-next,
.main-slider .swiper-pager .swiper-button-prev {
    height: 60px;
    /* width: 80px; */
}

.main-slider .swiper-viewport {
    border: none;
    box-shadow: none;
    margin: 0;
}

.main-slider #spinner {}

.main-slider .swiper-pagination {
    display: none;
}

/*cms*/
.cms_banner .cms_img .static-inner .link-text:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.cms_banner .cms_img .static-inner .link-text {
    color: #2e8bb0;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 21px;
    margin-top: 37px;
    text-transform: uppercase;
    transition: all 0.2s ease-out 0s;
    border-bottom: 2px solid #2e8bb0;
    width: auto;
}

.cms_banner .cms_img .static-inner .text2.static-text {
    color: #fff;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0.3px;
    font-weight: 700;
    display: block;
    text-transform: inherit;
    margin: 8px 0 20px;
}

.cms_banner .cms_img .static-inner .text1.static-text .offer {
    color: #2e8bb0;
}

.cms_banner .cms_img .static-inner .text1.static-text {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.8px;
    color: #fff;
    display: block;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
}

#parallaxcmsblock {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 600px;
    background: rgba(0, 0, 0, 0) url("../image/megnor/parallax.jpg") no-repeat scroll center center;
    background-attachment: scroll;
    background-attachment: fixed;
}

#parallaxcmsblock .static-inner {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    top: 30%;
}

#parallaxcmsblock .static-inner .text1.static-text {
    font-size: 60px;
    line-height: 76px;
    color: #fff;
    text-align: center;
    font-weight: 300;
    width: 100%;
    float: left;
}

#parallaxcmsblock .static-inner .text2.static-text {
    font-size: 60px;
    line-height: 76px;
    color: #fff;
    float: left;
    width: 100%;
    font-weight: 700;
}

#parallaxcmsblock .static-inner .cms-btn {
    position: relative;
    float: left;
    width: 100%;
    padding-top: 30px;
}

#parallaxcmsblock .static-inner .cms-btn .link-text {
    background: #2e8bb0;
    color: #fff;
    padding: 12px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 30px;
    line-height: 24px;
}

#parallaxcmsblock .static-inner .cms-btn .link-text:hover {
    background: #000;
    color: #fff;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.cms_banner.container {
    padding: 0;
    margin-top: 40px;
}

.cms_banner {
    position: relative;
    float: left;
    width: 100%;
}

.cms_banner .cms_img {
    overflow: hidden;
    position: relative;
    float: left;
}

.cms_banner .cms_img:hover img {
    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;
}

.cms_banner .cms_img img {
    display: block;
    max-width: 100%;
    position: relative;
    transform: scale(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;
}

.cms_banner .cms_img .static-inner {
    right: auto;
    top: 26%;
    text-align: left;
    left: 8%;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    position: absolute;
    letter-spacing: 0;
    z-index: 7;
    cursor: pointer;
}

/*** sub banner***/


.sub-container.container {
    padding: 0;
}

.sub-container {
    position: relative;
    overflow: hidden;
}

.subbanner {
    width: 100%;
    float: left;
    margin-top: 40px;
    margin-bottom: 30px;
}

.subbanner .banner {
    float: left;
    width: 33.3%;
    display: block;
    position: relative;
}

.subbanner .banner .image-link {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.subbanner .banner img {
    max-width: 100%;

    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.subbanner .banner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-image {
    background: #333333;
}

.sub-banner1.banner {
    margin-bottom: 0px;
    padding-right: 16px;
}

.sub-banner2.banner {
    padding: 0 8px;
}

.sub-banner3.banner {
    padding-left: 16px;
}

.subbanner .content {
    position: absolute;
    top: 27%;
    left: 30px;
    width: 38%;
    right: auto;
    text-align: left;
}

.sub-banner2 .sub-title2 .banner-price2,
.sub-banner4 .sub-title2 .banner-price2 {
    color: #000;
}

.sub-banner2 .sub-title2,
.sub-banner4 .sub-title2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0.4px;
    text-transform: none;
    color: #9f9f9f;
    margin: 13px 0;
}

.sub-banner2 .title2,
.sub-banner4 .title2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 43px;
    letter-spacing: .4px;
    text-transform: inherit;
    color: #000;
    padding-bottom: 10px;
}

.sub-banner1 .sub-title2 .banner-price,
.sub-banner3 .sub-title2 .banner-price {
    font-size: 26px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #2e8bb0;
}

.sub-banner1 .sub-title2,
.sub-banner3 .sub-title2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
}

.sub-banner3 .sub-title2 {
    bottom: 30px;
    left: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    text-align: center;
}

.sub-banner1 .sub-title1,
.sub-banner3 .sub-title1 {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -1px;
    text-transform: inherit;
    color: #000;
    margin: 0 0 35px;
    padding-bottom: 32px;
}

.sub-banner1 .title1,
.sub-banner3 .title1,
.sub-banner2 .title1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    text-transform: none;
    color: #333333;
    margin-bottom: 20px;
    margin-top: 0;
}

.sub-banner2 .title,
.sub-banner4 .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.2px;
    text-transform: inherit;
    color: #000;
}

.subbanner .button a,
.category_list_inner .box-desc {
    background: transparent;
    border: transparent;
    padding: 0;
    color: #333333;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
}

.subbanner .button a:hover,
.category_list_inner .box-desc a:hover {
    background: transparent;
    border: transparent;
    color: #333333;

}

.sub-banner2 .sub-title,
.sub-banner4 .sub-title {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.4px;
    margin: 35px 0;
    color: #9f9f9f;
    font-weight: 500;
}

.sub-banner2 .button,
.sub-banner4 .button {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #000;

    text-transform: uppercase;
}


.button a {
    background: transparent;
    color: #000;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 9px 30px;
    /* margin: 13px 15px; */
}

.button a:hover {
    background: #000;
    color: #fff;
}

/*******/
.cms-item {
    padding-top: 60px;
    margin: 0 auto 100px;
}

.cms-item .offer-banner.container {
    padding: 0 0 60px 0;
    width: 1000px;
}

.cms-item .Subbanner.container {
    width: 1000px;
    padding: 0;
}

.cms-item .offer-banner-inner {
    width: 100%;
    float: left;
}

.cms-item .shortcode-title {
    margin: 0;
    padding: 20px 0;
    width: 100%;
    text-align: center;
    position: relative;
}

.cms-item .shortcode-title .big-title {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 50px;
    line-height: 56px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 5px;
    color: #000;
}

.cms-item .shortcode-title .sub-title {
    font-size: 12px;
    color: #585858;
    padding: 15px 0 8px;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 700;
}

.cms-item .offer-banner-inner .offer-link {
    box-sizing: border-box;
    width: 100%;
}

.cms-item .offer-link .read-more strong {
    font-weight: 700;
    text-decoration: underline;
    color: #2e8bb0;
}

.cms-item .offer-link .read-more strong:hover {
    color: #000;
}

.cms-item .offer-banner-inner .offer-link p {
    text-align: center;
    line-height: 30px;
    margin: 0 0 20px;
}

.cms-item .offer-banner-inner .offer-link p.read-more {
    margin: 0;
    line-height: 24px;
}

.cms-item .offer-banner-inner .offer-link p.read-more a {
    color: #000;
    background-color: transparent !important;
}



.cms-item .Subbanner .static-inner .shop-now a {
    color: #2e8bb0;
    font-size: 11px;
    text-decoration: underline;
}

.product_banner {
    width: 100%;
    float: left;
    position: relative;
}

@keyframes circle {
    0% {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    40% {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    100% {
        height: 200%;
        opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        width: 200%;
    }
}

.product_banner_inner {
    position: relative;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    display: block;
    float: left;
    width: 33.33%;
}

.product_banner .product_img1,
.product_banner .product_img2,
.product_banner .product_img3 {
    position: relative;
    overflow: hidden;
}

.product_banner .product_banner_inner:hover img {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product_banner .product_banner_inner img {
    height: auto;
    width: 100%;
    -ms-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.product_banner .product_banner_inner .cat_description {
    position: absolute;
    bottom: 0;
    padding: 40px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 300ms ease;
    text-align: left;
}

.product_banner .product_banner_inner:hover .cat_description {
    background: rgba(0, 0, 0, 0.6);
}

.product_banner .product_banner_inner .cat_description .cat_name {
    color: #fff;
    display: block;
}

.product_banner .product_banner_inner .cat_description .count:hover {
    color: #2e8bb0;
}

.product_banner .product_banner_inner .cat_description .count {
    color: #fff;
    padding-top: 6px;
    display: block;
    cursor: pointer;
}

.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 .product-right ul li a {
    color: #333333;
    font-size: 14px;
    /* color: #000; */
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .6px;
    text-transform: inherit;
}

.productpage .write-review,
.productpage .review-count {
    margin: 0 10px;
    color: #333333;
    font-size: 14px;
    letter-spacing: .4px;
    display: inline-block;
}

.productpage .write-review:hover,
.productpage .review-count:hover {
    color: #666666;
}

.productpage .rating-wrapper {

    margin-bottom: 10px;
}

.checkout-cart .hasCustomSelect {
    width: 95% !important;
}

.productpage .product-right .list-unstyled {
    /*border-top: 1px solid #e6e6e8;*/
    margin: 0px;
    padding-top: 20px;
}

.productpage .product-right ul li .desc {
    color: #333333;
    text-transform: inherit;
    letter-spacing: 1.2px;
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
    text-align: left;

}

.content-top-breadcum #title-content .page-title,
.content-top-breadcum #title-content h1,
.content-top-breadcum #title-content h2 {
    text-align: center;
    margin: 0;
    letter-spacing: 0.8px;
    color: #333333;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "roboto", "HelveticaNeue", "Helvetica Neue", sans-serif;
    line-height: 30px;
}

.refine-search {
    position: relative;
    background: none;
    padding: 0;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    font-weight: 700;
    text-transform: inherit;
    letter-spacing: 0.4px;
    margin: 10px 0;
}



.radio label,
.checkbox label {
    display: inline;
    font-weight: 400 !important;
    cursor: pointer;
    text-transform: capitalize !important;
}

#product label {
    line-height: 28px;
    font-size: 14px;
    min-width: 50px;
    text-transform: inherit;
}

#button-upload222 {

    border-radius: 25px !important;

    background: #ededed;
    color: #333;
    border-color: #ededed !important;
}


.btn.btn-default.wishlist:hover {
    color: #666666;
}

.btn.btn-default.compare:hover {
    color: #666666;
}

.btn.btn-default:hover {
    background-color: #333333;
}

.copy-right {
    text-align: center;
    border-top: 1px solid #cecece;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 37px 0 41px;
}

.footer-list-unstyled li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    position: relative;
}

.footer-list-unstyled li::before {
    background: #dedede;
    width: 1px;
    height: 12px;
    position: absolute;
    content: "";
    top: 6px;
    right: 0;
    left: 0;
}

.footer-list-unstyled li:first-child::before {
    background: none;
}

#contact li {
    list-style: none;
}

.footer-list-unstyled {
    padding: 0;
}

#bottom-footer li {
    display: inline;
    padding: 0 0 0 0;
}

#bottom-footer li.contact {
    background: none;
}

.account-address .table>tbody>tr>td {
    vertical-align: middle;
}

.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;
}

#content .affiliate-logout {
    border: 1px solid #ececec;
    padding: 10px;
}


.shopping-cart .img-thumbnail {
    max-width: none;
}

#accordion label.col-sm-2.control-label {
    margin: 7px 0 0;
    padding: 0 15px 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,
.checkout-cart .input-group-btn:last-child>.btn-group {
    margin-left: 5px;
    font-size: 14px;
}

.col-sm-3.search_subcategory {
    width: auto;
    margin-top: 7px;
}

#button-search {
    float: right;
    margin-bottom: 15px;
}

.product-search h2 {
    clear: both;
}

#input-captcha,
#input-payment-captcha {
    margin-bottom: 10px;
}

.bootstrap-datetimepicker-widget td.day {
    position: relative
}

.bootstrap-datetimepicker-widget td.day.active::before {
    border-bottom: 7px solid #fff !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: #ececec;
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.customNavigation a.next {
    right: -20px;
    left: auto;
    background: transparent url("../image/megnor/arrow.png") no-repeat scroll -31px 0;
}

.customNavigation a.next::before {
    color: #000000;
    content: '';
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    display: none;

}

.customNavigation a.prev::before {
    content: '';
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    position: absolute;
    color: #000;
    display: none;

}

.box-featured:hover .customNavigation a.next,
.box-bestseller:hover .customNavigation a.next,
.box-special:hover .customNavigation a.next {
    opacity: 1;
}

.box-featured:hover .customNavigation a.prev,
.box-bestseller:hover .customNavigation a.prev,
.box-special:hover .customNavigation a.prev {
    opacity: 1;
}

.customNavigation a.prev:hover {
    background-position: 0 -100px;
}

.customNavigation a.next:hover {
    background-position: -31px -100px;
}

.dow {
    font-weight: 400;
}

.picker-switch {
    font-weight: 400;
    letter-spacing: .4px;
}

#content .box-featured .banners-slider-carousel .product-carousel .product-block-inner {
    text-align: center;
}


#content .box:hover .box-content .customNavigation a {
    opacity: 1;
}

.customNavigation a.prev {

    right: auto;
    background-image: url("../image/megnor/arrow.png");
    background-repeat: no-repeat;
}

.banners-slider-carousel .customNavigation a.next {
    right: 0;
    left: auto !important;
}

.box.related:hover .customNavigation a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.customNavigation a {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    display: block;
    font-size: 0;
    color: #000;
    height: 30px !important;
    position: absolute;
    text-align: center;
    width: 30px !important;
    line-height: 60px;
    position: relative;
    padding: 0 !important;
}

#footer .newsletter .list-unstyled {
    padding: 0px;
}

.list-unstyled .picker-switch .btn:hover .glyphicon {
    color: #fff;
}

.list-unstyled .picker-switch .btn:hover {
    background: #000;
}

.glyphicon {
    color: #000;
}

.glyphicon-chevron-up::before,
.glyphicon-chevron-down::before {
    color: #000;
}

.bootstrap-datetimepicker-widget td span.active {
    background-color: #2e8bb0 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #333333 !important;
    color: #fff !important;
}

.shopping-cart .input-group .form-control {
    width: auto;
    height: 42px;
}

.shopping-cart .input-group-btn {
    float: left
}

#product .form-control {
    height: 40px;
}

/*Product zoom CSSS*/

.zoomContainer {
    margin-bottom: 5px;
}

.zoomContainer .zoomLens {}

.zoomContainer .zoomWindow {
    box-shadow: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none !important;
}

/*  css for animation add to cart */
.alert.alert-success.animated {
    width: 100%;
    height: 90px;
    text-align: center;
    vertical-align: middle;
    padding: 30px 20px;
    opacity: 0.95 !important;
    -webkit-opacity: 0.95 !important;
    -moz-opacity: 0.95 !important;
    -khtml-opacity: 0.95 !important;
    background-color: #303030 !important;
    border-color: #303030 !important;
    color: #fff !important;
}

.alert.alert-success.animated span a:hover {
    color: #2e8bb0;
}

.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;
}

.customNavigation a {
    z-index: 9999;
}

.payment h5 {
    display: none;
}

#carousel-0 .customNavigation {
    top: 50%;
}



#carousel-0 .customNavigation a.prev {
    /* position: absolute; */
}

#carousel-0 .customNavigation a {
    /* top: 46px !important; */
}

#footer #block_contact_infos {
    list-style: none;
    padding-left: 0;
}

.htabs a.selected,
.htabs a:hover,
.htabs a:focus {
    color: #333333;
}

.box-content-cms {
    float: left;
    width: 100%;
}

.customNavigation a.prev {
    right: auto;
    left: -20px;
}

.banners-slider-carousel .customNavigation a.prev {
    left: 0;
    right: auto !important;
}

.box-content-cms {
    float: left;
    width: 100%;
    text-align: center;
}

.top-links #wishlist-total,
.top-links #compare {
    display: none;
}

.box-featured,
.box-bestseller,
.box-special {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}

@media (max-width: 1270px) {

    .customNavigation a.next {
        right: 0px
    }

    .customNavigation a.prev {
        left: 0px;
    }


    #footer .row {
        margin-right: 0px;
    }

    .hometab {
        margin-top: 40px;
    }

    .category_list_cms .container {
        padding-top: 40px;
    }

    .box-featured {
        margin-top: 40px;
    }

    .content_footer_left {
        width: 30%;
    }

    #footer .content_footer_right.col-sm-3.column {
        width: 30%;
    }

    #footer .col-sm-3 {
        width: 20%;
    }
}



@media (max-width: 1200px) {

    .product-info .image-additional {
        width: 100%;
    }

    #column-left .product-thumb .price-old,
    #column-right .product-thumb .price-old {
        margin-left: 0;
    }

    #column-left .fa-shopping-cart:before,
    #column-right .fa-shopping-cart:before {
        display: none;
    }

    #column-left .hidden-xs,
    #column-left .hidden-sm,
    #column-left .hidden-md {
        display: block !important;
        text-transform: inherit;
        font-weight: normal;
        margin-top: -25px;
    }

    .col-sm-4.total_amount {
        margin-top: 88px;
    }

    .tabbestseller_default_width {
        width: 300px;
    }

    .tablatest_default_width {
        width: 300px;
    }

    .tabspecial_default_width {
        width: 300px;
    }

    .featured_default_width {
        width: 250px;
    }

    .latest_default_width {
        width: 300px;
    }

    .special_default_width {
        width: 300px;
    }

    .bestseller_default_width {
        width: 300px;
    }

    .related_default_width {
        width: 250px;
    }

    #content.productpage .product-left,
    #content.productpage .product-right {
        min-height: 650px;
    }

    .service-right {
        display: block;
    }

    #servicecmsblock .inner-content {
        float: none;
        text-align: center;
    }

    #footer .col-sm-3 {
        padding-left: 0px;
    }

    .icon1 {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 0px;
    }

    .service-right {
        text-align: center;
    }

    #servicecmsblock .first-content-one,
    #servicecmsblock .second-content-two,
    #servicecmsblock .third-content-three,
    #servicecmsblock .fourth-content-four {
        padding-left: 0px;
    }
}

@media (max-width: 1199px) {
    .layout-2 #content {
        width: 75%;
    }

    .sub-banner1 .title1,
    .sub-banner3 .title1,
    .sub-banner2 .title1 {
        font-size: 18px;
        line-height: 28px;
    }

    .related_default_width {
        width: 220px;
    }

    #checkout-cart td {
        padding: 8px;
    }

    #column-left .box .box-content,
    #column-right .box .box-content,
    #column-left .box .filterbox,
    #column-right .box .filterbox {

        padding: 15px;
    }

    .form-horizontal .control-label {
        padding-left: 0;
    }

    .layout-2.left-col #column-left {
        width: 25%;
    }

    .button a {
        padding: 9px 18px;
    }

    #content .category_img .box-heading {
        font-size: 20px;
        line-height: 38px;
    }

    .contact-form-design .left {

        padding: 20px 0 0 0;
        margin-right: 20px;
    }

    #parallaxcmsblock {
        height: 400px;
    }

    #parallaxcmsblock .static-inner .text1.static-text {
        font-size: 50px;
        line-height: 60px;
    }

    #parallaxcmsblock .static-inner .text2.static-text {
        font-size: 50px;
        line-height: 60px;
    }

    #parallaxcmsblock .static-inner {
        top: 28%;
    }




    span.hidden-xs,
    span.hidden-sm,
    span.hidden-md,
    span.hidden-lg {
        display: inline-block !important;
    }

    .prevideo iframe {
        height: 560px;
    }

    .all-blog .blog-desc {
        margin-bottom: 5px;
        padding-top: 5px;
    }

    .left.product-image.thumbnails {
        overflow: visible;
    }

    .product-info .image-additional img {
        max-width: 100%;
        height: auto;
    }

    .product-info .image {
        width: 76%;
    }

    .product-info .additional-carousel {
        padding: 30px 0;
        top: 0;
        margin-right: 0;
        width: 20%;
    }




    .header-center .container {
        width: 100% !important;
    }

    #outer-wrap {
        height: auto;
    }

    #content .customNavigation {
        top: 33%;
    }

    .sub-container {
        padding: 0 15px;
    }

    .sub-banner2 .sub-title,
    .sub-banner4 .sub-title {
        margin: 23px 0;
    }

    .tab-head {
        width: 50%;
    }

    .hometab .tab-head .tab-title {
        font-size: 27px;
    }

    .hometab .tab-head .tab-title::before {
        width: 50%;
        left: 59%;
    }

    .product-thumb {
        margin-bottom: 0;
    }

    .tablatest_default_width {
        width: 200px;
    }

    .tabbestseller_default_width {
        width: 200px;
    }

    .tabspecial_default_width {
        width: 200px;
    }

    .featured_default_width {
        width: 200px;
    }

    .latest_default_width {
        width: 360px;
    }

    .special_default_width {
        width: 360px;
    }

    .bestseller_default_width {
        width: 360px;
    }

    .module_default_width {
        width: 180px
    }

    #carousel-0.banners-slider-carousel .customNavigation a.prev::before {
        top: 0;
    }

    #carousel-0.banners-slider-carousel .customNavigation a.next::before {
        top: 0;

    }

    .content_footer_left {

        padding-right: 0;
    }

    #carousel-0 .customNavigation {
        top: 50%;
    }


    .box {
        margin-bottom: 0;
    }

    .blog-subtitle {
        padding-bottom: 30px;
    }

    #content .product-layout.product-grid {
        width: 33.33%;
    }

    .product-list .product-thumb .image {
        width: 35%;
    }

    .product-info .additional-carousel .bx-controls-direction a.bx-prev {
        right: 30px;
        top: 0px;
    }

    .product-info .additional-carousel .bx-controls-direction a.bx-next {
        right: 30px;
        bottom: 0px;
    }

    .all-blog .blog-left-content {
        margin-bottom: 30px;
        margin-right: 15px;
    }

    .all-blog .panel .blog-left-content .blog-image img {
        max-width: 300px;
    }

    .box.related {
        padding: 0 15px;
    }

    #content .box.related .box-content {
        margin: 0 -13px;
    }

    #content.productpage .product-left,
    #content.productpage .product-right {
        min-height: 550px;
    }

    .header-center {
        width: 55%;
    }
}

@media (max-width: 1023px) and (min-width:980px) {

    span.hidden-xs,
    span.hidden-sm,
    span.hidden-md,
    span.hidden-lg {
        display: inline-block !important;
    }

    .prevideo iframe {
        height: 560px;
    }


    .left.product-image.thumbnails {
        overflow: visible;
    }

    .product-info .image-additional img {
        max-width: 100%;
        height: auto;
    }

    .product-info .additional-carousel {
        padding: 30px 0;
        top: 0;
    }

    #content .customNavigation {
        top: 38%;
    }

    .header-center {
        width: 60%;
    }

    .sub-container {
        max-width: 940px;
    }

    #powered {
        padding-bottom: 0;
    }

    #bottom-footer ul {
        margin: 0;
    }

    .newsletter form {
        padding: 10px 0 5px;
    }

    #carousel-0 .customNavigation {
        top: 50%;
    }

    footer .text {
        margin-right: 0px;
    }

    .nav-left .list-inline>li {
        padding-left: 0;
    }

    .box.related {
        padding: 0 15px;
    }

    #content .box.related .box-content {
        margin: 0 -13px;
    }

    #content.productpage .product-left,
    #content.productpage .product-right {
        min-height: 550px;
    }
}

@media (max-width: 980px) {
    .product-info .image img {
        width: 100%;
    }

    .tablatest_default_width {
        width: 200px;
    }

    .tabbestseller_default_width {
        width: 200px;
    }

    .tabspecial_default_width {
        width: 200px;
    }

    .featured_default_width {
        width: 200px;
    }

    .latest_default_width {
        width: 280px;
    }

    .special_default_width {
        width: 280px;
    }

    .bestseller_default_width {
        width: 280px;
    }

    #outer-wrap {
        height: auto;
    }

    .nav-left .list-inline>li {
        padding-left: 0;
    }

    .box.related {
        padding: 0;
    }

    #content .box.related .box-content {
        margin: 0 -13px;
    }

    #content.productpage .product-left,
    #content.productpage .product-right {
        min-height: 550px;
    }

}

@media (max-width: 979px) {
    .cart-price {
        display: none;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {

        color: #666;

    }

    .top-links #wishlist-total,
    .top-links #compare {
        display: block;
    }

    .header-left {
        display: none;
    }

    .header-right {
        width: auto;
    }

    .newsletter .input-news .text-danger {
        text-align: left;
    }

    .newsletter {
        width: 100%;
    }

    .product-list .product-thumb .image {
        width: auto;
    }

    .content_footer_left.column h5 {
        display: block;
    }

    .sub-banner1 .title1,
    .sub-banner3 .title1,
    .sub-banner2 .title1 {
        font-size: 14px;
        line-height: 19px;
    }

    .dropdown.myaccount .caret {
        margin-left: 0px;
        display: none;
    }

    .product-info .image-additional a {
        float: none;
    }

    .header-cart .count1 {
        margin-left: 0px;
    }

    #column-left .box,
    #column-right .box {
        margin-bottom: 20px;
    }

    #search {
        top: 50px;
    }

    .dropdown-menu.myaccount-menu {
        top: 67px;
    }

    .accountimage::before {
        content: "";
        background-image: url("../image/megnor/account.svg");
        background-size: 20px;
        background-repeat: no-repeat;
        height: 25px;
        width: 25px;
        display: inline-block;
        vertical-align: top;
        background-position: top center;
    }

    .top-links {
        border: none;
        margin: 0;
        padding: 20px 5px 0 7px;
    }

    .accountimage {
        font-size: 0;
    }

    #cart .cartimage::before {
        content: "";

    }

    .header-search.active .header-toggle,
    .header-search.active .header-toggle:hover {
        background-size: 28px;
    }

    .header-search .header-toggle,
    .header-search .header-toggle:hover {
        background-size: 20px;
    }

    #cart .cartimage {
        font-size: 0;
        content: "";
        background-image: url("../image/megnor/cart-2.svg");
        height: 25px;
        width: 25px;
        display: block;
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;

    }

    .subbanner .button a {
        font-size: 12px;
    }


    .footer-cms {
        width: 100%;
    }

    .social-icons.col-sm-3.column h5 {
        display: block;
    }

    .category_list_inner {
        top: 15%;
    }

    .content_footer_left .text::before,
    .newsletter .text::before {
        display: none;
    }

    #content .product-carousel .product-block {
        padding: 0 10px;
    }

    .cms_banner.container {
        margin-top: 10px;
    }

    footer .text {
        margin: 0px 0 0px;
        text-align: left;
    }

    .social-icons .list-unstyled {
        float: left;
    }

    .headerinner {
        float: left;
        text-align: left;
        margin-top: 0px;

        width: auto;
    }

    .nav-container {
        width: 100%;
    }

    .nav-responsive span,
    .main-menu>ul>li>a {
        color: #333333;
    }

    .headerinner::after {
        display: none;
    }

    .layout-2.right-col #content {
        padding-right: 0;
    }

    .cms_banner .cms_img .static-inner .text2.static-text {
        margin: 8px 0 12px;
    }

    .cms_banner .cms_img .static-inner {
        top: 18%;
        left: 6%;
    }

    .news-heading .mobile_togglemenu {
        width: 46px;
        height: 35px;
        background-size: 46px;
    }

    .newsletter h2 {
        font-size: 16px;
        letter-spacing: 1px;
        padding: 0;
    }

    #txtemail {
        width: 100%;
    }

    .newsletter-block .newsletter_form {
        width: 100%;
    }

    .newsletter .input-news {
        width: 100%;
    }

    .subscribe-btn {
        float: left;
    }

    .Blog .owl-carousel .owl-controls {
        width: 15%;
        display: none;
    }

    .sub-banner2 .sub-title2,
    .sub-banner4 .sub-title2 {
        line-height: 14px;
    }

    .sub-banner1 .sub-title1,
    .sub-banner3 .sub-title1 {
        font-size: 26px;
        margin: 8px 0 20px;
    }

    #cart .text-shopping {
        display: none;
    }

    .account-content {
        display: none;
    }

    header>.container {
        position: relative;
    }

    #footer .row {
        margin: 0;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
        padding: 4px 10px;
    }

    .layout-2 #content,
    .layout-3 #content {
        padding: 45px 15px 0;
    }

    .CMS2_main h5 {
        display: block;
    }

    #footer {
        padding: 35px 0 20px;
    }

    span.hidden-xs,
    span.hidden-sm,
    span.hidden-md,
    span.hidden-lg {
        display: inline-block !important;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a::before {
        content: none;
    }

    #menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown>a {
        padding: 4px 8px;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu,
    #menu ul.nav li .megamenu ul.list-unstyled li.dropdown>a {
        padding: 4px 8px;
    }

    #servicecmsblock .icon-left1,
    #servicecmsblock .icon-left2,
    #servicecmsblock .icon-left3 {
        margin: 0 10px 0 0;
    }

    .prevideo iframe {
        height: 560px;
    }

    .htabs a {
        margin-right: 20px;
        margin-left: 20px;
    }

    .date1 {
        display: inline-block;
    }

    .productpage #tabs_info #tab-description {
        width: 100%;
    }

    .productpage #tabs_info .tab-content {
        padding: 30px 40px;
        min-height: 0;
    }

    #content.productpage .product-left,
    #content.productpage .product-right {
        min-height: auto;
        border: none;
    }

    .left.product-image.thumbnails {
        overflow: visible;
    }

    #content.productpage .product-left,
    #content.productpage .product-right {
        width: 100%;
        padding: 50px 15px 0;
        border-right: none;
    }

    .product-info .additional-carousel {
        top: 0;
    }

    .product-info .additional-carousel .bx-controls-direction a.bx-next {
        right: 50px;
    }

    .product-info .additional-carousel .bx-controls-direction a.bx-prev {
        right: 50px;
    }

    .treeview-list .expandable .collapsable-hitarea::before,
    .treeview-list .expandable-hitarea::before,
    .responsive-menu .expandable-hitarea::before,
    .treeview-list .collapsable .expandable-hitarea::before,
    .treeview-list .collapsable-hitarea::before {
        right: 10px;
    }

    #column-left .box .toggle a.mobile_togglemenu::before,
    #column-right .box .toggle a.mobile_togglemenu::before {
        color: white;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 19px;
        font-weight: 400;
        height: 20px;
        margin: 0;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 2px;
        width: 20px;
        background-color: #333333;
        border-radius: 50%;
        left: auto;
    }

    #column-left .box .toggle.active a.mobile_togglemenu::before,
    #column-right .box .toggle.active a.mobile_togglemenu::before {
        color: white;
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 19px;
        font-weight: 400;
        height: 20px;
        margin: 0;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 2px;
        width: 20px;
        background-color: #333333;
        border-radius: 50%;
        left: auto;
    }

    #column-left .box .toggle .mobile_togglemenu,
    #column-right .box .toggle .mobile_togglemenu {
        background: none !important;
        right: 0;
        top: 10px;
        width: 100%;
    }

    .CMS2_main {
        display: block;
        list-style: none;
        padding-left: 0;
    }

    #footer .column #block_contact_infos {
        overflow: hidden;
        list-style: none;
        padding-left: 0;
    }

    .ct-about-logo {
        margin-bottom: 20px;
    }

    #footer .social-icons.col-sm-3.column {
        left: 0;
    }

    .layout-2.left-col #column-left {
        border-right: none;
    }


    .Blog .blog-right {
        padding: 15px 0 0;
    }

    #outer-wrap {
        margin: 0 0 40px;
    }

    .cms-item {
        padding-top: 40px;
        margin: 0 auto 70px;
    }

    .cms-item .Subbanner.container {
        padding: 0 15px;
    }

    .newsletter form {
        margin: 0;
        padding: 0;
    }

    #footer .column .toggle a.mobile_togglemenu::before {
        color: #fff;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 19px;
        font-weight: 400;
        height: 20px;
        margin: 0;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 5px;
        width: 20px;
        background-color: #333333;
        border-radius: 50%;
        left: auto;
        line-height: 21px;
        padding-left: 1px;
    }

    #footer .column .toggle.active a.mobile_togglemenu::before {
        color: #fff;
        content: "\f106";
        font-family: "FontAwesome";
        font-size: 19px;
        font-weight: 400;
        height: 20px;
        margin: 0;
        position: absolute;
        right: 0px;
        text-align: center;
        top: 5px;
        width: 20px;
        left: auto;
        line-height: 21px;
        padding-left: 1px;
    }

    footer h5 {
        background: none !important;
        margin: 0;
        padding: 12px 0 12px !important;
    }

    #footer .column .toggle .mobile_togglemenu {
        background: none !important;
        right: 0px;
        top: 4px;
    }

    #footer .col-sm-3.column {
        width: 100%;
        min-height: inherit;
        margin: 0;
        padding: 0;
    }

    #outer-wrap {
        height: auto;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li>a:hover,
    .hiden_menu .top_level a:hover {
        color: #333 !important;
    }

    #menu.responsive-menu .toggle .mobile_togglemenu::before,
    #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle>a.mobile_togglemenu::before,
    #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle>a.mobile_togglemenu::before {
        color: #666;
        content: "+";
        font-family: "FontAwesome";
        font-size: 20px;
        left: auto;
        position: absolute;
        right: 4px;
        top: -5px;
        font-weight: 700;
    }

    .nav-responsive .expandable:hover {
        background-image: url("../image/megnor/menu-1.svg");
        background-repeat: no-repeat;
    }

    .accountimage:hover::before {
        background-image: url("../image/megnor/account-1.svg");
        background-repeat: no-repeat;
    }

    #cart .cartimage:hover {
        background-image: url("../image/megnor/cart-1.svg");
        background-repeat: no-repeat;
    }

    #menu.responsive-menu .toggle.active .mobile_togglemenu::before,
    #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active>a.mobile_togglemenu::before,
    #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active>a.mobile_togglemenu::before {
        color: #666;
        content: "-";
        font-family: "FontAwesome";
        font-size: 25px;
        left: auto;
        line-height: 33px;
        position: absolute;
        right: 4px;
        top: -9px;
        font-weight: 700;
    }

    #menu ul.nav li .megamenu ul.childs_1 {
        padding: 0 0 0 15px !important;
        border-right: none;
        width: 100%;
        float: left;
    }

    #menu.responsive-menu .toggle .mobile_togglemenu,
    #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle>a.mobile_togglemenu {
        background: none !important;
        width: auto !important;
    }

    .nav-responsive span {
        margin: 0;
    }

    .responsive-menu {
        position: inherit !important;
        text-align: left;
    }

    .header-center {
        float: left;
        text-align: center;
        width: auto;
        position: unset;
        padding: 0;
    }

    .header-center .container {
        width: auto !important;
        padding: 0 !important;
    }

    .nav-responsive .expandable {
        margin: -2px 0 0 0 !important;
        background-image: url("../image/megnor/menu.svg");
        width: 25px;
        height: 25px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

    #top-links .dropdown.myaccount a::before {
        background-position: 10px -270px;
    }

    #top-links .dropdown.myaccount a:hover::before {
        background-position: 10px -177px;
    }

    #cart>.btn {
        background-position: 10px -640px;
    }

    #cart>.btn:hover {
        background-position: 10px -547px;
    }

    .header-wishlist .fa-heart::before {
        background-position: 10px -455px;
    }

    .header-wishlist:hover .fa-heart::before {
        background-position: 10px -362px;
    }

    /* css for responsive menu */
    .responsive-menu .top_level {
        padding: 0;
        width: 100%;
    }

    .nav.navbar-nav {
        display: none;
    }

    .responsive-menu .nav.navbar-nav {
        background: #fff;
        position: absolute;
        width: 100%;
        z-index: 999;
        border-top: 1px solid #ececec;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 10px;
        top: 44px;
        height: 340px;
        overflow: scroll;
    }

    .responsive-menu li.toggle {
        background: #fff;
        box-shadow: none;
        padding: 0;
        float: left;
        width: 100%;
        z-index: 999;
    }

    #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li>a {
        float: left;
        color: #666;
        font-weight: normal;
        text-transform: inherit;
    }

    #menu.responsive-menu .dropdown .dropdown-menu {
        background: transparent;
        border: medium none;
        box-shadow: none;
        padding: 0;
        position: relative;
        width: 100%;
        display: none;
        transform: none;
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        transition: none;
        visibility: visible;
    }

    #menu ul.nav li .megamenu ul.list-unstyled li>a,
    .hiden_menu .top_level a {
        padding: 4px 8px;
    }

    #menu .dropdown:hover .dropdown-menu,
    #menu>ul>li.hiden_menu:hover div {
        transform: none;
        opacity: 1;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }

    #menu.responsive-menu ul li a {

        padding: 0 8px 15px;
    }

    #menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
        padding: 0 15px;
        float: left;
        width: 100%;
    }

    .responsive-menu ul li .mobile_togglemenu:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
        display: none;
    }

    #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled>li.dropdown .dropdown-menu {
        width: 100%;
        float: left;
        border: medium none;
        left: 0;
        position: relative;
        top: 0;
        padding: 4px 8px;
    }

    #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {}

    /* end css for responsive menu */

    #column-left .box-product .image,
    #column-right .box-product .image {
        margin-right: 7px;
    }

    .col-md-4.btn-list-grid {
        margin-bottom: 10px;
    }

    .pagination-right {
        clear: both;
        float: left;
        margin: 5px 0;
    }

    .product-compare .table-bordered {
        width: 100%;
        float: left;
        overflow: auto;
        display: inline;
    }

    #accordion .form-horizontal .control-label {
        width: 100%;
    }

    .shopping-cart .input-group .form-control {
        width: 100%
    }

    .shopping-cart .input-group-btn {
        clear: both;
        margin-top: 5px
    }

    .checkout-cart .shopping-cart .input-group-btn:last-child>.btn,
    .checkout-cart .shopping-cart .input-group-btn:last-child>.btn-group {
        margin-right: 5px;
        margin-left: 0;
    }

    .product-info .image img {
        width: 100%;
    }

    .layout-2.left-col #column-left,
    .layout-2.right-col #column-right,
    .layout-3 #column-left,
    .layout-3 #column-right,
    #column-left,
    #column-right {
        clear: both;
        display: block !important;
        margin-top: 20px;
        padding: 20px 15px;
        width: 100%;
    }

    #column-left .box .toggle .mobile_togglemenu,
    #column-right .box .toggle .mobile_togglemenu {

        right: 0;
        top: 10px;
        width: 100%;
    }

    #column-left .box .toggle.active .mobile_togglemenu,
    #column-right .box .toggle.active .mobile_togglemenu {
        background-position: right -52px;
    }

    .common-home .layout-2.left-col #column-left,
    .common-home .layout-2.right-col #column-right,
    .common-home .layout-3 #column-left,
    .common-home .layout-3 #column-right,
    #column-left,
    #column-right {
        display: none !important;
    }

    #column-left .box .box-heading,
    #column-right .box .box-heading {
        margin: 0;
        position: relative;
    }

    #column-left .box .box-content,
    #column-right .box .box-content,
    #column-left .box .filterbox,
    #column-right .box .filterbox {
        display: none;
        margin-bottom: 0;
        padding: 10px 15px;
    }

    #column-left .box .list-group,
    #column-right .box .list-group {
        display: none;
    }

    .nav-left {
        width: auto;
    }

    .nav-center {
        width: 43%;
    }

    .sub-banner2 .title2,
    .sub-banner4 .title2 {
        font-size: 28px;
        line-height: 36px;
    }

    .tabbestseller_default_width {
        width: 270px;
    }

    .tabspecial_default_width {
        width: 270px;
    }

    .featured_default_width {
        width: 270px;
    }

    .bestseller_default_width {
        width: 270px;
    }

    .special_default_width {
        width: 270px;
    }

    .hometab .tab-head .tab-title::before {
        content: none;
    }

    .tab-head {
        width: 80%;
        float: left;
        z-index: 6;
    }

    #content .customNavigation {
        top: 36%;
    }

    #carousel-0 .customNavigation {
        top: 50%;
    }

    .htabs {
        right: 0;
        width: 100%;
        float: left;
        position: relative;
        text-align: center;
        top: 0;
    }

    .hometab .tab-head .tab-title {
        text-align: left;
        letter-spacing: 0.2px;
        line-height: 40px;
        text-transform: inherit;
        padding-top: 10px;
    }

    .blog-subtitle {
        padding-bottom: 20px;
    }

    footer {
        margin-top: 40px;
    }

    .content_footer_left {
        width: 100%;
        padding-right: 0;
        text-align: left;
    }

    .CMS2_main {
        padding: 0 0 15px;
        text-align: left;
    }

    #footer .content_footer_right.col-sm-3.column {
        width: 100%;
        float: left;
        padding: 0px;
    }

    footer .newsletter h5 {
        display: block;
    }

    footer .social-icons h5 {
        display: block;
    }

    #bottom-footer {
        width: 100%;
        float: left;
    }

    #bottom-footer .list-unstyled {
        margin-bottom: 0;
    }


    .payment h5 {
        display: none;
    }

    #top .container {
        padding: 0 15px;
    }

    #top-links {
        margin: 0 5px;
    }

    .header-cart {
        margin: 10px 5px 0px 0px;
        padding: 0;
    }

    .nav-responsive span,
    .main-menu>ul>li>a {
        padding: 0;
    }

    .nav-left .list-inline>li {
        padding-right: 15px;
    }

    .sub-banner2 .sub-title,
    .sub-banner4 .sub-title {
        margin: 15px 0;
    }

    .sub-banner2 .title,
    .sub-banner4 .title {
        font-size: 20px;
        line-height: 30px;
    }

    .sub-banner1 .title,
    .sub-banner3 .title {
        font-size: 48px;
    }

    #column-left .box .box-heading,
    #column-right .box .box-heading {
        padding: 10px 15px;
    }

    .CMS2_main h5 {
        display: block;
    }

    #cart-total {
        line-height: 20px;
    }

    .layout-2 #content {
        width: 100%;
        padding: 15px 0 0;
    }
}

@media (max-width: 767px) {
    .Blog .owl-carousel .owl-controls {
        display: none !important;
    }

    .count1 {
        right: 10px;
    }

    #search {
        top: 46px;
    }

    .contact-form {
        width: 100%;
        padding: 15px;
    }

    .dropdown-menu.myaccount-menu {
        top: 63px;
    }

    .product-info #tmzoom {
        margin: 0;
        margin-left: 0px;
    }

    .contact-form-design .left {
        padding: 15px;
        width: 100%;
        margin: 0;
    }

    .box.pxtestimonialblock {
        padding: 61px 50px;
        margin: 0px;
    }

    .featured_default_width {
        width: 200px;
    }

    #parallaxcmsblock {
        height: 300px;
    }

    #parallaxcmsblock .static-inner .text1.static-text {
        font-size: 30px;
        line-height: 40px;
    }

    #powered {
        text-align: center;
        float: none;
    }

    .px_testimonial_inner .post-description {
        font-size: 25px;
        line-height: 36px;
    }

    .testi-content .title {
        font-size: 18px;
        line-height: 22px;
    }

    .payment {
        margin: 15px 0 0;
        text-align: center;
        float: none;
    }

    .subbanner .banner {
        float: none;
        width: auto;
        display: inline-block;
        position: relative;
        text-align: center;
        padding: 10px;

    }

    .sub-banner1 .title1,
    .sub-banner3 .title1,
    .sub-banner2 .title1 {
        font-size: 19px;
        line-height: 25px;
    }

    #servicecmsblock .first-content-one,
    #servicecmsblock .second-content-two,
    #servicecmsblock .third-content-three,
    #servicecmsblock .fourth-content-four {

        width: 50%;
        padding: 15px 0;
    }

    .box.Blog {

        padding-top: 30px;
    }

    #parallaxcmsblock .static-inner .text2.static-text {
        font-size: 30px;
        line-height: 40px;
    }

    #servicecmsblock {
        padding: 0px 15px;
    }

    .subbanner {
        margin-top: 0;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    #servicecmsblock .container {
        padding: 20px 0 40px;
    }

    .content_footer_bottom {
        padding: 0 15px;
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
    }

    #content .product-carousel .product-block,
    #content .product-grid .product-block,
    #content .box-product .product-block {
        margin-bottom: 0;
    }

    .newsletter-block .newsletter_form {
        border-right: none;
    }

    .subscribe-btn {
        margin-left: 0;
    }

    .nav-left .header-cms {
        font-size: 11px;
        letter-spacing: 0.2px;
    }

    .cms_banner.container {
        margin-top: 10px;
    }

    .related-products .product-thumb .button-group {
        top: 0;
    }

    #content .product-thumb .product-details {
        min-height: 100px;
    }

    #content .product-list .product-details {
        padding-left: 30px;
    }

    .newsletter .form-group {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
    }

    #txtemail {
        width: 100%;
        padding: 12px 142px 12px 12px;
    }

    .newsletter .input-news {
        width: 100%;
    }

    .subscribe-btn .btn-lg {
        cursor: pointer;
        padding: 12px 25px !important;
        position: relative;
        letter-spacing: 1px;
        border: none !important;
        left: auto;
        z-index: 99;
        right: 0;
    }

    #txtemail {
        text-align: left;
    }

    .newsletter-block .newsletter_form {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
        border-left: none;
    }

    .newsletter-block .news-heading {
        width: 100%;
        text-align: center;
    }

    .newsletter-block .news-heading {
        padding-top: 0;
        margin-bottom: 0;
    }

    .news-heading .mobile_togglemenu {
        width: 64px;
        height: 35px;
        background-size: auto;
        float: none;
        margin-right: 0;
    }

    .newsletter h2 {
        font-size: 24px;
        letter-spacing: 2px;
        padding: 0;
        text-align: center;
    }

    #servicecmsblock .first-content-one,
    #servicecmsblock .second-content-two,
    #servicecmsblock .third-content-three {
        border-right: none;
    }

    .responsive-menu .nav.navbar-nav {
        width: auto;
        top: 47px;
    }

    .product-list .product-thumb .button-group .compare {
        display: block;
    }

    .product-list .product-thumb .button-group .addtocart {
        display: block;
    }

    .product-list .quickview {
        display: none;
    }

    .quickview {
        display: none;
    }

    .header-bottom .mainmenu {
        padding-top: 3px;
    }

    .responsive-menu .nav.navbar-nav {
        margin: 0 15px;
    }

    .main-slider .swiper-pagination {
        display: block;
    }

    #top .nav-right {
        width: auto;
        padding-top: 0;
    }

    #form-currency {
        padding: 0;
    }

    #top .nav-right .pull-left {
        float: none !important;
        display: inline-block;
    }

    #form-language .language-menu,
    #form-currency .currency-menu {
        top: 35px;
    }

    .common-home #top {
        position: relative;
    }

    #content .product-carousel .product-block,
    #content .product-grid .product-block,
    #content .box-product .product-block {
        /*margin:0 15px;*/
    }

    .product-thumb .rating {
        width: 100%;
    }

    #footer {
        padding: 30px 15px 20px !important;
    }

    .blog-right-content {
        width: 100%;
    }

    .product-info .image-additional img {
        max-width: 100%;
        height: auto;
    }

    .product-thumb .image {}

    #content .product-list .product-details {
        width: 100%;
    }

    .product-thumb .button-group1 {
        opacity: 1;
    }

    .product-list .product-block-inner {
        text-align: left;

    }

    .header-center {}

    .header-right {
        margin: 0 auto;
        padding: 10px 20px 15px;
        text-align: right;
        width: auto;
    }

    .category_list_cms {
        float: none;
        display: inline-block;
        text-align: center;
    }

    .category_list1.box .list_inner {
        padding-right: 15px;
    }

    .category_list1,
    .category_list2,
    .category_list3 {
        float: none;
        width: auto;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }

    .category_list_inner {
        top: 35%;
    }

    .category_list1 .list_inner,
    .category_list2 .list_inner,
    .category_list3 .list_inner {
        padding: 15px;
    }

    header {
        padding: 0;
    }

    .layout-2 #content,
    .layout-3 #content {
        width: 100%;
        padding: 15px 15px 0;
    }

    .product-info .image-additional {
        width: 100%;
    }

    .product-info .image-additional a {
        padding: 1px;
    }

    .header-logo>div {
        display: inline-block;
    }

    .btn-info {
        margin-bottom: 3px;
    }

    #input-search {
        margin-bottom: 8px;
    }

    .col-sm-4.total_amount {
        margin-top: 20px;
    }

    #cart {
        float: none;
    }

    .checkout-cart .table.table-bordered .input-group-btn {
        clear: both;
        margin: 5px 0 0;
        float: left;
    }

    .checkout-cart .btn.btn-danger {
        margin-top: -2px !important;
    }

    .button_class {
        clear: both;
    }

    .show-wrapper {
        clear: both;
        margin: 10px 0 0;
    }

    .category_filter .show {
        float: left;
        margin: 8px 10px 0 0;
    }

    .product-compare .table-bordered {
        float: left;
        width: 100%;
        overflow: auto;
        display: inline;
    }

    .addthis_toolbox.addthis_default_style {
        margin: 10px 0;
    }

    #content .category_list .filterbox {
        border: 1px solid #ececec;
        margin: 10px 0;
    }

    #content .category_list .filterbox .list-group a {
        border: none;
    }

    .checkout-cart .input-group-btn:last-child>.btn,
    .checkout-cart .input-group-btn:last-child>.btn-group {
        margin-left: 0;
        margin-right: 5px;
    }

    .zoomWindowContainer,
    .zoomWindow,
    .zoomContainer {
        display: none;
    }

    #top {
        padding: 10px 15px;
    }

    .header-center .container {
        margin-left: 0;
    }

    .main-slider .swiper-pager .swiper-button-prev::before {
        width: 50px;
        background: url("../image/megnor/slideshow-Arrow.png")no-repeat scroll 15px 0px;
    }

    .main-slider .swiper-pager .swiper-button-next,
    .main-slider .swiper-pager .swiper-button-prev {
        width: 50px;
    }

    .main-slider .swiper-pager .swiper-button-prev:hover::before {
        background-position: 15px -88px;
    }

    .main-slider .swiper-pager .swiper-button-next::before {
        width: 50px;
        background: url("../image/megnor/slideshow-Arrow.png")no-repeat scroll -88px 0;
    }

    .sub-banner2 .title,
    .sub-banner4 .title {
        font-size: 16px;
        line-height: 24px;
    }


    footer {
        margin-top: 30px;
    }



    .fa-heart::before {
        top: 14px;
    }

    #form-language img {
        display: inline-block;
    }

    .lang_cur_block .pull-left img,
    #form-currency strong {
        margin: 0;
        display: inline-block;
    }

    .nav-center {
        width: auto;
        float: left;
        text-align: left;
        padding: 11px 0;
    }

    .box.related {
        margin-top: 50px;
    }

    .productpage #tabs_info {
        padding: 0;
    }


    .blog-right-content {
        width: 100%;
    }

    .all-blog .blog-left-content {
        margin: 0 auto;
    }

    .all-blog .panel .blog-left-content .blog-image img {
        max-height: 100%;
        max-width: 100%;
        display: inline-block;
    }

    .breadcrumb {
        text-align: center;
    }

    .box-featured,
    .box-bestseller,
    .box-special {
        margin-top: 30px;
        padding: 0 15px;
    }

    #content .box .box-content {
        margin: 0;
    }

    #content .box-featured .box-content,
    #content .box-latest .box-content,
    #content .box-special .box-content,
    .box-bestseller .box-content {
        margin: 0 auto;
    }


    .latest_default_width {
        width: 30%;
    }

    .special_default_width {
        width: 50%;
    }

    .bestseller_default_width {
        width: 50%;
    }

    .blog-right-content {}

    .hometab {
        padding: 0 15px;
    }

    .hometab .tab-head::before {
        left: 27%;
    }
}

@media only screen and (max-width: 479px) {

    #servicecmsblock .first-content-one,
    #servicecmsblock .second-content-two {
        margin: 0 auto 10px;
    }

    #content .product-list .product-details {
        padding-left: 0;
        padding-top: 20px;
    }

    .product-list .product-block.product-thumb {

        padding-bottom: 15px;

    }

    #content .box-product .product-block {
        padding: 0 10px;
    }

    .all-blog>.panel-default {
        column-count: 1;
    }

    .productpage #tabs_info .tab-content {
        padding: 20px 30px;

    }

    #cart .cart-menu .button-container strong {
        padding: 11px 16px;
    }

    .form-group #button-cart {
        margin-top: 5px;
    }

    .productpage .btn-group.wish-comp .btn.btn-default.wishlist {
        margin-left: 15px;
    }

    #content .heading-wrapper {
        margin-bottom: 0px;
    }

    .product-list .product-block-inner {

        display: block;
    }

    .box.Blog {
        padding-top: 10px;
    }

    #search {
        width: 175px;
    }

    #content .product-layout.product-grid {
        width: 50%;
        padding-bottom: 20px;
    }

    .responsive-menu .nav.navbar-nav {
        width: auto;
        top: 47px;
    }

    .banners-slider-carousel {

        margin: 30px 0 0px;

    }

    #content .box-heading {
        font-size: 28px;
        line-height: 35px;
    }

    #logo {
        width: 120px;
    }

    #servicecmsblock .first-content-one,
    #servicecmsblock .second-content-two,
    #servicecmsblock .third-content-three,
    #servicecmsblock .fourth-content-four {
        width: 100%;
        padding: 15px 0;
    }

    #servicecmsblock .container {
        padding: 0px;
    }

    .header-logo {
        padding: 32px 0px 15px 15px;
    }

    .top-links {
        padding: 20px 0 0 5px;
    }

    .header-search {
        margin: 15px 0 0;
    }

    #parallaxcmsblock .static-inner .text1.static-text {
        font-size: 24px;
        line-height: 30px;
    }

    #parallaxcmsblock .static-inner .text2.static-text {
        font-size: 26px;
        line-height: 30px;
        margin-top: 10px;
    }

    #parallaxcmsblock .static-inner .cms-btn .link-text {
        padding: 7px 17px;
        font-size: 12px;
    }

    #parallaxcmsblock {
        height: 250px;
    }

    #parallaxcmsblock .static-inner {
        top: 24%;
    }

    footer {
        margin-top: 20px;
    }

    .button a {
        padding: 7px 15px;
        font-size: 12px;
    }




    .product-thumb h4 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .related_default_width {
        width: 50%;
    }

    .nav-right .list-inline li {
        font-size: 12px;
        letter-spacing: 0.8px;
    }

    .header-cart {
        margin: 10px 15px 0 0;
    }

    .nav-left .header-cms {
        display: none;
    }

    .subscribe-btn {
        float: none;
        display: block;
        margin-left: 0;
        text-align: center;
    }

    .subscribe-btn .btn-lg {
        position: relative;
        left: 0;
        z-index: 99;
        right: 0;
        text-align: center;
        margin-top: 0;
        float: none;
    }

    .Blog .owl-carousel .owl-controls {
        display: none !important;
    }

    .cms_banner.container {
        margin-top: 5px;
    }

    #content .box.related .box-heading {
        font-size: 19px;
        padding-left: 0;
    }

    .alert.alert-success.animated {
        height: 130px;
        padding: 10px 20px;
    }

    .breadcrumb>li {
        position: relative;
        white-space: normal;
    }

    .content-top-breadcum #title-content {
        margin: 0 15px;
    }

    .breadcrumb>li {
        display: block;
    }

    .breadcrumb a {
        font-size: 12px;
        line-height: 15px;
    }

    #footer .column .toggle .mobile_togglemenu {
        top: 15px;
    }

    .newsletter h2 {
        font-size: 17px;
        letter-spacing: 1px;
    }

    .banners-slider-carousel .customNavigation a {
        opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
    }

    .cms_banner .cms_img .static-inner .text2.static-text {
        margin: 2px 0 0;
        font-size: 17px;
        line-height: 18px;
    }

    .cms_banner .cms_img .static-inner .link-text {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.6px;
        line-height: 13px;
        margin-top: 0;
    }

    .cms_banner .cms_img .static-inner .text1.static-text {
        font-size: 11px;
        line-height: 15px;

    }

    .cms_banner .cms_img .static-inner {
        top: 0;
    }

    #content .heading-wrapper::after {
        display: none;
    }

    #content .heading-wrapper::before {
        display: none;
    }

    .hometab .tab-head .tab-title,
    #content .box .box-heading {
        font-size: 23px;
    }

    .sub-banner2 .sub-title2,
    .sub-banner4 .sub-title2 {
        line-height: 14px;
    }

    .hometab {
        margin-top: 30px;
    }

    #content .box.related .box-content {
        margin: 0;
    }

    .productpage #tabs_info .nav-tabs>li>a {
        padding: 10px;
        margin: 0 auto;
        text-align: center;
    }

    .productpage #tabs_info #tab-description {
        text-align: left;
    }

    .product-thumb .rating {
        width: 100%;
    }

    #testimonial .customNavigation a.prev {
        left: 15%;
    }

    #testimonial .customNavigation a.next {
        right: 15% !important;
    }

    .product-thumb .caption {
        opacity: 1;
    }

    .prevideo iframe {
        height: 300px;
    }

    .prevideo .video-text {
        font-size: 25px;
    }

    .blog-date {
        width: 24%;
    }

    .all-blog .panel .blog-left-content .blog-image img {
        max-width: 204px;
    }

    .productpage #tabs_info .nav-tabs {
        width: 100%;
        float: left;
        text-align: center;
        padding: 20px 0;
    }

    #content .box.Blog .box-heading {
        margin-bottom: 0;
        padding: 0;
    }

    .banners-slider-carousel .container {
        padding: 50px 0 40px;
    }

    .productpage #tabs_info .tab-content::before,
    .productpage #tabs_info .nav-tabs>li.active>a::before {}

    .productpage #tabs_info .nav-tabs>li,
    .productpage #tabs_info .nav-tabs>li.active {
        border-width: 1px 1px 1px 1px;
        border-top-width: 2px;
        border-bottom: 1px solid #ececec !important;
    }

    .productpage #tabs_info .nav-tabs>li {
        margin-bottom: 10px;
        border: 1px solid #ececec;
    }

    #content .related .box-product .product-block-inner {
        /*padding: 0 15px;*/
    }

    .productpage #tabs_info .tab-content {
        width: 100%;
        min-height: auto;
    }

    #content.productpage .product-right {
        margin-top: 20px;
    }

    #content .product-list .product-details {
        width: 100%;
    }

    .product-list .product-thumb .image {
        float: left;
    }

    .Blog .blog-right {
        padding: 15px 0;
    }

    .hometab .tab-content {
        margin-bottom: 0;
    }

    .product-thumb .image {
        margin-bottom: 0;
        float: none;
    }

    .product-block-hover {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -moz-transform: translateX(0);
    }

    #content .product-thumb:hover .product-details {
        transform: none;
    }

    #content .product-thumb .product-details {
        position: relative;
        opacity: 1;
    }

    .htabs .etabs li {
        width: 100%;
        display: block;
    }

    .htabs a {
        float: none;
        padding: 8px 0;
    }

    .main-slider .swiper-pager {
        display: none;
    }

    .cms-item {
        padding-top: 20px;
    }

    .header-center {
        padding: 0;
    }

    .product_banner_inner {
        width: 100%;
        margin-bottom: 30px;
    }

    .header-center {
        margin-top: 0;
    }

    .product-info .image-additional a {
        float: none;
        text-align: center;
    }

    .table {
        float: left;
        margin-bottom: 20px;
        overflow: scroll;
        width: 100%;
    }

    #content .additional-carousel .box-product .product-block {
        padding: 5px;
    }

    .shopping-cart .input-group .form-control {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .account-wishlist .table-bordered {
        float: left;
        width: 100%;
        overflow: auto;
        display: inline;
    }

    #cart .dropdown-menu table {

        float: none;
    }

    .flex-direction-nav a:before {
        font-size: 27px !important;
    }

    .dropdown-menu.pull-right {
        width: 100%;
    }

    #cart .dropdown-menu li>div {
        min-width: 100%;
    }

    .category_filter .limit {
        float: left;
    }

    .contact-info .left,
    .contact-info .right {
        width: 100%;
    }

    .nav-tabs>li {
        width: 100%;
    }

    .product-info .additional-carousel {
        width: 22%;
    }

    .nav-tabs>li>a {
        margin: 0 0 2px;
    }

    .productpage .write-review,
    .productpage .review-count {
        display: inline-block;
        margin: 5px 0 0;
        width: 100%;
    }

    .pagination-wrapper .page-link {
        float: none;
        text-align: center;
        display: block;
    }

    .pagination-wrapper .page-result {
        float: none;
        clear: both;
        margin: 20px 0;
    }

    .product-list .product-thumb .image {
        width: auto;
    }

    .checkout-cart .pull-right {}

    .bootstrap-datetimepicker-widget.dropdown-menu {
        width: auto;
    }

    .checkout-cart #accordion .input-group-btn {
        float: left;
        margin: 5px 0 0;
    }


    .customNavigation {
        float: left;
    }



    #content .product-carousel .product-block {
        padding: 0 10px;
    }

    #content .box-featured .product-carousel .product-block,
    #content .box-bestseller .product-carousel .product-block,
    #content .box-special .product-carousel .product-block {}

    .hometab .tab-head .tab-title {
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .tab-head {
        margin-bottom: 0;
        width: 100%;
    }

    #content .box.Blog .box-content {
        margin: 0 auto;
    }

    #content .Blog .box-product .product-block {
        padding: 0;
    }

    .nav-center {
        width: 100%;
        text-align: center;
        padding: 12px 0 0;
    }

    .nav-right {
        width: auto;
        float: none;
        display: inline-block;
        text-align: center;
    }

    #form-currency {
        padding: 0;
    }

    #top {
        text-align: center;
    }

    #form-language .language-menu,
    #form-currency .currency-menu {
        right: -10px;
    }

    .banners-slider-carousel .customNavigation a.next {
        /*right: -15px !important;*/
    }

    #tabs_info {
        padding: 0;
    }

    .product-info .additional-carousel .bx-controls-direction a.bx-prev,
    .product-info .additional-carousel .bx-controls-direction a.bx-next {
        right: 0;
        left: 0;
        margin: 0 auto;
    }

    .header-right {
        padding: 10px 7px 15px;
    }

    .product-info .additional-carousel {
        padding: 0;
    }

    .product-info .additional-carousel .bx-controls-direction a.bx-prev {
        top: 0;
    }

    #content.productpage .product-left,
    #content.productpage .product-right {
        padding: 20px 15px 0;
    }

    #checkout-cart .btn-danger {
        vertical-align: bottom;
    }

    #carousel-0.banners-slider-carousel .customNavigation a.prev::before,
    #carousel-0.banners-slider-carousel .customNavigation a.next::before {
        top: 0;
    }


    .box-featured,
    .box-bestseller,
    .box-special {
        margin-top: 30px;
    }

    #content .box-featured .box-content,
    #content .box-latest .box-content,
    #content .box-special .box-content {
        margin: 0 auto;
    }


}

ul.list-unstyled.childs_1 li a {
    font-family: "roboto", "HelveticaNeue", "Helvetica Neue", sans-serif !important;
}

.breadcrums-line {
    max-height: 1px;
    padding: 0;
    min-height: 1px;
}

div#product div#input-option228 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

div#product div#input-option228 input[type="radio"] {
    display: none;
}

div#product div#input-option228 label {
    font-size: 0px;
    line-height: 0;
    margin: 0;
    padding: 0;
}

div#product div#input-option228 .radio {
    margin-top: 0;
}

div#product div#input-option228 .radio label {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

div#product .radio img.img-thumbnail {
    border-radius: 50px;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
}

div#product .radio input[type="radio"]:checked+img {
    border: 1px solid black;
    padding: 2px;
}

div#product .radio label:hover img {
    border: 1px solid black;
    padding: 2px;
}

div#product label.control-label[for="input-option227"] {
    width: 100%;
}

select#input-option227 span.customSelectInner {
    font-weight: 700;
    font-size: 14px;
}

select#input-option227 option {
    font-weight: 700;
    font-size: 14px;
}

select#input-option227~span.customSelect.form-control>span.customSelectInner {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #333333;
}

button[data-target="#SizeChartModal"] {
    background: #fff;
    border: 0;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.8px !important;
    text-decoration: underline;
    line-height: 28px;
    font-size: 14px;
    min-width: 50px;
}

.qtminus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: white;
    user-select: none;
}

.qtminus:disabled {
    background: rgb(241, 242, 244);
}

.qtminus::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMTQgMiI+CiAgICA8cGF0aCBmaWxsPSIjMjIyNTJhIiBkPSJNMCAwSDE0VjJIMHoiLz4KPC9zdmc+Cg==);
    width: 14px;
    height: 24px;
    transform: scale(0.75);
    padding-top: 1px;
}

.qtplus {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    background: white;
    user-select: none;
}

.qtplus::before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICAgIDxkZWZzPgogICAgICAgIDxzdHlsZT4KICAgICAgICAgICAgLmNscy0xe2ZpbGw6IzIyMjUyYX0KICAgICAgICA8L3N0eWxlPgogICAgPC9kZWZzPgogICAgPGcgaWQ9Imljb25fcGx1cyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMyMCAtNjcwKSI+CiAgICAgICAgPHBhdGggaWQ9IlJlY3RhbmdsZV8xNjMiIGQ9Ik0wIDBIMTRWMkgweiIgY2xhc3M9ImNscy0xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjAgNjc2KSIvPgogICAgICAgIDxwYXRoIGlkPSJSZWN0YW5nbGVfMTY0IiBkPSJNMCAwSDE0VjJIMHoiIGNsYXNzPSJjbHMtMSIgdHJhbnNmb3JtPSJyb3RhdGUoLTkwIDUwNSAxNzkpIi8+CiAgICA8L2c+Cjwvc3ZnPgo=);
    width: 14px;
    height: 14px;
    transform: scale(0.75);
}

input#input-quantity {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.32px;
    height: 36px;
    padding: 0px 9px;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 30px;
}

.input-group.number-spinner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 20px;
}

.input-group.number-spinner span.input-group-btn {
    width: 25px;
    height: 25px;
}

#product .form-group #input-quantity {
    width: 35px;
    height: 38px;
    padding: 8px 0px;
    text-align: center;
    margin-right: 0;
    margin-top: 0;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-width: 30px;
    border: 0;
}

.form-group.qtab {
    display: flex;
    align-items: center;
}

.product-block-inner .rating {
    display: none;
}

.saleicon.sale {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 27px;
    top: 18px;
    left: 4px;
    color: red;
    border-radius: 2px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-links {
    display: flex;
    align-items: center;
    justify-content: center;
}

.headertop>.container>.row {
    display: flex;
    align-items: center;
}

.headertop.fixed {
    min-height: 65px;
}

.header-bottom.fixed {
    top: 65px !important;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 101;
    box-shadow: 0 0 15px rgb(141 140 140);
    -moz-box-shadow: 0 0 15px rgba(141, 140, 140, 1);
    -webkit-box-shadow: 0 0 15px rgb(141 140 140);
    -webkit-font-smoothing: antialiased;
    animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -o-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: 0.9s ease 0s normal both 1 running fixedAnim;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background: #Fff;
}

#form-currency .currency-menu {
    min-width: 200px;
    padding: 15px 25px;
    margin: 0;
}

#form-language .language-menu {
    min-width: 200px;
    padding: 15px 25px;
    margin: 0;
}

ul.currency-menu.dropdown-menu.dropdown-menu-right,
ul.language-menu.dropdown-menu.dropdown-menu-right {
    top: 52px;
    min-width: 90px !important;
}

aside#column-left .latest.box div#latest-grid .rating {
    display: none;
}

.product-thumb .price-new {
    color: red;
}

body aside#column-left {
    padding: 0 !important;
}

aside#column-left .box-heading {
    display: none;
}

.sel::after {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz4KPHN2ZyBoZWlnaHQ9IjEyOHB4IiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI4IDEyODsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyOCAxMjgiCiAgICAgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiM1OTU3NTU7c3Ryb2tlLXdpZHRoOjEyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSIxMTEiIHgyPSI2NCIgeTE9IjQwLjUiIHkyPSI4Ny40OTkiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNTk1NzU1O3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNjQiIHgyPSIxNyIgeTE9Ijg3LjQ5OSIgeTI9IjQwLjUiLz48L2c+PC9zdmc+Cg==) center center / 100% no-repeat;
    margin-left: 6px;
    width: 13px;
    height: 13px;
    transition: transform 0.175s linear 0s;
}

.sel.active::after {
    transform: rotate(180deg);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz4KPHN2ZyBoZWlnaHQ9IjEyOHB4IiBpZD0iTGF5ZXJfMSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTI4IDEyODsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEyOCAxMjgiCiAgICAgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnPjxsaW5lIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiM1OTU3NTU7c3Ryb2tlLXdpZHRoOjEyO3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSIxMTEiIHgyPSI2NCIgeTE9IjQwLjUiIHkyPSI4Ny40OTkiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNTk1NzU1O3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNjQiIHgyPSIxNyIgeTE9Ijg3LjQ5OSIgeTI9IjQwLjUiLz48L2c+PC9zdmc+Cg==) center center / 100% no-repeat;
}

.sel,
#filter_vier .sel {
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    color: black;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
}

label.sel~ul {
    display: none;
}

body .sort label:first-child {
    padding-left: 0;
}

.none {
    display: none;
}

label.sel.active~ul {
    display: flex;
    max-width: 250px;
    position: absolute;
    min-width: 260px;
    max-height: 428px;
    overflow: auto;
    border: 1px solid #e6e6e8;
    background-color: white;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    margin-top: 6px;
}

.hiddden {
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
}

.sorting li {
    list-style-type: none;
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 0px;
    position: relative;
}

.radio-container {
    display: flex;
    justify-items: flex-end;
    margin-bottom: 0px;
    padding: 14px 20px;
}

label[for="sort_sel"] {
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    color: black;
    cursor: pointer;
    margin: 0;
    font-weight: 300;
}

input.sorting_val:checked+.radio-container {
    background: center center / contain rgb(243, 243, 245);
    border-radius: 0px;
}

span.radio-mock {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    margin: 0px;
}

input.sorting_val:checked+.radio-container .radio-mock::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    border: transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiCiAgICAgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCAyMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iNSwxMCA5LDE0IDE1LDYgIi8+Cjwvc3ZnPgo=) no-repeat;
}

label.sorting_label {
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.title_filter {
    display: flex;
    width: auto;
    max-width: 108px;
}

div#filter_vier {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0 !important;
    align-items: center;
}

.block_fv.optv {
    display: flex;
}

.block_fv.prs {
    width: auto;
}

.block_fv.optv {
    display: flex;
    width: auto;
}

div#filter_vier {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    align-items: center;
    flex-direction: row;
}

#name_filter {
    width: 100%;
}

.onli_param.blok.hidis.radio_fv {
    max-width: 250px;
    position: absolute;
    min-width: 260px;
    max-height: 428px;
    overflow: auto;
    border: 1px solid #e6e6e8;
    background-color: white;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
}

.onli_param.blok.hidis.radio_fv[style="display: block;"] {
    display: flex !important;
}

.onli_param.blok.hidis.radio_fv.show {
    display: flex !important;
}

#block_filter_vier .block_param {
    margin-bottom: 0;
}

label.sorting_label {
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex !important;
}

.onli_param.blok.hidis.radio_fv.show {
    display: flex;
    max-width: 250px;
    position: absolute;
    min-width: 260px;
    max-height: 428px;
    overflow: auto;
    border: 1px solid #e6e6e8;
    background-color: white;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
}

.onli_param.blok.hidis.radio_fv.show .row_blok {
    list-style-type: none;
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 0px;
    position: relative;
}

#filter_vier .onli_param.blok.hidis.radio_fv.show label {
    display: flex;
    justify-items: flex-end;
    padding: 14px 20px;
    margin: 0;
}

.displ {
    display: none;
}

.onli_param.blok.radio_fv.show {
    display: flex !important;
    max-width: 250px;
    position: absolute;
    min-width: 260px;
    max-height: 428px;
    overflow: auto;
    /*border: 1px solid #e6e6e8;*/
    background-color: white;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
}

.onli_param.show .skrit.hidis {
    display: flex !important;
    max-width: 250px;
    /*position: absolute;*/
    min-width: 260px;
    max-height: 428px;
    overflow: auto;
    border: 1px solid #e6e6e8;
    background-color: white;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
}

.row_blok {
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 0px;
    position: relative;
}

#filter_vier .skrit.hidis .row_blok label {
    display: flex;
    justify-items: flex-end;
    padding: 14px 20px;
    margin: 0;
}

.onli_param.blok.radio_fv {
    padding: 0;
}

#filter_vier .radio_fv .checkb:before,
#filter_vier .radio_fv .checka:before,
#filter_vier .radio_fv .checkb:hover:not(.curs_def)::before {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-right: 10px !important;
}

#block_filter_vier .block_param {
    margin-bottom: 0;
    max-width: 140px;
}

.block_sl.shkala {
    display: none;
}

.onli_param.blok.slid.hidis.show,
.onli_param.blok.slid.show {
    display: flex !important;
    max-width: 250px;
    position: absolute;
    min-width: 260px;
    max-height: 428px;
    overflow: auto;
    border: 1px solid #e6e6e8;
    background-color: white;
    z-index: 2;
    padding: 0px 0px 0px 0px;
    flex-direction: column;
    display: flex;
    justify-items: flex-end;
    padding: 14px 20px;
    margin: 0;
}

span#button_price {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #fff;
    box-shadow: none;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 30px !important;
    line-height: 20px !important;
    padding: 9px 20px !important;
    width: 100%;
    margin-top: 10px;
}

input#left_count,
input#right_count {
    text-align: center;
}

.onli_param.blok.slid {
    display: none;
}

#column-left .box,
#column-right .box {
    border: 0;
}

#column-left .box .box-content {
    padding: 0;
}

button.layout-header__mobile-action.layout-header__mobile-action--menu {
    cursor: pointer;
    width: 35px;
    height: 24px;
    transition: opacity 0.7s;
    appearance: none;
    background: none;
    border: none;
    outline: 0;
    box-sizing: border-box;
    position: relative;
}

.header-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 80px;
}

.layout-header__mobile-action.open svg:first-child {
    opacity: 0;
    transition: 0.4s;
}

.layout-header__mobile-action.open svg:last-child {
    opacity: 1;
    transition: 0.4s;
}

.layout-header__mobile-action svg:last-child {
    opacity: 0;
    transition: 0.4s;
    position: absolute;
    top: 0;
    left: 6px;
    max-width: 24px;
    min-width: 24px;
}

.header-bottom {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    background: #fff;
    max-width: 330px;
    width: 100%;
    transition: 0.4s;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-bottom.open {
    opacity: 1;
    left: 0;
    transition: 0.4s;
}

.header-bottom ul.box-category.treeview-list.treeview {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    text-align: initial;
}

.header-bottom .treeview-list li a {
    font-size: 16px;
    width: 100%;
}

.header-bottom nav.nav-container {
    display: flex;
    width: 100%;
    padding: 0 25px;
}

.header-bottom .treeview-list li {
    margin: 0;
    border-bottom: 0;
}

.header-bottom .treeview-list ul {
    padding-left: 10px;
}

.headertop>.container {
    width: 100%;
    padding: 0 25px;
}

.mainmenu .nav-inner {
    width: 100%;
}

table span.desc {
    color: #333333;
    text-transform: inherit;
    letter-spacing: 1.2px;
    font-weight: 500;
    font-size: 15px;
    margin-right: 25px;
    text-align: left;
}

div#product input[type="radio"] {
    opacity: 0;
    position: absolute;
}

#product label:first-child {
    padding-left: 0;
}

.sel_size {
    max-width: 160px;
    bottom: 0;
    left: 0;
}

.sel_size~span {
    max-width: 160px;
    bottom: 0;
    left: 0;
}

div#product .form-group.required {
    position: relative;
    width: auto;
    display: flex;
    flex-direction: column;
}

.checkout-simplecheckout .content-top-breadcum.breadcrums-line {
    max-height: unset;
    background: unset;
    padding-top: 30px;
}

body.checkout-simplecheckout.layout-1 .container.hide {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

body.checkout-simplecheckout ul.breadcrumb {
    display: none;
}

body.checkout-simplecheckout .checkout-heading.panel-heading {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 30px 0 23px;
    background: transparent;
    border: 0;
    padding: 0;
}

body.checkout-simplecheckout.layout-1 div#title-content h1 {
    font-weight: 400;
    font-size: 4rem;
    line-height: 1.16667;
}

span.checkout-heading-button {
    opacity: 0;
    visibility: hidden;
}

.login_block {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #838889;
    padding: 15px 10px;
    margin: 0;
    min-height: 0;
    border: 1px solid #cdcfd0;
    background: #f8f9fa;
}

.login_block>span {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease-in;
}

.form-group.row-customer_register {
    display: none;
}



body.checkout-simplecheckout .form-group.required.row-customer_firstname,
body.checkout-simplecheckout .form-group.required.row-customer_lastname {
    margin-bottom: 32px;
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}

body.checkout-simplecheckout label.control-label.col-sm-4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
    width: 100%;
    text-align: left;
    padding: 0;
    font-weight: 300;
}

body.checkout-simplecheckout .col-sm-8 {
    flex: 1;
    font-weight: 400;
    color: #161619;
    width: 100% !important;
    padding: 0;
}

body.checkout-simplecheckout .simplecheckout-block-content {
    padding: 0;
}

body.checkout-simplecheckout div.required .control-label::before {
    content: '* ';
    color: #333;
    font-weight: bold;
}

body.checkout-simplecheckout input.form-control {
    padding: 16px 20px !important;
    border: 1px solid #cdcfd0 !important;
    display: block !important;
    height: 53px;
    font-size: 16px;
}

body.checkout-simplecheckout input.form-control:focus {
    border-color: #161619 !important;
}

body.checkout-simplecheckout .form-group.required.row-customer_lastname {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

body.checkout-simplecheckout .form-horizontal .form-group {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

body.checkout-simplecheckout select#payment_address_country_id {
    padding: 16px 20px !important;
    border: 1px solid #cdcfd0 !important;
    display: block !important;
    height: 53px !important;
    font-size: 16px !important;
}

body.checkout-simplecheckout select#payment_address_zone_id {
    padding: 16px 20px !important;
    border: 1px solid #cdcfd0 !important;
    display: block !important;
    height: 53px !important;
    font-size: 16px !important;
}

body.checkout-simplecheckout span.customSelect.form-control {
    height: 53px;
    display: flex !important;
    align-items: center;
}

.header-bottom.fixed {
    left: -100%;
}

.header-bottom.fixed.open {
    left: 0;
}

body.checkout-simplecheckout td.image {
    min-width: 120px;
}

body.checkout-simplecheckout .simplecheckout-cart td.name {
    text-align: left;
}

body.checkout-simplecheckout td.name>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

body.checkout-simplecheckout td.name .quantity {
    min-width: 30px;
    text-align: right;
}

body.checkout-simplecheckout .simplecheckout-cart td.price>div {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

body.checkout-simplecheckout .simplecheckout-cart td {
    vertical-align: middle;
}

body.checkout-simplecheckout a#simplecheckout_button_confirm {
    color: #fff;
    width: 100%;
    line-height: 60px !important;
    border: 0;
    background-color: #161619 !important;
    border-radius: 0 !important;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 0 40px !important;
    font-weight: 500 !important;
}

div#simple_login {
    padding: 0 20px;
}

div#simple_login_header img {
    left: 15px;
    position: relative;
}

ul.dropdown-menu.pull-right.cart-menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background: #fff;
    max-width: 600px;
    width: 100%;
    transition: 0.4s;
    opacity: 0;
    display: flex;
    align-items: center;
}

ul.dropdown-menu.pull-right.cart-menu.open {
    opacity: 1;
    right: 0;
    transition: 0.4s;
    top: 0;
}

ul.dropdown-menu.pull-right.cart-menu.open {
    display: flex;
    flex-direction: column;
}

ul.dropdown-menu.pull-right.cart-menu.open li:last-child {
    width: 100%;
    bottom: 15px;
}

p.text-right.button-container {
    width: 100% !important;
    display: flex;
    flex-direction: column;
}

p.text-right.button-container a strong {
    width: 100% !important;
    max-width: 100% !important;
}

p.text-right.button-container a {
    display: flex;
}

p.text-right.button-container a {
    color: #161619;
    font-weight: 600;
    display: block;
    border: 1px solid;
    background: transparent;
    line-height: 60px;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 0 40px;
    cursor: pointer;
    transition: 0.4s;
}

p.text-right.button-container a:last-child {
    color: #fff;
    background: #161619;
}

.cart-panel .widget_shopping_cart_content .buttons .button:hover {
    color: #fff;
    border-color: #161619;
    background: #161619;
}

.svg-icon svg {
    vertical-align: -0.125em;
    width: 18px;
    height: 18px;
    fill: #333;
    display: inline-block;
}

span.svg-icon.icon-close-mini.size-normal {
    line-height: 1;
    display: inline-block;
    font-size: 1.125rem;
    color: #a2a5a6;
}

table.table.table-striped td {
    vertical-align: middle;
}

.backdropcart {
    z-index: 98;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(22, 22, 25, 0.2);
    display: none;
}

.backdropcart.open {
    display: block;
}

li.titl {
    width: 100%;
    padding: 20px 0 60px 0;
}

.header {
    font-size: 20px;
    line-height: 1;
    margin: 0;
}

.header .close {
    font-size: 14px;
    color: #333;
    opacity: 1;
    cursor: pointer;
}

.clsicon:after,
.clsicon:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: inherit;
}

.clsicon:before {
    top: 0;
    opacity: 0;
    width: 100%;
    transition: top 0.2s ease, opacity 0.2s ease .22s, width 0.1s ease;
}

.clsicon:after {
    bottom: 0;
    transform: rotate(-90deg);
    width: 100%;
    transition: bottom 0.2s ease, transform 0.2s ease .22s, width 0.1s ease;
}

.clsicon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
    background: #161619;
    transition: transform 0.2s ease;
    transform: rotate(45deg);
    transition-delay: 0.22s;
}

.close_cart {
    display: inline-block;
    vertical-align: -1px;
    position: relative;
    width: 20px;
    height: 12px;
    padding: 0;
    border: 0;
    background: transparent;
}

ul.dropdown-menu.pull-right.cart-menu tr {
    border-bottom: 20px solid transparent;
}

ul.dropdown-menu.pull-right.cart-menu.open {
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

#cart .dropdown-menu table td.text-right {
    min-width: 40px;
}

.login_block span {
    cursor: pointer;
}

a#simplecheckout_button_confirm:hover {
    border: 0 !important;
}

p.text-right.button-container a:hover {
    background: #161619;
    color: #fff;
}

select#shipping_address_company {
    padding: 16px 20px !important;
    border: 1px solid #cdcfd0 !important;
    display: block !important;
    height: 53px !important;
    font-size: 16px !important;
}

.freeShippingAmount {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 20px 0;
}

.freeShippingAmount.showed {
    display: flex;
}

.free_delivery {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    padding: 20px 0;
    text-align: center;
    font-weight: 500;
}

.free_delivery.showed {
    display: flex;
}

/*

RESPONSIVE

*/
div#menu {
    display: none;
}

@media (max-width: 1220px) {
    body {
        overflow-x: hidden;
    }
}

@media (max-width: 360px) {
    .outofstock p.price > span {
        font-size: 12px;
    }
}

@media (max-width: 979px) {
    .header-wishlist {
        padding: 0px;
    }

    #form-currency {
        padding: 0 0 0 0;
    }

    #cart .dropdown-menu {
        padding: 10px 15px;
        margin-top: 0;
    }

    .headertop>.container>.row {
        display: flex;
        align-items: center;
        margin: 0;
    }

    .header-left {
        display: flex;
        width: 50% !important;
        max-width: unset;
        justify-content: flex-start;
    }

    .header-right {
        display: flex;
        width: 50% !important;
        justify-content: flex-end;
        align-items: center;
        float: unset;
    }

    .top-links {
        padding: 0;
    }

    .header-right .header-cart {
        padding: 0;
        margin: 0
    }

    span.accountimage {
        margin-top: 12px;
        display: flex;
    }





}

@media (max-width: 768px) {
    .rating-wrapper {
        display: none;
    }

    .col-sm-4.product-right {
        display: flex;
        flex-direction: column;
    }

    h3.product-title {
        order: 0;
    }

    .col-sm-4.product-right>table {
        order: 10;
    }


    div#form-language span.hidden-xs.hidden-sm.hidden-md,
    form#form-currency span.hidden-xs.hidden-sm.hidden-md {
        color: #666666;
        font-size: 16px;
    }

    .header-bottom.open {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .other {
        padding-bottom: 30px !important;
    }

    .other .header-compare {
        margin: 0;
        padding: 0;
    }

    .other {
        width: 100%;
        padding: 0 25px;
        display: flex;
        flex-direction: column;
    }

    body.checkout-simplecheckout.layout-1 div#title-content h1 {
        line-height: 1.16667;
        font-size: 2.5rem;
        font-weight: 400;
    }

    li.titl {
        width: 100% !important;
        padding: 20px 0 60px 0;
    }

    ul.dropdown-menu.pull-right.cart-menu.open {
        transition: 0s;
    }

    ul.dropdown-menu.pull-right.cart-menu {
        transition: 0s;
    }

    #cart .header {
        min-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-compare {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .onli_param.blok.hidis.radio_fv.show {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        top: 100%;
    }

    label.sel.active~ul {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        top: 100%;
    }

    .onli_param.blok.slid.hidis.show,
    .onli_param.blok.slid.show {
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
    }

    .block_fv.optv {
        position: unset !important;
        overflow: visible !important;
    }

    .block_fv.prs {
        position: unset !important;
        overflow: visible !important;
    }

    .block_param {
        position: unset !important;
    }

    div#filter_vier {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: auto;
        overflow: visible;
        overflow-x: auto;
        position: unset !important;
    }

    div#filter_vier {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        overflow-x: auto;
    }

    .layout-1 #content {
        padding: 0 15px;
        float: none;
    }

    .sort.select_sort {
        min-width: 142px;
    }

    .block_fv.optv .block_param {
        min-width: 92px;
    }

    .blok.title_filter.curs_point {
        display: flex !important;
        padding: 0;
    }

    #block_filter_vier .block_param {
        margin-bottom: 0;
        max-width: unset;
        min-width: 100px;
    }





}

@media (max-width: 600px) {
    .header-compare {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .box-content .header-wishlist,
    .box-content .header-compare {
        width: 100%;
    }








}

@media (max-width: 530px) {
    .header-right {
        padding: 0;
    }

    .headerinner.header-logo img.img-responsive {
        max-width: 140px;
    }






}

@media (max-width: 479px) {
    div#logo {
        padding-left: 5px;
    }

    .header-search {
        margin: 0;
    }

    .header-logo {
        padding: 0;
    }

    .headerinner.header-logo {
        display: flex;
        align-items: center;
    }

    .headertop>.container {
        width: 100%;
        padding: 0px 15px;
    }

    .header-compare {
        display: inline-block;
        padding: 0 0 0px 2px;
        margin: 0 3px 0 0;
    }

    #logo {
        width: 120px;
        margin-left: 10px;
    }

    #cart .dropdown-menu .img-thumbnail {
        max-width: 65px;
    }

    a#close_cart_btn {
        font-size: 12px;
    }

    p.text-right.button-container a:last-child {
        font-size: 12px;
    }

}

.colors .radio>label {
    font-size: 0 !important;
}

.radio {
    margin: 0px !important;
    width: 36px;
}

.colors {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: fit-content;
}

.bx-controls.bx-has-pager.bx-has-controls-direction a.bx-prev {
    display: none;
}

img#tmzoom {
    max-height: 600px;
}

label.control-label.sel_size_section>span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.sizetable .buttons {
    margin: 0;
    text-decoration: underline;
}

li.image-additional {
    display: none;
}

div#SizeChartModal .modal-body>.table-responsive {
    display: none;
}

li.products_in_cart {
    width: 100%;
}

.simplecheckout-block-content .radio {
    width: 100%;
}

.hidden_price p.price,
.hidden_price .addtocart {
    display: none !important;
}

.hitarea.expandable-hitarea~ul.collapsable>a {
    width: 100%;
    display: block;
}

.treeview-list li a {
    display: block !important;
    padding-left: 0px;
}
div#product {
    display: flex;
    flex-direction: column;
}
.sizes_option_block {
    margin-top: 15px;
    order: 5;
}
.colors_option_block {
    order: 1;
    margin-top: 15px;
    margin-bottom: 0 !important;
}
.form-group.qtab {
    order: 100;
    margin-top: 15px;
}

.colors .radio {
    height: 30px;
}

.category_filter>.block>.row {
    display: flex;
    flex-wrap: wrap;
}
