@font-face {
    font-family: 'proxima_novaregular';
    src: url('./fonts/proximanova-regular-webfont.eot');
    src: url('./fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/proximanova-regular-webfont.woff2') format('woff2'),
        url('./fonts/proximanova-regular-webfont.woff') format('woff'),
        url('./fonts/proximanova-regular-webfont.ttf') format('truetype'),
        url('./fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novabold';
    src: url('./fonts/proxima_nova_bold-webfont.eot');
    src: url('./fonts/proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('./fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
        url('./fonts/proxima_nova_bold-webfont.woff') format('woff'),
        url('./fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
        url('./fonts/proxima_nova_bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top:8px;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    line-height: 1.428571429;
    width: 100%;
}

*:focus{
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    line-height: 1.35;
    font-family: 'Poppins', sans-serif;
}

.fa {
    font-size: 14px;
}

h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
    color: #f07c29;
}

body ::-webkit-scrollbar-track {
    background-color: #fff;
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

body ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.07); 
    background-image: rgba(0,0,0,0.07); 
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 13px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
input[type=text] {
    min-width: 50px;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

img {
    max-width: 100%; 
    height: auto;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.flip {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #f07c29;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #f07c29;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #f07c29;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #f07c29;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #f07c29;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #f07c29;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #f07c29;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #f07c29;
}
.tooltip-inner {
    background: #f07c29;
}

.alert {
    text-align: center;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    border: none;
}

a:hover,.banner-3 a:hover::before,
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover,
.product-layout:hover  .action-links,
.static-policy .col:hover .text-content h2, .static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist, .layout1:hover .btn-compare,
.banner-2 a:hover::before, .product-image:hover .img-r,
.banner-1 > div:hover img {
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
}

#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover {
    color: #fff;
    background-color: #f07c29;
    border-color: #f07c29;
}

#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon,#button-donate, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button {
    border: none;
    background: #666;
    padding: 0px 25px;
    text-transform: none;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 44px;
    display: inline-block;
    vertical-align: top;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#button-voucher,
#button-donate,
#button-coupon {
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    border-radius: 20px;
}
#button-search + h2{
    display: none;
}
#button-search{
    margin: 15px 0;
}

#modal-agree{
    z-index: 9999;
}

.owl-container .owl-item {
    padding: 0 15px;
}
.owl-carousel.owl-theme:hover .owl-nav div {
    opacity: 1;
}
.owl-carousel.owl-theme .owl-dot:hover span {
    background: #f07c29;
}
.owl-carousel.owl-theme .owl-dot.active span {
    background: #f07c29;
    width: 8px;
    border-radius: 10px;
}
.owl-carousel.owl-theme .owl-dot {
    display:inline-block;
    vertical-align:top;
}
.owl-carousel.owl-theme .owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin: 5px;
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav {
    margin: 0;
}
.owl-carousel.owl-theme .owl-nav div {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin: 0;
    margin-top: -35px;
    width: 69px;
    height: 69px;
    padding: 0;
    line-height: 69px;
    color: #666666;
    background: #f6f6f6;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav div:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    width: 100%;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
    left: 10px;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
    content: "\f104";
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
    right: 10px;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before {
    content: "\f105";
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
    left: 0;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-next {
    right: 0;
}
.owl-carousel.owl-theme .owl-nav div:hover {
    background: #f07c29;
    border-color: #f07c29;
    color: #fff;
}

.b-close {
    display: block;
}
.newletter-popup {
    background: #fff;
    top: 50% !important;
    position: fixed !important;
    padding: 0;
    text-align: center;
    -moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
#boxes .newletter-title h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 15px;
}
.newletter-popup #dialog {
    padding: 50px 20px;
}
#boxes .box-content label {
    font-weight: 400;
    max-width: 650px;
    font-size: 14px;
}
#boxes #frm_subscribe .required {
    color: #f00;
    padding-right: 5px;
}
#boxes #frm_subscribe a {
    cursor: pointer;
}
#boxes #frm_subscribe #subscribe_pemail {
    background: #EBEBEB none repeat scroll 0% 0%;
    border: medium none;
    height: 40px;
    width: 65%;
    margin: 20px 0;
    padding:0 15px;
}
#boxes .box-content .subscribe-bottom {
    margin-top: 20px;
}
#boxes .box-content .subscribe-bottom label {
    margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-top: -1px;
}
#boxes  #frm_subscribe #notification {
    color: #f00;
}
#boxes  #frm_subscribe #notification .success {
    color: #67D7BB;
}
#popup2 {
    text-align: center;
    background: #333;
    border-radius: 0;
    cursor: pointer;
    float: right;
    padding: 5px 10px;
    color: #fff;
    margin-top: -49px;
    margin-right: -19px;
}
#popup2:hover {
    background:#f07c29;
}

.newletter-subscribe-container {
    width: 100% !important;
    text-align: center;
    background: #f07c29 url(../image/bkg_newsletter_skybook4.jpg) top center no-repeat;
    padding: 45px 25px 25px 25px;
    min-height: 350px;
    position: relative;
}

#dialog-normal .newletter-title {
}
#dialog-normal .newletter-title h3 {
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-top: 0;
    margin-bottom: 28px;
}
#dialog-normal .newletter-title h3 span {
    display: block;
}

#dialog-normal .newletter-title label{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

#dialog-normal .newleter-content {
    margin-bottom: 0;
    position: relative;
    margin-top: 24px;
    width: 100%;
    display: inline-block;
}
#subscribe-normal {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
}

#subscribe_email-normal {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 30px;
    height: 38px;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    width: 100%;
    font-weight: 400;
}
#frm_subscribe-normal .btn:hover {
    color: #f07c29;
}
#frm_subscribe-normal .btn {
    margin-top: 28px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0 25px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
#subscribe-normal .btn span {
}

#notification-normal {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    font-size: 12px;
}
#notification-normal div {
    color: #FFF;
}

#notification-normal div.warning {
    color: #fff;
    text-align: center;
}
#subscribe-normal ::-webkit-input-placeholder {
    color: #fff;
}
#subscribe-normal :-moz-placeholder {
    color: #fff;
}
#subscribe-normal ::-moz-placeholder {
    color: #fff;
}
#subscribe-normal :-ms-input-placeholder {
    color: #fff;
}

#top {
    background: #fff;
    border-bottom: 1px solid #ededed;
}
#top .box-left {
    float:left;
    margin: 0;
    list-style: none;
    padding: 0;
}

#top .box-right {
    float:right;
}
#top .box > li {
    display: inline-block;
    vertical-align: top;
}

#top .btn-group .text-ex {
    padding: 10px 0;
    margin-right: 9px;
    color: #fff;
    text-transform: none;
    line-height: 25px;
    display: none;
}
#top .btn-group .btn-link,
#top .order a {
    text-shadow: none;
    cursor: pointer;
    font-size: 13px;
    text-transform: none;
    overflow: hidden;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    padding: 12px 0;
    display: block;
    text-align: center;
    border: 0;
    text-decoration: none;
}
#top .btn-group .btn-link img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -2px;
    line-height: inherit;
}
#top .btn-group  .btn-link:hover,
#top .order a:hover  {
    color: #f07c29;
}
#top .box > li {
    margin-right: 25px;
    position: relative;
}
#top .box > li:last-child {
    margin-right:0;
    padding-right:0;
}
#top .box-right li:after {
    content: "";
    height: 13px;
    width: 1px;
    background: #7c7c7c;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#top .box-right li {
    padding-right: 25px;
}
#top .box-right li:last-child {
    padding-right:0;
}
#top .box-right li:last-child:after {
    display: none;
}
#top .btn-group .dropdown-menu{
    position: absolute;
    right: 0;
    left: auto;
    text-align: left;
    margin: 0;
    background: white;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}
#form-currency .btn-group .dropdown-menu{
    right: auto;
    left: -15px;
}
#top .btn-group .dropdown-menu li {
    border-bottom: 1px solid #f2f2f2;
}
#top .btn-group .dropdown-menu li:last-child {
    border:0;
}
#top .btn-group .dropdown-menu li > a,
#top .btn-group .dropdown-menu li> button {
    font-size: 13px;
    padding: 10px 0 9px 0;
    line-height: 24px;
    display: block;
    text-transform: none;
    font-weight: normal;
    height: inherit;
    border-radius: 0;
    text-align: left;
    color: #676767;
}
#top .btn-group .dropdown-menu li > a:hover,
#top .btn-group .dropdown-menu li> button:hover {
    text-decoration: none;
    color: #f07c29;
}
#top .btn-group .dropdown-menu li a img,
#top .btn-group .dropdown-menu li button img {
    vertical-align: baseline;
    margin-right:5px;
}
#top .btn-group .dropdown-menu > a:hover,
#top .btn-group .dropdown-menu > button:hover,
#top .btn-group .dropdown-menu .item-selected {
    color: #f07c29;
    text-decoration: none;
}

.site_header {
    position: relative;
}
.logo-container {
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    width:300px;
}

.logo-container-mobile {
    z-index: 1;
    position: relative;
    display: inline-block;
    float: left;
    width:57%;
    height:10%;
    margin-left:27px;
    top:-38px;
    margin-bottom:-37px;
}

#logo {
    padding:44px 0px;
}
#logo a {
    display: inline-block;
}

.header-inner {
    position:relative;
    background: #fff;
    text-align: center;
}
.header-inner .container-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.top-search {
    position: absolute;
    display: block;
    top: 29%;
    -moz-transform:  translateY(-29%);
    -webkit-transform: translateY(-29%);
    -o-transform: translateY(-29%);
    -ms-transform: translateY(-29%);
    transform: translateY(-29%);
    left: 0;
    right: 0;
    margin: auto;
    width: 420px;
    z-index: 3;
}

.search-button {
    font-size: 28px;
    color: #fff;
    text-align: center;
    height: 40px;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    box-shadow: none !important;
}
.search-button:hover {
    color: #f07c29;
}


#search-by-category {
    position: relative;
    width: 100%;
}
#search-by-category .search-container {
}
#search-by-category .search-container .categories-container {
    position: absolute;
    padding: 10px 0;
    left: 0;
    top: 0;
}
#search-by-category .search-container #text-search {
    padding: 0 55px 0 190px;
    height: 49px;
    border-radius: 3px;
    font-size: 12px;
    border: 0;
    z-index: 1;
    background: #fff;
    color: #c2c2c2;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#search-by-category #sp-btn-search {
    position: absolute;
    right: 0px;
    top: 0;
}
#search-by-category .search-container .categories-container .hover-cate p {
    margin:0;
    color: #363f4d;
    padding: 0 30px 0 25px;
    cursor: pointer;
    overflow: hidden;
    position:relative;
    text-transform: none;
    font-size: 14px;
    line-height: 29px;
}
#search-by-category .search-container .categories-container .hover-cate p:after {
    content:"";
    position: absolute;
    width: 1px;
    height: 16px;
    background: #e1e1e1;
    right: 0;
    top: 50%;
    -moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#search-by-category .search-container .categories-container .hover-cate p i {
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    margin-left: 19px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items {
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top: 0px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:100%;
    cursor: pointer;
    top: 100%;
    text-align: left;
}
.cate-items li {
    text-transform: none;
    color: #363f4d;
    font-size: 11px;
    list-style: none;
    line-height: 18px;
}
.cate-items li:hover{
    color:#f07c29;
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax {
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0px;
    top: 100%;
    width: 88%;
}
.ajax-result-item .product-info .detail .price-box .old-price {
    text-decoration: line-through;
    color: #acacac;
    font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p {
    display: inline-block;
}
.ajax-result-item .product-info .detail .price-box {
    font-weight: 700;
    margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name {
    margin: 10px 0;
}
#search-by-category .search-ajax li {
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg {
    padding: 20px;
    margin: 0;
    color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
    color: #363f4d;
}
#btn-search-category{
    background: #f07c29;
    border:none!important;
    padding:0;
    box-shadow:none;
    text-shadow:none;
    border-radius: 3px;
    height: 49px;
    width: 49px;
    color: #fff;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 49px;
}
#btn-search-category:before {
    font-family: 'Stroke-Gap-Icons';
    content: "\e6a4";
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-cart {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 112;
    -moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.box-cart .links {
    display: inline-block;
    vertical-align: top;
    margin-right: 45px;
}
.box-cart .links a {
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    display: block;
}
.box-cart .links a:hover,.box-cart .links a:hover:before {
    color: #f07c29;
}
.box-cart .links a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    color: #a1a1a1;
}
.box-cart .links .compare a:before {
    content: "\f0ec";
}
#cart-total{
    position: absolute;
    font-size: 14px;
    bottom: 1px;
    left: 2px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    border-radius: 100%;
    color: #fff;
}


#cart {
    position: relative;
}

#cart .mycart {
    color: #fff;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 27px;
    padding: 2.5px 0;
}
#cart .mycart span {font-size: 16px;color: #444444;font-weight: 700;text-transform: uppercase;}
#cart .mycart .total-price {
    display: block;
    color: #787878;
}

#cart > button {
    position: relative;
}

#cart .dropdown-menu .text-empty{
    margin: 0;
    padding: 10px 0;
}
#cart .dropdown-menu{
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 12px #000;
    width: 250px;
    margin: 0;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.headerSpace {
    display: none;
}
.top-menu {
    position: relative;
    background: #f07c29;
}

.fix-header{
    border: none;
    background: rgba(240,124,41,1);
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    width: 100%;
    max-width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed !important;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mobileshow{
    display:none;
}
.fix-header #pt_custommenu::after, 
.fix-header #pt_custommenu::before{
    display: none;
}
.fix-header .pt_custommenu div.pt_menu .parentMenu a {
    padding-top: 18px;
    padding-bottom: 18px;
}
.fix-header #pt_custommenu{
    margin: 0;
}
.fix-header #logo {
    padding: 10px 0;
}

.banner-static .owl-pagination {
    position:absolute;
    left:0;
    right:0;
    margin: auto;
    bottom: 2%;
}
.banner-static .image a {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
}
.banner-static .image a:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.banner-static .image a:hover:before {
    opacity: 1;
}
.banner-static .image a:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.banner-static .image a:hover .text .link {
    background: #fff;
    color: #333333;
}
.banner-static .image a img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.banner-static .image a .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-static .image a .text .text1,
.banner-static .image a .text .text2,
.banner-static .image a .text .text3 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.banner-static .image a:hover .text .text1 {
    -webkit-animation: fadeInUp 400ms ease-in-out;
    -moz-animation: fadeInUp 400ms ease-in-out;
    -ms-animation: fadeInUp 400ms ease-in-out;
    animation: fadeInUp 400ms ease-in-out;
}
.banner-static .image a:hover .text .text2 {
    -webkit-animation: fadeInUp 600ms ease-in-out;
    -moz-animation: fadeInUp 600ms ease-in-out;
    -ms-animation: fadeInUp 600ms ease-in-out;
    animation: fadeInUp 600ms ease-in-out;
}
.banner-static .image a:hover .text .text3 {
    -webkit-animation: fadeInUp 800ms ease-in-out;
    -moz-animation: fadeInUp 800ms ease-in-out;
    -ms-animation: fadeInUp 800ms ease-in-out;
    animation: fadeInUp 800ms ease-in-out;
}
.static-menu-bottom {
    padding: 30px 30px 5px 30px;
}
.static-sidebar {
    margin-bottom: 30px;
}
.static-top-skybook1 {
    margin-top: 87px;
}

.static-top-skybook1 .image {
    margin-top: 30px;
}
.static-top-skybook1 .image a .text {
    left: 5%;
    right: auto;
}
.static-top-skybook1 .image a .text .text1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 7px;
}
.static-top-skybook1 .image a .text .text2 {
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
    color: #fff;
    margin-right: -218px;
}
.static-middle-skybook1 {
}
.static-middle-skybook1 .image { 
    margin-top: 30px;
}
.static-top-skybook3 .image {
    margin-top: 30px;
}
.static-top-skybook3 .col-top-1 {
    float: left;
    width: 24.36%;
    padding-right: 15px;
}
.static-top-skybook3 .col-top-2 {
    float: left;
    width: 75.64%;
    padding-left: 15px;
}
.static-top-skybook3 .col-top-2 .image1 {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.static-top-skybook3 .col-top-2 .image2 {
    float: left;
    width: 50%;
    padding-left: 15px;
}
.static-top-skybook3 .col-top-2 .image3 {
    clear: left;
    float: left;
    width: 50%;
    padding-right: 15px;
}
.static-top-skybook3 .col-top-2 .image4 {
    float: left;
    width: 50%;
    padding-left: 15px;
}



.background-full {
    margin-top: 88px;
    padding:70px 0 100px 0;
    background: url(../image/bkg_static_middle.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bestseller-group {
    margin-top: 100px;
}
.static-author-best .col-des {
    width: 50%;
    padding-right: 15px;
    float: left;
}
.static-author-best .col-des .title {
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    margin-bottom: 52px;
    font-weight: 700;
}
.static-author-best .col-des .name {
    font-size: 70px;
    text-transform: uppercase;
    color: #f07c29;
    text-align: right;
    font-weight: 700;
    line-height: 1.1;
}
.static-author-best .col-des .name span {
    display: block;
    text-transform: none;
}
.static-author-best .col-des .categories {
    text-transform: uppercase;
    color: #999999;
    text-align: right;
    margin-top: 5px;
}
.static-author-best .col-des .categories a {
    color: #999999;
}
.static-author-best .col-des .categories a:hover {
    color: #f07c29;
    text-decoration: underline;
}
.static-author-best .col-des .des {
    font-size: 16px;
    text-align: right;
    line-height: 24px;
    margin-top: 35px;
}
.static-author-best .col-des .social-author {
    text-align: right;
    margin-top: 35px;
}
.static-author-best .col-des .social-author li {
    display: inline-block;
    vertical-align: top;
}
.static-author-best .col-des .social-author li a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    background: #e1e1e1;
    border-radius: 100%;
    font-size: 0;
    text-align: center;
}
.static-author-best .col-des .social-author li a:before {
    color: #fff;
    font-size: 15px;
}
.static-author-best .col-des .social-author li a:hover {
    background: #f07c29;
}
.static-author-best .col-image {
    width: 50%;
    padding-left: 15px;
    overflow: hidden;
}

.owl-item.active .item {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.item .item-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
}
.label_new,.label_sale {
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 5;
    line-height: 18px;
    padding: 0 6px;
    background: #f07c29;
}
.label_new:before,.label_sale:before {
    position: absolute;
    right: -6px;
    top: 0;
    content: "";
    border-left: 3px solid #f07c29;
    border-top: 4.5px solid #f07c29;
    border-bottom: 4.5px solid transparent;
    border-right: 3px solid transparent;
}
.label_new:after,.label_sale:after {
    position: absolute;
    right: -6px;
    bottom: 0;
    content: "";
    border-left: 3px solid #f07c29;
    border-bottom: 4.5px solid #f07c29;
    border-top: 4.5px solid transparent;
    border-right: 3px solid transparent;
}
.label_sale {
    background: #eeb900;
    top: 18px;
}
.label_sale:after{
    border-left: 3px solid #eeb900;
    border-bottom: 4.5px solid #eeb900;
}
.label_sale:before {
    border-left: 3px solid #eeb900;
    border-top: 4.5px solid #eeb900;
}


.item-inner .images-container {
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden;

}
.item-inner .images-container .product-image {
    position:relative;
    display: block;
}
.item-inner .images-container img {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 19px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.item-inner .images-container .img-r {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    opacity:0;
    visibility:hidden;
    z-index:1;
}
.item-inner:hover .images-container .img-r {
    opacity:1;
    visibility: visible;
}

.qv-button-container {
    display: block;
}
.item-inner button.btn-quickview {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius:100%;
    font-size: 0;
    background: #f07c29;
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.item-inner button.btn-quickview:hover {
    color: #f07c29;
    background: #fff;
}
.item-inner button.btn-quickview:before {
    content: "\f00e";
    font-size: 22px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-family:"FontAwesome";
    font-weight: normal;
}
.item-inner button.btn-quickview span {
    display: none;
}
.item-inner:hover button.btn-quickview {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.item-inner .action-links button.btn-cart {
    line-height: 30px;
    background-color: #f07c29;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 12px;
    padding: 0;
    
    width:120px;
    height:40px;
    
    border-radius: 0;
    text-align: center;
    text-transform: none;
    color: white;
    display: inline-block;
    vertical-align: top;
}
.item-inner .action-links button.btn-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    font-weight: normal;
}
.item-inner .action-links .add-to-links {
    display: inline-block;
    vertical-align: top;
}
button.btn-wishlist,button.btn-compare{
    line-height: 30px;
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    color: #333;
}
button.btn-wishlist span,button.btn-compare span { display:none;}
button.btn-wishlist:before,button.btn-compare:before {
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}
button.btn-compare:before {
    content: "\f0ec";
}
.item-inner .action-links button:hover {
    background: #f07c29;
    border-radius: 10px;
    
    color: white;
}
.item-inner .caption {
    padding: 4px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    background: transparent;
    text-align: center;
    position: relative;
}
.item-inner .product-des {
    line-height: 24px;
    padding-bottom: 10px;
}

.product-layout.grid-style .product-name {
    margin-bottom: 8px;
    display: block;
    margin-top: 0;
    height: 38px;
    overflow: hidden;
    line-height: 1.2;
}
.product-layout.grid-style .product-name a {
    padding: 0;
    display: block;
    overflow: hidden;
    text-transform: none;
    font-family: 'Rufina', serif;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}
.product-name a:hover {
    color: #f07c29;
}
.ratings {
    display:block;
}
.ratings a {
    margin-left: 8px;
    text-transform: none;
    color: #999999;
    font-size: 13px;
    line-height: 12px;
    display: inline-block;
    vertical-align: top;
}
.ratings a:hover {
    color: #f07c29;
}
.ratings a.review-count:after {
    content: "|";
    margin-left: 8px;
    vertical-align: top;
}
.ratings .rating-box {
    display: inline-block;
    vertical-align:top;
}
.rating-box div[class^='rating']{
    background: url('../image/rating0.png') no-repeat;
    font-size: 0;
    height: 12px;
    width: 59px;
}
.rating-box div.rating1{
    background-image: url('../image/rating1.png');
}
.rating-box div.rating2{
    background-image: url('../image/rating2.png');
}
.rating-box div.rating3{
    background-image: url('../image/rating3.png');
}
.rating-box div.rating4{
    background-image: url('../image/rating4.png');
}
.rating-box div.rating5{
    background-image: url('../image/rating5.png');
}
.price-box p {
    display: inline-block;
    vertical-align:top;
    margin-bottom: 0;
}
.price-box .price-tax {
    display: none;
}
.price-box .price {
    color: #f07c29;
    font-size: 18px;
    font-weight: 400;
}
.price-box p.special-price .price{
    color: #f07c29;
}
.price-box p.old-price {
    margin-left: 5px;
    padding-top: 3px;
}
.price-box p.old-price .price {
    color: #909090;
    text-decoration: line-through;
    font-size: 15px;
}
.item-inner .caption .price-box {
    display: block;
}
.item-inner .caption .ratings {margin-bottom: 5px;}
.item-inner .caption .action-links {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.item-inner .caption .price-box label {
    margin:0;
    font-size: 13px;
    color: #363f4d;
    display: none;
}
.item-inner .caption .manufacture-product:before {
}
.item-inner .caption .manufacture-product {
    display: block;
    color:#000;
    margin-bottom:6px;
    line-height: 1.1;
    height: 28px;
    overflow: hidden;
}

.item-inner .caption .available {
    display: none;
}

.module-title {
    position: relative;
    display: block;
    text-align: left;
    margin-bottom: 2.5rem;
}

.module-title h2 {
    font-family: 'Poppins', sans-serif;
    color: #f07c29;
    position: relative;
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.module-title h2:after {
    content: "";
    width: 105px;
    height: 4px;
    background: #f07c29;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.mod_tlu {
    margin-bottom: 2rem;
}

.module-description {
    text-align: center;
    margin-bottom: 47px;
    margin-top: 23px;
}
.module-description p {
    font-size: 16px;
    line-height: 24px;
    max-width: 560px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    margin: 0;
}

.module-customize1 .product-customize {
    padding: 60px 0;
}
.module-customize1 .product-customize .row {
    display: table;
}
.module-customize1 .product-customize .row .col {
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.module-customize1 .product-customize .item-inner .caption {
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,0.1);
    padding: 35px 15px 45px 15px;
}
.module-customize1 .product-customize .product-name a {
    font-size: 28px;
    font-weight: 700;
}
.module-customize1 .product-customize .product-name {
    margin-bottom: 3px;
}
.module-customize1 .product-customize .manufacture-product {
    color: #999;
    text-transform: none;
    font-size: 22px;
    font-style: italic;
}
.module-customize1 .product-customize .manufacture-product a {
    font-style: normal;
}
.module-customize1 .product-customize .product-des {
    color: #666;
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
}
.module-customize1 .product-customize .read-more {
    color: #f07c29;
    text-transform: none;
    text-decoration: underline;
    display: block;
    margin-top: 17px;
}
.module-customize1 .product-customize .read-more:hover {
    color: #202226;
}
.module-customize1 .product-customize .price-box .price {
    font-size: 28px;
}
.module-customize1 .product-customize .price-box p.old-price .price {
    font-size: 24px;
}
.module-customize1 .product-customize .price-box p.old-price {
    padding-top: 3px;
}
.module-customize1 .product-customize .item-inner .caption .ratings {
    margin-top: 7px;
}
.module-customize1 .product-customize .item-inner .caption .action-links {
    display: block;
    margin-top: 20px;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart {
    float: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    background: #f07c29;
    padding: 0 22px;
    color: #fff;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart:before {
    display: none;
}
.module-customize1 .product-customize .item-inner .action-links button.btn-cart:hover {
    background: #202226;
}

.grid-style:not(:first-child) {
    margin-top: 40px;
}
.grid-style .item-inner .action-links {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-bottom: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    margin-top: 10px;
}
.grid-style .item-inner .action-links:after {
}
.grid-style .item-inner:hover .action-links:after {
    width: auto;
    left: 0;
    right: 0;
    opacity: 1;
}
.grid-style .item-inner:hover .action-links {
    opacity: 1;
}
.grid-style .item-inner:hover .price-box {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}



.grid-style .item-inner .action-links button.btn-cart {
    padding: 5px;
    background-color: #f07c29;
}

.grid-style .item-inner .action-links .add-to-links {
    float: right;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.grid-style .item-inner:hover .action-links button.btn-cart,
.grid-style .item-inner:hover .action-links button.btn-v2,

.grid-style .item-inner:hover .action-links .add-to-links {
    background: #f07c29;
    border-radius: 10px;
    color: white;
}

.list-style:not(:first-child) {
    margin-bottom: 0;
    margin-top: 17px;
    overflow: hidden;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
}
.list-style .item .item-inner .images-container {
    float: left;
    width: 26.5%;
}

.list-style .item .item-inner .caption {
    float: left;
    width: 73.5%;
    padding: 0 0 0 15px;
    text-align: left;
}
.list-style .product-name {
    margin-bottom: 5px;
}
.list-style .product-name a {
    font-size: 14px;
}
.list-style .price-box .price {
    font-size: 18px;
}
.list-style .item-inner .caption .ratings {
    margin-bottom: 2px;
}

.list-module .module-title {
    text-align: left;
    margin-bottom: 22px;
}
.list-module .module-title h2 {
    font-size: 18px;
    padding-bottom: 0;
}
.list-module .module-title h2:after {
    display: none;
}

.module-style2 {
}
.module-style2 .module-title {
    display: none;
}
.module-style2 .item-inner .caption .price-box {
    opacity: 1 !important;
}
.module-style2 .ratings {
    display: none;
}
.module-style2 .product-name {
    margin: 0;
}
.module-style2 .product-name a {
    font-size: 14px;
}
.module-style2 .price-box .price {
    font-size: 18px;
}
.module-style2 .price-box p.old-price {
    padding-top: 2px;
}
.module-style2 .grid-style:not(:first-child) {
    margin-top: 25px;
}

.module-style3 {
    border-top: 1px solid #e5e5e5;
    margin-top: 52px;
}
.module-style3 .module-title {
}

.module-nav2  .owl-carousel.owl-theme .owl-nav {
    position: absolute;
    right: 9px;
    top: -68px;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0;
    color: #202226;
    width: 20px;
    height: 25px;
    line-height: 25px;
    border-radius: 0;
    font-weight: normal;
    background: transparent;
}
.module-nav2  .owl-carousel.owl-theme .owl-nav div:hover {
    color: #f07c29; 
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div:before {
    font-size: 20px;
    font-family: "Ionicons";
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-prev:before {
    content: "\f3cf";
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-next:before {
    content: "\f3d1";
}

.module-footer {
}
.module-footer .module-title {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: left;
}
.module-footer .module-title h2 {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    padding-bottom: 0;
}
.module-footer .module-title h2:after,.module-footer .module-title h2:before {
    display: none;
}
.module-footer .list-style .item .item-inner {
    padding: 0;
    background: transparent;
}
.module-footer .list-style .item .item-inner .images-container {
    width: 29.63%;
    float: left;
}
.module-footer .list-style .item .item-inner .caption {
    padding-left: 20px;
}
.module-footer .list-style:not(:first-child) {
    margin-top: 20px;
}
.module-footer  .product-name a {
    color: #fff;
}
.module-footer  .product-name a:hover {
    color: #f07c29;
}
.module-footer .price-box .price {
    color: #fff;
}

.slider-group {}

.tabs-category-slider {}

.tabs-category-slider .module-title {
    margin-bottom: 30px;
}
.tabs-category-slider.module-nav2  .owl-carousel.owl-theme .owl-nav {

}
.tabs-category-slider .tabs-categorys {
    z-index: 1;
    display: block;
    text-align: center;
}
.tabs-category-slider .tabs-categorys li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
}
.tabs-category-slider .tabs-categorys li a {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 3px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: block;
}
.tabs-category-slider .tabs-categorys li a:after {
    content: "";
    background: #f07c29;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    opacity: 0;
}
.tabs-category-slider .tabs-categorys li:last-child {
    margin:0;
}
.tabs-category-slider .tabs-categorys li a:hover,.tabs-category-slider .tabs-categorys li.active a{
}
.tabs-category-slider .tabs-categorys li.active a:after{
    opacity: 1;
}
.product-tabs-container-slider .module-title h2 {
    display: none;
}
.product-tabs-container-slider .tabs-categorys {
}
.product-tabs-container-slider .tabs-categorys li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 50px;
    padding-bottom: 11px;
}
.product-tabs-container-slider .tabs-categorys li:after {
    content: "";
    width: 0;
    height: 3px;
    background: #f07c29;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    max-width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.product-tabs-container-slider .tabs-categorys li:hover:after,
.product-tabs-container-slider .tabs-categorys li.active:after {
    opacity: 1;
    width: 105px;
}
.product-tabs-container-slider .tabs-categorys li a {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
.product-tabs-container-slider .tabs-categorys li:last-child {
    margin:0;
}
.product-tabs-container-slider .tabs-categorys li a:hover,.product-tabs-container-slider .tabs-categorys li.active a{
    color: #333333;
}

.bestseller-products-slider {

}

.related-products {

}
.related-products .module-title {
    margin-top: 0px;
}
.featured-categories-container {
}
.featured-categories-container.module-nav2  .owl-carousel.owl-theme .owl-nav {
    right: 0;
}
.featured-categories-container .owl-item.active .item-inner:after {
    content:"";
    width: 1px;
    height: 100%;
    background: #ebebeb;
    top:0;
    right:-15px;
    position: absolute;
}
.featured-categories-container .owl-item.active.last .item-inner:after {
    display:none;
}
.fcategory-content .image {
    display:block;
    border-radius: 2px;
    overflow: hidden;
}
.fcategory-content .image img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.fcategory-content .image:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.featured-categories-container .content-thumb .name {
    margin-top: 17px;
}
.featured-categories-container .content-thumb .name a {
    font-size: 15px;
    color: #363f4d;
    display: block;
}
.featured-categories-container .content-thumb .name a:hover {
    color: #f07c29;
}
.sub-featured-categories li a {
    display: block;
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
}
.sub-featured-categories li a:hover {
    color: #f07c29;
    padding-left: 7px;
}
.featured-categories-container .view-more {
    line-height: 29px;
    padding: 0 20px;
    color: #fff;
    text-transform: none;
    background: #363f4d;
    border-radius: 3px;
    display:inline-block;
    vertical-align: top;
    margin-top: 19px;
}

.featured-categories-container .view-less {
    line-height: 29px;
    padding: 0 20px;
    color: #fff;
    text-transform: none;
    background: #f07c29;
    border-radius: 3px;
    display:inline-block;
    vertical-align: top;
    margin-top: 19px;
}

.featured-categories-container .view-more:hover {
    background: #f07c29;
}

.featured-categories-container .view-less:hover {
    background: #363f4d;
}

.occountdown_module {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.occountdown_module .owl-dots {
    display: none;
}
.occountdown_module .module-title{
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;

}
.occountdown_module .module-title h2 {
    font-size: 18px;
}
.occountdown_module .product-customize .caption {
    width: 50%;
    float: left;
    padding-right: 15px;
    text-align: right;
}
.occountdown_module .product-customize .col-image {
    width: 50%;
    float: left;
    padding-left: 15px;
}
.occountdown_module .product-customize .col-image .images-container {
    padding: 90px 20px 60px 20px;
    border: 3px solid #fe9700;
}
.occountdown_module .product-customize .product-name a {
    font-size: 50px;
    text-transform: none;
    font-weight: 700;
    color: #333;
    line-height: 1.15;
}
.occountdown_module .product-customize .product-name {
    margin-top: 65px;
}
.occountdown_module .product-customize .hot-sale {font-size: 34px;line-height: 46px;padding: 0 5px;border-radius: 4px;background: #fe9700;margin-top: 13px;margin-left: 10px;color: #fff;float: right;}
.occountdown_module .product-customize .price-box .price {
    font-size: 28px;
}
.occountdown_module .product-customize .price-box p.old-price .price {
    font-size: 18px;
}
.occountdown_module .product-customize .price-box p {
    display: block;
    margin: 0;
    padding: 0;
}
.occountdown_module .product-customize .price-box {
    float: right;
}
.occountdown_module .item-inner .product-des {
    clear: both;
    font-size: 16px;
    color: #666;
    padding: 30px 0;
}
.text-hurryup {
    display: none;
}
.occountdown_module .text-hurryup {
    font-size: 15px;
    color: #666666;
    position: relative;
    margin-top: 35px;
}
.occountdown_module .text-hurryup:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #eeeeee;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}
.occountdown_module .text-hurryup p {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    background: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
}
.occountdown_module .text-hurryup strong {
    display: block;
    color: #202226;
    font-size: 18px;
    margin-bottom: 2px;
}
.list-thumb .li-thumb:not(:first-child) {
    margin-top: 25px;
}
.is-countdown {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}
.countdown-row {
    display: block;
}
.countdown-section {
    float: left;
    margin-right: 12px;
    text-align: center;
    text-transform: none;
    position: relative;
}
.countdown-section:last-child {
    margin-right:0;
}
.countdown-amount {
    margin-bottom: 5px;
    display: block;
    font-size: 30px;
    color: #333;
    line-height: 1;
    position: relative;
    line-height: 56px;
    border: 1px solid #cacaca;
    border-radius: 4px;
    padding: 0 10px;
    min-width: 72px;
}
.countdown-amount:after {
    content: ":";
    position: absolute;
    right: -13px;
    top: 20px;
    font-size: 40px;
    line-height: 7px;
    color: #7f7f7f;
}
.countdown-section:last-child .countdown-amount:after {
    display: none;
}
.countdown-period {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #909090;
}

.testimor-full {
    margin-top: 83px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    padding: 100px 0 70px 0;
    background: url(../image/bkg_testimonial.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.testimonial-container .module-title {
    display: none;
}
.common-home .testimonial-images {
    display: none;
}
.testimonial-content{
}

.testimonial-box {
    padding: 35px 150px;
    padding-bottom: 25px;
}
.testimonial-container .icon {
    display: block;
    text-align: center;
}
.testimonial-container .icon i {
    width: 97px;
    height: 97px;
    line-height: 97px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: url(../image/bkg_icon_testimonial.png) center no-repeat;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.testimonial-box a {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: none;
    color: #fff;
    display: block;
}
.testimonial-author {
    font-size: 16px;
    text-transform: uppercase;
    color: #f07c29;
    margin: 0;
}

.row-testimonials {
    padding: 20px;
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    text-align: center;
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div {
    background: transparent;
    color: rgba(255,255,255,0.5);
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div:hover {
    color: #fff;
}
.ma-corporate-about {
    text-align: center;
    background: #fff;
    overflow: hidden;
    padding:20px 0px;
    display:block;
}

.ma-corporate-about .block-wrapper {
    background: url(../image/wrapper1.png) left center no-repeat;
    padding: 10px 0;
}
.ma-corporate-about .block-wrapper.wrapper2 {
    background: url(../image/wrapper2.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper3 {
    background: url(../image/wrapper3.png) left center no-repeat;
}
.ma-corporate-about .block-wrapper.wrapper4 {
    background: url(../image/wrapper4.png) left center no-repeat;
}

.ma-corporate-about .block-wrapper .text-des {
    text-align: left;
    font-size: 13px;
    line-height: 20px;
    padding-left: 41px;
}
.ma-corporate-about .block-wrapper .text-des p {
    color: #222;
    font-weight: 700;
    text-transform: none;
    font-size: 16px;
    display: block;
    margin: 0;
}
.ma-corporate-about .block-wrapper .text-des span {
    color: #909090;
    display: block;
}
.menu-recent {
}
.menu-recent .module-title {
    margin-bottom: 22px;
}
.menu-recent .module-title h2{
    font-size: 18px;
    padding-bottom: 0;
}
.menu-recent .module-title h2:after {
    display: none;
}
.menu-recent .row_items .articles-inner:not(:first-child) {
    margin-top:20px;
}
.menu-recent .articles-image {
    position: relative;
}
.menu-recent .aritcles-content {text-align: left;}
.menu-recent .aritcles-content .content-inner {
}
.menu-recent .articles-image a {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.menu-recent .articles-image a img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.menu-recent .articles-image a:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
.articles-name {
    display: block;
    font-size: 22px;
    text-transform: none;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    margin-bottom: 6px;
    margin-top: 12px;
    margin-bottom: 16px;
    color: #333;
}
.articles-date {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    width: 54px;
    height: 54px;
    line-height: 1;
    background: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
.articles-date .artice-day {
    display: block;
    padding-top: 6px;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1;
}
.articles-date .author-name {display: none;}
.articles-intro p {
    line-height: 24px;
    font-size: 14px;
    padding: 0 0 25px 0;
    font-weight: 400;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}
.menu-recent .read-more {
    color: #f07c29;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-transform: none;
    margin-top: 20px;
    display: none;
}
.menu-recent .read-more:hover {
    text-decoration: underline;
}
.blog-blog .intro-content img,.blog-article .article-description img {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.blog-blog .article-list,.blog-article .article-container{
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}
.article-description p,.intro-content p {
    line-height: 24px;
}

#instagram_block_home {
    position: relative;
    margin-top: 60px;
}
#instagram_block_home .title_block {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
#instagram_block_home .title_block h3 {
    background: #fff;
    line-height: 50px;
    padding: 0 40px;
    text-transform: none;
    font-size: 18px;
    font-weight: 700;
}
#instagram_block_home a.fancybox {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
#instagram_block_home a.fancybox:last-child {
    margin: 0;
}
#instagram_block_home a.fancybox img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#instagram_block_home a.fancybox:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.timeline-Widget {
    background: none;
}

.brand-slider img {
    display:inline-block;
    vertical-align:top;
    opacity: 0.6;
}
.brand-slider img:hover {opacity:1;}
.brand-slider {
    padding: 46px 0;
    text-align: center;
}

.social-full {
    padding: 30px 0;
    background: #f6f6f6;
    margin-top: 0;
}
.follow label {
    font-size: 18px;
    color: #2d2d2d;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    display: block;
}
ul.link-follow {
    display: inline-block;
    vertical-align: top;
    margin: 0;
}
ul.link-follow li {
    float: left;
    margin-right: 8px;
}
ul.link-follow li:last-child {
    margin-right: 0;
}
ul.link-follow li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    background: #fff;
    border-radius: 0;
    font-size: 0;
    line-height: 52px;
    padding: 0;
    width: 52px;
    height: 52px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
ul.link-follow li a:before {
    font-size: 18px;
}
ul.link-follow li a span {
    display: none;
}
ul.link-follow li a:hover {
    color: #fff;
    background: #333333;
}

#twitter-feed .tweet-title h3 {
    color: #2d2d2d;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 0;
}
#twitter-feed .twitter-pic {
    display: none;
}
#twitter-feed .twitter-article {
    position: relative;
    padding-left: 100px;
}
#twitter-feed .twitter-article:before {
    position: absolute;
    content: "\f099";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: #f07c29;
    text-align: center;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.common-home footer {
    margin-top: 0;
}
footer{
    margin-top: 60px;
}
.footer-top {
    background: #000;
    padding: 0 0 6px 0;
}
ul.links-footer {
    display: block;
    padding: 14px 0;
    border-bottom: 2px solid #393939;
    margin-bottom: 47px;
}
ul.links-footer li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
}
ul.links-footer li:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 13px;
    background: #808080;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.links-footer li:last-child {
    margin: 0;
    padding: 0;
}
ul.links-footer li:last-child:after {
    display: none;
}
ul.links-footer li a {
    line-height: 24px;
    font-size: 13px;
    color: #999999;
    display: block;
    text-transform: none;
}
ul.links-footer li a:hover {
    color: #f07c29;
}
footer .col-footer {
    margin-bottom: 40px;
    position: relative;
}
.col-footer:after {
    position: absolute;
    content: "";
    height: 100%;
    right: 15px;
    top: 0;
    border-right: 1px solid #393939;
}
.col-footer:last-child:after {
    display: none;
}
.footer-title h5{
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-content {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}
.footer-content .des {
    margin-top: 25px;
    margin-bottom: 35px;
}
.footer-contact p {
    margin: 0;
}
.footer-contact p span {
    color: #fff;
}
.footer-contact p.adress span {
    display: block;
}
.footer-contact .phone:before {
    content: "\f4b9";
}
.footer-contact .email:before {
    content: "\f2eb";
}
.footer-payment {
    display:block;
    margin-top: 33px;
}
.footer-payment label {
    color:#57626f;
    margin-bottom: 10px;
    display: block;
}
footer .list-unstyled.text-content li a:hover{
    color: #f07c29;
    padding-left: 7px;
}
footer .list-unstyled.text-content li a{color: #999;display: block;font-weight: 400;padding: 0;}
.footer-middle {
    background:#232f3e;
}
.footer-middle .container-inner {
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.tag-static{

}
.tag-static li a:first-child{
    padding: 0 15px;
    font-weight: 400;
    color: #fff;
    background:#37475a;
    border-radius: 2px;
    margin-right: 8px;
}
.tag-static li a:first-child:after,.tag-static li a:last-child:after {
    display:none;
}
.tag-static li a {
    line-height: 32px;
    text-transform: none;
    color: #5b697b;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.tag-static li a:after {
    content:"/";
    display: inline-block;
    vertical-align: top;
    margin:0 9px;
    color: #5b697b;
}
.tag-static li a:hover {
    color: #fff;
}

.tag-static li {
    display: block;
    margin-bottom: 8px;
}
.tag-static li:last-child {
    margin-bottom:0;
}
.footer-bottom {
    background: #000;
}
.footer-bottom .container-inner {
    padding: 25px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-top: 2px solid #393939;
}
.footer-copyright {
    float: left;
    padding: 5px 0;
}
.footer-copyright p{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    background: none;
    text-transform: none;
    font-weight: 400;
    margin: 0;
}
.footer-copyright p span {
    display: block;
}
.footer-bottom .footer-copyright a {
    color: #fff;
}
.footer-bottom .footer-copyright a:hover {
    text-decoration: underline;
}
.footer-bottom .payment {
    float: right;
    padding: 7px 0;
}

#back-top i{
    font-size: 18px;
}
#back-top:hover{
    background: #f07c29;
}
#back-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(35, 47, 62, 0.7);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    color: #fff;
    display: none;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
}

.common-home .breadcrumbs {
    display: none;
}
.breadcrumbs {
    display: block;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
    line-height: 25px;
    overflow: hidden;
    margin: 0;
    padding-top: 12px;
    margin-bottom: 21px;
}
.breadcrumb{
    margin: 0;
    background: none;
    text-transform: none;
    padding: 0;
}
.breadcrumb > li + li:before {
    content: "|";
}
.breadcrumb li:before {
    margin: 0 7px;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a{
    color: #a1a1a1;
}
.breadcrumb li a{
    color: #676767;
    font-size: 13px;
}

.category-module .li a.active,
.category-module .li a:hover{
    color: #f07c29
}
.category-module .li{
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.category-module .li a{
    text-transform: none;
    display: block;
    line-height: 30px;
}
.category-module > .ul{
    margin: 0;
    padding: 0 20px;
    border: 2px solid #f07c29;
    border-top: 0;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.category-module .list-child{
    padding-left: 30px;
}
.category-module{
    margin-bottom: 55px;
}
.category-module h3{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background: #f07c29;
    font-weight: 900;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    line-height: 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.text-refine {
    margin-top:0; 
}
.category-image {
    margin-bottom: 22px;
}
.category-image img {
    border: none;
}
#compare-total ,.list-cate{
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.list-cate li {
    padding: 5px 0;
}
.toolbar-products {
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.toolbar-products.toolbar-bottom {
    margin-bottom:0;
    margin-top: 10px;
    padding-bottom: 0;
    border: 0;
    border-top: 1px solid #ccc;
}
.toolbar-products .modes {
    display:inline-block;
    vertical-align: top;
}
.toolbar-products .toolbar-amount {
    line-height: 32px;
    padding: 15px 0;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    vertical-align: top;
}

.modes button {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    color: #aaaaaa;
    border: none;
    height: 62px;
    line-height: 62px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#grid-view {
    background: url(../image/bkg_grid.png) left center no-repeat;
    padding: 0 25px 0 36px;
    margin-right: 30px;
    border-right: 1px solid #ccc;
}
#grid-view:hover,#grid-view.selected {
    background: url(../image/bkg_grid_hover.png) left center no-repeat;
    color: #f07c29;
}
#list-view {
    background: url(../image/bkg_list.png) left center no-repeat;
    padding: 0 0 0 40px;
}
#list-view:hover,#list-view.selected {
    background: url(../image/bkg_list_hover.png) left center no-repeat;
    color: #f07c29;
}
.modes button:hover,.modes button.selected {
    background: #f07c29;
    color: #fff;
}
.toolbar-products .sorter {
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    padding: 13.5px 0;
}
.toolbar-products .limiter {
    display: inline-block;
    vertical-align: top;
    padding: 13.5px 0;
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
    display:inline-block;
    vertical-align: top;
    line-height: 34px;
    margin: 0 15px 0 0;
    color: #666666;
    font-size: 14px;
}
.toolbar-products .sorter select, .toolbar-products .limiter select {
    padding: 0 5px;
    height: 35px;
    min-width: 95px;
    font-size: 14px;
    color: #908f8f;
    border-radius: 0;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    width: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.toolbar-products .pages {
    display:inline-block;
    vertical-align: top;
    padding: 13.5px 0;
}
.toolbar-products .pages ul {
    margin: 0;
    border-radius:0;
}
.toolbar-products .pages ul li {
    display: inline-block;
    vertical-align: top;
}
.toolbar-products .pages ul li a {
    color: #202226;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    width: 32px;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
    background: #fff;
}
.toolbar-products .pages ul li span {
    color: #fff;
    font-size: 14px;
    border: none;
    padding: 0 4px;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: none;
}

.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
    color: #f07c29;
    background: none;
}

.category-img {
    display: block;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}
.category-img img {
    border: none;
}
.custom-products {
    border-right: 0;
    border-bottom: 0;
    display: inline-block;
    vertical-align:top;
    width: 100%;
    margin-top:10px;
}
.custom-products .product-grid {
    margin-bottom: 35px;
    margin-top: 0;
}

.category-info .box-image {
    position: relative;
    text-align: center;
}
.category-name {
    display: inline-block;
    vertical-align: top;
    text-transform: none;
    font-size: 50px;
    font-weight: 400;
    margin: 0;
    position: relative;
    font-family: 'Rufina', serif;
    padding-bottom: 12px;
    border-bottom: 3px solid #f07c29;
    line-height: 1;
}

.category-name.ifthumb {
    position: absolute;
    color: #fff;
    left: 0;
    right: 0;
    margin:auto;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-grid .product-des {
    display: none;
}
.product-grid .item {
}
.product-list {margin-bottom: 30px;padding: 0 15px;}
.product-list .col-image, .product-list .col-des {
    padding: 0;
}
.product-list .caption {
    text-align: left;
    padding: 0 0 0 30px;
}
.product-list .product-name {
    margin-bottom: 8px;
}
.product-list .product-name a {font-size: 24px;}
.product-list .item-inner .caption .price-box {
    margin-top: 7px;
}
.product-list .product-des {
    line-height: 24px;
    padding: 20px 0;
    margin-bottom: 7px;
    font-size: 15px;
    color: #707070;
}
.product-list .item-inner .caption .action-links {
    display: block;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}
.product-list .item-inner .action-links .add-to-links {
    float: right;
}

.product-quickview .product-info-main .product-name {
    font-size: 30px;
}
.product-quickview .product-info-main .button-cart {
    min-width: 30px;
}
.product-quickview .zoomContainer .zoomLens {
    display: none !important;
}
.product-quickview .thumbnails {
    pointer-events: none;
}
.thumbnail, .img-thumbnail {
    -webkit-box-shadow:none;
    box-shadow: none;
    padding:0;
    border-radius:0;
    border: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #ddd;
}
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #f07c29 !important;
}
.image-additional-container {
}
.image-additional-container .thumbnail{
    margin: 0;
    border: 1px solid #edecec;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.current-additional {
    border-color: #f07c29;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-top: -18px;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-prev {
    opacity: 1;
}
.owl-style3 .owl-carousel.owl-theme .owl-nav div.owl-next {
    opacity: 1;
}
#product-product .column-main {
    background: #fff;
    padding: 10px;
}
.product-info-main .product-name {
    font-size: 36px;
    font-weight: 400;
    text-transform: none;
    margin: 23px 0 10px 0;
    font-family: 'Rufina', serif;
    margin-top: 0;
}
.product-info-main .price-box {
    display:block;
    margin-top: 10px;
}
.product-info-main .price-box .price {font-size: 28px;}
.product-info-main .price-box p.old-price .price {
    font-size: 24px;
}
.product-info-main .price-box p.old-price {
    padding-top: 5px;
}
.product-info-main .ratings {
    margin: 15px 0 0 0;
    padding: 14px 0 7px 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.product-info-main .short-des {
    line-height: 24px;
    padding: 25px 0;
    margin-top: 20px;
    color: #666666;
    font-size: 16px;
    border-top: 1px solid #ededed;
}
#input-quantity2, #minus2, #plus2,
#input-quantity, #minus, #plus {
    height: 50px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 35px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    padding: 0;
    color: #fff;
    background: #333333;
    float: left;
}
#input-quantity2:hover, #minus2:hover, #plus2:hover,
#input-quantity:hover, #minus:hover, #plus:hover {
    background: #f07c29;
}
#input-quantity2,
#input-quantity {
    width: 50px;
    min-width: 30px;
    margin: 0 1px;
}
.product-info-main .form-group {
    display:inline-block;
    vertical-align: top;
    width: 100%;
}
label[for='input-quantity']{
    float: left;
    line-height: 40px;
    margin-right: 30px;
    margin-bottom: 0;
    color: #202226;
    font-size: 16px;
    font-weight: 700;
    display: none;
}
.product-info-main .button-cart{
    margin-top: 0;
    font-size: 14px;
    line-height: 50px;
    padding: 0 28px;
    background: #f07c29;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}
.product-info-main .button-preview{
    margin-top: 0;
    margin-right: 2px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 28px;
    background: #22aead;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
}
.product-info-main .button-cart:hover {
    background: #f07c29;
}
.product-info-main .button-preview:hover {
    background: #000000;
}
.product-info-main button.btn-wishlist {
    margin-right: 5px;
}
.product-info-main button.btn-wishlist,.product-info-main button.btn-compare {
    float: left;
    margin-top: 0;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #fff;
    background: #333;
    border-radius: 0;
    line-height: 50px;
    padding: 0;
    box-shadow: none;
}
.product-info-main button.btn-wishlist:before,.product-info-main button.btn-compare:before {
}
.product-info-main button.btn-wishlist:hover,.product-info-main button.btn-compare:hover {
    color: #fff;
    background: #f07c29;
}
#product2.has-option,
#product.has-option{
    max-height: 300px;
    overflow: auto;
    border: 1px solid #e1e1e1;
    padding: 20px;
}
#product + div{
    margin: 20px 0;
}
.quantity-box {
    float: left;
    border: 0;
    margin-right: 4px;
}
.product-info-main label[for='input-quantity'], .product-info-main .quantity-box {
    margin-top: 0;
}
.product-info-main .box-options {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 16px;
    color: #666666;
}
.product-info-main ul.list-unstyled {
}
.product-info-main ul.list-unstyled li {
    display: block;
    line-height: 24px;
}
.product-info-main ul.list-unstyled li span,.product-info-main ul.list-unstyled li a {
    color: #f07c29;
}
.product-info-main ul.list-unstyled li a:hover {
    text-decoration: underline;
}

.product-info-detailed {
    margin-top: 60px;
}
.product-info-detailed .nav-tabs {
    margin-bottom: 0;
    border-bottom: 0;
    text-align: left;
}
.product-info-detailed .nav-tabs li {
    margin-bottom: 0;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.product-info-detailed .nav-tabs li:last-child {
    margin-right:0;
}

.product-info-detailed .nav-tabs li a {
    font-size: 16px;
    color: #333333 !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: none !important;
    padding: 7px 0;
    margin: 0;
    background: none !important;
    position: relative;
}

.product-info-detailed .nav-tabs li a:before {
    content: "";
    width: 100%;
    background: #f07c29;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.product-info-detailed .nav-tabs li.active a:before {
    opacity: 1;
}
.product-info-detailed .nav-tabs li a:hover {
    background: none;
    color: #f07c29 !important;
}
.product-info-detailed .tab-content {
    line-height: 28px;
    padding: 30px 0;
    background: #fff;
    color: #666;
    font-size: 16px;
}
#tab-description p {
    margin:0;
}
.bootstrap-datetimepicker-widget a[data-action]{
    padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover{
    background: none !important;
}
.bootstrap-datetimepicker-widget td span{
    height: 40px !important;
    line-height: 40px !important;
    margin: 0px !important;
}
.alert.alert-success{
    text-align: center;
    font-size: 14px;
    margin: 0;
}
.account-login .well{
    background: none;
    box-shadow: none;
}
#map-canvas{
    min-height: 400px;
    margin: 20px 0;
}
.information-contact form .required{
    margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
    height: auto;
}

#content{
    min-height: 300px;
}
#content > h1 {
    margin-top: 0;
}
#cart .dropdown-menu {
    margin: 0;
    padding: 10px 20px 0 20px !important;
    width: 290px;
    right: -15px;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    top: 100%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
#cart .dropdown-menu:after,#cart .dropdown-menu:before {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
#cart .dropdown-menu:before {
    border: 7px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    right: 26px;
    top: -12px;
    opacity: 0;
}
#cart .dropdown-menu:after {
    border: 8px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 98;
    right: 25px;
    top: -15px;
}

#cart .cart-empty{
    padding-bottom: 25px;
    padding-top: 15px; 
}

#cart .dropdown-menu > li:first-child .table > tbody > tr > td{
    border: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    display: block;
}
#cart .table > tbody > tr > td{
    border: none;
    padding: 0;
    color: #333333;
}
#cart .cart-close button{
    background: none;
    color: #000000;
    border: 1px solid #000;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .cart-close button:hover {
    color: #f07c29;
    border-color: #f07c29;
}
#cart .cart-close button i { line-height: inherit;}

#cart .cart-quantity{
    color: #828282;
    font-size: 12px;
}

#cart .cart-price {
    font-weight: 700;
    color: #f07c29;
}
#cart .cart-name {
    color: #363f4d;
    font-size: 14px;
    line-height: 18px;
    display: block;
}
#cart .cart-name:hover {
    color: #f07c29;
}
#cart .cart-button{padding-bottom: 15px;}
#cart p.cart-button a:last-child{margin-right: 0;}
#cart p.cart-button a{
    border: none;
    background: #333333;
    color: #fff;
    line-height: 17px;
    text-align: center;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0;
    margin-right: 0px;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
#cart p.cart-button a strong {
    font-weight: 400;
}
#cart p.cart-button a:hover{
    color: #fff;
    background: #f07c29;
    border-color: #f07c29;
}
#cart p.cart-button a:hover i{
    color: #fff;
}
#cart p.cart-button a i{
    padding-left: 5px;
    font-size: 10px;
    display: none;
}
#cart .dropdown-menu .info-item{
    padding-left: 10px;
}
#cart .dropdown-menu .has-scroll{
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

#cart .dropdown-menu tr td strong{
    color: #232323;
    font-weight: 500;
    float: left;
    padding: 2px 0;
    font-size: 12px;
    text-transform: uppercase;
}
#cart .dropdown-menu tr td:last-child{
    color: #333333;
}
#cart .close_cart img, .modal_cart .close_cart img {
    max-height: 17px;
}
#cart #Total {
    font-weight: bold;
}
#cart .table_1 {
    margin-bottom: 0;
}
#cart .table_1 tbody tr {
    border-top: solid 1px #ccc;
}
#cart .table_2 {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#cart .close_cart {
    cursor: pointer;
}
.fluid-width > .container{
    width: auto;
    padding: 0 75px;
}
.fluid-width2 {
    background: #fff;
    margin-top: 60px;
}

.autorii-recomanda.mobile {
    display: none;
}
.exploreaza{
}
.exploreaza2{
}
.toolbar-products .pages {
    float: right;
    margin-right:5%;
}
.pages > li{
    display:inline;    
    margin-right: 53%;
    font-weight: bold;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pages > .active > a,pages > .active >span, pages > .active >a:hover,.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    color: #202226;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    width: 32px;
    border-radius: 0;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
    background: #fff;

}
.domenii{
    display:none;
}

.news-bottom{
    display:none;
}
.news-bottom:hover{
    display:none;
}
.subs{display:none;}
.text-top{

    display:none;
}

@media only screen and (max-device-width: 480px) {
    .autorii-recomanda {
        display: none;
    }
    .autorii-recomanda.mobile {
        display: block;
        background-color: lightblue;
    }

}

@media(max-width: 1199px) {
    .slider-group .sub-col {
        width: 100% !important;
    }

}
@media(max-width: 1199px) and (min-width: 992px){
    .countdown-amount {
        font-size: 16px;
        min-width: 0;
    }
}
@media(max-width: 991px){

    .occountdown_module{
        left: 0%;
    }

    .col-order {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col-order #content {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        float: none;

    }
    .col-order #column-left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        float: none;

    }
    #column-left,#column-right {
        margin-top: 30px;
    }
    #top {
        text-align: center;
    }
    #top .box-left {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    #top .box-right {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .header-inner {
        text-align: center;
        z-index: 8;
    }

    .logo-container {
        float: none;
        text-align: center;
    }
    .box-cart {
        position: relative;
        z-index: 1;
        left: auto;
        right: auto;
        padding: 0;
        margin-bottom: 18px;
        -moz-transform:  translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .box-cart {
        display: inline-block;
        vertical-align: top;
        z-index: 1;
    }

    #twitter-feed {
        margin-bottom: 30px;
    }

    .static-top-skybook1 .image a .text .text1 {
        font-size: 16px;
    }
    .static-top-skybook1 .image a .text .text2 {
        font-size: 20px;
        margin-right: -170px;
    }

    .static-top-skybook3 .col, .static-top-skybook3 .image {
        float: none !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .background-full {
        margin-top: 48px;
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .newletter-subscribe-container { 
        margin-bottom: 3rem;
    }
    .testimor-full {
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 47px;
    }

    #search-by-category .search-container #text-search {
        padding-left: 15px;
    }
    .col-footer:nth-child(3) {
        clear: left;
    }

    footer {
        margin-top: 20px;
    }

    .newletter-popup,
    .b-modal{
        display: none !important;
    }
    .zoomContainer,
    .vermagemenu-container,
    #search-by-category .search-container .categories-container{
        display: none !important;
    }
    .exploreaza{
        text-align:right;
        padding-right:15px;
        float:right;
        display:block;

    }
    .domenii{
        display: block;
        margin-left: 13px;
        margin-bottom: 18px;
        width: 50%;
        margin-top: -7px;
        font-weight: bold;
        font-size:16px;
    }
    .exploreaza2{
        text-align: right;
        padding-right: 15px;
        padding-bottom:30px;
        float: right;
        display: inline-block;
        margin-top: -6%;

    }

    .owl-carousel.owl-theme  .owl-dot span {
        width: 8px;
        height: 8px;
        border-radius: 100%;
        margin: 5px;
        display: block;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .owl-container .owl-item {
        padding: 0 10px;
    }
    #frm_subscribe-normal .btn {
        margin-top: 28px;
        margin-bottom:28px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        padding: 0 25px;
        background: #000;
        color: #fff;
        border-radius: 4px;
        text-transform: uppercase;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
    }
    .text-top{
        display:block;
        text-align: center;
        font-size: 14px;
    }
    .toolbar-products .sorter {
        margin-left: 4px;
        display: block;
        vertical-align: top;
        padding: 13.5px 0;
    }
    .toolbar-products .toolbar-amount {
        float: left;
        line-height: 32px;
        padding: 15px 0;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        vertical-align: top;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .countdown-amount {
        font-size: 20px;
    }
}
@media(min-width: 768px) {
    .toolbar-products .modes {
        float: left;
    }
    .toolbar-products .sorter,.toolbar-products .limiter ,.toolbar-products .pages {
        float: right;
    }

    .toolbar-products .toolbar-amount {
        float: left;
        line-height: 32px;
        padding: 15px 0;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        vertical-align: top;
    }

}
@media(max-width: 767px) {

    .link-compare {
        text-align: center;
    }

    .footer-bottom .follow {
        float: none;
        margin-top: 10px;
        display: block;
        text-align: center;

    }
    .footer-bottom .footer-copyright {
        float: none;
        display: block;
        text-align: center;
        max-width: none;
        line-height: 1.2;
    }
    .footer-bottom .payment {
        float: none;
        display: block;
        text-align: center;
    }
    .testimonial-box {
        padding-left: 0;
        padding-right: 0;
    }
    .product-info-main .product-name {
        margin-top: 20px;
    }
    .ma-corporate-about .block-wrapper {
        display: inline-block;
        vertical-align: top;
        min-width: 245px;
        margin: auto;
    }
    .static-top-skybook4 .col {
        width: 100%;
        padding: 0;
    }
    .toolbar-products .sorter label {
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
        margin: 0 15px 0 0;
        color: #000;
        font-size: 15px;
        margin-top: -30px;
        margin-bottom: 9px;
        float: left;
    }

    .toolbar-products .limiter label {
        display: inline-block;
        vertical-align: top;
        line-height: 34px;
        margin: 0 15px 0 0;
        color: #000;
        font-size: 15px;
        margin-top: -33px;
        margin-bottom: 9px;
        float: left;}
    .toolbar-products .toolbar-amount {
        line-height: 32px;
        padding: 15px 0;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        vertical-align: top;
        float:left;
    }
}
.tt_tabsproduct_module .tabs-categorys {
    width: 93%;
    font-weight: bold;
    font-size: 20px;
    margin-left: 10px;
}
@media(max-width: 640px){ 
    .tt_tabsproduct_module .tabs-categorys {
        width: 93%;
        font-weight: bold;
        font-size: 20px;
        margin-left: 10px;
    }
    .occountdown_module .product-customize .caption {
        float: none;
        width: 100%;
        padding: 0;
    }
    .occountdown_module .product-customize .col-image {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
}

@media(max-width: 567px) {

    .product-info-detailed .nav-tabs li {
        float: none;
        margin: 0;
        display: block;
        border-bottom: 1px solid #ebebeb;
    }
    .product-info-detailed .nav-tabs li:last-child {
        border-bottom:0;
    }
    .product-info-detailed .nav-tabs li:not(:first-child):before {
        display: none;
    }
    .static-author-best .col-des {
        float: none;
        width: 100%;
        padding: 0;
    }
    .static-author-best .col-image {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }


    .grey-tab {
        background: #E5E5E5;
        height: 7px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .ma-corporate-about {
        text-align: center;
        background: #fff;
        overflow: hidden;
        padding:20px 0px;
        display:none;
    }
    .owl-carousel.owl-theme .owl-nav div.owl-prev {
        display:none;
    }
    .owl-carousel.owl-theme .owl-nav div.owl-next {
        display:none;
    }

    .owl-carousel.owl-theme .owl-nav div:before {
        font-family: 'FontAwesome';
        display: none;
        vertical-align: top;
        font-size: 50px;
        width: 100%;
    }
    .toolbar-products .pages{
        display: inline-block;
        padding-left: 0;
        margin: 10px 0;
        border-radius: 4px;
        width:30%;
    }
    .pages > li{
        display:inline;    
        margin-right: 20%;
        font-weight: bold;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span{
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .pages > .active > a,pages > .active >span, pages > .active >a:hover,.pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
        color: #202226;
        font-size: 14px;
        font-weight: 400;
        padding: 0;
        width: 32px;
        border-radius: 0;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: none;
        background: #fff;
    }

    #back-top{
        position: fixed;
        bottom: 30px;
        background: rgba(35, 47, 62, 0.7);
        width: 101%;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        color: #fff;
        display: none;
        text-align: center;
        cursor: pointer;
        z-index: 100;
        box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
        margin-right:-8%;
    }
    #subscribe_email-normal{
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        line-height: 30px;
        height: 40px;
        border-radius: 0;
        color: #A4A4A4;
        font-size: 13px;
        width: 100%;
        font-weight: 400;
    }
    .mobileshow{
        display:block;
    }

    .news{
        text-align: left;
        background-color: #fff;
        height: 49px;
        width: 100%;
        line-height: 60px;
        color: white;
        margin-bottom: 17px;
        position: relative;
        box-shadow: 0px 2px 2px -2px #aaa;
    }

    .news-bottom{
        display:block;
        text-align:left;
        background-color: #fff;
        height: 26px;
        width: 100%;
        line-height:60px;
        color:white;
        margin-top:20px;
        margin-left:0px;
        position:relative;
        box-shadow:0px 0px 5px -2px #aaa;
    }
    .news:before{
        content:"";
        width:0px;
        height:0px;
        border-left:60px solid transparent;
        position:absolute;
        right:100%;
        top:0px;
    }
    .news-bottom:before{
        content:"";
        width:0px;
        height:0px;
        border-left:60px solid transparent;
        position:absolute;
        right:100%;
        top:0px;
    }


    .price-box .price {
        color: #f07c29;
        font-size: 14px;
        font-weight: 400;
    }
    .grid-style .item-inner .action-links {
        
    }
    .dom {
        font-size:20px;
        margin:18px auto;
        float:left;
    }
    .static-top-skybook3 .col-top-1 {
        float: left;
        width: 24.36%;
        padding-right: 15px;
        margin-bottom:8px;
    }
    .static-top-skybook3 .col-top-2 {
        float: left;
        width: 75.64%;
        padding-left: 15px;
        margin-bottom:8px;
    }
    .static-top-skybook3 .col-top-2 .image1 {
        float: left;
        width: 50%;
        padding-right: 15px;
        margin-bottom:8px;
    }
    .static-top-skybook3 .col-top-2 .image2 {
        float: left;
        width: 50%;
        padding-left: 15px;
        margin-bottom:8px;
    }
    .static-top-skybook3 .col-top-2 .image3 {
        clear: left;
        float: left;
        width: 50%;
        padding-right: 15px;
        margin-bottom:8px;
    }
    .static-top-skybook3 .col-top-2 .image4 {
        float: left;
        width: 50%;
        padding-left: 15px;
        margin-bottom:8px;
    }
    .category-name {
        display: inline-block;
        vertical-align: top;
        text-transform: none;
        font-size: 26px;
        font-weight: 700;
        margin: 0;
        position: relative;
        padding-bottom: 12px;
        border-bottom: 3px solid #f07c29;
        line-height: 1;
        color:#f07c29;
    }
    .subs{
        display:block;
        float:right;
        color:black;
        font-size:16px;
        margin-right:12px;
        margin-top:7px;
        font-weight:bold;
    }
    .toolbar-products .toolbar-amount {
        line-height: 32px;
        padding: 15px 0;
        font-size: 12px;
        color: #666666;
        display: inline-block;
        vertical-align: top;
    }
    .toolbar-products .sorter label{
        display:block;
        line-height: 34px;
        margin-top: -10px;
        margin-left:10px;
        color: #000;
        font-size: 12px;
        float:left;
    }
    .toolbar-products .limiter label {
        display:block;
        line-height: 34px;
        margin-top: -10px;
        margin-left:10px;
        color: #000;
        font-size: 12px;
        float:left;
    }
    .toolbar-products .limiter {
        display: block;
        vertical-align: top;
    }
    .toolbar-products .sorter select {
        height: 40px;
        width: 95%;
        font-size: 14px;
        color: #000;
        border-radius: 3px;
        border: 1px solid #000;
        display: inline-block;
        margin-top: 2px;
        margin-left: -4px;
        vertical-align: top;
        margin-right: 12px;
    }
    .toolbar-products .limiter select {
        height: 35px;
        min-width: 95px;
        font-size: 14px;
        color: #000;
        border-radius: 3px;
        border: 1px solid #000;
        display: inline-block;
        margin-top: 24px;
        margin-left: -57px;
        width: auto;
        float: left;
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    .btn-pagination-left{
        display:inline-block;
        background-color: black;
        width:116px;
        height:40px;
        font-size:12pt;
        color:#fff;
        margin-top:36px;
        margin-bottom:36px;
        margin-right:20px;
    }
    .btn-pagination-right{
        display:inline-block;
        background-color: black;
        width:116px;
        height:40px;
        font-size:12pt;
        color:#fff;
        margin-top:36px;
        margin-bottom:36px;
        margin-right:20px;
    }
    .label {
        font-size: 13px;
        font-weight: normal;
        margin-top: 12px;
    }
    .label-news {
        font-size: 9px;
        font-weight: normal;
    }
    .newslett{
        margin-top:8%;
    }
    .occountdown_module .product-customize .col-image {
        float: none;
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
    .container-new {
        position: relative;
        text-align: center;
        color: white;
        display: block;
        margin-top:3%;
    }
    .centered {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }



    .product-info-detailed .nav-tabs li {
        float: none;
        margin: 0;
        display: block;
        border-bottom: 1px solid #ebebeb;
    }
    .product-info-detailed .nav-tabs li:last-child {
        border-bottom:0;
    }
    .product-info-detailed .nav-tabs li:not(:first-child):before {
        display: none;
    }
    .static-author-best .col-des {
        float: none;
        width: 100%;
        padding: 0;
    }
    .static-author-best .col-image {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 30px;
    }

}

@media(max-width: 567px) and (min-width: 480px){
    .countdown-amount {
        font-size: 20px;
        min-width: 0;
    }
}

@media(max-width: 479px){

    #cart .dropdown-menu {
        right:0;
    }
    #cart .dropdown-menu::before {
        right: 4px;
    }
    #cart .dropdown-menu::after {
        right: 4px;
    }

    #top #form-language .btn-group .dropdown-menu {
        left: -30px;
    }

    .static-top-skybook1 .image a .text .text1 {
        font-size: 10px;
        margin-bottom: 3px;
    }
    .static-top-skybook1 .image a .text .text2 {
        font-size: 12px;
        margin-right: 0;
    }
    .box-cart .links {
        margin-right: 25px;
    }
    .tabs-category-slider .tabs-categorys li {
        margin: 0;
        padding: 5px 10px;
    }
}

@media (min-width: 1200px){
    .custom-products .product-grid.category:nth-child(6n+1),
    .custom-products .product-grid.three-items:nth-child(3n+1),
    .custom-products .product-grid.four-items:nth-child(4n+1),
    .custom-products .product-grid.six-items:nth-child(6n+1),
    .custom-products .product-grid.two-items:nth-child(2n+1)
    {  clear: left;}
}

@media (max-width: 1199px) and (min-width: 992px){
    .custom-products .product-grid.category:nth-child(4n+1),
    .custom-products .product-grid.three-items:nth-child(3n+1), 
    .custom-products .product-grid.four-items:nth-child(4n+1),
    .custom-products .product-grid.two-items:nth-child(2n+1)
    {clear: left;}

}

@media (max-width: 991px) and (min-width: 481px){
    .custom-products .product-grid:nth-child(2n+1) {clear: left;}
}

@media (max-width: 480px) and (min-width: 0px){
    .custom-products .product-grid:nth-child(1n+1) {}
    .custom-products .product-grid{}
}


@media (min-width: 768px) {
    .six_items:nth-child(6n+1),
    .four_items:nth-child(4n+1),
    .three_items:nth-child(3n+1),
    .two_items:nth-child(2n+1) {
        clear: left;
    } 
}

.pt_custommenu div.pt_menu .parentMenu a::before {
    background: #000;
}

.pt_custommenu div.pt_menu .parentMenu a span::after {
    display: none;
}
.product-thumb .add-to-links {
    display:none!important;
}

.button-container-cart {
    display: inline-block;
    background: #ffa500;
    width: 110px;
    margin: 7px;
    height: 45px;
    border-radius: 5px;
}

.button-container-cart a {
    padding: 10px;
    text-align: center;
    line-height: 15px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button-container-cart a:hover {
    color: white;
}
.button-container-cart:hover {
    background: #f07c29;
}
.cart-product-name a {
    color:black;
}
.cart-product-price {
    display:flex;
}


/* CUSTOM
------------------------------ */
@media (max-width: 413.98px) {
    .home-slider-desktop {
        display: none;
    }
    .home-slider-mobil {
        display: block;
    }
}
@media (min-width: 414px) {
    .home-slider-desktop {
        display: block;
    }
    .home-slider-mobil {
        display: none
    }
}
.home-slider-desktop .container,
.home-slider-mobil .container {
    padding: 0;
    width: auto !important;
    overflow: hidden;
}

.ovrflu {
    overflow: hidden;
}

.content-vermagemenu > h2 {
    font-family: 'Open Sans', sans-serif;
}
.navleft-container {
    background: #000;
}
.navleft-container a {
    font-family: 'Poppins', sans-serif;
}

.user2 .fa-user {
    color: #000 !important;
}

.text_right_mob_left {
    text-align: right;
}
.text_left_mob_center {
    text-align: left;
}
.text_right_mob_center {
    text-align: right;
}
.font_v1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}
.font_v1 .fa {
    font-size: 1.8rem;
}
.font_v2 h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
}

.module-title-v1 {
    font-family: 'Playfair Display', serif;
    color: #000;
    position: relative;
    display: inline-block;
    font-size: 44px;
    font-weight: 600;
    margin: 0;
}

.home-hero-slider .container {
    padding: 0;
    width: auto;
    overflow: hidden;
}
.slick-dots {
    bottom: -35px;
}
.slick-dots li button::before {
    font-size: 14px !important;
}
.slick-dots li button::before {
    color: #f07c29 !important;
}
.slick-dots li.slick-active button::before {
    color: #f07c29 !important;
}
.slick-prev, .slick-next {
    z-index: 7;
}
.slick-prev {
    left: 20px !important;
}
.slick-next {
    right: 20px !important;
}
.slick-wrap {
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 2rem;
}
.slick-slide img {
    margin: 0 auto;
}

.slk-title {
    font-family: 'Poppins', sans-serif;
    font-size: 3rem;
    line-height: 3.02rem;
    font-weight: 500;
    display: block;
    padding: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.slk-button {
    position: absolute;
    bottom: 18%;
    left: 4%;
    line-height: 1;
}
.slk-button a {
    color: #f4f4f4;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background-color: #e80101;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.slk-button a:hover {
    color: #fff;
}
.slk-button i {
    font-size: 2.1rem;
}
#slick0 {
    display: none;
}
@media (max-width: 414px) {
    #slick1 {
        display: none;
    }
    #slick0 {
        display: block;
    }
    .product-info-main .product-name {
        font-size: 26px;
        font-weight: 700;
    }
    .product-info-main > ul h2 {
        font-size: 22px;
        margin-top: 0;
    }
    .product-info-main .price-box .price {
        font-size: 24px;
    }
}


.cart_wrap .input-group {
    max-width: 75px;
}
.cart_wrap .qty {
    min-width: 1%;
    width: 30%;
    display: inline-block;
}
.cart_wrap .btn_qty {
    padding: 0;
    background-color: transparent;
}
.cart_wrap .btn_del {
    background: #ffbfbf;
}
.cart_wrap .btn_del .fa {
    color: #fff;
}
.cart_wrap .btn_del2 {
    color: #fd5252;
    cursor: pointer;
    font-size: 16px;
}
a.btn_continue {
    background: #f07c29;
}
.opt_donation {
    margin-left: 30px;
}
.opt_donation .input-group .radio {
    margin-top: 1px;
    margin-bottom: 1px;
}
.col_r {
    text-align: right;
}
.tbl_total > tbody > tr > td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.pnl_modules {
    margin-bottom: 15px;
}


#button-donate {
    background: #f07c29;
}
#successModal .modal-title {
    font-weight: 700;
    font-size: 17px;
    color: #000;
}
#successModal .modal-body {
    font-size: 14px;
}
#successModal .modal-body a {
    color: #f07c29;
}
#successModal .modal-content {
    width: 100%;
}
.add_prd {
    background-color:#fff;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:10px;
    border: solid 1px #eee;
}
#successWishlist .modal-title {
    font-weight: 700;
    font-size: 22px;
    color: #575757;
}
#successWishlist .modal-body {
    font-size: 14px;
}
#successWishlist .modal-body a {
    color: #ffa612;
}
#successWishlist .modal-content {
    width: 100%;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.octa-carousel-container {
    margin-top: 20px;
}
.toolbar-products {
    width: 100%;
    text-align: center;
}
.bx_pagination .pagination {
    margin: 0;
}
.bx_pagination .pagination > li > a,
.bx_pagination .pagination > li > span {
    border: 1px solid #fff;
}
.bx_pagination .pagination > .active > a:hover {
    border-color: #fff;
}
.bx_pagination .pagination > .active > a,
.bx_pagination .pagination > .active > span,
.bx_pagination .pagination > .active > a:hover,
.bx_pagination .pagination > .active > span:hover,
.bx_pagination .pagination > .active > a:focus,
.bx_pagination .pagination > .active > span:focus {
    background-color: #ffa500;
}
.bx_pagination .pagination > li > a,
.bx_pagination .pagination > li > span {
    color: #333;
}
.bx_pagination .pagination > li.active > a {
    color: #fff;
}
.bx_pagination .pager {
    margin: 0;
}
.bx_pagination .pager .previous .fa-chevron-left {
    margin-left: 0;
    margin-right: 6px;
}
.bx_pagination .pager li > a {
    border-radius: 0;
    background-color: #bfb5b5;
    color: #fff;
}
.bx_pagination .pager li > a:hover {
    background-color: #222222;
}
.grid-style .item-inner .action-links {
    text-align: center;
}
a.btn-v1 {
    background:#333;
    border-color:#333;
}
a.btn-continua {
    background:#f07c29;
    border-color:#f07c29;
}
a.btn-v2 {
    background:#f07c29;
    border-color:#f07c29;
}
a.btn-v2:hover {
    background:#f07c29;
    border-color:#f07c29;
}

a.btn-finalizeaza {
    background:#f07c29;
    border-color:#f07c29;
}
a.btn-continua,
a.btn-finalizeaza {
    padding: 0px 10px;
    font-size:13px;
    font-weight:600;
}
a.btn-v3 {
    background: #FFA500;
    color: #fff;
    padding: 8px 9px;
    font-size: 1.2rem;
    border-radius: 0px;
}
a.btn-v3:hover {
    background: #f07c29;
    color: #fff;
}
a.btn-v3:focus,
a.btn-v3:active {
    background: #f07c29;
    color: #fff;
}

.btn-v4 {
    border-radius: 0;
    background-color: #f07c29;
    color: #fff;
    padding: 10px 10px;
    text-transform: uppercase;
    width: 152px;
    font-size: 16px;
}
.btn-v4:hover {
    color: #fff;
}
.btn-v4:focus,
.btn-v4:active {
    color: #fff;
    box-shadow: none;
}

.btn-v5 {
    border-radius: 0;
    background-color: #d5d5d5;
    color: #fff;
    padding: 11px 10px 10px 10px;
}
.btn-v5:hover {
    color: #fff;
}
.btn-v5:focus,
.btn-v5:active {
    color: #fff;
    box-shadow: none;
}
.btn-v5 .fa {
    font-size: 2rem;
}

.btn-v6 {
    color: #f07c29;
    text-decoration: underline;
    padding: 6px 0;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 16px;
}
.btn-v6:hover {
    color: #f07c29;
}
.btn-v6:focus,
.btn-v6:active {
    color: #f07c29;
    box-shadow: none;
}

.btn-v7 {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #f07c29;
    color: #f07c29;
    padding: 10px 10px;
    width: 152px;
    font-size: 16px;
}
.btn-v7:hover {
    color: #f07c29;
}
.btn-v7:focus,
.btn-v7:active {
    color: #f07c29;
    box-shadow: none;
}
.btn-v7 .fa {
    font-weight: bold;
}


#successModal .modal-footer {
    text-align: center;
}
.panel-default > .panel-heading {
    background-color: #bfb5b5;
}
.social-full .follow {
    text-align: center;
}

.srch-text {
    width: 100%;
    border: none;
    height: 45px;
    padding: 0 15px;
    border-radius: 4px 0 0 4px;
    background-color: #eee;
}
.srch-btn {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    height: 45px;
    box-shadow: none;
    font-size: 14px;
    padding: 0px 20px 0 20px;
    transition: 0.3s ease;
    letter-spacing: 0.8px;
    border-radius: 0 4px 4px 0;
}
.srch-btn:hover,
.srch-btn:focus {
    color: #eee;
}
.srch-btn .fa {
    font-size: 1.9rem;
}
.bx_header .coloana_3 ul {
    margin: 0;
}
.cart2 .btn {
    background-color: transparent;
    padding: 0;
}
.user2 {
    padding-left: 15px;
    padding-right: 15px;
}
.user2 .fa-user {
    font-size: 3.3rem;
}

.product-flagu {
    left: 15px;
    position: absolute;
    top: 15px;
}
.eticheta_reducere {
    background: #eeb900;
    position: relative;
}
.eticheta_reducere span {
    display: inline-block;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
}
.eticheta_reducere:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-right: 15px solid transparent;
    border-top: 15px solid #eeb900;
    border-left: 15px solid #eeb900;
    border-bottom: 15px solid #eeb900;
}


.product-flagu2 {
    left: 15px;
    position: absolute;
    top: 35px;
}
.eticheta_reducere2 {
    background: #eeb900;
    position: relative;
}
.eticheta_reducere2 span {
    display: inline-block;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
}
.eticheta_reducere2:after {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-right: 15px solid transparent;
    border-top: 15px solid #eeb900;
    border-left: 15px solid #eeb900;
    border-bottom: 15px solid #eeb900;
}



#sync2.owl-carousel.owl-theme .owl-nav div:before {
    font-size: 30px;
    width: 100%;
}
#sync2.owl-carousel.owl-theme .owl-nav div {
    margin-top: 0;
    top: 65%;
    width: 39px;
    height: 39px;
    line-height: 39px;
}
#sync1.owl-carousel.owl-theme .owl-nav div {
    top: 85%;
}
#sync2.owl-carousel.owl-theme .owl-nav div.owl-prev {
    left: 0;
    border-radius: 0;
}
#sync2.owl-carousel.owl-theme .owl-nav div.owl-next {
    right: 0;
    border-radius: 0;
}
.plusc {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 4rem;
}
a.btn.btn_black_1 {
    background: #666;
    color: #fff;
}
a.btn.btn_black_1:focus,
a.btn.btn_black_1:active {
    color: #fff;
}
a.btn.btn_orange_1 {
    background: #f07c29;
    color: #fff;
}
a.btn.btn_orange_1:focus,
a.btn.btn_orange_1:active {
    color: #fff;
}

#checkout-checkout .accordion-toggle {
    display: block;
}
#checkout-checkout .activat {
    background-color: #ff9d35;
}
#checkout-checkout .activat .accordion-toggle,
#checkout-checkout .activat .accordion-toggle:focus {
    color: #fff;
}
#checkout-checkout .accordion-toggle:hover {
    color: #6a6a6a;
}
#checkout-checkout .activat .accordion-toggle:hover {
    color: #fff;
}

.color_negru {
    color: #000;
}

.bord_r {
    border-right: solid 1px #ccc;
}

.block-corp {
    background-color: #fff;
    border: solid 1px #ccc;
}
.block-corp .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.block-corp .text-des {
    padding-left: 1rem;
}
.block-corp .text-des p {
    color: #222;
    font-weight: 700;
    text-transform: none;
    font-size: 1.7rem;
    margin: 0;
}
.block-corp .text-des span {
    color: #909090;
    font-size: 1.5rem;
}

.common-home .vermagemenu {
    margin-top: 0;
}

.home4 .breadcrumbs {
	display: none;
}

#product-manufacturer .toolbar-amount {
    display: none;
}


.bx_trp {
    padding-left: 26px;
    border-left: solid 1px #EDEDED;
    margin-left: 6px;
}
.bx_trp span {
    font-size: 12px;
    font-weight: 600;
    color: #0DAA07;
    padding-left: 4px;
}
.bx_trp img {
    max-height: 18px;
}
.bx_trp_mob {
    background:#0DAA07;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}
.bx_trp_mob img {
    max-height: 15px;
}
.bx_trp_mob span {
    padding-left: 6px;
}


/*-----------------------------------------
Media
-------------------------------------------*/
@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {

    #logo {
        padding: 44px 0 0 0;
    }
    .img_logo_2 {
        height: 23px;
    }
    .top-search {
        top: 84%;
        -moz-transform:  translateY(-82%);
        -webkit-transform: translateY(-82%);
        -o-transform: translateY(-82%);
        -ms-transform: translateY(-82%);
        transform: translateY(-82%);
        width: 300px;
        z-index: 9;
    }

    .menu-mobile ul.box {
        margin-top: 4px;
    }
    .navbar-active .menu-mobile .btn-navbar::before {
        content: "\f00d";
        font-family: 'FontAwesome';
    }

    #ma-mobilemenu {
        position: fixed;
        z-index: 101;
        height: auto;
        top: 74px;
        bottom: 0;
        left: 0;
        margin: 0;
        width: 100%;
        padding: 0 20px;
        overflow-y: scroll;
    }
    .ovrflu #back-top {
        z-index: 90;
    }

    #cart-total {
        font-size: 18px;
        font-weight: 700;
        bottom: 12px;
        left: 2px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .cart_wrap input[type="text"].form-control {
        font-size: 11px;
    }

    #back-top{
        position: fixed;
        bottom: 30px;
        left: 0;
        width: 100%;
        background: rgba(240, 124, 41, 1);
        height: 40px;
        line-height: 40px;
        border-radius: 0px;
        color: #fff;
        display: none;
        text-align: center;
        cursor: pointer;
        z-index: 100;
        box-shadow: 0px 0px 1px 1px rgba(255,255,255,.1);
        margin-right:0;
    }
    .site_header.mob-sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9997;
        left: 0;
        right: 0;
        animation:slide-down 0.7s;
        opacity: 1;
    }
    @keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        } 
        100% {
            opacity: 0.9;
            transform: translateY(0);
        } 
    }
    .bx_header .coloana_4 {
        flex: 1 1 991px;
        padding-top: 5px;
    }

    .menu-mobile {
        display: block;
        padding: 0;
        margin: 0;
        background: none;
    }

    .bx_header_wrapper {
        background-color: #f07c29;
        padding-top: 8px;
        padding-bottom: 14px;
    }
    .bx_header .fa {
        margin: 0;
    }
    .mobm-toggler {
        cursor: pointer;
    }
    .mobm-toggler .fa {
        font-size: 2.6rem;
        color: #fff;
        width: 26px;
    }

    .cart2 .fa-shopping-cart {
        font-size: 2.6rem;
        color: #000;
    }
    .user2 {
        padding-left: 0;
        padding-right: 16px;
    }

    .user2 .fa-user {
        font-size: 2.5rem;
    }

    .srch-text {
        height: 35px;
        background-color: #fff;
    }
    .srch-btn {
        height: 35px;
    }

    #cart .dropdown-menu {
        margin-top: 4px;
    }

    .static-top-skybook3 .image {
        margin-top: 5px;
    }

    .breadcrumbs {
        padding: 10px 0;
        margin: 0 0 15px 0;
    }
    .breadcrumbs .breadcrumb {
        text-align: center;
        line-height: 1.6;
    }
    .breadcrumb > li + li::before {
        content: "•";
        margin: 0;
    }
    .breadcrumb li a {
        font-size: 12px;
    }

    .overlay-tel {
        display: block;
        width: 44px;
        height: 44px;
        position: fixed;
        bottom: 80px;
        right: 0;
        z-index: 9900;
    }
    .block-corp .bord_r {
        border-right: none;
    }
    
    .module-title {
        margin-bottom: 1.5rem;
    }

}

@media (max-width: 767.98px) {

    .p-t-mob-1 {
        padding-top:32px;
    }
    .p-t-mob-2 {
        padding-top:10px;
    }
    .hid_mob {
        display: none;
    }
    .text_right_mob_left {
        text-align: left;
    }
    .text_left_mob_center {
        text-align: center;
    }
    .text_right_mob_center {
        text-align: center;
    }
    .opt_donation label {
        font-size: 10px;
    }

    .slk-title {
        font-size: 2.2rem;
        line-height: 3rem;
        font-weight: 700;
        padding: 11px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .slk-button {
        bottom: 8%;
        left: 4%;
        line-height: 1;
    }
    .slk-button a {
        font-size: 12px;
        font-weight: 400;
        padding: 6px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .slk-button i {
        font-size: 12px;
    }

    .th_img,
    .td_img {
        display: none;
    }

    .cart_wrap .table-responsive > .table > thead > tr > th,
    .cart_wrap .table-responsive > .table > tbody > tr > th,
    .cart_wrap .table-responsive > .table > tfoot > tr > th,
    .cart_wrap .table-responsive > .table > thead > tr > td,
    .cart_wrap .table-responsive > .table > tbody > tr > td,
    .cart_wrap .table-responsive > .table > tfoot > tr > td {
        white-space: pre-wrap;
    }

    .cart_wrap thead {
        font-size: 11px;
        font-weight: 700;
    }
    .cart_wrap tbody {
        font-size: 11px;
    }
    .cart_wrap .qty {
        width: 60%;
        height: 30px;
    }
    .cart_wrap .btn_qty {
        padding: 0;
    }
    .cart_wrap .btn_qty .fa {
        margin: 0;
        font-size: 16px;
    }
    .cart_wrap .btn_del {
        padding: 3px 6px;
    }
    .cart_wrap .btn_del .fa {
        margin: 0;
        font-size: 12px;
    }
    .cart_wrap .btn_del2 {
        font-size: 20px;
    }
    .col_l {
        text-align: center;
        padding-bottom: 15px;
    }
    .col_r {
        text-align: center;
    }
    .cart_wrap .table > tbody > tr > td {
        padding: 3px;
    }

    .toolbar-products {
        text-align: left;
        padding: 15px 0 15px 0;
    }
    .toolbar-products .modes {
        display: none;
    }
    .toolbar-products .limiter {
        display: inline-block;
        padding: 0;
    }
    .toolbar-products .limiter label {
        display: block;
        margin: 0;
        padding: 0;
        float: none;
        line-height: 1;
        font-family: inherit;
        color: inherit;
        margin-bottom: 5px;
    }
    .toolbar-products .limiter select {
        display: block;
        height: auto;
        min-width: 30px;
        margin: 0;
        width: auto;
        float: none;
        color: inherit;
        border: 1px solid #ccc;
    }
    .toolbar-products .limiter select.form-control {
        line-height: 1;
    }
    .toolbar-products .sorter {
        display: inline-block;
        margin: 0;
        padding: 0;
        float: right;
    }
    .toolbar-products .sorter label {
        display: block;
        margin: 0;
        padding: 0;
        float: none;
        line-height: 1;
        font-family: inherit;
        color: inherit;
        margin-bottom: 5px;
    }
    .toolbar-products .sorter select {
        display: block;
        height: auto;
        min-width: 30px;
        margin: 0;
        width: auto;
        float: none;
        font-family: inherit;
        color: inherit;
        border: 1px solid #ccc;
    }
    .toolbar-products .sorter select.form-control {
        line-height: 1;
    }

    .bx_pagination .pagination {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .bx_pagination .prev-pg,
    .bx_pagination .next-pg {
        display: none;
    }
    a.btn-continua,
    a.btn-finalizeaza {
        font-size:12px;
        font-weight:600;
        width: 98%;
    }

}

@media (max-width: 575.98px) {
    #successModal .btn-v1 {
        margin-bottom: 15px;
    }
    .col-footer::after {
        border: none;
    }
    ul.links-footer {
        text-align: center;
    }
    a.btn-continua,
    a.btn-finalizeaza {
        font-size:12px;
        font-weight:600;
    }
}

@media (max-width: 414px) {
    .tlu_ckout {
        font-size: 2rem;
        font-weight: bold;
    }
    #accordion_modules .accordion-toggle {
        font-size: 1.3rem;
    }
    #accordion_modules #button-coupon {
        font-size: 1.3rem;
        font-weight: normal;
        padding: 5px 9px;
        line-height: 1;
    }
    a.btn-continua,
    a.btn-finalizeaza {
        padding: 0px 13px;
        font-size:12px;
        font-weight:600;
    }
    .module-title h2 {
        font-size: 24px;
    }
    .font_v1 {
        font-size: 1.3rem
    }
}

@media (max-width: 360px) {
    .img_logo_2 {
        height: 18px;
    }
    a.btn-continua,
    a.btn-finalizeaza {
        padding: 0px 10px;
        font-size:12px;
        font-weight:600;
    }
}

@media (max-width: 330px) {
    .img_logo_2 {
        height: 18px;
    }
    a.btn-continua,
    a.btn-finalizeaza {
        font-size:11px;
        font-weight:600;
    }
}

@media (max-width: 270px) {
    .img_logo_2 {
        height: 14px;
    }
}

@media (min-width: 576px) {}

@media (min-width: 768px) {
    .product-list .product-image img {
        max-height: 280px;
    }

    .toolbar-products .sorter,
    .toolbar-products .limiter,
    .toolbar-products .pages {
        float: right;
    }
    .toolbar-products .limiter {
        margin-left: 15px;
    }

    .toolbar-products .toolbar-amount {
        float: left;
        line-height: 32px;
        padding: 15px 0;
        font-size: 14px;
        color: #666666;
        display: inline-block;
        vertical-align: top;
    }
    .bx_pagination .pager {
        display: none;
    }

}
@media (min-width: 992px) {
    #pt_custommenu {
        z-index: 3;
    }
    #cart-total {
        font-size: 12px;
        bottom: 24px;
        left: 8px;
        width: 23px;
        height: 23px;
        line-height: 23px;
        background: #f07c29;
        font-weight: 700;
    }
    .bx_header_wrapper {
        padding-bottom: 20px;
        padding-top: 15px;
    }
    .coloana_3 .fav {
        display: inline-block !important;
    }
    .fav #wishlist-total {
        font-size: 1.5rem;
    }
    .fav #wishlist-total .fa {
        font-size: 2rem;
    }

    .cart2 .fa-shopping-cart {
        font-size: 3.5rem;
        color: #000;
    }
    .overlay-tel {
        display: none;
    }
    .h-tel {
        margin-right: 26px;
        padding-right: 26px;
        border-right: solid 1px #EDEDED;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    .h-tel a {
        color: #0DAA07;
        font-size: 12px;
        font-weight: 600;
    }
    .h-tel a:hover,
    .h-tel a:focus {
        color: #0DAA07;
    }
    .fix-top .fix-header {
        top: 52px;
    }
    .fix-top #top {
        width: 100%;
        position: fixed;
        z-index: 890;
    }

}

@media (min-width: 1200px) {
    .srch-box {
        width: 440px;
    }
}

.owl-carousel.fade {
    display: none;
}
.owl-carousel.fade.active {
    display: block;
}

