/*#region under construction*/
.under-construction {
    text-align: center;
    padding-top: 180px;
}
.construction-icon {
    background-color: #024c76;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    line-height: 60px;
    margin-bottom: 60px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: auto;
    margin-left: auto;
}
.construction-icon img {
    max-width: 22px;
}

.construction-logo {
    max-width: 260px;
    margin: 0 auto 60px auto;
    display: block;
}
.under-construction h1 {
    font-size: 38px;
    margin: 0px 0 10px;
    line-height: 42px;
}
	.under-construction p {
		font-size: 18px;
		color: #666;
		margin-top: 10px;
	}
.under-construction-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #aaa;
    padding: 10px 0;
    left: 0;
    right: 0;
}
@media (max-width: 768px) {
    .under-construction h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .construction-logo {
        max-width: 200px;
    }
	.under-construction p {
		font-size: 14px;
	}
}
/*#endregion under construction*/
body {
    font-size: 15px;
    color: #333a40;
}
a {
    color: #333a40;
}
.btn {
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 30px 8px;
}
h1 {
    font-size: 26px;
    line-height: 28px;
}
@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.btn.btn-lg {
		font-size: 14px;
		padding: 10px 0px;
	}
}
.form-group input.form-control.mobilephone {
    width: 68%;
}
.mini-cart-footer .btn {
    min-width: 180px;
}
.container {
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
}
.sld-container {
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}
@media (min-width:1200px) {
	.body-bg {
		position: relative;
	}
	.body-bg::after, .body-bg::before {
		position: absolute;
		content: "";
	}
	.body-bg::before {
		background: url(/Skins/shared/images/body-top-left.png) no-repeat;
		width: 813px;
		height: 3442px;
		left: 0px;
		top: 22%;
		z-index: -1;
	}
	.body-bg::after {
		background: url(/Skins/shared/images/body-top-right.png) no-repeat;
		width: 1023px;
		height: 4916px;
		right: 0;
		top: 15%;
		z-index: -1;
	}
}
@media (max-width: 979px) {
	.container {
		width: 100% !important;
		max-width: 100% !important;
	}
}
br.module-separator {
    display: block;
    content: " ";
}
@media (min-width:992px) {
	.navbar-holder {
		display: flex;
		align-items: center;
	}
	.navbar-km.headercart .navbar-holder {
		justify-content: center;
	}	
    br.module-separator {
        padding: 20px 0;
    }
}
@media (max-width:991px) {
	
    br.module-separator {
        padding: 12px 0;
    }
}
.wp-share a {
    position: fixed;
    background: #4dc247;
    font-size: 0;
    width: 5.1rem;
    height: 5.1rem;
    border-radius: 50%;
    bottom: 30px;
    left: 20px;
    z-index: 2;
}
    .wp-share a i {
        font-size: 35px;
        padding: 8px 11px;
        color: #fff;
    }
@media (max-width:991px) {
	.wp-share a {
		width: 4.1rem;
		height: 4.1rem;
		bottom: 30px;
		left: 10px;
	}	
	.wp-share a i {
		font-size: 24px;
	}	
}	
.scrollup {
   background:url("/Skins/shared/images/scrollup.png") no-repeat scroll 0 0 transparent;
   bottom: 20px;
   display: none;
   height: 54px;
   position: fixed;
   right: 20px;
   width: 54px;
   z-index:9;
}	
/*#region header*/

/*#region quick search*/

.quick-search-result.open-search {
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    z-index: 2;
    margin: 0 auto;
}

.quick-search-result.close-search {
    display: none
}

@media (min-width:992px) {
    .quick-search-result.open-search {
        width: 800px;
    }
}

@media (max-width:991px) {
    .quick-search-result {
        width: 100%;
    }
}

.km-search {
    box-shadow: 0 6px 10px rgb(0 0 0 / 40%);
}

.search-sidebar {
    background: #fff;
    padding: 10px 0px;
    border-right: 1px solid #ededed;
}

    .search-sidebar h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        margin: 5px 20px;
        padding-bottom: 5px;
    }

    .search-sidebar > div {
        display: flex;
        flex-direction: column;
    }

    .search-sidebar ul {
        padding: 10px 0;
    }

        .search-sidebar ul li a {
            font-size: 13px;
            display: block;
            padding: 5px 20px;
        }

            .search-sidebar ul li a:hover {
                background: #ededed;
            }

.search-products {
    background: #fff;
    padding: 10px 15px;
}

    .search-products h3 {
        font-weight: 600;
        font-size: 16px;
        border-bottom: 1px solid #ededed;
        padding-bottom: 5px;
        margin: 5px 0;
    }

    .search-products > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .search-products .border-box {
        padding: 8px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        border: 1px solid #ededed;
    }

    .search-products img {
        max-height: 70px;
        margin: 0 8px 0 0;
    }

.search-products .prd-name {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 26px;
}

    .search-products .discount {
        background: #000000;
        font-weight: 600;
        padding: 2px 4px;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        margin-right: 8px;
    }

    .search-products .price {
        display: flex;
        align-items: center;
    }

    .search-products .price-box {
        min-height: auto;
        line-height: 1;
    }
.search-products .price-box .price-sales {
    line-height: 16px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333a40;
}
.search-products .price-box .price-standard {
    color: #999999;
    line-height: 14px;
    font-size: 12px;
    text-decoration: line-through;
    margin: 0;
}
/*#endregion quick search*/
/*#region search*/
.search {
    position: relative;
    padding: 0;
}
.search-input-box {
    display: table;
    max-width: 100%;
    position: relative;
	border-radius: 8px;
    transition: all 0.45s ease 0s;
}
.input-group .search-input.form-control {
    width: 100%;
    height: 42px;
    box-shadow: none;
    border-radius: 8px 0 0 8px;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    max-width: 100%;
    text-align: left;
    text-indent: 20px;
    background: #fff;
}

.search-input-box .search-btn {
    padding: 12px 16px 9px;
    font-size: 20px;
    color: #333a40;
}
.search-input::-webkit-input-placeholder {
    opacity: .6;
    color: #333a40;
}

.search-input:-moz-placeholder {
    opacity: .6;
    color: #333a40;
}


@media (min-width:992px) {
    .search-input-box {
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.12);		
    }
}

@media (max-width:991px) {
    .search-mobile {
        top: 93px;
        position: fixed;
        z-index: 6;
		border-bottom: 1px solid #e5e5e5;
        transition: all 0.1s ease-out 0s;
        -webkit-transition: all 0.1s ease-out 0s;
        -moz-transition: all 0.1s ease-out 0s;
        -ms-transition: all 0.1s ease-out 0s;
        -o-transition: all 0.1s ease-out 0s;
    }

        .search-mobile.stuck {
            top: 0;
            transition: all 0.1s ease-out 0s;
            -webkit-transition: all 0.1s ease-out 0s;
            -moz-transition: all 0.1s ease-out 0s;
            -ms-transition: all 0.1s ease-out 0s;
            -o-transition: all 0.1s ease-out 0s;
        }
	.search-input-box.input-group .search-input.form-control {
		height: 54px;
		border-radius: 0;
	}
.search-input-box {
        border: none;
        width: 100%;
        background: #fff;
    }
        .search-input-box span.input-group-btn {
            background: #fff;
        }
    .search-input-box .search-btn {
        padding: 9px 14px;
        height: 54px;
    }
}

.autocomplete-suggestions {
    box-sizing: border-box;
    border: 1px solid #00000033 !important;
    background: #fff;
    border-top: none;
    cursor: default;
    overflow: auto;
    padding: 14px 30px;
    width: 100% !important;
    z-index: 1090 !important;
}
    .autocomplete-suggestions .autocomplete-group {
        font-size: 16px;
        font-weight: 600;
        margin: 24px 0 15px;
    }

    .autocomplete-suggestions > .autocomplete-group:first-child {
        margin-bottom: 4px;
    }
        .autocomplete-suggestions .autocomplete-suggestion .suggestion-box {
            padding: 16px 0;
            white-space: normal;
            overflow: hidden;
            font-size: 14px;
            border-bottom: 1px solid #00000033;
        }

    .autocomplete-suggestion img {
        max-width: 60px;
        float: left;
        margin-right: 14px;
    }
.autocomplete-suggestion .suggestion-box .price {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.autocomplete-suggestion .suggestion-box .campaign-prbox {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}
.autocomplete-suggestion .prd-name {
    font-weight: 600;
    margin-bottom: 9px;
    display: inline-block;
    padding-right: 4px;
}
.autocomplete-suggestion .prd-format {
    display: block;
    margin-bottom: 9px;
    line-height: 14px;
}
    .autocomplete-suggestion .prd-price {
        font-weight: 600;
        display: block;
        font-size: 15px;
    }
.autocomplete-suggestion .price-cmp {
    font-weight: 600;
    display: block;
    font-size: 15px;
    color: #f47645;
}
.autocomplete-suggestion .cnt-name {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width:991px) {
.autocomplete-suggestions {
    overflow: auto;
    overflow-y: auto;
    max-height: 530px;
}
    .autocomplete-suggestions {
        padding: 0px 20px 20px;
    }
}



/*#endregion search*/

/*#region header cart*/


    .headercart .navbar-brand {
        padding: 12px 0;
    }

.cart-menu > a {
    text-transform: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
    height: auto;
    padding: 20px 0 20px 20px;
    display: block;
	text-align: center;
	font-weight: 500;
}
.cart-menu > a .cart-response {
    display: block;
	margin-top: 2px;
}

.cart-menu a .cart-quantity {
    background: #0a4471;
    bottom: 33px;
    right: 11px;
    color: #fff;
    font-size: 8px;
}

@media (max-width:991px) {
    .cart-menu > a {
        padding: 17px 10px;
    }
    .cart-menu img {
        width: auto;
    }
	.cart-menu a .cart-quantity {
		bottom: 16px;
	}
}

/*#endregion header cart*/
/*#region user menu*/
.user-menu {
    float: right;
}

.user-menu > li > a {
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    padding: 20px 10px 20px 10px;
    text-align: center;
	font-weight: 500;
}
        .user-menu > li > a:hover {
            opacity: 1;
            color: #333a40;
        }
.user-menu > li > a span {
    display: block;
    margin-top: 2px;
}
.hasUserMenu > .dropdown-menu > li > a {
    font-size: 14px;
    text-transform: none;
}
.user-menu > li > a i {
    font-size: 25px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
}

@media (min-width:992px) {
}
.hasUserMenu .dropdown-menu {
    left: auto !important;
    right: 5px !important;
    margin-top: 0px;
    width: 180px;
    padding: 14px 20px;
}

.hasUserMenu > .dropdown-menu > li.user-logoff {
    border-top: 1px solid rgb(0 0 0 / 20%);
    padding: 10px 0 0 0;
    margin: 10px 0px 5px 0px;
}

@media (max-width:991px) {
    .user-menu > li > a {
        padding: 18px 10px 17px;
    }
	.user-menu > li > a span {
		display: none;
	}	

}
/*#endregion user menu*/

/*#region marquee*/
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}
.header-free {
    background: #0a4471;
    height: 32px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.header-free-box {
    padding: 0 60px;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

    .header-free .toptext .top-text1 {
        white-space: nowrap;
        will-change: transform;
        animation: marquee 60s linear infinite;
        animation-delay: -60s;
    }

    .header-free .toptext .top-text2 {
        white-space: nowrap;
        will-change: transform;
        animation: marquee2 60s linear infinite;
        animation-delay: -30s;
    }

.header-free .toptext span {
    font-size: 12px;
    letter-spacing: 2px;
    white-space: nowrap;
    position: relative;
    padding-right: 38px;
    margin-right: 38px;
    line-height: 32px;
	color: #fff;
}

    .header-free .toptext span:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        background: #fff;
        position: absolute;
        top: 13px;
        right: 0;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
    }
/*#endregion marquee*/

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}

.navbar-km {
    box-shadow: none;
    border-color: #e5e5e5;
}
.brandWrap {
    position: relative;
}

.navbar.stuck .brandWrap {
    height: auto;
    overflow: visible;
}

.navbar-brand {
    display: block;
    height: auto;
    padding: 0;
}

@media (min-width: 991px) {
    .home-header-offset {
        padding-top: 162px;
    }
    .header-offset {
        padding-top: 185px;
    }
.step-address.header-offset {
    padding-top: 92px;
}
}

@media (max-width: 979px) {
    .container {
        max-width: 979px !important;
    }
}

@media (max-width: 991px) {

.home-header-offset {
    padding-top: 146px;
}
.header-offset {
    padding-top: 166px;
}
.step-address.header-offset {
    padding-top: 76px;
}
    .brandWrap {
        background: #fff;
        height: 60px;
    }

    .navbar-nav {
        margin: 7.5px -10px 0;
    }

    .navbar .navbar-top {
        height: 60px;
        background: #fff;
    }

.navbar-brand.mobile-logo {
    display: block;
    height: 60px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0 0;
    position: absolute;
    right: 0;
    width: 152px;
}


}
@media (max-width: 400px) {
    .navbar-brand img {
        max-width: 100%;
    }
}

/*#endregion header*/


/*FOOTER*/
.footer {
    background: #eff4f7;
    border: none;
    font-weight: 400;
    padding-bottom: 10px;
}

    .footer a, .footer ul {
        color: #333a40;
    }

    .footer .footer-title {
        border-bottom: none;
        font-size: 15px;
        font-weight: 500;
        line-height: 27px;
        padding: 20px 0 10px;
        text-transform: uppercase;
        color: #333a40;
    }


.footer-top {
    padding: 20px 0 40px;
}
.footer-center {
    background: #333a40;
}

.footer-bottom {
    background: #eff4f7;
    border-top: none;
    padding-top: 60px;
}

.footer-bottomlist {
    text-align: center;
}

    .footer-bottomlist a {
        font-size: 12px;
        letter-spacing: 1px;
        font-weight: 500;
        padding: 0 20px;
        line-height: 30px;
    }


.footer-cards {
    padding-top: 15px;
}

.footer-social {
    padding-top: 13px;
}
.footer-social a {
    font-size: 26px;
    margin: 0 0 0 16px;
}


.footer .news-letter-box {
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #fff;
}
	.footer .news-letter-box > i {
		font-size: 20px;
		padding-left: 18px;
	}	
	.footer .news-letter-box input {
		height: 42px;
		width: 80%;
		border: none;
		text-indent: 6px;
		box-shadow: none;
		margin: 0;
	}
.footer .news-letter-box .btn {
    box-shadow: none;
    color: #333a40;
    float: right;
    font-size: 13px;
    height: 42px;
    width: 16%;
    border-radius: 0 8px 8px 0;
    padding: 0;
    font-weight: 500;
    background: none;
}
.footer .news-letter-box .btn > i {
    font-size: 26px;
}
    .footer .newsletter p {
        padding-bottom: 20px;
    }
.km-sign {
    text-align: center;
    padding-top: 40px;
}

    .km-sign span {
        border-right: 1px solid #b7aeb3;
    }

    .km-sign a, .km-sign span {
        font-size: 13px;
        letter-spacing: 2px;
        font-weight: 500;
        padding: 0 30px;
    }




@media (min-width:992px) {
    .footer-social {
        text-align: right;
    }
.footer-cards img {
    margin: 0;
}	
}

@media (max-width:1200px) {
    .newsletter {
        text-align: center;
        padding-top: 35px;
    }

        .newsletter p {
            padding-bottom: 10px;
        }

        .newsletter span {
            display: none;
        }


}

@media (max-width:1200px) and (min-width:620px) {
    .newsletter {
        max-width: 60%;
        margin: 0 auto 0;
        float: none;
        display: flow-root;
    }
}

@media (max-width:991px) {

    .footer-bottom {
        padding-top: 40px;
    }

    .footer-social {
        padding-top: 20px;
		text-align: center;
    }
    .km-sign {
        padding-top: 20px;
    }
	.footer-cards {
		padding-top: 20px;
	}

    .newsletter {
        padding-top: 0px;
    }

    .footer-bottomlist a {
        letter-spacing: 0px;
        padding: 0 10px;
        font-size: 12px;
    }

    .km-sign a, .km-sign span {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 0 20px;
    }

    .bottom-menu .bm-child:nth-child(3), .bottom-menu .bm-child:nth-child(6) {
        display: none;
    }

    .bottom-menu .bm-child:first-child h3, .bottom-menu .bm-child:nth-child(4) h3 {
        font-size: 14px;
        padding: 20px 0 10px
    }
}

@media (max-width:767px) {
    .footer-center {
        padding: 10px 0;
    }

    #subscribe {
        border: none;
    }
}

/*#region footer-markt*/
.footer .footer-markt {
    background: #ffffff;
    padding: 20px 0 30px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

	.footer .footer-markt .card-box {
		padding: 0 2.5rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

.footer .footer-markt .card-box span {
    display: block;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333a40;
}
.footer .footer-markt .card-box p {
    display: block;
}
.footer .footer-markt .card-box .card-box-icon {
    margin-right: 20px;
}
.footer .footer-markt .card-box .card-box-icon i {
    font-size: 46px;
}
.footer .footer-markt .card-box i:before {
    color: #3ba5dd;
    background: linear-gradient(to right, #3aa5dd 20%, #0e4773 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media(max-width:1200px) {
	.footer .footer-markt .card-box {
		padding: 0;
		justify-content: center;
		flex-direction: column;
		text-align: center;
	}
	.footer .footer-markt .card-box .card-box-icon {
		margin-right: 0;
		margin-bottom: 20px;
		margin-right: 0;
	}

}
@media (max-width:767px) {

	.footer .footer-markt {
		padding: 15px 0;
	}

	.footer .footer-markt .card-box > div:nth-child(2) {
		min-height: 80px;
	}
.footer .footer-markt .marketing ul li:nth-child(3) .card-box, .footer .footer-markt .marketing ul li:nth-child(4) .card-box {
    margin-top: 15px;
}
	.footer .footer-markt .card-box span {

	}
	.footer .footer-markt .card-box p {
		font-size: 13px;
	}
        .footer .footer-markt .card-box ul li {
            margin-bottom: 15px;
        }

}
/*#endregion footer-markt*/

/*FOOTER END */

/*#region product card*/
.product-show-case .item.itemauto {
    margin: 0 8px 20px;
}
.item.itemauto {
    margin-bottom: 30px;
}
.product.whiteprd {
    background: #fff;
    border: 1px solid #D8D8D8;
}

    .product.whiteprd:hover {
        background: #fff;
    }



.product {
    text-align: left;
    padding: 0;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    position: relative;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}
.product .image-hover {
    padding: 14% 0 10%;
    max-height: initial;
}

        .product .image-hover a img {
            transition: all .4s ease-in-out;
            -moz-transition: all .4s ease-in-out;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
        }
    .product.whiteprd .image-hover {
        background: #f2f2f2;
        padding: 50px;
    }

    .product:hover .image-hover a img {
        opacity: 1;
    }
.product .promotion-first {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product .desc-top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
}
.product-status {
    bottom: 74px;
}
.product-status span {
    margin-bottom:4px;
}
.product-status span:last-child {
    margin-bottom:0;
}
.fast-shipping {
    color: #fff;
    background: #0a4471;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    padding: 5px 10px 4px;
}
.free-ship {
    background: #3e9d69;
    color: #fff;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    padding: 5px 10px 4px;
}
.promo-icon {
    position: absolute;
    left: 0;
    bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.promo-icon span:last-child {
    border-radius: 0 4px 4px 0;
}
.product .new-product {
    background: #31a4dd;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    padding: 5px 10px 4px;
}
.product .discount {
    background: #b00000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 16px;
    padding: 5px 10px 4px;
}
/*.discount {
    height: auto;
    background: #D62631;
    font-size: 12px;
    font-weight: 600;
    padding: 6px;
    border-radius: 0;
    line-height: 14px;
}*/
.product .btn-shopping-list {
    border: none;
    padding: 0;
    box-shadow: none;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    background: none;
    height: auto;
    width: auto;
    top: auto;
    right: auto;
    position: absolute;
    top: 10px;
    left: 10px;
}
.btn-shopping-list.active:before {
    color: #b00000;
}
.item .product-name {
    min-height: 40px;
    text-align: center;
}
.product .description {
    margin: 0;
    min-height: 98px;
    padding: 0 20px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    z-index: 1;
    position: relative;
}
.product .product-name a {
    font-size: 15px;
    font-weight: 600;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333a40;
}

.product .description .product-brnd {
    display: block;
    font-size: 13px;
    margin: 0;
    color: #737373;
    text-align: center;
}
.product .description .product-arc {
    display: block;
    font-size: 12px;
    margin: 0;
    font-style: italic;
    text-align: center;
}
    .product .description .product-adv {
        display: block;
        font-size: 12px;
        margin: 0;
	    text-align: center;
    }
.item .product .short-desc {
    display: none;
}
.product .hover-box .cart-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 10px;
}
.product .cnt-quantity .input-group {
    background: #fff;
}
.product .cnt-quantity {
    max-width: 102px;
    margin: 0;
}
.product .cnt-quantity .bootstrap-touchspin .btn {
    height: 38px;
    padding: 10px 12px;
}
.product .cnt-quantity .input-group input.form-control {
    height: 38px;
}
.product .price {
    min-height: 56px;
    padding: 0 20px 20px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    position: relative;
}

.product .price-box {
    min-height: auto;
    margin: 0;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.price-box .price-standard {
    color: #737373;
    font-size: 15px;
    text-decoration: line-through;
    display: block;
    line-height: 14px;
    margin-right: 8px;
}
.price-box .price-sales, .price-sales {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.campaign-prbox {
    font-size: 12px;
    font-weight: 500;
    color: #666;
    line-height: 16px;
}

        .campaign-prbox .camp-price {
            color: #d62631;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
        }

    .product .add-cart .btn-buy {
        font-size: 16px;
        text-transform: none;
        font-weight: 600;
        letter-spacing: 0;
        display: flex;
        text-shadow: none;
        max-width: 200px;
        width: 100%;
        -o-text-shadow: none;
        -webkit-text-shadow: none;
        -ms-text-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -ms-box-shadow: none;
        margin: 20px auto 15px;
        padding:8px 20px 10px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;

        color:#fff;
	letter-spacing: 1px;
    }

        .product .add-cart .btn-buy img {
            width: 24px;
            margin-left: 10px;
        }

.plistno-stock.btn {
    cursor: auto;
    min-width: 150px;
}
@media (min-width:1200px) {
    .product .price {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .campaign-prbox {
        border-left: 1px solid rgba(0, 0, 0, 0.5);
        margin: 0 0 0 8px;
        padding: 0 0 0 8px;
    }
}

@media (min-width:768px) {
    .plist {
        margin-left: -8px;
        margin-right: -8px;
    }
    .sidefix .plist.urun-slider {
        margin-right: -10px;
    }
    .product:hover {
        padding-bottom: 20px;
        margin-bottom: -20px;
        z-index: 9;
    }

    .product .hover-box {
        position: absolute;
        left: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: bottom .4s ease;
        -moz-transition: bottom .4s ease;
        -webkit-transition: bottom .4s ease;
        -o-transition: bottom .4s ease;
        text-align: center;
    }

    .product:hover .hover-box {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
    .product:hover .description {
        transform: scale(1) translatey(-30%);
    }
.product:hover .price {
    transform: scale(1) translatey(-46%);
}
    .product:hover .image-hover a img {
        transform: scale(0.85) translatey(-8%);
    }

    .plistno-stock.btn {
        margin: 20px auto 15px;
    }
}
@media (max-width:1199px) {

    .product .description {
        padding: 0 10px;
    }
    .product .product-name a {
        line-height: 18px;
    }
    .product .description .product-brnd {
        font-size: 13px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product .price {
        min-height: 58px;
        padding: 0 10px 20px;
    }
    .hover-box {
        padding: 0 10px 0px;
        text-align: center;
    }
    .product .product-discount {
        display: inline-block;
        vertical-align: super;
    }


    .product .campaign-prbox {
        margin-top: 5px;
    }
}
@media (min-width: 890px) {
    .product .price {
        justify-content: center;
        align-items: center;
    }
}
@media (max-width:1440px) {
    .plist .ps-nav {
        display: none;
    }
    .cat-slider .ps-nav {
        display: none;
    }
}
@media (max-width:991px) {

}
@media (max-width:767px) {
    /*.product-show-case .owl-stage {
        left: -50px;
    }*/

    .product {
        padding: 0 0 20px 0px;
    }
    .plist.urun-slide, .plist.urun-slider {
        margin-right: -20px;
        margin-left: -10px;
    }
    .sidefix .plist.urun-slide, .sidefix .plist.urun-slider {
        margin-left: 0px;
        margin-right: -10px;
    }
    .product-show-case.owl-theme .owl-dots {
        display: none;
    }
    .product .add-cart .btn-buy {
        margin: 0px auto 0px;
    }
    .item.itemauto {
        margin-bottom:20px;
    }


}

.plist .ps-nav {
    background: #F2F2F2;
    top: 42%;
}

    .plist .ps-nav.ps-next {
        right: -10px;
        transform: translate(100%,-50%);
    }

    .plist .ps-nav.ps-prev {
        left: -10px;
        transform: translate(-100%,-50%);
    }

    .plist .ps-nav img {
        filter: opacity(0.2);
    }

.plist .ps-nav:hover img {
        filter: opacity(1);
    }
.cat-slider .ps-nav {
    top: 40%;
}
    .cat-slider .ps-nav.ps-next, .cat-slider:hover .ps-nav.ps-next {
        right: -10px;
        transform: translate(100%,-50%);
    }

    .cat-slider .ps-nav.ps-prev, .cat-slider:hover .ps-nav.ps-prev {
        left: -10px;
        transform: translate(-100%,-50%);
    }



/*#region list view*/
@media (min-width:768px) {
    .item.list-view .product {
        display: grid;
        grid-template-columns: auto auto auto auto;
        padding: 26px 0;
        min-height: 338px;
        align-items: center;
    }

        .item.list-view .product:hover {
            margin-bottom: 0;
        }

    .item.list-view .image-hover {
        grid-area: 1 / 1 / span 4 / span 1;
        background: #f2f2f2;
        max-height: inherit;
        max-width: inherit;
        padding: 0 30px;
    }

        .item.list-view .image-hover img {
            max-height: 218px;
            width: auto;
        }

    .item.itemauto.list-view {
        min-height: auto;
    }

    .item.list-view .description {
        grid-area: 2 / 2 / span 2 / span 3;
        text-align: left;
        padding: 0;
    }

        .item.list-view .description p {
            text-align: left;
        }

    .item.list-view .product-name {
        padding-bottom: 10px;
    }

    .item.list-view .promo-icon {
        grid-area: 1 / 2 / span 1 / span 4;
    }

    .item.list-view .new-product {
        position: inherit;
    }

    .item.list-view .price {
        grid-area: 4 / 2 / span 1 / span 3;
        text-align: left;
        padding: 0;
        min-width: 270px;
    }

    .item.list-view .product .hover-box {
        grid-area: 4 / 4 / span 1 / span 1;
        position: relative;
        opacity: 1;
        visibility: visible;
    }

    .item.list-view .product .add-cart .btn-buy {
        margin: 0;
        padding: 12px 20px;
    }



    .item.list-view .product .short-desc {
        display: block;
        font-size: 16px;
        font-weight: 400;
        min-width: 400px;
        padding-top: 10px;
        max-width: 400px;
    }

    .item.list-view .product:hover .description {
        transform: none;
    }

    .item.list-view .product:hover .image-hover a img {
        transform: none;
    }
    .item.list-view .product:hover .price {
        transform: none;
    }
}
@media (max-width:767px) {
    .item.list-view .product {
        max-width: inherit;
        padding-right: 0px;
    }
    .item.list-view .image-hover {
        background: transparent;
        float: none;
        max-height: inherit;
        max-width: inherit;
        overflow: hidden;
        padding: 20% 20% 10%;
    }
    .item.list-view .product .short-desc {
        display: none;
    }
    .item.list-view .product .description {
        padding: 0 20px;
    }
    .item.list-view .product .price {
        padding: 0 20px 20px;
    }
}
@media (max-width: 480px) {
    .item.list-view h4, .item.list-view .description, .item.list-view h4, .list-description, .item.list-view .price, .item.list-view .action-control, .item.list-view .description p {
        text-align: left;
    }
}
/*#endregion list view*/



 /*region hero content*/
.hero-product .product {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin: 70px 0 50px;
    overflow: visible;
    border: none;
    box-shadow: none;
}
.hero-product .product .image-hover {
    padding: 0;
    max-height: initial;
    overflow: visible;
    position: static;
}
.hero-product .product:before {
    content: '';
    background: linear-gradient(301deg, #cacacd 0%, #f7f7f7 100%);
    position: absolute;
    top: 0;
    left: 60px;
    right: 15px;
    bottom: 0;
    border-radius: 8px;
}
.hero-product .product:after {
    content: '';
    background: linear-gradient(301deg, #0a4471 0%, #3aa5dd 100%);
    position: absolute;
    top: 0;
    left: 60px;
    right: 15px;
    bottom: 0;
    border-radius: 8px;
    opacity: 0;
    transition: .3s opacity;
    z-index: 1;
}
.hero-product .product:hover:after {
    opacity: 1;
}

.hero-product .product .image-hover > a {
    display: block;
    max-width: 218px;
    position: absolute;
    left: 0px;
    top: -50px;
    box-shadow: 20px 15px 60px rgba(0, 0, 0, .16);
    z-index: 2;
}
.hero-product .product .image-hover > a > img {
    max-width: 200px;
}
.hero-product .product:hover .image-hover > a > img {
    transform: none;
}
.hero-product-desc {
    position: relative;
    max-width: 300px;
    padding: 40px 10px 40px 46px;
    z-index: 2;
}
.hero-product .product .hero-product-desc .hero-title a {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    height: 46px;
}
.hero-product .product:hover  .hero-product-desc .description, .hero-product .product:hover  .hero-product-desc .price {
        transform: none;
    }
.hero-product .product:hover .hero-product-desc .hero-title,
.hero-product .product:hover .hero-product-desc p,
.hero-product .product:hover .hero-product-desc .hero-author,
.hero-product .product:hover .hero-product-desc .link-btn,
.hero-product .product:hover .hero-product-desc .hero-price .list-price,
.hero-product .product:hover .hero-product-desc .hero-price .price {
	color:#fff;
}
.hero-product .product .hero-product-desc .hero-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.hero-product .product .hero-product-desc .hero-author {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    font-style: italic;
}
.hero-product .product .hero-product-desc p {
    color: #737373;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}
.hero-product .product .hero-product-desc .hero-price {
    padding-bottom: 15px;
}
.hero-product .product .hero-product-desc .hero-price .price {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    color: #3aa5dd;
    min-height: auto;
    padding: 0;
}
.hero-product .product .hero-product-desc .hero-price .list-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #737373;
}
.hero-product .product .hero-product-desc .link-btn {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.hero-product .product .hero-product-desc .link-btn i {
    font-size: 12px;
    margin-left: 2px;
}
.hero-product .product .hero-product-desc .link-btn i:before {
    font-weight: bold;
}
@media (max-width:1520px) and (min-width:1400px) {
	.hero-product .product .image-hover > a {
		top: -30px;
	}
	.hero-product .product .image-hover > a > img {
		max-width: 180px;
	}
	.hero-product-desc {
		padding: 40px 10px 40px 60px;
	}
}
@media (max-width:1399px) and (min-width:1200px) {
	.hero-product .product .image-hover > a {
		top: -30px;
	}
	.hero-product .product .image-hover > a > img {
		max-width: 160px;
	}
	.hero-product-desc {
		padding: 40px 10px 40px 120px;
	}
	.hero-product .product .hero-product-desc p {
		display: none;
	}
}
@media (max-width:991px) {
	.hero-product .product {
		padding-top: 20px;
		margin: 0 0 15px 0;
		justify-content: center;
	}

	.hero-product .product:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.hero-product .product:after {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.hero-product .product .image-hover > a {
		max-width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.hero-product .product .image-hover > a > img {
		max-width: 100%;
	}	
	.hero-product-desc {
		max-width: 100%;
		padding: 25px 0;
	}
	.hero-product .product .hero-product-desc .hero-title {
		font-size: 18px;
		height: 48px;
	}
    .hero-product .product .hero-product-desc p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
	.hero-product .product .hero-product-desc .hero-title {
		font-size: 14px;
		height: 50px;
	}
	.hero-product .product .hero-product-desc p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
		font-size: 13px;
	}
	.hero-product .product {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
	}
    .hero-product-desc {
        padding: 15px 0;
    }
	.hero-product .product .hero-product-desc .hero-price .price {
		margin-left: 0;
		display: block;
	}
	.hero-product .product .hero-product-desc .link-btn {
		font-size: 14px;
	}
}




/*endregion hero content*/



/*#endregion product card*/
/*region product tab*/
.tab-title {
	position: relative;
}

.tab-title h2 {
    padding-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    display: inline-block;
    background: #fff;
    padding-right: 40px;
}
.pgroup-tab-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}
.pgroup-tab .nav-tabs {
    border: none;
    text-align: right;
}
.pgroup-tab .nav-tabs:after {
    display:none;
}
.pgroup-tab .nav-tabs li a, .pgroup-tab .nav-tabs > li:hover > a {
    font-size: 18px;
    margin: 0 12px;
    background: none;
    padding: 0 15px;
    font-weight: 500;
    color: #737373;
    box-shadow: none;	
}
.pgroup-tab .nav-tabs li:last-child a, .pgroup-tab .nav-tabs > li:last-child:hover > a {
    padding-right: 0;
    margin-right: 0;
}
.pgroup-tab .nav-tabs > li.active > a, .pgroup-tab .nav-tabs > li.active > a:hover, .pgroup-tab .nav-tabs > li.active > a:focus, .pgroup-tab .nav-tabs > li.hover > a, .pgroup-tab .nav-tabs > li:hover > a {
    color: #333a40;
    background: none;
    box-shadow: none;
}
.pgroup-tab .nav-tabs li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: linear-gradient(301deg, #0a4471 0%, #3aa5dd 100%);
    border-radius: 50%;
    opacity: 0;
    transition: opacity .15s ease-out;
}
.pgroup-tab .nav-tabs li.active a:before {
    opacity: 1;
}
.pgroup-tab .tab-content {
    padding: 0;
}
@media (min-width:1400px) {
	.tab-title {
		width: 76%;
	}

	.pgroup-tab .nav-tabs {
		width: 24%;
	}
}
@media (max-width:1400px) and (min-width:1200px) {
	.tab-title {
		width: 70%;
	}

	.pgroup-tab .nav-tabs {
		width: 30%;
	}
}
@media (max-width:1200px) and (min-width:992px) {
	.tab-title {
		width: 66%;
	}

	.pgroup-tab .nav-tabs {
		width: 34%;
	}
}
@media (min-width:992px) {
	.tab-title::after {
		top: 50%;
		border-top: 1px solid #2d8bc0;
		content: '';
		position: absolute;
		width: 100%;
		height: 0;
		left: auto;
		right: 0;
		z-index: -1;
	}
}
@media (max-width:767px) {
	.pgroup-tab-top {
		align-items: flex-start;
		padding-bottom: 10px;
		flex-direction: column;
	}
	.tab-title {
		padding-bottom: 12px;
	}
}
/*endregion product tab*/


/*PRODUCT-DEAIL*/

.prd-container.container {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}
.transitionfx {
    margin-bottom: 40px;
}
.pdetail {
    padding-top: 10px;
}

.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb.pd-breadc {
    padding: 0px 0 20px;
}

    .breadcrumb a {
        font-size: 13px;
    }

.category-path {
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
}

h1.product-title {
    padding-bottom: 7px;
    font-size: 35px;
    font-weight: 600;
}
.pd-top {
    position: absolute;
    top: 13px;
    left: 23px;
    z-index: 1;
}
.share-pd .btn-share {
    border: none;
    background: none;
    padding: 0;
    box-shadow: none;
    display: block;
    margin-right: 10px;
    line-height: 1;
    font-size: 26px;
}
.pd-author {
    padding-bottom: 10px;
}
.pd-author a {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}
.pdetail .product-code {
    font-size: 13px;
    display: block;
    margin: 2px 0px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.prop-spec-box {
    display: flow-root;
    padding-top: 20px;
}
.prop-spec-box span {
    margin-bottom: 5px;
    color: #737373;
    padding-left: 0;
}
.deliverytime {
    padding: 20px 0;
    color: #737373;
    font-size: 14px;
    font-weight: 500;
}
.icon-new {
    z-index: 1;
    position: absolute;
    top: 12px;
    right: 28px;
}
.icon-new .pdetail-icon-text {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    background: #0a4471;
    border-radius: 4px;
    padding: 2px 7px 1px;
}
.product-default-image {
    border: 1px solid #efefef;
}

.product-image-list a {
    width: 70px;
    margin-bottom: 0;
    border: 1px solid #efefef;
    display: inline-block;
    margin: 8px 8px 0 0;
    padding: 2px;
}

    .product-image-list a:last-child {
        margin-right: 0;
    }

    .product-image-list a img {
        max-width: 100%;
    }

.product-image-list {
    margin-top: 10px;
}

.product-images {
    margin-bottom: 0px;
}

.camp-box {
    padding: 14px 0 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

div#Campaigns {
    display: inline-block;
}

.campaign {
    border: none;
    color: #333a40;
    background-color: #f1f1f1;
    padding: 4px 15px;
    border-radius: 15px;
    margin-bottom: 0;
}
.prd-campaign.available-campaigns {
    margin-right: 10px;
}
.campaign-title {
    color: #333a40;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 0 black;
    text-transform: none;
}

.product-subtitle {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 10px;
    text-align: right;
    font-weight: 700;
}

    .product-subtitle a {
        text-decoration: underline;
        font-weight: 400;
        line-height: 13px;
        display: block;
        font-size: 13px;
        padding-top: 7px;
    }

.pd-discount span {
    display: block;
    color: #3aa5dd;
    font-size: 22px;
    padding-top: 18px;
}
.pdetail .price-box {
    display: inline-block;
}
.product-price {
    align-items: flex-end;
    max-width: 440px;
    justify-content: space-between;
    margin-top: 25px;
}
.price-list {
    display: flex;
    font-weight: 600;
    font-size: 18px;
    color: #333a40;
}
.pdetail .price-standard {
    font-weight: 600;
    font-size: 18px;
    color: #333a40;
    padding-left: 5px;
}
.pdetail .product-price .price-sales {
    font-size: 32px;
    font-weight: 400;
    color: #3aa5dd;
}
.pd-installment {
    padding-bottom: 25px;
}
.pdetail .installment-price {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 14px;
}
.price-savings {
    background-color: #daf1e1;
    color: #1b5e20;
    padding: 6px 12px;
    border-left: 4px solid #4caf50;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-top: 12px;
}
.price-savings strong {
    margin-right: 5px;
    font-size: 15px;
    color: #2e7d32;
}
.applied-campaigns {
    color: #989898;
}
.pdetail .product-price .pd-campaigns .price-sales {
    color: #ce2428;
}
.cnt-quantity {
    max-width: 112px;
}
.cnt-quantity .input-group {
    border-radius: 30px;
}
.cnt-quantity .input-group input.form-control {
    height: 48px;
}
.cnt-quantity .bootstrap-touchspin .btn {
    height: 48px;
	padding: 10px 14px;
}
.btn.btn-lg.btn-cart {
    min-width: 100%;
    padding: 13px 10px;
    font-size: 18px;
}
.cart-actions {
    margin-top: 32px;
}
.cart-actions button.btn-cart {
    background: none repeat scroll 0 0 #ffffff;
    border: 2px solid #3498db;
    color: #3498db;
}
.cart-actions button.btn-cart:hover {
    background: #217ad3;
    border: 2px solid #217ad3;
    color: #fff;
}
.product-icon a {
    border: 1px solid #efefef;
    padding: 10px 8px 4px;
    vertical-align: middle;
    width: 108px;
    box-shadow: 3px 3px 0px rgba(219, 219, 219, 0.5);
}

.prd-group-container .prd-group-title {
    font-size: 14px;
    font-weight: 500;
}

.prd-group-container .item .product {
    padding: 5px;
    border-width: 1px;
    box-shadow: none;
}
.prd-group-container .item .product:hover {
    padding-bottom: 5px;
    margin-bottom: 0;
}
.icon-free-shipping {
    background: #f1f1f1;
    padding: 4px 15px;
    border-radius: 15px;
    display: inline-block;
    margin-right: 10px;
}

.pdetail-icon-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-shadow: 0 0 black;
}

.product-icon-new > span {
    padding: 1px 15px 0 0px;
    vertical-align: middle;
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.product-icon-new .icon-instock {
    color: #4dc247;
}

.product-icon-new .icon-sold-out {
    color: #d71920;
}
span.icon-instock {
    font-size: 20px;
    padding: 5px 0px 0;
    display: inline-block;
    vertical-align: text-top;
    color: #0dc143;
}
    span.icon-instock i {
        font-size: 25px;
        margin-right: 8px;
        vertical-align: bottom;
    }
.pd-chapps-box {
    color: #737373;
    padding-bottom: 10px;
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.pd-chapps-box i {
    font-size: 25px;
    margin-right: 8px;
}
.alert-box div {
    padding: 8px 20px 5px;
}
.incaps {
    font-size: 13px;
    letter-spacing: 1px;
}
.prd-promotion {
    margin-top: 20px;
    margin-bottom: 0px;
}

.prd-promotion-title {
    font-size: 22px;
    font-weight: 600;
}
.prd-promotion .item {
    margin-bottom: 0px;
}
.prd-promotion .product-image img {
    width: 100px;
    margin: 0;
}
.prd-promotion .product-name {
    font-size: 15px;
}
.prd-promotion .item .price {
    margin-left: 0;
	font-size: 15px;
}
.product-tab-box {
    display: flow-root;
    padding-bottom: 60px;
}
div#Detail {
    text-align: justify;
}
.product-part-title {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 2px solid #ececec;
    padding-bottom: 10px;
    font-weight: 500;
    color: #3aa5dd;
}
.tab-content {
    padding: 10px 20px;
}

.tab-content .table > tbody > tr > td {
    font-size: 13px;
    line-height: 1;
}

.table > thead > tr > td.light-tbl, .table > tbody > tr > td.light-tbl, .table > tfoot > tr > td.light-tbl, .table > thead > tr > th.light-tbl, .table > tbody > tr > th.light-tbl, .table > tfoot > tr > th.light-tbl, .table > thead > tr.light-tbl > td, .table > tbody > tr.light-tbl > td, .table > tfoot > tr.light-tbl > td, .table > thead > tr.light-tbl > th, .table > tbody > tr.light-tbl > th, .table > tfoot > tr.light-tbl > th {
    background-color: #fff;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.prd-properties .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.properties-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.properties-box > div {
    padding-left: 0;
}
.properties-item {
    color: #71717A;
    margin-bottom: 12px;
    font-size: 14px;
}
.properties-box .properties-item span {
    display: block;
	color:#000;
}
@media screen and (max-width: 991px){
	.product-tab .panel-group {
		border-top: none;
	}
}
@media (min-width:767px) {
    .product-image-list {
        margin-top: 0px;
    }

    .prd-social div a.wpmobile {
        display: none;
    }
	.tab-right {
		padding-left:50px;
	}
div#prd-promotion {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}
	.pdetail {
		padding-left: 50px;
	}
}

@media (max-width:767px) {
    h1.product-title {
        font-size: 20px;
        padding-bottom: 5px;
    }

    .category-path {
        padding-left: 10px;
    }

    .pdetail {
        clear: both;
    }

    .product-default-image {
        border: none;
    }

    .product-image-list a {
        width: 86px !important;
    }


    .pdetail .product-price {
        margin-bottom: 12px;
		margin-top: 5px;
    }
.prop-spec-box {
    padding-bottom: 15px;
}

	.prd-promotion {
		margin-top: 10px;
	}
	.prd-promotion-title {
		font-size: 18px;
	}
	.prd-promotion .product-image img {
		width: 80px;
	}
.product-part-title {
    font-size: 18px;
}
}

@media(max-width:916px) {
    .cnt-quantity .quantity {
        width: 120px;
    }
}

@media (max-width: 480px) {


.pdetail .product-price .price-sales {
    font-size: 34px;
}
.pd-discount span {
    font-size: 20px;
}
.price-list {
    font-size: 16px;
}
    .product-subtitle {
        font-size: 13px;
        text-align: left;
        margin-top: 20px;
        padding: 0;
    }

        .product-subtitle a {
            font-size: 12px;
            display: inline-block;
        }
}
/*product tab*/


.product-tab {
    margin-bottom: 0;
}

    .product-tab .panel-group {
        margin-bottom: 0px;
    }

        .product-tab .panel-group .panel {
            box-shadow: none;
            border: none;
            margin-top: 0;
        }


    .product-tab .panel-body {
        padding: 15px 10px;
        color: #000;
    }

    .product-tab #accordion .panel .panel-heading h4 {
        color: #000;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        text-shadow: 0 0 black;
    }

.product-tab .panel-default > .panel-heading {
    padding: 16px 5px !important;
    padding-left: 0;
    border-width: 1px 0 0;
    background: #fff;
    box-shadow: none;
    border-style: solid;
    border-color: #efefef;
}

.product-tab #accordion .panel:last-child .panel-heading {
    border-bottom: solid 1px #efefef;
}



.product-tab #Instalments .table {
    margin-top: 15px;
    margin-bottom: 0;
}

.product-tab .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.product-tab .table > thead > tr > th, .product-tab .table > tbody > tr > th, .product-tab .table > tfoot > tr > th, .product-tab .table > thead > tr > td, .product-tab .table > tbody > tr > td, .product-tab .table > tfoot > tr > td {
    border-top: none;
}

.prd-properties > table > thead > tr > th {
    display: none;
}



div#Instalments {
    font-size: 11px;
    letter-spacing: 0;
}
.collapse.in#Instalments {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
    div#Instalments .inst-box {
        padding: 0 3px;
    }

.installment-bank {
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
}
.tab-content .table > tbody > tr > td {
    font-size: 13px;
    line-height: 1;
}

.table > thead > tr > td.light-tbl, .table > tbody > tr > td.light-tbl, .table > tfoot > tr > td.light-tbl, .table > thead > tr > th.light-tbl, .table > tbody > tr > th.light-tbl, .table > tfoot > tr > th.light-tbl, .table > thead > tr.light-tbl > td, .table > tbody > tr.light-tbl > td, .table > tfoot > tr.light-tbl > td, .table > thead > tr.light-tbl > th, .table > tbody > tr.light-tbl > th, .table > tfoot > tr.light-tbl > th {
    background-color: #fff;
}

.tab-content .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

/*product tab*/


/*PRODUCT-DEAIL END*/


/*region masonry*/

.masonry {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    grid-gap: 20px;
    padding: 0 10px;
}
.content-temp .inner a {
    border-radius: 8px;
}
.content-temp:first-child {
    grid-area: 1 / 1 / span 2 / span 1;
}
.content-temp:nth-child(2) {
    grid-area: 1 / 2 / span 1 / span 2;
}
.content-temp:nth-child(3) {
    grid-area: 1 / 4 / span 1 / span 1;
}
.content-temp:nth-child(4) {
    grid-area: 2 / 2 / span 1 / span 1;
}
.content-temp:nth-child(5) {
    grid-area: 2 / 3 / span 1 / span 2;
}

@media (max-width:767px) {
.masonry {
    grid-gap: 10px;
}
.content-temp:first-child {
    grid-area: 1 / 1 / span 1 / span 3;
}	
.content-temp:nth-child(2) {
    grid-area: 2 / 1 / span 1 / span 2;
}	
.content-temp:nth-child(3) {
    grid-area: 2 / 3 / span 1 / span 1;
}	
.content-temp:nth-child(4) {
    grid-area: 3 / 1 / span 1 / span 1;
}
.content-temp:nth-child(5) {
    grid-area: 3 / 2 / span 1 / span 2;
}
}
 /*endregion masonry*/
 /*region home-brand*/
.dark-blue-bg {
    background: #0a4471;
    padding: 40px 0;
    color: #fff;
}
.dark-blue-bg .module-title-edit {
    color: #fff;
}
 /*endregion home-brand*/
 /*region content temp1 & content temp8 */
.content-temp1 .inner > a {
	border-radius: 8px; 	 
 }
.content-temp1 .content-desc {
    padding-top: 10px;
}
.content-temp1 .content-desc a {
	font-size: 18px;
    display: block;
    font-weight: 600; 
	 
}
.content-temp8 .inner > a {
    border-radius: 8px;
}
@media (max-width:767px) {
.content-temp1 .content-desc a {
    font-size: 14px;
}
}
 /*endregion content temp1 & content temp8 */
/*region blog slider*/
.blog-slider .blog-short-desc {
    margin-bottom: 0px;
    font-size: 15px;
    color: #737373;
    min-height: 50px;
}
.blog-slider .blog-item h2 {
    border-bottom: none;
    font-size: 20px;
    font-weight: 500;
}

.blog-slider .blog-item img {
    border-radius: 8px;
}
/*endregion blog slider*/
/*region explore slider*/
.blue-bg {
    background: #eff4f7;
    padding: 40px 0;
}
.content-slide.multi-slide {
    margin: 0 auto;
    padding: 0 20px;
}
    .content-slide.multi-slide .content-desc {
        padding: 20px 0 0;
    }
.content-slide.multi-slide .content-desc a {
    font-size: 18px;
    display: block;
    font-weight: 600;
}
.content-slide.multi-slide .main-image a img {
    border-radius: 8px;
}


@media (max-width:767px) {
.blue-bg.reviews-pd {
    padding: 40px 10px;
}
    .content-slide.multi-slide .content-desc a {
        font-size: 16px;
    }

    .content-slide.multi-slide {
        padding: 0 12px;
    }

}
 /*endregion explore slider*/
 /*region hero content*/
.hero-content .inner {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    margin: 70px 0 50px;
}
.hero-content .inner:before {
    content: '';
    background: linear-gradient(301deg, #cacacd 0%, #f7f7f7 100%);
    position: absolute;
    top: 0;
    left: 60px;
    right: 15px;
    bottom: 0;
    border-radius: 8px;
}
.hero-content .inner:after {
    content: '';
    background: linear-gradient(301deg, #0a4471 0%, #3aa5dd 100%);
    position: absolute;
    top: 0;
    left: 60px;
    right: 15px;
    bottom: 0;
    border-radius: 8px;
    opacity: 0;
    transition: .3s opacity;
    z-index: 1;
}
 .hero-content .inner:hover:after {
    opacity: 1;
}

 .hero-content .inner > a {
    display: block;
    max-width: 218px;
    position: absolute;
    left: 0px;
    top: -50px;
    box-shadow: 20px 15px 60px rgba(0, 0, 0, .16);
    z-index: 2;
}
.hero-content .inner > a > img {
    max-width:200px;
}
.hero-content-desc {
    position: relative;
    max-width: 300px;
    padding: 40px 10px 40px 46px;
    z-index: 2;
}
.hero-content .inner:hover .hero-content-desc .hero-title,
.hero-content .inner:hover .hero-content-desc p,
.hero-content .inner:hover .hero-content-desc .hero-author,
.hero-content .inner:hover .hero-content-desc .link-btn,
.hero-content .inner:hover .hero-content-desc .hero-price .list-price,
.hero-content .inner:hover .hero-content-desc .hero-price .price {
	color:#fff;
}
.hero-content .inner .hero-content-desc .hero-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}
.hero-content .inner .hero-content-desc .hero-author {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    font-style: italic;
}
.hero-content .inner .hero-content-desc p {
    color: #737373;
    padding-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-letter-spacing: normal;
    -moz-letter-spacing: normal;
    -ms-letter-spacing: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}
.hero-content .inner .hero-content-desc .hero-price {
    padding-bottom: 15px;
}
.hero-content .inner .hero-content-desc .hero-price .price {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    color: #3aa5dd;
}
.hero-content .inner .hero-content-desc .hero-price .list-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #737373;
}
.hero-content .inner .hero-content-desc .link-btn {
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.hero-content .inner .hero-content-desc .link-btn i {
    font-size: 12px;
    margin-left: 2px;
}
.hero-content .inner .hero-content-desc .link-btn i:before {
    font-weight: bold;
}
@media (max-width:1520px) and (min-width:1400px) {
	.hero-content .inner > a {
		top: -30px;
	}
	.hero-content .inner > a > img {
		max-width: 180px;
	}
	.hero-content-desc {
		padding: 40px 10px 40px 60px;
	}
}
@media (max-width:1399px) and (min-width:1200px) {
	.hero-content .inner > a {
		top: -30px;
	}
	.hero-content .inner > a > img {
		max-width: 160px;
	}
	.hero-content-desc {
		padding: 40px 10px 40px 120px;
	}
	.hero-content .inner .hero-content-desc p {
		display: none;
	}
}
@media (max-width:991px) {
	.hero-content .inner {
		padding-top: 20px;
		margin: 0 0 15px 0;
		justify-content: center;
	}

	.hero-content .inner:before {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.hero-content .inner:after {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.hero-content .inner > a {
		max-width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.hero-content .inner > a > img {
		max-width: 100%;
	}	
	.hero-content-desc {
		max-width: 100%;
		padding: 25px 0;
	}
	.hero-content .inner .hero-content-desc .hero-title {
		font-size: 18px;
		height: 48px;
	}
    .hero-content .inner .hero-content-desc p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 0;
    }
}

@media (max-width:767px) {
	.hero-content .inner .hero-content-desc .hero-title {
		font-size: 14px;
		height: 50px;
	}
	.hero-content .inner .hero-content-desc p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
		font-size: 13px;
	}
	.hero-content .inner {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
	}
    .hero-content-desc {
        padding: 15px 0;
    }
	.hero-content .inner .hero-content-desc .hero-price .price {
		margin-left: 0;
		display: block;
	}
	.hero-content .inner .hero-content-desc .link-btn {
		font-size: 14px;
	}
}




/*endregion hero content*/




/*#region property alphabet*/


.alphabet-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .alphabet-list li {
        text-align: center;
        flex: 0 0 auto;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
        .alphabet-list li a {
            font-size: 20px;
            line-height: 24px;
        }

            .alphabet-list li a.selected {
                font-weight: 700
            }

        .alphabet-list li:last-child a {
            margin-right: 2px;
        }

        .alphabet-list li a:after {
            content: "\00B7";
            padding: 0 6.5px;
            font-size: 18px;
            line-height: 24px;
        }

        .alphabet-list li:last-child a:after {
            display: none;
        }

@media (min-width:1323px) {
    .property-alphabet {
        padding-bottom: 30px;
        border-bottom: 2px solid #d1d1d1;
    }
}

@media (max-width:1322px) {
    .property-alphabet {
        overflow-x: scroll;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        padding-bottom: 30px;
        overflow: -moz-scrollbars-horizontal;
    }
        .property-alphabet::-webkit-scrollbar-track {
            background-color: transparent;
            height: 8px;
        }

        .property-alphabet::-webkit-scrollbar {
            background:#ededed;
            height: 8px;
            -webkit-appearance: none;
        }

        .property-alphabet::-webkit-scrollbar-thumb {
            border-radius: 60px;
            background: #000;
        }
}
/*#endregion property alphabet*/
/*#region property list*/

.property-list-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
    .property-list-title li a {
        padding: 18px 0px 4px;
        display: block;
        margin: 0 44px 0 0;
        font-size: 20px;
        color: #6F6F6F;
        line-height: 24px;
    }
    .property-list-title li.active a {
        position: relative;
        color: #000000;
    }
        .property-list-title li.active a:before {
            content: "";
            height: 5px;
            background: #D62631;
            top: 0;
            position: absolute;
            left: 0;
            width: 100%;
        }

.property-list {
    margin-top: 20px;
}
.property-list li {
    border-bottom: 1px solid #00000033;
}
    .property-list li a {
        font-size: 20px;
        padding: 15px 0;
        display: block;
        line-height: 24px;
        position: relative;
    }
        .property-list li a:after {
            width: 36px;
            height: 36px;
            background: url(/skins/shared/images/right.svg) no-repeat right center;
            content: "";
            color: #000;
            position: absolute;
            right: 0;
            top: 12px;
        }
/*#endregion property list*/


/*#region property detail*/
.property-detail {
    display: flow-root;
}
.property-detail .property-text h2 {
    font-size: 34px;
    line-height: 34px;
    padding-bottom: 10px;
}
    .property-detail .property-text > span {
        color: #00000080;
        font-size: 20px;
        line-height: 24px;
        font-style: italic;
        margin-bottom:25px;
        display:block;
    }
.property-detail .property-text p, .property-detail .property-text .property-desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}

@media (min-width:992px) {
    .property-detail {
        display: flex;
        clear: both;
        margin-bottom: 60px;
        margin-top: 30px;
    }

    .property-detail .property-img {
        padding-right: 40px;
        padding-left: 0;
    }
}
@media (max-width:991px) {
    .property-detail .property-img, .property-detail .property-text {
        padding-right: 0px;
        padding-left: 0;
    }
    .property-detail .property-img {
        margin-bottom:30px;
    }
}
a.filter-square-modal.modal-property {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0;
    display: block;
    margin: 2px 0;
    position: relative;
}
a.filter-square-modal.modal-mobile-property {
    font-size: 16px;
    line-height: 20px;
    padding: 4px 0;
    display: block;
    margin: 2px 0;
}
/*#endregion property detail*/







.module-title {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

 .module-title h2 {
    font-size: 20px;
    font-weight: 500;

}




.btn-success {
    color: #fff;
    background-color: #004a75;
}

.btn-success.focus, .btn-success:focus, .btn-success:hover, .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #013655;
}
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #013655;
}


/*upload product*/
.upload-product {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.upload-product-title {
    font-size: 16px;
    padding-bottom: 20px;
}
.upload-product a.btn {
    border-radius: 0 30px 30px 0;
    min-width: 100px;
}
.upload-product input[type=file] {
    background: #eff4f7;
    border-radius: 30px 0 0 30px;
    padding: 8px 0 8px 20px;
    border: none;
    font-size: 12px;
    height: 38px;
}

.hidden-file {
    position: absolute !important;
    left: -9999px !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
}
.custom-upload {
    background-color: #eff4f7;
    color: black;
    padding: 8px 20px;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    transition: background 0.3s ease;
    margin: 0;
    height: 38px;
    width: 18%;
    min-width: 230px;
}

.custom-upload:hover {
    background-color: #dbeaf3;
}

.cart-product .discount {
    padding: 8px 8px;
    border-radius: 4px;
}
/*end upload product*/

 
 
 
 
 
 
 
 
 
 
 
 
