.btn {
    border-radius: 30px;;
}
body, a {
    color: #343434;
}
/*SEARCH*/
.search-input-box .search-input {
    background-color: #ffffff;
    border: none;
    max-width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}
.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 38px;
    box-shadow: none;
    border-radius: 30px 0 0 30px;
    text-indent: 16px;
    border-right: none;
}
.search-input-box .input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.search-input {
    color: #989898;
    font-size: 13px;
    padding: 6px 10px;
    font-weight:500;
}
.search-input-box {
    display: table;
    max-width: 100%!important;
    width: auto!important;
    border-radius: 0;
    position: relative;
    border-radius: 30px;
    float: right;
    padding-top: 7px;
}
.search-input::-webkit-input-placeholder{
    color:#cac7c4;
}
.search-input:-moz-placeholder {
    color:#cac7c4;
} 
.search-input-box span.input-group-btn {
    line-height: 0;
    border-radius: 0 30px 30px 0;
}
.search-input-box .search-btn {
    background-color: #ffffff;
    font-size: 18px;
    padding: 10px 29px 10px;
    line-height: 0;
    border-radius: 0 30px 30px 0;
}
.search-input-box .search-btn span {
    font-size: 18px;
    padding-left: 10px;
}
.search-new-mobile {
    margin-top: 105px;
    margin-bottom: 10px;
}
@media (max-width:767px) {
.search-input-box {
	padding-top:0;
    border: 1px solid #004e7345;
}
    .search-input-box .search-btn {
        padding: 10px 20px !important;
        font-size: 16px;
    }
    .input-group .search-input.form-control {
        font-size: 12px;
        height: 40px;
    }
}
/*SEARCH*/
/*HEADER v3*/
.home-header-offset {
    padding-top: 159px;
}
.container {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

/*#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: #eeff00;
    height: 32px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    color: #080e42;
    transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -ms-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
}
.navbar.stuck .header-free {
    margin-top: -32px;
}
.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;
}
.header-free .toptext span:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #080e42;
    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*/
.headerv3.navbar-km {
    background: #fff;
    border: none;
}
.headerv3 .brandWrap {
    height: 88px;
}
.headerv3.hdr-crt .brandWrap {
    background: #f6f6f6;
}
.headerv3 .navbar-brand {
    padding: 9px 0;
    height: 88px;
}
.headerv3 .cart-page .navbar-brand {
    display: block;
    height: 70px;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 5px 0;
    position: absolute;
    right: 0;
    width: 260px;
    margin-top: 0;
}

.headerv3 .navbar-top {
    background: #bebdbd;
    height: 32px;
}
.headerv3.navbar.stuck .navbar-top {
    margin-top: -32px;
}
.headerv3 a{
    transition:none;
}
.headerv3 .user-menu>li>a {
    font-size: 13px;
    color: #343434;
    font-weight: 600;
    text-transform: none;
    line-height: 22px;
    text-align: center;
    padding: 20px 0 8px 25px;
}
.headerv3 .user-menu>li>a span, .headerv3 .cart-menu > a span.cart-response {
    display: block;
}
.headerv3 .user-menu>li>a i {
    font-size: 28px;
}
.headerv3 .user-menu>li>a i.fl.fl-chapps-like {
    font-weight: bold;
}
.headerv3 .cart-menu > a, .headerv3 .cart-menu > a {
    text-transform: none;
    font-size: 13px;
    font-weight: 600;
    padding: 20px 0 10px 25px;
    color: #343434;
    line-height: 20px;
    text-align: center;
}
.headerv3 .cart-menu:hover > a {
    background: #ffffff;
}
.headerv3 .cart-menu > a i {
    font-size: 26px;
    color: #343434;
}
.headerv3 .user-menu {
    float: right;
}
.headerv3 .navbar-toggle {
    float: left;
}
.headerv3 .hasUserMenu > .dropdown-menu {
    left: auto !important;
    right: auto !important;
    margin-top: 0;
}
.headerv3 .cart-menu .dropdown-menu{
    min-width: 400px;
}
.headerv3 .megamenu-content ul li strong a {
    margin-top: 5px;
    text-transform: none;
    font-size: 16px;
    color: #343434;
    margin-bottom: 15px;
}
.megamenu-content ul li a {
    font-size: 13px;
    text-decoration: none;
    padding-bottom: 0;
    font-weight: 400;
    color: #343434;
}
.headerv3 .search-new {
    margin-top: 10px;
    float: right;
}
.megamenu .megamenu-content {
    padding: 20px 20px;
}
.megamenu-content ul li{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-color:#eee;
}
.megamenu-content ul li a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 34px;
}

.megamenu-content ul li:first-child{
    border-bottom:none;
}
.megamenu-content ul li:first-child a {
    display: none;
}
.megamenu-content .first-item li {
    border-bottom: none;
}
.headerv3 .dropdown-menu {
    box-shadow: 0 3px 10px rgba(103, 103, 103, 0.5);
    border: medium none;
    border-radius: 0;
    background:rgba(255, 255, 255, 0.96);
    transition-delay: 0s;
    transition-duration: 200ms;
    transition-property: top,opacity,visibility;
    transition-timing-function: linear;
}
.headerv3 .navbar-nav>li>a {
    color: #ffffff;
    padding: 21px 20px;
    font-size: 16px;
    font-weight: 700;
}
    .cart-menu a .cart-quantity {
        right: 0px;
        bottom: 12px;
    }
.offer-menu li {
    float: left;
    padding: 34px 15px 0;
}
@media (max-width:1020px) {
    .offer-menu li {
        float: left;
        padding: 28px 8px 0;
    }
    .offer-menu li a {
        font-size: 14px;
    }
    .search-input-box .search-btn span {
        font-size: 15px;
    }
    .search-input-box .search-btn {
        padding: 11px 40px 10px;
    }
}
.offer-menu li a {
    font-size: 17px;
    font-weight: 600;
    color: #343434;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
    background-color: #ffffff;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a, .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
    border-left: none;
    border-color: #fbf2e1;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a:hover {
    color: #343434;
    border-left: none;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:last-child>a {
    border: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.elektrikli-ev-aletleri {
    background: #ffffff url(/Skins/shared/images/menu-icons/elektrikli-ev-aletleri.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.elektrikli-ev-aletleri:hover {
    background: #fff url(/Skins/shared/images/menu-icons/elektrikli-ev-aletleri-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.isitma--sogutma {
    background: #ffffff url(/Skins/shared/images/menu-icons/isitma--sogutma.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.isitma--sogutma:hover {
    background: #fff url(/Skins/shared/images/menu-icons/isitma--sogutma-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.ev-gerecleri {
    background: #ffffff url(/Skins/shared/images/menu-icons/ev--yasam.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.ev-gerecleri:hover {
    background: #fff url(/Skins/shared/images/menu-icons/ev--yasam-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.beyaz-esya {
    background: #ffffff url(/Skins/shared/images/menu-icons/beyaz-esya.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.beyaz-esya:hover {
    background: #fff url(/Skins/shared/images/menu-icons/beyaz-esya-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.ev-gerecleri {
    background: #ffffff url(/Skins/shared/images/menu-icons/ev-gerecleri.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.ev-gerecleri:hover {
    background: #fff url(/Skins/shared/images/menu-icons/ev-gerecleri-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.markalar {
    background: #ffffff url(/Skins/shared/images/menu-icons/markalar.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.markalar:hover {
    background: #fff url(/Skins/shared/images/menu-icons/markalar-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.kucuk-ev-aletleri {
    background: #ffffff url(/Skins/shared/images/menu-icons/kucuk-ev.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.kucuk-ev-aletleri:hover {
    background: #fff url(/Skins/shared/images/menu-icons/kucuk-ev-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.elektronik {
    background: #ffffff url(/Skins/shared/images/menu-icons/elektronik.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.elektronik:hover {
    background: #fff url(/Skins/shared/images/menu-icons/elektronik-hover.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.otomotiv {
    background: #ffffff url(/Skins/shared/images/menu-icons/otomotiv.png) no-repeat 26px center;
}
.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a.otomotiv:hover {
    background: #fff url(/Skins/shared/images/menu-icons/otomotiv-hover.png) no-repeat 26px center;
}

}

@media (max-width: 1024px) and (min-width: 768px) {
    .headerv3 .navbar-nav > li > a {
        font-size: 15px;
    }
}
@media (max-width: 979px){
    .cart-response {
        font-size: 13px;
    }
}
@media (max-width: 992px) and (min-width: 768px)  {
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
        width: 28%;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
        width: 72%;
    }
}
.grey-pane {
    background: #f0f0f5;
    padding: 40px 0 0px;
}
@media (min-width:768px) {
    .header-offset {
        padding-top: 175px;
    }
    .cat-header-offset{
        padding-top: 140px;
    }
    .step-address.header-offset {
        padding-top: 100px;
    }
    .login-container.header-offset {
        padding-top: 180px;
    }
    .center-top-menu li {
        float: left;
    }
    .headerv3 .navbar-menu {
        background: #080e42;
    }
    .headerv3 .navbar-menu .navbar-collapse.collapse {
        float: left;
    }
    .megamenu .dropdown.megamenu-fullwidth .dropdown-menu {
        width: 48%;
        left: auto;
        right: auto;
    }
    .navbar-km ul.nav li.dropdown:nth-child(1) ul.dropdown-menu,
    .navbar-km ul.nav li.dropdown:nth-child(6) ul.dropdown-menu,
    .navbar-km ul.nav li.dropdown:nth-child(4) ul.dropdown-menu {
        width: 40%;
    }
    .megamenu-content ul li a:hover {
        color: #fff;
        background: #bebdbd;
    }
	.wsmenu>.wsmenu-list>li .wstheading {
		display: none;
	}
    .wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
        position: fixed;
        margin: 0px auto 0;
        background: none;
        max-width: 1380px;
        left: auto;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
        padding: 18px 11px 18px 70px;
        font-size: 15px;
    }

    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
        min-height: 380px;
        background-color: #ffffff;
        padding: 30px 30px 0px 20px;
    }
    .wsmenu>.wsmenu-list>li>.navtext {
        padding: 18px 70px 18px 29px;
        margin: 0;
        color: #ffffff;
        line-height: 1;
        display: block;
        cursor: default;
    }
    .wsmenu>.wsmenu-list>li>.navtext:hover, .wsmenu>.wsmenu-list>li>.navtext:active, .wsmenu>.wsmenu-list>li>.navtext:focus {
        background: #ffffff;
        color: #181818;
    }
    .wsmenu>.wsmenu-list>li>.navtext:hover img, .wsmenu>.wsmenu-list>li>.navtext:active img, .wsmenu>.wsmenu-list>li>.navtext:focus img {
        filter: invert(1);
    }	
    .wsmenu>.wsmenu-list>li>.navtext img {
        margin-right: 20px;
        float: left;
    }
}

@media (max-width: 767px) {
    .home-header-offset {
        padding-top: 0px;
    }
    .pd-header-offset {
        padding-top: 0 !important;
    }
    .header-offset {
        padding-top: 70px;
    }
    .top-bar span {
        font-size: 12px;
    }
    .top-bar strong {
        font-size: 12px;
    }
    .headerv3 .brandWrap {
        height: 60px;
        border-bottom: 1px solid #ebe8e5;
    }
    .headerv3 .header-right {
        margin-top: 32px;
    }
    .headerv3 .navbar-brand {
        display: block;
        height: 60px;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 4px 0;
        position: absolute;
        right: 0;
        width: 64px;
        margin-top: 0px;
    }
    .headerv3 .navbar-brand img {
        width: 64px;
    }
    .headerv3 .navbar-toggle {
        margin: 0px 0 0px;
        line-height: 16px;
        font-size: 24px;
        padding: 20px 7px 20px;
        border: none;
        background: none;
    }
    .headerv3 .hasUserMenu > .dropdown-menu {
        right: 0 !important;
    }
    .headerv3 .navbar-nav > li > .dropdown-menu{
        box-shadow:none;
    }
    .headerv3 .navbar-toggle .icon-bar {
        border-radius: 0px;
        border: 1px solid #808080;
    }
    .headerv3 .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    .headerv3 .user-menu > li > a span, .headerv3 .cart-menu > a span.cart-response {
        display: none;
    }
    .headerv3 .user-menu > li > a {
        color: #343434;
        padding: 15px 9px;
        margin-top: 0;
        background: none;
        border: none;
    }
    .headerv3 .user-menu > li > a i {
        margin-right: 0px;
        font-size: 27px;
    }
	.headerv3 .cart-menu > a, .headerv3 .cart-menu > a {
		padding: 15px 0 10px 10px;
	}
    .headerv3 .header-right {
        margin-top: 0px;
    }
    .headerv3 .header-right, .headerv3 .header-center, .headerv3 .header-left{
        padding: 0;
    }
    .headerv3 .navbar-nav>li>a {
        padding: 8px 22px;
        font-size: 16px;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
        margin-left:0px;
        margin-right:0px;
    }
    .headerv3 .mini-cart-product, .headerv3 .mini-cart-product a, .headerv3 .mini-cart-product p, .headerv3 .mini-cart-product .size, .headerv3 .mini-cart-product .price, .headerv3 .dropdown-header {
        color: #666;
    }
    .megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
        color: #343434;
    }
    .megamenu .megamenu-content {
        padding: 0px !important;
    }
    .wsshoptabing.wtsdepartmentmenu.clearfix {
        display: block !important;
    }
    .wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
        padding: 12px 11px 12px 60px;
        font-size: 13px;
    }
    .wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
        background: #343434;
    }
    .wsmenu>.wsmenu-list>li>.navtext {
        display: block;
        text-decoration: none;
        position: relative;
    }
}
@media (max-width: 426px) {
    .headerv3 .navbar-brand {
        width: 140px;
        padding: 17px 0;
        height: 67px;
    }
    .headerv3 .navbar-brand img {
        max-width: 140px;
    }
}


/*HEADER v3 END*/

/*#region footer*/
.footer {
    padding-bottom: 0px;
    background: #080e42;
    border: none;
    color: #fff;
}
.footer a, .footer p {
    color: #fff;
}
.footer .footer-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
    .footer .footer-bottom {
        background: none;
        padding: 15px 0;
		border-top: 1px solid #171b45;
    }
	.footer ul {
		margin-top: 0;
		font-size: 15px;
	}
	.footer .footer-title {
		font-size: 16px;
		font-weight: 600;
		margin-bottom: 16px;
		color: #fff;
	}
	.footer .bottommenu {
		display: flex;
		flex-direction: row;
		padding-right: 0;
		padding-left: 0;
	}
	.footer .bottommenu > div:first-child {
		border-right: 1px solid #171b45;
		padding-left: 40px;
		padding-top: 50px;
		padding-bottom: 50px;		
	}
	.footer .bottommenu > div:nth-child(2) {
		padding-left: 40px;
		padding-top: 50px;
		padding-bottom: 50px;		
	}
	.footer ul li a {
		line-height: 2;
		padding: 0;
	}

	.footer .newsletter {
		border-left: 1px solid #171b45;
		padding-left: 40px;
		padding-top: 50px;
		padding-bottom: 50px;		
	}
footer .news-letter-box {
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 30px;
    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: #39454d;
    float: right;
    font-size: 13px;
    height: 42px;
    width: 20%;
    border-radius: 0 30px 30px 0;
    padding: 3px 0 0 0;
    font-weight: 600;
    background: #fff;
}
.footer .news-letter-box .btn > i {
    font-size: 26px;
}
    .footer .newsletter p {
        padding-bottom: 20px;
    }

	.footer .social {
		text-align: right;
		margin-top: 4px;
	}
		.footer .social span {
			border-radius: 0;
			height: auto;
			padding: 0;
			width: auto;
			margin: 0 0px 0 20px;
			border: none;
			background: none;
		}

.footer .social span a {
    color: #ffffff;
}

.footer .social span:hover a {
    color: #004e73;
}
.footer .social span a i {
    font-size: 24px;
	margin: 0;
}

    .footer .footer-free {
        text-align: right;
        margin-top: 10px;
    }

	.footer .contact {
		border-right: 1px solid #171b45;
		padding-top: 50px;
		padding-bottom: 50px;		
	}
        .footer .contact a, .footer .contact p {
            display: block;
            line-height: 2;
        }

	.footer .credit-cards {
		opacity: 1;
		filter: none;
		text-align: right;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

		.footer .credit-cards img {
			margin: 0;
		}
.footer .km-sign {
    text-align: center;
    margin-top: 6px;
}

        .footer .km-sign a {
            font-weight: 400;
            padding-left: 30px;
            line-height: 1;
            display: inline-block;
        }

        .footer .km-sign span {
            font-weight: 400;
            padding-right: 30px;
            line-height: 1;
            border-right: 1px solid #171b45;
            display: inline-block;
        }


.footer .footer-top {
    padding: 40px 0;
    border-bottom: 1px solid #171b45;
    border-top: 1px solid #171b45;
}
	.footer .footer-top .card-box {
		padding: 0 2.5rem;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}

.footer .footer-top span {
    display: block;
    padding-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.footer .footer-top p {
    display: block;
}


.footer .footer-top .card-box .card-box-icon {
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    width: 84px;
    height: 88px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.footer .footer-top .card-box .card-box-icon i {
    font-size: 46px;
	z-index: 1;
}
.footer-cart {
    background: #f8f8f8
}
@media(max-width:1200px) {
.footer .footer-top .card-box {
    padding: 0;
    justify-content: center;
    flex-direction: column;
	text-align: center;
}
.footer .footer-top .card-box .card-box-icon {
    margin-right: 0;
    margin-bottom: 0px;
}
}
@media(max-width:991px) {
	.footer .newsletter {
		border-left: none;
		padding-left: 10px;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.footer .bottommenu > div:first-child {
		border-right: none;
		padding-left: 10px;
		padding-top: 30px;
	}
	.footer .bottommenu > div:nth-child(2) {
		padding-left: 10px;
		padding-top: 30px;
	}
	.footer .contact {
		border-right: none;
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.footer .social {
		text-align: left;
		margin-top: 10px;
	}		
	.footer .social span {
		margin: 0 20px 0 0px;
	}
	.footer .credit-cards {
		justify-content: center;
	}
}
@media(max-width:767px) {
	.footer .footer-top {
		padding: 15px 0;
	}

	.footer .footer-top .card-box > div:nth-child(2) {
		min-height: 80px;
	}

	.footer .footer-top span {

	}
	.footer .footer-top p {
		font-size: 13px;
	}
        .footer .footer-top ul li {
            margin-bottom: 15px;
        }
	    .footer .footer-center {
			padding-top: 20px;
			padding-bottom: 20px;
		}
.footer .contact {
    padding-bottom: 50px;
}
    .footer .credit-cards {
        text-align: center;
    }
}
/*#endregion footer*/

/*PRODUCT TAB*/
.pgroup-tab .nav-tabs {
    margin-bottom: 30px;
    border-bottom: none !important;
    position: relative;
}
.pgroup-tab .nav-tabs li a {
    font-weight: 600;
    font-size: 19px;
    letter-spacing: 0.025em;
    margin: 0 0 0 0;
    text-transform: uppercase;
    color: #888888;
    padding: 10px 20px;
    margin-right: 12px;
    box-shadow: none;
    background: none;
}
.pgroup-tab .nav-tabs > li.active > a, .pgroup-tab .nav-tabs > li.active > a:hover, .pgroup-tab .nav-tabs > li.active > a:focus {
    box-shadow: none;
}
.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 {
    background: none;
    color: #d50505;
}
.pgroup-tab .nav-tabs li:first-child a {
    padding-left: 0px;
}
.pgroup-tab .nav-tabs li:after {
    content: "//";
    color: #5e5e5e;
    position: absolute;
    right: 1px;
    top: 43%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pgroup-tab .nav-tabs li:last-child:after {
    display:none;
}
.pgroup-tab .nav-tabs:after {
    background: url(/skins/shared/images/separator.jpg) repeat-x 0 0;
    position: absolute;
    top: 18px;
    left: 0;
    content: "";
    width: 100%;
    height: 30px;
    z-index: -1;
    opacity: 0.8;
	box-shadow: none;
}
.pgroup-tab .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    background: white;
}
.pgroup-tab .tab-content {
    clear: both;
    padding-top: 20px;
}
.tab-content table {
    width: 100% !important;
}
.tab-content img {
    width: 100% !important;
}
@media(max-width:767px) {
    .pgroup-tab .nav-tabs li a {
        font-size: 15px;
        letter-spacing: 0.5px;
        padding: 10px 10px;
    }
}

/*PRODUCT TAB*/
/*PRODUCT-DEAIL*/


.pdetail {
    padding-top: 10px;
}
.breadcrumb {
    border: none;
    border-radius: 0;
    padding: 0px 15px;
}

    .breadcrumb a {
        font-size: 15px;
        color: #000;
    }

.category-path {
    border-bottom: 0px solid #fff;
    margin-bottom: 0px;
}

hr.hr-base {
    border-color: #efefef;
}

h1.product-title {
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}
.product-code {
    font-size: 13px;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 400;
}
.pdetail .product-code:before {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
        .pdetail .product-code.brand-code:before {
            display: none
        }
.pd-discount {
    font-size: 22px;
    text-align: center;
    white-space: nowrap;
    background: #e4322b;
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    color: #fff;
    height: 55px;
    vertical-align: top;
    width: 62px;
}

    .pd-discount span {
        padding-top: 15px;
        display: inline-block;
    }

.pdetail .price-box {
    display: inline-block;
}

.product-default-image {
    border: 1px solid #efefef;
}

.product-image-list a {
    margin: 0px 5px 5px 0;
    border: 1px solid #efefef;
    display: inline-block;
    padding: 0;
}

    .product-image-list a:last-child {
        margin-right: 0;
    }

    .product-image-list a img {
        max-width: 100%;
    }

.product-image-list {
    text-align: center;
    margin-top: 10px;
}

.product-images {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 18px;
}
.campaign {
    border: 4px double #ddd;
    color: #2D3E50;
    background-color: #ffffff;
    padding: 10px 10px 2px 10px;
    border-radius: 0;
}
.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;
    }


.pdetail .price-standard {
    font-weight: 600;
    text-decoration: line-through;
    display: block;
    font-size: 22px;
    padding-top: 0;
    line-height: 20px;
    color: #989898;
}

.pdetail .product-price .price-sales {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}


.prd-subtitle {
    padding: 14px 0 0px;
    display: block;
    font-weight: 600;
}
.cnt-quantity {
    width: auto;
    max-width: 120px;
margin-top:0;
}
.cnt-quantity .input-group {
    border: none;
    border-radius: 0;
}
    .cnt-quantity .quantity {
        width: 100px;
    }

    .cnt-quantity .quantity-title {
        display: none;
    }

    .cnt-quantity .input-group input.form-control {
        height: 53px;
        text-align: center;
        padding: 1px;
        border: 1px solid #9e9e9e;
        box-shadow: none;
        border-right: none;
        border-left: none;
        font-weight: 700;
        font-size: 18px;
    }

        .cnt-quantity .form-control:focus {
            border-color: #9e9e9e !important;
        }

.cnt-quantity .bootstrap-touchspin .btn, .cart-actions .btn-quanity:hover {
    border: 1px solid #9e9e9e;
    line-height: 0;
    padding: 25px 13px 26px;
    background: none !important;
    color: #000;
}

.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down, .cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down:hover,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down:active, .cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-down:focus {
    border-right: none;
    box-shadow: none;
}

.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up, .cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up:hover,
.cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up:active, .cnt-quantity .bootstrap-touchspin .bootstrap-touchspin-up:focus {
    border-left: none;
    box-shadow: none;
}

.cart-actions {
    padding-top: 15px;
}

.cart-actions button, .cart-actions .btn-cart {
    letter-spacing: 0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    padding: 16px 15px;
    border: none;
}
.pdetail_info, .btn-shopping-list, .btn-compare-list {
    color: #343434;
    font-size: 14px;
    line-height: 26px;
    padding-left: 0;
}

    .pdetail_info i, .btn-shopping-list i, .btn-compare-list i {
        padding-right: 5px;
        font-size: 16px;
        float: left;
        line-height: 26px;
    }

.pdetail_installmentopt {
    font-size: 13px;
    line-height: 22px;
    display: block;
    margin-top: 20px;
    color: #9c9c9c;
}

    .pdetail_installmentopt i {
        font-size: 18px;
        margin-right: 6px;
        vertical-align: sub;
    }

.product-icon a {
    border: 1px solid #9e9e9e;
    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: 13px;
    font-weight: 700;
}

.prd-group-container #prd-group-items .owl-stage-outer {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 10px;
}

.prd-group-container .item .product {
    border-color: #eee;
    padding: 0;
}

.pd-chapps {
    margin: 10px 0;
    padding: 0;
}

.pd-chapps-box {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .pd-chapps-box i {
        font-size: 37px;
        color: #767676;
        display: inline-block;
        margin-right: 10px;
        vertical-align: super;
        float: left;
    }
        .pd-chapps-box i.fl-chapps-box-3 {
            font-size: 43px;
            margin-top: 2px;
        }
    .pd-chapps-box span {
        display: inline-block;
        color: #343434;
        font-size: 12px;
        font-weight: 700;
        line-height: 12px;
        letter-spacing: 0.4px;
        margin-top: 6px;
    }
    .pd-chapps-box p {
        color: #767676;
        font-size: 12px;
        margin-bottom: 0;
        line-height: 13px;
        margin-top: -2px;
        letter-spacing: 0.4px;
    }

.detaysosyalmedya {
    display: inline-block;
    float: right;
}

.social-title {
    float: left;
    padding: 3px 10px 0 0;
}

.addthis_toolbox.addthis_default_style {
    float: left;
}

    .addthis_toolbox.addthis_default_style a.at300b .at-icon-wrapper {
        background-color: #000 !important;
        width: 20px !important;
        height: 20px !important;
        line-height: 20px !important;
        border-radius: 0;
    }

    .addthis_toolbox.addthis_default_style a span svg.at-icon {
        height: 20px !important;
        width: 20px !important;
        padding: 2px;
    }

.product-icon-new {
    margin-bottom: 20px;
    margin-top: 7px;
}

.pdetail .product-icon-new i {
    font-size: 1.2em;
    margin-right: 6px;
}

.pdetail-icon-text {
    display: inline-block;
}

.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;
}
.stock-alert, .price-alert {
    display: inline-block;
}
    .stock-alert .incaps i {
        font-size: 15px;
    }
.product-tab .nav-tabs {
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #e6e6e6;
}
.product-tab .nav-tabs:after {
    display:none;
}
.product-tab .nav-tabs li a {
    font-size: 18px;
    letter-spacing: 0px;
    text-transform: none;
    background: none !important;
    border: none;
    color: #878787 !important;
    padding: 20px 30px 20px;
    font-weight: 600;
    border-radius: 0;
    box-shadow: none;
}

    .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus, .product-tab .nav-tabs > li.hover > a {
        background: none !important;
        color: #004e73 !important;
        border: none;
        padding: 20px 30px 20px;
    border-radius: 0;
    box-shadow: none;
    }

        .product-tab .nav-tabs > li.active > a:before, .product-tab .nav-tabs > li.active > a:hover:before, .product-tab .nav-tabs > li.active > a:focus:before, .product-tab .nav-tabs > li.hover > a:before {
            position: absolute;
            content: "";
            background: #004e73;
            bottom: -2px;
            width: 90px;
            height: 2px;
            margin: auto;
            left: 0;
            right: 0;
        }

.grey-bg {
    background: #ffffff;
    margin-bottom: 21px;
}
.prd-properties > table > thead > tr > th {
    background-color: #fff;
}
.product-tab .tab-content {
    padding: 10px 20px;
}

.section-review .review-header {
    display: none;
}
.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;
}


@media (min-width:767px) {
    .product-image-list {
        margin-top: 0px;
    }

    .product-tab .nav-tabs > li {
        margin-bottom: 0;
        float: none;
        display: inline-block;
    }

}

@media (max-width:767px) {
    .category-path {
        padding-left: 10px;
    }

    .pdetail {
        clear: both;
    }

    .product-images {
        padding: 0 10px;
    }

    .product-default-image {
        border: none;
    }

    .detaysosyalmedya {
        float: left !important;
        margin-top: 20px;
        margin-left: 10px;
    }



    .brand-img {
        float: none;
        padding: 15px 0 0 !important;
    }

        .brand-img img {
            margin: 0 auto;
        }

    .cart-actions button, .cart-actions .btn-cart, .cart-actions .btn-custom-form {
        padding: 16px 0 !important;
        font-size: 22px !important;
    }

    .pd-chapps {
        margin: 12px 0 !important;
        display: inline-block;
    }

    .pd-chapps-box p {
        font-size: 11px !important;
        letter-spacing: 0px !important;
        line-height: 12px !important;
    }

    .pd-chapps-box i {
        font-size: 36px !important;
    }

    .pd-chapps-box span {
        font-size: 11.93px !important;
    }

    .pdetail_info, .btn-shopping-list, .btn-compare-list {
        font-size: 17px !important;
        font-weight: 700;
    }

        .pdetail_info i, .btn-shopping-list i, .btn-compare-list i {
            font-size: 21px !important;
        }
    .product-tab .nav-tabs li a {
        padding: 20px 15px 20px;
    }
    .product-tab .nav-tabs > li.active > a:before, .product-tab .nav-tabs > li.active > a:hover:before, .product-tab .nav-tabs > li.active > a:focus:before, .product-tab .nav-tabs > li.hover > a:before {
        bottom: -1px;
        width: 70px;
    }
}

@media(max-width:916px) {
    .cnt-quantity .quantity {
        width: 100px;
    }
}

@media (max-width: 480px) {
    .cnt-quantity .form-control {
        height: 37px;
    }

    .cart-actions .btn-quanity, .cart-actions .btn-quanity:hover {
        padding: 17px 9px 18px !important;
    }

    .product-subtitle {
        font-size: 13px;
        text-align: left;
        margin-top: 20px;
        padding: 0;
    }

        .product-subtitle a {
            font-size: 12px;
            display: inline-block;
        }
}
/*PRODUCT-DEAIL END*/
.blue-bg {
    background: #148fe2;
    padding: 40px 0 10px;
    margin: 0px 0 30px;
}
.cat-slider {
    padding: 0px 0 25px;
}
.cat-slider .content-slide {
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin: 0 6px;
}
.ctgry-slider-box {
    border-radius: 50%;
    overflow:hidden;
    position: relative;
}
.ctgry-slider {
    margin: 0 15px;
}
.ctgry-slider .ctgry-slider-text{
    position: absolute;
    bottom: 18px;
    background: rgba(255, 255, 255, 0.7);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 7px 0;
}
.ctgry-slider:hover .ctgry-slider-text{
    background:#d50505;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.ctgry-slider .ctgry-slider-text a{
    color:#666;
}
.ctgry-slider:hover .ctgry-slider-text a{
    color:#fff;
}
.content-temp2 .inner .img-block img {
    transition: all 0.7s ease 0s;
}
.content-temp2 .inner:hover .img-block img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
.temp8 .img-block {
    border-radius: 10px;
}
.temp8 .img-block:hover{
    box-shadow:0 0px 15px rgba(0, 0, 0, 0.2);
}
.temp8 .img-block img {
    transition: all 0.7s ease 0s;
    width: 100%;
    border-radius: 10px;
}
.temp8 .img-block:hover img{
    transform:scale(1.03)
}
.temp8.inner {
    margin-bottom: 0;
    padding: 0px 10px 20px;
}
.module-title {
    padding: 0;
    margin-bottom: 25px;
    border: none;
    position: relative;
    background: none;
    text-align: left;
}
.module-title h2 {
    background: #fff;
    padding-right: 30px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 20px;
    color: #343434;
}
.module-title::after {
    background: url(/skins/shared/images/separator.jpg) repeat-x 0 0;
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    width: 100%;
    height: 30px;
    z-index: -1;
    opacity: 0.8;
}
.module-title-v2 {
    border: 1px solid #e0e0e0;
    margin-bottom: 0px;
    border-bottom: 0;
}
.module-title-v2 h2 {
    padding: 12px 0px 11px 10px;
}
.product-tab .tab-content table {
    width: 100% !important;
}
.product-tab .tab-content img {
    width: 100% !important;
    height: auto !important;
}
@media (max-width:767px) {
    .blue-bg {
        padding: 30px 0 0px;
    }
}
/*BEST SELLER*/

.best-seller.item {
    margin-bottom: 0px;
}

.best-seller .product-list {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
}


.best-seller .description {
    text-align: left;
    border: none;
    min-height: initial;
    margin: auto;
}

    .best-seller .description h4 {
        margin: auto;
        padding: 10px 0 4px 0;
    }

        .best-seller .description h4 a {
            font-weight: 300;
            font-size: 18px;
        }

.best-seller .price {
    text-align: left;
    font-weight: 400;
}

.best-seller .price-standard, .best-seller .price-sales {
    display: inline !important;
    margin-right: 6px;
}

.best-seller .discount {
    margin-top: 0;
    padding: 3px 5px;
}

.best-seller .list-image-hover {
    min-height: 80px;
}

.best-seller .product-number {
    padding-top: 20px;
}

    .best-seller .product-number span {
        background: #f9f9f9;
        border: 2px solid #eee;
        border-radius: 5px;
        display: inline-block;
        font-size: 17px;
        height: 38px;
        line-height: 32px;
        margin-left: 10px;
        text-align: center;
        width: 38px;
    }

.best-seller .km-percentage {
    margin-top: 36px;
}

.best-seller .km-percentage-bar {
    width: 130px;
    background: #f9f9f9;
    border: 2px solid #eee;
    margin-right: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
}

    .best-seller .km-percentage-bar span {
        display: block;
        width: 2px;
        height: 8px;
        background: #91dc5a;
        border-radius: 3px;
    }

.best-seller .km-percentage-text {
    font-size: 13px;
    color: #666;
    vertical-align: top;
    line-height: 16px;
    display: inline-block;
}



@media (max-width: 767px) {
    .best-seller .description h4 {
        margin: 15px 0 8px;
    }

    .best-seller .km-percentage {
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .best-seller .description h4 {
        margin: 5px 0 8px;
        text-align: left !important;
        padding: 6px 0 4px 0;
    }

    .best-seller .km-percentage {
        margin-top: 8px;
    }

    .best-seller .description h4 a {
        font-size: 15px;
    }

    .best-seller .price {
        font-size: 20px;
    }

    .best-seller .km-percentage-bar {
        padding: 2px 6px;
    }

        .best-seller .km-percentage-bar span {
            height: 5px;
        }
}

@media (max-width: 414px) {
    .best-seller .description h4 {
        margin: 0;
        text-align: left !important;
        padding: 4px 0 2px 0;
    }

    .best-seller .km-percentage {
        margin-top: 5px;
    }

    .best-seller .description h4 a {
        font-size: 14px;
    }

    .best-seller .price {
        font-size: 16px;
        min-height: 30px;
    }

    .best-seller .discount {
        margin-top: 0;
        padding: 1px 3px;
        font-size: 14px;
    }
}
/*BEST SELLER*/


/*Blog Menu*/

.blog-panel {
    background: none;
    box-shadow: none;
}

    .blog-panel .panel-heading {
        padding-left: 0;
    }

        .blog-panel .panel-heading .panel-title {
            padding-left: 10px;
        }

            .blog-panel .panel-heading .panel-title a {
                display: block;
                width: 100%;
            }

    .blog-panel .panel-body {
        color: #2b2b2b;
        margin-bottom: 16px;
        padding: 0px;
        padding-top: 4px;
        font-size: 15px;
        line-height: 28px;
    }

.panel.blog-panel {
    background: #fff;
    box-shadow: 0 0 18px 5px rgba(240,240,240,.4);
}


.blog-panel .badge {
    background: none;
    color: #d6d6d6;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}

.blog-panel .blog-tags a {
    border: 1px solid #eeeeee;
    margin: 0px 3px 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 4px;
}



/* Tag Cloud */
.tag {
    position: relative;
    display: inline-block;
    margin: 0 6px 3px 0;
    line-height: 16px;
    font-size: 12px;
}

    .tag > span {
        font-weight: 400;
        display: inline-block;
        border: 1px solid #e3e3e3;
    }

    .tag.selected > span {
        border: 1px solid #c4c4c6;
    }

    .tag > span.txt {
        color: #666;
        letter-spacing: 1px;
        padding: 6px 8px;
        text-transform: uppercase;
        float: left;
    }

    .tag > span.num {
        background: rgba(0,0,0,0.01);
        padding: 6px 8px 6px 11px;
        border-left: 1px solid #e3e3e3;
        color: #aaa;
        position: relative;
        margin-left: -1px;
        float: left;
    }

        .tag > span.num:before {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #C6C6C6;
            border-style: solid;
            border-width: 4px;
            content: "";
            display: block;
            left: 0px;
            position: absolute;
            top: 12px;
        }

        .tag > span.num:after {
            border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
            border-style: solid;
            border-width: 4px;
            content: "";
            display: block;
            left: -1px;
            position: absolute;
            top: 12px;
        }
.km-slider.km-slider-thumb .slider-thumb-item a img {
    border-radius: 5px;
    background: #f1f1f1;
}
.km-slider.km-slider-thumb .slider-thumb-item a:hover img {
    background: #dcdcdc;
}
.km-slider.km-slider-thumb .slider-thumb-item a {
    margin: 0 8px;
    display: inline-block;
}
.km-slider.km-slider-thumb {
    margin-top: 10px;
    text-align: center;
}
.km-slider.km-slider-thumb .owl-item.active {
    max-width: 80px;
    float: none;
    display: inline-block;
}

.km-slider-thumb.owl-carousel .owl-stage {
    margin: 0 auto;
}



/*Temp8*/

.brand-alphabet-list a {
    font-size: 17px;
    padding: 7px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}
.brand-temp2 {
    margin: 10px 0;
}
.brand-temp2 .brand-temp2-box {
    width: 100%;
    text-align: center;
    height: 104px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.brand-temp2 .brand-temp2-box .inner {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.brand-temp2 .brand-temp2-box:hover {
    border: 1px solid #004e73;
}

.brand-temp2 .inner .brand-border.brandtext {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}

    .brand-temp2 .inner .brand-border img {
        margin: 0 auto;
    }
