/*
Theme Name: CA Skin Redesign
Theme URI: 
Author: Cvijan Karac
Author URI: cvijan.karac@gmail.com
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: http://www.masinelektro.com
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');

/* ==========================================================================
   Reset
   ========================================================================== */
* {
    background: transparent;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

/* ==========================================================================
   General
========================================================================== */
/* body-old { color: #4A4A49; background: url(images/bg.jpg); font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif; font-size: 14px; line-height: 18px; padding: 25px 0 0 0;} */

body {
    color: #222;
    background: red;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

a {
    text-decoration: none;
    color:#4A4A49
}
a:hover {
    color: #126ecd;
}

p {
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 300;
    line-height: normal;
    display: ;
}

h2 {
    font-size: 26px;
}
h3 {
    font-size: 20px;
    font-weight: 500;
}

ul,ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

iframe,
video {
    max-width: 100%;
}

.page-description p {
    margin-bottom: 10px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

/* Forms */
input,
textarea {
    background: #fff;
    border: 1px solid #d3d3d3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 6px 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input {
    height: 30px;
}

blockquote {
    padding: 45px;
    margin: 25px 0;
    background: #f4f4f4;
    width: 90%;
    border-left: 5px solid #126ecd;
}

.table-responsive {
    margin: 35px 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

table {
    position: relative;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    font-size: 12px;
    background: #fff;
}
table a {
    color: #126ecd;
}
table a:hover {
    text-decoration: underline;
}
table td {
    padding: 4px 13px;
}
table th {
    padding: 6px 13px;
}
table tbody tr:nth-child(even) > td {
    background: #f9f9f9;
}
table td,
table th {
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
table th {
    border-bottom: 2px solid rgb(153, 153, 153);
    background: rgb(209, 209, 209);
    color: rgb(0, 0, 0);
}

.pdf-button {
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    background: #e11111;
    font-weight: 700;
    text-transform: uppercase;
}
.pdf-button i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.pdf-button:hover {
    background: #126ecd ;
    color: #fff;
}

/* ==========================================================================
   Helpers
========================================================================== */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.no-border {
    border: 0;
}
.displayno {
    display: none;
}

/* ==========================================================================
   Layout
========================================================================== */
.main {
}
.header {
    width: 19%;
    float: left;
    background: #FFF;
    padding: 16px;
}
.content-wrap {
    width: 81%;
    float: right;
    padding: 20px 20px 20px 20px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    min-height: 950px;
}
.sidebar {
    max-width: 1440px;
    margin: 0 auto;
}

.sf-form-container {
    display: none;
}
.content {
    float: left;
    width: 100%;
}
.content > .product {
    margin-top: 10px;
}

.page-title,
.sub-title {
    font-weight: 700;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.sub-title i {
    margin-right: 10px;
}

.sub-title {
    text-transform: none;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}

/* Header */
.logo {
}
.logo a {
    padding: 16px;
    display: block;
}
.logo a img {
    height: 100px;
    width: auto;
    max-height: 100px;
}
@media (min-width: 981px) {
    .header .logo {
        display: none;
    }
}

.header-box {
    float: left;
    width:100%;
    border-bottom: 1px solid #d6d6d6;
}

.header-top {
    width: 100%;
    float:left;
    margin-bottom: 58px;
    height: 110px;
    position: relative;
}
.header-nav {
    width: 100%;
    float: left;
    position: absolute;
    bottom: -38px;
    left: 0px;
    background: #3296fe;
    background: -moz-linear-gradient(top,  #3296fe 0%, #126ecd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3296fe), color-stop(100%,#126ecd));
    background: -webkit-linear-gradient(top,  #3296fe 0%,#126ecd 100%);
    background: -o-linear-gradient(top,  #3296fe 0%,#126ecd 100%);
    background: -ms-linear-gradient(top,  #3296fe 0%,#126ecd 100%);
    background: linear-gradient(to bottom,  #3296fe 0%,#126ecd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3296fe', endColorstr='#126ecd',GradientType=0 );
}
@media (min-width: 800px) {
    .header-nav {
        border-radius: 5px;
    }
}
.header-nav li {
    float: left;
    border-right: 1px solid #115dac;
}
.header-nav li a {
    display: block;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: background 0.3s ease;
}
.header-nav li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.header-nav li a:hover {
    background: #a2c8ec;
    color: #333;
}
.header-nav i {
    margin-right: 5px;
}

@media (max-width: 570px) {
    .header-nav li a {
        font-size: 12px;
        padding: 0 10px;
    }
    .header-nav li:first-child a {
        font-size: 18px;
        padding: 0 15px;
    }
    .header-nav li i {
        display: none;
    }
    .header-nav li:first-child i {
        display: block;
        line-height: 40px;
    }
    .header-nav li:first-child a span {
        display: none;
    }
}

.welcome {
    float: left;
    width: 100%;
    color: #999999;
}
.welcome i {
    float: left;
    margin-right: 15px;
    font-size: 55px;
}
.welcome h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.welcome p {
    color: #999999;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}
@media (max-width: 1280px) {
    .welcome h3 {
        font-size: 25px;
        line-height: 30px;
    }
}


.header-top-bar {
    background: #FFF;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCC;
}

.main-nav .holder,
.header-main-top .holder,
.header-top-bar .holder {
    max-width: 1440px;
    margin: 0 auto;
}

.header-top-bar-flex {
    display: flex;
}

.footer-top.header-top-bar-flex .icon {
    background: #0E5FB2;
    width: 30px;
    height: 30px;
}

.header-top-bar-flex a {
    line-height: 40px;
}

.header-main-top {
    margin-bottom: 16px;
    align-items: center;
    border-radius: 0;
    background: #FFF;
    border-bottom: 1px solid #CCC;
}

.main-nav {
    background: #0E5FB2;
}

/* Adjust widths so menu has more space */
.header-main-top-left {

}

.header-main-top-right {
    text-align: left;
}

.header-main-top ul {
    display: inline-block;
    width: 100%;
}
.header-main-top ul li:last-child:after {
    display: none;
}
.header-main-top ul li a {
    font-size: 18px;
    text-transform: capitalize !important;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #FFF;
}
.header-main-top-left > ul > li > a {
    border-right: 1px solid #EDEDED;
}
.header-main-top ul li a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.header-main-top-left li {
    position: relative;
    display: inline-block;
}
.header-main-top-left .sub-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 100%;
    background: white;
    box-shadow: 0 0px 3px rgba(0,0,0,0.5);
    width: 250px;
}
header-main-top-left > ul > li .sub-menu {
    left: -3px;
}

.header-main-top-left .sub-menu li {
    display: inline-block;
    border-bottom: 1px solid #EDEDED;
    width: 100%;
}

.header-main-top-left .sub-menu li.menu-item-has-children:after {
    content:"\f105";
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 39px;
    margin: 0 10px;
    color: rgba(0, 0, 0, 0.5);
}

.header-main-top-left .sub-menu a {
    display: block;
    line-height: normal;
    padding: 8px 20px;
}

.header-main-top-left .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.header-main-top-left .sub-menu .sub-menu .sub-menu a {
    text-transform: none;
}

.header-main-top-left li.menu-item-has-children:hover > .sub-menu {
    display: inline-block;
}

@media (max-width: 768px) {
    .header-main-top ul li {
        padding: 0 5px;
    }
    .header-main-top ul li a {
        font-size: 12px;
    }
    .header-main-top ul li:after {
        display: none;
    }
}

/* Search */
.searchform {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #d6d6d6;
    margin-bottom: 25px;
}
.searchform .searchform-input {
    width: 85% ;
    float: left;
    height: 40px;
    border: 0;
    box-shadow: none;
    line-height: 40px;
    padding: 0 12px;
}
.searchform .searchform-button {
    width: 15%;
    font-size: 18px;
    float: left;
    height: 40px;
    line-height: 40px;
    background: #126ecd;
    color: #fff;
    text-align: center;
}
.searchform label {
    display: none;
}

.sf_search {
    width: 100%;
    float: left;
}
.sf_search span.sf_block {
    padding: 0 !important;
    height: 40px !important;
}
.sf_search .sf_input {
    width: 85% !important;
    height: 40px !important;
    padding: 0 12px !important;
    line-height: 40px !important;
    padding: 0 12px;
    margin: 0 !important;
}
.sf_search .sf_button,
.sf_search .searchsubmit {
    width: 15% !important;
    font-size: 18px;
    right: 0 !important;
    top: 0 !important;
    float: left;
    height: 40px !important;
    line-height: 40px;
    background: #126ecd !important;
    margin: 0 !important;
    color: #fff;
    text-align: center;
}

.sf_search .sf_button:after,
.sf_search .searchsubmi:after {
    content:"\f002";
    font-family: 'FontAwesome';
    font-size: 18px;
}

/* Menu */
.navigation {
    float: left;
    width:100%;
    border-left: 1px solid rgb(214, 214, 214);
    border-right: 1px solid rgb(214, 214, 214);
}
.menu-wrap {
    float: left;
    width:100%;
    border-top: 1px solid #d6d6d6;
}
.menu {
    float: left;
    width:100%;
}
.menu > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
}
.menu > li > a {
    color: #4A4A49;
    line-height: 40px;
    display: block;
    padding:0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
    transition: all 0.2s ease;
}
.menu > li > a:hover {
    color: #000;
}
.menu > li:hover > a:after {
    content: " ";
    position: absolute;
    width: 4px;
    height: 40px;
    top: 0;
    left: 0;
    background: #126ecd;
}

.menu > li > .sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    padding: 20px;
    background: #e5e5e5; /*box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
    z-index: 9999;
}
/*.menu > li > .sub-menu:after {  content: " "; height: 14px; width: 10px; position: absolute; top: 15px; left: -10px; background: url(images/navarrow.png) no-repeat;}*/
.menu > li > .sub-menu > li {
    padding-right: 20px;
    float: left;
}
.menu > li > .sub-menu > li:hover {
}

.menu > li > .sub-menu > li > a {
    text-transform: uppercase;
    font-weight: 700;
}
.menu > li > .sub-menu > li a {
    color: #4e4e4e;
    line-height: 25px;
}
.menu > li > .sub-menu > li a:hover {
    color: #126ecd;
}

.menu > li:hover > .sub-menu {
    display: block;
}

.mobile-menu {
    display: none
}
@media (max-width: 1100px) {
    .mobile-menu {
    }
}
@media (min-width: 981px) {
    .menu-home {
        display: none;
    }
}
@media (min-width: 980px) {
    .menu > li > .sub-menu {
        padding:5px 0;
        min-width: 200px;
    }
    .menu > li > .sub-menu > li {
        width: 100%;
        padding: 0 20px;
        border-bottom: 1px solid #ddd;
    }
    .menu > li > .sub-menu > li > a {
        line-height:40px;
        white-space: nowrap;
        display: block;
    }
    .menu > li > .sub-menu > li:last-child {
        border: 0;
    }
    .menu > li > .sub-menu .sub-menu > li {
        line-height: 30px;
    }
    .menu > li > .sub-menu > li:hover {
        background: #fff;
    }
}

.menu > li.menu-item-object-product_cat > a,
.menu > li.menu-item-object-product_brand > a {
    color: #4A4A49;
}
.menu > li.menu-item-object-product_cat > a:hover,
.menu > li.menu-item-object-product_brand > a:hover {
    color:#4e4e4e;
}

/* Phone */
.phone {
    float: left;
    width:100%;
    padding: 10px 20px;
    border-bottom: 1px solid #d6d6d6;
    color: #de534d;
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
    border-left: 1px solid rgb(214, 214, 214);
}
.phone div {
    float: left;
}
.phone div.icon {
    height: 40px;
    margin-right: 5px;
    line-height: 40px;
    font-size: 36px;
}
.phone p {
    margin: 0 0 2px 0;
    font-size: 12px;
    color: #de534d;
    line-height: 16px;
}
.phone p.big {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -1px;
    margin: 0;
}


.adsress div {
    width: 80%;
    color: #4e4e4e;
}
.adsress div.icon {
    width: auto;
}
.adsress p.big {
    color: #4e4e4e;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.map {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d6d6d6;
}

/* Share */
.share {
    float: left;
    width: 100%;
    padding: 10px 20px;
    border-bottom: 1px solid #d6d6d6;
}
.share ul {
    float: left;
}
.share ul li {
    float: left;
    margin-right: 5px;
}
.share ul li:last-child {
    margin-right: 0;
}
.share ul li > a,
.share ul li > span.icon {
    height: 25px;
    width: 25px;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #c8c8c8;
    border-radius: 3px;
    line-height: 25px;
    transition: all 0.5s ease;
}
.share ul li > a.youtube:hover {
    background: #d11412;
}
.share ul li > a.facebook:hover {
    background: #3d5fa6;
}
.share ul li > a.twitter:hover {
    background: #53b1f0;
}

.woocommerce-tabs .entry-content h2 {
    display: none;
}
.woocommerce-tabs .entry-content ol,
.woocommerce-tabs .entry-content ul {
    margin: 2em;
}
.woocommerce-tabs .entry-content ul {
    list-style: disc outside none;
}
.woocommerce-tabs .entry-content li {
    padding: 0.35em 0;
    font-size: 15px;
}

/* Slider */
.metaslider {
    max-width: 100% !important;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
}
.metaslider .caption-wrap {
    display: none !important;
}
.metaslider .flex-control-nav {
    bottom: 25px !important;
    z-index: 90;
}
.metaslider .flexslider {
    margin: 0 0 20px 0 !important;
}

/* Hom Page Video */
.video-wrap {
    margin: 10px 0;
    width: 100%;
    display: inline-block;
    background: #f4f4f4;
    padding: 25px;
}
.video-wrap .box {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
}
.video-wrap .box .textwidget {
    border: 10px solid #fff;
    width: 100%;
    position: relative;
    padding-bottom: 53.25%;
}
.video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
//.video-wrap .box:nth-child(2) { width: 60%; padding: 0;}
.video-wrap .box h3 {
    text-align: left;
    font-size:20px;
    font-weight: 700;
    margin: 0px 0 15px 0;
}

/* ==========================================================================
   Breadcrumb
========================================================================== */
.breadcrumb {
    display: inline-block;
    width: 100%;
    color: #9b9b9b;
    padding: 0px;
    font-size: 12px;
    margin-bottom: 10px;
}
.breadcrumb i,
.breadcrumb a {
    color: #4d4d4b;
}
.breadcrumb a:hover {
    color: #9b9b9b;
}
.breadcrumb i {
    margin: 0 7px;
}

/* ==========================================================================
   Product Grid
========================================================================== */
.product-name {
    font-size: 14px;
    line-height: 18px;
    margin:20px 0 0 0;
    font-weight: 700;
    display: inline-block;
}
.term-description {
    margin-bottom: 35px;
}

.product-grid {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}
.product-grid ul {
    width: 100%;
    display: inline-block;
    list-style: none;
}
.product-grid .item {
    float: left;
    width: 20%;
    padding:10px;
    list-style: none;
}
.product-grid .item:nth-child(5n+1) {
    clear: left;
}
.product-grid .image {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 0;
    padding: 0 20px;
    border: 1px solid #c2c2c2;
}
.product-grid .desc {
    font-size: 13px;
    line-height: 20px;
    color: #6e6e6e;
    margin: 10px 0;
}
.product-grid .product-name {
    width: 100%;
    text-align: left;
    float: left;
}

.product-grid-2 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}
.product-grid-2 .item {
    display: flex;
    flex-direction: column;
    height: auto !important;
    align-items: center;
    gap: 16px;
}

.product-grid-2 .image {
    width: auto !important;
    border: 10px solid #f4f4f4;
    box-shadow: 5px 5px 3px #888888;
}
.product-grid-2 .product-info {
    padding: 0 !important;
    width: 100% !important;
}
.product-grid-2 .product-info p {
    margin: 0
}
.product-grid-2 .product-name {
    text-align: left;
    float: none;
    width: auto;
    margin-top: 0;
    font-size: 18px;
    line-height: normal;
    height: auto !important;
    margin-bottom: 10px !important;
}

.product-grid-3 {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}
.product-grid-3 .image {
    border: 0;
    margin-bottom: 10px;
    padding:0 0 15px 0;
    background: url(images/image-shadow.png) no-repeat center bottom;
}
.product-grid-3 .item {
    float: left;
    width: 33.3%;
    padding:0 7px;
    margin-bottom: 15px;
}
.product-grid-3 .item:nth-child(5n+1) {
    clear: none;
}
.product-grid-3 .item:nth-child(3n+1){
    clear:left
}

.product-grid-3 .product-name {
    text-align: left;
    float: none;
    width: auto;
    margin-top: 0;
    font-size: 16px;
}

.content-product {
    border-top: 4px solid #d6d6d6;
    padding-top: 40px;
}
/*.content-product .item {padding:15px 10px;  border-right: 1px dashed #ddd;}
.content-product .item:nth-child(5n+0) { border-right: 0;}
.content-product .product-name {padding-bottom: 10px; border-bottom: 1px dashed #ddd;}
*/
.sidebar ul,
.sidebar .product_list_widget {
    display: inline-block;
    width: 100%;
}
.sidebar ul li,
.sidebar .product_list_widget .item {
    float: left;
    width: 100%;
    padding: 0 0 12px 0;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #f4f4f4;
}
.sidebar ul li:last-child,
.sidebar .product_list_widget .item:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.sidebar .product_list_widget .image {
    width: 65px;
    float: left;
    padding-right: 15px;
}
.sidebar ul li a,
.sidebar .product_list_widget .product-name {
    font-size: 13px;
    line-height: 16px;
    margin:0 0 10px 0;
    text-transform: none;
    font-weight: 400;
    display: block;
}
.sidebar ul li a {
    margin: 0;
}
.sidebar .post-date {
    font-size: 11px;
    float: left;
    width: 100%;
    color: #6e6e6e;
}

.product-cat {
    margin: 0;
}
.product-cat .image {
    width: 30%;
    float: left;
    border: 1px solid #c2c2c2;
}
.product-cat .product-name {
    margin: 0 0 0 0;
}
.product-cat .product-info {
    width: 70%;
    padding-left: 15px;
    float: left;
}

.category-info {
    margin-bottom: 30px;
}
.category-info:after {
    clear: both;
    content: '';
    display: table;
}
.category-info .image {
    float: left;
    margin: 0 15px 10px 0;
}

.product {
    padding: 0 20px 0 20px;
    display: inline-block;
    width: 100%;
}
@media (max-width: 1285px) {
    .product {
        padding: 0 30px 0 30px;
    }
}
.product .images {
    width: 50%;
    float: left;
    padding:0 25px 0 0;
}
.product .woocommerce-main-image {
    padding: 0 0px;
    text-align: center;
    border: 1px solid #c2c2c2;
}
.product .woocommerce-main-image {
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product .images .thumbnails {
    margin:0 -5px;
}
.product .images .thumbnails a {
    width: 20%;
    padding: 5px;
    float: left;
}
.product .images .thumbnails a img {
    border: 1px solid #c2c2c2;
}

.product .entry-summary {
    float: left;
    margin-top: 5px;
    padding-left: 30px;
    width: 50%;
}
.product .post-entry {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #ddd;
}
.post-entry h2,
.post-entry h3 {
    margin-bottom: 15px;
}

.product .description p {
    font-size: 16px;
    margin: 10px 0;
}

.product .product-meta {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.product .product-meta > span {
    padding:10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}
.product .product-meta .posted-in {
    background: #126ecd ;
    color: #fff;
    margin-bottom: 4px;
}
.product .product-meta .tagged-as {
    background: #e3e3e3;
    color: #333;
}
.product .product-meta strong {
    margin-right: 5px;
}
.product .product-meta a {
    color: #fff;
}
.product .product-meta .tagged-as a {
    color: #333;
}
.product .product-meta a:hover {
    color: #000;
}

.upsells {
    display: inline-block;
    width: 100%;
}
.upsells .product-grid {
    margin: 0;
}
.upsells .sub-title {
    margin-bottom: 15px;
}

.related {
    margin-top: 25px;
}

/* ==========================================================================
   Sidebar
========================================================================== */
.widget {
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    border-bottom: 3px solid #126ecd ;
}
.widget .title {
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 15px;
}
.widget_sp_image-description {
    margin-top: 10px;
}
.widget_sp_image-image-link {
    text-align: center;
    width: 100%;
    display: inline-block;
}

/* ==========================================================================
   Banner Bottom
========================================================================== */
.banner-bottom {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.banner-bottom .box {
    float: left;
    width: 33.3%;
    padding:0 7px;
}
.banner-bottom .box:first-child {
    padding:0 14px 0 0;
}
.banner-bottom .box:last-child {
    padding: 0 0 0 14px;
}

/* ==========================================================================
   Blog
========================================================================== */
.post-info {
    padding: 10px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin: 10px 0 0 0;
}
.post-info ul {
    display: inline-block;
    width: 100%;
}
.post-info li {
    color:#828282;
    display: inline-block;
    margin-right: 10px;
}
.post-info li:last-child {
    float: right;
    margin-right: 0;
}
.post-info a {
    color:#828282;
    font-size: 13px;
}
.post-info li:hover,
.post-info a:hover {
    color: #fe5252;
}

.content-wrap .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
}

.post-entry p {
    line-height: 1.3em;
    font-size: 15px;
    margin-bottom: 20px;
}

.post-entry ol,
.post-entry ul {
    margin: 2em;
}
.post-entry ul {
    list-style: disc outside none;
}
.post-entry li {
    padding: 0.35em 0;
    font-size: 15px;
}

.post-entry ul.product-grid {
    margin: 0;
    list-style: none;
}

.post-single {
    padding: 00px 0;
}
.post-single .post-head {
    margin-bottom: 30px;
}
.post-single .post-head,
.post-single .post-entry {
    padding: 0 50px;
}
.post-single .image {
    text-align: left;
    margin: 25px 50px;
}

.page-numbers {
    float: left;
    width: 100%;
}
.page-numbers li {
    float: left;
    margin-right: 5px;
}

.page-numbers li span.current,
.page-numbers li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #333;
    background: #c8c8c8;
}
.page-numbers li span.current,
.page-numbers li a:hover {
    background: #126ecd;
    color: #fff;
}


/* ==========================================================================
   Contact
========================================================================== */
.post-entry form p {
    margin-bottom: 5px;
    font-size: 12px;
}
form input[type='text'],
form input[type='email'],
form textarea {
    width: 100%;
}

form input[type='submit'] {
    background:#126ecd;
    color: #fff;
    font-weight: 700;
    border: 0;
    margin-top: 10px;
    min-width: 100px;
    padding: 10px 15px;
    line-height: normal;
    height: auto;
    font-size: 16px;
}


/* ==========================================================================
   Footer
========================================================================== */
.footer {
    margin-top: 30px;
    width: 100%;
    display: inline-block;
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.footer .holder {
    width: 81.5%;
    float: left;
}
.footer .holder > div {
    float: left;
    width: 81%;
    margin-left: 20.5%;
}
.footer .icon-wrap {
    display: inline-block;
}

.footer-top {
    padding: 15px 0;
    font-size: 20px;
    border-top: 1px solid #d6d6d6;
}
.footer-top .icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    margin: 0 10px 0 20px;
    background: #0E5FB2;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.footer-top strong {
    font-size: 15px;
}
.footer-top > div {
    text-align: center;
}

.footer-m {
    padding: 40px 0;
    border-top: 1px solid #d6d6d6;
}
.footer-m .box {
    float: left;
    width: 25%;
    padding-right: 25px;
}
.footer-m .box h4 {
    font-size: 18px;
    margin:0 0 15px 0;
    line-height: 24px;
    font-weight: 600;
    color: #4e4e4e;
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.footer-m .box ul {
    list-style: normal !important;
}
.footer-m .box ul li {
    line-height: 24px;
    margin-bottom: 4px;
    list-style: none;
}
.footer-m .box ul li a {
    font-size: 12px;
    color: #4e4e4e;
    text-shadow: 0 0 1px rgba(255,255,255,0.5);
}
.footer-m .box ul li a:hover {
    color: #333;
}

.footer-m .box .share {
    padding: 0;
    border: 0;
}
.footer-m .box .share ul li a {
    color: #4e4e4e;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.footer-m .box .share ul li a:hover {
    color: #fff;
}

.footer-b {
    padding: 15px 0;
    color: #4e4e4e;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    font-size: 12px;
}

.footer-m:after,
.footer-top:after,
.footer-b:after {
    clear: both;
    content: '';
    display: table;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 50% !important;
    padding-right: 0 !important;
}
@media (max-width: 640px) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100% !important;
    }
}
.woocommerce-product-gallery .flex-viewport {
    border: 1px solid #c2c2c2;
}
.woocommerce-product-gallery .flex-control-nav {
    margin-top: 20px !important;
    margin-left: -3px !important;
    margin-right: -3px v
}
.woocommerce-product-gallery .flex-control-nav li {
    padding: 3px;
}
.woocommerce-product-gallery .flex-control-nav img {
    border: 1px solid #c2c2c2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    right: 10px !important;
    top: 10px !important;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none !important;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20% !important;
}

@media (min-width: 981px) {
    .menu-wrap {
        display: inline-block !important;
    }
}
@media (max-width: 980px) {
    body {
        padding: 0;
    }
    .mobile-menu {
    }
    .main {
        width: 100%;
        padding: 0 20px;
        margin: 0;
        float:none;
        display:inline-block;
    }
    .content-wrap {
        width: 100%;
        margin-top: 137px;
    }

    .header {
        position: absolute;
        z-index: 150;
        background: #fff;
        padding: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 119px;
    }
    .logo {
        float: left;
        width: 100px;
        margin-left: 20px;
        border:0;
    }
    .logo a {
        padding: 10px 0;
    }

    .header-main-top-wrap {
        display: none;
    }

    .phone,
    .share {
        position: absolute;
        top: 5px;
        width: 40%;
        padding: 0;
        border: 0;
    }
    .phone {
        left: 140px;
    }

    .share {
        top: 48px;
        left: 140px;
    }

    .footer-m .box .share {
        position: relative;
        top: inherit;
        left: inherit;
        width: 100% !important;
    }

    .adsress,
    .header-box,
    .map,
    .servis-dostava {
        display: none;
    }

    .searchform {
        position: absolute;
        top: 18px;
        right: 20px;
        width: 40%;
        margin: 0;
    }

    .mobile-menu {
        display: block;
        float: left;
        background: #126ecd;
        line-height: 42px;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        padding-left: 40px;
        position: relative;
        width: 100%;
    }
    .mobile-menu:hover {
        color: #fff;
    }
    .mobile-menu i {
        font-size: 22px;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .navigation > .holder {
        padding: 0;
        position: relative;
    }
    .menu-wrap {
        display: none;
        border: 2px solid #126ecd;
        background: #fff;
    }
    .menu {
        width: 100%;
    }
    .menu > li {
        float: left;
        width: 100%;
        border-bottom: 1px solid #126ecd ;
    }
    .menu > li:hover > a {
        background: none;
    }

    .sub-menu {
        width: 100%;
    }
    .menu > li > .sub-menu {
        position: relative;
        top: 0;
        float: left;
        left: 0;
        background: #126ecd;
        box-shadow: none;
        width: 100%;
    }
    .menu > li > .sub-menu > li a {
        color: #fff;
    }
    .menu > li:hover > .sub-menu {
        display: none;
    }

    .menu li.menu-item-has-children {
        position: relative;
    }
    .menu li.menu-item-has-children:after {
        cursor: pointer;
        background: #126ecd;
        z-index: 9999;
        font-family: 'FontAwesome';
        content: "\f067";
        position: absolute;
        right: 0;
        top: 0;
        font-size: 20px;
        width: 50px;
        line-height: 40px;
        color: #fff;
        text-align: center;
    }
    .menu li.menu-item-has-children.active:after {
        content: "\f068";
    }

    .menu > li > .sub-menu {
        padding: 0;
    }
    .menu > li > .sub-menu li {
        width: 100%;
        padding: 0;
        line-height: 40px;
    }

    .menu > li > .sub-menu li a {
        padding: 0 20px;
        display: block;
        line-height: 40px;
        border-bottom: 1px solid #105dac;
    }
    .menu > li > .sub-menu li a:hover {
        color: #fff;
    }
    .menu > li > .sub-menu:after,
    .menu > li:hover > a:after {
        display: none;
    }
    .menu > li > .sub-menu .sub-menu {
        display: none;
    }

    .menu > li > .sub-menu .sub-menu .sub-menu {
        background: white
    }
    .menu > li > .sub-menu .sub-menu .sub-menu a {
        color: #0a0a0a;
        padding: 0 40px;
    }

    .content-product .item {
        border: 0;
    }
    .content-product .product-name {
        border: 0;
    }

    .product {
        padding: 0;
    }
    .product .entry-summary {
        margin-top: 20px;
    }

    .post-single .post-head,
    .post-single .post-entry {
        padding: 0;
    }

    .sidebar {
        width: 100%;
        padding: 20px;
    }

    .footer .holder {
        width: 100%;
        padding: 0 20px;
    }
    .footer .holder > div {
        margin-left: 0;
        width: 100%;
    }

    .footer-top strong {
        font-size: 16px;
    }
}
@media (max-width: 800px) {
    .video-wrap .box h3 {
        margin-top: 0;
    }
    .content-wrap {
        position: relative;
    }
    .header-top {
        height: auto;
        position: absolute;
        left: 0;
        top: 0;
        border-top:1px solid #115dac;
    }
    .header-nav {
        position: relative;
    }
    .welcome {
        display: none;
    }
}

@media (max-width: 768px) {
    .welcome p {
        display: none;
    }

    .product-grid .item {
        width: 33.3%;
        margin-bottom: 10px;
    }
    .product-grid .item:nth-child(3n+1){
        clear:left
    }

    .product-grid-3 .item,

    .product-grid-3 .item:first-child,
    .product-grid-3 .item:last-child {
        padding: 0 0 15px 0;
    }
    .product-grid-3 .image {
        width: 40%;
        float: left;
        margin-right: 20px;
    }

    .product-grid .product-name,
    .product-grid-3 .product-name {
        height: auto !important;
    }

    .product-cat .item {
        width: 50%;
        padding: 0 15px 15px 0;
    }
    .product-cat .item:nth-child(3n+1) {
        clear: none;
    }
    .product-cat .item:nth-child(2n+1) {
        clear: left;
    }
    .product-cat .image {
        margin: 0;
        width: 30%;
    }

    .product-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-grid-2 .item {
        width: auto;
        padding: 0;
    }

    .video-wrap .box,
    .video-wrap .box:nth-child(2) {
        width: 100%;
    }


    .footer-m .box {
        width: 50%;
        margin-bottom: 15px;
    }
    .footer-m .box:nth-child(2n+1) {
        clear: left;
    }


}

@media (max-width: 678px) {
    .share {
        display: none;
    }
    .phone {
        top: 17px;
    }
    .phone p.big {
        font-size: 18px;
    }
}

@media (max-width: 640px) {
    .phone {
        width: 55%;
    }
    .phone p.big {
        font-size: 20px;
    }

    .searchform {
        top: 75px;
        right: 0;
        width: 50%;
    }
    .searchform .searchform-input,
    .searchform .searchform-button {
        height: 38px;
        line-height: 38px;
    }
    .searchform .searchform-input {
        width: 80%;
    }
    .searchform .searchform-button {
        width: 20%;
    }

    .product .images {
        padding: 0;
        width: 100%;
    }
    .product .entry-summary {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }

    .footer-m .box {
        width: 100%;
        padding: 0;
    }

}
@media (max-width: 480px) {
    .welcome p {
        display: none;
    }
    .welcome h3 {
        font-size: 20px;
        line-height: 24px;
    }

    .video-wrap .box {
        padding:0;
    }

    .product-grid .item {
        width: 50%;
    }
    .product-grid .item:nth-child(3n+1){
        clear: none
    }
    .product-grid .item:nth-child(2n+1){
        clear:left
    }

    .product-grid-3 .item {
        width: 100%;
    }

    .product-cat .item {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .footer .holder > div {
        text-align: left;
    }
    .footer .icon-wrap {
        margin-bottom: 10px;
    }
    .footer .icon-wrap:last-child {
        margin-bottom: 0;
    }

    .product-grid-2 {
        grid-template-columns: 1fr;
    }
    .product-grid-2 .item {
        padding: 0;
        flex-direction: row;
        align-items: flex-start;
    }
}

@media (max-width: 360px) {
    .product-grid .item {
        width: 100%;
    }
    .product-grid-3 .image {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .product-cat .product-info {
        padding: 0;
        width: 100%;
    }
    .product-cat .product-name {
        text-align: center;
    }
    .phone p.big {
        font-size: 16px;
    }
}


/* REDESIGN */

/* === Redesign overrides – modern look === */

/* Naslovi */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #111;
}

/* Linkovi */
a {
    color: #c62828;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    color: #e53935;
    opacity: 0.9;
}

/* Glavni content kao kartica */
.content-wrap {
    background: #ffffff;
    padding: 16px !important;
    border: 0 none;
    box-shadow: none;
}


/* Sidebar i widgeti */
.widget {
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
    border-bottom: 0;
}

.widget .title {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border-bottom: 1px solid #eee;
}

/* Glavni meni */
.header-main-top-left > ul {
    display: flex;
}
.header-main-top-left > ul > li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.header-main-top-left > ul >  li > a {
    font-weight: 400;
    color: #FFF;
    line-height: 50px;
    text-transform: capitalize;
}

.header-main-top-left > ul > li > a:hover {
    background: #FFF;
    color: #0e5fb2;
}

.header-main-top-left > ul > li:last-child a {
    border-right: 0 none;
}

/* Levi vertikalni meni */
.menu > li > a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.menu > li > a:hover {
    color: #c62828;
}

.menu > li:hover > a:after {
    background: #c62828;
}

/* Dugmad */
button,
input[type="submit"],
input[type="button"],
a.button,
.btn {
    background: #c62828;
    color: #fff !important;
    border-radius: 999px;
    border: none;
    padding: 9px 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.08em;
    transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.button:hover,
.btn:hover {
    background: #e53935;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(229, 81, 107, 0.4);
}

/* Slike kao kartice */
.entry-content img,
.post img,
.page img,
.product-grid .image,
.product-grid-3 .image {
    border-radius: 12px;
}

/* Smooth fade-in efekat */
body {
    opacity: 0;
    animation: bodyFadeIn 0.5s ease-out forwards;
}

.content-wrap,
.sidebar .widget,
.header-main-top,
.footer {
    opacity: 0;
    animation: fadeUp 0.6s ease-out forwards;
}

.content-wrap {
    animation-delay: 0.05s;
}
.sidebar .widget:nth-child(1) {
    animation-delay: 0.12s;
}
.sidebar .widget:nth-child(2) {
    animation-delay: 0.18s;
}
.sidebar .widget:nth-child(3) {
    animation-delay: 0.24s;
}

@keyframes bodyFadeIn {
    from {
        opacity: 0;
    }
    to   {
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Global Max-Width Layout Wrapper === */
body #page,
body .site,
body .main,
body main,
body .content-wrap,
body .header,
body .footer .holder {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

/* Add inner horizontal padding for breathing room */
body .content-wrap,
body .main {
    padding-left: 24px;
    padding-right: 24px;
}

/* Larger screens background polishing */
@media (min-width: 1600px) {
    body {
        background-color: #f5f5f7;
    }
}