.firstheader {
    color: #ffffff;
    background: #353535;
    z-index: 999;
}

.firstheader a {
    color: #ffffff;
    vertical-align: unset;
    padding: 2px 10px !important;
    display: inline-block;
    font-size: 1rem;
    font-weight: 300;
}

.firstheader button {
    color: #fff;
}

.firstheader button:hover {
    color: #fff;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0px;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.fa-lm {
    vertical-align: inherit;
    top: 2px;
    position: relative;
}

.justify-content-center .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
}

#cart .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    z-index: 9999999;
    left: 87%;
}

.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -5px;
    z-index: 9999999;
    /* left: 45% !important; */
}

.search-btn {
    background: #e9e9e9;
    border-radius: 100%;
    border: 0px;
    color: #525252;
    height: 40px;
    padding: 0px 18px;
    font-size: 20px;
    line-height: 42px;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #ddd;
}

.cart-col {
    line-height: 15px;
    font-size: 12px;
    color: #000;
}

/* Bootstrap 4 multilevel dropdown menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
    -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: 0px 0 5px 0px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 0px;
}

.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;
}

@media (max-width: 767px) {
    .mobile-categories {
        position: relative;
        display: block;
        /*position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #ffffff;
		z-index: 5;*/
    }

    .mobile-categories .mc-level0 {
        position: relative;
        display: block;
        background: #111111;
    }

    .mobile-categories .mc-level0 > li {
        position: relative;
        display: block;
        padding: 8px;
    }

    .mobile-categories .mc-level0 > li + li {
        border-top: 1px solid #565656;
    }

    .mobile-categories .mc-level0 > li > a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 0.035em;
        text-transform: uppercase;
        font-weight: 400;
    }

    .mobile-categories .mc-level0 > li > button.btn {
        background: none;
        border: none;
        border-radius: 0;
        float: right;
        margin-top: 0px;
        outline: none !important;
        box-shadow: none !important;
        overflow: hidden;
    }

    .mobile-categories .mc-level0 > li > button.btn i {
        font-size: 25px;
        transform: rotate(180deg);
        transition: 0.2s all;
        color: #909090;
    }

    .mobile-categories .mc-level0 > li > button.btn.collapsed i {
        transform: rotate(0deg);
        color: #868686;
    }

    .mobile-categories .mc-level0 > li > button.btn + a {
        color: #cca104;
    }

    .mobile-categories .mc-level0 > li > button.btn.collapsed + a {
        color: #ffffff;
    }

    .mobile-categories .mc-level0 > li > a + div {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
        margin-bottom: -15px;
    }

    .mobile-categories .mc-level1 {
        position: relative;
        display: block;
        background: #111111;
    }

    .mobile-categories .mc-level1 > li {
        position: relative;
        display: block;
        padding: 5px;
        border-top: 1px solid #565656;
    }

    .mobile-categories .mc-level1 > li > a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 0.035em;
        text-transform: uppercase;
        font-weight: 400;
        padding-left: 35px;
    }

    .mobile-categories .mc-level1 > li > button.btn {
        background: none;
        border: none;
        border-radius: 0;
        float: right;
        margin-top: -4px;
        outline: none !important;
        box-shadow: none !important;
        overflow: hidden;
        color: #797979;
        padding-right: 20px;
    }

    .mobile-categories .mc-level1 > li > button.btn i {
        font-size: 25px;
        transform: rotate(180deg);
        transition: 0.2s all;
    }

    .mobile-categories .mc-level1 > li > button.btn.collapsed i {
        transform: rotate(0deg);
    }

    .mobile-categories .mc-level1 > li > button.btn + a {
        color: #e8f0fe;
    }

    .mobile-categories .mc-level1 > li > button.btn.collapsed + a {
        color: #ffffff;
    }

    .mobile-categories .mc-level1 > li > a + div {
        margin-right: -15px;
        margin-bottom: -5px;
    }

    .mobile-categories .mc-level2 {
        position: relative;
        display: block;
        background: #ffffff;
    }

    .mobile-categories .mc-level2 > li {
        position: relative;
        display: block;
        padding: 5px 15px 9px 15px;
        border-top: 1px solid #404040;
    }

    .mobile-categories .mc-level2 > li > a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 0.035em;
        font-weight: 400;
    }

    .mobile-categories .mc-level2 > li > button.btn {
        background: none;
        border: none;
        border-radius: 0;
        float: right;
        margin-top: -15px;
        outline: none !important;
        box-shadow: none !important;
        overflow: hidden;
    }

    .mobile-categories .mc-level2 > li > button.btn i {
        font-size: 34px;
        transform: rotate(180deg);
        transition: 0.2s all;
    }

    .mobile-categories .mc-level2 > li > button.btn.collapsed i {
        transform: rotate(0deg);
    }

    .mobile-categories .mc-level2 > li > button.btn + a {
        color: #5FCFC3;
    }

    .mobile-categories .mc-level2 > li > button.btn.collapsed + a {
        color: #000000;
    }

    .mobile-categories .mc-level2 > li > a:hover {
        color: #5FCFC3;
    }

    .mobile-categories .mc-level2 > li > a i {
        font-size: 16px;
        margin-right: 10px;
    }

    .mobile-categories .mc-level1 > li {
        transition: 0.2s all;
    }

    .mobile-categories .mc-level1 > li .mc-level2 > li {
        transition: 0.2s all;
    }

    .mobile-categories .mc-level1 > li.open {
        background: #111111;
    }

    .mobile-categories .mc-level1 > li.open .mc-level2 > li {
        background: #111111;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 6px;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #c1c1c1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #c1c1c1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 99999;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sandwich {
    display: none;
}

@media (max-width: 767px) {
    .sandwich {
        font-size: 40px;
        color: aliceblue;
        left: -5px;
        display: block;
        position: relative;
    }
}

.mynav {
    padding: 0px 0px 0px 0px;
}

.menu-text {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -7px;
    font-weight: 600;
}

.mymenu {
    border-bottom: 1px solid #4c4c4c;
    padding: 14px 0px !important;
}

.item-sub {
}

.mydropdown {
    background: #111;
    padding-left: 0px;
    margin-left: 0px !important;
    border-bottom: 1px solid #4c4c4c !important;
}

.mydropdown a {
    font-size: 16px;
    color: #909090;
}

@media (min-width: 769px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        padding: 5px 11px;
        width: 180px;
    }

    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

.mynav a {
    font-size: 14px;
}

.myshadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .mynav a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .mynav a {
        font-size: 10px;
    }

    .myshadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
}

.menuaan {
    background: #000;
}

.menuaan .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -5px;
    z-index: 9999999;
    left: 45%;
}

.nav-desk {
    padding-right: 15px !important;
    padding-left: 0rem !important;
}

/* End Bootstrap 4 multilevel dropdown menu */
.redus {
    position: absolute;
    left: 10px;
    bottom: 20%;
    /* height: 51px; */
    width: 51px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    border-radius: 6%;
    font-size: 15px;
    z-index: 1;
    transform: rotate(-13deg);
    background: #eb1e1e;
}

.valpri {
    /* position: relative; */
    top: 10px;
}

.prev-my-slider {
    color: rgb(0, 0, 0) !important;
    z-index: 99;
    font-size: 23px;
    left: 9%;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transition: all .3s ease;
    font-weight: 900;
    border-radius: 29%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #b7b7b7;
}

.next-my-slider {
    color: rgb(0, 0, 0) !important;
    z-index: 99999;
    font-size: 23px;
    right: 9%;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transition: all .3s ease;
    font-weight: 900;
    border-radius: 29%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #b7b7b7;
}

.mynavigation {
    display: block;
}

.carouselgt:hover .mynavigation {
    display: block;
}

.box-infohome {
    text-align: center;
    border: 5px solid #ddd;
    padding: 10px;
}

.box-infohome img {
    width: initial !important;
    max-width: 100px;
    margin: 0 auto;
}

.box-infohome p {
}

.box-infohome h3 {
}

.box-info {
	    box-shadow: 0 30px 40px -50px #333;
}

.butobanner {
    margin: 5em auto;
}

.hrstyle {
    border-bottom: 4px solid #276850;
    margin: 0px auto;
    width: 110px;
    display: block;
    margin-bottom: 10px;
    border-radius: 30px;
    border-top: 4px solid #276850;
    text-align: center;
}

.butobanner h2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    letter-spacing: -1px;
}

.butobanner p {
    font-size: 16px;
    line-height: 25px;
    color: #8e8e8e;
}

.btn-style {
    background: #ffc106;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-style:hover {
    background-color: #fc5a0a;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    color: #fff;
}

.sshgrr {
    color: #276850;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Conduit ITC W04 Extra Light";
}

.sshgrrr {
    color: #276850;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Conduit ITC W04 Extra Light";
    position: relative;
}

.sshgrrr h3 {
	color: #ac8a7e;
	letter-spacing: 1px;
	margin-bottom: 0px;
	font-size: 40px;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	font-family: "Conduit ITC W04 Extra Light";
	/* border-bottom: 1px dashed #333; */
	display: inline-block;
}

.sshgrrr h3:before {
	content:"";
	position:absolute;
	height:1px;
	width:515px;
	background: #f57b20;
	text-align:center;
	left: calc( 50% - 257px);
	top: -10px;
	display:none;
}


.card img {
    width: min-content;
    display: inline-block;
    margin: 0 auto;
}

.box-card {
    border-radius: 0px;
    margin-bottom: 30px;
    border: 4px solid rgba(0, 41, 96, 0.3);
}

.box-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border: 4px solid #81a91c;
}

.box-card a {
    background: #ffc106;
    border: 0px;
    color: #000;
    border-radius: 0px;
}

.box-card:hover a {
    background: red;
    border: 0px;
    color: #fff;
}

.box-card .card-title {
    margin-bottom: .75rem;
    font-size: 20px;
    font-weight: 600;
    color: #999;
    height: 55px;
    overflow: hidden;
    border-top: 3px solid rgb(186, 196, 211);
    padding-top: 5px;
}

.new-bedge {
    position: absolute;
    left: 10px;
    bottom: 33%;
    height: 21px;
    width: 51px;
    line-height: 21px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    border-radius: 6%;
    font-size: 12px;
    transform: rotate(-13deg);
    z-index: 1;
    background: #1e8d29;
}

.poz-cume {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 9;
}

.rating-box {
    unicode-bidi: unset !important;
    direction: rtl !important;
    width: 100% !important;
    text-align: right !important;
    position: absolute;
    right: 9px;
    top: 5px;
    z-index: 9;
}

.valpri {
    /* position: relative; */
    top: 10px;
    font-family: "Conduit ITC W04 Extra Light";
}

.price {
    font-size: 1.125rem;
    text-align: left;
    position: relative;
    margin-bottom: 0rem;
    font-weight: 400;
    line-height: 1.375rem;
    font-family: "Conduit ITC W04 Extra Light";
    text-transform: initial;
}

.product-thumb .price-new {
    font-weight: 700;
    color: #ff2626;
    font-size: 18px;
    letter-spacing: -0.8px;
}

.product-thumb .price-old {
    color: #909090;
    text-decoration: line-through #909090;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.8px;
    text-transform: initial;
}

/* Blog */
.news {
    margin-bottom: 3em;
}

.image-blog-page {
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .image-blog-page {
        height: 200px;
    }
}

.news .card-body {
    padding: 40px 10px 10px 10px;
}

.news .card-title {
    font-size: 22px;
    font-weight: 800;
    color: #7b645c;
    height: 55px;
    overflow: hidden;
    text-transform: uppercase;
}

.news .card-text {
    height: 142px;
    overflow: hidden;
    font-size: 17px;
    color: #7b645c;
    letter-spacing: 0.4px;
}

.news .card-img-top {
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.timepost {
    margin-bottom: 10px;
    color: #7b645c;
    font-size: 17px;
}

.timepost i {
    color: #ffc106;
}

.home-blog {
    font-size: 55px;
    line-height: 1.05455;
    font-weight: 300;
    margin-bottom: 0px;
}

/* End blog */
.social a {
    font-size: 20px;
    padding: 10px 10px;
    color: #ffc106;
}

.social {
    background: black;
}

/* Newsletter */
.newsletterpoz {
    padding: 2em 0px;
    background-size: cover;
    background-position: center;
    background-image: url(../image/news.jpg);
}

.newsletterpoz h5 {
    font-size: 40px;
    color: #ab8a7e;
    text-transform: uppercase;
    font-family: "Conduit ITC W04 Extra Light";
}

#txtemail {
    height: 35px;
    border: 0px;
    font-size: 14px;
    line-height: 50px;
    background: no-repeat;
    border-bottom: 1px solid #ffffff;
    color: #000;
    background: #fff;
    border-radius: 100px;
}

.news-btn {
    border: 0px;
    padding: 8px 25px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 18px;
    background: #e8504f;
    width: 100%;
    border-radius: 100px;
}

/* End Newsletter */
.product-list {
    width: 96.5%;
}

.filter-categorybox {
    background: none;
    margin: 5px 0px 20px 0px;
    padding: 6px 5px 6px 5px;
}

@media (max-width: 575px) {
    .filter-categorybox {
        display: none;
    }
}

.box-caheg {
    font-size: 1.3rem;
    border: 1px solid #eee;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
    background: #212530;
    text-align: center;
    line-height: 17px;
    display: block;
    color: #ffffff;
}

/* Paginatieon */
.pagination li a {
    /* border: 1px solid #df136d; */
    margin: 0px 5px;
    background: #ffffff;
    color: #000000;
    padding: 7px 5px;
    border-radius: 100px;
    width: 33px;
    height: 33px;
    display: block;
    line-height: 16px;
    font-size: 17px;
}

.pagination li span {
    border: 1px solid #212530;
    margin: 0px 5px;
    padding: 5px 10px;
    background: #212530;
    color: #b1d627;
    border-radius: 10px;
    width: 33px;
    height: 33px;
    display: block;
    line-height: 20px;
}

.result-text {
    font-size: 15px;
}

/* End Paginatieon */
/* Modul category */
.category-left {
    margin-bottom: 20px;
}

.category-left h5 {
    color: #5f5d5d;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 5px;
}

.category-left a {
    line-height: 25px;
    font-size: 15px;
    color: #31363d;
}

/* End Modul category */
.img-princip {
    min-height: 420px;
    /* border: 1px solid #f6f6f6; */
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    .img-princip {
        min-height: 350px;
    }
}

.aditional-img {
    height: 186px;
    background-position: center;
    background-size: contain;
    /* border: 1px solid #ddd; */
    background-repeat: no-repeat;
    margin-bottom: 10px;
}

.sageti {
    display: none;
}

.nav-sgdfr:hover .sageti {
    display: block;
}

.nav-sgdfr .prev-my-slider {
    top: 28px;
}

.nav-sgdfr .next-my-slider {
    top: 28px;
}

/* Product tabs */
.info-prod .nav-pills .nav-link {
    border-radius: 0rem;
    Background: #eee;
    color: #000;
    margin-right: 5px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3px solid #428bca40;
    font-size: inherit;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: .4px;
    padding: 5px 5px;
    font-size: 13.2px;
}

@media (max-width: 575px) {
    .info-prod .nav-pills .nav-link {
        padding: 5px 5px;
        font-size: 13.2px;
    }
}

.info-prod .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #428bca !important;
}

.info-prod .nav-pills .nav-link.active:after {
    content: "";
    height: 13px;
    width: 0px;
    background: #17a2b8;
    position: absolute;
    margin-left: -40px;
    z-index: -1;
    margin-top: 23px;
}

/* End Product tabs */
/* Rating rewiew */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0px;
    height: 40px;
}

.rating > label:before {
    position: relative;
    font: 46px/1 FontAwesome;
    display: block;
    content: "\2605";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > label.selected:before, .rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-line {
    margin-bottom: -10px;
}

.rating-progress {
    margin-top: 20px;
}

#review i {
    color: #e7a64a;
}

.review-box {
    background: #fff;
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
    border-left: 3px solid rgba(23, 162, 184, 0.52);
    box-shadow: 0px 5px 13px -6px rgba(0, 0, 0, 0.37);
}

.review-box p {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.review-box span {
    width: 15px;
}

.review-box b {
}

.tab-style {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 30px;
}

/* Rating rewiew */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.tab-conttns .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0px;
    height: 40px;
}

.rating > label:before {
    position: relative;
    font: 46px/1 FontAwesome;
    display: block;
    content: "\2605";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > label.selected:before, .rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-line {
    margin-bottom: -10px;
}

.rating-progress {
    margin-top: 20px;
}

#review i {
    color: #e7a64a;
}

.review-box {
    background: #fff;
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
    box-shadow: 0px 5px 13px -6px rgba(0, 0, 0, 0.37);
}

.review-box p {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.review-box span {
    width: 15px;
}

.review-box b {
}

.testimoniale {
    background: rgb(245, 246, 249);
    padding: 3em 0em;
    margin: 0em 0em 0em 0em;
}

.testimoniale p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 0px;
    word-break: break-word;
}

.testimoniale span {
    font-size: 13px;
    color: #bdbdbd;
    font-style: italic;
}

.testimoniale h5 {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0px;
}

.testimoniale .rating {
    margin: 11px 0px;
    text-align: left;
    direction: initial;
}

.box-review {
    background: #fffeff;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border: 1px solid #eee;
}

.btn-web {
    padding: 9px 25px 7px 25px;
    border-radius: 12.5em;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1px;
    text-align: center;
    transition-property: color, background;
    z-index: 8;
    position: relative;
    color: #FFFFFF;
    transition: all ease .5s;
    transition-property: color, background;
    border: none !important;
    background: rgba(70,200,255,1);
    background: -moz-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(70,200,255,1)), color-stop(100%, rgba(129,211,126,1)));
    background: -webkit-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: -o-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: -ms-linear-gradient(left, rgba(70,200,255,1) 0%, rgba(129,211,126,1) 100%);
    background: linear-gradient(to right, rgb(186, 153, 138) 0%, rgb(213, 75, 80) 100%);
}

.btn-web:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1 );
    -webkit-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    color: #fff;
    transition: all ease .5s;
}

.testimoniale h3 {
	font-size:34px;
}

/* End Rating rewiew */
.red {
    color: red!important;
}

/* Radio checkbox product option */
input[type='radio']:checked + .culoare>img {
    border: 2px solid #1e8d29;
    font-weight: 700;
}

input[type='checkbox']:checked + .culoare>img {
    border: 2px solid #17a2b8;
    font-weight: 700;
}

.culoare>img {
    border: 1px solid #dcdcdc;
    padding: 3px;
    cursor: pointer;
    border-radius: 100px;
}

@media (max-width: 575px) {
    .radio-mobile {
        /* height: 40px !important; */
    }
}

.radio-check>span {
    cursor: pointer;
    border: 1px solid #cbcbcb;
    width: auto;
    text-align: center;
    margin-right: 10px;
    font-weight: 500;
    font-size: 15px;
    color: #000;
    border-radius: 0px;
    height: 2.5rem;
    line-height: 2.5rem;
    min-width: 2.5rem;
    padding: 0 .3125rem;
}

input[type='radio']:checked + .radio-check>span {
    border: 2px solid #000000;
    background: #1e8d29;
    color: #fff;
}

input[type='checkbox']:checked + .radio-check>span {
    border: 1px solid #18a2b8;
    background: #18a2b8;
    color: #fff;
}

/* End Radio checkbox product option*/
.price-new {
    color: #ff0000;
    font-size: 26px;
    font-weight: 700;
    font-family: "Conduit ITC W04 Extra Light";
}

.price-old {
    font-size: 19px;
    font-weight: 400;
    text-decoration: line-through red;
    font-family: "Conduit ITC W04 Extra Light";
}

.pret-prod .price-old {
    font-size: 50px;
    text-decoration: none;
    font-weight: 700;
    color: #353535;
}

@media (max-width: 767px) {
    .sticky-top {
        position: -webkit-sticky;
        position: relative !important;
        top: 0;
        z-index: 1020;
    }
}

.poz-fil {
    top: 35px !important;
    z-index: 1;
    max-width: 100% !important;
}

.pret-cart {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.sterge-articol {
    cursor: pointer;
    color: #b9b9b9 !important;
    font-weight: 600;
}

.input-cantitate {
    width: 50px;
    border: 4px solid #cacaca;
    height: 41px;
}

.togrews {
    color: #b5b5b5;
    font-size: 25px;
}

.btn-carts {
    border: 4px solid #cacaca !important;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.sterge {
    background: #000;
    color: #fff;
    padding: 1px 6px 1px 6px;
    border-radius: 50%;
}

.btn-dor {
    background: #4caf50 !important;
    border: 4px solid #4caf50 !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.btn-dor:hover {
    color: #fff;
}

.bplus {
    border-radius: 0px;
    height: 41px;
}

.bminus {
    height: 41px;
    border-radius: 0px;
}

/* Product Tabs */
.product-tabs .nav-tabs {
    border-bottom: 0px;
}

.product-tabs > ul > li > a {
    border-radius: 0rem;
    background: #ffffff;
    color: #000000;
    margin-right: 10px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-size: inherit;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 72px;
    white-space: nowrap;
    letter-spacing: .4px;
    padding: 5px 15px;
    font-size: 25px;
    border-radius: 0px;
    border-bottom: 2px solid #1e8d29;
}
.product-tabs > ul > li > a.active {
    color: #ffffff;
    background-color: #1e8d29 !important;
    border-radius: 0px;
}
/* END Product Tabs */


.btnarticol {
	color:#7b645c;
	border:1px solid #7b645c;
	font-size:20px;
	line-height:22px;
	border-radius:100px;
	background:#fff;
}

.btnarticol:hover {
	color:#fff;
	border:1px solid #7b645c;
	background:#7b645c;
}

.btnarticol2 {
	color:#fff;
	border:1px solid #7b645c;
	font-size:20px;
	line-height:22px;
	border-radius:100px;
	background:#000;
}

.btnarticol2:hover {
	color:#000;
	border:1px solid #7b645c;
	background:#fff;
}

.newst {
	padding: 40px 100px;
}

.txts {
    text-transform: uppercase;
    font-size: 20px;
    color: #000;
    font-family: "Conduit ITC W04 Extra Light";
    padding-right: 18px;
    position: relative;
    top: 6px;
}

.icon-share {
    height: 30px;
    width: 30px;
    background: #b1b1b1;
    margin-right: 5px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.icon-share-in {
    height: 30px;
    width: 30px;
    background: #383838;
    margin-right: 5px;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.icon-share:hover {
    background: #ff4916;
}

.icon-share-in:hover {
    background: #f19778;
}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 50px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
  color: black;
}

.flip-card-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}

.action-btn {
    height: 44px;
    padding: 3px 5px;
    position: absolute;
    top: 60%;
    right: 0px;
    opacity: 0;
    width: 50px;
    transition: all 0.7s ease;
    text-align: center;
    margin: 0 auto;
}

.action-btn a {
    color: #fff !important;
    font-size: 15px;
    padding: 6px 8px;
    cursor: pointer;
    border-radius: 100px;
    background: #ededed;
}

.action-btn a:hover {
    color: #000000;
    background: #d4d4d4 !important;
}

.product-thumb:hover .action-btn {
    opacity: 1;
    transition: all 0.9s ease;
}

.all-section {
    padding: 0px 14%;
    margin: 0% 0% 3% 0px;
    background: #ffffff;
}

@media (max-width: 1024px) {
    .all-section {
        padding: 0px 8%;
        margin: 0% 0% 3% 0px;
    }
}

.all-section img {
    filter: contrast(150%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0.9;
}

.all-section img:hover {
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nonvisible {
}

@media (max-width: 575px) {
    .nonvisible {
        display: none;
    }

    .dumnhgs {
        -ms-flex-pack: left!important;
        justify-content: left !important;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .no-boots {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

input[type=checkbox] {
    position: relative;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    margin-top: 0px;
    vertical-align: -2px;
    cursor: pointer;
    margin-right: 10px;
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    display: inline-block;
    text-align: center;
    width: 17px;
    height: 17px;
    border: 1px solid #8c8c8c;
    background: #fffeff;
    font-weight: 300;
    line-height: 17px;
    color: #1e8d29;
    font-size: 22px !important;
    border-radius: 50%;
}

input[type=checkbox]:checked:before {
    content: "\002714";
    border-color: #8c8c8c;
    background: #ffffff;
    padding-left: 0px;
    padding-top: 0px;
    line-height: 15px;
}

input[type=radio] {
    position: relative;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    margin-top: 0;
    vertical-align: -3px;
    cursor: pointer;
}

input[type=radio]:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -5px;
    display: inline-block;
    text-align: center;
    width: 19px;
    height: 19px;
    border: 1px solid #dddddd;
    background: #dddddd;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
    border-radius: 50%;
	display:none;
}

input[type=radio]:checked:before {
    content: "\002714";
    border-color: #000000;
    background: #000000;
    padding-left: 1px;
    padding-top: 2px;
    line-height: 12px;
	display:none;
}

.loggpos {
}

.loggpos p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    line-height: 12px;
    position: relative;
    top: -2px;
    text-align: left;
    font-family: "Conduit ITC W04 Extra Light";
    cursor: pointer;
}

.loggpos b {
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
}

.loggpos a {
	font-weight: 700;
	color: #000;
}

.newst p {
	font-size: 20px;
	color: #ffffff !important;
}

.loggpos em {
    font-size: 0.9rem;
    margin-top: -7px;
    display: block;
    color: #1e8d29;
    font-style: normal;
}

.linkh a {
	color:#000;
	padding: 4px;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.numeclient {
	text-transform: capitalize;
    font-weight: 600;
    color: #e7a712;
}

.favh {
	position:relative;
}

.favorite {
	position:absolute;
	bottom: 4px;
	background: #cd2212;
	padding: 3px;
	width: 18px;
	height: 18px;
	line-height: 9px;
	border-radius: 100%;
	color: #ffffff !important;
	right: -4px;
	font-size: 15px !important;
}

.award-advert p {
    font-size: 15px;
    text-align: left;
    color: #151515;
    line-height: 1.2;
    margin-top: 7px;
    font-weight: bold;
    margin-left: 5px;
    display: inline-block;
}

.hdr-awards-thumbs {
    margin-bottom: 0;
    padding: 0;
    margin-top: 10px;
}

.hdr-awards-thumbs .thumbnail {
    list-style-type: none;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: right;
}

.thumbnail > img, .thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

.topWrapper i {
	color: #9b9b9b;
}

.redus em {
	font-size: 11px;
	margin-top: -29px;
	display: block;
	font-weight: 300;
}

.action-btn a {
	margin: 3px 0px !important;
}

/* -- Show popup cart */


.butonjon {
    background: #000;
    border-color: #000;
    border-radius: 20px;
    color: #FFEB3B;
    font-size: 1rem;
}

.butonjon:hover {
	background: #FFEB3B;
    border-color: #FFEB3B;
    border-radius: 20px;
	color:#000;
}

.butonjon2 {
    background: #4CAF50;
    border-color: #4CAF50;
    border-radius: 20px;
    color: #ffffff !important;
    font-size: 1rem;
}

.butonjon2:hover {
	background: #000000;
	border-color: #000000;
	border-radius: 20px;
	color: #FFEB3B !important;
}

.almuesa {
    border-radius: 8px;
    border: 0px;
    text-align: center;
}

.almuesa .modal-footer {
    display: block;
}

.titlusahg {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 1.8rem;
    font-family: "Conduit ITC W04 Extra Light";
    margin-bottom: 5px;
}

.radio-check>span:hover {
	border: 1px solid #000000;
}

p.sunggat {
	font-size:1.2rem;
}