/* Jet Cache: catalog/view/theme/OPC100247_5/stylesheet/stylesheet.css?v=1.0.0.0 */
body {
    color: #1F1F1F;
    font-family: 'Inter Tight', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.1px;
    background: #F2F2F2;
}

select:focus {
    outline: none !important;
}

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

li {
    list-style: none;
}

/* default font size */
.social-block .fa {
    font-size: 16px;
    color: #222;
}

.fa-stack {
    width: 12px !important;
    font-size: 8px;
    height: 16px;
}

.fa-stack .fa {
    font-size: 13px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #2a2a2a;
}

a:hover, a:focus {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-weight: 500;
    color: #2E2E2E;
}

.category_filter .control-label {
    font-weight: inherit;
}

#top {
    padding: 14px 0;
    width: 100%;
    float: left;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F5F5F5 50%, #FFFFFF 100%);
}

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

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

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

.top-links .links-item {
    padding-left: 30px;
    position: relative;
    color: #777;
    font-size: 12px;
}

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

.top-links .links-item::before {
    content: "";
    position: absolute;
    left: 12px;
    border-left: 1px solid #959595;
    top: 1px;
    width: 1px;
    height: 12px;
}

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

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

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

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

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

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #000;
}

.pagination > li > a, .pagination > li > span {
    padding: 0 8px !important;
    height: 34px;
    width: 34px;
    line-height: 30px;
}

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


/* counter*/
.countdown {
    text-align: center;
    width: 100%;
    transition: all 500ms ease 0s;
    margin-bottom: 15px;
}


.special .box-content:hover .customNavigation {
    display: none;
}

.count-down.clock {
    margin-top: 18px;
    display: inline-block;
}

.offer-tax {
    padding: 12px 0 15px 0;
    float: left;
    width: 100%;
    color: #F72828;
}

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

.percentsaving {
    margin: 0;
    display: inline-block;
    position: absolute;
    top: 15px;
    z-index: 8;
    background: #f31f17;
    color: #fff;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    line-height: 37px;
    left: 15px;
    padding: 4px;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    width: 48px;
    height: 48px;
}

.box.special .image_cover, .box.special .rating, .box.special .price {
    display: none;
}

.product-list .image_cover {
    width: auto;
    border: none;
    /* margin-inline-end: 20px; */
}

.countbox .timebox {
    position: relative;
    padding: 2px;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    box-sizing: border-box;
    flex: 1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    min-width: 46px;
    min-height: 46px;
    margin: 0;
}

.countbox.hastime {
    width: auto;
    padding: 0 10px;
    background: #f02626;
    border-radius: 50px;
    color: #fff;
}

.timebox-inner {
    margin-top: 8px;
    display: block;
}

.countbox .timebox::after {
    position: absolute;
    content: ":";
    top: 17px;
    bottom: auto;
    left: auto;
    right: 0;
    font-size: 16px;
    margin: auto;
    font-weight: 500;
}

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

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

.countbox .timebox .time {
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    font-weight: 400;
}

.count-down .countbox strong {
    display: block;
    padding: 0 0;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
}

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

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

/* end of counter*/
.special .special-tag {
    margin: 0;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    font-weight: 400;
    font-size: 19px;
    line-height: inherit;
    border-radius: 0 !important;
    left: -35px;
    top: -103px;
    color: #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #1c9e8d;
    background-color: rgb(28, 158, 141);
    width: 100px;
    height: 50px;
    padding: 17px 0 0 0;

}

.special .box-heading {
    padding: 10px 0;
}

.contact-form .col-sm-10 {
    width: 73%;
}

.contact-form .col-sm-2 {
    width: 27%;
    font-size: 18px;
}

.stock_status {
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: auto;
    margin: 0;
    margin-top: 0px;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    background-color: red;
    border-color: red;
    color: #fff;
}

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

/* .outstock .img-responsive{filter: opacity(30%);} */
.contact_wrapper h5 {
    display: none;
}

.footer-blocks #info {
    padding-inline-start: 13px;
}

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

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

.listing {
    min-height: 400px;
    display: block;
    text-align: center;
    font-size: 20px;
    padding-top: 25%;
    font-weight: 500;
    width: 100%;
    text-transform: capitalize;
}

.listing::before {
    content: "\f071";
    position: absolute;
    font-family: fontawesome;
    margin-top: -50px;
    font-size: 35px;
    left: 45%;
}

.product-carousel.notproduct .slider-wrapper {
    width: 100% !important;
}

/* mouse grab icon */
.grabbing {
    cursor: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/stylesheet/grabbing.png) 8 8, move;
}

/* OpenCart Code */

#paysocialcmsblock {
    float: right;
    width: 30%;
}

.social-block {
    float: left;
    margin-block-start: 18px;
    margin-inline-start: 0;
}

.payment-block {
    float: right;
}

.payment-block ul > li > img {
    margin-inline: 2px;
}

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

.social-block ul {
    float: right;
    padding-left: 0;
}

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

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

.social-block ul li a:hover {
    background: #222222;
}

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

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

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


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

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


.productpage .special-price {
    font-size: 30px;
    color: #222;
    display: inline-block;
    font-weight: 500;
}

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


.product-description td span {
    font-weight: 600;
    padding: 2px;
    color: #222;
}

.product-description td {
    padding: 2px;
}

.productpage .description .product-description .description-right {
    padding-left: 50px;
}

#form-language .dropdown-menu > li > .btn {
    padding: 5px;
    color: #000;
}

#form-currency .dropdown-menu .btn {
    padding: 6px !important;
    color: #333333;
}

#form-language .dropdown-menu > li > .btn:hover, #form-currency .dropdown-menu .btn:hover {
    color: #ffd200;
    background: transparent;
}

.box-content-category ul {
    padding: 0;
    margin: 0;
}

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

.box-content-category a {
    padding: 13px 53px 13px 50px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    width: 100%;
    border-bottom: 1px dashed #e8e9eb;
}


#review-count {
    cursor: pointer;
}

.site-map li {
    list-style: inherit;
    line-height: 28px;
}

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

#review-count:hover {
    text-decoration: underline;
}

#nav-one .dropdown a::after, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown a::after {
    content: "\f105";
    right: 20px;
    position: absolute;
    font-family: fontawesome;
    font-size: 16px;
    display: inline-block;
}

#nav-one li .megamenu ul.list-unstyled > li.dropdown > a::after, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a:after, #nav-one .hiden_menu .dropdown-menu a:after {
    display: none;
}

.box-content-category a::before {
    content: " ";
    position: absolute;
    right: auto;
    top: 18px;
    left: 25px;
    background: rgba(0, 0, 0, 0) url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Arrow.png") no-repeat scroll center 2px;
    width: 10px;
    height: 10px;
}

.box-content-category a:hover::before {
    background-position: center -54px;
}

.box-content-category .dropdown a:hover::before {
    background-position: center -54px;
}

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

.header_bottom .row {
    position: relative;
}

.content_headercms_top .box .box-heading::before {
    position: relative;
    content: "";
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/menu.svg") no-repeat scroll center center;
    width: 32px;
    height: 32px;
    display: block;
    background-size: 21px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    display: inline-block;
    vertical-align: middle;
}

.content_headercms_top .box.active .category-box-heading::after {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/close_white.svg") no-repeat scroll center;
    z-index: 999;
    left: auto;
    right: 15px;
    background-size: 15px;
    width: 34px;
    height: 25px;
    content: "";
    display: inline-block;
    cursor: pointer;
    position: absolute;
}

.content_headercms_top .box {
    float: left;
    width: auto;
    position: relative;
    padding: 0;
    margin: 0;
}
/*
.box-category.treeview-list.treeview {
    padding: 20px;
}*/

.category-box-heading {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #222222;
    text-transform: uppercase;
    padding: 20px 20px 20px 0;
}

.header-middle .box-content {
    width: 320px;
    height: 100%;
    overflow: auto;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 100%;
    position: fixed;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
    z-index: 99;
}

.header-middle .box-content {
    visibility: visible;
    color: #000;
}

.header-middle .box.active .box-content {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

#nav-one > li > .dropdown-menu.megamenu.column1, #nav-one .hiden_menu .dropdown-menu {
    padding: 20px 0 20px 20px;
    width: auto;
    height: auto;
    min-width: 200px;
    top: 0;
    left: 100%;
    border-radius: 0;
}

.quickview .header-container {
    display: none;
}

/* header cms start*/
.content_headercms_top {
    cursor: pointer;
    display: inline-block;
    float: left;
    width: auto;
    margin-top: 5px;
    text-align: left;
    margin-right: 20px;
}

.content_header_topleft {
    padding: 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.content_header_top .single-banner {
    margin: 0;
}

.static_links {
    list-style: outside none none;
    margin: 0;
    padding: 2px 0 0 0;
    padding-left: 8px;
}

.static_links li {
    position: relative;
    padding: 0;
    float: left;
}

.static_links .hiden_menu .top_level > a {
    padding: 10px 20px !important;
    margin-right: 0;
}

.offer-title a:hover {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

.static_links li .megamenu li.list-unstyled.childs_1 li {
    padding: 0;
}

#content .col-sm-6 h2 {
    font-size: 32px;
    line-height: 40px;
    margin-block: 0px 20px;
}

#content .col-sm-6 p {
    margin-block-end: 20px;
}

.static_links .myaccount ul {
    height: auto;
    border: 1px solid #ebebeb;
    padding: 10px 5px;
}

.static_links ul.nav li .megamenu.column1 ul.childs_1 {
    border: medium none;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 8px 7px !important;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}

.static_links ul.nav li .megamenu.column1 ul.list-unstyled li > a:hover {
    color: #ffd200;
}

.static_links .dropdown-menu .list-unstyled.childs_1 > li {
    padding-bottom: 0;
}

.static_links ul {
    text-align: left;
}

.static_links .cart-menu > li {
    padding: 0;
}

.header-cart .dropdown-menu {
    border: 1px solid #ebebeb;
    min-width: 280px;
    padding: 10px;
    top: 53px;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
    padding: 10px 0 10px 0;
    margin-top: 24px;
}

.static_links ul li ul {
    display: table-cell;
    float: none;
}

.nav .navbar-nav .top-level.dropdown li a:hover {
    display: inline-block;
}

.static_links li.hiden_menu div {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    display: none;
    min-width: 155px;
    padding: 15px 0;
    position: absolute;
    text-align: left;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    top: 56px;
}

.static_links li.hiden_menu:hover div {
    display: block;
    color: #767676;
}

.static_links li.hiden_menu div li a::before {
    background: none;
}

.static_links li.hiden_menu .top_level a:hover {
    background: none;
}

.static_links .dropdown-inner .top_level li a::before {
    background: none;
}

.static_links li a::before {
    content: "";
    display: block;
    height: 13px;
    position: absolute;
    right: 7px;
    border-left: 1px solid #ededed;
}

.static_links .dropdown.myaccount li a::before {
    background: none;
}

.login_acc {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.login_acc a {
    color: inherit;
    font-size: 13px;
}

.lang-curr-wrapper {
    float: left;
    width: 100%;
}

.lang-curr-wrapper .pull-left:last-child {
    border: none;
}

.lang-curr-wrapper .pull-left {
    float: left;
    padding-block: 0px;
    width: 100%;
}

/* .lang-curr-wrapper .pull-left:hover {
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	background-color: #f2f2f2;
	padding-inline-start: 10px;
} */
.lang-curr-wrapper .language-title .fa.fa-caret-down {
    float: right;
    padding: 5px 10px;
}

.lang-curr-wrapper .currency-title .fa.fa-caret-down {
    float: right;
    padding: 5px 10px;
}

.lang-curr-wrapper .language-title:hover {
    color: #ffd200;
}

.lang-curr-wrapper .currency-title:hover {
    color: #ffd200;
}

.login_acc li {
    position: relative;
    padding: 8px 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.myaccount .account:hover {
    background: none;
    color: #000 !important;
    border: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.drop_account {
    color: #000000;
}

.myaccount .account {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ffd200;
    color: #ffd200;
    float: left;
    margin: 5px;
    padding: 8px 18px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 400;
}

.static_links .dropdown.myaccount li a:hover {
    background: none;
    color: #ffd200;
}

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

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

.dropdown-menu.dropdown-menu-right.myaccount-menu {
    background-color: #ffffff;
    position: absolute;
    right: -20px;
    padding: 10px 20px;
    box-sizing: border-box;
    z-index: 9999;
    width: 220px;
    text-align: left;
    top: 58px;
    left: auto;
    border: 2px solid #f0f0f0;
    margin: 0;
    box-shadow: none;
}

.login_acc a {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.login_acc li:hover {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    background-color: #f2f2f2;
    padding-inline-start: 6px;
}

.login_acc li:last-child {
    border: none;
}

.language-menu {
    min-width: 160px;
    right: auto;
    left: 0;
}

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

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

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

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

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

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover, #top-links .dropdown-menu a:focus {
    color: #2196f3;
}

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

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

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

.offer-title {
    color: #222222;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.dropdown.myaccount:hover a.account::after, .dropdown.myaccount:hover a.account1::after, .dropdown.myaccount:hover a.account_order1::after, .dropdown.myaccount:hover a.account_transaction1::after, .dropdown.myaccount:hover a.account_download1::after, .dropdown.myaccount:hover a.account_logout1::after {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

.container .container-top a:hover {
    color: #ffd200;
}

.right-myaccount-menu > li #wishlist-total {
    border-right: 1px solid;
    padding: 0 10px 0 0;
}

.right-links .right-myaccount-menu ul li {
    margin-right: 10px;
}

#form-language .fa-angle-down, #form-currency .fa-angle-down {
    float: right;
    margin-block-start: 6px;
    margin-inline-end: 5px;
}

.header_top .lang-curr-wrapper a {
    float: left;
    text-transform: capitalize;
    color: #666;
}

.header_top .lang-curr-wrapper a:hover {
    color: #1ea694;
}

.btn-group, .btn-group-vertical {
    width: 100%;
}

#form-language .btn-link.dropdown-toggle {
    color: #222;
    padding: 8px 0;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 1px solid #f0f0f0 !important;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

#form-currency .btn-link.dropdown-toggle {
    color: #f0f0f0 !important;
    padding: 8px 0;
    text-decoration: none;
    text-transform: capitalize;
    border: none !important;
    width: 100%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: none;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

#form-currency.active .btn-link.dropdown-toggle {
    border-bottom: 1px solid #f0f0f0 !important;
}

#form-currency .btn-link.dropdown-toggle:hover, #form-language .btn-link.dropdown-toggle:hover {
    background: #f2f2f2;
    padding-inline-start: 6px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.pull-left #form-language:hover .btn-group span, .pull-left #form-currency:hover .btn-group span {
    color: #222;
}

#form-currency .btn-link strong {
    font-weight: normal;
    padding: 0;
    margin-inline: 5px;
    display: none;
}

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

.dropdown.myaccount {
    float: right;
    color: #222;
    margin-inline-start: 20px;
}

.myaccount > a {
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 12px;
    color: #000;
}

.myaccount .dropdown-toggle > ul {
    padding: 0;
    width: auto;
    margin: 0;
}

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

.megnorblog .owl-carousel .owl-buttons {
    display: none;
}

header .myaccount .dropdown-toggle > ul span i {
    padding: 0 0 0 5px;
}

.language-menu, .currency-menu {
    float: left;
    display: none;
    padding-inline-start: 20px;
    width: 100%;
}

.header_top {
    padding: 9px 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}

.header-middle {
    position: relative;
    width: 100%;
    padding-inline: 50px;

    background-color: #1F1F1F;
    padding-block: 3px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.header_bottom {
    width: 100%;
    padding: 0;
    text-align: left;
    display: inline-block;
}

/* .header_bottom_cover {min-height: 56px;} */
.content_headercms_bottom {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

.header-right .head {
    float: right;
    margin: 5px 5px 0 0;
    padding: 2px;
}

/* logo */
.header-logo {
    float: left;
}

.header-cart {
    float: left;
}

.header-main {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 50px;
    background: #fff;
}

.static_links li:last-child a::before {
    border-left: none;
}

.header-left {
    float: left;
    width: auto;
    margin: 0 79px 0 0;
}

.static_links li:first-child a {
    padding-left: 5px !important;
}


.category_list_cms .banner_text {
    font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

.quickview .top_button {
    display: none;
}

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

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

.productpage-quickview #product2 h3 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #333333;
}
.zhahov {text-decoration: underline;}
.zhahov:hover {text-decoration: none;}
@media (max-width: 767px) {
    .contact-form-design .map-wrap {
        width: 100% !important;
    }
    .contact-form-design .horizontal_cnt .address-detail1, .contact-form-design .horizontal_cnt .telephone {
    border-bottom: 1px solid #e5e5e5 !important;
    width: 100% !important;
    box-sizing: border-box;
     border-right:none !important;
}
    .horizontal_cnt {
        flex-direction: column;
    }
    #column-left .container, #column-right .container {
        padding: 0;
    }

    .footer-top .newsletter_text::before {
        position: unset;
        width: 100%;
    }

    .footer-top .newsletter_text {
        width: 100%;
        text-align: center;
        margin-block: 20px;
    }

    #servicecmsinfo_block1 .main-content .service-content {
        padding-block: 20px 0;
    }

    .account #cart {
        padding-right: 6px;
    }

    #featured-grid .first_item_tm .product-block .product-block-inner {
        border-inline-start: none;
    }

    .quickbox {
        display: none;
    }
}

.featured .image_cover {
    width: 40%;
    border: none;
}

.featured .product-block .product-details {
    width: 60%;
    border: none;
}

.featured .product-block-inner {
    border: none;
    padding: 0;
    margin: 0 10px;
    width: auto;
    min-height: 180px;
}

.featured .product_hover_block {
    display: none !important;
}

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

#featured-grid .product-block.product-thumb:hover .product-block-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    z-index: 999;
    padding-bottom: 0;
    background: none;
}

#featured-grid .product-block:hover .product-block-inner::before {
    display: none;
    left: 0;
}

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

.banners-slider-carousel .box-content .product-carousel .slider-wrapper {
    border-top: none;
}

.special .box-content .product-carousel .slider-wrapper {
    border-top: none;
}

#account-register #content p {
    display: none;
}

/* search */

.header-center {
    float: left;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.col-sm-5.header_search {
    padding: 0;
    position: relative;
    float: right;
    width: auto;
}

#searchbox {
 
}

.search_box {
    width: auto;
    float: left;
}

.search_box::after {
    background: #e6e6e6;
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: auto;
    right: auto;
    width: 1px;
    height: 22px;
    margin-inline-start: 20px;
}

.search_box .form-control-select {
    height: 41px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/down_arrow.svg") no-repeat center right;
    border: none;
    padding: 8px 15px 8px 20px;
    width: 210px;
    float: left;
    font-size: 14px;
    background-size: 10px;
    border-radius: 50px 0 0 50px;
}

.search_box .form-control-select.active {
    background: #fff url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/up_arrow.svg") no-repeat center right;
    height: 41px;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    padding: 8px 15px 8px 20px;
    width: 210px;
    float: left;
    font-size: 14px;
    background-size: 10px;
}

.header_search .form-control.input-lg::after {
    background: #e9e9e9;
    position: absolute;
    content: "";
    top: 10px;
    bottom: 0;
    left: auto;
    right: 0;
    width: 1px;
    height: 22px;
}

#searchbox .input-group-btn {
    float: left;
}

.header_search .form-control.input-lg {
    height: 40px;
    width: 800px;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
    float: left;
    box-sizing: border-box;
    padding-inline-end: 20px;
    border: 0;
    padding-inline-start: 20px;
    background-color: #f2f2f2;
    border-radius: 50px 0 0 50px;
}

#searchbox .input-group input {
    font-size: 12px;
}


.header_search .btn.btn-default.btn-lg {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/search_black.svg");
    background-repeat: no-repeat;
    vertical-align: top;
    padding: 19px 25px 19px 25px;
    text-align: center;
    width: auto;
    line-height: 13px;
    outline: none;
    border-width: 1px;
    letter-spacing: 0.6px;
    box-sizing: border-box;
    background-size: 18px;
    height: 41px;
    border-radius: 0 50px 50px 0;
    background-position: center center;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

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


.btn-default.btn-white, .btn-default.btn-white:focus {
    background: #fff;
    color: #000;
    padding: 6px 10px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    outline: 0;
    margin-left: 10px;
}

.btn-default.btn-white:hover {
    background: #cecccc;
    color: #000;
    border: 0;
}

/* end of search */
.tabfeatured_default_width {
    width: 250px;
}

.tabbestseller_default_width {
    width: 250px;
}

.tablatest_default_width {
    width: 250px;
}

.tabspecial_default_width {
    width: 250px;
}

.featured_default_width {
    width: 300px;
}

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

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

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

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

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

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

#content .swiper-slide.text-center.swiper-slide-prev.swiper-slide-duplicate-next {
    width: 100% !important;
}

.swiper-pager {
    top: 50% !important;
}


.show-result {
    overflow: hidden;
}

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

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

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

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

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

/*end megnor category */

.cmsbanner-block2 {
    float: left;
    width: 100%;
    /* margin-block-end: 30px; */
    border-bottom: 1px solid #E5E5E5;
}

.block-combine {
    float: left;
    width: 100%;
    text-align: center;
    margin-block-end: 60px;
}

/* CMS block */
.cmsbanner-block {
    margin-block: 50px 0;
    position: relative;
    width: 100%;
    display: inline-block;
    padding-inline: 25px;
    text-align: center;
}

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

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

.cms-inner-block1 {
    position: relative;
    width: 50%;
    /* display: inline-block; */
    overflow: hidden;
    padding-inline-end: 15px;
    float: left;
}

.cms-inner-block2 {
    position: relative;
    width: 50%;
    /* display: inline-block; */
    overflow: hidden;
    padding-inline-start: 15px;
    float: left;
}

.cms_img {
    display: inline-block;
    overflow: hidden;
}

.block-combine2 {
    float: left;
    margin-bottom: 20px;
    margin: 0 -15px;
}

.block-combine2 {
    float: none;
    display: inline-block;
    width: auto;
    padding-inline: 40px;
}

.block-combine1 .cms_img .banner, .block-combine2 .cms_img .banner {
    display: inline-block;
}

.cmsbanner-block .cms-inner-block1 .description, .cmsbanner-block .cms-inner-block2 .description, .cmsbanner-block .cms-inner-block3 .description {
    left: 6%;
    position: absolute;
    top: 77%;
    bottom: auto;
    right: auto;
    width: auto;
    text-align: left;
    width: auto;
    right: 5%;
    margin: 0 auto;
}

.cmsbanner-block .cms-inner-block2 .description {
    left: 8%;
}

.cmsbanner-block .description .title {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding-inline-start: 5px;
}

.cmsbanner-block .description .subtitle {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 70px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-block: 15px;
}

.cmsbanner-block .description .banner_text {
    color: #1EA694;
    margin: 30px 0 0 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-bottom: solid 1px;
    float: left;
}

.block-combine1 .cms_img .banner::before, .block-combine2 .cms_img .banner::before {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    content: "";
    left: 51%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
}

.block-combine1 .cms_img .banner::after, .block-combine2 .cms_img .banner::after {
    background: rgba(255, 255, 255, 0.7);
    bottom: 51%;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 51%;
    opacity: 1;
}

.block-combine2 .cms_img a > img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    height: auto;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* end of cms block */

.cmsbanner-block2 .block-combine .cms-inner1 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-align: right;
    padding-inline-end: 15px;
}

.cmsbanner-block2 .block-combine .cms-inner2 {
    width: 49%;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-align: left;
    padding-inline-start: 15px;
}

.cmsbanner-block2 .block-combine .cms_image {
    width: auto;
    display: inline-block;
    margin-block-end: 20px;
}

.cmsbanner-block2 .block-combine .cms-inner1 .description {
    width: auto;
    text-align: center;
    display: inline-block;
    padding-inline-start: 29%;
}

.cmsbanner-block2 .block-combine .cms-inner2 .description {
    width: auto;
    text-align: center;
    display: inline-block;
    padding-inline-end: 29%;
}

.cmsbanner-block2 .block-combine .description .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
    margin-block-end: 20px;
}

.cmsbanner-block2 .block-combine .description .desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    color: #808080;
    margin-block-end: 20px;
}

.cmsbanner-block2 .read_button {
    width: auto;
    height: auto;
    display: inline-block;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    background-color: #B0825F;
    color: #fff;
    padding: 8px 20px;
    font-size: 17px;
    line-height: 20px;
    text-transform: capitalize;
    border-color: #B0825F;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    font-family: "Jost", Sans-serif;
}

.cmsbanner-block .shop_button {
    width: auto;
    height: auto;
    display: inline-block;
    -webkit-opacity: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    background-color: #B0825F;
    color: #fff;
    padding: 13px 25px 13px 25px;
    font-size: 17px;
    line-height: 16px;
    text-transform: capitalize;
    border-color: #B0825F;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
    opacity: 0;
    position: absolute;
    right: 2%;
    left: auto;
    bottom: 20%;

    text-decoration: none;
    top: auto;
}

.cms-inner-block1:hover .shop_button, .cms-inner-block2:hover .shop_button {
    opacity: 1;
}

.cmsbanner-block2 .read_button:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.cmsbanner-block .shop_button:hover {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

/* homepage sub banner2*/
.megnor-tab-text {
    background: #2196f3 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 0;
    text-align: center;
}

.megnor-tab-text > span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

/*end homepage sub banner2*/

/* homepage service cms*/
#servicecmsblock {
    float: left;
    width: 100%;
    /* margin: 60px 0; */
    /* border-bottom: 1px solid #E5E5E5; */
}

#servicecmsinfo_block1 {
    float: left;
    width: 100%;
    text-align: center;
    margin: 7% 0 7% 0;
}

.box-content-cms .main-content {
    width: 33.33%;
    float: left;
    cursor: pointer;
    color: #fff;
    position: relative;
}

#servicecmsinfo_block1 .inner-content {
    float: left;
    text-align: left;
    position: relative;
}

/* #servicecmsinfo_block1 .second-content.main-content .inner-content, #servicecmsinfo_block1 .third-content.main-content .inner-content {
	padding: 55px 45px;
} */
#servicecmsinfo_block1 .forth-content.main-content .inner-content {
    padding: 0 0 0 25px;
}

#servicecmsinfo_block1 .main-content .service-content {
    float: left;
    width: 100%;
    padding-inline-end: 10px;
}

#servicecmsinfo_block1 .main-content:last-child .service-content {
    border: none;
}

.service-content:hover .icon-left {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition: all 300ms ease-in-out .0s;
    -webkit-transition: all 300ms ease-in-out .0s;
    -moz-transition: all 300ms ease-in-out .0s;
    -ms-transition: all 300ms ease-in-out .0s;
    -o-transition: all 300ms ease-in-out .0s;
}

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

.box-content-cms .main-content .title {
    font-size: 20px;
    text-transform: capitalize;
    color: #222222;
    line-height: 20px;
    font-weight: 500;
    float: left;
    width: 100%;
    font-family: "Jost", Sans-serif;
    margin-bottom: 6px;
}

.shop-now a {
    font-size: 16px;
}

.box-content-cms .main-content .desc {
    line-height: 22px;
    float: left;
    width: 100%;
    color: #666666;
    font-family: "Jost", Sans-serif;
    font-size: 17px;
    font-weight: 400;
}

/* .service-content .icon-left {
	float: left;
	width: 100%;
	height: 60px;
	margin: 5px 15px 0 0;
	background-size: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 300ms ease-in-out .0s;
	-webkit-transition: all 300ms ease-in-out .0s;
	-moz-transition: all 300ms ease-in-out .0s;
	-ms-transition: all 300ms ease-in-out .0s;
	-o-transition: all 300ms ease-in-out .0s;
} */
.category_list_cms .title {
    color: #666666;
    font-family: "Jost", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 16px;
}

.service-content .icon-left {
    width: 45px;
    height: 45px;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* margin-inline-end: 25px; */
    transition: all 300ms ease-in-out .0s;
    -webkit-transition: all 300ms ease-in-out .0s;
    -moz-transition: all 300ms ease-in-out .0s;
    -ms-transition: all 300ms ease-in-out .0s;
    -o-transition: all 300ms ease-in-out .0s;
}

.service-content .icon-left.forth {
    width: 55px;
    height: 40px;
}

.service-content .icon-left.one {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/truck.svg);
}

.service-content:hover .icon-left.one {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/truck-hover.svg);
}

.service-content .icon-left.two {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/support.svg);
}

.service-content:hover .icon-left.two {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/support-hover.svg);
}

.service-content .icon-left.three {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/payment.svg);
}

.service-content:hover .icon-left.three {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/payment-hover.svg);
}

#servicecmsblock .service-content .icon-left.forth {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/store_Search.svg);
}

#servicecmsblock .service-content:hover .icon-left.forth {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Search-hover.svg);
}

/* .service-content .service-right {
	float: none;
	width: auto;
	text-align: center;
} */
.service-content .service-right {
    float: none;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    width: 77%;
}

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


/* homepage service cms*/


/* cart */
#cart .item-count {
    position: absolute;
    background: #b0825f;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 17px;
    font-size: 12px;
    color: #fff;
    right: -7px;
    top: -7px;
}

#cart .mycart {
    font-size: 15px;
    font-weight: 600;
    line-height: 10px;
}

#cart .price {
    font-size: 15px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    text-align: left;
}

.col-sm-3.header_cart {
    width: auto;
    padding: 0;
    margin-inline-start: 10px;
}

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

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

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

.cart-menu .img-thumbnail {
    max-width: none;
    width: auto;
    border: 1px solid #e8e9eb;
}

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

#cart button > h4 {
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 16px;
    padding: 0 0 0 21px;
    margin: -20px 0 0 10px;
    color: #fff;
}





.cart_image {
    height: 20px;
    width: 22px;
    display: block;
    margin: 0;
}

.cart-text {
    position: absolute;
    bottom: -20px;
    left: -4px;
    font-size: 12px;
    color: #2a2a2a;
    text-transform: capitalize;
}

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

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

#cart > .btn {
    background: none;
    width: 100%;
    padding: 0 !important;
    border: none;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

#cart {
    text-transform: capitalize;
    text-align: right;
}

.shopping-cart .btn.btn-danger {
    border-radius: 0;
    font-size: 20px;
}

#checkout-cart form .btn.btn-danger {
    padding: 7px 15px;
    font-size: 20px;
}

#checkout-cart form .btn.btn-primary {
    padding: 7px 15px;
    margin: 0 5px;
    font-size: 18px;
}

#cart h4 {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    position: absolute;
    right: 12px;
    top: -2px;
    z-index: 999;
}

.pull-left #form-language .btn-group span {
    font-size: 14px;
    margin-inline-end: 6px;
}

.pull-left #form-currency .btn-group span {
    font-size: 14px;
    margin-inline-end: 12px;
    color: #222 !important;
}

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

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

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

#top-links .fa {
    display: inline-block;
}

#top-links .fa.fa-angle-down {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 -10px 0 10px;
}

#top-links .list-inline a {
    color: #fff;
    border-right: 1px solid #55ABA4;
    padding: 0 10px 0 10px;
}

#checkout-cart .text-right.total {
    font-size: 15px;
    font-weight: 700;
}

#cart .dropdown-menu {
    width: 300px;
    padding: 20px;
    border: none;
    overflow: hidden;
    display: none;
    margin: 0;
    height: auto;
    border-radius: 0;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    top: 52px;
}

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

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

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

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

.header_cart .text-right.button-container > a {
    padding: 8px 20px;
    background: #b0825f;
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: 400;
}

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

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

#cart .dropdown-menu table td {
    border: none;
    background: none;
}

#cart .dropdown-menu table.total-table td {
    border: medium none;
}

.productpage .image a.elevatezoom-gallery {
    border: 1px solid #e0e0e0;
}

.content-top-breadcum #title-content {
    float: left;
    width: 100%;
    text-align: center;
}

.cart-menu .table td {
    padding: 10px 0 5px 5px;
}

.table-responsive .table.table-bordered.shopping-cart .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px;
    vertical-align: top;
    width: 25%;
}

#checkout-cart span.customSelect {
    height: 40px;
    padding: 9px 15px 10px 15px;
}

.dropdown-menu .cart-menu .table.table-striped > tr > td .text-center > img {
    width: 100%;
}

.text-right > strong {
    font-weight: 600;
}

.content-bottom > .container {
    width: 100%;
    background-color: #fff;
}

.serach-inner {
    float: left;
    margin-top: 25px;
    width: 100%;
}

#content .panel {
    background-color: #fff;
    width: 100%;
    display: inline-block;
}

/*product page service*/

.service-list {
    background: #efefef;
    padding: 25px 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.service-list .content {
    padding: 0 0 20px;
    text-align: left;
}

.service-list .content:last-child {
    padding: 0;
}

.service-list .service-title.one {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/delivery-truck.svg);
}

.service-list .service-title.two {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/refund.svg);
}

.service-list .service-title.three {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/credit-card.svg);
}

.service-list .service-title.four {
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/invoice.svg);
}


.service-title {
    padding-left: 45px;
    background-size: 24px;
    background-position: left;
    background-repeat: no-repeat;
    line-height: 18px;
    font-size: 14px;
}



/* Megnor Category CSS */
.catgory-left {
    width: 24%;
    float: left;
    padding-right: 30px;
}

#nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu li.dropdown:hover .dropdown-menu {
    display: block;
}

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

#nav-one > li > .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    margin-top: 0;
    padding: 25px;
    left: 100%;
    top: 0;
    border-radius: 0;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    border: none;
}

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

.box-content-category ul li {
    line-height: 21px;
}

.dropdown {
    position: relative;
}

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

.top_level.hiden_menu {
    position: relative;
}

#nav-one li .megamenu ul.childs_1 {
    padding: 0 10px;
}

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

#nav-one > li > .dropdown-menu.megamenu.column1 a, #nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown > a, #nav-one .hiden_menu .dropdown-menu a {
    border: none;
    padding: 8px 0 8px 15px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: inherit;
}

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

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

#nav-one ul {
    display: inline-block;
    float: none;
    margin: 0 auto;
    text-align: left;
}

#nav-one li .megamenu ul.list-unstyled > li.dropdown > a {
    font-weight: 500;
    margin: 0 0 0 0;
    padding: 10px 0;
    border: none;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.quickview-model .product-right .desc {
    font-weight: 500;
    padding: 0 10px 0 0;
}

.productpage-quickview .rating-wrapper {
    margin-bottom: 15px;
}

.quickview-model .page-title {
    display: none;
}

.box-content-category ul .childs_1 li img {
    margin: 20px 0 10px 0;
}

#nav-one li .megamenu ul.list-unstyled > li.dropdown > a:hover {
    color: #f6d000;
}

/* Megamenu*/
#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
    display: block;
}

/* more menu */
.dropmenu li:hover ul, .dropmenu li div li:hover div {
    display: block;
}

/* end of more menu */
#nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    margin: 10px 0 0 0;
    padding: 0;
    position: relative;
    border: none;
    box-shadow: none;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a {
    padding: 8px 0 8px 15px;
    border: none;
}

.box-content-category .list-unstyled.childs_2 {
    padding: 0;
}

.main-menu > ul > .dropdown ul > li:last-child > a, .hiden_menu .top_level:last-child > a {
    border: medium none;
}

.main-menu > ul > .dropdown .megamenu.column1 ul > li.dropdown:last-child > a {
    border-bottom: 1px dashed #d9d9d9;
}

#nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a::before, #nav-one > li.top_level.dropdown .megamenu.column1 .list-unstyled.childs_1 li a::before, #nav-one .hiden_menu .dropdown-menu a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 14px;
    position: absolute;
    right: auto;
    top: 8px;
    left: 0;
    font-weight: 400;
    background: none;
}

#nav-one li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
    left: 100%;
    top: 0;
    position: absolute;
    border-radius: 0;
    padding: 15px 0 15px 15px;
    display: none;
    margin: 0;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    min-width: 200px;
}

.column_left_cms .box.last .list-group {
    border-bottom: medium none;
    margin-bottom: 0;
    padding: 4px 0 0;
}

.column_left_cms .box.last {
    margin-bottom: 0;
}

/* Megnor Category CSS */
/* 1-col layout */



#checkout-cart .page-title {
    margin-bottom: 40px;
}

/* product info page */
#tabs_info.product-tab {
    padding: 0;
    margin-top: 0px;
    float: left;
}

.product-tab .nav-tabs > li > a {
    color: #000 !important;
    background-color: #F0F0F0;
    float: none;
    display: block;
    padding: 10px 26px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    position: relative;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: capitalize;
    font-weight: 600;
}

.product-tab .nav-tabs > li.active > a {
    color: #fff !important;
    background-color: #B0825F;
    float: none;
    display: block;
    padding: 10px 26px;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    position: relative;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    text-transform: capitalize;
}

.nav-tabs > li > a:hover {
    color: #222 !important;
    background-color: #B0825F;
}

#tabs_info ul > li {
    margin: 0;
    padding-inline: 5px;
}

.box-content:hover #products-related .customNavigation {
    top: 35%;
}

#tabs_info .nav-tabs a:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

#tabs_info .nav.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    width: 100%;
    float: left;
    padding: 0 0 25px;
    margin-block-end: 30px;
}

.product-tab .nav-tabs > li {
    display: inline-block;
    float: none;
}



/* content */


.productpage-quickview span.customSelect {
    height: 45px;
}

.alert {
    margin-block: 15px;
}

#product-special {
    margin-block-end: 50px;
}

.common-home #content {
    padding: 0;
    margin-top: 0;
}


/* footer */

footer {
    position: relative;
    float: left;
    width: 100%;
    margin-block-start: 40px;
    background-color: #1c1c1c;
}

.common-home footer {
    margin-top: 0;
    background-color: #1c1c1c;
}

.information-contact footer {
    margin: 0px;
}

footer .footer-blocks .col-sm-3 h5 {
    font-size: 20px;
    margin: 0px 0 12px;
    position: relative;
    text-transform: capitalize;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 24px;
}

footer .social-block h5 {
    font-size: 20px;
    margin: 0px 0 12px;
    position: relative;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
}

#footer .column li a {
    line-height: 24px;
    color: #CCCCCC;
    font-size: 17px;
}

#footer .col-sm-3 li a::before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-inline-end: 6px;
    color: #808080;
    float: left;
}

#footer .col-sm-3 li a:hover::before {
    color: #808080;
}

#footer .list-unstyled li {
    padding-block: 4px;
}

#footer .contat-wrapper.list-unstyled .email {
    margin-block: 5px 3px;
}

#footer .social-block.column li a {
    line-height: 24px;
}

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

#footer .social-block li a:hover {
    background-color: #B0825F;
    border-color: #B0825F;
    color: #222222;
}

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

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

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

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

.txt-call {
    color: #c1c1c1;
    font-weight: 500;
}

.txt-mob {
    font-size: 38px;
    color: #da2128;
    width: 100%;
}

.footer-area ul li.txt-address {
    color: #c1c1c1;
    margin-top: 15px;
    margin-bottom: 25px;
}

.newsletter {
    width: 60%;
    margin-block: 25px;
    display: inline-block;
    vertical-align: top;
}

#footer {
    margin-block: 58px;
}

.footer-top {
    background-color: #1c1c1c;
    border-bottom: 1px solid #3a3a3a;
}

/* New CSS */
.product-carousel .slider-item {
    padding: 0 0;
}

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

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

.ProductbyCategory .product-block.product-thumb {
    margin-block: 15px;
}

#information-contact .contact-info {
    width: 100%;
    float: left;
}

.special .product-block.product-thumb {
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 0;
    display: block;
}

.contact-form .buttons .pull-right {
    padding-top: 20px;
}

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

.special .product-carousel .slider-item {
    padding: 0;
    overflow: hidden;
}

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

.manufacturer_title {
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    border: none;
    padding: 0;
}

.manufacturer_title::before {
    content: none;
}

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

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

.manufacturer_item a {
    color: #c1c1c1;
}

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

.newsletter label {
    display: none;
}

.newsletter .input-news {
    width: auto;
    position: relative;
    display: inline-block;
}

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

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

.newsletter .form-group {
    margin: 0;
    /* float: left; */
    width: auto;
    display: inline-block;
}

.newsletter #txtemail {
    height: 40px;
    width: 608px;
    /* padding: 10px 120px 10px 20px; */
    border-radius: 50px;
    display: inline-block;
    border: none;
    padding-inline: 20px 120px;
    padding-block: 10px;
}

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

.contat-wrapper {
    padding: 30px;
    box-sizing: border-box;
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/contact-bg.png");
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    float: right;
}

.contact_cms {
    float: right;
    width: 27.8%;

}

.contact_address {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #CCCCCC;
}

.newsletter .btn.btn-lg {
    background: #B0825F;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    top: 2px;
    right: 2px;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    display: inline-block;
    vertical-align: top;
    margin-inline-start: 10px;
    line-height: 20px;
    font-family: 'Jost', sans-serif;
}

.newsletter_text::before {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/email.svg") no-repeat scroll center center;
    width: 36px;
    height: 36px;
    content: "";
    display: inline-block;
    background-size: 36px;
    margin-block-end: 15px;
    position: absolute;
    left: 0;
    top: 8px;
}

.newsletter_text {
    width: 40%;
    margin-block-end: 25px;
    padding-inline-start: 50px;
    position: relative;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    margin-block-start: 25px;
    float: left;
}

.txt-news {
    color: #fff;
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
}

.sub-title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #CCCCCC;
}

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

#account-order .col-sm-6.text-right {
    clear: both;
    margin-bottom: 10px;
    width: auto;
}

#contact ul li, .newsletter ul li {
    line-height: 22px;
}

#contact li.call-num {
    margin-top: 15px;
}

#product .form-group #input-quantity, .quickview-model #input-quantity {
    width: 100px;
    height: 46px;
    padding: 8px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
}

#product .btn-group.prd_page {
    display: block;
    margin-top: 30px;
    float: left;
    width: 100%;
}

#product-product .productpage .form-group.qty .wishlist {
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border-right: 1px solid #e5e5e5;
    float: none;
    padding: 0;
    padding-inline: 0px 13px;
    margin: 0;
}

#product-product .productpage .form-group.qty .compare {
    height: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    float: none;
    padding: 0;
    padding-inline: 13px 0;
    margin: 0;
}

#product-product .productpage .form-group.qty .compare {
    border-right: none;
}

.form-group .prmbut, .form-group.qty #button {
    padding: 9px;
    background-color: #000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    /* margin: 20px 0; */
    border: 1px solid #000;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    float: left;
    min-width: 190px;

}

.form-group .prmbut:hover, .form-group.qty #button:hover {
    background: #222;
    color: #fff;
    border: 1px solid #222;
}
.form-group .prmbut + .art_cart_btn.btn.btn-write {
    width: 48%;
}
.soqty {
    display: flex;
  justify-content: space-between;
}
.form-group .btn.btn-buy.down {
    background-color: #F9F9F9 !important;
  color: #080808 !important;
  border: 1px solid #080808 !important;
  text-transform: inherit !important;
  padding: 9px 9px !important;
    padding-right: 9px;
    padding-left: 9px;
  width: 48%;
}
.form-group .btn.btn-buy.down:hover{
    background-color: #080808 !important;
    color:#fff !important;;
}
.form-group.qty .btn-write, .form-group.qty .btn-write {
    padding: 10px 35px 10px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* width: 100%; */
    /* margin: 20px 0; */
    border: 1px solid #fff;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.form-group.qty .btn-write:hover, .form-group.qty .btn-write:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}



.form-group.qty #button-cart span, .form-group.qty #button span{
    /*margin-right: 20px;*/
}

.description_wrap {
    padding: 25px 0;
    font-size: 18px;
}

.description_wrap ul,
.description_wrap ol {
    margin: 0;
    padding: 0 0 0 18px;
}

.description_wrap li{
    list-style: inherit;
}

.description_wrap li + li {
    margin-top: 5px;
}

.title1 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    float: left;
    width: 100%;
    color: #222;
    margin-block: 30px 40px;
    line-height: 1;
    text-align: center;
}

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

.box-category-top {
    float: left;
    width: auto;
    position: relative;
    padding: 17px 67px 18px 50px;
    cursor: pointer;
    background: #fff;
    border-left: 2px solid #B0825F;
    border-right: 2px solid #B0825F;
    margin-left: -2px;
}

.box-category-top::before {
    position: absolute;
    content: "";
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/list.png") no-repeat scroll center center;
    left: 20px;
    width: 20px;
    height: 20px;
}

.quickview-container .wish-comp {
    margin-top: 16px;
    /* margin-block-end: 10px; */
}

.quickview-container #button-cart2 {
    margin-top: 0;
    display: inline-block;
}

.box-content-category {
    background-color: #fff;
    position: absolute;
    top: 100%;
    width: 260px;
    z-index: 999999;
    border: 2px solid #B0825F;
    border-top: none;
    display: none;
    left: -2px;
}

.header_bottom .box-content-category.active {
    display: block;
}

#nav-one li.hiden_menu .dropdown-inner {
    display: none;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.box-content-category .hiden_menu span.main {
    padding: 13px 85px 13px 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 100%;
}

.box-content-category .hiden_menu span.main:hover {
    color: #f6d000;
}

.box-content-category .hiden_menu span.main::after {
    content: " ";
    position: absolute;
    right: auto;
    top: 18px;
    left: 25px;
    background: rgba(0, 0, 0, 0) url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/more.png") no-repeat scroll center 2px;
    width: 10px;
    height: 10px;
}

.box-content-category .hiden_menu span.main.active::after {
    background-position: left -28px;
}

.box-content-category .hiden_menu span.main:hover::after {
    background: rgba(0, 0, 0, 0) url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/more_hover.png") no-repeat scroll center 2px;
}

.box-content-category .hiden_menu span.main.active:hover::after {
    background-position: left -28px;
}

.box-content-category .hiden_menu span.main:hover::before {
    background: rgba(0, 0, 0, 0) url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Arrow.png") no-repeat scroll center -54px;
}

.bottomfooter {
    float: left;
    padding-block: 23px 15px;
    width: 100%;
    border-top: 1px solid #3a3a3a;
}

.content_footer_bottom {
    float: right;
    width: auto;
}

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

p.powered {
    float: left;
    margin: 0;
    color: #ccc;
    font-size: 17px;
}

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

.content-top-breadcum {
    float: left;
    width: 100%;
    background: #f2f2f2;
    padding: 15px 10px;
}

.common-home .content-top-breadcum {
    display: none;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

.content-top-breadcum .page-title {
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
    margin: 0;
    padding-block-end: 5px;
    font-family: 'Jost', Arial, Helvetica, sans-serif;

}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    position: relative;
    white-space: nowrap;
    line-height: 14px;
}

.breadcrumb > li a {
    color: #222;
    font-size: 17px;
}

.breadcrumb > li a:hover {
    color: #808080;
}

.breadcrumb > li + li:before {
    content: '/' !important;
    padding: 0 5px 0 0 !important;
    color: #000 !important;
    font-size: 170%;
    position: relative;
    top: 3px;
    font-weight: 600;
}

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

.dropdown-menu {
    top: 89%;
}

.box .filterbox {
    border: medium none;
}

.panel-footer {
    background-color: transparent !important;
    border-top: medium none !important;
    padding: 0 !important;
}

.panel-footer.text-right {
    text-align: left;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background: transparent !important;
    color: #808080;
}

.list-group-item {
    border: none;
    font-size: 17px;
    line-height: 20px;
    padding: 7px 0 !important;
}

#column-left .list-group-item.heading {
    font-weight: 600;
    font-size: 16px;
    color: #222222;
    text-transform: capitalize;
    line-height: 0;
}

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

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

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

#filter-group1 .checkbox input[type="checkbox"], #filter-group2 .checkbox input[type="checkbox"] {
    /* margin: 6px 8px 0 0; */
    margin-inline: 0px 8px;
    margin-block: 6px 0;
}

#column-left .checkbox > label:hover {
    color: #da2127;
}

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

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

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

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

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

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

/* product list */
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#featured-grid .product-thumb .image {
    padding-top: 15px;
}

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

.product_combine {
    margin: 15px 0 0;
}

.layout-2 .product_combine {
    margin: 0 -15px;
    position: relative;
}

.product-layout.product-list {
    padding: 0;
    margin: 0 0 0;
}

/* #content .product-grid .product-block{margin:0; padding:0; float: left; width: 100%;} */
.row.cat_prod {
    margin: 0 -15px;
}

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

.product-thumb h4 {
    margin: 4px 0 0;
    text-decoration: none;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    word-break: break-word;
    color: #222;
    font-weight: 500;
}

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

.product-details h4 a {
    color: #222;
    font-size: 17px;
    line-height: 24px;
    word-break: break-word;
    overflow: hidden;
    font-family: "Jost", Sans-serif;
    letter-spacing: 0.3px;
    font-weight: 500;
}

.product-list .description {
    float: left;
    width: 100%;
    margin-block: 0 16px;
    color: #222;
    line-height: 24px;
    font-size: 16px;
}

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

.product-list .stock_status {
    margin: 0;
    height: auto;
    width: auto;
    font-size: 14px;
    padding: 9px 15px 9px 15px;
    text-transform: uppercase;
}

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

.product-details .rating {
    padding: 4px 0;
    margin: 0 0;
    vertical-align: top;
    display: inline-block;
    letter-spacing: 0;
    width: auto;
    line-height: 18px;
    color: #222;
    display: block;
}

.product-details .rating .total-review48 {
    margin-inline-start: 3px;
}

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

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

.product-details .rating:hover {
    color: #808080;
}

.product-list .product-block .cart_button {
    opacity: 1;
    position: relative;
    transition: none;
    margin-top: 25px;
    left: 0;
}

.product-list .product-block:hover .cart_button {
    margin-top: 25px;
}

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

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

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

#column-left .product-thumb .price {
    width: 100%;
}

#column-left .product-thumb .price-new {
    float: left;
}

#column-left .product-thumb .price-old {
    float: left;
    margin-inline-start: 8px;
    font-size: 14px;
}

#column-left .product-block:hover .price {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
}

#column-left .product-thumb .caption {
    min-height: 0px;
}

#special-carousel .product-carousel .product-thumb .caption {
    padding: 10px;
}

.account-wishlist table .text-center img {
    border: 1px solid #e5e5e5;
}

.pagination-wrapper .active > span {
    background: #000 none repeat scroll 0 0 !important;
    border: 1px solid #000 !important;
    border-radius: 25px !important;
    color: #fff !important;
    padding: 6px 12px;
    text-align: center;
}
.pagination-wrapper li > a {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #000 !important;
    border-radius: 25px !important;
    color: #000 !important;
    padding: 6px 12px;
    text-align: center;
}
.product-layout.product-list .product-block:hover .wishlist {
    position: relative;
    top: 0;
}

#footer .row .product-block {
    border: none;
}

#footer .row .product-block:hover {
    border: none;
}

#carousel-0 .product-block:hover, #carousel-0 .product-block {
    border: medium none;
}

.rating .fa-stack, #review .fa-stack {
    font-size: 8px;
    width: 10px;
    color: #cecece;
    height: 15px;
    width: 12px;
}

.fa-star-o::before {
    display: none;
}

.rating .fa-star, #review .fa-star, .rating-wrapper .fa-star {
    color: #B0825F;
    border-color: #B0825F;
    font-size: 13px;
}

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

.rating .fa-star.off, .rating-wrapper .fa-star.off, #review table .fa-star.off {
    color: #cecece;
}

h2.price {
    margin: 0;
}

.productpage .nav-tabs > li.active > a {
    color: #000 !important;
    font-size: 20px;
    font-weight: 500;
}

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

.product-thumb .price {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    margin: 5px 0 19px;
}

.product-thumb .special-tag {
    color: #1EA694;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.special .product-thumb .special-tag {
    color: #fff;
    font-weight: 400;
    font-size: 19px;
    display: none;
}

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

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

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

.discount-price {
    font-size: 16px;
    color: #808080;
}

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

#checkout-checkout .panel-body {
    padding: 25px 35px 35px;
}

.account-register fieldset {
    margin-block: 0 10px;
}

.product-list .product-thumb .price-tax {
    display: block;
    clear: both;
    line-height: 18px;
    margin: 5px;
}

.myaccount-menu.dropdown-menu > li > a {
    padding: 6px 10px !important;
    margin-right: 0;
    font-size: 12px;
}

.product-list .product-block .product-details.list .compare {
    display: block;
}
/*
#product span.customSelect, #product .form-group select {
    height: 45px;
    color: #7a7a7a;
    padding: 9px 15px 10px 15px;
    border: 1px solid #e8e9eb;
}*/

.product-list .product_hover_block {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    position: relative;
    bottom: -10px;
    clear: both;
    z-index: 9;
}

.header-cart .cart-menu li a {
    margin: 0;
    padding: 0 !important;
    height: auto;
    width: 100%;
    float: right;
    text-align: center;
}

.cart-menu .total-table .text-right {
    border: none;
}

.cart-menu .total-table {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dddddd currentcolor currentcolor;
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
}

#column-left .product_hover_block, #column-right .product_hover_block {
    display: none;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > img {
    width: 100%;
}

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

.productpage .product-left .customNavigation {
    left: 16px;
    right: 16px;
    top: 30%;
    bottom: auto;
    width: auto;
    position: absolute;
    z-index: 2;
    display: none;
}

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

.product-info .image .thumbnail {
    /*border: 1px solid #ddd;*/
    margin: 0;
}

.product-info  .swiper-container {
    border-radius: 20px;
    overflow: hidden;
}

.product-info .slideshow-arrows button {
    width: 30px;
    height: 30px;
    padding: 0 2px 0 0;
    margin-top: -15px;
}

.product-info .swiper-slide img{
    max-width: 100%;
  display: block;
  max-height: 100%;
  margin: 0 auto;
}

.product-info .slideshow-arrows button + button {
    padding: 0 0 0 2px;
}

.product-info .slideshow-arrows button svg {
    width: 8px;
}


.product-thumbs-slider .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
}

.product-left .wrap-slider{
    padding-right: 30px;
}

.product-right .control-label {
    display: block;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
}

.container .product-right h1 {
    font-size: 36px;
    margin:  5px  0 25px;
}

.product-right .product_item_rating{
    padding: 0;
    margin-bottom: 25px;
}

.product-right .product_item_rating > span {
    font-size: 16px;
}

.product-right .special-price {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
}

.product-right .form-group {
    margin-bottom: 15px;
}

.product-right .product_item_rating_stars {
    position: relative;
    top: -2px;
}

.option-flex {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

.radio.radio-button {
    margin: 0 10px 10px 0 !important;
}

.fixed {
    position: sticky !important;
    top: 20px;
    right: 0;
    z-index: 10;
}



.radio-button input[type="radio"]{
    opacity: 0;
    position: absolute;
}

.radio-button input[type="radio"] + label {
    display: flex;
    justify-content: center;
    height: 35px;
    border: 2px solid #c2c1c1;
    border-radius: 50px;
    line-height: 32px;
    margin-bottom: 0;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
    font-size: 15px;
    font-weight: 500;
    padding: 0 20px;
}

.radio-button input[type="radio"] + label:hover {

    border: 2px solid #838383;
}

.radio-button input[type="radio"]:checked + label{
    border: 2px solid #fff;
    background: #fff;
}

.radio-button input[type="radio"] + label span {
    display: none;
}

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

/* It need for ie7 */
.product-info .additional-carousel {
    position: relative;
    padding: 0 20px;
    overflow: hidden;
}

.product-info .image-additional {
    clear: both;
    overflow: hidden;
    width: 100%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.product-info #additional-carousel.image-additional {
    padding-bottom: 15px;
}

.product-info .image-additional img {
    height: auto;
    max-width: 100%;
    border: 1px solid #ddd;
}

.special .product-block:hover .cart_button {
    display: none;
}

.pagination-right .form-control {
    padding: 3px 12px;
}

.wish-comp .btn-default {
    color: #222;
    line-height: inherit;
    background: none;
    /* padding: 0 20px 0 0; */
    text-transform: capitalize;
    border: none;
    padding-inline: 0 20px;
    padding-block: 0;
    font-weight: 400;
}

.wish-comp .btn-default:hover {
    color: #666;
    background: none;
    border: none;
}

.product-right .btn-group .wishlist .fa, .product-right .btn-group .compare .fa {
    padding: 0;
    text-align: center;
    margin-inline-end: 10px;
}

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

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

.productpage .form-group.qty .wishlist:hover, .productpage .form-group.qty .compare:hover, .quickview .form-group.qty .wishlist:hover, .quickview .form-group.qty .compare:hover {
    color: #808080;
}

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

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

.category_list_cms .box {
    width: 33.33%;
    padding-inline-end: 30px;
    margin-block: 0;
}

.category_list_cms .category_list3.box {
    padding-inline-end: 0;
}

.category_list_cms .category_img {
    position: relative;
}

.category_list_cms .description {
    position: absolute;
    left: 35px;
    position: absolute;
    top: 30px;
    width: 147.65px;
    bottom: auto;
    right: aut;
}

.action1, .action2, .action3 {
    margin-top: 16px;
    color: #B0825F;
    text-decoration: underline;
}

#cms-subbbanner-block {
    float: left;
    width: 100%;
}

.cms.first.main-content {
    margin-right: 30px;
}

.cms.first.main-content, .cms.second.main-content {
    width: 48%;
    float: left;

}

.main-content .cms_subbanner-image {
    position: relative;
}

.cms_subbanner-content {
    position: absolute;
    top: 28.4%;
    left: 9%;
}

.cms-subbbanner-block .cms {
    position: relative;
    display: inline-block;
}

#cms_subbbanner_block .cms_img-content1 {
    color: #666666;
    font-family: "Jost", Sans-serif;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

/* box */
.box {
    float: left;
    width: 100%;
    padding: 30px 0 0;
    margin-block-end: 30px;
}

.box.bestseller, .box {
    float: left;
    width: 100%;
    margin-block: 84px 25px;
    padding-inline: 50px;
}

.box.megnorblog {
    float: left;
    width: 100%;
    position: relative;
    margin-block: 5px 35px;
    padding: 0;
}

.cmsbanner-block .container {
    width: 1800px;
}

#shop_by_category {
    margin: 20px 0;
}

.text-cms {
    margin: 30px 0;
    background-color: #1C9E8D;
    padding: 7px 7px 7px 7px;
    float: left;
    width: 100%;
    text-align: center;
}

.text-cms .text-cms-inner {
    overflow: hidden;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #22BAA6;
    padding: 15px 10px 15px 10px;
}

.text-cms .text2.static-text {
    font-weight: 600;
}

.text1.static-text::before {
    content: '';
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/offer.svg") no-repeat center center;
}

.static-inner::before {
    content: "";
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/offer.svg");
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    margin-inline-end: 10px;
    display: inline-block;
    vertical-align: middle;
}

.text-cms .static-wrapper {
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.text-cms .text-button {
    background-color: #fff;
    float: center;
    color: #000;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 30px 8px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 90px;
    display: inline-block;
    vertical-align: top;
    /* margin-top: 20px; */
}


.text-cms .text-button .link-text:hover {
    color: #FFFFFF;
    background-color: #188576;
}

.text-cms-inner.container {
    padding: 7px;
    background-color: #1C9E8D;
    overflow: hidden;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #22BAA6;
    padding: 15px 10px 15px 10px;
}

#column-left .box .box-heading, #column-right .box .box-heading {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    display: block;
    color: #222222;
    padding: 0;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
}

#column-left .box .box-heading::before, #column-right .box .box-heading::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

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


#content .box .box-heading, #content .box.bestseller .box-heading, #content .blog-mainhead .box-heading, #content .box.ProductbyCategory .box-heading {
    font-size: 37px;
    font-weight: 500;
    position: relative;
    text-transform: capitalize;
    float: left;
    width: 100%;
    color: #222;
    margin-block: 0 30px;
    line-height: 1;
    text-align: center;
}

.box.related_prd .box-heading {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    float: left;
    width: 100%;
    color: #222;
    margin-block: 30px 40px;
    line-height: 1;
    text-align: center;
}

.sub_title_latest {
    float: left;
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    margin-block: 30px 0 0 0;
}


#content .hometab-heading.box-heading {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    float: left;
    width: 100%;
    color: #222;
    margin-block: 30px 7px;
    line-height: 1;
    text-align: center;
}

#content .hometab-heading.box-heading:before {
    left: auto;
    right: auto;
}

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

#content .box .box-content, .related_prd .box-content {
    padding: 0;
    clear: both;
    position: relative;
    margin: 0px -15px;
}

#content .box .box-content #featured-grid {
    width: 100%;
    float: left;
    border-left: none;
}

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

#products-related {
    position: relative;
}

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

.additional-carousel .slider-item {
    float: left;
    width: 25%;
}

.box .box-content ul, #content .content ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.all-blog .panel-default .panel .panel-body h5 {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.box .box-content ul li, #content .content ul li {
    line-height: 22px;
    padding: 0;
}

.box .box-content ul li a + a, .box .box-content ul li a + a:hover {
    background: none;
    padding-left: 0;
}

.box .box-content ul ul {
    margin-left: 0px;
}

.product-grid li, #content .box-product .product-items {
    float: left;
    position: relative;
}

#content .featured .box-product .product-items {
    float: left;
    position: relative;
    border-right: 1px solid #e5e5e5;
    /* border-left:1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 -1px;
}

#featured-grid {
    border-top: 1px solid #e5e5e5;
}

#tablatest-grid .product-items {
    margin-bottom: 40px;
}

#content .image-additional .slider-item .product-block {
    display: inline-block;
    padding: 5px;

}

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

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

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

.special .img-responsive {
    display: inline-block;
    border: 1px solid #e5e5e5;
}

.cms2_img .description {
    position: absolute;
    top: 15%;
    left: 0;
    text-align: center;
    right: 0;
}

.subtitle, .subtitle1, .cms_img-content2 {
    color: #222222;
    font-family: "Jost", Sans-serif;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -1.4px;
    line-height: 40px;
}

.shop_button {
    background: no-repeat;
    border: none;
    margin-top: 16px;
    color: #B0825F;
    text-decoration: underline;
}

.cmsbanner-block-second .cms-inner-block1 {
    margin-bottom: 21px;
}

.subtitle1 {
    letter-spacing: 1px;
    text-transform: capitalize;
}

.cmsbanner-block-second .cms_image1 {
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.cmsbanner-block-second .cms-inner-block2 .description .title {
    color: #FFFFFF;
    font-family: "Lora", Sans-serif;
    font-size: 93px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 auto;
}

#featured-grid .product-thumb .product-block-inner {
    border-top: none;
    border-right: none;
    border-bottom: none;
}

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

}

.special .product-block-inner {
    border: none;
    float: left;
}

.special-part .special .product-block-inner:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#module-0-carousel {
    margin: 0;
}

#carousel-0 .product-block:hover .product-block-inner::before {
    background: none;
}

#module-0-carousel img:hover {
    opacity: 0.7;
}

#carousel-0 .box-content:hover .customNavigation {
    display: none;
}

.product-block .last_item_tm .product-thumb:hover:hover .product-block-inner::before {
    left: auto;
    right: 0;
}

.product-block:hover .product-block-inner::before {
    /* background: #e5e5e5; */
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    z-index: 9;
    width: 1px;
    right: auto;
}

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

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

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

.grid_default_width {
    width: 225px;
}

.module_default_width {
    width: 200px;
}

.latest_default_width {
    width: 300px;
}

.special_default_width {
    width: 100%;
}

.related_default_width {
    width: 250px;
}

.bestseller_default_width {
    width: 300px;
}

.additional_default_width {
    width: 137px;
}

#content .banners-slider-carousel .product-carousel .product-block-inner, #content .banners-slider-carousel .product-grid .product-block-inner {
    text-align: center;
}

.product_hover_block {
    z-index: 9;
    position: absolute;
    right: -90px;
    bottom: 10px;
    /* transition: all 0.5ms ease 0.5s; */
    -webkit-transform: translateX(10px) translateZ(0);
    transform: translateX(10px) translateZ(0);
    transition: 0.5s;
}

.product-block-inner:hover .product_hover_block {
    right: 10px;
    /* transition: all 0.5ms ease 0.5s; */
    /* transform: translateX(10px) translateZ(0); */
    /* transition: 0.5s; */
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

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

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

.product_hover_block .action button, .quickbox {

    height: 34px;
    width: 34px;
    border: none;
    position: relative;

    display: block;
    border-radius: 50px;
}

.product_hover_block .action .cart_button {
    height: auto;
    width: auto;
}

.action .quickbox {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/ProductQuickview.svg") no-repeat center center;
    background-size: 18px;
}

.product-list .product_hover_block .action button.cart_button {
    background: #da2128 url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cart.svg") no-repeat scroll 10px 7px;
    background-size: 20px;
    padding: 9px 15px 9px 40px;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 14px;
    text-transform: uppercase;
}

.product_hover_block .action button.cart_button:hover {
    background-color: #000;
}

.product_hover_block .action button.wishlist {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/ProductWishlist.svg") no-repeat center center;
    background-size: 22px;
}

.product_hover_block .action .compare_button {
    background: #F0F0F0 url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/compare.svg") no-repeat scroll center center;
    background-size: 17px;
}

.product_hover_block .action .compare_button:hover {
    background: #1EA694 url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/compare-hover_sec.svg") no-repeat scroll center center;
    background-size: 17px;
}


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

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

.product-block .product-details {
    padding: 0px 15px;
    position: static;
    float: left;
    width: 100%;
    text-align: left;
    overflow: hidden;
    min-height: 75px;
}

.special .product-block .product-details {
    min-height: auto;
}

.product-block .cart_button:hover {
    background-color: #222222;
    border-color: #222222;
    color: #fff;
}

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

.product-block .stock_status.cart_button {
    background-color: red;
    border-color: red;
    color: #fff;
}

#featured-grid .product-block:hover .cart_button {
    margin-top: 18px;
    opacity: 0;
    -webkit-opacity: 0;
}

.product-block .cart_button {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    margin-top: 0px;
    opacity: 0;
    -webkit-opacity: 0;
    /* transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out; */
    font-weight: 400;
    border-radius: 50px;
    text-align: center;
    background-color: #b0825f;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    position: absolute;
    left: 14px;
    right: 20px;
    bottom: 20px;
    border-color: #b0825f;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
}

.product-block.product-thumb:hover .product-block-inner {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: -53px;
    z-index: 999;
    padding-bottom: 53px;
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.product-block:hover .cart_button {
    margin-top: 18px;
    opacity: 1;
    -webkit-opacity: 1;

}

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

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

.product-list .product-details {
    width: 75%;
    border: none;
    padding-block: 20px 0px;
}

.image_content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out 0s;
}

.image_cover:hover .image_content{
    opacity: 1;
    visibility: visible;
}

/*special-part*/

.cms-inner-block1 .heading .Box-heading {
    color: #222222;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: 0px;
}

.cms-inner-block1 .heading h4 a {
    color: #0046BE;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.cms-inner-block1 .heading h4 {
    margin-block: 20px 0;
}

#timer {
    display: inline-flex;
    line-height: 1;
    padding-block: 11px 20px;
    font-size: 20px;
    width: auto;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-weight: 500;
    position: relative;
}

#timer .subtitle-icon span {
    display: block;
    font-size: 20px;
    color: white;
}

#days .day::after, #hours .hour::after, #minutes .minute::after {
    position: absolute;
    content: ":";
    top: 10px;
    bottom: auto;
    left: auto;
    right: -2px;
    font-size: 16px;
    margin: auto;
    font-weight: bold;
    color: #222222;
}

#days .day, #hours .hour, #minutes .minute, #seconds .second {
    display: block;
    font-size: 18px;
    padding: 10px;
    color: #222;
    background: linear-gradient(180deg, #fff 30%, #f5f5f5 80%);
    position: relative;
    text-align: center;
    font-weight: 500;
}

#days .day-title, #hours .hour-title, #minutes .minute-title, #seconds .second-title {
    padding: 10px;
    font-size: 13px;
    display: block;
    font-weight: 400;
    color: #808080;
    background: linear-gradient(180deg, #e8e8e8 0%, #f5f5f5 100%);
}

.cms-inner-block1 .shop-now .shop_button {
    width: auto;
    height: auto;
    display: inline-block;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    font-weight: 600;
    border-radius: 50px;
    text-align: center;
    background-color: #B0825F;
    color: #222;
    padding: 9px 25px;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
    border-color: #B0825F;
    border-width: 2px;
    border-style: solid;
    letter-spacing: 0;
}

.cms-inner-block1 .shop-now .shop_button:hover {
    background-color: #222;
    color: #fff;
    border-color: #222;
}

.cms-inner-block1 .offer-tax {
    font-size: 18px;
    color: #222;
    padding: 13px 0 8px;
}

.cms-inner-block1 .shop-now {
    margin: 10px 0;
}

.special-part {
    width: 100%;
    padding: 0 15px;
    margin-block-start: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#content .special-part .box.special .box-heading {
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    margin: 0;
    padding: 0;
    color: #222;
    letter-spacing: 0;
}

#content .special-part .box.special .product-thumb .offer-tax {
    padding: 12px 0 15px 0;
    float: left;
    width: 100%;
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

#content .special-part .box.special .product-thumb h4 a {
    font-size: 20px;
    line-height: 30px;
    color: #0046BE;
}

#content .special-part .box.special .product-details {
    text-align: center;
    line-height: 20px;
    padding: 15px 0;
}

#content .box.special .box-content, #content .cmsbanner-block-second .cms-inner-block1, #content .news-parralax .parallex-cms {
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    margin: 0px 0px 0px 0px;
    padding-block: 30px 15px;
    /* background-color: #F5F5F5; */
    background-image: linear-gradient(180deg, #FFFFFF 60%, #F5F5F5 80%);
    border-color: #F5F5F5;
    text-align: center;
    padding-inline: 0;
}

#content .cmsbanner-block-second.one .cms-inner-block1 {
    padding-block: 30px 30px;
}

#content .cmsbanner-block-second .cms1_img {
    margin: 0 0 10px;
}

#content .cmsbanner-block-second .cms-inner-block1 .description {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: top;
}

#content .cmsbanner-block-second .cms-inner-block1 .description .subtitle {
    text-transform: capitalize;
    letter-spacing: 0.3px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    padding-inline-start: 5px;
}

.fa-apple::before {
    content: "\f179";
    font-size: 38px;
}

.fa-xbox::before {
    content: "\f412";
    font-size: 27px;
}

#content .cmsbanner-block-second .cms-inner-block1 .description .subtitle1 {
    font-size: 24px;
    font-weight: 400;
    margin: 15px 0;
}

#content .cmsbanner-block-second .cms-inner-block1 .description .title {
    width: 100%;
    float: left;
    padding-block: 30px 10px;
}

#content .cmsbanner-block-second .cms-inner-block1 .description .title .svg-icon {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/bank.svg") no-repeat scroll center center;
    width: 100px;
    float: none;
    text-align: center;
    background-size: 100%;
    height: 40px;
    /* margin-inline-start: 72px; */
    display: inline-block;
}

#content .cmsbanner-block-second .cms-inner-block1 .description .title .subtitle2 {
    width: auto;
    /* float: right; */
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding-inline-start: 15px;
    display: inline-block;
    vertical-align: top;
}

#content .box.special .box-heading {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
}

.cmsbanner-block-second, .box.special, .news-parralax {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 20px 0 0;
    margin: 0;
}

.cms-inner-block2 .cms2_img::after {
    border-right: 1px solid rgba(255, 255, 255, 1);
    border-left: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.cms-inner-block2 .cms2_img::before {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.cms-inner-block2 .cms2_img:hover::after, .cms-inner-block2 .cms2_img:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cms-inner-block2 .cms2_img::after, .cms-inner-block2 .cms2_img::before {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.9s, -webkit-transform 0.9s;
    transition: opacity 0.9s, transform 0.9s;
    z-index: 9;
}

.block-combine1 .cms_img .banner, .block-combine2 .cms_img .banner {
    max-width: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.block-combine1 .cms_img a:hover, .block-combine2 .cms_img a:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.cmsbanner-block .description .banner_text {
    position: absolute;
    background-color: #B0825F;
    color: #222;
    border-color: #B0825F;
    padding-block: 7px;
    padding-inline: 15px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    display: inline-block;
    bottom: 30%;
    right: 0;
    z-index: 9;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    left: auto;
    text-align: right;
    float: none;
}

.news-parralax {
    float: left;
    width: 33.33%;
    /* padding-left: 20px; */
}

.cmsbanner-block-second {
    width: 33.33%;
    padding-inline: 20px 0;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.cmsbanner-block-second.one {
    padding-inline: 0 20px;
}

.cmsbanner-block-second.two {
    padding-inline: 10px;
}

#content .cmsbanner-block-second.two .cms-inner-block1 {
    padding-block: 30px 29px;
}

.news-parralax {
    float: left;
    width: 33.33%;
    /* padding-inline-start: 25px; */
}

.parallax-wrapper {
    padding: 20px;
    float: left;
    width: 100%;
}

.parallex-cms {
    background-color: #fff;
    float: left;
    width: 100%;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #E5E5E5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.cmsbanner-block-second .cms-inner-block1, .cmsbanner-block-second .cms-inner-block2 {
    width: 100%;
}

/*testimonial*/
.testimonial_inner .title::before {
    content: "";
    background: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/quotes.svg) no-repeat scroll center;
    background-size: auto;
    background-size: auto;
    background-size: auto;
    background-size: 20px;
    display: block;
    height: 60px;
    background-size: 60px;
    margin-bottom: 50px;
    text-align: center;
}

.testmonial-image {
    float: none;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
    text-align: center;
    display: inline-block;
}

.testimonial_inner .title {
    font-size: 26px;
    letter-spacing: 0.3px;
    line-height: 1px;
    font-weight: 500;
    color: #2E2E2E;
}

.testimonial_default_width {
    width: 100%;
}

.testimonial-cms {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 50px;
    text-align: center;
}

.testimonial-cms .client_name {
    font-size: 16px;
    font-weight: 500;
    color: #1EA694;
}

.post {
    color: #666;
    text-align: center;
}

.testimonial_inner .title {
    float: left;
    width: 100%;
    padding: 0 0 70px 0;
}

#testimonial .peoplesay-block {
    float: left;
    width: 20%;
    position: relative;
    border: 1px solid #e5e5e5;
    margin-inline-end: -1px;
    margin-block-end: -1px;
    overflow: hidden;
}

#testimonial .homepage-testimonials-inner.products.block_content {
    margin: 25px 0 15px 0;
    padding: 2px 0;
}

#testimonial .special-link {
    float: right;
    line-height: 1;
    display: none;
}

.special-link a {
    border-bottom: 1px solid #666666;
    color: #666666;
}

.view.more {
    cursor: pointer;
}

.homepage-testimonials-inner.products.block_content {
    float: left;
    width: 100%;
}

.homepage-testimonials-inner.products.block_content .customNavigation {
    top: 55%;
    position: relative;
}

.testimonial-cms .container {
    padding: 0;
}

#testimonial .peoplesay-block .left-img img {
    max-width: 100%;
    transition: transform .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#testimonial .peoplesay-block:hover .left-img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#testimonial .peoplesay-block .test-image::before {
    background: #2e2e2e;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    right: 0;
    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;
    width: 100%;
    z-index: 9;
}

#testimonial .peoplesay-block:hover .test-image::before {
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    opacity: 0.8;
    -webkit-opacity: 0.8;
}

#testimonial .peoplesay-block .cat-hover-block::before, #testimonial .peoplesay-block .cat-hover-block::after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    z-index: 9;
}

#testimonial .peoplesay-block .cat-hover-block::before {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

#testimonial .peoplesay-block .cat-hover-block::after {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

#testimonial .peoplesay-block:hover .cat-hover-block::before, #testimonial .peoplesay-block:hover .cat-hover-block::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.test-dec {
    margin: auto;
    position: absolute;
    left: 13%;
    top: 28%;
    bottom: auto;
    z-index: 1;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    right: auto;
    z-index: 9;
}

#testimonial .peoplesay-block:hover .test-dec {
    z-index: 9;
    left: 35%;
}

.test-dec a {
    font-weight: 500;
    color: #2E2E2E;
    cursor: pointer;
}

.view.more {
    display: block;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    color: #666;
}

.peoplesay-block:hover .test-dec a {
    color: #fff;
}

/* video CMS */

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

.video-content {
    float: left;
    width: 75%;
    position: relative;
    height: 520px;
    overflow: hidden;
}

#my-video {
    width: 100% !important;
    cursor: pointer;
    height: auto !important;
}

.banner-content {
    float: left;
    margin-left: 20px;
}

.video-text {
    z-index: 9;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
}

.video-text-content {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    padding: 30px 75px;
}

.video-text-content .main_heading {
    font-size: 18px;
    letter-spacing: 1px;
}

.video-text-content .subheading1 {
    font-size: 32px;
    line-height: 35px;
    margin-top: 10px;
    letter-spacing: 1px;
}

.video-buttopns {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    top: 40%;
    display: none;
}

.video-content:hover .video-buttopns {
    display: block;
}

.video-box {
    background: #000;
    border: none;
    height: 60px;
    width: 60px;
    opacity: 0.5;
    padding: 21px 25px;
    border-radius: 50%;
    display: inline-block;
}

.video-box i {
    color: #fff;
}

.video-box.active {
    display: none;
}

/* video CMS */

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

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

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

.banners-slider-carousel .product-carousel .slider-wrapper-outer {
    padding-block: 20px;
}
/*
#column-left .box-content {
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.15);
}*/

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

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

#column-left .product-details .rating {
    /* padding: 0; */
    float: left;
    width: 100%;
}

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

#column-left .product-thumb .price {
    font-size: 16px;
    font-weight: 500;
    width: auto;
    margin: 5px 0;
}

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

#column-left .box-product .product-block-inner .percentsaving {
    display: none;
}

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

#column-left .product-block .product-details {
    min-height: 110px;
}

#column-left .image_cover {
    width: 35%;
}

#column-left .product-block:hover .cart_button {
    opacity: 0;
}

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

#column-left .box-product > div,
#column-right .box-product > div {
    display: block;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    width: 100%;
}

#column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div,
#column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
    border: 0 none;
}

#column-left .box-product .image, #column-right .box-product .image {
    display: block;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    border: 1px solid #ddd;
    width: auto;
}

#column-left .product-block:hover, #column-right .product-block:hover {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#column-left .product-items .product-details, #column-left .product-items .product-details, #column-right .product-items .product-details {
    float: left;
    width: 64%;
    overflow: hidden;
    padding: 0 0 0;
    border: none;
}

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

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

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

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

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

#column-left #latest-grid .product-thumb .price, #column-right #latest-grid .product-thumb .price {
    width: auto;
}

#column-left .product-thumb .price, #column-right .product-thumb .price {
    text-align: left;
}

#column-left .box-product .name,
#column-right .box-product .name {
    display: block;
}

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

#column-left .price-tax, #column-left .wishlist, #column-left .compare,
#column-right .price-tax, #column-right .wishlist, #column-right .compare {
    display: none !important;
}

#column-left .container, #column-right .container {
    width: auto;
}

#column-left .box, #column-right .box {
    margin: 0;
    position: relative;
    padding-block-end: 30px;
    margin-block-end: 30px;
    padding-inline: 0;
    margin-block-start: 0;
    padding: 0;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.addthis_toolbox.addthis_default_style {
    display: none;
}

.top_button {
    font-size: 0;
    cursor: pointer;
    width: 36px;
    height: 36px;
    right: 30px;
    bottom: 30px;
    position: fixed;
    text-align: center;
    z-index: 999;
    display: none;
    transform: rotate(45deg);
    border-radius: 50px;
    background-color: #B0825F;
    color: #fff;
    border: 2px solid #B0825F;
}

/* .top_button:hover {
	background: #6e6e6e;
	border: 2px solid #222;
} */
.top_button:hover::before {
    color: #fff;
}

.top_button::before {
    color: #fff;
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
    padding: 3px 8px;
    position: relative;
    right: 0px;
    top: 0;
    display: inline-block;
    transform: rotate(-45deg);
}

#content ul.list-unstyled {
    margin-bottom: 10px;
    overflow: auto;
    padding: 0;
}

#content ul.list-unstyled li {
    line-height: 20px;
    padding: 4px 0;
}

.manufacturer-list {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 5px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.brand-name {
    float: left;
    border: 1px solid #e8e9eb;
    margin: 10px;
}

.main-menu .brand-name a {
    padding: 0;
}

.main-menu .brand-name a span {
    width: 100%;
    float: left;
    background: #fafafa;
    padding: 5px 14px 6px;
    border-top: 1px solid #e8e9eb;
}

.manufacturer-content-home {
    float: left;
    width: 100%;
}

.manufacturer-content {
    padding: 8px;
}

.manufacturer-list ul {
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 25%;
}

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

.col-sm-4.total_amount {
    margin-top: 70px;
}

.product-tag {
    margin: 5px 0;
}

.aboutus {
    clear: both;
    margin-bottom: 20px
}

.aboutus h3 {
    margin-bottom: 10px;
}

.image1 {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/sprite.png") no-repeat scroll 7px -165px;
    float: left;
    height: 50px;
    width: 60px;
}

.image2 {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/sprite.png") no-repeat scroll 7px -116px;
    float: left;
    height: 50px;
    width: 60px;
}

.image3 {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/sprite.png") no-repeat scroll 7px -52px;
    float: left;
    height: 50px;
    width: 60px;
}

.image4 {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/sprite.png") no-repeat scroll 7px 6px;
    float: left;
    height: 50px;
    width: 60px;
}

.aboutus h2 {
    clear: both;
    font-size: 20px;
}

.about-content {
    overflow: hidden;
}

.information-information .right {
    float: right;
}

.category_filter #grid-view, .category_filter #list-view {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
    border: none;
    padding: 6px 12px;
    box-shadow: none;
    margin-inline-end: 7px;
}

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

.category_filter #grid-view {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/gird-list.png") no-repeat scroll 2px 5px !important;
    width: 25px;
    height: 25px;

}

.category_filter #list-view {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/gird-list.png") no-repeat scroll -25px 5px !important;
    width: 25px;
    height: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sort-by-wrapper, .show-wrapper {
    float: left;
    margin-inline-end: 15px;
    background: #fff;
    border: 0;
}
.sort-by-wrapper select {
    border: 0;
}

.show-wrapper {
    margin: 0;
}

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

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

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

.category_list ul {
    padding: 0;
    display: inline-block;
    margin: 7px 0 0;
}

#content .refine-search {
    margin: 0;
    text-transform: capitalize;
    float: left;
    width: 100%;
}

.refine-search ul {
    padding: 0;
}

.refine-search ul li {
    list-style: none;
}

.category_list li a {
    display: block;
    padding: 8px 20px;
    border: 1px solid #ddd;
    color: #2a2a2a;
    font-size: 16px;
}

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

.category_list li {
    float: left;
    list-style: outside none none;
    margin: 0 10px 0px 0;
}

.pagination-wrapper {
    border: none;
    display: inline-block;
    margin: 40px 0 0;
    padding: 0px;
    width: 100%;
    background: none;
}

.pagination > li:last-child {
    margin: 0;
}

.category_filter {
    display: inline-block;
    padding: 0 0 10px;
    width: 100%;
}

.category_list {
    margin-block-end: 14px;
    float: left;
    width: 100%;
}

.pagination-wrapper .page-link {
    float: right;
    padding: 0;
    width: auto;
    margin-top: 6px;
}

.pagination-wrapper .page-result {
    float: left;
    padding: 0;
    width: auto;
    margin: 13px 0 13px;
}

.information-contact #content {
    width: 100%;
    padding: 0;
    margin-bottom: -20px;
}

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

.contact-form-design .address-detail1 strong {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Home.svg") no-repeat;
    clear: both;
    float: left;
    width: 100%;
    padding-block: 0 10px;
    padding-inline: 45px 0;
    background-size: 28px;
}

.contact-form-design .telephone strong {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Phone.svg") no-repeat;
    clear: both;
    float: left;
    width: 100%;
    padding-block: 0 10px;
    padding-inline: 45px 0;
    background-size: 28px;
}

.contact-form-design .time strong {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Clock.svg") no-repeat;
    clear: both;
    float: left;
    width: 100%;
    padding-block: 0 10px;
    padding-inline: 45px 0;
    background-size: 28px;

}

.contact-form-design .comment strong {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Comments.svg") no-repeat;
    clear: both;
    float: left;
    width: 100%;
    padding-block: 0 10px;
    padding-inline: 45px 0;
    background-size: 28px;

}

.contact-form-design .fax strong {
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Fax.svg") no-repeat;
    clear: both;
    float: left;
    width: 100%;
    padding-block: 0 10px;
    padding-inline: 45px 0;
    background-size: 28px;

}

.left strong {
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: block;
    color: #2E2E2E;
}

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

.address-detail1 .btn.btn-info {
    background: none;
    border: none;
    color: #222;
    margin-inline-start: 45px;
    padding: 0 0 0 0;
    margin-block: 10px 0px;
}

.contact-form-design .address-detail1, .contact-form-design .telephone, .contact-form-design .time, .contact-form-design .comment, .contact-form-design .fax {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #E5E5E5;
}

.contact-form-design .fax {
    border-bottom: none;
}

.fa.fa-map-marker {
    display: none;
}

.row.contact-info {
    margin: 0;
}

.contact-form {
    margin-top: 34px;
    float: left;
    width: 49%;
    border: 1px solid #EDEDED;
    padding: 20px 20px 30px 20px;
}

.contact-form legend {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}

.information-contact .panel-body {
    padding: 0
}

.information-contact .panel {
    border: medium none;
    box-shadow: none;
    margin-block: 30px 0;
}

.contact-form-design {
    padding-block: 10px 40px;
    float: left;
    width: 100%;
}

.map_button {
    clear: both;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #da2128;
    padding: 12px 15px;
    cursor: pointer;
    color: #fff;
}

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

.contact-form-design .left {
    float: left;
    width: 25%;
    margin-inline-end: 30px;
    padding: 34px 20px;
    position: relative;
    z-index: 9;
}
.contact-form-design .left.cntleft {
    margin-right: 0;
    margin-inline-end: 0px;
    box-sizing: border-box;
    padding: 0;
    width: 29%;
}
.left.cntleft .md_modal {
    overflow: hidden;
}
.left.cntleft .md_modal .form-control {
    border-radius: 16px;
}
.left.cntleft .md_modal .modal-title {
    text-transform: uppercase;
}
.contact-form-design .map-wrap {
    width: 70%;
    float: right;
}

.contact-form-design.container {
    padding: 30px;
    background: #fff;
    margin: 70px auto 100px;
    position: relative;
}

.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
    background: #f5f5f5 none repeat scroll 0 0;
    font-weight: 500;
    padding: 12px;
    border-radius: 0;
    font-size: 16px;

}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
    margin-top: 4px;
}

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

.checkout-cart .alert.alert-danger {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.address-detail .btn {
    clear: both;
    float: left;
    margin: 15px 0 0 37px;
    color: #000;
}

.information-sitemap .sitge-map ul {
    padding: 0 0 0 20px;
}

.forget-password {
    margin: 5px 0 0;
}

.productpage .write-review, .productpage .review-count {
    margin: 0 6px;
    text-transform: capitalize;
}

.productpage .rating-wrapper, .quickview .rating-wrapper {
    margin: 10px 0 15px;
}

.productpage .productpage_details {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.productpage #tabs_info {
    background: #ffffff none repeat scroll 0 0;
    margin: 30px 0;
    padding: 30px;
}

.productpage .productpage_details .product-left {
    padding: 0;
    width: 445px;
}

.productpage .productpage_details .product-right {
    margin-left: 30px;
    width: 45%;
}

#content .productpage_details #column-right {
    float: right;
    margin: 0;
    padding: 0;
    width: 238px;
}

.productpage #banner0.owl-carousel {
    overflow: visible;
}

.productpage #banner0 .owl-pagination {
    bottom: -30px;
}

.productpage #banner0 .owl-page {
    border: 2px solid #000000;
}

.productpage #banner0 .owl-page > span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 10px;
    position: relative;
    text-indent: -9999px;
    width: 10px;
}

/* Product tab*/
.content_product_block {
    margin: 20px 0;
}

#custom_tab.product-tabs {
    overflow: hidden;
}

#custom_tab > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#custom_tab li {
    float: left;
    margin: 0;
}

#custom_tab.product-tabs a.selected {
    color: #3d3d3d;
    font-weight: 500;
    background: #e8e9eb;
}

#custom_tab.product-tabs a {
    background: none repeat scroll 0 0;
    color: #7a7a7a;
    float: left;
    padding: 10px 15px;
    text-transform: capitalize;
    margin-right: -1px;
}

#custom_tab.product-tabs a:first-child {
    padding: 10px 15px 10px 15px;
}

#custom_tab ul li a {
    color: #aaaaaa;
    float: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 16px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.content_product_block .tab_product {
    border: 3px solid #e8e9eb;
    padding: 20px;
    font-size: 13px;
    position: relative;
}

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

.clearfix .pull-right .btn.btn-primary:hover {
    border: 1px solid #222;
    background: #222;
    color: #fff;
}

.productpage .tab_product b, .productpage .tab_product strong {
    font-weight: 500;
    color: #000;
    font-size: 13px;
}

.btn.btn-checkout {
    color: #fff;
    background: #222;
    border: 1px solid #222;
    line-height: inherit;
}

#cart .button-container b, #cart .button-container strong {
    font-weight: 400;
    font-size: 16px;
}

.size_guide_table {
    border: 1px solid #f0f0f0;
    width: 100%;
}

.size_guide_table tbody th {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}

.size_guide_table tbody th {
    color: #262626;
    font-weight: bold;
    padding: 7px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.size_guide_table tbody td {
    padding: 5px 8px;
}

/* end product tab*/
.productpage .product-left {
    padding: 0;
    margin: 0;
    width: 60%;
    /* position: sticky; */
    margin-block: 40px;
}

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

.quickview .review-count, .quickview .write-review {
    display: none;
}

#content.productpage ul.list-unstyled {
    border-bottom: medium none;
}

#content ul.list-unstyled.attr span {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.content-top-breadcum .container {
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    /* margin-top:20px; */
}

.common-home .content-top-breadcum .container {
    display: none;
}

#content ul.list-unstyled.attr {
    padding-bottom: 15px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
    margin-bottom: 20px;
}

#content ul.list-unstyled.attr li {
    clear: both
}

.productpage .product-right ul.price, .productpage .product-right ul.price {
    padding-bottom: 10px
}

#content ul.list-unstyled.price li {
    float: left;
    padding: 2px 0;
    font-size: 13px;
    color: #000;
}

.productpage .product-right ul li span.old-price {
    color: #808080;
    font-size: 30px;
    font-weight: 300;
    margin-inline-start: 10px;
}

.productpage .product-right ul li.discount, .productpage .product-right ul li.rewardpoint, .productpage .product-right ul li.price-tax {
    clear: both;
}

.quickview .page-title {
    display: none;
}

.refine-search, .product-title, .product-option {
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.copy-right {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    text-align: center;
}

.category_description > p {
    margin: 0;
}

#bottom-footer li {
    display: inline;
    padding: 1px 7px 1px 2px;
    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/pipe.gif") no-repeat scroll right center transparent;
}

#bottom-footer li.contact {
    background: none;
}

.account-address .table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px;
}

.account-address .btn-info {
    margin: 2px 0;
}

.affiliate-account .btn-primary .list-group-item, .affiliate-account .btn-primary .list-group-item:hover {
    padding: 0;
    background: none;
    color: #fff;
}

.shopping-cart .img-thumbnail {
    width: auto;
}

.shopping-cart .input-group .form-control {
    width: auto;
    height: 40px;
    text-align: center;
}

#accordion label.col-sm-2.control-label {
    margin: 7px 0 0;
    padding: 0 13px 0 0;
}

#accordion #collapse-shipping label.col-sm-2.control-label {
    padding: 0 15px;
}

.checkout-checkout #accordion label.col-sm-2.control-label {
    padding-left: 15px;
}

.checkout-cart .input-group-btn:last-child > .btn-group {
    font-size: 12px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -khtml-border-radius: 0;
}

.col-sm-3.search_subcategory {
    width: 100%;
    margin-top: 7px;
}

#button-search {
    float: right;
    margin-block-end: 20px;
}

.box .box-content .megamenu ul li ul li {
    padding: 0;
}

#column-left .treeview-list .expandable .collapsable-hitarea::before, #column-left .treeview-list .expandable-hitarea::before,
#column-left .treeview-list .collapsable .expandable-hitarea::before, #column-left .treeview-list .collapsable-hitarea::before {
    position: relative;
    top: 6px;
}

.box .box-content ul, #content .content ul {
    padding: 0;
    margin: 0px;
    list-style: none;
}

.offer-title a {
    text-transform: uppercase;
    text-decoration: underline;
}

.text-button:hover {
    background-color: #188576;
    color: #fff;
}

.box .box-content ul ul {
    margin-left: 10px;
}

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

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

#column-left .box .box-content ul li a:hover, #column-right .box .box-content ul li a:hover {
    color: #808080;
}

.box .box-content ul li ul li {
    padding: 0 25px;
    border-bottom: none;
}

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

#column-left .list-group, #column-right .list-group {
    padding: 0 0 40px 0;
}

#content .content ul li {
    line-height: 22px;
    padding: 5px;
}

.box .box-content ul li ul li + li {
    border-top: medium none;
}

.box .box-content ul > li > a, #content .content ul > li > a {
    display: flex;
    align-items: center;
    padding-block: 8px;
    box-sizing: border-box;
    line-height: 24px;
    word-break: break-word;
    position: relative;
    color: #222;
    border-bottom: 1px solid #e5e5e5;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    font-size: 17px;
}

.box .box-content ul > li a:hover, #content .content ul > li:hover > a {
    background: #f2f2f2;
    padding-inline-start: 6px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    padding-inline-start: 6px;
}

.box .box-content ul li a + a, .box .box-content ul li a + a:hover {
    background: none;
    padding-left: 0;
}

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

#column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#column-left .treeview .hitarea.expandable-hitarea {
    color: #808080 !important;
}

#column-right .single-banner {
    margin: 0;
}

.box .box-content ul ul li ul {
    padding: 0;
}

.box .box-content ul ul li:hover ul {
    display: block;
}

.navbar-nav > ul > li > a:hover .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.box-category-heading {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    overflow: hidden;
    padding: 12px 0px;
    position: relative;
    text-transform: uppercase;
    width: 200px;
    line-height: 16px;
    display: none;
}

.box-category-heading .fa {
    float: left;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}

/* Tab cms */
.hometab, .ProductbyCategory, .featured {
    width: 100%;
    float: left;
}

.ProductbyCategory, .featured {
    padding: 0;
}

.tab-head {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.htabs {
    width: 100%;
    text-align: center;
    margin-block: 10px 40px;
    background-color: #b0825f;
    display: inline-block;
    vertical-align: top;
}

.etabs {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    padding-inline: 18%;
    background-color: #b0825f;
    text-align: center;
}

.htabs .tab {
    float: left;
    width: 138px;
}

.tab.middle {
    margin: 0 10px;
}

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

.htabs ul > li > a {
    display: block;
    float: left;
    cursor: pointer;
    width: 100%;
    border: 1px solid transparent;
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
    padding: 15px;
}

.htabs a.selected, .htabs li.active a, .htabs a:hover {
    background: #fff;
    color: #222;
}

.htabs .etabs li {
    position: relative;
    list-style-type: none;
    margin: 10px 5px 0px;
    z-index: 6;
    cursor: pointer;
    text-align: center;
}

.htabs .etabs li:hover {
    background-color: #fff;
}

.htabs .etabs li .icon-title {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.htabs .etabs li:hover .icon-title {
    color: #000;
}

.htabs .etabs li .selected .icon-title {
    color: #000;
}

.htabs .etabs .tab.productcategory0 .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat1.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    width: 41px;

    text-align: center;
}

.htabs .etabs .tab.productcategory0:hover .img-icon, .htabs .etabs .productcategory0 .selected .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat1_hover.svg");
    background-size: 40px;
    background-repeat: no-repeat;
}

/* .htabs .etabs .productcategory0 .icon-title {
	color: #000;
} */
.htabs .etabs .tab.productcategory1 .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat2.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    width: 41px;
    text-align: center;
}

.htabs .etabs .tab.productcategory1:hover .img-icon, .htabs .etabs .productcategory1 .selected .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat2_hover.svg");
    background-size: 40px;
    background-repeat: no-repeat;
}

.htabs .etabs .tab.productcategory2 .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat3.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    width: 41px;
    text-align: center;
}

.htabs .etabs .tab.productcategory2:hover .img-icon, .htabs .etabs .productcategory2 .selected .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat3_hover.svg");
    background-size: 40px;
    background-repeat: no-repeat;
}

.htabs .etabs .tab.productcategory3 .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat4.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    width: 41px;
    text-align: center;
}

.htabs .etabs .tab.productcategory3:hover .img-icon, .htabs .etabs .productcategory3 .selected .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat4_hover.svg");
    background-size: 40px;
    background-repeat: no-repeat;
}

.htabs .etabs .tab.productcategory4 .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat5.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    width: 41px;
    text-align: center;
}

.htabs .etabs .tab.productcategory4:hover .img-icon, .htabs .etabs .productcategory4 .selected .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat5_hover.svg");
    background-size: 40px;
    background-repeat: no-repeat;
}

.htabs .etabs .tab.productcategory5 .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat1.svg");
    background-size: 40px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 41px;
    width: 41px;
    text-align: center;
}

.htabs .etabs .tab.productcategory5:hover .img-icon, .htabs .etabs .productcategory5 .selected .img-icon {
    background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/cat1_hover.svg");
    background-size: 40px;
    background-repeat: no-repeat;
}

#tabs_info.product-tab .tab-content {
    padding: 30px 0;
    line-height: 24px;
}

#form-review h4, #form-review legend {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.nav-tabs > li {
    border: none !important;
}

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

.box .box-content ul li:last-child ul li a {
    border-bottom: 1px dashed #e5e5e5;
}

.box .box-content ul li:last-child ul li:last-child a {
    border: medium none;
}

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

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

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

.table-responsive {
    width: 100%;
}

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

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

/* End Tab cms */

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

.blog-mainhead {
    float: left;
    width: 100%;
    margin-block: 74px 50px;
    /* border-top: 1px solid #E5E5E5; */
}

.content_footer_right .post_hover {
    display: none;
}

.box.blogs {
    float: right;
    padding: 0;
    position: relative;
    width: 20%;
}

.blogs .box-head {
    float: left;
    padding-bottom: 10px;
    width: 100%;
}

.box-head .blog_tagline {
    color: #808080;
    float: left;
    font-size: 14px;
    margin-bottom: 12px;
    display: none;
}

.bestseller .sub_title, #testimonial .elementor-heading-title, .blog-mainhead .sub_title, .box.ProductbyCategory .sub_title {
    margin-bottom: 8.5px;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 15px;
    color: #808080;
    font-weight: 400;
}

#content .box-product .blog-items {
    display: inline-block;
    float: left;
}

.blog-left {
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    float: left;
}

.blog-right {
    float: none;
    width: 100%;
    padding: 20px 20px 20px 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.blog-item .product-block {
    float: left;
    margin-bottom: 1px;
    width: 100%;
}


.blog-right h4 a {
    float: left;
    font-size: 16px;
    margin: 10px 0 0;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    overflow: hidden;
    font-weight: 500;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #222;
}

.footer-blocks .blog-item .blog-desc {
    display: none;
}

.content_footer_top .news-title3 {
    display: none;
}

.view-blog {
    float: left;
    width: 100%;
    text-align: left;
    margin: 0;
}

.megnorblog .view-blog {
    float: left;
    width: auto;
    text-align: left;
    margin: 0;
}

.blog-desc {
    line-height: 24px;
    display: block;
    text-align: left;
    margin: 10px 0 0 0;
    width: 100%;
    float: left;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.information-blogger-blogs .blog-desc {
    width: 100%;
    margin: 0;
}

.blog-right h4 {
    margin: 0;
    width: 72%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    display: inline-block;
    float: none;
    vertical-align: top;
}

.blog-img {
    padding: 0px;
}

.blog-img .img-thumbnail {
    border: none
}

.blog-date {
    display: block;
    float: left;
}

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

}

#content .box.blogs .box-content {
    padding: 0;
    margin: 0 -15px 0;
}

#content #blog-carousel .blog-item {
    /*	overflow: hidden;*/
    position: relative;
    float: left;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}

#blog-carousel.owl-carousel .owl-buttons div i {
    display: block;
    margin: 0;
    font-size: 20px;
    position: absolute;
    top: -1px;
    text-align: center;
    line-height: 37px;
    left: 0;
    right: 0;
    font-weight: 400;
    font-family: "FontAwesome";
}

.owl-carousel .owl-buttons .owl-prev {
    left: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

#content .megnorblog .owl-controls.clickable {
    margin: 0;

}

.owl-controls.clickable {
    margin: 20px 0;

}

.box.megnorblog:hover .owl-controls.clickable .owl-buttons {
    display: block;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev, #blog-carousel .owl-controls .owl-buttons .owl-next {
    right: auto;
    text-align: center;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    top: 23%;
    background: #fff !important;
}

#blog-carousel .owl-controls .owl-buttons .owl-next {
    right: -36px;
    left: auto;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev {
    left: -36px;
    right: auto;
}

#blog-carousel .owl-controls .owl-buttons .owl-prev:hover, #blog-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: #fff;
    color: #b0825f;
    border-color: #b0825f;
}

.information-blogger legend {
    font-size: 16px;
    font-weight: 500;
    margin-block: 20px;
}

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

.single-blog .panel-default {
    border: medium none;
    float: left;
    width: 100%;
    margin: 0;
}

#add-comment .col-sm-10.buttons {
    padding: 0 8px;
}

.single-blog .block-title {
    float: left;
    margin: 10px 0;
    width: 99%;
}

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

.single-blog .blog-desc {
    border: none;
    margin: 0 0 50px;
    padding: 0;
    line-height: 30px;
    font-size: inherit;
    color: #666;
    text-align: left;
}

.single-blog .block-title h3 {
    padding-top: 10px;
}

.single-blog .view-comment .panel-default {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 15px !important;
    border: 1px solid #e8e9eb;
}

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

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

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

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

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

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

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

.view-comment {
    clear: both;
}

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

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

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

/*Megnor Blog light-box CSS */
.blog-left {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.blog-left .post-image-hover {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
}

.blog-left:hover .post-image-hover {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.blog-left .icon.zoom .fa {
    font-size: 13px;
}

.blog-left .blog-image .zoom, .blog-left .blog-image .readmore_link {
    background: #B0825F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #fff;
    display: inline-block;
    padding: 1px 0 0 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;
    z-index: 10;
    height: 30px;
    width: 30px;
    border: 2px solid #B0825F;
    transform: scale(2);
    opacity: 0;
}

.blog-left .blog-image .zoom:hover, .blog-left .blog-image .readmore_link:hover {
    background: #222;
    color: #fff;
    border: 2px solid #222;
}

.panel.panel-default:hover .blog-image .zoom, .panel.panel-default:hover .blog-image .readmore_link {
    transform: scale(1);
    opacity: 1;
}

.blog-item:hover .blog-image .zoom, .blog-item:hover .blog-image .readmore_link {
    transform: scale(1);
    opacity: 1;
}

.panel-body {
    border: 1px solid #e5e5e5;
}

.blog-right .blog-title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}

.write-comment-count {
    float: left;
    margin-right: 10px;
    color: #000;
}

.information-blogger-blogs .write-comment {
    float: left;
}

.information-blogger-blogs .blog-image {
    margin-bottom: 0px;
    background-position: center center;
    height: auto;
    overflow: hidden;
    width: 100%;
    background-repeat: no-repeat;
}

.blog-image .img-thumbnail, .blog-img .img-thumbnail {
    width: 100%;
}

.information-blogger-blogs .panel-body {
    padding: 0;
    position: relative;
    border: none
}

.information-blogger-blogs .panel-default > .panel {
    margin-bottom: 50px;
    border: none;
}

.all-blog > .panel-default {
    column-count: 2;
    column-gap: 30px;
}

.blog-left-content:hover .post-image-hover::before {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
}

#content.single-blog > legend {
    margin: 15px 0 20px;
}

#content #blog-carousel .product-block:hover .date-comment, #content #blog-grid .product-block:hover .date-comment {
    bottom: 0px;
}

.blog-right h5 a {
    color: #2E2E2E;
    font-size: 24px;
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 65%;
    display: block;
}

.blog-right h5 a:hover {
    color: #808080;
}

.date-time, .blog-date {
    position: relative;
    color: #222;
    padding-block: 0;
    padding-inline: 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    z-index: 9;
    text-align: left;
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
    float: none;
    width: 100%;
    max-width: 130px;
    font-family: "Jost", Sans-serif;
    color: #b0825f !important;
}

.blog-right h4 a {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* width: 70%; */
    /* display: block; */
    text-align: left;
    color: #222;
    margin: 10px 0 0;
    text-transform: capitalize;
}

#content .panel .blog-right h4 a {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin: 0;
}

#content .panel .blog-right h4 {
    width: 88%;
    padding-block: 10px;
    text-align: center;
}

.date-time .fa-calendar {
    font-size: 13px;
    display: none;
}

.write-comment a {
    color: #777;
}

.write-comment {
    margin-left: 25px;
    display: none;
}

.blog-right .read-more {
    float: left;
    text-align: left;
    width: 100%;
    display: none;
}

.box.megnorblog .read-more a {
    padding: 9px 25px;
}

.read-more a {
    display: inline-block;
    vertical-align: top;
    padding: 9px 25px;
    text-align: center;
    text-decoration: underline;
    width: auto;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 0;
}

.read-more a:hover {
    text-decoration: underline;
}

.information-blogger-blogs .read-more {
    float: left;
    padding-block: 5px 0;
}

.all-blog .panel-default .main_description {
    display: none;
}

.blog_top_content .post-image-hover {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    width: 100%;
}

.blog_post .text-right .btn-primary {
    color: #F9BF39;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    border: 2px solid #F9BF39;
    background: #fff;
    line-height: 20px;
}

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

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

.box-content .customNavigation a.next {
    right: -5px;
    left: auto;
}

.box-content .customNavigation a.prev {
    left: -5px;
    right: auto;
}

#content .blogs .buttons, #blog-carousel .owl-pagination {
    display: none;
}

/*Megnor Blog light-box CSS */

/*Megnor Blog CSS */

/* Datetimepicker Css */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right {
    position: relative;

}

.bootstrap-datetimepicker-widget {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
    background: #f3f3f3 !important;
}

.bootstrap-datetimepicker-widget td.today:before {
    border-bottom: 7px solid #2196f3 !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
    background-color: #2196f3 !important;
    color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #161b1e !important;
}

.bootstrap-datetimepicker-widget td span {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    background-color: #B0825F !important;
}

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

.bootstrap-datetimepicker-widget td span.active {
    background-color: #da2128 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #f3f3f3 !important;
}

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

.picker-switch.accordion-toggle .btn {
    border: none;
    background-color: #B0825F;
    color: #222 !important;
}

.picker-switch.accordion-toggle .btn:hover {
    border: none;
    background-color: #222;
    color: #fff !important;
}

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

.bootstrap-datetimepicker-widget td.day.active:before {
    border-bottom: 7px solid #222 !important;
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}


.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #B0825F !important;
    color: #222 !important;
    text-shadow: none !important;
}

.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
}

/* End Datetimepicker Css */

.product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transform-origin: center center;
}

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

.container h1, .container h2 {
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.3px;
    font-weight: 600;
}

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

#content.productpage .product-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 42px;
    margin: 0px 0 30px 0;
    text-transform: capitalize;
    color: #222;
    font-family: 'Jost', Arial, Helvetica, sans-serif;
}

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

.breadcrumb + .row {
    clear: both;
}

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

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

.breadcrumb {
    padding: 30px 0 20px;
    margin-bottom: 0;
    list-style: none;
    line-height: 25px;
    background: none;
    text-align: left;
    width: 100%;
}

#content #carousel-0 .box-content {
    margin: 0;
    padding: 0;
    position: relative;
}

.pull-left.footer-block {
    width: 19%;
    text-align: right !important;
}

#social_block .title_block {
    display: none;
}

#social_block .toggle-footer {
    padding: 55px 0 0;
}

/* QUCIK-VIEW */
.quickview .wish-comp .btn.btn-default.wishlist, .quickview .wish-comp .btn.btn-default.compare {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none;
    color: #808080 !important;
    font-weight: normal;
}

.productpage-quickview .product-left {
    width: 50%;
    float: left;
}

.productpage-quickview .product-right {
    width: 50%;
    float: left;
    clear: none !important;
}

.productpage-quickview h3.product-title {
    font-weight: 500;
    text-transform: capitalize;
}

.quickview .product-right ul li.discount, .quickview .product-right ul li.rewardpoint, .quickview .product-right ul li.price-tax {
    clear: both;
}

.header-quickview .background_wrapper {
    display: none;
}

.header-quickview .responsive-menu {
    display: none;
}

.header-quickview .quickview {
    top: 0;
    padding: 20px;
}

.image .quickview {
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}

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

.quickview .fa.fa-heart {
    color: #808080;
}

.quickview .btn.btn-primary.btn-lg.btn-block {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #7e5cdd;
    color: #7e5cdd;
    font-weight: normal;
    padding: 7px 20px 6px !important;
    text-transform: capitalize;
}

.quickview {
    display: inline-block;
    left: 0%;
    right: auto;
    padding: 15px 0;
    position: absolute;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    z-index: 99;
    right: 0;
    top: 50%;
    cursor: pointer;
}

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

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

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

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

.quickview > a {
    color: #000;
}

#column-left .quickview-button {
    display: none;
}

.row .cat_prod .button-gr.lists {
    bottom: 50%;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}

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

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

.quickview .top_button {
    display: none;
}

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

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

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

.box.related_prd {
    float: left;
    width: 100%;
    margin-block: 0px;
}

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

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

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

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

.alert.alert-success.animated span .fa.fa-check-circle {
    color: #9bcf85;
}

.alert.alert-success.animated button.close {
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    color: #fff;
}

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

.form-group.qty {
    clear: both;
    /*overflow: hidden;*/
    position: relative;
    /*
    border-block: 1px solid #e5e5e5;
    margin: 30px 0;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 0 !important;

}

.discount-per {
    color: #ee1c41;
}

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

#related-carousel {
    padding-bottom: 30px;
}

.productpage .form-group.qty .wishlist, .quickview .form-group.qty .wishlist {
    margin: 0 10px;
}

.headertop {
    position: relative;
}

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

.cat_heading {
    display: none;
}

.featured .product-block-inner {
    margin: 0 0
}

.myaccount > a {
    text-transform: capitalize;
    line-height: 18px;
    width: 100%;
    font-weight: 400;
    background: #b0825f;
    color: #fff;
    padding: 10px 24px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
}

.myaccount > a::after {
    content: "\f107";
    font-family: fontawesome;
    margin-inline-start: 5px;
}

.contat-wrapper.list-unstyled {
    padding-inline-start: 30px;
    background: linear-gradient(180deg, #313131 10%, #232323 100%);
}

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

.static-menu .title {
    display: none;
}

.contact_phone {
    padding-top: 15px;
    line-height: 26px;
    font-size: 25px;
    font-family: 'Jost', Helvetica, sans-serif;
    font-weight: 500;
    color: #ccc;
}

.banners-slider-carousel .img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.content_headercms_top .treeview-list .expandable-hitarea {
    right: 26px;
    z-index: 9;
    position: absolute;
    left: auto;
}

.content_headercms_top .treeview-list .collapsable-hitarea {
    height: 25px;
    width: auto;
    text-align: right;
    position: absolute;
    right: 26px;
    z-index: 9;
    left: auto;
}

.content_headercms_top .box-content .treeview-list .hitarea::before {
    line-height: 40px;
}

.content_headercms_top .box-content ul li:last-child {
    border-bottom: none;
}

.content_headercms_top .box-content ul li ul li {
    border-bottom: none;
    padding-inline: 15px 0;
}

.lb-outerContainer {
    width: 700px !important;
    /* height: 492px !important; */
}

#column-left .checkbox > label:hover {
    color: #808080;
}

.swiper-pagination-bullet {
    box-shadow: inset 0 0 0 2px #b0825f !important;
}

.swiper-pagination-bullet-active {
    background: #b0825f !important;
}

.swiper-pagination-bullet:hover {
    background: #b0825f !important;
}

.product-thumb .price-new {
    display: inline-block;
    vertical-align: top;
}

.product-thumb .price-old {
    display: inline-block;
    vertical-align: top;
}

.product-right div.required .control-label:before {
    display: none;
}

/* Responsive start */


@media (max-width: 1449px) {
    #blog-carousel .owl-controls .owl-buttons .owl-prev {
        left: -26px;
        right: auto;
    }

    #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: -26px;
        left: auto;
    }

    .box-content .customNavigation a.next {
        right: -30px;
        left: auto;
    }

    .box-content .customNavigation a.prev {
        left: -30px;
        right: auto;
    }

    .etabs {
        float: none;
        text-align: center;
        display: inline-block;
    }

    .htabs .etabs li {
        text-align: center;
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .cmsbanner-block .shop_button {
        bottom: 9%;
        top: auto;
        right: 0%;
        left: auto;
    }

    .cmsbanner-block .description .subtitle {
        margin-block: 0px;
    }

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

    .box-content .customNavigation a.prev, #blog-carousel .owl-controls .owl-buttons .owl-prev {
        left: -5px;
        right: auto;
    }

    .box-content .customNavigation a.next, #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: -5px;
        left: auto;
    }

    .banner-content {
        width: 331px;
    }

    .video-content {
        width: 73%;
    }

    .product-list .product-details {
        width: 60%;
    }

    .product-list .product-details .product_hover_block {
        bottom: auto;
    }

/*
    .main-menu > ul > li {
        width: 120px;
    }*/


    .htabs .tab {
        width: 116px;
    }

    .cmsbanner-block2 .block-combine .cms_image {
        width: 418px;
    }

    .cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
        width: 418px;
        padding: 0;
    }


}

@media (max-width: 1350px) {
    .cms.second.main-content {
        width: 50%;
        padding-left: 15px;
    }

    .cms.first.main-content {
        width: 50%;
        float: left;
        padding-right: 15px;
    }

    .category_list_cms .box {
        width: 33.33%;
        padding-inline: 15px;
        margin-block: 0;
    }


    .product-thumb h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
        margin: 0;
    }

    #column-left .product-thumb .price {
        margin: 0;
    }

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

    .product-block .cart_button {
        padding: 8px 20px;
        font-size: 11px;
        line-height: 20px;
    }

    .cmsbanner-block .description .title {
        font-size: 18px;
    }

    .cmsbanner-block .description .subtitle {
        font-size: 50px;
    }

    .cmsbanner-block .shop_button {
        right: 3%;
        left: auto;
        bottom: 15%;
        top: auto;
    }

    .newsletter #txtemail {
        width: 465px;
    }

    .newsletter {
        margin-block: 37px;
    }

    #blog-carousel .owl-controls .owl-buttons .owl-prev, #blog-carousel .owl-controls .owl-buttons .owl-next {
        top: 17%;
    }

    .module_default_width {
        width: 150px;
    }

    .etabs {
        padding-inline: 11%;
    }

    .latest_default_width {
        width: 220px;
    }

    .bestseller_default_width {
        width: 220px;
    }

    #servicecmsinfo_block1 .inner-content {
        padding: 55px 22px;
    }

    #servicecmsinfo_block1 .second-content.main-content .inner-content, #servicecmsinfo_block1 .third-content.main-content .inner-content {
        padding: 55px 22px;
    }

    .cmsbanner-block .description .banner_text {
        margin: 0 0 0 0;
    }

    .cms2_img .description {
        top: 5%;
    }


    .banner-content {
        width: 263px;
    }

    .video-content {
        width: 72%;
        height: 415px;
    }

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

    .third-content.main-content {
        padding: 0;
    }

    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after {
        right: 20px;
    }

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

@media (max-width: 1200px) {
    .service-content .service-right {
        width: 72%;
    }

    .header_search .form-control.input-lg {
        width: 338px;
    }

    .content_headercms_top {
        float: right;
    }



    .myaccount > a::after {
        display: none;
    }

    .cmsbanner-block2 .block-combine .cms_image {
        width: 338px;
    }

    .cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
        width: 338px;
        padding: 0;
    }

    .search_box .form-control-select {
        padding: 8px 15px;
    }

    .search_box .form-control-select, .search_box .form-control-select.active {
        width: 150px;
        padding: 8px 15px;
    }

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



    .dropdown.myaccount {
        padding-inline-end: 0px;
    }

    .myaccount > a {
        background: rgba(0, 0, 0, 0) url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/user.svg") no-repeat scroll center center;
        background-size: 25px;
        width: 30px;
        height: 40px;
        padding: 0;
    }

    .myaccount > a span {
        display: none;
    }

}

@media (max-width: 1199px) {
    .box.bestseller, .box {
        margin-block: 64px 25px;
    }

    .service-content .service-right {
        width: 73%;
    }

    #servicecmsinfo_block1 .inner-content {
        padding: 0;
    }

    #servicecmsinfo_block1 .second-content.main-content .inner-content, #servicecmsinfo_block1 .third-content.main-content .inner-content {
        padding: 0;
    }

    #content .box .box-content #featured-grid {
        width: 100% !important;
        float: left;
        border-left: 1px solid #e5e5e5;
    }

    #testimonial .peoplesay-block {
        width: 25%;
    }

    .cms2_img .description {
        position: absolute;
        top: 10px;
        text-align: center;
    }

    /* .subtitle, .subtitle1 {font-size: 14px;} */
    .cmsbanner-block-second .cms-inner-block2 .description .title {
        font-size: 65px;
        line-height: 80px;
    }

    .contact_cms {
        width: 34%;
        float: right;
    }

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

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

    .cmsbanner-block .description .banner_text {
        margin: 15px 0 0 0;
    }

    .content_headercms_top {
        float: right;
        /* margin-right: 10px; */
    }

    .cat_heading {
        display: none;
    }

    .swiper-pager {
        line-height: 45px !important;
    }



}

@media (max-width: 1100px) {
    #content .cmsbanner-block-second.two .cms-inner-block1 {
        padding-block: 30px 36px;
    }

    .cms-inner-block1 .heading h4 {
        margin-block: 20px 10px;
    }

    #content .cmsbanner-block-second .cms-inner-block1 .description .title .subtitle2 {
        font-size: 15px;
    }

    #content .cmsbanner-block-second .cms-inner-block1 .description .subtitle1 {
        font-size: 20px;
    }

    #menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
        right: 0;
        left: auto;
    }

    .related_default_width {
        width: 200px;
    }

    #column-left .product-thumb .price {
        font-size: 14px;
    }

    #column-left .product-thumb .price-old {
        margin-inline-start: 4px;
    }

    #content .box.special .box-content, #content .cmsbanner-block-second .cms-inner-block1, #content .news-parralax .parallex-cms {
        padding-block: 30px 10px;
    }

    #content .cmsbanner-block-second.one .cms-inner-block1 {
        padding-block: 30px 27px;
    }

    #content .cmsbanner-block-second .cms-inner-block1 .description .title .svg-icon {
        margin-block: 0 10px;
    }

    #content .cmsbanner-block-second .cms-inner-block1 .description .title {
        padding-block: 10px 0;
    }

    .cmsbanner-block .description .title {
        font-size: 16px;
    }

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

    .newsletter #txtemail {
        width: 427px;
    }

    .newsletter .btn.btn-lg {
        padding: 10px 20px;
    }

    .productcategory0_default_width, .productcategory1_default_width, .productcategory2_default_width, .productcategory3_default_width, .productcategory4_default_width, .productcategory5_default_width {
        width: 200px !important;
    }

    .etabs {
        padding-inline: 8%;
    }

    #content .cmsbanner-block-second.one .cms-inner-block1 .description {
        margin-block: 11px 0;
    }

    #content .cmsbanner-block-second .cms-inner-block1 .description .title .subtitle2 {
        width: 67%;
    }

    /* .service-content .service-right{width: 100%; margin: 15px 0 0 0px; text-align: center;} */
    .service-content .icon-left {
        margin: 0 auto;
        float: none;
    }

    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after {
        right: 0px;
        top: 20px;
    }

    .video-content {
        width: 73%;
        height: 365px;
    }

    .banner-content {
        width: 231px;
    }

    .video-text {
        bottom: 20px;
    }

    .social-block {
        margin-inline-end: 15px;
    }

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

    .main-menu > ul > li {
        padding: 15px 10px;
    }

    .header_contact > span {
        display: none;
    }


}

@media (max-width: 979px) {
    .lmenu{
        display: none;
    }
    .cms.first.main-content {
        width: 47.9%;
        float: left;
        padding-right: 0;
    }

    .cms.second.main-content {
        width: 47.8%;
        padding-left: 0;
    }

    .category_list_cms .description {
        position: absolute;
        left: 22%;
        position: absolute;
        top: 150px;
        /* width: 147.65px; */
        bottom: auto;
        right: aut;
    }

    .category_list_cms .box {
        width: 100%;
        text-align: center;
    }

    .subtitle, .subtitle1, .cms_img-content2 {
        font-size: 28px;
        line-height: 28px;
    }

    .header-center {
        margin-inline-end: 5px;
    }



    #column-left .image_cover {
        width: auto;
    }

    #product-special {
        margin-block-end: 20px;
        padding: 0;
    }

    /* .swiper-container {
		margin-block-start: 20px;
	} */
    .header_bottom_cover {
        display: none;
    }

    .cmsbanner-block .description .subtitle {
        line-height: 50px;
    }

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

    .cmsbanner-block .shop_button {
        right: auto;
        left: 0%;
        bottom: auto;
        top: 50%;
        margin-block-start: 50px;
    }

    .box-content .customNavigation a.next, #blog-carousel .owl-controls .owl-buttons .owl-next {
        right: 0;
        left: auto;
    }

    .box-content .customNavigation a.prev, #blog-carousel .owl-controls .owl-buttons .owl-prev {
        left: 0;
        right: auto;
    }

    .cms-inner-block1 {
        padding-inline-end: 10px;
    }

    .cms-inner-block2 {
        padding-inline-start: 10px;
    }

    .cmsbanner-block2 .block-combine .cms-inner1 {
        padding-inline-end: 10px;
    }

    .cmsbanner-block2 .block-combine .cms-inner2 {
        padding-inline-start: 10px;
    }

    .box.bestseller, .box {
        margin-block: 15px;
    }

    .third-content.main-content {
        padding: 0;
        margin-block-end: 20px;
    }

    .bottomfooter {
        padding-block: 19px 23px;
    }

    .content_footer_bottom p {
        margin: 0 0 10px;
        /* color: #7a7a7a; */
        display: none;
    }

    .content_footer_bottom {
        float: none;
        width: 100%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
    }

    .payment-block {
        float: none;
        margin-block: 0px;
        text-align: center;
        display: inline-block;
        vertical-align: top;
    }

    .payment-block ul {
        padding: 0;
        margin-block: 0px;
    }

    p.powered {
        float: none;
        margin-block-end: 5px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }

    .newsletter_text {
        width: 50%;
        padding-inline: 50px;
    }

    .newsletter {
        width: 50%;
    }

    footer .social-block h5 {
        margin: 0;
    }

    footer .footer-blocks .col-sm-3 h5 {
        margin: 0;
    }

    .contat-wrapper {
        float: left;
    }

    .social-block {
        padding-inline-start: 0px;
    }

    .footer-blocks #info {
        padding-inline-start: 0;
    }

    .contact_cms {
        float: left;
        width: 27.8%;
        background: none;
    }

    .cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
        width: 339px;
    }

    .etabs {
        padding-inline: 0px;
    }

    .htabs .tab {
        width: 108px;
    }

    .cmsbanner-block-second, .cmsbanner-block-second.one, .cmsbanner-block-second.two {
        padding-inline: 0;
        margin-block: 0 20px;
    }

    #servicecmsinfo_block1 .inner-content {
        padding: 0;
    }

    #servicecmsinfo_block1 .second-content.main-content .inner-content, #servicecmsinfo_block1 .third-content.main-content .inner-content {
        padding: 0;
    }

    #column-left .box, #column-right .box {
        padding: 0;
        font-size: 14px;
    }

    #column-left .box .box-heading.toggle {
        padding: 10px 0;
        margin: 0;
        font-size: 14px;
    }

    #column-left .list-group-item.heading {
        font-size: 14px;
    }

    .cms2_img .description {
        top: 13%;
    }

    .cart_image {
        background-size: 23px;
    }

    .login::after {
        padding: 5px;
        content: '/';
        display: none;
    }

    .static-menu .title {
        display: block;
    }

    #searchbox .input-group-btn {
        display: table-cell;
    }

    .lang-curr-wrapper .pull-left {
        float: left;
    }

    #form-currency .currency-select {
        padding: 2px 0 2px 0;
    }

    #form-language .language-menu, #form-currency .currency-menu {
        position: relative;
        box-shadow: none;
        top: 0;
        padding-inline-start: 30px;
    }

    .title {
        display: block;
        /* text-transform: uppercase; */
        font-weight: 500;
        font-size: 14px;
    }

    #static-menu .dropdown.hottag.toggle {
        padding: 0;
    }

    #menu #static-menu li {
        line-height: 35px;
    }

    .header_bottom_cover #menu.responsive-menu .toggle .mobile_togglemenu::before {
        display: none;
    }

    .language-menu, .currency-menu {
        top: 27px;
        right: -38px;
        left: -20px;
    }

    #form-currency .btn-link.dropdown-toggle, #form-language .btn-link.dropdown-toggle {
        color: #2E2E2E;
    }

    #form-currency .btn-link.dropdown-toggle::before, #form-language .btn-link.dropdown-toggle::before {
        display: none;
    }

    .dropdown-menu .lang-curr-wrapper a {
        display: none;
    }

    #menu #static-menu a {
        color: #000;
        padding-left: 20px;
    }

    .resp_menu {
        background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/dots.svg");
        background-size: 20px;
        /* height: 30px; */
        width: 100%;
        background-repeat: no-repeat;
        background-position: right;
        top: 2px;
        color: #000;
    }

    #static-menu {
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 100%;
        /* margin: 8px 0 0; */
        list-style: none;
        font-size: 16px;
        background-color: #fff;
        text-transform: capitalize;
        border: none;
        text-align: left;
        padding: 10px 0;
        box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
    }

    .featured .last_item_tm .product-block .product-block-inner {
        border-inline-end: none;
    }

    .header_search.active .header-toggle {
        background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/close.svg") no-repeat scroll center center;
        background-size: 18px;
    }

    footer .social-block h5 {
        font-size: 14px;
    }

    footer .footer-blocks .col-sm-3 h5 {
        font-size: 14px;
    }

    .contact_wrapper h5 {
        display: block;
        font-size: 14px;
        margin: 0px;
        position: relative;
        text-transform: uppercase;
        color: #222;
        font-weight: 600;
        line-height: 24px;
    }

    .layout-2 .header_bottom_cover {
        display: none;
    }

    .layout-2 .content-top-breadcum {
        margin-bottom: 40px;
    }

    .myaccount > a {
        display: block;
        padding-left: 0;
    }

   

    .contat-wrapper.list-unstyled {
        padding: 10px 30px;
    }

    .dropdown.myaccount {
        border-right: none;
    }

    .account .dropdown.myaccount ul {
        padding: 10px 0;
        display: none;
    }

    .footer-blocks .contat-wrapper .list-unstyled {
        display: none;
    }

    .footer-blocks .contat-wrapper {
        display: none;
    }

    .contact_cms {
        width: 100%;
        float: right;
    }

    .newsletter #txtemail {
        width: 220px;
        /* padding: 10px 0 10px 20px; */
        padding-inline: 20px 0;
        padding-block: 10px;
    }

    .box.special {
        padding: 0 0 0 0;
    }

    .news-parralax {
        padding-left: 0;
    }

    .special .product-block.product-thumb:hover .product-block-inner {
        background: none;
    }

    .special .product-block-inner {
        background: none;
    }

    .special-part {
        margin-block: 10px;
    }

    .cmsbanner-block-second .cms-inner-block1, .cmsbanner-block-second .cms-inner-block2 {
        width: 100%;
    }

    .box.special {
        width: 100%;
    }

    .news-parralax {
        width: 100%;
    }

    .cmsbanner-block-second {
        float: left;
        width: 100%;
        margin-block: 0;
    }

    #testimonial .peoplesay-block {
        width: 33.33%;
    }

    #servicecmsinfo_block1 .main-content .service-content {
        float: none;
        display: inline-block;
        border: none;
        padding-block: 30px 0;
    }

    .service-content .icon-left {
        float: none;
        display: inline-block;
        margin-right: 0;
        width: 100%;
    }

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

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

    .layout-2.left-col #column-left, .layout-2.right-col #column-right {
        width: 100%;
        float: left;
        padding: 15px;
        display: block;
    }
    #column-left #mfilter-box-34 > .box-heading{
        background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/settings-svgrepo-com.svg");
        background-position: 20px center;
    background-size: 6%;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 50px !important;
    border: 1px solid #000;
    color:#000;
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px !important;
    line-height: 30px !important;
    cursor: pointer;
    }
    #product-special #content {
        float: left;
    }
    .box-content.mfilter-content {
        margin-top: 10px;
        display: none;
    }
    #column-left .box, #column-right .box {
        margin: 0;
        float: left;
        width: 100%;
    }

    #column-left .swiper-viewport {
        text-align: left;
        margin-block-start: 20px !important;
    }

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

    #column-left .box + .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox, #column-left .list-group {
        display: none;
    }

    #column-left .list-group, #column-right .list-group {
        margin-block: 10px;
    }

    .menu_toggle {
        display: none !important;
    }

    .cmsbanner-block .description .banner_text {
        margin: 0 0 0 0;
    }

    .footer-top {
        height: auto;
        float: left;
        width: 100%;
    }

    .footer-blocks .col-sm-3 {
        width: 100%;
        padding: 0;
    }

    .list-unstyled {
        display: none;
    }

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

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

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

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

    .header_top {
        padding: 10px 0;
    }

    .box-content-cms .main-content .title {
        font-size: 14px;
    }

    .box-content-cms .main-content {
        text-align: center;
        padding-block: 10px 0;
    }

    .service-content .service-right {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after, .box-content-cms .third-content.main-content::after {
        right: 0;
        top: 35px;
    }

    .manufacturer_title {
        display: none;
    }

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

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

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

    #footer {
        padding: 0 15px;
        margin-block: 0;
    }

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

    .footer-blocks {
        margin-block: 30px 20px;
        float: left;
        width: 100%;
    }

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

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

    .responsive-menu {
        color: #222;
        float: left;
        width: 100%;
        line-height: 40px;
    }

    .navbar-nav {
        display: none;
    }

    #menu .nav-responsive .expandable {
        width: 100%;
        height: auto;
        float: left;
        margin: 0;
        font-size: 30px;
        color: #fff;
    }

    .header_center {
        width: 100%;
        padding: 5px;
    }

    .dropdown.myaccount {
        padding: 0 5px;
    }

    .header_top .container {
        position: relative;
    }

    .col-sm-5.header_search {
        padding: 0;
        position: relative;
        right: 5px;
        margin: 0;
        width: auto;
        /* z-index: 99; */
    }

    #menu .navbar-nav {
        margin: 0;
        position: absolute;
        padding: 5px 15px;
        top: 100%;
        background: #191919;
        left: 0;
        box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
        width: 100%;
    }
    #menu ul li .megamenu.column1, #menu ul li.hiden_menu .dropdown-menu {
        background: #171616;
        border-color: #171616;
        color: #fff;
    }

    .main-menu > ul > li ul > li > a {
        color: #fff;
    }



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

    }

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

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

    #menu .dropdown .dropdown-menu, #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        box-shadow: none;
        padding: 0;
    }

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

    #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
        left: auto;
        padding: 5px 15px;
    }

    #menu ul li .megamenu ul.list-unstyled {
        width: 100%;
        display: block;
        float: left;
    }

    #menu .nav li .list-unstyled .dropdown {
        width: 100%;
    }

    .list-unstyled.childs_2 > li {
        padding: 5px 10px;
    }

    #menu.responsive-menu .toggle .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu::before {
        color: #fff;
        content: "\f067";
        font-family: "FontAwesome";
        font-size: 12px;
        left: auto;
        position: absolute;
        top: 10px;
        font-weight: 400;
    }

    #menu.responsive-menu .toggle.active .mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu::before {
        content: "\f068";
        font-family: "FontAwesome";
    }

    .block-combine1 .cms-inner-block2 .cms_img {
        padding: 0 15px;
    }

    .video-content {
        width: 72%;
        height: 290px;
    }

    .banner-content {
        width: 184px;
    }

    .video-text {
        bottom: 10px;
    }

    .video-text-content {
        padding: 20px 45px;
    }

    .video-text-content .main_heading {
        font-size: 14px;
    }

    .video-text-content .subheading1 {
        font-size: 20px;
    }

    .social-block {
        margin: 0;
        width: 100%;
        text-align: left;
    }

    .social-block ul {
        margin: 0;
        text-align: left;
        float: left;
    }

    .social-block ul li {
        display: inline-block;
        float: none;
    }

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

    .footer-area ul li {
        display: block;
    }

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

    #menu ul li .megamenu.column1 {
        padding: 0 15px;
    }

    footer {
        margin-top: 50px;
    }

    .layout-2.right-col #content {
        padding: 0;
    }

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

    .productpage .product-left {
        margin: 0 auto;
        width: 415px;
        position: relative;
        top: auto;
        float: none;
    }

    .contact-no {
        display: none;
    }

    .header-center {
        float: right;
        width: auto;
        margin-inline-start: 5px;
        margin-inline-end: 0;
    }


}

@media (max-width: 767px) {

.contact-form-design .left.cntleft {
    width: 100%;
}
.left.cntleft .md_modal {
    width: 100%;
}
    .cms.first.main-content {
        width: 100%;
        float: left;
        padding-right: 0;
        text-align: center;
        padding-top: 30px;
    }

    .cms.second.main-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }


    .header-middle .box-content {
        width: 260px;
    }

    .header-center {
        margin-inline-end: 10px;
    }

    .nav-tabs > li {
        width: 100%;
    }

    .all-blog > .panel-default {
        column-count: 1;
    }

    .contact-form .col-sm-10 {
        width: auto;
    }

    .contact-form .col-sm-2 {
        width: auto;
    }

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

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


    .header-logo img {
        max-width: 60%;
    }

    .header-middle {
        padding-block: 10px;
    }

    .cmsbanner-block2 .block-combine .cms-inner1, .cmsbanner-block2 .block-combine .cms-inner2 {
        width: 100%;
        padding: 0;
    }

    .cmsbanner-block2 .block-combine .cms-inner2 {
        margin-block-start: 40px;
    }

    .cmsbanner-block2 .block-combine .cms_image {
        width: 100%;
        text-align: center;
    }

    .cmsbanner-block2 .block-combine .cms-inner1 .description, .cmsbanner-block2 .block-combine .cms-inner2 .description {
        width: 100%;
    }

    .banners-slider-carousel {
        margin-block: 10px 20px;
    }

    #servicecmsinfo_block1 {
        padding-block: 0 30px;
    }

    #servicecmsinfo_block1 .main-content .service-content {
        padding-block: 30px 0;
    }

    .service-content .service-right {
        margin-block: 0;
    }

    #servicecmsinfo_block1 .inner-content {
        padding: 0;
        float: left;
        width: 100%;
    }

    .information-contact .panel {
        padding-top: 30px;
    }

    #servicecmsinfo_block1 .forth-content.main-content .inner-content {
        padding: 0;
    }

    #content .box .box-content #featured-grid {
        width: 100% !important;
        float: left;
        border-left: 1px solid #e5e5e5;
    }

    .product-block.product-thumb {
        width: 99.7%;
    }

    .cms2_img .description {
        top: 15%;
    }

    #testimonial .peoplesay-block {
        width: 50%;
    }

    .col-sm-5.header_search {
        right: -5px;
    }

    .content_headercms_top {
        margin-right: -5px;
    }

    #info {
        float: left;
        width: 100%;
    }

    .block-combine2 .cms-inner-block1, .block-combine2 .cms-inner-block2 {
        width: 100%;
        padding: 0;
    }

    .cms-inner-block1, .cms-inner-block2, .cms-inner-block3 {
        width: 100%;
    }

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

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

    .top-links-toggle {
        display: block;
        cursor: pointer;
    }

    .top-links {
        display: none;
        position: absolute;
        background: #fff;
        padding: 10px;
        width: 200px;
        z-index: 999;
        border: 1px solid #e8e9eb;
        top: 100%;
        left: 0;
    }

    .top-links-toggle > i, #res-menu i {
        font-size: 21px;
    }

    .top-links .links-item {
        padding: 5px;
        width: 100%;
        display: block;
    }

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

    #form-language .btn-link.dropdown-toggle::before {
        display: none;
    }

    .box-category-top {
        display: none;
    }

    .col-sm-4.header-logo {
        width: auto;
        margin-bottom: 0;
        margin-block-start: 8px;
    }

    .header_top {
        padding: 10px 0;
    }

    .cmsbanner-block {
        margin-block: 20px 0;
        text-align: center;
    }

    .block-combine1 {
        margin: 0;
    }

    .cms-inner-block1 {
        margin-block-end: 20px;
    }

    .cms-inner-block2 {
        margin: 0;
    }

    .top-links-toggle > svg {
        width: 20px;
        height: 20px;
        fill: #3d3d3d;
    }

    .special .product-block:hover .product-details {
        margin-top: 0;
    }

    .product-block:hover .countdown {
        opacity: 1;
    }

    .product-thumb h4 {
        font-size: 16px;
        white-space: nowrap;
        display: block;
        float: left;
        width: 98%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product-thumb .price-old {
        font-size: 12px;
    }

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

    .count-down .countbox strong {
        font-size: 14px;
        width: 42px;
    }

    .top-links-cover {
        float: left;
        margin: 8px 0 0px;
        position: relative;
        padding: 0px 0 5px;
    }

    .payment-block ul {
        padding: 0;
    }

    .payment-block {
        width: 100%;
        text-align: center;
    }

    .newsletter {
        width: 100%;
        margin-block: 0px 50px;
        padding-inline: 50px;
        text-align: center;
    }

    .social-block {
        width: 100%;
        text-align: center;
        padding: 0;
    }

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

    .tab-head {
        width: 100%;
        margin: 0;
    }

    #content .box .box-heading, #content .box.bestseller .box-heading, #content .blog-mainhead .box-heading, #content .box.ProductbyCategory .box-heading {
        font-size: 25px;
    }

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

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

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

    .product-layout.product-grid {
        width: 33.33%;
        min-height: 100%;
    }

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

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

    .category_list li {
        /* margin: 0 10px 10px 0; */
        margin-inline: 0 10px;
        margin-block: 0px 10px;
    }

    .breadcrumb {
        width: 100%;
    }

    .breadcrumb > li {
        white-space: normal;
    }

    .layout-1 #content {
        padding: 0;
        width: 100%;
    }



    #tabs_info.product-tab, .box.related_prd {
        margin: 30px 0 0;
        float: left;
        width: 100%;
        padding-inline: 0;
    }

    #tabs_info.product-tab .tab-content {
        /* max-height: 350px; */
        /* overflow-x: scroll; */
        width: 100%;
        float: left;
    }

    .col-sm-4.search_term {
        padding: 0 0 10px;
    }

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

    .information-contact #content {
        padding: 0;
        width: 100%;
        float: left;
        margin-top: 0;
    }

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

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

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

    .shopping-cart .btn-primary {
        margin: 0;
    }

    .listing {
        min-height: unset;
        padding: 80px 15px;
        line-height: 30px;
    }

    .alert.alert-success.animated {
        width: 100%;
    }

    .cms-inner-block1.full-banner-inner .description .subtitle {
        display: none;
    }

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

    .countbox .timebox {
        margin: 0 5px 0 0;
        width: 20%;
        padding: 0 10px;
    }

    .count-down .countbox strong {
        width: auto;
    }

    .count-down.clock {
        float: none;
    }

    .countbox .timebox::after {
        right: 0;
    }

    #content .collection-right-banner .image-title > h3 {
        font-size: 22px;
    }

    .hometab {
        margin-top: 20px;
    }

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

    .image .stock_status {
        display: block;
    }

    .owl-controls.clickable .owl-buttons {
        display: none !important;
    }

    .col-sm-3.header_cart {
        width: auto;
        padding: 0;
        float: left;
    }

    .footer-blocks .toggle {
        background: none;
        padding: 10px 0px;
        margin: 0 auto;
        float: left;
        width: 100%;
        text-align: left;
    }

    .cmsbanner-block-second {
        text-align: center;
    }

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

    .box-content-cms .first-content.main-content::after, .box-content-cms .second-content.main-content::after, .box-content-cms .third-content.main-content::after {
        display: none;
    }

    .box-content-cms .main-content {
        text-align: center;
        padding: 0;
        width: 100%;
        margin: 0;
    }

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

    #my-video {
        position: relative !important;
    }

    .video-content {
        width: 100%;
        height: auto;
    }

    .video-text {
        bottom: 20px;
    }

    .homepage_video {
        margin: 50px 0;
    }

    .banner-content {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }

    .banner-content img {
        display: inline-block;
    }

    .txt-news {
        width: 100%;
    }

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

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

    .cmsbanner-block-second .cms-inner-block1, .cmsbanner-block-second .cms-inner-block2 {
        float: none;
        text-align: center;
        display: inline-block;
    }
}

@media (max-width: 640px) {
    .header-center {
        margin-inline-end: 5px;
    }

    .header_search.active .header-toggle {
        background-size: 16px;
    }

    .header-middle {
        padding-inline: 40px;
    }

    .col-sm-4.header-logo {
        width: 170px;
        margin-inline-end: 0;
    }

    .content_headercms_top {
        margin-top: 7px;
    }

    .header-toggle {
        height: 45px;
        width: 26px;
        background-size: 20px;
    }

    .header-right {
        margin-inline-start: 0;
    }

    .content_headercms_top .box .box-heading::before {
        background-size: 18px;
    }

    .dropdown.myaccount {
        padding: 0;
    }

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


    #cart .item-count {
        height: 15px;
        width: 14px;
        font-size: 11px;
        top: -4px;
        line-height: 14px;
        right: 1px;
    }

    .col-sm-5.header_search {
        right: 0px;
    }


    .account #cart {
        padding-right: 0;
    }

    .col-sm-3.header_cart {
        margin-inline-start: 10px;
    }

    .product-layout.product-grid {
        width: 50%;
        min-height: 100%;
        /* padding-inline: 20px; */
    }
}

@media only screen and (max-width: 479px) {
    #cms_subbbanner_block {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

    .category_list_cms .description {
        left: 32px;
    }

    .dropdown-menu.pull-right {
        right: -56px !important;
        left: auto;
    }

    .swiper-container {
        /* margin-block-start: 0; */
    }

    .product-compare .stock_status {
        margin-block-end: 2px;
    }

    .header_search.active .header-toggle {
        background-size: 14px;
    }

    .content-top-breadcum .page-title {
        font-size: 22px;
        line-height: 28px;
    }

    .layout-2 .content-top-breadcum {
        padding: 40px 0;
        margin-bottom: 20px;
    }

    .product-layout.product-grid {
        width: 50%;
        padding: 0;
    }

    .dropdown-menu.dropdown-menu-right.myaccount-menu {
        top: 50px;
        right: -50px;
        left: auto;
    }



  

    .search_box {
        display: none;
    }


    .account #cart {
        padding-right: 0;
    }

    .cart_image {
        height: 24px;
        width: 18px;
        background-size: 18px;
    }


    .col-sm-3.header_cart {
        margin-inline-start: 0;
    }


    .header_compare #compare-total-home {
        background-size: 16px;
        height: 20px;
        width: 24px;
    }

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

    .blog-mainhead {
        margin-block: 30px;
    }

    .box.megnorblog {
        margin-block: 5px 0;
    }

    /* .product-details .stock_status.cart_button {
		bottom: 9px;
	} */
    .cmsbanner-block2 .block-combine .cms-inner2 {
        margin-block-start: 25px;
    }

    .product-block.product-thumb {
        padding: 0 5px;
    }

    .newsletter {
        padding-inline: 0px;
    }

    .newsletter_text {
        padding-inline: 39px;
    }

    .newsletter_text::before {
        position: relative;
        width: 100%;
    }

    .product-block .product-details {
        text-align: left;
        padding: 10px 5px;
    }

    #product-special .product-block .product-details {
        padding: 0 15px;
    }

    #featured-grid .img-responsive {
        display: inline-block;
    }

    .special-part .container {
        padding: 0;
    }

    #servicecmsinfo_block1 .inner-content {
        padding: 0;
    }

    .col-sm-5.header_search {
        margin-top: 3px;
        right: 0;
    }

    .newsletter #txtemail {
        width: 100%;
    }

    #testimonial .special-link {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .text-cms .text-button {
        /* width: 100%; */
        float: none;
        text-align: center;
        display: block;
        margin-left: 35%;
        width: 35%;
        margin-top: 10px;
    }

    .text-cms .static-wrapper {
        font-size: 20px;
        text-align: right;
    }

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

  

    #servicecmsblock {
        margin: 0;
    }

    .header-middle {
        padding: 15px;
    }

    .account {
        float: right;
        margin-top: 8px;
    }

    .cart_image {
        background-size: 18px;
        margin: 0;
    }

    .content_headercms_top {
        margin-top: 0;
    }

    .content_headercms_top .box .box-heading::before {
        background-size: 16px;
        margin-top: 3px;
    }

    .header-toggle {
        height: 30px;
        width: 20px;
        background-size: 17px;
    }

    .resp_menu {
        margin: 0;
    }

    .header-center {
        float: right;
        width: auto;
        margin-inline-start: 5px;
        margin-inline-end: 0;
    }

    .account {
        float: right;
        display: inline-block;
    }

    .header-logo {
        float: none;
    }

    .testimonial_inner .title {
        font-size: 19px;
    }

    #testimonial .peoplesay-block {
        width: 100%;
    }

    .product-block .cart_button {
        padding: 7px 8px;
        font-size: 11px;
    }

    .cms2_img .description {
        top: 10%;
    }

    .subtitle, .subtitle1 {
        font-size: 28px;
    }

    .cmsbanner-block-second .cms-inner-block2 .description .title {
        font-size: 30px;
        line-height: 50px;
    }

    .col-sm-4.header-logo {
        float: left;
        margin-block-start: 3px;
        margin-inline: 0 10px;
        width: 100px;
    }

    .header_top .account {
        margin: 10px 0 0;
        width: auto;
    }

    .cmsbanner-block .description .title {
        font-size: 16px;
        margin: 0;
    }

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

    .cmsbanner-block .shop_button {
        padding: 4px 7px;
        margin-block-start: 30px;
    }

    .cmsbanner-block .description .banner_text {
        margin: 10px 0 0 0;
    }

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

    .myaccount > a {
        padding: 0;
        height: 35px;
        width: 28px;
        background-size: 19px;
    }

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

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


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

    #cart .dropdown-menu {
        width: 300px;
    }

    .stock_status {
        font-size: 12px;
    }

    .social-block > ul {
        padding: 0;
    }

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

    .module_default_width {
        width: 50%;
    }

    #content .banners-slider-carousel .product-block {
        margin: 0;
    }

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

    .product-block.product-thumb.transition {
        float: none;
    }

    .countdown {
        bottom: 0;
        position: relative;
    }

    .countbox.hastime {
        border: none;
        padding: 0;
    }

    .countbox .timebox {
        margin: 0;
        width: 25%;
    }

    .count-down .countbox strong {
        font-size: 12px;
        font-weight: 400;
    }

    .countbox .timebox::after {
        right: 0;
        height: 20px;
        font-size: 12px;
        color: #3d3d3d;
    }

    .countbox .timebox .time {
        font-size: 10px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .sort-by-wrapper {
        width: 100%;
    }

    .show-wrapper {
        margin: 15px 0 0;
    }

    .category_filter .btn-list-grid {
        padding: 0;
    }

    .category_filter .show {
        margin: 7px 10px 0 0;
    }

    .pagination-wrapper .page-link, .pagination-wrapper .page-result {
        width: 100%;
        text-align: center;
    }

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

    .payment-block ul img {
        margin-bottom: 5px;
    }


    .nav-tabs > li {
        width: 100%;
    }

    #content.productpage .product-title {
        font-size: 25px;
    }

    .productpage .write-review, .productpage .review-count {
        margin: 0 5px;
    }

    .productpage .form-group.qty .wishlist {
        margin: 0;
    }

    #button-search {
        width: 100%;
        margin: 10px 0 20px;
    }

    .information-contact #content {
        padding: 15px;
        background-repeat: repeat;
    }

    .cms-inner-block1.full-banner-inner .description {
        display: none;
    }

    .box-content-cms .main-content {
        width: 100%;
    }

    #content .box .box-content, .related_prd .box-content {
        margin: 0 -5px;
    }

    .product-block-inner {
        padding: 0 5px;
    }

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

    .blog-left {
        width: 100%;
    }

    .newsletter .btn.btn-lg {
        padding: 8px 10px;
        width: 100%;
        margin: 8px 0 0 0;
    }

    .video-text {
        bottom: 0;
        position: relative;
    }

    .video-text-content {
        padding: 20px 15px;
    }

    .video-buttopns {
        top: 20%;
    }

    .featured .image_cover {
        width: 100%;
    }

    .featured .product-block .product-details {
        padding: 0;
        width: 100%;
        min-height: 100px;
    }

    .featured .product-block-inner {
        border: none;
        padding: 0 5px;
        margin: 0;
        width: 100%;
    }

    .featured .product-block.product-thumb.transition {
        float: left;
        padding: 0;
    }

    .featured_default_width {
        width: 100%;
    }

    .test-dec {
        bottom: 10px;
    }

    .productpage .product-left {
        width: 290px;
    }

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

    }

    #product .form-group #input-quantity, .quickview-model #input-quantity {
        width: 100px;
        margin-block-end: 10px;
    }

    .header_compare #compare-total {
        background-position: 0 1px;
    }

    .header_compare {
        margin-inline-start: 0;
    }
}

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

.checkout-cart #accordion .panel-title > a, .checkout-checkout #accordion .panel-title {
    background: #efefef none repeat scroll 0 0;
    font-weight: 400;
    padding: 15px;
    margin: 0 0 10px 0;
    font-size: 15px;
}

#accordion .panel-title > a {
    color: inherit;
}

#accordion .panel-heading .fa.fa-caret-down {
    float: right;
    margin-top: 4px;
}

#accordion .col-sm-10 {
    width: 75%;
}

#accordion .form-horizontal .control-label {
    text-align: left;
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0 !important;
}

#accordion.panel-group .panel {
    width: 100%;
    background-color: #fff;
    border: none;
}

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

.container {
    padding: 0;
}

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

/* Megnor www.templatemela.com End */

#button-ukrcredits {
    position: relative;
    width: 48%;
    margin-top: 10px;
    text-transform: none;
    font-size: 15px;
}

@media(max-width: 1350px) {
    #button-ukrcredits {
        width: 100%;
    }
}

@media(max-width: 760px){
    #button-ukrcredits {
        width: 48%;
    }
}

@media(max-width: 480px){
    #button-ukrcredits {
        width: 100%;
    }
}

@media(max-width: 767px){
    #modal_payment .modal-dialog{
        margin: 20px;
    }
}

#modal_payment .modal-dialog{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0!important;
    margin-bottom: 0!important;
}

#button-ukrcredits:not(:hover) > div {
    display: none;
}
@media all and (min-width: 1450px) {
    .chado-section-blog-category {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .chado-blog-category-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 32px;
        color: #1A1A1A;
    }

    .chado-blog-category-flex {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .chado-blog-category-flex-left {
        display: inline-block;
        position: relative;
        width: 75%;
    }

    .chado-blog-category-tabs {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 12px;
    }

    .chado-blog-category-tab {
        display: inline-block;
        position: relative;
        margin-right: 28px;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #828282;
        padding-bottom: 10px;
        top: 3px;
    }

    .chado-blog-category-tab:hover, .chado-blog-category-tab-active {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1F1F1F;
        border-bottom: 5px solid #1F1F1F;
        border-radius: 3px;
    }

    .chado-blog-category-posts {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .chado-blog-category-main-post {
        display: inline-flex;
        position: relative;
        margin-right: 20px;
        margin-top: 20px;
        width: 640px;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .chado-blog-category-main-post:hover {
        text-decoration: none;
    }

    .chado-blog-category-main-post-image {
        display: inline-block;
        position: relative;
        height: 420px;
    }

    .chado-blog-category-main-post-image img {
        max-width: 420px;
        max-height: 420px;
    }

    .chado-blog-category-main-post-description {
        display: inline-block;
        position: relative;
        padding: 17px 19px;
    }

    .chado-blog-category-main-post-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-main-post-name {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-category-main-post a:hover {
        text-decoration: none;
    }

    .chado-blog-category-main-post-opis {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1A1A1A;
    }

    .chado-blog-category-main-post-bottom {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 17px 19px;
    }

    .chado-blog-category-main-post-tags {
        display: block;
        position: relative;
    }

    .chado-blog-category-main-post-tags-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }

    .chado-blog-category-main-post-tags-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }

    .chado-blog-category-main-post-tags-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }

    .chado-blog-category-main-post-tags-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }

    .chado-blog-category-main-post-tags a:last-child {
        margin-right: 0;
    }

    .chado-blog-category-main-post-viewed {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-main-post-viewed-icon {
        display: inline-block;
        position: relative;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        margin-right: 4px;
        top: 1px;
    }

    .chado-blog-category-post {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        margin-top: 20px;
        width: 310px;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .chado-blog-category-post:hover {
        text-decoration: none;
    }

    .chado-blog-category-post-image {
        display: block;
        position: relative;
        text-align: center;
    }

    .chado-blog-category-post-image img {
        width: 100%;
        height: 170px;
    }

    .chado-blog-category-post-description {
        display: block;
        position: relative;
        padding: 17px 19px;
    }

    .chado-blog-category-post-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-post-name {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
        height: 47px;
    }

    .chado-blog-category-post a:hover {
        text-decoration: none;
    }

    .chado-blog-category-post-opis {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1A1A1A;
        height: 45px;
    }

    .chado-blog-category-post-tags {
        display: block;
        position: relative;
    }

    .chado-blog-category-post-tags-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }

    .chado-blog-category-post-tags-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }

    .chado-blog-category-post-tags-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }

    .chado-blog-category-post-tags-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }

    .chado-blog-category-post-tags a:last-child {
        margin-right: 0;
    }

    .chado-blog-category-post-viewed {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-post-viewed-icon {
        display: inline-block;
        position: relative;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        margin-right: 4px;
        top: 1px;
    }

    .chado-blog-category-post:nth-child(2) {
        margin-right: 0;
    }

    .chado-blog-category-post:nth-child(3n+2) {
        margin-right: 0;
    }

    .chado-blog-category-flex-right {
        display: inline-block;
        position: relative;
        width: 24%;
        margin-left: 1%;
    }

    .chado-blog-category-popular {
        display: block;
        position: relative;
        padding: 28px 28px;
        border: 1px solid #1F1F1F;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .chado-blog-category-popular-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1F1F1F;
    }

    .chado-blog-category-popular-item {
        display: block;
        position: relative;
        margin-top: 28px;
        padding-bottom: 26px;
        border-bottom: 1px solid #1F1F1F;
    }

    .chado-blog-category-popular-item:hover {
        text-decoration: none;
    }

    .chado-blog-category-popular-item:last-child {
        border-bottom: none;
    }

    .chado-blog-category-popular-item-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-popular-item-name {
        display: block;
        position: relative;
        margin-top: 8px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-category-popular-item:hover .chado-blog-category-popular-item-name {
        color: #1F1F1F;
    }

    .chado-blog-category-popular-item-description {
        display: block;
        position: relative;
        margin-top: 12px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4F4F4F;
    }

    .chado-section-blog {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .chado-blog-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 32px;
        color: #1A1A1A;
    }

    .chado-blog-top {
        display: block;
        position: relative;
        margin-top: 9px;
    }

    .chado-blog-top-date {
        display: inline-block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-top-viewed {
        display: inline-block;
        position: relative;
        margin-left: 24px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-top-viewed-icon {
        display: inline-block;
        position: relative;
        margin-right: 4px;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        top: 1px;
    }

    .chado-blog-flex {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .chado-blog-flex-left {
        display: inline-block;
        position: relative;
        width: 74%;
    }

    .chado-blog-content {
        display: block;
        position: relative;
    }

    .chado-blog-content h3 {
        display: block;
        position: relative;
        margin-top: 28px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 22px;
        color: #1A1A1A;
    }

    .chado-blog-content p {
        display: block;
        position: relative;
        margin-top: 24px;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-content img {
        max-width: 100%;
    }

    .chado-blog-content ul {
        padding-left: 16px;
    }

    .chado-blog-content li {
        list-style-type: disc;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
        margin-bottom: 15px;
    }

    .chado-blog-content li:last-child {
        margin-bottom: 0;
    }

    .chado-blog-flex-right {
        display: inline-block;
        position: relative;
        width: 23%;
        margin-left: 2%;
    }

    .chado-blog-popular {
        display: block;
        position: relative;
        padding: 28px 28px;
        border: 1px solid #1F1F1F;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .chado-blog-popular-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1F1F1F;
    }

    .chado-blog-popular-item {
        display: block;
        position: relative;
        margin-top: 28px;
        padding-bottom: 26px;
        border-bottom: 1px solid #1F1F1F;
    }

    .chado-blog-popular-item:hover {
        text-decoration: none;
    }

    .chado-blog-popular-item:last-child {
        border-bottom: none;
    }

    .chado-blog-popular-item-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-popular-item-name {
        display: block;
        position: relative;
        margin-top: 8px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-popular-item:hover .chado-blog-popular-item-name {
        color: #1F1F1F;
    }

    .chado-blog-popular-item-description {
        display: block;
        position: relative;
        margin-top: 12px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4F4F4F;
    }
    .chado-blog-bottom {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .chado-blog-bottom-tags {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
    }

    .chado-blog-bottom-tag-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }
    .chado-blog-bottom-tag-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }
    .chado-blog-bottom-tag-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }
    .chado-blog-bottom-tag-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }
    .chado-blog-bottom-shares {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
        padding-right: 50px;
    }

    .chado-blog-bottom-shares-label {
        display: inline-block;
        position: relative;
        margin-right: 13px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-bottom-share {
        display: inline-block;
        position: relative;
        margin-left: 15px;
    }

    .chado-blog-category-no-posts {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-category-pagination {
        display: block;
        position: relative;
        margin-top: 20px;
        text-align: center;
    }
}
@media all and (min-width: 1200px) and (max-width: 1449px) {
    .chado-section-blog-category {
        display: block;
        position: relative;
    }

    .chado-blog-category-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 32px;
        color: #1A1A1A;
    }

    .chado-blog-category-flex {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .chado-blog-category-flex-left {
        display: inline-block;
        position: relative;
        width: 81%;
    }

    .chado-blog-category-tabs {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 12px;
    }

    .chado-blog-category-tab {
        display: inline-block;
        position: relative;
        margin-right: 28px;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #828282;
        padding-bottom: 10px;
        top: 3px;
    }

    .chado-blog-category-tab:hover, .chado-blog-category-tab-active {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1F1F1F;
        border-bottom: 5px solid #1F1F1F;
        border-radius: 3px;
    }

    .chado-blog-category-posts {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .chado-blog-category-main-post {
        display: inline-flex;
        position: relative;
        margin-right: 20px;
        margin-top: 20px;
        width: 600px;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .chado-blog-category-main-post:hover {
        text-decoration: none;
    }

    .chado-blog-category-main-post-image {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        height: 420px;
    }

    .chado-blog-category-main-post-image img {
        max-width: 360px;
        max-height: 420px;
    }

    .chado-blog-category-main-post-description {
        display: inline-block;
        position: relative;
        padding: 17px 19px;
    }

    .chado-blog-category-main-post-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-main-post-name {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-category-main-post a:hover {
        text-decoration: none;
    }

    .chado-blog-category-main-post-opis {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1A1A1A;
    }

    .chado-blog-category-main-post-bottom {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 17px 19px;
    }

    .chado-blog-category-main-post-tags {
        display: block;
        position: relative;
    }

    .chado-blog-category-main-post-tags-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }

    .chado-blog-category-main-post-tags-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }

    .chado-blog-category-main-post-tags-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }

    .chado-blog-category-main-post-tags-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }

    .chado-blog-category-main-post-tags a:last-child {
        margin-right: 0;
    }

    .chado-blog-category-main-post-viewed {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-main-post-viewed-icon {
        display: inline-block;
        position: relative;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        margin-right: 4px;
        top: 1px;
    }

    .chado-blog-category-post {
        display: inline-block;
        position: relative;
        margin-right: 20px;
        margin-top: 20px;
        width: 310px;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .chado-blog-category-post:hover {
        text-decoration: none;
    }

    .chado-blog-category-post-image {
        display: block;
        position: relative;
        text-align: center;
    }

    .chado-blog-category-post-image img {
        width: 100%;
        height: 170px;
    }

    .chado-blog-category-post-description {
        display: block;
        position: relative;
        padding: 17px 19px;
    }

    .chado-blog-category-post-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-post-name {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
        height: 47px;
    }

    .chado-blog-category-post a:hover {
        text-decoration: none;
    }

    .chado-blog-category-post-opis {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1A1A1A;
        height: 45px;
    }

    .chado-blog-category-post-tags {
        display: block;
        position: relative;
    }

    .chado-blog-category-post-tags-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }

    .chado-blog-category-post-tags-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }

    .chado-blog-category-post-tags-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }

    .chado-blog-category-post-tags-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }

    .chado-blog-category-post-tags a:last-child {
        margin-right: 0;
    }

    .chado-blog-category-post-viewed {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-post-viewed-icon {
        display: inline-block;
        position: relative;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        margin-right: 4px;
        top: 1px;
    }

    .chado-blog-category-post:nth-child(2) {
        margin-right: 0;
    }

    .chado-blog-category-post:nth-child(3n+2) {
        margin-right: 0;
    }

    .chado-blog-category-flex-right {
        display: inline-block;
        position: relative;
        width: 18%;
        margin-left: 1%;
    }

    .chado-blog-category-popular {
        display: block;
        position: relative;
        padding: 28px 28px;
        border: 1px solid #1F1F1F;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .chado-blog-category-popular-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1F1F1F;
    }

    .chado-blog-category-popular-item {
        display: block;
        position: relative;
        margin-top: 28px;
        padding-bottom: 26px;
        border-bottom: 1px solid #1F1F1F;
    }

    .chado-blog-category-popular-item:hover {
        text-decoration: none;
    }

    .chado-blog-category-popular-item:last-child {
        border-bottom: none;
    }

    .chado-blog-category-popular-item-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-popular-item-name {
        display: block;
        position: relative;
        margin-top: 8px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-category-popular-item:hover .chado-blog-category-popular-item-name {
        color: #1F1F1F;
    }

    .chado-blog-category-popular-item-description {
        display: block;
        position: relative;
        margin-top: 12px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4F4F4F;
    }

    .chado-section-blog {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .chado-blog-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 32px;
        color: #1A1A1A;
    }

    .chado-blog-top {
        display: block;
        position: relative;
        margin-top: 9px;
    }

    .chado-blog-top-date {
        display: inline-block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-top-viewed {
        display: inline-block;
        position: relative;
        margin-left: 24px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-top-viewed-icon {
        display: inline-block;
        position: relative;
        margin-right: 4px;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        top: 1px;
    }

    .chado-blog-flex {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .chado-blog-flex-left {
        display: inline-block;
        position: relative;
        width: 74%;
    }

    .chado-blog-content {
        display: block;
        position: relative;
    }

    .chado-blog-content h3 {
        display: block;
        position: relative;
        margin-top: 28px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 22px;
        color: #1A1A1A;
    }

    .chado-blog-content p {
        display: block;
        position: relative;
        margin-top: 24px;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-content img {
        max-width: 100%;
    }

    .chado-blog-content ul {
        padding-left: 16px;
    }

    .chado-blog-content li {
        list-style-type: disc;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
        margin-bottom: 15px;
    }

    .chado-blog-content li:last-child {
        margin-bottom: 0;
    }

    .chado-blog-flex-right {
        display: inline-block;
        position: relative;
        width: 23%;
        margin-left: 2%;
    }

    .chado-blog-popular {
        display: block;
        position: relative;
        padding: 28px 28px;
        border: 1px solid #1F1F1F;
        box-sizing: border-box;
        border-radius: 5px;
    }

    .chado-blog-popular-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1F1F1F;
    }

    .chado-blog-popular-item {
        display: block;
        position: relative;
        margin-top: 28px;
        padding-bottom: 26px;
        border-bottom: 1px solid #1F1F1F;
    }

    .chado-blog-popular-item:hover {
        text-decoration: none;
    }

    .chado-blog-popular-item:last-child {
        border-bottom: none;
    }

    .chado-blog-popular-item-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-popular-item-name {
        display: block;
        position: relative;
        margin-top: 8px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-popular-item:hover .chado-blog-popular-item-name {
        color: #1F1F1F;
    }

    .chado-blog-popular-item-description {
        display: block;
        position: relative;
        margin-top: 12px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4F4F4F;
    }
    .chado-blog-bottom {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
    }

    .chado-blog-bottom-tags {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
    }

    .chado-blog-bottom-tag-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }
    .chado-blog-bottom-tag-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }
    .chado-blog-bottom-tag-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }
    .chado-blog-bottom-tag-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }
    .chado-blog-bottom-shares {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
        padding-right: 50px;
    }

    .chado-blog-bottom-shares-label {
        display: inline-block;
        position: relative;
        margin-right: 13px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-bottom-share {
        display: inline-block;
        position: relative;
        margin-left: 15px;
    }

    .chado-blog-category-no-posts {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
    }
    .chado-blog-category-pagination {
        display: block;
        position: relative;
        margin-top: 20px;
        text-align: center;
    }
}
@media all and (max-width: 1199px)
{
    .chado-section-blog-category {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .chado-blog-category-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1A1A1A;
    }

    .chado-blog-category-flex {
        display: block;
        position: relative;
        margin-top: 20px;
    }

    .chado-blog-category-flex-left {
        display: block;
        position: relative;
    }

    .chado-blog-category-tabs {
        display: flex;
        position: relative;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 8px;
    }

    .chado-blog-category-tab {
        display: inline-block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #828282;
        padding: 7px 10px;
        top: 0;
        white-space: nowrap;
    }

    .chado-blog-category-tab:hover, .chado-blog-category-tab-active {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
        border-bottom: 5px solid #1F1F1F;
        border-radius: 3px;
    }

    .chado-blog-category-posts {
        display: flex;
        position: relative;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .chado-blog-category-main-post {
        display: block;
        position: relative;
        margin-top: 20px;
        width: 100%;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .chado-blog-category-main-post:hover {
        text-decoration: none;
    }

    .chado-blog-category-main-post-image {
        display: block;
        position: relative;
        text-align: center;
        background: #ffffff;
    }

    .chado-blog-category-main-post-image img {
        max-width: 100%;
        height: 280px;
    }

    .chado-blog-category-main-post-description {
        display: block;
        position: relative;
        padding: 17px 19px;
    }

    .chado-blog-category-main-post-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-main-post-name {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
        height: 30px;
    }

    .chado-blog-category-main-post a:hover {
        text-decoration: none;
    }

    .chado-blog-category-main-post-opis {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1A1A1A;
        height: 50px;
    }

    .chado-blog-category-main-post-tags {
        display: block;
        position: relative;
    }

    .chado-blog-category-main-post-tags-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }

    .chado-blog-category-main-post-tags-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }

    .chado-blog-category-main-post-tags-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }

    .chado-blog-category-main-post-tags-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }

    .chado-blog-category-main-post-tags a:last-child {
        margin-right: 0;
    }

    .chado-blog-category-main-post-viewed {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-main-post-viewed-icon {
        display: inline-block;
        position: relative;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        margin-right: 4px;
        top: 1px;
    }

    .chado-blog-category-post {
        display: block;
        position: relative;
        margin-top: 20px;
        width: 100%;
        border: 1px solid #E0E0E0;
        border-radius: 5px;
    }

    .chado-blog-category-post:hover {
        text-decoration: none;
    }

    .chado-blog-category-post-image {
        display: block;
        position: relative;
        text-align: center;
        background: #ffffff;
    }

    .chado-blog-category-post-image img {
        max-width: 100%;
        height: 280px;
    }

    .chado-blog-category-post-description {
        display: block;
        position: relative;
        padding: 17px 19px;
    }

    .chado-blog-category-post-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-post-name {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
        height: 30px;
    }

    .chado-blog-category-post a:hover {
        text-decoration: none;
    }

    .chado-blog-category-post-opis {
        display: block;
        position: relative;
        margin-top: 11px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1A1A1A;
        height: 50px;
    }

    .chado-blog-category-post-tags {
        display: block;
        position: relative;
    }

    .chado-blog-category-post-tags-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }

    .chado-blog-category-post-tags-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }

    .chado-blog-category-post-tags-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }

    .chado-blog-category-post-tags-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }

    .chado-blog-category-post-tags a:last-child {
        margin-right: 0;
    }

    .chado-blog-category-post-viewed {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-post-viewed-icon {
        display: inline-block;
        position: relative;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        margin-right: 4px;
        top: 1px;
    }

    .chado-blog-category-flex-right {
        display: block;
        position: relative;
    }

    .chado-blog-category-popular {
        display: block;
        position: relative;
        padding: 28px 18px;
        border: 1px solid #1F1F1F;
        box-sizing: border-box;
        border-radius: 5px;
        width: 100%;
    }

    .chado-blog-category-popular-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1F1F1F;
    }

    .chado-blog-category-popular-item {
        display: block;
        position: relative;
        margin-top: 28px;
        padding-bottom: 26px;
        border-bottom: 1px solid #1F1F1F;
    }

    .chado-blog-category-popular-item:hover {
        text-decoration: none;
    }

    .chado-blog-category-popular-item:last-child {
        border-bottom: none;
    }

    .chado-blog-category-popular-item-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-category-popular-item-name {
        display: block;
        position: relative;
        margin-top: 8px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-category-popular-item:hover .chado-blog-category-popular-item-name {
        color: #1F1F1F;
    }

    .chado-blog-category-popular-item-description {
        display: block;
        position: relative;
        margin-top: 12px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4F4F4F;
    }

    .chado-section-blog {
        display: block;
        position: relative;
        margin-bottom: 20px;
    }

    .chado-blog-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1A1A1A;
    }

    .chado-blog-top {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        margin-top: 9px;
    }

    .chado-blog-top-date {
        display: inline-block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-top-viewed {
        display: inline-block;
        position: relative;
        margin-left: 24px;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-top-viewed-icon {
        display: inline-block;
        position: relative;
        margin-right: 4px;
        background: url('/image/social/icon_view.png') no-repeat 0 0;
        width: 18px;
        height: 12px;
        top: 1px;
    }

    .chado-blog-flex {
        display: block;
        position: relative;
    }

    .chado-blog-flex-left {
        display: block;
        position: relative;
    }

    .chado-blog-content {
        display: block;
        position: relative;
    }

    .chado-blog-content h3 {
        display: block;
        position: relative;
        margin-top: 28px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-content p {
        display: block;
        position: relative;
        margin-top: 24px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1A1A1A;
    }

    .chado-blog-content img {
        max-width: 100%;
    }

    .chado-blog-content ul {
        padding-left: 16px;
    }

    .chado-blog-content li {
        list-style-type: disc;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
        margin-bottom: 15px;
    }

    .chado-blog-content li:last-child {
        margin-bottom: 0;
    }

    .chado-blog-flex-right {
        display: block;
        position: relative;
    }

    .chado-blog-popular {
        display: block;
        position: relative;
        padding: 28px 18px;
        border: 1px solid #1F1F1F;
        box-sizing: border-box;
        border-radius: 5px;
        margin-top: 40px;
    }

    .chado-blog-popular-title {
        display: block;
        position: relative;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 24px;
        color: #1F1F1F;
    }

    .chado-blog-popular-item {
        display: block;
        position: relative;
        margin-top: 28px;
        padding-bottom: 26px;
        border-bottom: 1px solid #1F1F1F;
    }

    .chado-blog-popular-item:hover {
        text-decoration: none;
    }

    .chado-blog-popular-item:last-child {
        border-bottom: none;
    }

    .chado-blog-popular-item-date {
        display: block;
        position: relative;
        font-family: 'Inter Tight';
        font-size: 14px;
        color: #828282;
    }

    .chado-blog-popular-item-name {
        display: block;
        position: relative;
        margin-top: 8px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-popular-item:hover .chado-blog-popular-item-name {
        color: #1F1F1F;
    }

    .chado-blog-popular-item-description {
        display: block;
        position: relative;
        margin-top: 12px;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4F4F4F;
    }

    .chado-blog-bottom {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .chado-blog-bottom-tags {
        display: inline-flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
    }

    .chado-blog-bottom-tag-red {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #1F1F1F;
        color: #1F1F1F;
    }
    .chado-blog-bottom-tag-red:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #1F1F1F;
    }
    .chado-blog-bottom-tag-green {
        display: inline-block;
        position: relative;
        padding: 3px 11px;
        border-radius: 5px;
        font-family: 'Inter Tight';
        font-size: 16px;
        margin-right: 10px;
        margin-top: 10px;
        border: 1px solid #4AA81B;
        color: #4AA81B;
    }
    .chado-blog-bottom-tag-green:hover {
        text-decoration: none;
        font-family: 'Inter Tight';
        font-size: 16px;
        color: #4AA81B;
    }
    .chado-blog-bottom-shares {
        display: block;
        position: relative;
        margin-top: 24px;
    }

    .chado-blog-bottom-shares-label {
        display: block;
        position: relative;
        margin-right: 13px;
        font-family: 'Inter Tight'; font-weight: 500;
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-bottom-share {
        display: inline-block;
        position: relative;
        margin-top: 15px;
        margin-right: 15px;
    }

    .chado-blog-category-no-posts {
        display: inline-block;
        position: relative;
        margin-top: 10px;
        font-family: 'Inter Tight';
        font-size: 18px;
        color: #1A1A1A;
    }

    .chado-blog-category-pagination {
        display: block;
        position: relative;
        margin-top: 20px;
        text-align: center;
    }
}
#button-ukrcredits > div {
    position: absolute;
    bottom: 50px;
    left: -21%;
    right: 0;
    margin: auto;
    border-radius: 0.7rem;
    box-shadow: 0 0 1.3rem 0 rgba(0,0,0,0.4);
    background: #fff;
    color: #252C32;
    text-align: left;
    width: 26rem;
    text-transform: initial;
    white-space: initial;
    padding: 20px;
    font-size: 15px;
    z-index: 10000;
}

@media(max-width: 991px) {
	#button-ukrcredits > div {
		display: none!important;
	}
}

#button-ukrcredits > div li {
    list-style: inherit; 
}

#button-ukrcredits > div ul {
    padding-left: 20px;
        margin-bottom: 0;
}

@media(max-width: 991px){       
    .art_btn_ukr{
        display: block!important;
    }   
}

/* .heart {
    position: absolute;
    color: red;
    font-size: 20px;
    animation: fall linear infinite;
}
@keyframes fall {
    0% { transform: translateY(-10vh) rotate(0deg); opacity: 1; }
    100% { transform: translateY(100vh) rotate(360deg); opacity: 0; }
} */
.sliderfc {
    display: none !important;
}
.bf_widget {
    width: 100%;
    background-color: #FF3B2F;
    height: 41px;
    position: relative;
    overflow: hidden;
    line-height: 41px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
}
.b_one_a {
    color:#fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
    margin-right: 25px;
    text-decoration: underline;
    animation: move-left 15s linear infinite;
    white-space: nowrap;
  }

  .b_one_a:hover{
    text-decoration: none;
  }
  @keyframes move-left {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
  /* .b_one_a:nth-child(1) {
    animation: slider 12s infinite;
  }
  
  .b_one_a:nth-child(2) {
    animation: slider 12s infinite 4s;
  }
  
  .b_one_a:nth-child(3) {
    animation: slider 12s infinite 8s;
  }
  
  @keyframes slider {
    0% { opacity: 0; z-index: 0; pointer-events: none; }
    8.33% { opacity: 1; z-index: 1; pointer-events: auto; }
    33.33% { opacity: 1; z-index: 1; pointer-events: auto; }
    41.66% { opacity: 0; z-index: 0; pointer-events: none; }
    100% { opacity: 0; z-index: 0; pointer-events: none; }
  } */
.bf_widget .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}
.bf_widget .container::before, .bf_widget .container::after {
    display: none;
}

.bf_widget .container {
    color:#000;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 2;
}
.bf_widget .container img {
    height: 45px;
 }
.bf_widget .container .zag { 
    font-size: 24px;
}
.bf_widget .container .zag span{ 
    font-size: 20px;
    background-color: #FF3B2F;
    border-radius: 21px;
    padding-left: 10px;
    padding-right: 10px;
    height: 30px;
    color:#fff;
    line-height: 30px;    
    display: inline-block;
}
.bf_widget .container .bbut {
    border: 1px solid #000;
    background-color: #000;
    color:#fff;
    text-transform: uppercase;
    padding: 5px 10px;
    text-align: center;
    transition: 0.2s;
    border-radius: 21px;
    font-size: 14px;
    cursor: pointer;
}
.bf_widget .container .bbut:hover {
    background-color: #fff;
    color:#000;
}
@keyframes scaleEffect {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.9);
    }
    100% {
      transform: scale(1);
    }
}
.bf_widget .container .bf_txt p {
    opacity: 0.8;
    margin-bottom: 0;
}
@media(max-width: 769px){       
    .main-slider_desc .btn.sliderfc {
        display: block !important;
        background-color: transparent;
        color:#fff;
        margin-top: 16px !important;
        margin-bottom: -100px !important;
        text-transform: uppercase;
    }
    .main-slider_desc .btn {
        margin-bottom: 0 !important;
        margin-top: 100px !important;
    }
    .main-slider_desc_text {
        flex-direction: column;
    }
    .bf_widget .container img {
        height: 35px;
    }
    .bf_widget .container .zag {
        font-size: 14px;
    }
    .bf_widget .container .zag span {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
        height: 20px;
        line-height: 20px;
    }
    .bf_widget .container .bbut {
        display: none;
    }
}
.horizontal_cnt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form-design .horizontal_cnt .address-detail1, .contact-form-design .horizontal_cnt .telephone {
    border-bottom: none;
    width: 33%;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
}
/* Jet Cache: catalog/view/theme/OPC100247_5/stylesheet/style.css?v=5.0.0.0 */
body {

    /* padding-top: 70px; */
    padding-top: 0;

}
body.bodyfixed {
    padding-top: 70px;
}


body.common-home {



    background: #1F1F1F;

}



.d-flex {

    display: flex;

}



.align-center {

    align-items: center;

}



#bingc-phone-button.bingc-show {

    opacity: 0;

    z-index: -100;

    visibility: hidden;

}



.mobile-footer-line {

    display: none;

}



.main-header {

    background: #1F1F1F;

    transition: background 0.3s ease-in-out 0s;

    padding: 0;

    /* position: fixed; */

    width: 100%;

    z-index: 100;

    top: 0px;

    position: relative;

}



.main-header.fixed3 {

    background: #0b0b0b;

    position: fixed !important;

}

.main-header .row.align-center {
    display: flex;
}

/*

.main-header.fixed3 + * {

    padding-top: 67px;

}*/



.main-menu {

    display: flex;

    align-content: center;

padding: 0;

}



.main-menu a {

    color: #fff;

    font-size: 16px;

    padding: 0 14px;

}
.main-menu a:hover {
    text-decoration: underline;
}
.main-menu ul {
    display: flex;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
}
.main-menu > ul > li {
    position: relative;
    height: 70px;
    display: flex;
  align-items: center;
}
.main-menu ul ul{
    display: none;
    background-color: #1F1F1F;
    padding: 20px 10px 15px 10px;
    position: absolute;
    top:71px;
    left: 14px;
    width: 300px;
    z-index: 2;
}
.main-menu ul ul li {
    margin-bottom: 5px;
}
.main-menu ul li:hover ul {
    display: block;
}
.main-header_side {

    display: flex;

    align-items: center;

    padding-top: 0px;

    justify-content: end;

}



.header_contact {

    display: flex;

    align-items: center;

    position: relative;

    margin-right: 35px;

}



.header_contact > span, .header_contact > a {

    color: #fff;

    font-weight: 400;

    line-height: 24px;

    font-size: 14px;

    font-family: 'Jost', sans-serif;

    margin-left: 10px;

}



.header_wishlist, .header_user, .header_cart {

    height: 20px;

    width: 22px;

    display: block;

    margin-right: 15px;

}



.main-slider {

    background: #1F1F1F;

    padding: 0;

}





#main-home-slider {

    border-radius: 0px;

    overflow: hidden;

}





.main-slider_img {

    width: 100%;

    padding-top: 33%;

    background-size: cover;

    background-position: center;

    position: relative;

    z-index: 1;

}



.main-slider_img:after {

    content: "";

    display: block;

    width: 100%;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    background: rgba(0, 0, 0, 0.3);

}



.main-slider_desc {
position: relative;
   

    width: 100%;

    display: flex;

    justify-content: space-between;

    flex-direction: column;

    align-items: center;

    z-index: 2;

}



.information-information-4 .main-slider_img:after {

    display: none;

}



.information-information-4 .main-slider {

    background: 0;

    width: 100%;

    margin: 0 auto;

}



.information-information-4 .main-slider_img {

    padding-top: 40%;

}



.slider_desc_top {

    text-align: center;

}



.slider_desc_top img {

    width: 80px;

}



.slider_desc_top h1 {

    color: #fff;

    font-size: 55px;

    text-transform: uppercase;

    line-height: 70px;

    font-weight: 400;

    margin-bottom: 0;

    letter-spacing: -1px;

}



.main-slider_desc_line {

    color: #e3e2e2;

    font-size: 22px;

}



.main-slider_desc h1 img {

    width: 130px;

    position: relative;

    top: -10px;

}



.main-slider_desc_text {

    display: flex;

    width: 93%;

    justify-content: space-between;

    align-items: center;
    margin-top: 280px;


}



.main-slider_desc_text div {

    border-radius: 50px;

    padding: 10px 20px;

    background: rgba(255, 255, 255, 0.3);

    color: #fff;

    font-size: 15px;

    margin-bottom: 0;

    display: flex;

    text-align: center;

    width: 370px;

}



.main-slider_desc_text div span {

    margin-left: 10px;

}



.main-slider_desc .btn {

    font-size: 18px;

    background: #fff;

    border-color: #fff;

    color: #000;

}



.main-slider_desc .btn:hover {

    background: #6e6e6e;

    border-color: #6e6e6e;

}





.main-slider-new,

.product-bottom-slider {

    position: relative;

}



.product-bottom-slider {

    margin-top: 25px;

}



#slideshow999 .img-responsive,

.product-bottom-slider .img-responsive {

    width: 100%;

}



.main-slider-arrows, .product-bottom-slider-arrow {

    position: absolute;

    right: 50px;

    bottom: 10%;

    z-index: 10;

}





.main-slider-arrows button,

.product-bottom-slider-arrow button {

    display: inline-block;

    border: 0;

    border-radius: 50px;

    width: 48px;

    height: 48px;

    background: #fff;

    color: #333;

    line-height: 54px;

    padding: 0;

}



.main-slider-arrows button:hover,

.product-bottom-slider-arrow button:hover {

    background: rgba(255, 255, 255, 0.6);

}





.main-slider-arrows button i,

.product-bottom-slider-arrow button i {

    color: #333;

    font-size: 18px;

}


.main-slider .container {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.main-slider .container > .row {
    margin-left: 0;
    margin-right: 0;
}
.main-slider .container > .row .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
.main-category {

    background: #1F1F1F;

    padding: 100px 0;

    clear: both;

}



.main-category-wrap {

    display: flex;

    border-radius: 10px;

    overflow: hidden;

    width: 100%;

}



.main-category-item {

    width: 100%;

    position: relative;

    overflow: hidden;

}



.main-category-item img {

    width: 100%;

    transition: all 0.5s ease-in-out 0s;

}



.main-category-item a {

    width: auto;

    display: inline-block;

    justify-content: space-between;

    background: rgba(111, 111, 111, 0.5);

    border-radius: 50px;

    padding: 6px 18px 10px;

    margin: 0 auto;

    color: #fff;

    font-size: 20px;

}



/*

.main-category-item a:hover {

    min-width: 80%;

    justify-content: space-between;

    display: flex;

    align-items: center;

    transition: min-width 0.5s ease-in-out 0s;

}*/



.main-category-item:hover img {

    transform: scale(1.1);

}



.main-category-item a span {

    margin-right: 15px;

}



.main-category-item a i {

    font-size: 16px;

}



.main-category-item > div {

    position: absolute;

    left: 0;

    width: 100%;

    top: 30px;

    text-align: center;

    z-index: 2;

}



.main-top-category {

    background: #1F1F1F;

    clear: both;

    padding-top: 50px;

}





.main-heading {

    padding: 30px 0;

    border-top: 2px solid #fff;

    display: flex;

    justify-content: space-between;

    align-items: center;

}





.main-heading span {

    color: #fff;

    font-size: 34px;

    text-transform: uppercase;

    display: block;

}





.main-top-category-item {

    display: block;

    position: relative;

    overflow: hidden;

    clear: both;

    border-radius: 20px;

    border: 1px solid rgba(255, 255, 255, 0.4);


}



.main-top-category-item img {

    transition: all 0.7s ease-in-out 0s;

    transform-origin: center;

}



.main-top-category-item:hover img {

    transform: scale(1.1);

}





.main-top-category-item-desc {

    text-align: center;

    width: 96%;

    position: absolute;

    left: 2%;

    bottom: 4%;

    z-index: 1;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-radius: 15px;

    padding: 12px 20px 12px;



}

.newdsgctgs .main-top-category-item-desc {
    padding: 0;
    position: static;
    width: 100%;
}


.overazhnewdctg_wrap {
    display: flex;
    justify-content: space-between;
}
.overazhnewdctg {
    padding: 0 !important;
    width: 33% !important;
    max-width: 320px;
}
.newdsgctgs .main-top-category-item-desc::after {
    display: none;
}
.newdsgctgs.main-top-category-item::after {
    display: none;
}
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 453px;
    gap: 20px;
    float:left;
    width: 100%;
    margin-bottom:100px
  }
  
  
  .main-top-category-item.wide {
    grid-column: span 2;
  }
  
  @media (max-width: 1024px) {
    .catalog-grid {
      grid-template-columns: 1fr;
      grid-auto-rows: 200px;
    }
  
    .main-top-category-item.wide {
      grid-column: span 1;
    }
  }
  
.sizes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: -31px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.sizes_item {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 2px;
    min-width: 69px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sizes_item_img {
    height: 32px;
    margin-right: 7px;
}

.sizes_item_val {
    font-weight: 300;
    font-size: 16px;
}

.main-top-category-item-desc div {

    font-size: 27px;

    font-weight: 400;


    position: relative;

    z-index: 2;

    color: #fff;

}
.category_59.main-top-category{
    padding-top: 40px !important;
}
.category_59 .main-top-category-item-desc div{
    font-size: 20px;
    letter-spacing: 1px;
    text-align: left;
}

.category_59 .main-top-category-item-desc span{
    font-size: 14px;
}




.main-top-category-item-desc p {

    font-size: 14px;

    line-height: 18px;

    color: #c5c5c5;

    position: relative;

    z-index: 2;

    text-align: left;

    margin-bottom: 0;

}



.main-top-category-item-desc span {

    padding: 10px 20px;

    background: #fff;

    color: #000;

    border-radius: 50px;

    font-size: 12px;

    font-weight: 400;



    text-transform: uppercase;

    display: flex;

    align-items: center;

    position: relative;

    z-index: 2;

    transition: background 0.3s ease-in-out 0s;

}


.newdsgctgs .main-top-category-item-desc span {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid rgba(0,0,0,0.2);
}
.newdsgctgs .main-top-category-item-desc span > i {
    margin-left: 10px;
    font-style: normal;
    font-size: 18px;
    text-transform: none;
}
.newdsgctgs .main-top-category-item-desc span > svg {
    position: absolute;
    right: 20px;
}
.main-top-category-item-desc span:hover {

    background: #d2d2d2;

}



.main-top-category-item-desc span svg {

    margin-left: 15px;

}





.main-top-category-item img {

    width: 100%;

    position: relative;
    object-fit: cover;
    height: 100%;
    display: block;

}

.main-top-category-item.newdsgctgs img {
    height: 30px;
    width: auto;
}

.main-top-category-item:after {

    content: "";

    display: block;

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    background: linear-gradient(360deg, #1F1F1F 0%, rgba(31, 31, 31, 0) 27.92%)

}



.main-top-category-item .btn {

    background: #8b8b8b;

    border-color: #8b8b8b;

}



.main-produced {

    background: #1F1F1F;

    padding: 70px 0;

    overflow: hidden;

}


.main-produced .swiper-slide:not(.swiper-slide-visible){
    opacity: 0!important;
}


.main-produced-slider-item {

    display: flex;

    justify-content: space-between;

    margin: 0 -15px;

}



.main-produced-slider-item div {

    width: 50%;

    padding: 0 15px;

    position: relative;

}



.main-produced-slider-item div span {

    position: absolute;

    left: 30px;

    top: 15px;

    background: rgba(45, 45, 45, 0.3);

    backdrop-filter: blur(10px);

    font-weight: 500;

    padding: 12px 20px;

    width: 200px;

    text-align: center;

    border-radius: 50px;

    color: #fff;

    font-size: 14px;

}



.main-produced-slider-item img {

    border-radius: 20px;
}


@media(min-width:992px) {

    .main-produced-slider-item img {

            object-fit: cover;
        display: block;
        height: 100%;
    }

}



.main-produced .swiper-container {

    /* overflow: visible;*/

}





.how-work {

    background: #1F1F1F;

    padding: 0 0 70px;

}





.how-work-wrap {

    display: flex;

    width: 100%;

    justify-content: space-between;

}



.how-work-item {

    width: 24%;

}



.how-work-item figure {

    position: relative;

    overflow: hidden;

}



.how-work-item figure img {

    width: 100%;

    display: block;

}



.how-work-item figure span {

    color: #1F1F1F;

    font-size: 120px;

    position: absolute;

    left: -6px;

    bottom: 29px;

    font-weight: 700;

    letter-spacing: -8px;



}



.how-work-item p {

    color: #fff;

    font-size: 22px;

    margin-top: 22px;

}



.how-work-item div {

    color: #fff;

    font-size: 15px;

}



.main-heading-arrows {

    display: flex;

}



.main-heading-arrows button {

    margin: 0 2px;

    display: inline-block;

    border: 0;

    border-radius: 50px;

    width: 48px;

    height: 48px;

    background: rgba(111, 111, 111, 0.5);

    color: #fff;

    line-height: 54px;

    padding: 0;

}



.main-heading-arrows button:hover {

    background: rgba(111, 111, 111, 0.8);

}





.main-heading-arrows button i {

    color: #fff;

    font-size: 18px;

}



.main-produced-slider {

    position: relative;

}





.slideshow-arrows {



}



.slideshow-arrows button {

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50px;

    width: 50px;

    height: 50px;

    border: 0;

    background: 0;

    box-sizing: border-box;

    position: absolute;

    left: 15px;

    top: 50%;

    z-index: 5;

    margin-top: -25px;

    padding: 0 5px 0 0;

    background: rgba(45, 45, 45, 0.3);

    backdrop-filter: blur(10px);

    transition: background 0.3s ease-in-out 0s;

}



.slideshow-arrows button:hover {

    background: rgba(90, 90, 90, 0.7);

}



.slideshow-arrows button + button {

    top: 50%;

    right: 15px;

    padding: 0 0 0 5px;

    left: inherit;

}





.slideshow-arrows button:hover {

    border: 0;

    color: rgb(255, 197, 121);

}





.common-home img.mfp-img {

    background: #1F1F1F !important;

}



.main-reviews {

    background: #1F1F1F;

    padding: 0 0 70px;

}

.main-reviews img{
    padding: 0 10px;
}



.our-benefits {

    background: #1F1F1F;

    padding: 0 0 120px;

}





.our-benefits_wrap {

}



.our-benefits_item {

    display: flex;

    padding: 20px 0;

    flex-wrap: wrap;

}



.our-benefits_item + .our-benefits_item {

    border-top: 1px solid #969696;

}





.our-benefits_item_number {

    font-size: 22px;

    width: 80px;

    font-weight: 500;

}



.our-benefits_item_text {

    font-size: 22px;

    font-weight: 500;

    cursor: pointer;

}



.our-benefits_item_text:hover {

    color: #B0825F;

}



.our-benefits_item_body {

    display: none;

    flex: 0 1 100%;

    padding: 20px 30px 0 80px;

    font-size: 16px;

}



.our-benefits_slider {

    height: 100%;

    width: 35%;

    position: absolute;

    right: 0;

    border-radius: 20px;

    overflow: hidden;

}





.our-benefits_slider .swiper-container {

    height: 100%;

    width: 100%;

    position: absolute;

    right: 0;

}



.our-benefits_slider_img {

    position: absolute;

    width: 100%;

    left: 0;

    top: 0;

    bottom: 0;

    background-size: cover;

}



.our-benefits_slider_pagination {
    left: 0;
    position: absolute;
    right: 20px !important;
    bottom: -40px;
    z-index: 10;
    text-align: center;
}



.our-benefits_slider_pagination span.swiper-pagination-bullet {

    display: inline-block;

    width: 20px;

    height: 20px;

    position: relative;

    border-radius: 50px;

    background: #555;

    opacity: 1;

    border: 0;

    outline: 0;

    box-shadow: none !important;

    margin: 0 4px;

}





.our-benefits_slider_pagination span.swiper-pagination-bullet-active {



    background: #555 !important;

}



.our-benefits_slider_pagination span.swiper-pagination-bullet-active:after {

    content: "";

    display: block;

    width: 6px;

    height: 6px;

    border-radius: 20px;

    position: absolute;

    left: 7px;

    top: 7px;

    background: #fff !important;

}



.wrap-relative {

    position: relative;

    overflow: hidden;

}



.wrap-relative2 {

    position: relative;

}





.main-footer {

    background: #000 !important;

    clear: both;

    padding: 50px 0;

    border-top: 0;

    margin: 0;

}



.main-footer_logo {

    width: 130px;

    display: block;

    margin-bottom: 25px;

}



.main-footer_copy {

    color: #fff;

}



.main-footer_title1 {

    font-weight: 500;

    font-size: 22px;

    color: #fff;

    margin-bottom: 15px;

}



.main-footer_title2 {

    font-size: 16px;

    color: #fff;

}



.main-footer_br {

    padding: 50px 0 0;

}



.main-footer_social {

    display: flex;

    align-items: center;

}





.main-footer_social + .main-footer_social {

    margin-top: 15px;

}



.main-footer_social i {

    font-size: 24px;

    color: #fff;

    margin-right: 10px;

}



.main-footer_social a {

    font-size: 18px;

    color: #fff;

}



.main-footer_social a:hover {

    text-decoration: underline;

}



.main-footer_link + .main-footer_link {

    margin-top: 10px;

}



.main-footer_link a {

    font-size: 16px;

    color: #fff;

    padding-bottom: 0;

    border-bottom: 1px solid #fff;

}



.main-footer_link a:hover {

    border-bottom: 0;

}



.category_header {

    width: 100%;



    background-size: cover;

    background-position: center;



    position: relative;

    z-index: 1;

    margin-top: 30px;

    overflow: hidden;

}



.category_header_inner {

    display: flex;

    align-items: center;

    z-index: 3;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    flex-wrap: wrap;
    border-bottom: 1px solid #cccccc;

}



.category_header_inner h1 {

    font-weight: 500;

    font-size: 55px;

    line-height: 80px;

    color: #000;


    text-align: left;

    text-transform: uppercase;

    padding: 0 0 0 0px;

}

.category_header_inner img {
    margin-left: 100px;
}

.category_header_inner div {

    color: #fff;

    font-size: 16px;

    text-align: left;

    padding: 0 0 0 40px;

}



.product_item_wrap {

    position: relative;

    margin-bottom: 50px;

    overflow: hidden;

    border-radius: 22px;

    transition: all 0.5s ease-in-out 0s;

}



.product_item_wrap:hover {

    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);

}





.product_item_wrap .wishlist {

    border: 0;

    background: 0;

    padding: 0;

    position: absolute;

    right: 30px;

    top: 10px;

    z-index: 5;

}



.product_item_wrap .wishlist svg path {

    fill: #fff;

    stroke: #A2A2A2;

}





.product_item_wrap .wishlist:hover svg path,

.product_item_wrap .wishlist:active svg path {

    fill: #FF3B30;

    stroke: #FF3B30;

}



.product_item {

    background: #fff;

    border-radius: 22px;

    padding: 0 0 30px 0;

    display: block;

    overflow: hidden;

    transition: all 0.5s ease-in-out 0s;

}



.product-info {

    overflow: hidden;

    position: relative;

}



.product_item:hover {

}



.product_item_images {

    margin: 0 0 10px;

    position: relative;
    overflow: hidden;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;

}



.product_item_images img {

    width: 100%;

}





.product_item_images img.hover-image {

    position: absolute;

    left: -9999px;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;

    margin: auto;

  

    z-index: 2;

    visibility: hidden;

    opacity: 0;

    transition: all 0s ease-in-out 0s;

}



.product_item:hover .product_item_images img.hover-image {

    visibility: visible;

    opacity: 1;

}



.product_item_title {

    padding: 0 30px;

    font-weight: 400;

    font-size: 16px;

    line-height: 1.5;

    color: #252C32;

}



.product_item_price {

    padding: 0 30px;

    font-weight: 600;

    font-size: 21px;

    line-height: 34px;

    color: #252C32;

}



.product_item_price .price-new {

display: block;

}



.product_item_price .price-old {

    text-decoration: line-through;

    color: rgb(170, 170, 170);

    font-size: 75%;

    display: block;

    margin-top: 10px;

    line-height: 85%;

}



.price-old-inner {

    text-decoration: line-through;

    color: rgb(170, 170, 170);

    font-size: 27px;

    display: block;

    margin-bottom: 15px;

    line-height: 85%;

}



.product_item_sale {

    background: #ee1c41;

    font-size: 110%;

    color: #fff;

    padding: 1px 65px;

    text-align: center;

    left: -57px;

    top: 23px;

    transform: rotate(-45deg);

    z-index: 10;

    position: absolute;

    text-transform: uppercase;



}
.lnk_190 {
    color: #ee1c41 !important;
}
.lnk_191 {
    color: #00b20c !important;
}
.product_item_month {
    background: #ee1c41;

    font-size: 110%;

    color: #fff;

    padding: 1px 65px;

    text-align: center;

    left: -73px;
  top: 36px;

    transform: rotate(-45deg);

    z-index: 10;

    position: absolute;

    text-transform: uppercase;
}
.textda {
    margin-bottom: 20px;
}
.product_item_stock {

    background: #00b20c;
  font-size: 100%;
  color: #fff;
  padding: 1px 10px;
  text-align: center;
  right: 10px;
  top: 155px;
  z-index: 10;
  position: absolute;
  text-transform: uppercase;
 border-radius: 21px;
 margin-bottom: 20px;


}

.product_item_na {
     background: #7b7b7b;
  font-size: 100%;
  color: #fff;
  padding: 1px 10px;
  text-align: center;
  right: 10px;
  top: 155px;
  z-index: 10;
  position: absolute;
  text-transform: uppercase;
 border-radius: 21px;

}
.product_item_zamov {
    background: #fff;
  font-size: 100%;
  color: #000;
  border: 1px solid #000;
  padding: 1px 10px;
  text-align: center;
  right: 10px;
  top: 155px;
  z-index: 10;
  position: absolute;
  text-transform: uppercase;
    border-radius: 21px;
}

#product-product .product_item_stock, #product-product .product_item_na, #product-product .product_item_zamov {
 position: static;
 display: inline-block;
 margin-bottom: 15px;
}

.tg_but_zh {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    background-color: #2fc6f6;
    border-radius: 20px;
    text-align: center;
    line-height: 56px;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 42 42'%3E%3Cpath fill='%23FFF' d='M25.616 16.036L17.8 23.269a1.61 1.61 0 0 0-.502.965l-.266 1.964c-.035.263-.405.289-.478.035l-1.024-3.582a.948.948 0 0 1 .417-1.068l9.471-5.807c.17-.104.346.125.2.26m3.793-3.997L9.52 19.677a.568.568 0 0 0 .005 1.064l4.847 1.8 1.876 6.005c.12.385.592.527.906.272l2.701-2.192a.809.809 0 0 1 .983-.028l4.872 3.522c.336.242.811.06.895-.344l3.57-17.09a.57.57 0 0 0-.765-.647'/%3E%3C/svg%3E");;
}


.product_item_rating {

    padding: 0 30px;

    margin-bottom: 15px;

    margin-top: 10px;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.product_item_rating > span {

    margin-left: 15px;

    color: #5B6871;

}



.product_item_rating > span:hover {

    text-decoration: underline;

}



.product_item_rating_stars {

    position: relative;

    height: 18px;

    width: 115px;

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/starrew.png") repeat-x 0 0;

}



.product_item_rating_stars span {

    position: absolute;

    height: 18px;

    left: 0;

    top: 0;

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/starrew.png") repeat-x 0 -23px;

}



.product_item_more {

    margin: 10px 30px 0;

    background: #000;

    color: #fff;

    font-size: 16px;

    display: flex;

    justify-content: space-around;

    border-radius: 50px;

    padding: 10px 25px;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 600;

    align-items: center;

    transition: background 0.4s ease-in-out 0s;

    text-align: center;

}





.product_item_more svg{

    display: none;

}

.product_item_more:hover {

    background: #383838;

}



.box-category {

    width: 85%;

}



#column-left .box .box-content ul.box-category > li {

    background: #fff;

    padding: 10px 25px;

    font-size: 18px;

    border-radius: 50px;

    font-weight: 500;

    transition: all 0.4s ease-in-out 0s;

}
#column-left .box .box-content ul.box-category > li + li {
    margin-top: 10px;
}

#column-left .box .box-content ul.box-category > li a {
    display: flex;

    justify-content: space-between;

    align-items: center;
    width: 100%;
    border: none;
    background-color: transparent;
}


#column-left .box .box-content ul.box-category a + a {

    margin-top: 10px;

}



.box-category a:hover, .box-category a.active {

    background: #000;

    color: #fff;

}



.box-category a:hover path, .box-category a.active path {

    fill: white

}



.sorting-block {

    display: flex;

    align-items: center;

    justify-content: end;

    float: right;

    background: #fff;

    padding: 0px 10px;

    border-radius: 3px;

}



.sorting-block label {

    margin: 0;

}





.sorting-block span.customSelect {

    background: #fff !important;

    border: 0 !important;

    padding: 0 !important;

}





.sorting-block span.customSelectInner {

    padding: 5px 12px;

}



.product-main-slider {

    position: relative;

    margin-bottom: 10px;

}





.md-icon-chat {

    position: relative;

    height: 30px;

    width: 30px;

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/support.svg") no-repeat scroll;

    display: block;

    background-size: 27px;

}





.md-icon-phone {

    position: relative;

    height: 30px;

    width: 30px;

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/Phone.svg") no-repeat scroll;

    display: block;

    background-size: 27px;

}





#tab-description li {

    list-style: inherit;

    margin: 5px 0;

}



.order-payment-method {

    background: #fafafa;

    padding: 17px 20px;

    border: 1px solid #e5e5e5;

    margin-bottom: 20px;



}





.btn-full {

    width: 100%;

}





.md-title1 {

    font-size: 34px;

    margin: 35px 0;

    line-height: 34px;

    letter-spacing: 0.3px;

    font-weight: 600;

}



.md-title3 {

    font-size: 24px;

    margin: 15px 0 25px;

    padding-bottom: 6px;

    line-height: 34px;

    letter-spacing: 0.3px;

    font-weight: 600;

    border-bottom: 1px solid #e4e4e4;

}



.product_option_size_images_wrap {



    margin-bottom: 60px;

    clear: both;

    margin-right: 30px;

    position: relative;

    top: 0;

    margin-top: 25px;

}





.product_option_size_images > a {

    display: block;
    margin-bottom: 20px;

}



.product_option_size_images > a img {

    width: 100%;

    border-radius: 20px;

    display: block;

}



.container .title9 {

    font-size: 35px;

    margin: 0;

    padding: 20px 0 40px;

    font-weight: 400;
    text-transform: uppercase;

}



#product-bottom-slider .swiper-slide {

    padding: 0 5px;

}



#product-bottom-slider .swiper-wrapper {

    height: auto;

}



.product-bottom-slider-item {

    display: block;

    width: 100%;

    padding-top: 74.3%;

    border-radius: 15px;

    overflow: hidden;

    margin-bottom: 10px;

    background-size: cover;

    background-origin: border-box;

    background-repeat: no-repeat;

    background-position: center;

}



.product-bottom-slider-item img {

    display: block;

    width: 100%;

    height: auto;

}



img.mfp-img {

    background: #fff !important;

    padding: 0 !important;

}



input.error {

    background: url("data:image/svg+xml;utf8,<svg fill='rgb(248, 65, 71)' width='16' height='14' viewBox='0 0 14.56 12.98' xmlns='http://www.w3.org/2000/svg'><path d='m14.42 11.49-6.27-10.99a1 1 0 0 0 -1.74 0l-6.28 11a1 1 0 0 0 .87 1.5h12.56a1 1 0 0 0 .86-1.51zm-6.14-.49a1 1 0 1 1 -2 0v-1a1 1 0 1 1 2 0zm0-4a1 1 0 1 1 -2 0v-3a1 1 0 0 1 2 0z'/></svg>") right 12px center no-repeat #fff;

}



input.error {

    border-color: #e34041 !important

}



label.error {

    color: #e34041

}



.small a {

    color: #b0825f;

}



.small a:hover {

    text-decoration: underline;

}





.thanks-wrapper {

    text-align: center;

}



.thanks-wrapper-icon {

    font-size: 85px;

    color: #b0825f;

}



.thanks-wrapper h1 {

    font-size: 48px;

    padding: 20px 0 30px;

    margin-top: 0;

}



.thanks-text-line {

    font-size: 18px;



}



.thanks-text-line + .thanks-text-line {

    margin-top: 15px;

}



.thanks-wrapper-panel {

    background: #f5f5f5;

    border: 1px solid #ccc;

    border-radius: 10px;

    padding: 20px;

    width: 90%;

    margin: 30px auto 30px;

    max-width: 800px;

}



.thanks-wrapper-panel a {

    color: #b0825f;

}



.color1 {

    color: #b0825f;

}



.gifs_block {

    margin-top: 30px;

    margin-bottom: 30px;

}



.gifs_block_video {

    overflow: hidden;

    border-radius: 20px;

}



.gifs_block_video video {

    display: block;

}



.gifs_block .video-title {

    padding: 0 40px;

    height: 50px;

    text-align: center;

}





.video-wrap2, .inside-design {

 

    margin-top: 25px;

    margin-bottom: 80px;

}



.video-wrap {

    display: flex;

    flex-wrap: wrap;

}



.video-wrap .md-flex-col {

    width: 50%;

}



.video-wrap-text {

    padding: 0 50px;

    font-size: 15px;

}



.video-wrap-text *,

.description * {

    font-family: 'Inter Tight', sans-serif;

    font-size: 16px;

    font-weight: 400;

    line-height: 26px;

    letter-spacing: -0.1px;

}

.art_more_text{
    display: none;
}

.description strong, .video-wrap-text strong{
    font-weight: 600;
}

.video-wrap .video-obj {

    position: relative;

    overflow: hidden;

    width: 100%;

    padding-top: 55.25%;

    border-radius: 20px;

}

#fabric_category_video  .video-obj,
.inside-design .video-obj {
    padding: 0;
}


.video-wrap .video-obj p > *,

.video-wrap .video-obj div > *,

.video-wrap .video-obj video {

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

}





.video-obj:before {

    content: "";



}



.video-play-button {

    position: absolute;

    z-index: 10;

    box-sizing: border-box;

    display: block;

    width: 100%;

    height: 100%;

    right: 0;

    top: 0;

    background: rgba(0, 0, 0, 0.4);

    cursor: pointer;

}



.video-play-button.mod-bg1 {

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/fabric/1.jpg") no-repeat center / cover;

}





.video-play-button.mod-bg1 i,

.video-play-button.mod-bg2 i,

.video-play-button.mod-bg3 i,

.video-play-button.mod-bg4 i {

    position: absolute;

    z-index: 10;

    box-sizing: border-box;

    display: block;

    width: 100%;

    height: 100%;

    right: 0;

    top: 0;

    background: rgba(0, 0, 0, 0.3);

    cursor: pointer;

}



.video-play-button.mod-bg2 {

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/fabric/2.jpg") no-repeat center / cover;

}



.video-play-button.mod-bg3 {

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/fabric/3.jpg") no-repeat center / cover;

}



.video-play-button.mod-bg4 {

    background: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/fabric/4.jpg") no-repeat center / cover;

}



.video-play-button:before {

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 80px;

    height: 80px;

    background: #cdcdcd;

    border-radius: 50%;

    animation: pulse-border 1500ms ease-out infinite;

}



.video-play-button:after {

    content: "";

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 80px;

    height: 80px;

    background: #cdcdcd;

    border-radius: 50%;

    transition: all 200ms;

}



.video-play-button:hover:after {

    background-color: darken(#fff, 10%);

}





.video-play-button span {

    display: block;

    position: relative;

    z-index: 3;

    width: 0;

    height: 0;

    border-left: 32px solid #fff;

    border-top: 22px solid transparent;

    border-bottom: 22px solid transparent;

    top: 50%;

    left: 50%;

    transform: translateX(-35%) translateY(-50%);

}



.video-title {

    font-size: 20px;

    margin-bottom: 15px;

    flex: 0 1 100%;

}



.mod-td-1 span {

    font-weight: bold;

}



.md_modal {

    background: #fff;

    border-radius: 20px;

    margin: auto;

    position: relative;

    max-width: 600px;

    width: 90%;

}
.md_modal.newzhinprodmodal {
    display: flex;
    overflow: hidden;
    width: 49%;
}
.md_modal.newzhinprodmodal .modal-body {
    background-color: #1f1f1f;
    color:#fff;
    width: 100%;
}

.md_modal_title {

    font-size: 25px;

    font-weight: 500;

    margin-bottom: 30px;

}

.newzhinprodmodal .modal-title {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.newzhinprodmodal .form-control {
    border-radius: 16px;
}
.newzhinprodmodal #art_modal_submit {
    background-color: #fff;
    color:#1f1f1f;
    text-transform: none;
}
.newzhinprodmodal #art_modal_submit:hover {
    background-color: #969696;
}
.btn.btn-black {

    padding: 10px 35px 10px;

    background: #000;

    display: flex;

    justify-content: space-around;

    align-items: center;

    /* width: 100%; */

    /* margin: 20px 0; */

    border: 1px solid #000;

    font-weight: 400;

    color: #fff;

    text-transform: uppercase;

    font-size: 16px;

    float: left;

    margin-right: 15px;

}



.btn.btn-black:hover {

    background: #222;

}





/* -------------

 * Selects

 * ------------- */

/* Custom Select*/

span.customSelect {

    font-size: 16px;

    border: 1px solid #ddd;

    background-color: #fafafa;

    text-decoration: none;

    white-space: nowrap;

    text-align: left;

    height: 33px;

}



span.customSelect option {

    font-size: 12px !important;

}



span.customSelect.changed {

    background-color: #f0dea4;

}



.customSelectOpen {

    -moz-box-shadow: none;

    -webkit-box-shadow: none;

    box-shadow: none;

}



.customSelectInner {

    background: url('https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/select-arrow-down.gif') no-repeat center right;

    width: 100% !important;

}



.customSelectOpen .customSelectInner {

    background: url('https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/megnor/select-arrow-up.gif') no-repeat center right;

}



#input-sort, #input-limit, #product .form-group select {

    cursor: pointer;

}



.progress {

    display: none;

}



/*

.preloader-activate {

    background: #fff;

    transition: all 1s ease-in-out 0s;

    position: fixed;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    z-index: 10000;

    opacity: 0;

}



.preloader-active {



    opacity: 1;

}





.preloader-activate.loaded {

    opacity: 0;

    z-index: -1;

}*/





.mfp-zoom-in {

    /* start state */

    /* animate in */

    /* animate out */

}



.mfp-zoom-in .mfp-with-anim {

    opacity: 0;

    transition: all 1s ease-in-out;

    transform: scale(0.8);

}



.mfp-zoom-in.mfp-wrap {

    opacity: 0;

    transition: all 1s ease-out;

}



.mfp-zoom-in.mfp-ready .mfp-with-anim {

    opacity: 1;

    transform: scale(1);

}



.mfp-zoom-in.mfp-ready.mfp-wrap {

    opacity: 1;

}



.mfp-zoom-in.mfp-removing .mfp-with-anim {

    transform: scale(1);

    opacity: 0;

}



.mfp-zoom-in.mfp-removing.mfp-wrap {

    opacity: 0;

}





@keyframes pulse-border {

    0% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }

    100% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 0;

    }

}



.mfp-content .inside-design {

    max-width: 1200px;

    background: #fff;

    width: 90%;

    margin: 0 auto;

    padding: 30px;

    border-radius: 20px;

    position: relative;

}



.category_fabrics .video-obj {

    margin-bottom: 30px;



}





.show-mobile {

    display: none;

    position: absolute;

}



.main-home-wrap {

    position: relative;
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/zhnewmainbaner.jpg);
    background-repeat: no-repeat;
    background-position: center -370px;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}

.main-home-wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background: linear-gradient(180deg, #1F1F1F 3.57%, rgba(31, 31, 31, 0.79) 33.49%, rgba(31, 31, 31, 0) 57.97%);
}

#main-home-slider-rtl {

    display: none;

}



.information-information-4 #main-home-slider-rtl {

    display: block;

    border-radius: 20px;

    margin: 30px auto 0;

    overflow: hidden;

}





.fabric_options {

    margin-bottom: 30px;

}



.fabric_options_title {

    display: block;

    font-size: 16px;

    font-weight: 400;

    margin-bottom: 10px;
    

}

.fabric_options_title a.js-modal-popup {
    display: block;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.fabric_options_title a.js-modal-popup i {
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 400;
}
.fabric_options_title a.js-modal-popup i:hover {
    text-decoration: none;
}
.fabric_options_item {
    display: flex;  
    flex-wrap: wrap;
    background: #fff;
    padding: 2px;
    width: 100%;
}


.btn-md-radio + label {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 35px;

    border: 2px solid #c2c1c1;

    border-radius: 50px;

    line-height: 32px;

    box-sizing: border-box;

    transition: all 0.3s ease-in-out 0s;

    font-size: 16px;

    font-weight: 500;

    padding: 0 20px;

    background: #F2F2F2;

    min-width: 50px;

    margin-right: 8px;

    cursor: pointer;

}



.btn-md-radio + label:hover {

    border: 2px solid #8d8d8d;

    background: #fefefe;

}



.btn-md-radio:checked + label {

    border: 2px solid #555;

    background: #fefefe;

}


.fabric_options_item .btn-md-radio:checked + label {

    background: #fff;
    border: 1px solid #000;

}

.fabric_options_item .btn-md-radio + label{
    border-radius: 0;
    margin-right: 0;
    padding: 0;
    width: 50%;
    color: #000;
    border: 0;
    margin-bottom: 0;
    background: #fff;
}
.zh_tabs_blocks > * {
    display: none;
}
.zh_tabs_list {
    display: flex;
    border-bottom: 1px solid #c2c1c1;
   
}
.zh_tabs_list.fixedtab {
    position: fixed;
    top:63px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.25);
    z-index: 99;
}
.zh_tabs_list > * {
    font-size: 18px;
    color:#848484;
    padding: 12px 24px; 
    border-bottom: 1px solid transparent;  
    transition: 0.4s;
    cursor: pointer;
    white-space: nowrap;
}
.zh_tabs_list > *:hover {
    color:#1f1f1f;
}
.zh_tabs_list .active {
    color:#1f1f1f;
    border-bottom: 1px solid #1f1f1f;
}
.zh_t_char_b {
    display: block;
}
.zh_t_param {
    display: none;
}
@media(max-width: 424px) {
    
   
    .bf_widget .container {
        justify-content: center;
    }
}

.btn-md-radio {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.js-modal-popup > *{
    display: inline-block;
    vertical-align: middle;
}




.modal-wrap {

    background: #fff;

    padding: 30px;

    border-radius: 30px;

    overflow: hidden;

    width: 90%;

    max-width: 800px;

    margin: 0 auto;

    position: relative;

}



.btn-md {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 35px;

    border: 2px solid #c2c1c1;

    border-radius: 50px;

    line-height: 32px;

    box-sizing: border-box;

    transition: all 0.3s ease-in-out 0s;

    font-size: 15px;

    font-weight: 500;

    padding: 0 20px;

    background: #F2F2F2;

    min-width: 50px;

    margin-right: 8px;

    cursor: pointer;

    width: max-content;

}



.btn-md.btn-md-lg {

    line-height: inherit;

    padding: 10px 35px 10px;

    height: auto;

}



.btn-md svg + span {

    margin-left: 10px;

}



.btn-md:hover {

    border: 2px solid #8d8d8d;

    background: #fefefe;

}



.btn-md.active {

    border: 2px solid #555;

    background: #fefefe;

}



.sizes_options {
   
    margin-bottom: 0px;
}
.other_size {
    font-size: 16px;
    color:#000;
    margin-bottom: 20px;
}
.other_size a {
    text-decoration: underline;
    cursor: pointer;
}
.other_size a:hover {
    text-decoration: none;
}
.newproduct .other_size {
    background-color: #fff;
    background-image: url(https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/linijka.png);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    padding: 35px 5px 25px 5px;
      font-size: 16px;
    font-weight: 500;
    color:#727272;
}
@media(min-width: 1024px) {
    .sizes_options:not(.mod-4box) {
        display: flex;
        justify-content: space-between;
    }
    .sizes_options:not(.mod-4box) .sizes_options_item{
        width: 48%;
    }
}

@media(max-width: 450px) {
    .logoover, .main-header_side, .menuover {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media(max-width: 768px) {
    .zh_t_param {
        display: block;
    }
    .zh_tabs_list {
        margin-bottom: 20px;
        margin-top: 20px;
         overflow-x: scroll;
    }
    #product.pfxt {
        padding-top: 85px;
    }
  .zh_tabs_list.fxt {
    position: fixed;
    left: 0;
    top: 63px;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    margin-top: 0;
    margin-bottom: 0;
  }
    .one_row_pb {
        position: fixed;
        background-color: #fff;
        border-top: 1px solid #C2C1C1 !important;
        border-bottom: none !important;
        box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.25);
        left: 0;
        width: 100%;
        bottom: 0;
        z-index: 999;
        margin: 0 !important;
        padding-left: 15px;
        padding-right: 15px;
    }
   
    .art_advantage {
        margin-top: 24px;
    }
    .zh_tabs {
        padding-left: 15px;
        padding-right: 15px;
    }
    .zh_tabs_list > * {
        font-size: 16px;
        padding: 10px;
    }
    .zhnewctabox {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
    }
.tdzhnewcta {
    margin-bottom: 24px;
}
    .tdzhnewcta, .md_modal.newzhinprodmodal {
        width: 100% !important;
        flex-direction: column;
    }
    .md_modal > img {
        height: 220px !important;
        width: 100% !important;
    }
    .main-home-wrap::before {
    background: linear-gradient(360deg, #1F1F1F 0%, rgba(31, 31, 31, 0.86) 12.89%, rgba(31, 31, 31, 0) 24.83%), linear-gradient(180deg, #1F1F1F 0%, rgba(31, 31, 31, 0.79) 33.61%, rgba(31, 31, 31, 0) 48.21%);
    }
    .main-home-wrap {
        background-position: center;
    }
    .main-slider_desc_text div:first-child, .main-slider_desc_text div:last-child {
        display: none;
    }
    .search_toggle {
        top:113px !important;
    }
    .bodyfixed .search_toggle {
        top:63px !important;
    }
    .sizes_options:not(.mod-4box) {
        display: flex;
        justify-content: space-between;
    }
    .sizes_options:not(.mod-4box) .sizes_options_item{
        width: 48%;
    }
    .tg_but_zh {
        left: auto;
        right: 76px;
        bottom: 20px;
    }
}

.sizes_options_item {
    margin-bottom: 15px;
}



.sizes_options_title {

    display: flex;

    font-size: 17px;

    font-weight: 400;

    margin-bottom: 10px;

    width: 100%;

    align-items: center;

}



.sizes_options_title span {

    margin-right: 2px;

}





.sizes_options_title a {

    display: flex;

}



#product span.customSelect, #product .sizes_options span.sizes_options_item_select {

    /*width: 50%;*/

    height: 35px;

    border: 1px solid #c2c1c1;

    /*border-radius: 50px;*/

    padding: 0 20px;

    background: #fff;

    color: #222;

    line-height: 32px;
    box-shadow: 0px 0px 0px 2px #fff;

}



#product span.customSelect:hover, #product .sizes_options span.sizes_options_item_select:hover {

    border: 2px solid #8d8d8d;

    background: #fff;

}


#product span.customSelect  {

    width: 100%;

}




.wrap_typography {

    background: #fff;

    padding: 50px;

    border-radius: 25px;

    margin: 0 0 70px;

}


.wrap_typography ul li {
    list-style: circle;
}
.our-benefits_slider_wide {

    width: 100%;

    clear: both;

}



.our-benefits_slider_wide_obj_item {

    position: relative;

    border-radius: 20px;

    overflow: hidden;

}



.our-benefits_slider_wide_obj_item span {

    position: absolute;

    color: #fff;

    bottom: 0;

    height: 120px;

    font-size: 22px;

    left: 0;

    width: 100%;

    padding: 15px 70px 15px 15px;

    display: flex;

    background: rgb(2, 0, 36);

    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);

    align-items: flex-end;

}



.our-benefits_slider_wide_obj_item div {

    position: absolute;

    color: #fff;

    right: 15px;

    bottom: 15px;

    font-size: 24px;

}





.mod-flex-wide {

    display: flex;

    flex-wrap: wrap;

}



.product-category-66 .main-top-category,
.product-category-66_59 .main-top-category,
.product-category-66_68 .main-top-category {

    background: #F2F2F2;

    padding-top: 0;

    margin-bottom: 0px;


}



.product-category-66 .main-top-category .main-heading span {

    color: #333;

}



.sizes_options_line {

    display: inline-flex;

    background: #fefcfc;

    border: 2px solid #ccc;

    border-radius: 50px;

    padding: 8px 15px 8px 10px;

    margin-bottom: 10px;

    align-items: center;



}



.sizes_options_line_checkbox {

    margin-left: 15px;

    cursor: pointer;
    white-space: nowrap;

}





.sizes_options_line_checkbox label {

    margin-bottom: 0;

    margin-right: 0;

    display: inline-flex;

    cursor: pointer;

    font-size: 16px;

    margin-left: 5px;

}



.sizes_options_line_checkbox input[type=checkbox] {

    margin-top: 0;

}





.sizes_options_line select {

    width: 100px;

}



.sizes_options .sizes_options_line span.sizes_options_item_select {

    width: 135px;

}



.sizes_options_line_price {

    display: none;

}



.label-btn-md {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 35px;

    border: 2px solid #c2c1c1;

    border-radius: 50px;

    line-height: 32px;

    box-sizing: border-box;

    transition: all 0.3s ease-in-out 0s;

    font-size: 15px;

    font-weight: 500;

    padding: 0 10px;

    background: #F2F2F2;

    min-width: 30px;

    margin-right: 8px;

    cursor: pointer;

    width: max-content;

}



.icon-check {

    background: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KDTxzdmcgZmlsbD0iIzAwMDAwMCIgaGVpZ2h0PSIxOHB4IiB3aWR0aD0iMThweCIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNDkwLjA1IDQ5MC4wNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxnPiA8Zz4gPHBhdGggZD0iTTQxOC4yNzUsNDE4LjI3NWM5NS43LTk1LjcsOTUuNy0yNTAuOCwwLTM0Ni41cy0yNTAuOC05NS43LTM0Ni41LDBzLTk1LjcsMjUwLjgsMCwzNDYuNVMzMjIuNjc1LDUxMy45NzUsNDE4LjI3NSw0MTguMjc1IHogTTE1Ny4xNzUsMjA3LjU3NWw1NS4xLDU1LjFsMTIwLjctMTIwLjZsNDIuNyw0Mi43bC0xMjAuNiwxMjAuNmwtNDIuOCw0Mi43bC00Mi43LTQyLjdsLTU1LjEtNTUuMUwxNTcuMTc1LDIwNy41NzV6Ii8+IDwvZz4gPC9nPiA8L2c+Cg08L3N2Zz4=") no-repeat center;

    width: 18px;

    height: 18px;

    display: block;

}



.icon-no-check {

    width: 20px;

    height: 20px;

    display: block;

    background: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KDTxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPiA8cGF0aCBkPSJNMTIgMkM2LjQ5IDIgMiA2LjQ5IDIgMTJDMiAxNy41MSA2LjQ5IDIyIDEyIDIyQzE3LjUxIDIyIDIyIDE3LjUxIDIyIDEyQzIyIDYuNDkgMTcuNTEgMiAxMiAyWk0xNS4zNiAxNC4zQzE1LjY1IDE0LjU5IDE1LjY1IDE1LjA3IDE1LjM2IDE1LjM2QzE1LjIxIDE1LjUxIDE1LjAyIDE1LjU4IDE0LjgzIDE1LjU4QzE0LjY0IDE1LjU4IDE0LjQ1IDE1LjUxIDE0LjMgMTUuMzZMMTIgMTMuMDZMOS43IDE1LjM2QzkuNTUgMTUuNTEgOS4zNiAxNS41OCA5LjE3IDE1LjU4QzguOTggMTUuNTggOC43OSAxNS41MSA4LjY0IDE1LjM2QzguMzUgMTUuMDcgOC4zNSAxNC41OSA4LjY0IDE0LjNMMTAuOTQgMTJMOC42NCA5LjdDOC4zNSA5LjQxIDguMzUgOC45MyA4LjY0IDguNjRDOC45MyA4LjM1IDkuNDEgOC4zNSA5LjcgOC42NEwxMiAxMC45NEwxNC4zIDguNjRDMTQuNTkgOC4zNSAxNS4wNyA4LjM1IDE1LjM2IDguNjRDMTUuNjUgOC45MyAxNS42NSA5LjQxIDE1LjM2IDkuN0wxMy4wNiAxMkwxNS4zNiAxNC4zWiIgZmlsbD0iIzI5MkQzMiIvPiA8L2c+Cg08L3N2Zz4=");

}





.common-home .mfp-image-holder .mfp-close,

.common-home .mfp-iframe-holder .mfp-close {

    color: #fff;

}



.common-home .mfp-image-holder .mfp-bottom-bar {

    display: none;

}



.js-delete-4box-line {

    display: flex;

    justify-content: center;

    align-items: center;

    height: 25px;

    border: 2px solid #c2c1c1;

    border-radius: 50px;

    line-height: 18px;

    box-sizing: border-box;

    transition: all 0.3s ease-in-out 0s;

    padding: 0 7px 1px;

    background: #F2F2F2;

    cursor: pointer;

    width: max-content;

    margin-left: 10px;

    margin-right: 0;

    font-size: 16px;

    font-weight: bold;

}



.js-delete-4box-line:hover {

    border: 2px solid #222;

}





.call-animation {

    background: #fff;

    position: relative;

    margin: 0 auto;

    border-radius: 100%;

    border: solid 5px #fff;

    animation: play 3s ease infinite;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    backface-visibility: hidden;



}





@keyframes play {



    0% {

        transform: scale(1);

    }

    15% {

        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);

    }

    30% {

        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4), 0 0 0 8px rgba(255, 255, 255, 0.2);

    }

    45% {

        box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.4), 0 0 0 12px rgba(255, 255, 255, 0.2);

    }



}





.checkout-cart .price-old {

text-decoration: line-through;

}



.checkout-cart .price-new {

    font-size: 130%;

    color: #111;

    font-weight: bold;

}

.mainctgblocks {
    margin-bottom: 30px;
}

.mainctgblocks a {
    height: 68px;
}
.form-group.newzhqtynfl a.prmbut {
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1350px) {

    .form-group.qty {
        flex-direction: column;
    }
    .soqty {
        flex-direction: column;
    }
    .form-group .prmbut + .art_cart_btn.btn.btn-write {
        width: 100%;
    }
.form-group.qty #button-cart, .form-group.qty #button, .art_cart_btn.btn.btn-write {

    float: none;

    margin-bottom: 0px;

    width: 100%;
    min-width: 190px;
    box-sizing: border-box;

}
.form-group .prmbut {
    float: none;



    width: 100%;
}



.form-group.qty .btn-write, .form-group.qty .btn-write {

    float: none;

    margin-bottom: 15px;

    width: 100%;

}


}





@media (max-width: 1200px) {


.main-home-wrap {
    background-position: center;
}


    .wrap_typography {

        padding: 30px;

    }



    .main-slider_img {

        width: 100%;

        padding-top: 42%;

        background-size: cover;

    }





    .main-slider_desc h1 {

        font-size: 40px;

        line-height: 43px;

        margin-bottom: 20px;

    }





    .main-slider_desc p {

        color: #fff;

        font-size: 19px;

        margin-bottom: 13px;

    }





    .main-slider_desc_text {

        width: 95%;

    }







   



    .main-menu > a {

        font-size: 16px;

        padding: 0 9px;

    }



    .main-header_side {

        padding-top: 3px;

    }



    .btn-default.btn-white {

        padding: 2px 8px;

        text-transform: uppercase;

        font-size: 11px;

    }



    .header_contact > span, .header_contact > a {

        font-size: 13px;

    }



    .main-slider_desc_text div {

        padding: 6px 16px;

        font-size: 12px;

        width: 310px;

    }



    .main-slider_desc .btn {

        font-size: 15px;

        padding: 5px 20px;

    }



    .main-heading {

        padding: 20px 0;

    }



    .main-heading span {

        font-size: 26px;

    }



    .main-top-category-item-desc {

        padding: 3px 13px 3px;

    }



    .main-top-category-item-desc span {

        padding: 6px 12px;

        font-size: 13px;

    }





    .main-top-category-item-desc p {

        font-size: 11px;

        line-height: 14px;

    }



    .main-top-category-item-desc div {

        font-size: 21px;

        line-height: 1;

    }



    .main-produced-slider-item div span {

        padding: 5px 10px;

        width: 160px;

        font-size: 14px;

    }



    .slideshow-arrows button {

        width: 35px;

        height: 35px;

        margin-top: -18px;

    }



    .slideshow-arrows button svg {

        width: 12px;

    }



    .how-work-item figure span {

        font-size: 60px;

        left: -6px;

        bottom: 8px;

    }



    .how-work-item p {

        font-size: 20px;

        margin-top: 12px;

    }



    .how-work-item div {

        font-size: 14px;

        line-height: 18px;

    }



    .our-benefits_wrap {

        padding: 15px;

    }



    .our-benefits_item {

        padding: 10px 0;

    }



    .our-benefits_item_number {

        font-size: 18px;

        width: 40px;

        font-weight: 500;

    }



    .our-benefits_item_body {

        padding: 13px 30px 0 40px;

        font-size: 15px;

        line-height: 18px;

    }



    .our-benefits_item_text {

        font-size: 18px;

    }





    .main-footer_title1 {

        font-size: 16px;

        margin-bottom: 2px;

    }



    .main-footer_title2 {

        font-size: 14px;

    }



    .header_contact {

        margin-right: 18px;

    }



    .box-category a {

        padding: 12px 20px;

        font-size: 18px;

    }



    .category-box-heading {

        font-size: 26px;

    }



    .product_item_wrap {

        margin-bottom: 20px;

    }



 


    .product_item_title {

        padding: 0 13px;

        font-size: 14px;

        line-height: 26px;

    }



    .product_item_price {

        padding: 0 12px;

        font-size: 18px;

        line-height: 28px;

    }



    .product_item_rating {

        padding: 0 13px;

    }



    .product_item_more {

        margin: 0 13px;

        font-size: 15px;

        padding: 10px 19px;

    }



    .product_item_wrap .wishlist {

        right: 13px;

        top: 13px;

    }



    .container .product-right h1 {

        font-size: 35px;

        margin: 5px 0 13px;

    }



    .product-right .product_item_rating {

        margin-bottom: 15px;

    }



    .radio-button input[type="radio"] + label {

        height: 30px;

        border: 3px solid #e1e1e1;

        width: 110px;

        line-height: 26px;

        font-size: 14px;

    }



    .product-right .control-label {

        font-size: 16px;

    }



    .radio.radio-button {

        margin: 0 10px 8px 0 !important;

    }



    .product-right .form-group {

        margin-bottom: 15px;

    }






    .description_wrap {

        padding: 10px 0;

        font-size: 15px;

    }



    .description_wrap li + li {

        margin-top: 0px;

    }



    .product-left .wrap-slider {

        padding: 0;

    }



    .container .title9 {

        font-size: 25px;

        padding: 15px 0 20px;

    }



    .video-wrap-text {
        padding: 0 30px;
        font-size: 14px;
        line-height: 17px;
        height: 190px;
        overflow: hidden;
        position: relative;
    }

    .video-wrap-text:not(.open-text):after{
        content: '';
        display: table;
        position: absolute;
        bottom: -12px;
        height: 40px;
        box-shadow: 0px -20px 20px 4px #f2f2f2;
        width: 100%;
        left: 0;
        background: #f2f2f2;
        z-index: 10;
    }

    .art_more_text{
        display: block;
        background: #000;
        border: 0px solid #000;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
    }

    .video-wrap-text.open-text + .art_more_text{
        display: none;
    }

    .video-wrap-text.open-text{
        height: 100%;
        overflow: visible;
    }


    .video-wrap2, .inside-design {

        border-top: 0px solid #444;

        margin-top: 10px;

        margin-bottom: 40px;

    }





    .our-benefits_slider_wide_obj_item span {

        padding: 10px 50px 10px 10px;

        font-size: 18px;

    }



    .our-benefits_slider_wide_obj_item div {

        position: absolute;

        color: #fff;

        right: 10px;

        bottom: 10px;

        font-size: 14px;

    }

}



@media (max-width: 1100px) {





  


    .main-menu > a {

        font-size: 14px;

        padding: 0 8px;

    }



    .header_contact > span, .header_contact > a {

        font-size: 11px;

        margin: 0;

    }



    .btn-default.btn-white {

        padding: 2px 7px;

        text-transform: uppercase;

        font-size: 10px;

    }



    .how-work-item p {

        font-size: 18px;

    }



    .how-work-item div {

        font-size: 13px;

        line-height: 18px;

    }

}





@media (max-width: 990px) {


    .main-menu ul {
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 50px;
    }
    .product_option_size_images_wrap {

        top: 0;

    }



    .wrap_typography {

        padding: 15px;

    }





    #main-home-slider-rtl {

        display: block;

    }



    .main-slider_img {

        background-size: cover;

        background-position: center;

    }



    .slider_desc_top img, .slider_desc_top br {

        display: none;

    }



    .information-information-4 .main-home-wrap {

        margin: 0;

    }



    .main-home-wrap {

        position: relative;

    

    }





    .main-slider_desc {

      
        display: block;

    }



    .main-slider_desc h1 {

        font-size: 40px;

        line-height: 50px;

     
        width: 100%;

        text-align: center;

    }



    .main-slider_desc_line {

        color: #e3e2e2;

        font-size: 22px;

       
        width: 100%;

        text-align: center;

    }



    .main-slider_desc_text {

        display: flex;

        position: relative;

        left: 0;

        right: 0;

        width: 100%;

       

    }



    .main-slider_desc_text div {

        background: rgba(255, 255, 255, 0.5);
        display: none;

    }



    .main-slider_desc_text div:first-child {

        display: none;

        position: absolute;

        left: 50%;

        bottom: -115px;

        margin-left: -175px;

        font-size: 16px;

        width: 350px;

        box-sizing: border-box;

    }


    /*
    .main-slider_desc_text div:last-child {

        position: absolute;

        left: 50%;

        top: -55px;

        margin-left: -195px;

        font-size: 16px;

        width: 390px;

    }
    */


    .main-slider_desc .btn {

       

        width: 320px;

        left: 50%;
margin: 0 auto;
        

        

        font-size: 18px;

        font-weight: 500;

        padding: 10px 20px;
        margin-bottom: 0px;

    }



    .main-menu {

        background: #000;

        position: fixed;

        width: 320px;

        padding: 30px 20px 0 20px;

        top: 0;

        bottom: 0;

        z-index: 10;

        box-sizing: border-box;

        right: -320px;

        transition: right 0.6s ease-in-out 0s;

        display: block;

    }





    .main-menu.active {

        right: 0;

    }



    .main-menu > a {

        display: block;

        padding: 5px 0;

        font-size: 20px;

    }



    .main-menu > a + a {

        margin-top: 5px;

    }



    .header_wishlist, .header_user, .header_cart {

        width: 30px;

    }



    .show-mobile {

        display: block;

        position: relative;

    }





    .main-menu-mob-bottom-close {



    }



    .main-menu-mob-bottom-close {

        position: absolute;

        width: 32px;

        height: 32px;

        opacity: 1;

        border: 0;

        padding: 0;

        right: 10px;

        top: -6px;

        background: 0;

        z-index: 10;

    }



    .main-menu-mob-bottom-close:before, .main-menu-mob-bottom-close:after {

        position: absolute;

        left: 15px;

        content: ' ';

        height: 33px;

        width: 2px;

        background-color: #333;

    }



    .main-menu-mob-bottom-close:before {

        transform: rotate(45deg);

    }



    .main-menu-mob-bottom-close:after {

        transform: rotate(-45deg);

    }



    .main-menu-mob-bottom a {

        padding: 6px 0;

        font-size: 16px;

        display: block;

        color: #fff;

    }



    .main-menu-mob-bottom .btn-default.btn-white {

        padding: 7px 17px;

        text-transform: uppercase;

        font-size: 13px;

        margin: 10px 0 0;

    }



    .main-menu-mob-bottom_icons {

        display: flex;

        margin-bottom: 15px;

    }

    .main-header_side {
        display: flex;
    }

    .main-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .main-header_side .header_user,

    .main-header_side .header_wishlist,

    .main-header_side .header_cart,

    .main-header_side .header_contact a,

    .main-header_side .btn-default.btn-white,
    
    .header_contact {

        display: none;

    }



    .mobile-header-center .btn-default.btn-white {

        padding: 6px 20px;

        text-transform: uppercase;

        font-size: 12px;

        margin-top: 0px;

    }



    .mobile-show-menu {

        display: block;

        padding: 0;

        border: 0;

        background: 0;

        float: right;

        margin: 9px 0 0;

    }



   


    .main-top-category-item {

        margin-bottom: 20px;

    }



    .main-produced-slider-item {

        display: block;

    }



    .main-produced-slider-item div {

        width: 100%;

        margin-bottom: 15px;

    }





    .how-work-wrap {

        flex-wrap: wrap;

        margin-bottom: 25px;

    }



    .how-work-item {

        width: 49%;

        margin-bottom: 25px;

    }



    .our-benefits_slider {

        height: 100%;

        width: 35%;

        position: absolute;

        right: 0;

        border-radius: 20px;

        overflow: hidden;

        z-index: 1100;

        top: 0;

        bottom: 0;

    }



    .our-benefits_wrap {

        float: none;

    }







    .radio-button input[type="radio"] + label {

        width: 96px;

    }



    .container .product-right h1 {

        font-size: 25px;

        margin: 5px 0 10px;

    }



    .product-right .product_item_rating {

        margin-top: 5px;

    }



    .radio.radio-button {

        margin: 0 8px 6px 0 !important;

    }



 



    .form-group.qty #button-cart, .form-group.qty #button {

        padding: 6px 30px 5px;

        font-size: 17px;

        margin-top: 0;

    }



    .form-group.qty .btn-write, .form-group.qty .btn-write {

        padding: 6px 30px 5px;

        font-size: 15px;

    }



    .sorting-block {

        display: none;

    }



    .mobile-category-select {

        margin: 25px 0;

    }


    .mobile-category-select span.customSelect {

        background: transparent;

        width: 100%;

        display: block;

        border-radius: 150px;

        padding: 7px 15px 7px;

        color: #1D1D1F;

        height: 40px;

        border: 1px solid #434343;

    }



    .mobile-category-select .customSelectInner {

        width: 10px;

        background-image: url("https://4loft.com.ua/catalog/view/theme/OPC100247_5/image/arrow.svg");

    }



    .mobile-category-select select {

        background: transparent;

        color: #434343;

        width: 100% !important;

    }



    .mobile-category-select-title {

        color: #1D1D1F;

        font-size: 20px;

        display: block;

        margin-bottom: 15px;

    }

}





@media (max-width: 760px) {



    #product-main-slider {
        height: auto;
    }

    .fabric_options_title {

        width: 100%;

    }



    .product-category-66 .main-top-category {

        margin-bottom: 20px;

    }



    .main-slider {

        margin-bottom: 50px;

        width: 100%;

    }



    #main-home-slider, #main-home-slider-rtl, .information-information-4 #main-home-slider-rtl {

        overflow: visible;

        width: 90%;

        margin: 0 auto;

    }



    .information-information-4 #main-home-slider-rtl {

        margin: 30px auto 0;

    }



    #main-home-slider-rtl {

        margin-top: 15px;

    }



    .swiper-slide {

        border-radius: 20px;

        overflow: hidden;

    }



    .product-left {

        margin-bottom: 35px;

    }



    .video-wrap {

        flex-wrap: wrap;

    }



    .video-wrap .md-flex-col {

        width: 100%;

        margin-bottom: 35px;

    }



    .video-wrap-text {

        padding: 0;

    }



    .product_option_size_images {

        display: block;

    }



    .product_option_size_images > a {

        width: 100%;

        margin-bottom: 25px;

        display: block;

    }



    .form-group.qty #button-cart, .form-group.qty #button {

        margin: 0;

     

    }



    .form-group.qty .btn-write, .form-group.qty .btn-write {

        margin-bottom: 15px;

    }



    .information-information-4 .main-slider {

        background: 0;

        width: 100%;

        margin: 0 auto;

    }



    .mod-flex-wide {

        display: table;

    }





}





@media (max-width: 650px) {



    .common-home .mfp-image-holder .mfp-close,

    .common-home .mfp-iframe-holder .mfp-close {

        color: #fff;

        right: 5px;

        top: inherit;

        bottom: 0;

    }



    .breadcrumb {

        padding: 15px 0 10px;

    }



    .product-left {

        margin-bottom: 10px;

    }



    .product-right .product_item_rating {

        margin-bottom: 10px;

    }



    .fabric_options {

        margin-bottom: 10px;

    }



    .sizes_options {

        margin-bottom: 10px;
        margin-top: 10px;

    }

    .fabric_options_bottom {
        margin-top: 10px;
    }

    .sizes_options_item {

        width: 50%;

    }



    .sizes_options span.sizes_options_item_select {

        width: 90% !important;

    }







    .our-benefits_slider {

        height: auto;

        width: 100%;

        position: relative;

        border-radius: 20px;

        padding-bottom: 100%;

    }





    .our-benefits_wrap {

        float: none;

        width: 100%;

    }



    .sizes_options.mod-4box .sizes_options_item {

        width: 100%;

    }





    .mobile-footer-line {

        display: block;

        position: fixed;

        bottom: -1px;

        left: 0;

        width: 100%;

        z-index: 100;

        padding: 15px 0;

        background: #0b0b0b;

        opacity: 0;

        visibility: hidden;

        transition: all 0.3s ease-in-out 0s;

    }



    .mobile-footer-line .btn, .mobile-footer-line .btn:focus, .mobile-footer-line .btn:active, .mobile-footer-line .btn:hover {

        background: #fff;

        align-items: center;

        display: flex;

        padding: 0 15px;

        height: 35px;

        color: #000;

    }



    .mobile-footer-line .btn + .btn {

        margin-left: 20px;

    }





    .btn.js-add-cart-fake svg {

        margin-left: 10px;

    }



    .mobile-footer-line_wrap {

        display: flex;

        align-items: center;

        justify-content: flex-start;

    }



    .mobile-footer-line.fixed2 {

        opacity: 1;

        visibility: visible;

    }




}

#product-special #content {
    margin-top: 40px;
}

@media (max-width: 540px) {



    .category_header_inner {

        align-content: flex-end;

        position: relative;

    }

    .loft-language {
        display: none !important;
    }

    .category_header_inner h1 {

        font-size: 25px;

        line-height: 27px;

        width: 100%;

        text-transform: uppercase;

        margin-bottom: 0;

        margin-top: 8px;

        padding: 0 0 5px 15px;

    }





    .category_header_inner div {

        padding: 0 0 10px 15px;

        font-size: 14px;

        line-height: 16px;

    }



    .our-benefits_item_text {

        font-size: 18px;

    }



    .our-benefits_item_body {

        padding: 8px 30px 0 40px;

        font-size: 14px;

        line-height: 16px;

    }





    .product_option_size_images_wrap {

        margin-bottom: 0;

        margin-right: 0;

    }



    .fabric_options {

        display: flex;

        flex-wrap: wrap;

        margin-bottom: 0;

        clear: both;

    }






    .mfp-content .inside-design {

        padding: 20px 10px;

    }



    .product_item_rating {

        display: none;

    }



    .product_item_price {

        margin-bottom: 8px;

    }



    .main-header_side {

        display: flex;

    }



    .header_cart {

        display: inline-block !important;
        margin-right: 5px !important;

    }



    .gifs_block .video-title {

        padding: 0 40px;

        height: auto;

        text-align: center;

        margin-bottom: 15px;

    }



    .price-old-inner {

        font-size: 18px;

        margin-bottom: 8px;

    }



    .product_item_sale {

        font-size: 80%;

        padding: 1px 65px 0px;

        left: -64px;

        top: 14px;

    }
    .product_item_stock {
        font-size: 80%;
    }
    .product_item_na {
        font-size: 80%;
    }
    .product_item_month {
        font-size: 80%;
    left: -69px;
    top: 23px;
    }

}





@media (max-width: 480px) {
    .mainctgblocks a {
        height: 200px;
    }
    

    .mobile-header-center .btn-default.btn-white {

        padding: 5px;

        text-transform: uppercase;

        font-size: 12px;

        margin: 0;
        white-space: wrap;
        width: 127px;
        box-sizing: border-box;
        text-align: center;
        line-height: 1;

    }


    /*
    .main-slider_desc_text div:last-child {

        position: absolute;

        left: 50%;

        top: -50px;

        margin-left: -162px;

        font-size: 13px;

        width: 325px;

    }*/



    .main-slider_desc_text div:first-child {

        font-size: 13px;

        width: 300px;

        margin-left: -150px;

    }





    .main-slider_desc h1 {

        font-size: 33px;

        top: -135px;

    }



    .main-slider_desc_line {

        font-size: 20px;

        top: -90px;

    }





    .how-work-item {

        width: 49%;

        margin-bottom: 6%;

    }



    .slider-reviews img {

        width: 100%;

    }



    .main-reviews {

        padding: 0;

    }





    .main-top-category-item-desc {

        padding: 3px 10px 3px;

    }



    .main-top-category-item-desc span {

        padding: 2px 9px;

        font-size: 12px;

        letter-spacing: -0.5px;

        line-height: 1.5;

    }





    .main-top-category-item-desc p {

        font-size: 10px;

        line-height: 11px;

    }


    /*
    .slider-reviews {

        margin-top: -50px;

    }
    */


}



@media (max-width: 400px) {


.main-header_side {
    padding-right: 0 !important;
    width: 110px !important;
}

.js-sticky-header.main-header > .container > .row.align-center > .col-md-1.col-sm-2.col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    width: 70px !important;
}


    .main-header_side {

        padding: 0;

        margin-top: -2px;

    }



    .main-slider_desc h1 {

        font-size: 28px;

        top: -135px;

    }



    .main-slider_desc_line {

        font-size: 18px;

        top: -90px;

    }


    /*
    .main-slider_desc_text div:last-child {

        position: absolute;

        left: 50%;

        top: -50px;

        margin-left: -142px;

        font-size: 11px;

        width: 284px;

    }*/



    .main-slider_desc_text div:first-child {

        font-size: 12px;

        width: 276px;

        margin-left: -138px;

    }



    .main-top-category-item-desc p {

        display: none;

    }



    .main-heading span {

        font-size: 20px;

    }

    /*

    .slideshow-arrows button {

        left: -20px;

    }



    .slideshow-arrows button + button {

        right: -20px;

    }
    */


    .how-work-item p {

        font-size: 18px;

        margin-top: 12px;

        line-height: 20px;

    }



    .how-work-item div {

        font-size: 12px;

        line-height: 14px;

    }



    .how-work, .our-benefits {

        padding: 0 0 30px;

    }



    .main-produced {

        padding: 30px 0;

    }

    /*

    .slider-reviews {

        margin-top: -40px;

    }

    */



    .slider-reviews .slideshow-arrows button {

        left: 0;

    }



    .slider-reviews .slideshow-arrows button + button {

        right: 0;

        left: inherit;

    }



    .main-slider_desc .btn {

        width: 100%;

        left: 0;

        margin: 0;

    }

}



@media (max-width: 360px) {



    .main-slider_desc h1 {

        font-size: 25px;

        /*top: -115px;*/

    }



}





.art_cart_btn {

    background-color: #F9F9F9!important;

    color: #080808!important;

    border: 1px solid #080808!important;

    text-transform: inherit!important;

    padding: 9px 0px !important;
    width: 48%;
    

}
.art_cart_btn:hover{
    color:#fff !important;
    background-color: #080808 !important;
}
.art_cart_btn.btn.btn-write.zhinstockbut {
    margin-top: 0;
    padding-left: 63px !important;
    padding-right: 63px !important;
}

.art_flex{

    display: flex;

    justify-content: flex-end;

    align-content: center;

    align-items: flex-end;

    margin: 40px 0 20px;

}

.art_flex > button {

    display: none!important;

}

.loft-language {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    color: #fff;

}

.loft-language a {

    margin-right: 10px;

    cursor: pointer;

    opacity: 0.6;

}

.loft-language a:last-child {

    margin-right: 15px;

}

.loft-language a.active {

    opacity: 1;

    cursor: auto;

}

@media(max-width: 540px) {

    .loft-language a.active {

        display: none;

    }

    .loft-language a {

        margin-right: 10px;

    }

}


#art_modal .mfp-close {
    color: #fff!important;
}
@media(min-width: 768px) {
    .art-show-mobile{
        display: none!important;
    }
}
@media(max-width: 767px){
.main-slider_desc_text {
margin-top: 100px;}
    .category_header {
        padding-top:0;
    }
    .category_header_inner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        position: static;
    }
    .category_header_inner img {
        margin-left: 0;
    }
    .category_header_inner h1 {
        padding: 0;
        text-align: center;
        
    }
    .category_59.main-top-category{
    padding-top: 0px !important;
}
    .overazhnewdctg_wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .newdsgctgs .main-top-category-item-desc {
        border-radius: 0;
    }
    .newdsgctgs.main-top-category-item {
        border-radius: 0;
    }
.newdsgctgs .main-top-category-item-desc span {
    flex-direction: column;
    height: auto;
    border-radius: 16px;
    padding: 10px;
}
.mainctgblocks a {
    height: auto;
}
.newdsgctgs .main-top-category-item-desc span > i {
    margin-left: 0;
}
.newdsgctgs .main-top-category-item-desc span > svg {
    position: static;
    margin-left: 0;
    margin-top: 10px;
}
    
    .btn-home{
        display: none!important;
    }

    .art-show-mobile{
        position: absolute;
        bottom: -130px;
        font-size: 20px;
        padding: 0 !important;
        width: 100%!important;
    }
    .art-show-mobile .btn{
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 15px;
        line-height: 100%;
        width: 100%;
        margin-left: 0;
        background: rgba(255, 255, 255, 0.5);
    }
    .main-menu > ul > li {
        padding: 0;
        height: auto;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .main-menu > ul > li a {
        padding-left: 0;
    }
    .main-menu ul ul {
        display: block;
        position: static;
        background-color: transparent;
        margin-bottom: 0;
    }
    .art_flex {

        margin: 10px 0;

    }

    .art_flex button{

        width: 100%;

        margin: 0!important;

    }

    #product-product{

        padding: 0;

    }

    #button-ukrcredits{

        display: none!important;

    }

}

.description_title{

    font-size: 24px;

    font-weight: bold;

    margin-bottom: 20px;

}



.art_advantage div{

    margin-bottom: 8px;

    font-size: 16px;

    color: #000;

}


.art_advantage span{
    display: inline-block;   
    vertical-align: middle;

}
.art_advantage span:first-child{
    width: 25px;
    margin-right: 8px;
}

.art_guarantee {

    margin-top: 20px

}



.art_guarantee span{

    font-size: 16px;

    line-height: 19px;

    font-weight: bold;

    color: #1D1D1F;

    display: block;

    margin-bottom: 5px;

}



.art_guarantee a {

    font-size: 14px;

    color: #1D1D1F;

}



.art_guarantee a:hover{

    text-decoration: underline;

}



.art_desk_hide{

    display: none;

}



@media(max-width: 767px) {

    #checkout-cart .page-title{

        display: none;

    }

    #checkout-cart .md-title1{

        font-size: 24px;

        line-height: 29px;

        margin-top: 0;

    }

    .checkout-cart.layout-1 .row{

        margin-left: -15px;

        margin-right: -15px;

    }

    .checkout-cart.layout-1 #content {

        padding: 0 15px;

    }

    #order-form .form-control{

        border: 1px solid #A2A2A2;

        border-radius: 8px;

        color: #A2A2A2;

        font-size: 16px;

    }

    #order-form .form-group{

        margin-bottom: 10px;

    }

    .md-title3 {

        font-size: 20px;

        line-height: 24px;

        border: none;

        margin: 10px 0 20px;

        padding: 0;

    }



    #order-form .btn-full {

        font-size: 18px;

        text-transform: uppercase;

        color: #fff;

        background: #222;

        border: 1px solid #222;

        margin-bottom: 10px;

    }

    #order-form .small{

        text-align: center;

         color: #000;

         font-size: 12px;

    }

    #order-form .small a {

        color: #000;

        text-decoration: underline;

        display: inline-block;

    }

    .art_mob_hide{

        display: none;

    }

    .art_desk_hide{

        display: inline;

    }



    .product_cart{

        margin-bottom: 10px;

        display: flex;

    }

    .product_cart > *{

        width: 50%;

        float: left;

        position: relative;

    }

    .product_image{

        display: block;

        background-position: center;

        background-size: contain;

        background-repeat: no-repeat;

        background-color: #fff;

    }

    .product_info {

        padding-left: 10px;

    }

    .product_name{

        font-size: 16px;

        color: #000;

        font-weight: bold;

        margin-bottom: 10px;

         clear: both;

    }

    .product_price {

        font-size: 18px;

        line-height: 22px;

        font-weight: bold;

        color: #000;

    }

    .product_remove{

        border: none;

        padding: 0;

        background-color: transparent;

        float: right;

        width: 24px;

        margin-bottom: 20px;

    }

    .art_form_product{

        margin-bottom: 30px;

    }

}

@media(max-width: 1080px) {
    .main-menu a {
        padding: 0;
    }
    .fabric_options_item .btn-md-radio + label {
        width: 50%;
    }
}
#search {
    margin-right: 15px;
}
.search_toggle {
    display: none;
    position: fixed;
    left: 0;
    top: 120px;
    width: 100%;
     background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.bodyfixed .search_toggle {
    top: 70px;
}

.search_button {
    cursor: pointer;
    margin-top: 3px;
    display: block;
}
#searchbox {
    position: relative;
}
#searchbox input {
    border-radius: 25px;
}
#searchbox input:focus {
    border-color:#000
}
#searchbox button {
    position: absolute;
    border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  transition: 0.2s;
  border-radius: 21px;
  font-size: 14px;
  cursor: pointer;
  right: 25px;
  top: 5px;
}

#button-search {
    border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  transition: 0.2s;
  border-radius: 21px;
  font-size: 14px;
  cursor: pointer;
}
#button-search:hover, #searchbox button:hover {
    background-color: #fff;
    color:#000;
}
.one_row_pb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #c2c1c1;
    border-bottom: 1px solid #c2c1c1;
    margin-bottom: 15px;
}
.zhnewctabox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
.tdzhnewcta {
   width: 49%; 
   background: #FFFFFF;
    border-radius: 20px;
    padding: 24px 32px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tdzhnewcta span {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 500;
    color:#727272;
}
.tdzhnewcta a, .other_size a {
    font-size: 18px;
    font-weight: 500;
    color:#000;
    border-bottom: 1px solid #000;
    transition: 0.4s;
    cursor: pointer;
    text-decoration: none;
}
.tdzhnewcta a:hover, .other_size a:hover {
    border-color: transparent;
}



/* Jet Cache: catalog/view/javascript/jquery/magnific/magnific-popup.css?v=1.0.0.0 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* Jet Cache: catalog/view/theme/OPC100247_5/stylesheet/megnor/bootstrap.min.css?v=1.0.0.0 */
/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],template {
    display: none;
}

a {
    background: 0 0;
}

a:active,a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button,input,optgroup,select,textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,select {
    text-transform: none;
	cursor: pointer;
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,th {
    padding: 0;
}

@media print {
    * {
        text-shadow: none!important;
        color: #000!important;
        background: transparent!important;
        box-shadow: none!important;
    }

    a,a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,a[href^="#"]:after {
        content: "";
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100%!important;
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3;
    }

    h2,h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff!important;
    }

    .navbar {
        display: none;
    }

    .table td,.table th {
        background-color: #fff!important;
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse!important;
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd!important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
	text-decoration: none;
    outline: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}



.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 0px;
    background-color: #fff;
/*    border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;*/
    -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    /*border-top: 1px solid #eee;*/
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: inherit;
    font-weight: 500;
    color: inherit;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #999;
}

h1,.h1,h2,.h2,h3,.h3 {
    margin-bottom: 10px;
	margin-top:0;
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
    font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
    font-size: 75%;
}

h1,.h1 {
    font-size: 16px;
}

h2,.h2 {
    font-size: 16px;
}

h3,.h3 {
    font-size: 16px;
}

h4,.h4 {
    font-size: 14px;
}

h5,.h5 {
    font-size: 12px;
}

h6,.h6 {
    font-size: 10px;
}
p {
    margin: 0 0 10px;
/*    color: #7a7a7a;*/
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
   
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small,.small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-muted {
    color: #999;
}

.text-primary {
    color: #428bca;
}

a.text-primary:hover {
    color: #3071a9;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #428bca;
}

a.bg-primary:hover {
    background-color: #3071a9;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-inline-start: 0;
    list-style: none;
	margin-bottom:0
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.list-inline>li:first-child {
    padding-left: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,dd {
    
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,blockquote small,blockquote .small {
    display: block;
    font-size: 80%;
    
    color: #999;
}

blockquote footer:before,blockquote small:before,blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before,blockquote:after {
    content: "";
}

address {
	margin-bottom: 0px;
	font-style: normal;
	margin-inline-start: 45px;
	color: #666666;
}

code,kbd,pre,samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}


@media (min-width:1450px) {
    .container {
        width: 1400px;
    }
}
@media (max-width:1449px) {
    .container {
        width:1300px;
    }
}
@media (max-width:1350px) {
    .container{
        width:1202px;
    }
}
@media (max-width:1200px) {
    .container{
        width:1024px;
    }
}
@media (max-width:1100px) {
    .container{
        width:932px;
    }
}
@media (max-width:979px) {
    .container{
        width:733px;
    }
}
@media (max-width:767px) {
    .container{
        width:auto;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-sm-9{
	padding-left: 15px;
    padding-right: 15px;
	}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666666666666%;
}

.col-xs-pull-10 {
    right: 83.33333333333334%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666666666666%;
}

.col-xs-pull-7 {
    right: 58.333333333333336%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666666666667%;
}

.col-xs-pull-4 {
    right: 33.33333333333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.666666666666664%;
}

.col-xs-pull-1 {
    right: 8.333333333333332%;
}

.col-xs-pull-0 {
    right: 0;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666666666666%;
}

.col-xs-push-10 {
    left: 83.33333333333334%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666666666666%;
}

.col-xs-push-7 {
    left: 58.333333333333336%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666666666667%;
}

.col-xs-push-4 {
    left: 33.33333333333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.666666666666664%;
}

.col-xs-push-1 {
    left: 8.333333333333332%;
}

.col-xs-push-0 {
    left: 0;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }

    .col-sm-pull-0 {
        right: 0;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666666666666%;
    }

    .col-sm-push-10 {
        left: 83.33333333333334%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666666666666%;
    }

    .col-sm-push-7 {
        left: 58.333333333333336%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666666666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.666666666666664%;
    }

    .col-sm-push-1 {
        left: 8.333333333333332%;
    }

    .col-sm-push-0 {
        left: 0;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1200px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666666666666%;
    }

    .col-lg-10 {
        width: 83.33333333333334%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666666666666%;
    }

    .col-lg-7 {
        width: 58.333333333333336%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666666666667%;
    }

    .col-lg-4 {
        width: 33.33333333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.666666666666664%;
    }

    .col-lg-1 {
        width: 8.333333333333332%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }

    .col-lg-pull-0 {
        right: 0;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666666666666%;
    }

    .col-lg-push-10 {
        left: 83.33333333333334%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666666666666%;
    }

    .col-lg-push-7 {
        left: 58.333333333333336%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666666666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.666666666666664%;
    }

    .col-lg-push-1 {
        left: 8.333333333333332%;
    }

    .col-lg-push-0 {
        left: 0;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    
    vertical-align: top;
   
	background-color: #fff;
	width:auto;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #f0f0f0;
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #f0f0f0;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td{border-bottom:none;}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {  
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-],table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3;
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

@media (max-width:767px) {
.table-responsive {
	float: left;
	margin-bottom: 15px;
	overflow: auto;
	width: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;       
	-webkit-overflow-scrolling: touch;
}
.dropdown-menu-right {
  left: auto;
  margin-top: 11px;
  right: 0;
}

.table-responsive>.table {
	margin-bottom: 0;
}

.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
	white-space: nowrap;
}

.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
	border-left: 0;
}

.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
	border-right: 0;
}

.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
	border-bottom: 0;
}
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
	display: inline-block;
	float: left;
	font-size: 32px;
	font-weight: 600;
	line-height: inherit;
	margin-bottom: 20px;
	padding: 0 0 8px;
	width: 100%;
	color: #333333;
}
label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type=radio],input[type=checkbox] {
    margin-top: 1px;
    line-height: normal;
	margin: 4px 5px 0;
    vertical-align: -3px;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple],select[size] {
    height: auto;
}

input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus {   
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;   
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 9px 25px;
    color: #2a2a2a;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #e5e5e5;
    font-size: 14px !important;
}
select.hasCustomSelect::-webkit-scrollbar { width: 0 !important; display:none !important; }
.form-control:focus {    
    outline: 0;    
}

.form-control:-moz-placeholder {
    color: #555;
}

.form-control::placeholder {
	color: #adadad;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	letter-spacing: 1px;
}
.form-control:-ms-input-placeholder {
    color: #555;
}

.form-control::-webkit-input-placeholder {
    color: #555;
}

.header-search .form-control::-webkit-input-placeholder {
    color: #555;
	text-transform:uppercase;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type=date] {
    line-height: 34px;
}

.form-group {
    margin-bottom: 15px;
}

.radio,.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;   
	cursor:pointer;
}

.radio label,.checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox] {
    float: left;
    margin:3px 8px 0 0;
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,.checkbox-inline {
    display: inline-block;  
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,select[multiple].input-sm {
    height: auto;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.has-feedback .form-control-feedback {
    position: absolute;
    top: 25px;
    right: 0;
    display: block;

    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.form-control-static {
    margin-bottom: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-control-static {
    padding-top: 7px;
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 15px;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 9px 25px;
	text-transform: capitalize;
    font-size: 16px;
    border-radius: 50px;
}

.btn:focus {   
    outline-offset: -2px;
}

.btn:hover,.btn:focus {
    color: #fff;
    text-decoration: none;
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;   
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
	color: #fff;
	background: #B0825F;
	border: 1px solid #B0825F;
	line-height: inherit;
}

.btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #fff;
    background: #222;
    border: 1px solid #222;
}
.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background: #fff;
    border:1px solid #ccc;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
	border: 1px solid #B0825F;
	background: #B0825F;
	color: #fff;
	border-radius: 50px;
	padding: 8px 16px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background: #222;
	border: 1px solid #222;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    /*background: #2196f3;
    border: 1px solid #2196f3;*/
}

.btn-primary .badge {
    color: #428bca;
    background: #fff;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #f02640;
    border-color: #f02640;
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.btn-info {
	background: #F7D929;
	border: 1px solid #F7D929;
	color: #222;
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #f02640;
    border-color: #f02640;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border: 1px solid #d9534f;
	color: #fff;
	border-radius: 50px;
	padding: 8px 16px;
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent;
}

.btn-link:hover,.btn-link:focus {
    color: #ffd200;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block {
    width: auto;
}

.fade {
    opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-ms-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
}

.fade.in {
    opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-ms-transition: height .35s ease;
	-o-transition: height .35s ease;
    transition: height .35s ease;
}



.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	/* margin: 8px 0 0; */
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 11px 3px rgba(0, 0, 0, 0.1);
}
.dropdown-menu.pull-right {
	right: -30px;
	left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #f0f0f0;
}

.dropdown-menu>li>a {
    display: block;
    padding: 4px 15px;
    clear: both;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
	text-transform:capitalize;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #2196f3;
    background-color: transparent;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #999;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}
.myaccount.open>.dropdown-menu {
    display: none;
}
.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
	margin-top: 7px;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
   /* z-index: 2;*/
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
    outline: 0;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto;
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto;
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.input-group-addon input[type=radio],.input-group-addon input[type=checkbox] {
    margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-radius: 0;
    padding: 9px 25px;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav>li>a:hover,.nav>li>a:focus {
	text-decoration: none;
}

.nav>li.disabled>a {
    color: #999;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
/*    background-color: #eee;
    border-color: #428bca;*/
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e0e0e0;
}

.nav>li>a>img {
    max-width: none;
}

/*.nav-tabs {
    /*border-bottom: 2px solid #e0e0e0;
	padding:30px 0 0;
	clear:both;
	height: 73px;*/
	/* border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
	
}*/
#desktop .tab-pane > .tab-pane{
	border-top:1px solid #000;
}

/* .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
	border-right: 1px solid #ccc;
	
} */

.nav-tabs > li > a {
	color: #c7c7c7;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	padding: 18px 18px;
	text-transform: uppercase;
	margin: 0;
}
.nav-tabs > li > a:hover {
	border-color: transparent;
	color: #ffd200;
}
/*.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	color:#2196f3;
}*/
.nav-tabs > li:last-child > a::after {
    background: #ffffff none repeat scroll 0 0;
}
/* .nav-tabs > li:first-child > a {
	margin-left: 0;
	padding-left: 18px;
} */
.nav-tabs > li:last-child  {
   border-right:none;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
    }

    .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-khtml-border-radius: 0;
    }

    .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content>.tab-pane {
    display: none;
	padding: 0px 0;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0px;
		-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none;
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}


.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
   /* line-height: 25px;*/
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 2px 0 0 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important;
    }

    .navbar-right {
        float: right!important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

    .navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox] {
        float: none;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px;
    }
}

.navbar-nav>li > .dropdown-menu {
    /*margin-top:10px;*/
    border-top-right-radius: 0;
    border-top-left-radius: 0;
	border:1px solid #f0f0f0;
	border-radius:0 0 5px 5px;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #999;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #999;
}

.navbar-inverse .navbar-nav>li>a {
    color: #999;
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff;
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.breadcrumb {

}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li:before {
    content: "\f101";
    padding: 0 5px;    
	font-family:'FontAwesome';
}

.breadcrumb>.active {
    color: #999;
}

.pagination {
    display: inline-block;
    padding: 0;
    margin:0;
}

.pagination>li {
    display: inline;
	 float: left;
    margin-right: 10px;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 4px 12px;
	text-decoration: none;
	color: #fff;
	background-color: #B0825F;
	border: 1px solid #B0825F;
	margin-left: -1px;
	border-radius: 0;
	text-align: center;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
/*    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;*/
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
/*    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;*/
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    color: #ffd200;
    background-color: #fff;
    border-color: #ffd200;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
   background-color: #ffd200;
    border-color: #ffd200;
    color: #ffffff;
    cursor: default;
    z-index: 2;
	border-radius:5px;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager li {
    display: inline;
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,.pager .next>span {
    float: right;
}

.pager .previous>a,.pager .previous>span {
    float: left;
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label[href]:hover,.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #999;
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: gray;
}

.label-primary {
    background-color: #428bca;
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #3071a9;
}

.label-success {
    background-color: #5cb85c;
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44;
}

.label-info {
    background-color: #5bc0de;
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f;
}

.label-danger {
    background-color: #d9534f;
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff;
}

.filterbox .list-group-filter {border:none; margin-bottom:0; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; padding:15px 0 10px; }

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

.jumbotron h1,.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.container .jumbotron {
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,.jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #fff;
}

.thumbnail>img,.thumbnail a>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}



.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p,.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 35px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    clear: both;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media,.media-body {
    overflow: hidden;
}

.media,.media .media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media-object {
    display: block;
}

.media-heading {
    margin: 0 0 5px;
}

.media>.pull-left {
    margin-right: 10px;
}

.media>.pull-right {
    margin-left: 10px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
	border:medium none;
	border-top:none;     
    border-image: none;    
    margin-bottom: 0;
   padding:10px 25px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 18px;
    margin-bottom: -1px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}
a.list-group-item .list-group-item-heading {
    color: #3d3d3d;
}

a.list-group-item:hover,a.list-group-item:focus {
    text-decoration: none;
    background-color: none;
}

a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading {
    color: inherit;
}

a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

.panel-body {
    padding: 10px;
}

.panel>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.panel>.list-group .list-group-item:first-child {
    border-top: 0;
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0;
}

.panel>.list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel>.table,.panel>.table-responsive>.table {
    margin-bottom: 0;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>tfoot>tr:first-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tfoot>tr:first-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:first-child>td {
    border-top: 0;
}

.panel>.table-bordered>thead>tr:last-child>th,.panel>.table-responsive>.table-bordered>thead>tr:last-child>th,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,.panel>.table-bordered>thead>tr:last-child>td,.panel>.table-responsive>.table-bordered>thead>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

.panel-title > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
/*    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;*/
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    overflow: hidden;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #f0f0f0;
}

.panel-default {
    border-color: #f0f0f0;
}

.panel-default>.panel-heading {
    color: #1f2022;
    background-color: #fff;
    border-color: #f0f0f0;
	padding:0;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-khtml-border-radius:0;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #f0f0f0;
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca;
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ebccd1;
}

.well {
	min-height: 20px;
	padding: 35px 30px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #e8e9eb;
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,.15);
}

.well-lg {
    padding: 24px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.well-sm {
    padding: 9px;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #1f2022;
    opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: none;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
	-moz-transform: translate(0,-25%);
	-o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
	-ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
	-moz-transform: translate(0,0);
	-o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-moz-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: .5;
}

.modal-header {
    padding: 15px;
    border-bottom: medium none;
    min-height: 16.428571429px;
	background:#303030 none repeat scroll 0 0;
}
.modal-header h4{
	font-size:15px;
	text-transform:uppercase;
	color:#fff;
}

.modal-header .close {
    margin-top: -2px;
	color:#fff;
	opacity:1;
}

.modal-title {
    margin: 0;
   
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #f0f0f0;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }

    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.tooltip.in {
    opacity: 1;
	-moz-opacity:1;
	-khtml-opacity:1;
	-webkit-opacity:1;
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #222;
    text-align: center;
    text-decoration: none;
    background-color: #b0825f;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color:#b0825f;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #da2128;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #b0825f;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #b0825f;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #b0825f;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #b0825f;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #b0825f;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #b0825f;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-repeat: repeat-x;
}

.carousel-control:hover,.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left {
    left: 50%;
}

.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right {
    right: 50%;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left,.carousel-control .glyphicons-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
	float: right;
	margin-block: 3px;
}

.pull-left {
    float: left;
}

.hide {
    display: none!important;
}

.show {
    display: block!important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none!important;
    visibility: hidden!important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width:device-width;
}

.visible-xs,tr.visible-xs,th.visible-xs,td.visible-xs {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    th.visible-xs,td.visible-xs {
        display: table-cell!important;
    }
	.btn-primary, .btn-info {margin-bottom:2px;}
	.nav-tabs > li > a {
		margin: 0;
	}
}

.visible-sm,tr.visible-sm,th.visible-sm,td.visible-sm {
    display: none!important;
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    th.visible-sm,td.visible-sm {
        display: table-cell!important;
    }
}

.visible-md,tr.visible-md,th.visible-md,td.visible-md {
    display: none!important;
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row!important;
    }

    th.visible-md,td.visible-md {
        display: table-cell!important;
    }
}

.visible-lg,tr.visible-lg,th.visible-lg,td.visible-lg {
    display: none!important;
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    th.visible-lg,td.visible-lg {
        display: table-cell!important;
    }
}

@media (max-width:767px) {
    .hidden-xs,tr.hidden-xs,th.hidden-xs,td.hidden-xs {
        display: none;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm,tr.hidden-sm,th.hidden-sm,td.hidden-sm {
        /*display: none!important;*/
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md,tr.hidden-md,th.hidden-md,td.hidden-md {
        /*display: none!important;*/
    }
}

@media (min-width:1200px) {
    .hidden-lg,tr.hidden-lg,th.hidden-lg,td.hidden-lg {
        display: none!important;
    }
}

.visible-print,tr.visible-print,th.visible-print,td.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row!important;
    }

    th.visible-print,td.visible-print {
        display: table-cell!important;
    }
}

@media print {
    .hidden-print,tr.hidden-print,th.hidden-print,td.hidden-print {
        display: none!important;
    }
}

@media (max-width: 767px) {
	.row {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 543px) {
	.productpage .nav-tabs > li.active > a {
		font-size: 15px;
	}
}
/* Jet Cache: catalog/view/javascript/jquery/swiper/css/swiper.min.css?v=1.0.0.0 */
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
/* Jet Cache: catalog/view/javascript/jquery/swiper/css/opencart.css?v=1.0.0.0 */
/* CSS Document */
.swiper-viewport {
	margin: 50px 0 0 0;
	background: #fff;
	z-index: 1;
	border: 4px solid #fff;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* OpenCart Code */
.swiper-container {
	direction: ltr !important;
}
.swiper-pager {
	width: 100%;
	position: absolute;
	top: 45%;
	line-height: 45px;
}
.swiper-button-prev, .swiper-button-next {
	z-index: 2;
 	background-image: none;
}
/* Desktop */
@media (max-width: 1470px) {
	.swiper-pager {
		top: 42%;
	}
}
@media (max-width: 1199px) {
	.swiper-pager {
		line-height: 15px;
	}
}
@media (max-width: 979px) {
	.swiper-pager {
		line-height: 0;
		top: 52%;
	}
}
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev {
	opacity: 0;
}
.swiper-viewport .swiper-button-next {
	opacity: 0;
}
}
.swiper-pagination {
	bottom: 10px;
	left: 0;
	text-align: center;
	width: 100%;opacity: 0;
}
.main-slider:hover .swiper-pagination {
	opacity: 1;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: 0 transparent;
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #1c9e8d;
	margin: 0 5px;
	opacity: 1;
}
.swiper-pagination-bullet:hover {
	background: #1da694;
}
.swiper-pagination-bullet-active {
	background: #1da694;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto;
}
@media (max-width: 767px){
	.swiper-pager {
		top: 52%;
	}
}
