@import url('https://fonts.googleapis.com/css?family=Nunito|Lato&display=swap');

body {
    padding-top: 50px;
    font-family: Open Sans, "Nunito", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-display: swap;
}

h1 {
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.container {
    /*max-width: 960px;*/
    max-width: 1190px;
    margin-right: auto;
    margin-left: auto;
}

.main {
    margin-top: 10px;
}

.no-padding-right {
    padding-right: 0px !important;
}

.hidden-desktop {
    display: none!important;
}

.text-danger {
    color: #d73c3c;
}

.btn {
    border-radius: 3px;
}

.btn-danger {
    background-color: #d73c3c;
}

.btn-default:hover {
    color: #d73c3c;
}

.label-danger {
    background-color: #d73c3c;
    color: #FFF;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.table > tbody > tr > td .form-group {
    margin-bottom: 0px;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #FFF;
    border-radius: 0px;
}

.breadcrumb li a {
    font-size: 12px;
    color: #d73c3c;
}

.breadcrumb .active {
    font-size: 12px;
}

.product-special-icons {
    left: 0px;
    right: 0;
    top: 10px;
    text-shadow: none;
    position: absolute;
    z-index: 99;
}

.product-special-icons>div {
    height: auto;
    margin: 0 0 3px;
    opacity: .9;
    float: left;
    position: relative;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.08);
    font-size: 11px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}

.new-product {
    letter-spacing: 1px;
    min-width: 50px;
    width: auto;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #ffb049;
    font-size: 11px;
    float: right;
}

.sale-product {
    letter-spacing: 1px;
    min-width: 50px;
    width: auto;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #e94b3f;
    font-size: 11px;
    float: right;
    px;
    float: right;
}

.sold-product {
    letter-spacing: 1px;
    min-width: 80px;
    width: auto;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #9E9E9E; /* #41342e */
    font-size: 11px;
    float: right;
}

.new-detail {
    letter-spacing: 1px;
    min-width: 50px;
    width: auto;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #ffb049;
    font-size: 11px;
    float: right;
}

.sale-detail {
    letter-spacing: 1px;
    min-width: 50px;
    width: auto;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #e94b3f;
    font-size: 11px;
    float: right;
}

.sold-detail {
    letter-spacing: 1px;
    min-width: 80px;
    width: auto;
    height: 20px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #41342e;
    font-size: 11px;
    float: right;
}

.sku-label-list {
    margin-bottom: 10px;
    margin-top: 18px;
}

.sku-label-list ul {
    list-style: none;
    display: inline;
    padding-inline-start: 0px;
}

.sku-label-list ul li {
    display: inline-block;
    padding-left: 5px;
    padding-bottom: 12px;
}

.sku-label-list ul li .btn {
    font-size: 12px;
}

.sku-label-list .btn {
    font-weight: bold;
}

.sku-label-list .btn-ready {
    color: #d73c3c;
}

.sku-label-list .btn-default:hover {
    color: #333;
}

.sku-label-list .btn-ready:hover {
    color: #d73c3c;
}

/*NAVBAR*/

.navbar-search .navbar-form .form-group .form-control {
    /*border-radius: 2px;*/
    /*background: rgba(255,255,255,0.4);
box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.12) inset,0 -0.1rem rgba(0,0,0,0.02) inset;*/
    padding: 6px 12px;
    margin: 0;
    -webkit-transition: all 0.24s ease-in-out;
    transition: all 0.24s ease-in-out;
    -webkit-font-smoothing: antialiased;
    /*min-width: 280px;*/
    min-width: 480px;
}

.navbar-inverse {
    background-color: #1F1F21;
    border-color: #080808;
}

.navbar-inverse #navbar a,
.navbar-inverse #navbar .navbar-search input {
    font-size: 13px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #d9534f;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #d9534f;
    background-color: #333332;
}

.navbar-right {
    margin-right: 0px;
}

.dropdown .dropdown-menu li a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.dropdown.avatar a {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

.dropdown.avatar img {
    max-width: 36px;
    margin-right: 5px;
    margin-top: -1px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #FFF;
    background-color: #d9534f;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

/*DROPDOWN SUBMENU*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar .brand {
    padding: 0;
    margin: 0 0 0 -2px;
    display: block;
    float: left;
    text-shadow: 0 1px 0 #fff;
}


/*HEADER NAVIGATION*/

.fc-head {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: solid 1px #e5e5e5;
    background: #fff;
}

.fc-head .navigation.navbar .navbar-inner {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}

.fc-head .navigation.navbar .nav {
    margin: 0 0 0 -3px;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.navbar-inner {
    min-height: 0;
    padding: 0;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.navbar-inner:after {
    clear: both;
}

.navbar-inner:before,
.navbar-inner:after {
    display: table;
    line-height: 0;
    content: "";
}

.fc-head .navigation .navbar-inner {
    padding: 0;
}

.navbar-inner.pads {
    padding: 15px 0 !important;
}

.fc-head .navigation {
    margin-bottom: -2px;
    margin-top: 10px;
}

.fc-head .navigation.navbar .brand {
    font-weight: bold;
    color: #333;
    font-size: 36px;
    padding-top: 0px;
}

.fc-head .navigation.navbar .nav {
    margin: 0 0 0 -3px;
}

.fc-head .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.fc-head .navbar .nav>li {
    margin-right: 18px;
    float: left;
    display: list-item;
    text-align: -webkit-match-parent;
    line-height: 20px;
}

.fc-head .navbar .cart>li {
    margin-right: 0px;
}

.fc-head .navbar .nav>li.active>a {
    background: #fff !important;
    color: #d73c3c !important;
}

.fc-head .navbar .nav>li>a {
    color: #1F1F21;
    position: relative;
    padding: 15px 3px;
    font-weight: 700;
    font-size: 14px;
    text-shadow: none;
    display: block;
}

.fc-head .navbar .nav>li>a:after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: -1px;
    left: -3px;
    right: -3px;
}

.fc-head .navbar .nav>li>a:hover {
    background: none;
}

a.brand img {
    display: block;
    margin: 3px auto;
    max-height: 48px;
    height: 48px;
}

.fc-head .navigation.navbar .cart .btn {
    line-height: 24px;
    padding: 8px 10px;
    color: #d73c3c;
    white-space: nowrap;
    box-shadow: none;
    border: 2px solid #d73c3c;
    font-size: 13px;
    background: none;
}

/* Navigation Collapse Smooth Animation */
.nav-collapse {
    overflow: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: height 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.25s ease;
    -moz-transition: height 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.25s ease;
    -o-transition: height 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.25s ease;
    transition: height 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.25s ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.nav-collapse.in {
    opacity: 1;
    height: auto;
}

.nav-collapse.collapsing {
    height: 0;
    opacity: 0;
    -webkit-transition: height 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.25s ease;
    transition: height 0.3s cubic-bezier(0.4, 0.0, 0.2, 1), opacity 0.25s ease;
}

/* Smooth button transition for category toggle */
#kategori-toggle {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#kategori-toggle:active {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

/* Optimize animation performance */
.nav-collapse * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/*CAROUSEL*/

.carousel {
    margin-bottom: 40px;
}


/*HOME PRODUCT*/

.product-category {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.product-category h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: bold;
}

.product-box {
    width: 16.667%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0 8px;
    box-sizing: border-box;
}

.product-box .thumbnail {
    border-radius: 0px;
}

.product-box .thumbnail:hover {
    background-color: #eeeeee;
}

.product-box .thumbnail img {
    height: 170px;
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}

.product-box:first-child {
    padding: 0 5px 0px 0px;
}

.product-box:last-child {
    padding: 0 0px 0px 5px;
}

.product-box .caption {
    padding: 0px 9px;
}

.product-box .caption h3 {
    font-size: 15px;
    font-weight: bold;
    /*min-height: 35px;*/
    min-height: 60px;
    line-height: 20px;
    margin-top: 10px;
}

.product-box .caption.home h3 {
    min-height: 60px !important;
    margin-bottom: 5px;
}

.product-box .caption h3 a {
    color: #333;
}

.product-box .caption h3 a:hover {
    color: #d73c3c;
    text-decoration: none;
}

.product-box .caption h3 a:focus,
.product-box .caption h3 a:visited {
    text-decoration: none;
}

.product-box .caption p {
    font-weight: bold;
    font-size: 17px;
    font-family: "Lato", Nunito, Arial, sans-serif;
}

.product-box .caption .rating-xs {
    font-size: 15px;
    margin-bottom: 7px;
}


/*
*   Owl Carousel Owl Demo Theme
*   v1.23
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFFFFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 0px;
    padding: 5px 10px 3px 10px;
    font-size: 24px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #E9573F;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 1;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

#owl-demo .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom:4px;
}

#owl-demo .owl-item > div{
  background : #42bdc2;
  text-align: center;
  padding:50px 0px;
  margin:3px;
  color: white;
  font-size:32px;
  border:1px white;
}

.wrapper-with-margin{
  margin:0px 50px;
}


.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: 0;
  top: 40%;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 0;
  top: 40%;
}

.owl-theme .product-box .thumbnail {
    min-width: 173px;
}

/*FOOTER*/

footer {
    background: #1F1F21;
    background: #f7f7f7;
    border-top: solid 1px #e5e5e5;
    padding: 30px 0;
    margin-top: 40px;
    border-bottom: 1px solid #e9e9e9;
}

footer h3 {
    font-weight: 700;
    color: #8E8E93;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

footer ul {
    list-style: none;
    margin: -1px 0 0;
    padding-left: 0px;
}

footer ul li a {
    color: #4a4a4a;
    font-size: 13px;
    line-height: 25px;
}

footer ul li a:hover {
    color: #d73c3c;
    text-decoration: none;
}

.footer-powered {
    font-size: 12px;
    padding: 10px 0;
    background: #f3f3f2;
    color: #999;
}

.footer-powered .row {
    display: flex;
    align-items: center;
}

.footer-powered .col-md-6 {
    display: flex;
    align-items: center;
}

.footer-powered p {
    margin: 0;
}

.footer-powered .pull-left {
    display: flex;
    align-items: center;
    height: 30px; /* Match the height of the image */
}

.footer-powered a {
    color: #d73c3c;
}


/*CATEGORY CONTENT*/

.fc-page-heading {
    padding: 0 0 15px;
    margin: 0 0 25px;
    text-transform: none;
    font-size: 30px;
    letter-spacing: -.4px;
    font-weight: 700;
    border-bottom: 1px solid #dfdfdf;
    border-color: #e5e5e5;
    position: relative;
    line-height: inherit;
}

.fc-page-heading a {
    color: #333;
}

.fc-page-heading a:hover {
    color: #d73c3c;
    text-decoration: none;
}

.fc-page-heading a:focus,
.fc-page-heading a:visited {
    text-decoration: none;
}

.fc-product-sidebar {
    /*width: auto;*/
    /*position: absolute;*/
    border-right: solid 1px #e5e5e5;
    margin-top: -25px;
    padding-top: 25px;
    padding-right: 0px;
}

.fc-product-sidebar .cards {
    margin-bottom: 20px;
}

.fc-product-sidebar .cards h5 {
    margin: 0 0 15px;
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}

.fc-product-sidebar .cards ul {
    padding-left: 0px;
    list-style: none;
    width: 100%;
}

.fc-product-sidebar .cards ul li {
    margin: 0;
    position: relative;
    line-height: 20px;
}

.fc-product-sidebar .cards ul li a {
    display: block;
    padding: 8px 0;
    color: #1F1F21;
    text-decoration: none !important;
    position: relative;
    line-height: 16px;
    font-size: 15px;
}

.fc-product-sidebar .cards ul li a:hover {
    color: #d73c3c;
}

.fc-product-sidebar .cards ul>li.active>a {
    color: #d73c3c;
    font-weight: bold;
}

.fc-product-sidebar .cards ul>li.active>a:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -1px;
    bottom: 4px;
    width: 3px;
    background: #d73c3c;
}

.fc-listing+.fc-listing-tools {
    display: block;
}

.fc-listing-tools {
    color: #555;
}

.fc-listing-tools .pagination {
    text-align: center;
    border-top: solid 1px #e5e5e5;
    color: #fff;
    padding: 0;
    margin: 0;
}

.no-border {
    border-bottom: none;
}

.sort-category {
    float: right;
    margin-bottom: 15px;
}

.sort-category select {
    min-width: 200px;
    margin-left: 5px;
}

.sort-category-mobile {
    margin-top: 10px;
    margin-bottom: 30px;
}

.sort-category-mobile select {
    min-width: 200px;
}

.product-list-category {
    /*margin-bottom: 20px;*/
    width: 100%;
}

.product-list-category .product-box {
    /*width: 33.33333%;*/
    width: 25%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.product-list-category .product-box .thumbnail img {
    /*min-height: 236px;*/
    /*min-height: 220px;*/
    min-height: 216px;
    width: 100%;
    display: block;
}

.product-list-category .product-box:first-child {
    padding: 0 10px 0px 0px;
}

.product-list-category .product-box:last-child {
    padding: 0 0px 0px 10px;
}


/*DETAIL PRODUCT*/

.detail-product .main-image {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    /*box-shadow: 0 0 1px rgba(0,0,0,0.1),0 0 2px rgba(0,0,0,0.1),0 1px 1px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.06);*/
    /*height: 540px;*/
    min-height: 550px;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    height: auto;
    text-align: center;
    position: relative;
}

.detail-product .list-image {
    border: 1px solid #ddd;
    height: auto;
    vertical-align: middle;
    padding: 5px;
    /*position: relative;*/
}

.detail-product .main-image img {
    width: auto;
    /*max-height: 500px;*/
    /*margin: 0px auto;*/
    max-height: 550px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.detail-product .list-image img {
    width: 100%;
    /*margin-top: 7%;*/
}

.detail-product .main-image img,
.detail-product .list-image img {
    /*width: 100%;*/
    /*margin: 0px auto;*/
    /*top: 50%;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);*/
}

.detail-product .product-info h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}

.detail-product .product-info h2 a {
    color: #333;
}

.detail-product .product-info h2 a:hover,
.detail-product .product-info h2 a:focus {
    color: #d73c3c;
    text-decoration: none;
}

.detail-product .product-info h3 {
    margin: 5px 0px 20px;
    font-weight: bold;
}

.detail-product .product-info h4 {
    font-weight: bold;
}

.detail-product .content h4 {
    font-weight: bold;
    padding-top: 10px;
    font-size: 16px;
    line-height: 25px;
}

.detail-product .content p,
.detail-product .content ul>li {
    font-size: 13px;
}

.detail-product .product-info .label.sale-detail,
.detail-product .product-info .label.sold-detail,
.detail-product .product-info .label.new-detail {
    height: auto;
    width: auto;
    padding: 10px;
    opacity: .8;
    letter-spacing: 5px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

.detail-product .product-info .price p {
    font-size: 16px;
    font-family: "Lato", Nunito, Arial, sans-serif;
}

.detail-product .product-info .price .strike {
    color: #8E8E93;
    margin: 0;
}

.detail-product .product-info .price h3 {
    font-size: 30px;
    font-family: "Lato", Nunito Sans, Arial, sans-serif;
}

.detail-product .product-info article {
    padding: 0px 0px 15px 0px;
}

.detail-product .product-info #add-to-cart .btn-lg {
    font-size: 24px;
    border-radius: 3px;
}

.detail-product .product-info .kontak h3 {
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    margin-top: 0px;
    padding: 0px 0px 10px;
    margin-bottom: 12px;
}

.detail-product .product-info .kontak h3 a,
.detail-product .product-info .kontak h3 a:focus,
.detail-product .product-info .kontak h3 a:visited {
    color: #333;
    text-decoration: none
}

.detail-product .product-info .kontak h3 a:hover {
    color: #d73c3c;
    text-decoration: none;
}

.detail-product .nav-tabs > li > a {
    color: #d73c3c;
}

.share-button {
    padding-top: 10px;
}

.share-button-category {
    margin-left: -15px;
    padding-top: 10px;
    padding-right: 0px;
    min-height: 58px;
    border-bottom: 1px solid #dfdfdf;
    border-color: #e5e5e5;
}

.share-button-category,
.addthis_inline_share_toolbox {
    text-align: right;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555
}

.related-product {
    margin-top: 60px;
}


/*.related-product .product-box {
margin-right: 5px;
}

.related-product .product-box:last-child {
margin-right: 0px;
}*/

.related-product .product-box .thumbnail img {
    height: 170px;
    width: 100%;
    display: block;
}

.related-product h2 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
}


/*.detail-product .col-md-3 {
padding-left: 0px;
width: 25%;
}

.detail-product .col-md-3:first-child {
padding-left: 15px;
}*/


/*PAGINATION*/

.pagination.primary>.active>a,
.pagination.primary>.active>span,
.pagination.primary>.active>a:hover,
.pagination.primary>.active>span:hover,
.pagination.primary>.active>a:focus,
.pagination.primary>.active>span:focus {
    background-color: #d73c3c;
    border-color: #d73c3c;
    color: #fff;
}

.pagination.separated-square>li>a,
.pagination.separated-square>li>span {
    margin: 0 2px;
    border-radius: 0;
    color: #d73c3c;
}


/*ARTICLE LIST*/

.article-list .media {
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eee;
}

.article-list .media:last-child {
    border: none;
}

.article-list .media .media-left img {
    height: 140px;
    width: 180px;
}

.article-list .media .media-body p {
    padding-top: 8px;
}

.article-list .media .media-body h2 {
    font-size: 24px;
}

.article-list .media .media-body h2 a {
    color: #333;
}

.article-list .media .media-body h2 a:hover {
    color: #d73c3c;
    text-decoration: none;
}


/*SHOPPING CART*/

#cart-modal .vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
    /* This makes sure that we can still click outside of the modal to close it */
}

#cart-modal .vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

#cart-modal .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

#cart-modal #cart-detail .media {
    max-width: 300px
}

#cart-modal #cart-detail .media .img-cart img {
    max-width: 80px;
}

#cart-modal #cart-detail .media .media-body h4 {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
}

#cart-modal #cart-detail .media .media-body h4 a,
#cart-modal #cart-detail .media .media-body h4 a:hover,
#cart-modal #cart-detail .media .media-body h4 a:focus {
    color: #333;
    text-decoration: none;
}

#cart-modal #cart-detail .media .media-body h5 {
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

#cart-modal #cart-detail .media .media-body h5 a,
#cart-modal #cart-detail .media .media-body h5 a:hover,
#cart-modal #cart-detail .media .media-body h5 a:focus {
    color: #d73c3c;
    text-decoration: none;
}

#cart-modal #cart-checkout #cart-detail .media {
    max-width: 500px;
}

#cart-modal #cart-checkout #cart-detail .subtotal {
    max-width: 180px;
}


/* Progress with steps */

ol.progtrckr {
    margin: -20px 0px 30px 0px;
    padding: 20px 0px 0px 0px;
    width: 100%;
    list-style-type none;
}

ol.progtrckr li {
    display: inline-block;
    color: #333333;
    text-align: center;
    line-height: 3em;
    font-size: 14px;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%;
}

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #d73c3c;
}

ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #d73c3c;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}


/*FOOTER CONTACT*/

.phone {
    margin-left: -3px;
}

.phone li {
    padding-bottom: 10px;
    padding-left: 0px;
}

.phone img {
    /*margin-left: -5px;*/
    margin-right: 5px;
}

.phone > li > a {
    text-decoration: none;
    font-size: 14px !important;
    /*font-weight: bold;*/
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    color: #4a4a4a;
}

.phone > li > a:hover,
.phone > li > a:focus,
.phone > li > a:visited {
    text-decoration: none;
    background: none;
}

.follow-us {
    padding-left: 0px;
    margin-left: 0px;
}

.follow-us li {
    display: inline;
    list-style: none;
    padding-right: 1px;
}

.follow-us > li > a {
    text-decoration: none;
    color: #4a4a4a;
}

.follow-us .fb a:hover {
    color: #3B5998;
}

.follow-us .tw a:hover {
    color: #00ABF0;
}

.follow-us .go a:hover {
    color: #D95232;
}

.follow-us > li > a:hover,
.follow-us > li > a:focus {
    text-decoration: none;
    background-color: #333333;
}

/* SCROLL TOP NAVIGATION */
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    /*background-color: #777777;*/
    /*background-color: rgba(216,214,213,0.5);*/
    /*color: #d73c3c;*/
    background-color: #d73c3c;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 48px;
    right: 30px;
    bottom: 70px;
    padding-top: 3px;
    border-radius: 50px;
    -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;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
    /*background-color: #888888;*/
    background-color: #d73c3c;
    color: #fff;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

#review-product #review-list .media {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}

#review-product #review-list .media:last-child {
    border-bottom: none !important;
}

#review-product .media .media-left img {
    width: 90px;
    border: 1px solid #dddddd;
}

#review-product .media .media-heading a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

#review-product .media .media-heading a:hover,
#review-product .media .media-heading a:focus {
    color: #d73c3c;
    text-decoration: none;
}

#review-product .media .media-body p {
    font-size: 13px;
}

#review-product .media .media-body .rating-xs {
    font-size: 16px;
    display: inline;
}

.caption.home .rating-xs {
    font-size: 15px;
    margin-bottom: 7px;
}

.panel-heading .panel-title a {
    color: #d73c3c;
    font-weight: bold;
}

.panel-heading .panel-title a:hover,
.panel-heading .panel-title a:focus {
    text-decoration: none;
}

#direct-order #shipping-detail p {
    font-size: 13px;
}

.order-detail .invoice-col,
.order-detail .invoice-col address {
    line-height: 25px;
}

.order-detail .media .media-body .media-heading {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.order-detail .media .media-body .media-heading:hover,
.order-detail .media .media-body .media-heading:focus {
    color: #d73c3c;
    text-decoration: none;
}

.theme-krajee-fa .star {
    font-size: 1.1em;
}

.theme-krajee-fa .caption {
    margin-top: -0.2em;
}

/*WhatsApp floating*/
.wa-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:80px;
    right:18px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:33px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}

.wa-float:hover,
.wa-float:visited,
.wa-float:focus {
    color: #FFF;
    background-color:#00bfa5;
}

.my-wa-float{
    margin-top:16px;
}

.options-link a {
    font-weight: bold;
}

@media (min-width: 768px) {
    .navbar-search .navbar-form {
        padding: 0px;
    }
    .fc-head .navbar .nav>li.active>a:after {
        background: #d73c3c;
    }
    .fc-head .navbar .nav>li>a:hover:after,
    .fc-head .navbar .nav>li>a:focus:after {
        background: none;
    }
    .fc-head .navbar .nav>li>a:hover:after,
    .fc-head .navbar .nav>li>a:focus:after {
        background: #c7c7cc;
    }
    .fc-head .navbar .cart>li>a:hover:after,
    .fc-head .navbar .cart>li>a:focus:after {
        background: none;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    /* Ensure nav-collapse works properly on desktop */
    .nav-collapse {
        height: auto !important;
        opacity: 1 !important;
        overflow: visible !important;
    }
}

@media (max-width: 767px) {
    #availability {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .fc-head .navigate .nav {
        width: 100%;
    }
    .navbar .navbar-nav {
        width: 100%;
    }
    .fc-head .navbar {
        margin-bottom: 0px;
    }
    .fc-head .navbar .nav > li {
        display: block;
        float: none;
        text-align: center;
    }
    .fc-head .navbar button.btn {
        margin-top: 10px;
        text-align: left;
        color: #000;
        font-weight: bold;
        text-shadow: none;
        padding-left: 10px;
        font-size: 16px;
        width: 100%;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        border-left: 0px solid #000;
        border-right: 0px solid #000;
        border-bottom: 1px solid #000;
        border-top: 1px solid #000;
        background: #fff;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        height: 40px;
    }
    .fc-page-heading {
        margin: 0 0 5px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #FFFFFF;
        padding: 5px 15px 5px 40px;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #d9534f;
    }
    .navbar-form {
        margin-top: 0px;
        display: -webkit-inline-box;
        width: 120%;
        margin-right: 0px;
        margin-left: -15px;
    }
    .navbar-search .navbar-form .form-group .form-control {
        /*min-width: 335px;*/
        min-width: 266px;
        width: auto;
        margin-right: 10px;
    }
    .product-category h2 {
        font-size: 14px;
    }
    .product-box {
        width: 100%;
    }
    .product-box .thumbnail img {
        min-height: 150px;
        height: auto;
        width: 100%;
        display: block;
    }
    .product-box .caption h3 {
        min-height: 52px;
    }
    .owl-theme .product-box .caption p {
        font-size: 24px;
    }
    .owl-theme .product-box .caption h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .product-category .product-box .thumbnail img {
        min-height: 150px;
        height: 150px;
    }
    .product-list-category .product-box {
        width: 50%;
    }
    .product-list-category .product-box:first-child {
        padding: 0 10px;
    }
    .product-list-category .product-box:last-child {
        padding: 0 10px;
    }
    .product-list-category .product-box .thumbnail {
        /*min-height: 276px;*/
    }
    .product-list .product-box .thumbnail {
        min-height: 280px;
    }
    .product-list-category .product-box .caption h3 {
        min-height: 50px;
    }
    .product-list-category .product-box .thumbnail img {
        /*min-height: 150px;
        height: 158px;*/
        min-height: auto;
        height: auto;
    }
    .share-button-category {
        margin-left: 0px;
        border-bottom: none;
    }
    .share-button-category,
    .addthis_inline_share_toolbox {
        text-align: left;
    }
    .share-button {
        padding-bottom: 50px;
    }
    .fc-head .navbar .nav>li>a {
        color: #1F1F21;
        position: relative;
        padding: 15px 3px;
        font-weight: 700;
        font-size: 14px;
        text-shadow: none;
        border-top: 1px solid #d7d7d7;
    }
    .fc-head .navbar .nav>li>a:hover {
        color: #d73c3c;
        background-color: #FFFFFF;
    }
    .fc-head .navbar .nav {
        text-align: left;
    }
    .fc-head .navbar .nav>.active>a,
    .fc-head .navbar .nav>.active>a:hover,
    .fc-head .navbar .nav>.active>a:focus {
        color: #555;
        text-decoration: none;
        background-color: #FFFFFF;
        border-top: 1px solid #d7d7d7;
    }
    .fc-product-sidebar .cards ul li {
        border-top: 1px solid #ccc;
        line-height: 27px;
    }
    .fc-product-sidebar .cards ul:last-child {
        border-bottom: 1px solid #ccc;
    }
    .fc-product-sidebar .cards ul li a {
        padding: 12px 0;
    }
    /*.fc-products .product-list-category:last-child .product-box:last-child {
display: none;
}*/
    .detail-product .product-info {
        margin-top: 20px;
    }
    .detail-product .main-image {
        min-height: 0px;
        padding: 0px;
        height: auto;
    }
    .detail-product .main-image img {
        width: auto;
        max-height: 500px;
        margin: 0px auto;
        padding: 10px;
        position: relative;
        top: 0;
        left: 0;
        margin-right: 0;
        transform: none;
    }
    .scroll-top-wrapper {
        right: 18px;
        bottom: 10px;
        box-shadow: 2px 2px 3px #999;
    }
    footer h3 {
        margin-top: 40px;
    }
    footer .bost h3,
    footer .bost ul li,
    footer .bost .follow-us {
        text-align: center;
    }
    footer ul li a {
        font-size: 15px;
        line-height: 32px;
    }
    .footer-powered {
        text-align: center;
    }
    a.brand img {
        display: block;
        margin: 3px auto;
        max-height: 42px;
        height: 42px;
        width: 180px;
    }
}

@media (max-width: 979px) {
    .fc-head .navbar button.btn {
        border-right: 0;
        border-left: 0;
        border-bottom: 0;
        text-align: left;
        outline: 0;
        border-top-color: #d7d7d7;
        padding-right: 0;
        padding-left: 0;
        background: #fff !important;
    }
    .fc-head .nav-collapse,
    .fc-head .nav-collapse.collapse .nav li a {
        border-radius: 0;
        border-color: #e5e5e5;
        /* padding: 10px 3px; */
    }
    .fc-head .navbar .nav li {
        text-align: left;
        margin: 0;
    }
    .fc-head .navbar .nav>li.active>a {
        background: #fff !important;
        color: #d73c3c !important;
    }
    .detail-product .list-image {
        height: auto;
        padding: 3px;
        text-align: center;
    }
    .detail-product .list-image img {
        /*max-height: 80px;*/
        height: auto;
        width: 100%;
    }
    .product-list .product-box .thumbnail img,
    .related-product .product-box .thumbnail img {
        /*min-height: 120px;*/
        height: auto;
        width: 100%;
        display: block;
    }
    /*.product-list-category .product-box:last-child {
display: none;
}*/
}
