body {
    font-size: 15px;
}
@media (min-width: 992px) {
    .account-offset {
        padding-top: 30px;
    }
}

.scrollup {
   background:url("/Skins/shared/images/scrollup.png") no-repeat scroll 0 0 transparent;
   bottom: 20px;
   display: none;
   height: 44px;
   position: fixed;
   right: 20px;
   width: 44px;
   z-index:9;
}

.module-title {
    margin-bottom: 30px;
    margin-top: 20px;
}
.module-title-v2 {
    border: none;
    margin-bottom: 5px;
    margin-top: 20px;
    text-align: center;
}
.module-title-v2 h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    display: inline-block;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
}
/*SEARCH*/

/*New Search*/
.navbar-nav > li.search-new {
    position: relative;
}
.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: 700px;
    }
}

@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: 9px;
        font-size: 12px;
        line-height: 14px;
        -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;
        min-height: 28px;
    }
    .search-products .discount {
        background: #D62631;
        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-sales {
        line-height: 16px;
        font-size: 14px;
        font-weight: 600;
        display: block;
    }

    .search-products .price-standard {
        color: #999999;
        line-height: 14px;
        font-size: 12px;
        text-decoration: line-through;
    }
.search-new {
    padding-top: 25px;
}
.input-group .search-input.form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    z-index: 2;
    height: 32px;
    box-shadow: none;
    border-radius: 30px;
    opacity: 1;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    padding: 2px 0;
    letter-spacing: 1px;
    max-width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
    text-indent: 16px;
    -webkit-transition-property: color,width,opacity,border;
    transition-property: color,width,opacity,border;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: cubic-bezier(0,0.8,0.5,1);
    transition-timing-function: cubic-bezier(0,0.8,0.5,1);
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.search-new-full .search-input-box {
    display: table;
    max-width: 100% !important;
    padding-bottom: 5px;
    width: 100%;
}
.search-new-full .search-input-box .search-input {
    border: none;
    background: #eae8e8;
}
.search-new-full .search-input-box .search-btn {
    background-color: #292929;
    color: #fff;
}
.search-input-box {
    display: table;
    max-width: 100% !important;
    width: 220px;
    position: relative;
    transition: all 0.45s ease 0s;
}
span.input-group-btn {
    line-height: 0;

}
.search-input-box .search-btn {
    font-size: 18px;
    padding: 5px 3px 5px 10px;
    line-height: 0;
    border: none;
    border-radius: 0;
    background: #fff;
    color: #000 !important;
    position: absolute;
    right: 11px;
    top: 2px;
    z-index: 999;
}
@media (max-width:767px) {


    .search-input-box {
        border-bottom: 1px solid #e9e9e9;
        border-radius: 0px;
        padding: 0;
        background: #fff;
        width: 100%;
    }
    .input-group .search-input.form-control {
        float: left;
        margin: 0;
        position: relative;
        width: 100%;
        z-index: 2;
        box-shadow: none;
        border-radius: 10px 0 0 10px;
        height: 53px;
        padding: 0;
        border: none;
        opacity: 1;
    }
    .search-input-box .search-btn {
        background-color: #fff;
        border: none;
        color: #454545 !important;
        border-radius: 0 10px 10px 0;
        font-size: 22px;
        padding: 15px 14px;
        right: 5px;
        top: 1px;
        z-index: 9;
    }
}
.search-input::-webkit-input-placeholder {
    opacity: .6;
    color: #666;
}
.search-input:-moz-placeholder  {
    opacity: .6;
    color: #666;
}
.autocomplete-suggestion img {
    max-width: 50px;
    float: left;
    margin-right: 5px;
}
.autocomplete-suggestion {
    padding: 7px 5px 5px;
    white-space: normal;
    overflow: hidden;
    font-size: 11px;
    border-bottom: 1px solid #eee;
    line-height: 20px;
}
.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    background: #fff;
    border-top: none;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 2px 5px rgba(148,148,148,.64);
    -moz-box-shadow: 1px 2px 5px rgba(148,148,148,.64);
    box-shadow: 1px 2px 5px rgba(148,148,148,.64);
}
.autocomplete-suggestion .prd-price {
    font-weight: 700;
    display: block;
    font-size: 15px;
}

@media (max-width:767px) {
.search-new-mobile {
    text-align: center;
    float: none;
    padding: 8px;
    background: #f6f6f6;
    margin-top: 96px;
}

    .search-input-box {
        border-radius: 0;
    }

    .search-input-box {
        max-width: 100%;
        margin: auto;
    }

    .input-group .search-input.form-control {
        height: 40px;
        background: #fff;
        text-indent: 15px;
        font-size: 13px;
        box-shadow: none;
        text-align: left;
        padding: 0;
        max-width: 100%;
    }

.search-input-box .search-btn {
    padding: 7px 18px;
    font-size: 24px;
    background: #fff;

}
}

/*SEARCH*/

/*HEADER v2*/
#navBg {
    display: none;
    height: 326px;
    background: #fbfbfb;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 121px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px -5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px -5px;
    z-index: -2;
}
.stuck #navBg {
    top: 71px;
}

.container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
}

/*#region marquee*/
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee2 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-200%);
    }
}



    @keyframes blinker {
        from { opacity: 1.0; }
        50% { opacity: 0.1; }
        to { opacity: 1.0; }
    }
.header-free {
    background: #000000;
    height: 32px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.headerv3.stuck .header-free {
    margin-top: -32px;
}
.header-free-box {
    padding: 0 60px;
    max-width: 1800px;
    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;
    color: #ffffff;
    white-space: nowrap;
    position: relative;
    padding-right: 38px;
    margin-right: 38px;
    line-height: 32px;
    letter-spacing: 0.5px;
}

    .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*/
.headerv2.navbar-km {
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(177, 177, 177, 0.5);
    border: none;
}
.navbar .navbar-top {
    height: 33px;
    font-weight: 400;
}
.headerv2.header-cart .navbar-top {
    height: 80px;
    background: #fff;
}
.navbar.stuck .navbar-top {
    margin-top: -33px;
}
.navbar.stuck .brandWrap {
    height: auto;
    overflow: visible;
}
.brandWrap {
    position: relative;
}
.header-offset {
    padding-top: 130px;
}
.home-header-offset {
    padding-top: 111px;
}
.login-container.header-offset {
    padding-top: 60px;
}
.step-address.header-offset {
    padding-top: 76px;
}
.category-header-offset {
    padding-top: 0;
}
.headerv2.header-cart .navbar-brand {
    display: block;
    left: 0;
    margin-left: auto !important;
    margin-right: auto;
    padding: 16px 0 ;
    position: absolute;
    right: 0;
    width: 210px;
    height: 80px;
}
.headerv2 .navbar-brand {
    display: block;
    height: auto;
    padding: 13px 60px 13px 20px;
    width: 300px;
}
.headerv2 .navbar-brand > img {
    max-width: 220px;
}
.headerv2 .cart-page .navbar-brand {
    display: block;
    height: 70px;
    left: 0;
    margin-left: auto!important;
    margin-right: auto;
    padding: 15px 0;
    position: absolute;
    right: 0;
    width: 308px;
    margin-top: 0;
}
.megamenu .megamenu-content {
    padding: 20px 20px;
}
.headerv2 .user-menu {
    float: right;
}
.headerv2 .user-menu > li > a {
    font-size: 13px;
    line-height: 1;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    padding: 25px 0 26px 30px;
}
.headerv2 .hasUserMenu > .dropdown-menu > li > a {
    color: #333;
    text-transform: none;
}
.headerv2 .hasUserMenu > .dropdown-menu > li > a i {
    font-size: 14px;
    width: 12px;
}
.headerv2 .dropdown-menu {
    border: medium none;
    border-radius: 0;
    transform: translate3d(0, 0, 0);
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li {
    color: #333;
}


.megamenu-content ul li a.tissot,
.megamenu-content ul li a.hamilton,
.megamenu-content ul li a.guess-collection,
.megamenu-content ul li a.maurice-lacroix,
.megamenu-content ul li a.wainer,
.megamenu-content ul li a.rado,
.megamenu-content ul li a.jacques-philippe,
.megamenu-content ul li a.versace,
.megamenu-content ul li a.swatch,
.megamenu-content ul li a.rodania,
.megamenu-content ul li a.gucci,
.megamenu-content ul li a.tag-heuer,
.megamenu-content ul li a.omega,
.megamenu-content ul li a.longines,
.megamenu-content ul li a.frederique-constant,
.megamenu-content ul li a.raymond-weil,
.megamenu-content ul li a.gc {
    background: url(/skins/shared/images/swiss-made.png) no-repeat right 10px;
    padding-right: 18px;
}
.kadin .megamenu-content ul li a.menu-baslik {
    display: none;
}
.erkek .megamenu-content ul li a.menu-baslik {
    display: none;
}
.markalar .megamenu-content ul li a.menu-baslik {
    display: none;
}
.megamenu-content ul li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.megamenu-content ul li a {
    color: #333;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    display: inline-block;
}
.megamenu-content ul li a.menu-baslik {
    font-weight: 600;
}
.megamenu-content ul:first-child li:last-child a:hover {
    padding-left: 0
}
.megamenu-content ul li h2 {
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 17px;
    font-weight: 700;
    margin: 8px 0 4px;
}
.megamenu-content ul li h2 a {
    color: #333;
    font-size: 15px;
    padding-bottom: 5px;
    line-height: 17px;
    font-weight: 700;
    margin: 8px 0 4px;
    text-decoration:underline;
}
.menu-color {
    margin-right: 5px;
    min-width: 10px;
    min-height: 10px;
    display: inline-block;
}
.headerv2 .cart-menu > a {
    color: #000000;
    padding: 26px 0 27px 24px;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    font-size: 13px;
}

.headerv2 .cart-menu.dropdown:hover div.dropdown-menu {
    min-width: 400px;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 450px;
}
.top-bar {
    text-align: center;
    background: #000 url(/Skins/shared/images/top_free.png) no-repeat top center;
    display: block;
    height: 50px;
    width: 100%;
    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;
}
.top-bar a {
    width: 100%;
    height: 100%;
    display: block;
}
.navbar.stuck .top-bar {
    margin-top: -50px;
}
.header-info {
    text-align: center;
}
.header-info span {
    color: #fff;
    line-height: 32px;
    font-size: 12px;
    font-weight: 700;
}
.headerv2 .navbar-nav>li>a {
    color: #000;
    padding: 0 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: none;
    margin: 33px 0 34px;
    line-height: 14px;
    background: none;
}
/*.headerv2 .navbar-nav>li:last-child>a {
    color: #de071f;
}
.headerv2 .navbar-nav > li.active, .headerv2 .navbar-nav > li > a:hover, .headerv2 .navbar-nav > li > a:focus, .headerv2 .navbar-nav > li:hover > a {
    background: none !important;
    color: #de071f !important;
}*/
@media (min-width:1200px) {
    .megamenu .megamenu-content {
        min-height: 320px;
        background: #f3f4f6;
        background: -moz-linear-gradient(left, #f3f4f6 0%, #f3f4f6 20.5%, #fbfbfb 20.5%, #fbfbfb 100%);
        background: -webkit-linear-gradient(left, #f3f4f6 0%, #f3f4f6 20.5%, #fbfbfb 20.5%, #fbfbfb 100%);
        background: linear-gradient(to right, #f3f4f6 0%, #f3f4f6 18.5%, #fbfbfb 18.5%, #fbfbfb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f4f6', endColorstr='#fbfbfb',GradientType=1 );
    }
	.megamenu-content ul.markalar {
    width: 75%;
}
}
@media (max-width:1200px) {
    .megamenu .megamenu-content {
        min-height: 320px;
        background: #f3f4f6;
        background: -moz-linear-gradient(left, #f3f4f6 0%, #f3f4f6 22.5%, #fbfbfb 20.5%, #fbfbfb 100%);
        background: -webkit-linear-gradient(left, #f3f4f6 0%,#f3f4f6 22.5%,#fbfbfb 20.5%,#fbfbfb 100%);
        background: linear-gradient(to right, #f3f4f6 0%,#f3f4f6 22.5%,#fbfbfb 20.5%,#fbfbfb 100%);
    }
}
@media (min-width:768px) {
    .brandWrap {
        height: 60px;
    }
    .center-menu {
        display: block;
        position: relative;
        line-height: 0;
        text-align: center;
    }
    .headerv2 .cart-page.brandWrap {
        height: 71px;
    }
    .navbar-km ul.nav li.dropdown ul.dropdown-menu {
        background: #fbfbfb;
        padding: 0;
        box-shadow: none;
    }
    .headerv2 .hasUserMenu .dropdown-menu {
        left: auto !important;
        right: 0 !important;
        margin-top: 0px;
    }
.headerv2 .user-menu i {
    margin-right: 5px;
    font-size: 30px;
}
    .headerv2 .user-menu > li > a span {
        display: none;
    }
    .headerv2 .user-menu .admin-link i {
        font-size: 16px;
    }
    .headerv2 .cart-menu > a i {
        font-size: 28px;
    }
    .headerv2 .navbar-nav > li > a i {
        display:none;
    }
}
@media (max-width: 979px) and (min-width: 768px){
    .cart-menu a{
        height: auto;
    }
    .headerv2 .megamenu-content ul li a {
        font-size: 12px;
    }
}
@media (max-width:1112px) and (min-width:991px) {
    .headerv2 .navbar-nav > li > a {
        padding: 0 10px;
    }
    .search-input-box {
        width: 170px;
    }

}
@media (max-width:991px) and (min-width:838px) {
    .headerv2 .navbar-nav > li > a {
        font-size: 13px;
        padding: 0 12px;
    }

    .search-input-box {
        width: 160px;
    }
    .headerv2 .cart-menu > a i {
        font-size: 25px;
    }
    .headerv2 .cart-menu > a, .headerv2 .cart-menu a#cart-sidebar-toggle {
        padding: 21px 0 22px 14px;
    }
    .headerv2 .user-menu > li > a {
        padding: 22px 0 23px 20px;
    }
    .headerv2 .user-menu i {
        font-size: 24px;
    }
}
@media (max-width:838px) and (min-width: 767px) {
    .headerv2 .navbar-nav > li > a {
        font-size: 13px;
        padding: 0 7px;
    }

    .search-input-box {
        width: 150px;
    }
    .headerv2 .user-menu > li > a {
        padding: 22px 0 23px 16px;
    }
    .headerv2 .cart-menu > a, .headerv2 .cart-menu a#cart-sidebar-toggle {
        padding: 21px 0 22px 10px;
    }
    .headerv2 .user-menu i {
        font-size: 21px;
    }
    .headerv2 .cart-menu > a i {
        font-size: 23px;
    }
}
@media (max-width: 767px) {
    .header-offset {
        padding-top: 12px;
    }
    .headerv2 .navbar-nav {
        margin: 7.5px -10px 0;
    }
    .free-delivery {
        background: #000;
    }
    .home-header-offset {
        padding-top: 0px;
    }
    .content-header-offset {
        padding-top: 0px;
    }
    .headerv2.navbar-km {
        background: #fff;
        border-bottom: none;
    }
    .headerv2 .navbar-top {
        height: 66px;
        background: #fff;
    }
.headerv2.header-cart .navbar-top {
    height: 66px;
    background: #fff;
}	
    .headerv2 .user-menu > li > a {
        color: #000;
        padding: 17px 8px;
        font-weight: 700;
        display: block;
        text-transform: uppercase;
        margin: 0;
    }
	.headerv2 .user-menu > li > a > span{
		display:none;
	}
    .navbar-top i {
        font-size: 22px;
    }
    .headerv2 .navbar-toggle i {
        font-size: 24px;
        padding: 0;
    }
    .headerv2 .navbar-toggle {
        background: none;
        z-index: 9;
        color: #000;
        margin: 0;
        padding: 20px 15px 20px;
        border: none;
    }
    .headerv2 .navbar-toggle .icon-bar {
        border: solid 1px #000000;
        width: 26px;
    }
    .headerv2 .navbar-toggle .icon-bar + .icon-bar {
        margin: 8px 0 0;
    }

    .headerv2 .cart-menu > a {
        padding: 16px 12px 25px 12px;
    }
.headerv2 .navbar-brand > img {
    max-width: 164px;
}
    .headerv2 .navbar-brand.mobile-logo {
        display: block;
        height: 66px;
        left: 0;
        margin-left: auto !important;
        margin-right: auto;
        padding: 15px 0;
        position: absolute;
        right: 0;
        width: 164px;
        margin-top: 0;
    }
    .megamenu .megamenu-content {
        padding: 0px 20px !important;
        background: #fbfbfb;
    }
    .megamenu-content ul li a {
        font-size: 15px;
    }
    .megamenu-content ul li h2 {
        font-size: 16px;
    }
    .headerv2 .navbar-nav > li > a {
        padding: 14px 10px;
        color: #000;
        font-weight: 700;
        margin: 0 30px 0 12px;
        border-top: 1px solid #e9e9e9;
        font-size: 14px;
    }
    .headerv2 .navbar-nav > li:first-child > a {
        border-top: none;
    }
    .headerv2 .navbar-nav > li .mobile-menu-arrow {
        color: #eeeeee;
        font-size: 24px;
    }
    .navbar-nav .open > a, .navbar-nav .open > a:hover {
        border-color: #e9e9e9 !important;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #efefef !important;
    }
    .headerv2 .mini-cart-product, .headerv2 .mini-cart-product a, .headerv2 .mini-cart-product p, .headerv2 .mini-cart-product .size, .headerv2 .mini-cart-product .price, .headerv2 .dropdown-header {
        color: #333;
    }
    .header-info span {
        letter-spacing: 0px;
        font-size: 10px;
    }
    .mobil-menu-title {
        color: #000;
        font-size: 15px;
        font-weight: 700;
        padding: 30px 0px 30px 13px;
        background: #efefef;
        border-bottom: solid 1px #99999938;
        z-index: -1;
    }
    .megamenu-content ul {
        margin-bottom: 0;
    }
.megamenu-content ul li a, .megamenu-content ul li p, .megamenu-content ul li, .navbar-nav .dropdown a, .navbar-nav .dropdown {
    color: #000;
}
        .navbar-nav > li.km-menu {
            clear: both;
        }
    .side-menu-left .navbar-nav > li > a {
        padding-top: 16px;
        padding-bottom: 16px;
        line-height: 20px;
        color: #000;
        font-weight: 700;
        border-bottom: 1px solid #e9e9e9;
    }
            .megamenu-content ul li a {
                display: block;
            }
            .megamenu-content ul li a.tissot {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 44px center;
            }
			.megamenu-content ul li a.hamilton {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 62px center;
            }
			.megamenu-content ul li a.rado {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 38px center;
			}
			.megamenu-content ul li a.guess-collection {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 112px center;
			}
            .megamenu-content ul li a.wainer {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 50px center;
            }
			.megamenu-content ul li a.maurice-lacroix {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 102px center;
            }
			.megamenu-content ul li a.frederique-constant {
                background: url(/skins/shared/images/swiss-made.png) no-repeat 134px center;
            }			
			.megamenu-content ul li a.jacques-philippe {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 112px center;
			}
			.megamenu-content ul li a.raymond-weil {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 96px center;
			}
			.megamenu-content ul li a.gc {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 22px center;
			}
			.megamenu-content ul li a.longines {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 64px center;
			}			
			.megamenu-content ul li a.tag-heuer {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 67px center;
			}				
			.megamenu-content ul li a.versace {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 53px center;
			}				
			.megamenu-content ul li a.swatch {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 67px center;
			}				
			.megamenu-content ul li a.gucci {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 40px center;
			}	
			.megamenu-content ul li a.omega {
				background: url(/skins/shared/images/swiss-made.png) no-repeat 50px center;
			}				
			.megamenu-content ul li a.rodania {
				background: url(/skins/shared/images/swiss-made.png)  no-repeat 67px center;
				padding-right: 18px;
			}		
	
    .side-menu-left .navbar-nav > li > a i {
        font-size: 16px;
        color: #000000;
        float: right;
        margin-top: 2px;
    }
	#side-menu {
		z-index: 1052;
        padding: 0px 10px 30px 10px;
    }
    #side-menu .close {
        color: #000;
        opacity: 1;
    }
    #side-menu .contents {
        margin-top: 0;
    }
    .side-menu-left .navbar-nav {
        margin: 0px -10px;
    }
    .side-menu-left .nav.navbar-nav.navbar-right {
        border-top: 2px solid #e1e1e1;
        padding: 13px 0;
        margin: 10px 0;
    }
}
@media (max-width: 667px) {
    .top-bar {
        text-align: center;
        background: url(/Skins/shared/images/mobil_headermenu.jpg) no-repeat top center !important;
        display: block;
        height: 85px;
        width: 100%;
        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;
    }
}
@media (max-width: 400px) {
    .headerv2 .navbar-toggle {
        padding: 20px 5px 20px !important;
    }

    .headerv2 .navbar-brand img {
        max-width: 100%;
    }
    .header-info span {
        font-size: 9px;
    }
}
/*HEADER v2 END*/

/*FOOTER*/
.footer {
    background: #ffffff;
    border: none;
    padding-bottom: 0px;
font-weight: 400;
}
.footer-bottom {
    background: #ffffff;
    border-top: none;
    padding: 14px 0;
}
.footer-content {
    background: #fff;
    padding: 60px 0;
}
.footer .footer-top {
    padding: 26px 10px 14px;
    background: #f5f5f5;
}
.footer .footer-top-box {
    display: inline-block;
    margin-bottom: 12px;
}
    .footer .footer-top-box i {
        color: #000000;
        font-size: 50px;
        display: inline-block;
        margin-right: 20px;
        vertical-align: super;
        float: left;
    }
        .footer .footer-top-box i.fl-chapps-box-3 {
            font-size: 56px;
        }
    .footer .footer-top-box .footer-bilgi {
        display: inline-block;
        color: #000;
        text-align: left;
        font-size: 15px;
        font-weight: 700;
        padding-bottom: 5px;
        font-family: 'Archivo Narrow', sans-serif;
        letter-spacing: 0.5px;
    }
.footer .footer-top-box p {
    color: #000;
    font-size: 13px;
}
.footer-top.top-cart .container {
    border-top: none;
    padding: 30px 10px;
}
.footer-top.top-cart {
    border-top: 1px solid #eee;
}
.footer-top.top-cart .footer-top-box {
    display: block;
    text-align: center;
}
.footer-top.top-cart .footer-top-box i {
    color: #777777;
    font-size: 38px;
    display: inline-block;
    margin-right: 0;
    vertical-align: super;
}
.footer-top.top-cart .footer-top-box > span {
    display: block;
    color: #8b8b8b;
    text-align: center;
    font-size: 13px;
    padding-top: 10px;
}
.footer-top.top-cart .footer-top-box > span span {
    display: inline-block;
}
.footer-block-title {
    border-bottom: medium none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 0;
    text-transform: none;
    font-family: 'Archivo Narrow', sans-serif;
    letter-spacing: 0.5px;
}
.footer h3 {
    border-bottom: medium none;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 0;
    text-transform: none;
}
.footer a {
    color: #000;
    font-size: 14px;
}
.footer ul {
    margin-top: 25px;
}
.footer ul li a {
    padding: 0 0 10px 0;
}
.footer .support {
    margin-top: 0;
font-weight: 400;
}
.footer .support img {
    max-width: 200px;
}
    .footer .support a {
        color: #333333;
        font-size: 14px;
        margin-left: 0;
        padding-top: 19px;
        display: block;
    }
.footer .support i {
    margin-right: 9px;
    font-size: 22px;
    float: left;
}
    .footer .support i.fl-chapps-pin-1 {
        font-size: 24px;
    }
    .footer .support i.fl-chapps-phone-call {
        font-weight: 600;
    }

.footer .social {
    text-align: left;
    margin: 20px 10px 0;
    display: inline-block;
}
.footer .social span {
    border-radius: 0;
    width: auto;
    height: auto;
    text-align: left;
    background: none;
    border: none;
}
.footer .social span a {
    color: #5c5c5c;
}
.footer .social span:hover a {
    color: #ee383a;
}
.footer .social span:hover {
    background: none;
    border: none;
}
.social span a i {
    font-size: 20px;
}
.newsletter span {
    color: #000;
    font-size: 14px;
}
.news-letter-box {
    border: 1px solid #878787;
    border-radius: 30px;
    padding: 1px;
}
.news-letter-box .input-group .form-control {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0px;
    font-size: 13px;
    color: #444;
    height: 42px;
    text-indent: 15px;
}
.news-letter-box .input-group-btn .btn {
    background: #333333;
    color: #ffffff;
    height: 40px !important;
    font-size: 11px;
    padding: 0 17px;
    border-radius: 30px;
    width: 80px;
}
.news-letter-box .form-control::-moz-placeholder {
    color: #000;
}
.news-letter-box .form-control::-webkit-input-placeholder {
    color: #000;
}
.km-sign {
    text-align: center;
    font-size: 13px;
}
.km-sign a strong {
    color: #da304a !important;
    font-size: 12px;
}
.footer-info {
    text-align: left;
    font-size: 12px;
}
.footer-bottom .credit-cards {
    padding-bottom: 10px;
    clear: both;
    filter: none;
    opacity: 1;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.credit-cards div {
    padding-bottom: 14px;
}
.content-cart .credit-cards div {
    display: inline-block;
}
.credit-cards img {
    margin-right: 10px;
}
@media (max-width:1200px) {
    .footer .footer-top-box i {
        font-size: 37px;
        margin-right: 10px;
        height: 65px;
    }
        .footer .footer-top-box i.fl-chapps-box-3 {
            font-size: 40px;
        }
}
@media (max-width: 992px) {
    .footer .footer-top-box:first-child, .footer .footer-top-box:nth-child(2) {
        margin-bottom: 24px;
    }
    .footer-content {
        padding: 20px 0;
    }
    .newsletter {
        padding-top: 25px;
        text-align: center;
    }
    .footer .social {
        text-align: center;
    }
    .footer-info {
        text-align: center;
        margin-bottom: 6px;
    }
    .footer-bottom .km-sign {
        text-align: center !important;
    }
}
@media (max-width:767px) {
    .footer .bottom-menu div:nth-child(4) h3 {
        padding-top: 20px;
    }

    .footer .support a {
        font-size: 12px;
    }
    .footer a {
        font-size: 12px;
    }
    .footer .support i {
        margin-right: 5px;
        font-size: 18px;
        display: none;
    }
.footer .support img {
    max-width: 160px !important;
}
.footer-block-title {
    padding-top: 5px !important;
    display: block;
}
}
@media (max-width:500px) {
    .footer .footer-top {
        padding: 26px 3px 14px;
    }
    .footer .footer-top-box {
        text-align: center;
    }
    .footer .footer-top-box i {
        margin-right: 0px;
        float: none;
        display: block;
    }
    .footer .footer-top-box .footer-bilgi {
        text-align: center;
        font-size: 12px;
    }
    .footer .footer-top-box p {
        font-size: 11px;
        min-height: 44px;
    }
}
.fa-rotate-10 {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

div#ETBIS {
    display: inline-block;
    vertical-align: super;
}
div#ETBIS img {
    width: auto !important;
    height: auto !important;
    max-width: 30px;
}
/*FOOTER END*/

.breadcrumb {
    border-bottom: none;
    margin-bottom: 5px;
    padding: 0;
}
.product {
    border-radius: 4px;

}
.description {
    min-height: 46px;
    padding-top: 10px;
}
.item .product-name a {
    font-size: 16px;
}
.product .price-sales {
    font-size: 18px;
}
.swiss-made {
    position: absolute;
    top: 16px;
    left: 16px;
}
.swiss-made img {
    max-width: 28px;
}
.panel-title {
    font-size: 18px;
}
.category-panel.filter-panel .filter-item a, .category-panel.filter-panel ul > li > a {
    font-size: 16px;
}
.item .btn-shopping-list:before {
    margin: 0;
}
/*#region Product Detail*/
.grey-bg {
    background: #f6f6f6;
    padding-top: 12px;
    padding-bottom: 60px;
}
.pdetail {
    padding-left: 40px;
    padding-top: 20px;
}
.pd-breadcrumb {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px 10px 10px;
}
.pd-breadcrumb .breadcrumb {
    padding: 0;
    border: none;
}
.pd-breadcrumb .breadcrumb li a {
    color: #949494;
    font-size: 15px;
}
.product-images .product-image-list a {
    padding-bottom: 5px;
    display: block;
}
.pd-brand-detail {
    text-align: right;
    line-height: 18px;
}
    .pd-brand-detail span {
        display: block;
        font-size: 13px;
        color: #949494;
        font-weight: 500;
    }
    .pd-brand-detail a {
        text-decoration: underline;
        font-size: 13px;
    }

.pd-top .rating {
    text-align: right;
    padding: 0;
}
    .pd-top .rating .rating-number {
        margin-left: 5px;
        padding: 0;
    }
.pd-top .brand-img {
    padding: 0;
}
    .pd-top .brand-img img {
        margin: 0;
    }
h1.product-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    padding-top: 10px;
}
.pd-watch-info span {
    color: #949494;
    font-size: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pdetail .product-icon span {
    font-size: 14px;
    color: #040404;
}
.pd-watch-info i {
    font-size: 6px;
    padding: 0 8px;
}
.product-icon div {
    width: 160px;
}
.product-price .price-sales {
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
}
.product-price .price-standard {
    color: #949494;
    font-size: 14px;
}
.pd-campaigns .applied-campaigns span {
    color: #949494;
}
.pd-campaigns .price-sales {
    color: #e2211c;
}
a.show-installment {
    display: flex;
    flex-direction: row;
    align-items: center;
	margin-top: 5px;
}
a.show-installment i {
    font-size: 20px;
    margin-right: 5px;
}
.installment-price {
    font-size: 14px;
    margin: 0;
}
.product-price-rate {
    font-size: 17px;
    font-weight: 500;
    height: 40px;
    width: 56px;
    border-radius: 0;
    background-color: #e2211c;
    letter-spacing: 1px;
}
.prcsep {
    border-left: 1px solid #c5c5c5;
}
.alert-box div {
    padding: 4px 0px;
    margin: 10px 10px 10px 0;
    border-radius: 0;
    border: none;
}
.icon-new {
    position: absolute;
    right: 30px;
    z-index: 1;
    top: 10px;
    background: #000;
    color: #fff;
    width: 54px;
    height: 54px;
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 14px;
}
.cart-actions {
    display: flex;
    margin-top: 30px;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 5px;
}
.addtocart .btn {
    padding: 12px 20px;
    font-size: 22px;
    min-width: 240px;
    font-weight: 600;
    letter-spacing: 1px;
}
.btn-shopping-list {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

    .btn-shopping-list:before {
        font-size: 18px;
        margin-right: 3px;
        vertical-align: bottom;
    }

    .btn-shopping-list.active:before {
        color: #000000;
    }
.delivery-time {
    display: flex;
    align-items: center;
    padding: 10px 0px 8px;
}
    .delivery-time i {
        font-size: 21px;
        padding-right: 6px;
    }
    .delivery-time span {
        font-size: 13px;
    }
.prd-group-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.pd-chapps {
    padding: 6px 0;
    display: flex;
}
.pd-chapps-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.pd-chapps-desc {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 12px;
}
.pd-chapps-box i {
    font-size: 34px;
}

.pd-chapps-desc span {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 2px;
}
.pd-chapps-desc p {
    font-size: 12px;
    line-height: 14px;
    color: #4f4d4d;
    margin: 0;
}
.prd-group-container .prd-group-title {
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 500;
}
.prd-group-container .product {
    border-radius: 0;
}


.pd-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.btn-custom-form {
    font-size: 12px;
    padding: 6px 20px 5px;
    background: transparent;
}
.pd-contact {
    display: flex;
    align-items: center;
}
    .pd-contact > div {
        padding-right: 12px;
        font-weight: 500;
        line-height: 16px;
    }
    .pd-contact a {
        padding: 0 6px;
        display: inline-block;
    }
        .pd-contact a.wpweb, .pd-contact a.wpmobile {
            color: #0dc143;
        }
    .pd-contact a i {
        font-size: 26px;
    }
.wp-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
    .wp-share a {
        font-size: 12px;
        padding: 6px 20px 5px;
        background: #e2211c;
        font-weight: 500;
        color: #fff;
		border-radius: 30px;
    }
    .wp-share a:hover {
        color: #fff;
    }
        .wp-share a i {
            font-size: 22px;
            vertical-align: sub;
            margin-right: 5px;
        }

    .product-tab .nav-tabs {
        border-right: 3px solid #f6f6f6;
        flex: 0 0 240px;
    }
        .product-tab .nav-tabs:after {
            display: none;
        }
        .product-tab .nav-tabs > li {
            display: block;
            width: 100%;
            margin:18px 0;
            position: relative;
            text-align: left;
        }
            .product-tab .nav-tabs > li > a {
                border: 0;
                border-radius: 0;
                position: relative;
                text-align: left;
                display: inline-block;
            }
                .product-tab .nav-tabs > li > a:before {
                    position: absolute;
                    bottom: 0;
                    content: "";
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                    width: 0;
                    height: 1px;
                    background: #e2211c;
                }
        .product-tab .nav-tabs > li.active > a:before, .product-tab .nav-tabs > li.active > a:hover:before {
            width: 100%;
        }
            .product-tab .nav-tabs li a, .product-tab .nav-tabs > li:hover > a {
                background: #ffffff;
                margin: 0;
                padding: 5px 0;
                font-size: 20px;
                font-weight: 400;
            }
        .product-tab .nav-tabs > li.active > a, .product-tab .nav-tabs > li.active > a:hover, .product-tab .nav-tabs > li.active > a:focus {
            color: #000;
            border: 0;
            border-radius: 0;
            box-shadow: none;
            z-index: 1;
        }
            .product-tab .nav-tabs > li:before {
                content: "";
                width: 3px;
                height: 100%;
                background: #e2211c;
                position: absolute;
                top: 0;
                right: -3px;
                left: auto;
                box-shadow: unset;
                border: 0;
                border-radius: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                display: inline-block;
                opacity: 0;
                visibility: hidden;
            }
.product-tab .nav-tabs > li.active:before {
    opacity: 1;
    visibility: visible;
}
    .product-tab .tab-content {
        padding-left: 60px;
        flex: 1;
    }

    .product-tab #Instalments .table-condensed > tbody > tr > td {
        padding: 5px 6px;
        font-size: 12px;
    }

.prd-properties > .table > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.prd-properties > .table > tbody > tr > td {
    padding: 6px 5px;
}
@media (min-width:1200px) {

    .addtocart .btn {
        min-width: 330px;
    }
}

@media (min-width:992px) {
    .product-tab {
        display: flex;
        flex-direction: row;
    }
}
@media (max-width:991px) {
    .pdetail {
        padding-left: 10px;
    }
.cart-actions {
    margin-top: 10px;
}	
    .cart-actions .btn-shopping-list {
        padding: 12px;
    }
	.btn-shopping-list span {
		display: none;
	}	
	.btn-shopping-list:before {
		font-size: 24px;
		margin-right: 0;
	}	
}
@media (max-width:767px) {
    .grey-bg {
        padding-bottom: 30px;
    }
    .pd-breadcrumb {
        padding: 5px 10px 0px;
    }
    h1.product-title {
        font-size: 20px;
        line-height: 26px;
    }
    .pd-watch-info span {
        font-size: 12px;
    }
    .product-price .price-sales {
        font-size: 20px;
    }
    .addtocart .btn {
        padding: 11px 0px;
        font-size: 16px;
        min-width: 200px;
        letter-spacing: 0.5px;
    }
    .delivery-time span {
        font-size: 12px;
    }
    .pd-chapps {
        flex-direction: column;
        padding: 20px 0 0;
        align-items: flex-start;
    }
    .pd-chapps-box {
        justify-content: flex-start;
        padding-bottom: 20px;
    }
.product-tab .panel-group .panel-heading {
    padding: 15px 0px 15px;
}
.product-tab .panel-collapse > div, .section-review {
    padding: 20px 0;
}
.section-review .review-header {
    font-size: 16px;
    padding: 0;
}
.review-none .title {
    font-size: 18px;
    line-height: 20px;
    margin: 40px 0 20px;
}
}
@media (max-width: 380px) {
    .cart-actions .btn-shopping-list {
        padding: 12px 5px;
    }	
	.cnt-quantity {
    margin-right: 10px;
}
}
.campaign {
    border-radius: 0;
    box-shadow: none;
    background-color: #f6efe0;
    border: 1px solid #e2211c1c;
}
.text-success {
    color: #1cab4f;
}

.btn-success {
    background-color: #e2211c;
}
    .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,
    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        background-color: #bb9341;
    }

.cart-product .discount {
    background: #e2211c;
}
.campaign-name, .item .price-campaign .cmp-price, .cart-summary .ctsum-discount, .cart-summary .ctsum-discount .price, .cart-summary .ctsum-campdiscount, .cart-summary .ctsum-campdiscount .price {
    color: #e2211c;
}

/*#endregion Product Detail*/
.content-brand a {
    border: 1px solid #ddd;
    padding: 10px;
}
/*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;
        }

/*#region civil form*/

.title-incident {
    font-size: 22px;
    color: #FF5200;
    margin-bottom: 30px;
    font-weight: 600;
}

@media (min-width:768px) {
    .civilform .form-info > div:first-child {
        width: calc(50% - 50px);
        margin-right: 50px;
        padding-left: 0;
    }

    .civilform .form-info > div:first-child {
    }

    .civilform .form-info.form-msj > div {
        width: calc(50% - 50px);
        margin-right: 50px;
    }
}

.incident-msg {
    display: inline;
    margin: 5%;
}

.incident-new {
    display: inline;
}

.form-detail-info {
    margin-top: 30px;
}

.civilform {
    padding: 15px 30px 30px;
    background-color: #F2F2F2;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0px 0px 20px -4px #777777a1
}

    .civilform .form-control {
        background-color: #fff;
    }

.incident-info {
    font-weight: 600;
    font-size: 17px;
    margin: 12px 0 20px;
}

.req-info {
    color: #f00;
}
/*.incident-detail .detail-box span {
    display: inline-block;
    min-width: 300px;
    margin-bottom: 10px;
}*/

.incident-detail.detail-box div {
    min-width: 300px;
    font-size: 16px;
    margin-bottom: 8px;
}

.incident-detail.incident-info.border-box.d-lg-flex.flex-column {
    width: 100%;
}

.nav-tabs:after {
    display: none;
}
.pgroup-tab .nav-tabs {
    margin-bottom: 30px;
    border: none;
    text-align: center;
    margin-top: 20px;
}

.pgroup-tab .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    display: inline-block
}
.pgroup-tab .nav-tabs li a {
    font-size: 18px;
    letter-spacing: 0;
    text-transform: none;
    background: #e7e7e7;
    color: #222;
    padding: 14px 36px;
    border: none !important;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    box-shadow: none;
    line-height: 1;
}
.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.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: #df1325;
    color: #fff;
    border-radius: 0;
    padding: 14px 36px;
    box-shadow: none
}




@media(max-width: 767px) {
    .pgroup-tab .nav-tabs li a {
        font-size:13px;
        letter-spacing: 0;
        padding: 8px 10px 7px
    }

    .item .product .list-item-fav1 {
        font-size: 26px;
        color: #000;
        position: absolute;
        top: 165px;
        left: 2px
    }

    .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 {
        padding: 8px 10px 7px
    }
}

.content-temp3 strong {
    display: block;
    text-align: center;
    background: #272727;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 500;
    font-size: 17px;
}
/*#region content-temp2*/
.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;
}

.content-temp2 .inner .img-block img {
    transition: all 0.7s ease 0s;
}
/*#endregion content-temp2*/
/*#region content-temp4*/
.content-temp4:first-child {
    padding-left: 0;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
	    margin-top: 20px;
}
.content-temp4 .temp3-desc {
    max-width: 500px;
}
    .content-temp4:first-child .temp3-desc {
        padding: 40px 0 0px;
    }
.content-temp4:last-child {
    padding-left: 15px;
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 20px;
}
    .content-temp4:last-child .temp3-desc {
        padding: 50px 0 40px;
    }
.content-temp4 .temp3-desc h3 {
    color: #949494;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.content-temp4 .temp3-desc p {
    color: black;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 2px;
    margin: 0 0 25px;
}
.content-temp4 .temp3-desc .btn {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
}

@media (max-width:1199px) {
    .content-temp4 .temp3-desc p {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 1px;
        margin: 0 0 16px;
    }
    .content-temp4 .temp3-desc h3 {
        font-size: 12px;
        padding-bottom: 5px;
    }
}
@media (max-width: 767px) {
    .content-temp4:first-child {
        padding-left: 10px;
        padding-right: 10px;
        align-items: flex-start;
        text-align: left;
        padding-bottom: 20px;
    }
    .content-temp4:last-child {
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
        align-items: flex-start;
    }
    .content-temp4 .temp3-desc {
        max-width: 100%;
        width: 100%;
    }
    .content-temp4:last-child .temp3-desc {
        padding: 20px 0 0px;
    }
    .content-temp4:first-child .temp3-desc {
        padding: 20px 0 20px;
    }
    .content-temp4 .temp3-desc .btn {
        padding: 4px 20px;
        min-width: 100px;
    }
}
/*#endregion content-temp3*/
.brand-list .inner {
    margin-bottom: 20px;
}
.brand-list .inner a {
    border: 1px solid #ddd;
}
    .google-maps {
        position: relative;
        padding-bottom: 45%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
.ps-nav {
    font-size: 40px;
}	