
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
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: 'Rubik', sans-serif;
    font-weight: 400;
    color: #363f4d;
    font-size: 15px;
    line-height: 1.428571429;
    width: 100%;
}
*:focus{
    outline: none !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #363f4d;
    line-height: 1.35;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #434343;
    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: #4380db;
}
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;
}
/* Fix some bootstrap issues */
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 */
.tooltip.top .tooltip-arrow {
    border-top-color: #4380db;
}
.tooltip.top-left .tooltip-arrow {
    border-top-color: #4380db;
}
.tooltip.top-right .tooltip-arrow {
    border-top-color: #4380db;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #4380db;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #4380db;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #4380db;
}
.tooltip.bottom-left .tooltip-arrow {
    border-bottom-color: #4380db;
}
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #4380db;
}
.tooltip-inner{
    background: #4380db;
}
.alert{
    text-align: center;
    font-size: 13px;
    margin: 0;
    border-radius: 0;
    border: none;
}
/* transition */
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  .actions-link,
.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: #bc9b5b;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
    border: none;
    background: #bc9b5b;
    padding: 0px 20px;
    text-transform: capitalize;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    -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-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 carousel */
.owl-container {
    margin: 0 -15px;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div {
    opacity: 1;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}
.owl-container:hover .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: 0;
}
.owl-container .owl-carousel .owl-item {
    padding: 0 15px;
}
.owl-container .owl-carousel .owl-controls .owl-page:hover span,
.owl-container .owl-carousel .owl-controls .owl-page.active span {
    background: #4380db;
}
.owl-container .owl-carousel .owl-controls .owl-page {
    display:inline-block;
    vertical-align:top;
}
.owl-container .owl-carousel .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #fff;
    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-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin: 0;
    margin-top: 52px;
    width: 26px;
    height: 26px;
    padding: 0;
    line-height: 24px;
    border: 1px solid #ebebeb;
    color: #bdbfbe;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    z-index: 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-carousel .owl-controls .owl-buttons div:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}
.owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}
.owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
    background: #4380db;
    border-color: #4380db;
    color: #fff;
}
/*--------------*/

/* newsletter popup */
.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;
}
#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-left: 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:#4380db;
}
/* newsllter */
.newletter-subscribe-container {
    background: #37475a;
}
.newletter-subscribe-container .container-inner {
    padding: 35px 0;
    position: relative;
}
.newletter-subscribe-container .container-inner img.icon-newletter {
    position: absolute;
    bottom:4px;
    left:-110px;
}
#dialog-normal .newletter-title {
    margin: 4px 0;
    padding-left: 170px;
}
#dialog-normal .newletter-title h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 13px 0;
}
#dialog-normal .newletter-title h3 span {
    color: #4380db;
    font-weight: 500;
}

#dialog-normal .newletter-title label{
    font-size: 13px;
    color: #fff;
    display: block;
    margin: 0;
}

#dialog-normal .newleter-content{

    width: 100%;

    display: inline-block;

    vertical-align: middle;

    position: relative;

    margin: 10px 0;
}
#subscribe-normal {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#subscribe_email-normal{
    display: inline-block;
    background: #fff;
    padding: 10px 150px 10px 10px;
    border: 0;
    line-height: 30px;
    height: 49px;
    border-radius: 0;
    color: #959595;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    border-radius: 2px;
    font-style: italic;
}
#subscribe-normal .btn:hover{
    color: #333;
}
#subscribe-normal .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    text-transform: uppercase;
    line-height: 49px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 0 35px;
    background: #4380db;
    color: #fff;
    border-radius: 2px;
}

#notification-normal{
    position: absolute;
    bottom: -25px;
}
#notification-normal div{
    color: #FFF;
}
#notification-normal div.warning{
    color: #fff;
    text-align: center
}
/* Top */
#top{
    padding: 5px 0px;
    background: #bc9b5b!important;
}
#top .box-left {
    float:left;
    margin: 0;
    list-style: none;
    padding: 0;
}
#top .box-left > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

#top .box-right {
    float:right;
}
#top .box-right > li {
    display: inline-block;
    vertical-align: top;
}

#top .box-right .support , #top .box-right .order, #top .box-right .btn-group  .btn-link {
    font-size: 12px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 17px;
}
#top .box-right .support:before , #top .box-right .order:before, #top .box-right .btn-group  .btn-link:before {
    content:"\e674";
    display:inline-block;
    vertical-align: top;
    margin-right:7px;
    font-size: 16px;
    font-family: 'Stroke-Gap-Icons';
}
#top .box-right .order:before {
    content: "\e68d";
}
#top .box-right .btn-group  .btn-link:before {
    content:"\e6a3";
}
#top .btn-group .text-ex{
    font-size: 13px;
    margin-right: 9px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 17px;
}
.order a{
    color:#fff!important;
}
#top .btn-group  .btn-link{
    padding: 0px!important;
    text-shadow: none;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    overflow: hidden;
    color: #fff;
    line-height: 17px;
    font-weight: 400;
    display: block;
    text-align: left;
    border: 0;
}
#top .box > li {
    padding-right: 18px;
    margin-right: 18px;
    position: relative;
}
#top .box > li:last-child {
    margin-right:0;
    padding-right:0;
}
#top .box > li:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#top .box > li:last-child:after {
    display:none;
}
#top .btn-group .dropdown-menu{
    position: absolute;
    left:auto;
    right: -15px;
    padding: 0 20px;
    text-align: left;
    margin: 0;
    background: white;
    border-radius: 0;
    -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);
}
#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: 1px 28px 5px 0px !important;
    line-height: 24px;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    height: inherit;
    border-radius: 0;
    text-align: left;
    color: #333333;
}
#top .btn-group .dropdown-menu li > a:hover,
#top .btn-group .dropdown-menu li> button:hover {
    text-decoration: none;
    color: #4380db;
}
#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: #4380db;
    text-decoration: none;
}
.logo-container {
    float: left;
    z-index: 1;
    position: relative;
}
#logo{
    padding: 25.5px 0;
}
#logo a{
    display: inline-block;
}

.header-inner {
    position:relative;
    z-index:8;
}
.header-inner .container-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
}
.hoz-menu {
    position: absolute;
    top: 50%;
    -moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    right:0;
    text-align: right;
    padding-left: 270px;
}
/* search category */
.top-search {
}
#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 40px;
    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: capitalize;
    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: capitalize;
    color: #363f4d;
    font-size: 11px;
    list-style: none;
    line-height: 18px;
}
.cate-items li:hover{
    color:#4380db
}
.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: #4380db;
    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%;
}

#wishlist-total, #link-compare {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
#link-compare span {
    display:none;
}
.search-container{
}
.cart-container{
    padding: 45px 15px 0 0;
    width: 18%;
}
#cart-total .item-cart,#wishlist-total span
{
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent;
    color: #fff;
    top: -3px;
    right: -5px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
}

#cart .dropdown-menu {

}
#wishlist-total i{
    font-size: 24px;
    color: #232323;
}
#cart{
    width: auto;
}
#cart-total{
    font-size: 0;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
#cart-total .total-price{
    color: #fff;
}

#cart > button{
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    position: relative;
}
#cart > button > i,#wishlist-total i,#link-compare i {
    font-size: 20px;
    color: #8d98aa;
    font-style: normal;
    padding: 0 10px;
    line-height: 39px;
    display: inline-block;
    vertical-align: top;
}
#cart > button:hover > i,#wishlist-total:hover i,#link-compare:hover i {
    color: #4380db;
}

#wishlist-total i:before {
    content:"\f08a";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
}

#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;
    /* top: 35px; */
}
.top-menu {
    position: relative;
    z-index: 7;
    background: #363f4d;
    padding: 5px 0;
}
.top-menu .col {
    float: left;
}
.top-menu .col-menu {
    width: 23%;
}
.top-menu .col-search {
    width: 77%;
    padding-right: 235px;
    position:relative;
    padding-left: 8px;
    margin-bottom: -15px;
}
.top-menu .col-search .box-cart {
    position: absolute;
    right: 8px;
    top: 50%;
    -moz-transform:  translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fix-header{
    border: none;
    background: rgba(54, 63, 77, 0.9);
    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;
}
.fix-header #pt_custommenu::after,
.fix-header #pt_custommenu::before{
    display: none;
}
.fix-header .pt_custommenu div.pt_menu .parentMenu a {
    padding-top: 15px;
    padding-bottom: 15px;
}
.fix-header #pt_custommenu{
    margin: 0;
}
.fix-header .cart-container,
.fix-header .search-container,
.fix-header .logo-container{
    /* display: none; */
}
.fix-header .vermagemenu-container{
    display: none;
}
body:not(.common-home) .vermagemenu-container .vermagemenu{
    position: static;
    margin-bottom: 50px;
}
body:not(.common-home) .vermagemenu-container{
    width: 100%;
    padding: 0;
}
body:not(.common-home) header:not(.fix-header) .hozmenu-container{
    width: 100%;
}
/* cms block */
.banner-static {
    text-align: center;
    clear: both;
    /* overflow: hidden; */
}
.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;
    border-radius: 2px;
}
.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 .link {
    -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:hover a .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:hover a .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:hover a .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-top: 30px;
}
.static-sidebar .image a .text {
    line-height: 24px;
    padding: 0 15px;
    top: auto;
    bottom: 33px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.static-sidebar .text .text1 {
    font-size: 18px;
    color: #363f4d;
    display: block;
}
.static-sidebar .text .text2 {
    font-size: 12px;
    color: #a3a3a3;
    display: block;
    font-weight: 300;
    margin-top: 12px;
}
.static-sidebar .text .text2 strong {
    font-weight: 500;
    color: #4380db;
}
.static-sidebar .text .text3 {
    font-size: 24px;
    color: #4380db;
    display: block;
    font-weight: 400;
}

.static-top-bigone1 {
    margin-top: 30px;
}
.static-top-bigone1 .image a .text {
    left: 30px;
    text-align: left;
    line-height: 24px;

}
.static-top-bigone1 .text .text1 {
    font-size: 14px;
    color: #363f4d;
    display: block;
}
.static-top-bigone1 .text .text2 {
    font-size: 24px;
    color: #363f4d;
    display: block;
    font-weight: 500;
}
.static-top-bigone1 .text .text2 strong {
    font-weight: 500;
    color: #4380db;
}
.static-top-bigone1 .text .text3 {
    font-size: 14px;
    color: #a4a4a4;
    display: block;
    font-weight: 400;
    margin-top: 24px;
}
.static-top-bigone1 .text .text3 strong {
    font-weight: 400;
    color: #4380db;
    font-size: 18px;
    margin-right: 10px;
}
.static-middle-bigone1 {
    margin-top: 50px;
}
.static-middle-bigone1 .image a .text {
    left: 30px;
    text-align: left;
    line-height: 24px;
    max-width: 250px;

}
.static-middle-bigone1 .text .text1 {
    font-size: 14px;
    color: #363f4d;
    display: block;
}
.static-middle-bigone1 .text .text2 {
    font-size: 24px;
    color: #363f4d;
    display: block;
    font-weight: 500;
}
.static-middle-bigone1 .text .text2 strong {
    font-weight: 500;
    color: #4380db;
}
.static-middle-bigone1 .text .text3 {
    font-size: 14px;
    color: #363f4d;
    display: block;
    font-weight: 400;
    margin-top: 18px;
}
.static-middle-bigone1 .text .text3 strong {
    font-weight: 400;
    color: #4380db;
}
.static-bottom-bigone1 {
    margin-top: 30px;
}
.static-bottom-bigone1 .image a .text {
    left: 8%;
    text-align: left;
    line-height: 24px;
    max-width: 230px;
}
.static-bottom-bigone1 .text .text1,.static-bottom-bigone1 .text .text2 {
    font-size: 18px;
    color: #363f4d;
    display: block;
}

.static-bottom-bigone1 .text .text3 {
    font-size: 14px;
    color: #a4a4a4;
    display: block;
    font-weight: 400;
    margin-top: 13px;
}
.static-bottom-bigone1 .text .text3 strong {
    font-weight: 400;
    color: #4380db;
    font-size: 18px;
    margin-right: 10px;
}
/* Products */

.owl-item.active .item {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}
.box-module {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-module.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
    right: 0;
}
.box-module .owl-container {
    margin:0;
}
.box-module .owl-container .owl-carousel .owl-item {
    padding:0;
}
.box-module .owl-container .owl-carousel .owl-item.active .item-inner:before {
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    background: #ebebeb;
    z-index: 3;
}
.box-module .owl-container .owl-carousel .owl-item.active.first .item-inner:before {
    display:none;
}

.item:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
.item .item-inner {
    position: relative;
}
.label-pro-new {
color: #fff;
    background: #00af65;
    line-height: 22px;
    padding: 0 3px;
    border-radius: 2px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 16px;
    text-transform: uppercase;
    font-size: 8px;
    z-index: 1;

    right: 10px;

}
.label-pro-sale {
    color: #fff;

    background: #00af65;
    /* line-height: 22px; */
    padding: 5px 11px;
    border-radius: 2px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 53px;
    left: 10px;
    text-transform: uppercase;
    font-size: 10px;
    z-index: 1;
    border-radius: 42px;
    width: 42px;
    height: 42px;

}
.label-pro-sale {
    background: #f26522;
    top: 10px;
}
.label-pro-new span,.label-pro-sale span {
    display: block;
}

.item-inner .images-container {
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden;
    -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;
}
.item-inner .images-container .product-image {
    position:relative;
    display: block;
}
.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;
    -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:hover .images-container .img-r {
    opacity:1;
    visibility: visible;
}

.item-inner:hover .images-container .quick-view {
    opacity: 1;
    -moz-transform: scale(1)  translateY(-50%);
    -webkit-transform:scale(1) translateY(-50%);
    -o-transform:scale(1) translateY(-50%);
    -ms-transform:scale(1) translateY(-50%);
    transform:scale(1) translateY(-50%);
}

.item-inner .images-container .quick-view {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    opacity: 0;
    text-align: center;
    z-index: 10;
    -moz-transform: scale(0.6)  translateY(-50%);
    -webkit-transform:scale(0.6) translateY(-50%);
    -o-transform:scale(0.6) translateY(-50%);
    -ms-transform:scale(0.6) translateY(-50%);
    transform:scale(0.6) translateY(-50%);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;

}
.item-inner .images-container .quick-view button {
    line-height: 32px;
    height: 32px;
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    background-color: #37475a;
    text-transform: capitalize;
    color: #fff;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    border: 0;
    transition: all 0.3s ease-in-out;
    -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;
}
.item-inner .images-container .quick-view button:hover {
    background: #4380db;
}
.qv-button-container {
    display: block;
}

.module-style1 .item-inner:hover .actions button.btn-cart,
.module-style1 .item-inner:hover .actions .add-to-links .link-wishlist,
.module-style1 .item-inner:hover .actions .add-to-links .link-compare {
    opacity:1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.module-style1 .item-inner  .actions {
    bottom: 0;
    left: 10px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    -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;
}
.item-inner  .actions {
    overflow: hidden;
}
.item-inner  .actions button.btn-cart {
    float: left;
    padding: 0 25px;
}
.module-style1 .item-inner  .actions button.btn-cart {
    opacity:0;
    transform: scale(0);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.item-inner  .actions .add-to-links {
    float: left;
}
.module-style1 .item-inner  .actions .add-to-links .link-wishlist {
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.module-style1 .item-inner  .actions .add-to-links .link-compare {
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.add-to-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align:top;
}
.add-to-links li {
    float: left;
    margin-left: 4px;
}
.add-to-links a{
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: block;
    background-color: #363f4d;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
}
.add-to-links a:before {
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: 100%;
}
.add-to-links a.link-compare:before {
    content: "\f012";
}
.add-to-links a:hover {
    background: #4380db;
    border-color: #4380db;
    color: #fff;
}
.item-inner .des-container {
    padding: 7px 10px 15px 10px;
    background: transparent;
    text-align: left;
    position: relative;
}
.product-name {
    margin-bottom: 6px;
    display: block;
    margin-top: 0;
}
.product-name a {
    color: #363f4d;
    padding: 0;
    display: block;
    line-height: 18px;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
}
.product-name a:hover {
    color: #4380db;
}
.ratings {
    display:block;
}
.ratings .rating-box {
    display: inline-block;
    vertical-align:top;
}
.rating-box div[class^='rating']{
    background: url('images/rating0.png') no-repeat;
    font-size: 0;
    height: 12px;
    width: 67px;
}
.rating-box div.rating1{
    background-image: url('images/rating1.png');
}
.rating-box div.rating2{
    background-image: url('images/rating2.png');
}
.rating-box div.rating3{
    background-image: url('images/rating3.png');
}
.rating-box div.rating4{
    background-image: url('images/rating4.png');
}
.rating-box div.rating5{
    background-image: url('images/rating5.png');
}
.price-box p {
    display: inline-block;
    vertical-align:top;
    margin-bottom: 0;
}
.price-box .price {
    color: #363f4d;
    font-size: 14px;
    font-weight: 500;
}
.price-box p.special-price .price{
    color: #363f4d;
}
.price-box p.old-price {
    margin-left: 5px;
    padding-top: 1px;
}
.price-box p.old-price .price {
    color: #a4a4a4;
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 400;
}
.item-inner .des-container .price-box {
    display: block;
    margin-top: 3px;
}
.module-style1 .item-inner .des-container .price-box {
    -webkit-animation: zoomIn 500ms ease-in-out;
    -moz-animation: zoomIn 500ms ease-in-out;
    -ms-animation: zoomIn 500ms ease-in-out;
    animation: zoomIn 500ms ease-in-out;
}
.module-style1 .item-inner:hover .des-container .price-box {
    opacity:0;
    visibility: hidden;
    -webkit-animation: zoomOut 500ms ease-in-out;
    -moz-animation: zoomOut 1500ms ease-in-out;
    -ms-animation: zoomOut 1500ms ease-in-out;
    animation: zoomOut 1500ms ease-in-out;
}
/* module title*/
.group-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    padding-right: 80px;
}
.group-title h2 {
    position: relative;
    display: inline-block;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 17px;
}
/* module-style2*/
.module-style2 {
    border:0;
    padding:0;
    margin-top:0;
}
.module-style2 .group-title {
    display: none;
}
.module-style2 .label-pro-new,.module-style2 .label-pro-sale {
    right:0;
}
.module-style2 .item {
    margin:0 !important;
    border: 0 !important;
    padding: 0 !important;
}
.module-style2 .item .item-inner:before {
    display: none;
}
.module-style2 .item .item-inner {
    margin:0;
    border: 1px solid #ebebeb !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 22px 9px;
    min-height: 157px;
}
.module-style2 .item:not(:first-child) .item-inner {
    border-top:0 !important;
}
.module-style2 .owl-container .owl-carousel .owl-item.active:not(.first) .item-inner {
    border-left:0 !important;
}
.module-style2 .item .item-inner .images-container {
    float: left;
    width: 41%;
    padding: 0;
}

.module-style2 .item .item-inner .des-container {
    float: left;
    width: 59%;
    text-align: left;
    padding-left: 10px;
    padding-right: 0;
}
.module-style2 .product-name {
    margin-bottom:9px;
}
.module-style2 .item .item-inner .des-container .price-box {
    float: left;
    margin-top: 6px;
    opacity: 1 !important;
    display: block;
}
/* module-style3 */
.module-style3 .label-pro-new,.module-style3 .label-pro-sale {
    right:0;
}
.module-style3 .item-inner {
    display: inline-block;
    vertical-align:top;
    width: 100%;
}
.module-style3 .item-inner .images-container {
    float: left;
    width: 37%;
}
.module-style3 .item-inner .des-container {
    float: left;
    width: 63%;
    padding: 13px 10px 0 15px;
}
.module-style3 .item-inner .des-container .price-box {
    opacity: 1 !important;
}
.module-style3 .item:not(:first-child) {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
}
/* module-nav2 */
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons {
    position: absolute;
    right: 15px;
    top: -66px;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    opacity: 1;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div:hover {
    background: #4380db;
    border-color: #4380db;
}
.module-nav2 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
    margin-right: 7px;
}
/* slider-group */
.slider-group {
    margin-top: 20px;
}
/* product-tabs-category-container-slider */
.product-tabs-category-container-slider .group-title h2 {
}
.product-tabs-category-container-slider .tabs-categorys {
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    float: right;
    position: relative;
}
.product-tabs-category-container-slider .tabs-categorys li {
    font-size: 13px;
    color: #bbbbbb;
    line-height: 26px;
    float: left;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
    margin-right: 18px;
}
.product-tabs-category-container-slider .tabs-categorys li:last-child {
    margin:0;
}
.product-tabs-category-container-slider .tabs-categorys li:hover,.product-tabs-category-container-slider .tabs-categorys li.active {
    color: #363f4d;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .group-title h2 {
    display: none;
}
.product-tabs-container-slider .tabs {
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 17px;
}
.product-tabs-container-slider .tabs li {
    font-size: 14px;
    color: #bbbbbb;
    line-height: 26px;
    float: left;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    margin-right: 35px;
}
.product-tabs-container-slider .tabs li:last-child {
    margin:0;
}
.product-tabs-container-slider .tabs li:hover,.product-tabs-container-slider .tabs li.active {
    color: #333333;
}

.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .images-container {
    float: left;
    width: 45%;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .des-container {
    overflow: hidden;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .quick-view,.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .actions {
    display: none;
}
.owl-demo-tabproduct .item:not(:first-child):last-child .item-inner .des-container .price-box {
    opacity: 1;
    visibility: visible;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
/* featured-categories-container */
.featured-categories-container {
    padding: 20px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    margin-top: 50px;
}
.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: #4380db;
}
.sub-featured-categories li a {
    display: block;
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
}
.sub-featured-categories li a:hover {
    color: #4380db;
    padding-left: 7px;
}
.featured-categories-container .view-more {
    line-height: 29px;
    padding: 0 20px;
    color: #fff;
    text-transform: capitalize;
    background: #363f4d;
    border-radius: 3px;
    display:inline-block;
    vertical-align: top;
    margin-top: 19px;
}
.featured-categories-container .view-more:hover {
    background: #4380db;
}
/* CountDown */
.occountdown_module .product-name {
    margin-bottom:15px;
}
.occountdown_module .item-inner .des-container .available {
    font-size: 14px;
    color: #363f4d;
    margin-bottom: 0;
    margin-top: 13px;
}
.occountdown_module .item-inner .des-container .available span {
    color: #7a7a7a;
    margin-left: 3px;
}
.occountdown_module .item-inner .des-container .price-box {
    margin-top: 9px;
    opacity: 1 !important;
}
.occountdown_module .item-inner .des-container .price-box .price {
    font-size: 18px;
}
.occountdown_module .item-inner .des-container .price-box p.old-price {
    padding-top: 3px;
}
.occountdown_module .item-inner .des-container .price-box p.old-price .price {
    font-size: 14px;
}
.occountdown_module .description {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
    margin-top: 20px;
    display: block;
    margin-bottom: 25px;
}
.occountdown_module .item-inner .des-container {
    padding-left:0;
    padding-right:0;
    overflow: hidden;
    padding-top: 35px;
}
.text-hurryup {
    float: left;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #a8a8a8;
    margin-bottom: 0;
    margin-right: 20px;
}
.text-hurryup strong {
    display: block;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
    color: #3d3d3d;
}
.is-countdown {
    float: left;
}
.countdown-row {
    max-width: 250px;
    display: block;
}
.countdown-section {
    float: left;
    margin-right: 12px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
}
.countdown-section:last-child {
    margin-right:0;
}
.countdown-amount {
    margin-bottom: 4px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 46px;
    position: relative;
    font-weight: 500;
    width: 46px;
    height: 46px;
    background: #4380db;
    border-radius: 100%;
}
.countdown-amount:before {
    content:"";
    background: #4380db;
    width: 25px;
    height: 24px;
    position: absolute;
    border-radius: 4px;
    z-index:-1;
    left: 0px;
    top: 0;
}
.countdown-period {
    display: block;
    font-size: 13px;
    line-height: 1;
    color: #a8a8a8;
}
/* testimonial */
.testimonial-container .block-content .thumb li:hover img,
.testimonial-container .block-content .thumb li.active img{
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    border-color: #4380db;
}
.testimonial-container .block-content .thumb li img{
    opacity: .2;
    border: 3px solid transparent;
    border-radius: 100%;

    transition: all 0.3s ease-in-out;
    -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;
}
.testimonial-container .block-content .thumb li.active .testimonial-author,
.testimonial-container .block-content .thumb li:hover .testimonial-author{
    opacity: 1;
    visibility: visible;
    -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;
}
.testimonial-container .block-content .thumb .testimonial-author{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    color: #363f4d;
    font-size: 14px;

    font-weight: 500;
    text-transform: capitalize;
}
.testimonial-container .block-content .testimonial-content{
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
}
.testimonial-container .block-content .testimonial-content a {
    color: #363f4d;
}
.testimonial-container .block-content .thumb{
    margin: auto;
    padding: 0;
    text-align: center;
    max-width: 420px;
}
.testimonial-container .block-content .thumb li{
    display: inline-block;
    width: auto;
    margin: 0 5px;
    position: relative;
    vertical-align: top;
    padding-bottom: 57px;
    padding-top: 10px;

}
.testimonial-container .owl-pagination{
    display: none;
}
.testimonial-container .block-content {
    padding: 25px 0;
    padding-bottom: 30px;
}
.testimonial-container .owl-container .owl-carousel .owl-controls .owl-buttons {
    top:-91px;
}
/* corporate */
.ma-corporate-about {
    text-align: center;
    border: 1px solid #ebebeb;
    background: #eff5f5;
    margin-top: 50px;
    border-radius: 2px;
}
.ma-corporate-about .owl-item.active:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -44px;
    content: "";
    height: 88px;
    width: 1px;
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.01) 0%,rgba(0, 0, 0, 0.02) 10%,rgba(0, 0, 0, 0.03) 20%,rgba(0, 0, 0, 0.04) 30%,rgba(0, 0, 0, 0.05) 40%,rgba(0, 0, 0, 0.07) 50%,
        rgba(0, 0, 0, 0.05) 60%,rgba(0, 0, 0, 0.04) 70%,rgba(0, 0, 0, 0.03) 80%,rgba(0, 0, 0, 0.02) 90%,rgba(0, 0, 0, 0.01) 100%);
    background: -moz-linear-gradient(top,rgba(0, 0, 0, 0.01) 0%,rgba(0, 0, 0, 0.02) 10%,rgba(0, 0, 0, 0.03) 20%,rgba(0, 0, 0, 0.04) 30%,rgba(0, 0, 0, 0.05) 40%,rgba(0, 0, 0, 0.07) 50%,
        rgba(0, 0, 0, 0.05) 60%,rgba(0, 0, 0, 0.04) 70%,rgba(0, 0, 0, 0.03) 80%,rgba(0, 0, 0, 0.02) 90%,rgba(0, 0, 0, 0.01) 100%);
    background: -ms-linear-gradient(top,rgba(0, 0, 0, 0.01) 0%,rgba(0, 0, 0, 0.02) 10%,rgba(0, 0, 0, 0.03) 20%,rgba(0, 0, 0, 0.04) 30%,rgba(0, 0, 0, 0.05) 40%,rgba(0, 0, 0, 0.07) 50%,
        rgba(0, 0, 0, 0.05) 60%,rgba(0, 0, 0, 0.04) 70%,rgba(0, 0, 0, 0.03) 80%,rgba(0, 0, 0, 0.02) 90%,rgba(0, 0, 0, 0.01) 100%);
    background: -o-linear-gradient(top,rgba(0, 0, 0, 0.01) 0%,rgba(0, 0, 0, 0.02) 10%,rgba(0, 0, 0, 0.03) 20%,rgba(0, 0, 0, 0.04) 30%,rgba(0, 0, 0, 0.05) 40%,rgba(0, 0, 0, 0.07) 50%,
        rgba(0, 0, 0, 0.05) 60%,rgba(0, 0, 0, 0.04) 70%,rgba(0, 0, 0, 0.03) 80%,rgba(0, 0, 0, 0.02) 90%,rgba(0, 0, 0, 0.01) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.01)',endColorstr='rgba(0, 0, 0, 0.01)',GradientType=0 );
}
.ma-corporate-about .owl-item.active.last:after {
    display: none;
}
.ma-corporate-about .block-wrapper {
    display: inline-block;
    vertical-align: top;
    background:url(../image/wrapper1.png) left center no-repeat;
    padding: 54px 0;
    padding-left: 56px;
}

.ma-corporate-about .block-wrapper.wrapper2 {
    background:url(../image/wrapper2.png) left center no-repeat;
    padding-left: 60px;
}
.ma-corporate-about .block-wrapper.wrapper3 {
    background:url(../image/wrapper3.png) left center no-repeat;
    padding-left: 60px;
}
.ma-corporate-about .block-wrapper.wrapper4 {
    background:url(../image/wrapper4.png) left center no-repeat;
    padding-left: 63px;
}
.ma-corporate-about .block-wrapper .text-des {
    text-align: left;
    display: block;
}
.ma-corporate-about .block-wrapper .text-des h3 {
    color: #363f4d;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    display: block;
}
.ma-corporate-about .block-wrapper .text-des p {
    color: #959595;
    font-weight: 400;
    line-height: 20px;
    display: block;
    margin: 0;
}
/* End Corporate */
/* blog */
.menu-recent img {
    -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;
    width: 100%;
}
.menu-recent .articles-inner {
    border-right: 0 !important;
    clear: both;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.menu-recent .row_items .articles-inner:not(:first-child) {
    border-top: 1px solid #ebebeb;
    padding-top:20px;
    margin-top:20px;
}
.menu-recent .articles-image {
    float:left;
    width: 38%;
}
.menu-recent .aritcles-content {
    overflow: hidden;
    padding-left: 18px;
}
.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: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: 14px;
    text-transform: none;
    font-weight: 500;
    line-height: 18px;
    position: relative;
    margin-bottom: 12px;
    margin-top: 6px;
    color: #3d3d3d;
}
.articles-date {
    font-size: 13px;
    margin-bottom: 19px;
    text-transform: capitalize;
    font-weight: 400;
    color: #959595;
}
.articles-intro p {
    line-height: 20px;
    font-size: 13px;
    padding: 0;
    font-weight: 400;
    margin: 0;
    display: none;
}
.menu-recent .read-more {
    color: #a4a4a4;
    font-size: 13px;
    display: block;
    text-transform: capitalize;
}
.menu-recent .read-more:hover {
    color: #4380db;
}
/* brand */
.brand-slider img {
    display:inline-block;
    vertical-align:top;
}
.brand-slider {
    padding: 39px 0;
    border: 1px solid #ebebeb;
    border-top:0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* Social */
.follow {
    float:right;
}
ul.link-follow {
    display: inline-block;
    vertical-align: top;
}
ul.link-follow li {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}
ul.link-follow li:last-child {
    margin-right: 0;
}
ul.link-follow li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #5b697b;
    background: #37475a;
    border-radius: 2px;
    font-size: 0;
    line-height: 41px;
    padding: 0;
    width: 41px;
    height: 41px;
    text-align: center;
    z-index: 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;
}
ul.link-follow li a:before {
    font-size: 14px;
}
ul.link-follow li a span {
    display: none;
}
ul.link-follow li a:hover {
    background: #4380db;
    color: #fff;
}
/* footer */
footer{
    margin-top: 90px;

}
.footer-top {
    background: #232f3e;
    padding: 75px 0 45px 0;
}
footer .col-footer{
    margin-bottom: 20px;
}
.footer-title{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 23px;
}
.footer-content {
    line-height: 24px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.footer-contact p {
    margin:0;
}
.footer-contact .adress {
    position: relative;
    padding-left: 20px;
}
.footer-contact .adress:before {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    color: #4380db;
}
.footer-contact .adress.adress1 {
    padding-bottom: 23px;
    margin-bottom: 23px;
}
.footer-contact .adress.adress1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 1px;
    background: #515151;
}
.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: #4380db;
    padding-left: 7px;
}
footer .list-unstyled.text-content li a{
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 3px 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: capitalize;
    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: #232f3e;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom .container-inner {
    padding: 40px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.footer-bottom .footer-copyright {
    float: left;
    color: #5b697b;
    font-size: 14px;
    background: none;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    padding: 13px 0;
}
.footer-bottom .footer-copyright a {
    color: #4380db;
}
.footer-bottom .footer-copyright a:hover {
    text-decoration: underline;
}

#back-top i{
    font-size: 18px;
}
#back-top:hover{
    background: #4380db;
}
#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);
}
/* breadcrumb */
.common-home .breadcrumbs {
    display: none;
}
.breadcrumbs {
    margin: 18px 0;
}
.breadcrumb{
    margin: 0;
    background: none;
    padding: 13px 0;
    text-transform: capitalize;
}
.breadcrumb li:before {
    margin: 0 7px;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a{
    color: #363f4d;
}
.breadcrumb li a{
    color: #8d8c8c;
    font-size: 13px;
}
/* toolbar */
#compare-total {
    line-height: 28px;
    padding: 0;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.toolbar-products {
    padding: 11px 25px;
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}
.toolbar-products.toolbar-bottom {
    margin-bottom:0;
    margin-top: 30px;
}
.toolbar-products .modes {
    display:inline-block;
    vertical-align: top;
    padding: 9px 0;
}
.toolbar-products .toolbar-amount {
    line-height: 28px;
    padding: 0;
    font-size: 13px;
    color: #8d8c8c;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
#grid-view i,#list-view i {
    display: none;
}
.modes button {
    width: 20px;
    height: 18px;
    padding: 0;
    margin-right: 15px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    border: none;
    border-radius: 0;
}
#grid-view {
    background: url(../image/bkg_grid.png) center no-repeat;
}
#grid-view.selected {
    background: url(../image/bkg_grid_hover.png) center no-repeat;
}
#list-view {
    background: url(../image/bkg_list.png) center no-repeat;
}
#list-view.selected {
    background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
    margin-left: 30px;
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.toolbar-products .limiter {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.toolbar-products .sorter label,.toolbar-products .limiter label {
    display:inline-block;
    vertical-align: top;
    line-height: 28px;
    margin: 0 15px 0 0;
    color: #363f4d;
    font-size: 13px;

}
.toolbar-products .sorter select, .toolbar-products .limiter select {
    padding: 0 10px;
    height: 28px;
    min-width: 95px;
    font-size: 13px;
    color: #898888;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    border: 1px solid #ebebeb;
}
.toolbar-products .pages {
    display:inline-block;
    vertical-align: top;
    padding: 5px 0;
}
.toolbar-products .pages ul {
    margin: 0;
    border-radius:0;
}
.toolbar-products .pages ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.toolbar-products .pages ul li a {
    color: #363f4d;
    font-size: 13px;
    font-weight: 400;
    padding: 0 4px;
    width: 28px;
    border-radius: 3px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: none;
    background: #f1f2f4;
}
.toolbar-products .pages ul li span {
    color: #fff;
    background: #4380db;
    font-size: 13px;
    border: none;
    padding: 0 4px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    line-height: 28px;
}
.toolbar-products .pages ul li.active span,.toolbar-products .pages ul li:hover a {
    color: #fff;
    background: #4380db;
}
/* category */
.category-img {
    display: block;
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}
.category-img img {
    border: none;
}
.custom-products {
    border: 1px solid #ebebeb;
    border-right: 0;
    border-bottom: 0;
    display: inline-block;
    vertical-align:top;
    width: 100%;
    border-radius: 3px;
}
.custom-products .product-grid {
    padding:0;
}
.custom-products .product-grid {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.title-category h2 {
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 6px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    background: url(../image/bkg_category.jpg) bottom no-repeat;
    text-align:center;
    padding: 45px 0;
    display: none;
}
.category-name {
    display:none;
}
.product-grid .product-des {
    display: none;
}
.product-grid .item {
    margin-bottom: 10px;
}
.product-list {

    border-bottom: 1px solid #ebebeb;

    border-right: 1px solid #ebebeb;
}
.product-list .col-image, .product-list .col-des {
    padding: 0;
}
.product-list .des-container {
    text-align: left;
    padding: 30px 25px;
}
.product-list .product-name {
    margin-bottom: 14px;
}
.product-list .product-name a {
}
.product-list .item-inner .des-container .price-box {
    margin-top: 10px;
}
.product-list .price-box .price {
}

.product-list .product-des {
    line-height: 24px;
    padding: 15px 0;
    margin-bottom: 7px;
}
.product-list .button.btn-cart{
}
.product-list .button.btn-cart:hover {
    background: #4380db;
}
/* product detail */
.thumbnail, .img-thumbnail {
    -webkit-box-shadow:none;
    box-shadow: none;
    padding:0;
    border-radius: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: #4380db !important;
}
.image-additional-container {
    padding:0 0;
}
.image-additional-container .thumbnail{
    margin: 0;
    border: 1px solid #edecec;
}
.image-additional-container .thumbnail:hover,.image-additional-container .thumbnail.active2 {
    border-color: #4380db;
}
.owl-style3 .owl-container {
    margin:0 -5px;
}
.owl-style3 .owl-container .owl-item {
    padding: 0 5px;

}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-prev {
   
    opacity: 1;
}
.owl-style3 .owl-container .owl-carousel .owl-controls .owl-buttons div.owl-next {
 
    opacity: 1;
}
.product-info-main .product-name {
    font-size: 18px;
    font-weight: 500;
    color: #363f4d;
    text-transform: capitalize;
    margin: 15px 0;
}
.product-info-main .price-box {
    display:block;
    margin-top: 17px;
}
.product-info-main .price-box .price {
}
.product-info-main .short-des {
    line-height: 24px;
    padding: 15px 0;
    margin: 0;
}

input-quantity2, minus2, plus2,
input-quantity, minus, plus {
    height: 30px;
    box-shadow: none;
    font-weight: 400;
    text-align: center;
    width: 20px;
    font-size: 13px;
    border-radius: 0px;
    border: none;
    padding: 0;
    color: #363f4d;
    float: left;
}
input-quantity2,
input-quantity {
    width: 36px;
    margin: 0 1px;
    min-width: auto;
}
.product-info-main .form-group {
    display:inline-block;
    vertical-align: top;
    width: 100%;
}
label[for='input-quantity']{
    float: left;
    line-height: 32px;
    margin-right: 30px;
    margin-bottom: 0;
    color: #363636;
}
.product-info-main .button-cart{
    float: left;
    margin-top: 17px;
    clear: left;
    min-width: 280px;
}

button.btn-compare span,
button.btn-wishlist span{
    display: none;
}
button.btn-compare i,
button.btn-wishlist i{
    display: none;
}

button.btn-compare,
button.btn-wishlist {
    line-height: 32px;
    height: 32px;
    width: 32px;
    display: block;
    background-color: #363f4d;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    float: left;
    margin-top: 17px;
    margin-left: 8px;
}
button.btn-compare:before,
button.btn-wishlist:before {
    content: "\f08a";
    font-family: 'FontAwesome';
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: 100%;

}
button.btn-compare:before {
    content: "\f012";
}
button.btn-compare:hover,
button.btn-wishlist:hover {
    background-color: #4380db;
}
#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:  1px solid #ebebeb;
    border-radius: 3px;
    padding: 0 3px;
}
.product-info-main label[for='input-quantity'], .product-info-main .quantity-box {
    margin-top: 25px;
}
.product-info-main .box-options {
    padding: 5px 0 21px;
    border-bottom: 1px solid #ebebeb;
}
.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: #4380db;
}
.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: 1px solid #ebebeb;
    border-bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.product-info-detailed .nav-tabs li {
    margin-bottom: 0;
    position: relative;
}

.product-info-detailed .nav-tabs li:last-child {
    margin-right:0;
}
.product-info-detailed .nav-tabs li a {
    font-size: 14px;
    color: #363f4d !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: none !important;
    border-right: 1px solid #ebebeb !important;
    padding: 19px 35px;
    background: #fff;
    margin: 0;
}
.product-info-detailed .nav-tabs li.active a {
    background: #f7f7f7;
}
.product-info-detailed .tab-content {
    line-height: 24px;
    padding: 40px;
    border: 1px solid #ebebeb;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
#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;
}

.btn-quickview span{
}
.btn-quickview i {
    display: none;
}
#cart .dropdown-menu {
    margin: 0;
    padding: 10px 35px 0 35px !important;
    width: 350px;
    right: -15px;
    list-style: none none;
    border: 0;
    background: #fff;
    margin-top: 11px;
    box-sizing: border-box;
    top: 100%;
    -webkit-box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 50px 0 rgba(0,0,0,0.1);
}
#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-close {
    position: absolute;
    top: 20px;
    right: 0;
    font-weight: 400;
}
#cart .cart-empty{
    padding-bottom: 25px;
    padding-top: 15px;
}
#cart .dropdown-menu p{
    margin: 0;
}
#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;
}
#cart .cart-close button{
    background: none;
    color: #000000;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#cart .cart-quantity{
    color: #363f4d;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    font-size: 12px;
}
#cart .cart-price {
    font-size: 14px;
    font-weight: 500;
    color: #363f4d;
    padding-top: 2px;
    display: block;
}
#cart .cart-name {
    color: #363f4d;
    font-size: 14px;
    line-height: 18px;
    display: block;
}
#cart .cart-name:hover {
    color: #4380db;
}
#cart .cart-button{
    margin: 0 -35px !important;
    padding: 25px 35px;
    background: #37475b;
}
#cart p.cart-button a:last-child{
    margin: 0;
}
#cart p.cart-button a{
    border: none;
    background: #586985;
    color: #a3acb9;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 20px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 2px;
    font-weight: 400;
}
#cart p.cart-button a strong {
    font-weight: 400;
}
#cart p.cart-button a:hover{
    color: #fff;
    background: #4380db;
    border-color: #4380db;
}
#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: 300px;
    overflow: auto;
    padding: 0 35px;
    margin: 0 -35px;
}
/*
 *  STYLE 6
 */

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-track
{

    background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar
{
    width: 5px;
    background-color: #fff;
}

#cart .dropdown-menu .has-scroll::-webkit-scrollbar-thumb
{
    background-color: #ccc;
    background-image: -webkit-linear-gradient(45deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent)
}



#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: #363f4d;
    font-weight: 500;
}

/* responsive */
@media (min-width: 992px) {
    .slider-group .row .sub-col:first-child {
        padding-right: 5px;
    }
}
@media(max-width: 1599px){
    #quickview-content .image-additional-container {
        padding: 0 15px;
    }
}
@media(max-width: 1199px){
    .countdown-section {
        margin-right: 10px;
    }
    #dialog-normal .newletter-title {
        padding-left:80px;
        margin: 6.5px 0;
    }
    #dialog-normal .newletter-title h3 {
        font-size: 24px;
    }
    .newletter-subscribe-container .container-inner {
        padding: 25px 0;
    }
    .newletter-subscribe-container .container-inner img.icon-newletter {
        width: 200px;
        bottom: 10px;
    }
    .module-style2 .owl-container .owl-carousel .owl-item.active:not(.first) .item {
        padding-right: 1px !important;
    }
}

@media(max-width: 991px){
    .col-order {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .col-order #content {
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        float: none;

    }
    .col-order #column-left {
        -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 #ebebeb;
    }
    #top .box-right {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    .logo-container {
        float: none;
        display: block;
        text-align: center;
    }
    .hoz-menu {
        position: static;
        padding: 0;
        margin-bottom: 30px;
        -moz-transform:  translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .top-menu .col-search {
        width: 100%;
        padding: 0;
    }
    .top-menu .col-search .box-cart {
        position: static;
        display: block;
        text-align: center;
        margin-top: -12px;
        -moz-transform:  translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 6px;
    }
    .module-style2 {
        margin-top: 50px;
    }
    #search-by-category .search-container #text-search {
        padding-left: 15px;
    }
    .image-additional-container {
        padding: 0 35px;
    }
    footer {
        margin-top: 60px;
    }
    .footer-support .support-info {
        position: static;
        display: block;
        clear: both;
        margin-bottom: 30px;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    .newletter-popup,
    .b-modal{
        display: none !important;
    }
    .zoomContainer,
    .vermagemenu-container,
    #search-by-category .search-container .categories-container{
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .static-middle-bigone1 .text .text2 {
        font-size: 20px;
    }
    .static-middle-bigone1 .text .text3 {
        margin-top: 10px;
    }
}
@media(min-width: 768px) {
    .toolbar-products .modes {
        float: left;
        margin-right: 20px;
    }
    .toolbar-products .sorter,.toolbar-products .limiter ,.toolbar-products .pages {
        float: right;
    }

    .toolbar-products .toolbar-amount {
        float: left;
    }
}
@media(max-width: 767px){

    .link-compare {
        text-align: center;
    }

    .logo-container {
        float: none;
        display: block;
        text-align: center;
    }
    .group-title {
        padding-right: 0;
    }
    .static-bottom-bigone1 .text .text1, .static-bottom-bigone1 .text .text2 {
        font-size: 15px;
    }
    .static-bottom-bigone1 .text .text3 {
        margin-top: 5px;
    }
    .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;
    }

    .owl-buttons{
        display: none !important;
    }
}
@media(max-width: 640px){
    .product-tabs-category-container-slider .tabs-categorys {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0;
        margin-bottom: 15px;
    }
}
@media(max-width: 567px){
    .product-info-detailed .nav-tabs li {
        float: none;
        display: block;
        border-bottom: 1px solid #ebebeb;
    }
    .product-info-detailed .nav-tabs li:last-child {
        border-bottom:0;
    }
}

@media(max-width: 479px){
    .static-bottom-bigone1 .image a .text {
        line-height: 1;
    }
    .static-bottom-bigone1 .text .text1, .static-bottom-bigone1 .text .text2 {
        font-size: 12px;
        line-height: 1.1;
    }
    .static-bottom-bigone1 .text .text3 {
        margin-top: 5px;
        font-size: 10px;
    }
    .static-bottom-bigone1 .text .text3 strong {
        font-size: 13px;
        margin-right: 3px;
    }
    .static-middle-bigone1 .text .text1 {
        font-size: 13px;
    }
    .static-middle-bigone1 .text .text2 {
        font-size: 16px;
    }
    .static-middle-bigone1 .text .text3 {
        margin-top: 5px;
        font-size: 13px;
    }
    #cart .dropdown-menu {
        width: 250px;
        right: -30px;
    }
    #cart .dropdown-menu::before {
        right: 41px;
    }
    #cart .dropdown-menu::after {
        right: 40px;
    }
    .countdown-section {
        margin-right: 7px;
    }
    .menu-recent .articles-image {
        float: none;
        width: 100%;
    }
    .menu-recent .aritcles-content {
        padding-left: 0;
        padding-top: 10px;
    }
    #top #form-currency .btn-group .dropdown-menu {
        right: -30px;
    }
    .product-info-main .button-cart {
        min-width: auto;
    }
}

/*Fix products-grid */
@media (min-width: 1200px){
    .custom-products .product-grid.category:nth-child(4n+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: 1199px) and (min-width: 992px){
    .custom-products .product-grid.category: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) {
        clear: left;
    }
    .custom-products .product-grid{
        width: 100%;
    }

}