@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,800&display=swap');
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: #006699;
}

a:hover {
    text-decoration: none;
    color: #035680;
}

.btn {
    font-size: 14px;
}

/* Overlay */
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}

.overlay .spin {
    color: #006699;
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}


/* Opacity */
.op-black {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black.show {
    visibility: visible;
    opacity: 1;
}

/* Opacity 2 */
.op-black-2 {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}

.op-black-2.show {
    visibility: visible;
    opacity: 1;
}

/* Header (Desktop) */
.header-header-space {
    height: 217px;    
}

header.desktop  {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
}

header.desktop .h-contact {
    background: #2fa4dd;
}

header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #fff;
    margin-right: 20px;
    font-weight: 500;
}

header.desktop .h-contact .info .item.wp {
    color: #fff;
    font-weight: bold;
}

header.desktop .h-contact .info .item i {
    margin-right: 3px;
    font-size: 16px;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}

header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}

header.desktop .h-contact .social-media a {
    margin-left: 10px;
    font-size: 17px;
    color: #fff;
}

header.desktop .header-area {
    height: 120px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

header.desktop .header-area.last {
    align-items: flex-end;
}

header.desktop .logo {
    align-items: flex-start;
    -webkit-align-items: flex-start; 
}

header.desktop .logo a img {
    max-height: 90px;
    max-width: 90% !important;
}

header.desktop .search {
    width: 90%;
    position: relative;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    transform: skew(-25deg);
    display: block;
    border: 6px solid #f2c556;
    background: #fff;
    width: 87%;
    position: relative;
    height: 55px;
    box-sizing: border-box;
    z-index: 999;
}

header.desktop .search form input {
    transform: skew(25deg);
    float: left;
    color: #333;
    width: 100%;
    font-size: 15px;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 15px 0 15px !important;
    height: 45px;
}

header.desktop .search form input::placeholder {
    color: #777;
}

header.desktop .btn-send {
    transform: skew(-25deg);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12%;
    height: 55px;
    padding: 0;
    border-radius: 0;
    background: none;
    border-width: 0;
    color: #fff;
    background-color: #f2c556;
    font-size: 18px;
}

header.desktop .search i{
    transform: skew(25deg);
}

header.desktop .search .btn-send:hover{
    background-color: #cfa844 !important;
    transition: all 0.2s;
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 0;
}
 
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

header.desktop .header-bar .bar-user {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
    padding: 0 10px;
    border: 1px solid #eee;
}

header.desktop .header-bar .bar-user i {
    color: #444;
    font-size: 20px;
}

header.desktop .header-bar .bar-user .link {
    display: flex;
    flex-direction: column;
}

header.desktop .header-bar .bar-user .link a {
    color: #444;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .header-bar .bar-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #fff;
    background: #013564;
    height: 56px;
    padding: 0 10px;
}

header.desktop .header-bar .bar-cart .icon {
    margin-right: 5px;
    position: relative;
}

header.desktop .header-bar .bar-cart .icon i {
    font-size: 25px;
}

header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}

header.desktop .header-bar .bar-cart .name {
    color: #fff;
    margin-left: 6px;
    font-weight: 500;
    font-size: 14px;
}

header.desktop .colorfulBand {
    display: flex;
    flex-direction: row;
}

.colorfulBand>div {
    height: 5px;
}

.colorfulBand .purple {
    width: 11%;
    background: #7622da;
}

.colorfulBand>div.lightBlue {
    width: 18%;
    background: #47c6eb;
}

.colorfulBand>div.orange {
    width: 31%;
    background: #ed5f1f;
}

.colorfulBand>div.yellow {
    width: 15%;
    background: #f59f28;
}

.colorfulBand>div.darkPurple {
    width: 13%;
    background: #6b1e5b;
}

.colorfulBand>div.green {
    width: 12%;
    background: #45b794;
}

header.desktop .menu {
    background: #dbe4eb;
    height: 52px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}

header.desktop .mega-menu {
    padding: 0;
    position: relative;
}

header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 52px;
}

header.desktop .mega-menu .nav-item {
    flex: 1;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px;
    border-right: 1px solid rgba(0, 0, 0, .15);
    padding: 0 5px;
    white-space: unset !important;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .dropdown:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    background: #fff;
    color: #013564;
}

header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .mega-menu .dropdown {
    position: static;
}

header.desktop .mega-menu .dropdown-menu {
    border: 0;
    border-top: 0;
    border-radius: 0;
    background-color: #fff;
    width:100%;
    left:0;
    right:0;
    top:50px;
    position: absolute;
}
    
header.desktop .mega-menu .dropdown:hover .dropdown-menu, 
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
 }

/* Mega Menu Container */
.mega-menu-container {
    padding: 20px;
}

.mega-menu-container .sub-cat.fix-height {
    height: 100px;
}

.mega-menu-container .sub-title {
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 3px;
    display: block;
}

.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
 
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mega-menu-container ul li a {
    font-size: 12px;
    color: #555;
    font-weight: 400;
}

.mega-menu-container ul li a:hover {
    color: #006699;
}

.mega-menu-container ul li span {
    margin-right: 5px;
}

/* Mobile Header */
.mobile-header-space {
    height: 110px;
    display: none; 
}

header.mobile {
    display: none;
    background: #fff;
    height: 110px;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header.mobile .left {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

header.mobile .right {
    width: 30%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-width: 150px;
    max-height: 60px;
}

header.mobile .icon-group {
    position: relative;
    color: #006699;
    font-size: 21px;
}

header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 5px;
    background: #ccc;
}

header.mobile .mobile-search form {
    width: 100%;
}

header.mobile .mobile-search form .input-box {
    width: 80%;
}

header.mobile .mobile-search form input {
    float: left;
    color: #444;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    border-color: #c5c5c5;
    height: 40px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
}

header.mobile .mobile-search form input::placeholder {
    color: #444;
}

header.mobile .mobile-search form input:focus,
header.mobile .mobile-search form input:hover {
    border-color: transparent !important;
}

header.mobile .mobile-search form .btn-send {
    float: right;
    width: 20%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #006699;
    border-color: #006699;
    color: #fff;
}

/* Sidebar User */
.sidebar-user {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 21;
    right: 0;
    margin-right: -250px;
}

.sidebar-user.active {
    margin-right: 0;
}

.sidebar-user .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-user .title .btn-close {
    color: #fff;
}

.sidebar-user .login-menu a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .login-menu a i {
    width: 30px;
    margin-left: 10px;
    text-align: left;
}

.sidebar-user .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-user .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-user .footer-links ul {
    margin: 0;
    padding: 0;
}

.sidebar-user .footer-links ul li {
    padding: 0;
    list-style: none;
}

.sidebar-user .footer-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-user .footer-links ul li a.wp i {
    color: #21bd5c;
}

.sidebar-user .footer-links ul li a i {
    text-align: center;
    width: 40px;
    font-size: 16px;
}

/* Sidebar Menu */
.sidebar-menu {
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -250px;
}

.sidebar-menu.active {
    margin-left: 0;
}

.sidebar-menu .scrollbar {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-menu .title {
    padding: 10px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.sidebar-menu .title .btn-close {
    color: #fff;
}

.sidebar-menu .title-alt {
    padding: 10px;
    background: rgba(0, 0, 0, .15);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-menu .links a {
    display: block;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 14px;
}

.sidebar-menu .links a i {
    float: right;
}

.sidebar-menu .categories {
    /*display: none;*/
}

.sidebar-menu .categories ul {
    margin: 0;
    padding: 0;
}

.sidebar-menu .categories ul li {
    padding: 0;
    list-style: none;
}

.sidebar-menu .categories ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-menu .categories ul li a .name {
    width: 80%;
}

.sidebar-menu .categories ul li a .icon {
    color: #777;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
}

.sidebar-menu .categories ul .multi {
    display: none;
}

.sidebar-menu .categories ul .multi a {
    padding-left: 20px;
}

.sidebar-menu .categories ul .multi .multi a {
    padding-left: 40px;
}

.sidebar-menu .categories ul .multi .multi .multi a {
    padding-left: 60px;
}

/* Stores */
.stores {
    background: #fff;
    border-top: solid 1px #e6e6e6;
    padding: 10px 0;
}

.stores .cards {
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row
}

.stores .card {
    border: none;
    box-shadow: none;
    margin: 0 !important;
    border-left: 1px solid #e6e6e6;
}

.stores .card:first-child {
    border-left: 0;
}

.stores .card .card-body {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.stores .card .card-body img {
    max-height: 80%;
    max-width: 60%!important;
    margin: 0 auto;
}

.stores .card .card-header {
    display: none;
}

.stores .text-white {
    font-weight: bold;
    font-size: 12px !important;
}

/* Footer */
.footer-bar-1 {
    padding: 10px 0;
}

.footer-bar-1 .icons {
    display: flex;
}

.footer-bar-1 .icons .item {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
    margin: 0 10px;
}

.footer-bar-1 .icons .item:first-child {
    margin-left: 0;
}

.footer-bar-1 .icons .item:last-child {
    margin-right: 0;
}

.footer-bar-1 .icons .item .title {
    font-weight: 500;
    font-size: 14px;
}

.footer-bar-1 .icons .item .description {
    font-size: 13px;
}

.footer-bar-1 .icons .item .icon {
    height: 80px;
    margin: 10px 0;
}

.footer-bar-1 .icons .item .icon img {
    height: 100%;
}

footer {
    background: #fff;
    border-top: 2px solid #2fa4dd
}

footer .bb {
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
}

footer .logo-area .logo img {
    max-height: 100px;
    max-width: 230px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #00aaff;
    font-size: 13px;
    
}

footer .title-3 {
    color: #333;
    font-size: 17px;
    
}

footer .secure .description {
    color: #000;
    margin: 5px 0;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #000;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #000;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}

footer .info ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: ">";
}

footer .info ul li a:hover {
    color: #333;
}

footer .bar {
    padding: 10px 0;
    background: url('images/footer.png') center center no-repeat #b4babf;
    height: 100px;
}

footer .bar .left-desc {
    margin-top: 50px;
    width: 350px;
    font-size: 12px;
}

footer .bar a {
    color: #fff;
    text-align: center;
}

footer .bar a:hover {
    color: #fff;
}

footer .bar p {
    margin: 0;
    color: #fff;
}

footer .bar .right-image {
    text-align: right !important;
    
}

footer .bar .right-image img {
    max-width: 100%;
    width: 140px;
    margin-top: 10px;
}
    
footer .social-media {
    display: -webkit-flex;
    -webkit-align-items: flex-start; 
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

footer .social-media a {
    margin-right: 10px;
    font-size: 22px;
    color: #333;
}

footer .social-media a:hover {
    color: #000;
}

/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 9;
    background: #006699;
    bottom: 20px;
    right: 20px;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 24px;
    border-radius: 5px;
}

.up-scroll:hover{
    background: #006699;
    transition: all 0.4s;
}

.up-scroll:before {
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f077";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.up-scroll:after {
	display: block;
	position: absolute;
    width: 40px;
    height: 40px;
    border: 2px dashed #fff;
    content: "";
	top: 5px;
	left: 5px;
	opacity: 0.5;
	border-radius: 5px;
}

/* Sidebar Cart */
.sidebar-cart {
    background: #fff;
    width: 350px;
    position: fixed;
    top: 0;
    bottom: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    right: 0;
    margin-right: -350px;
    display: flex;
    padding: 0;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

.sidebar-cart.active {
    margin-right: 0;
}

.sidebar-cart .scrollbar {
    width: 100%;
    height: 100%;
    flex: 1;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
}

.sidebar-cart .head {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
}

.sidebar-cart .head .name {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}

.sidebar-cart .head .cls a {
    font-size: 17px;
}

.sidebar-cart .cart-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}

.sidebar-cart .buttons {
    padding: 15px;
}

.sidebar-cart .ajax-shopping-cart {
    padding: 15px;
}

.sidebar-cart .ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
}

.sidebar-cart .ajax-shopping-cart .product .image {
    flex: 2;
}

.sidebar-cart .ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 14px;
    text-align: right;
}

.sidebar-cart .ajax-shopping-cart .product .info {
    flex: 3;
}

.sidebar-cart .ajax-shopping-cart .product .info .name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.sidebar-cart .ajax-shopping-cart .product .info .btn-remove {
    font-size: 14px;
    font-weight: 500;
    color: #555;
}

.sidebar-cart .ajax-shopping-cart .product .info .product-quantity input {
    border: 0 !important;
    height: 25px;
    width: 15px;
    font-weight: 500;
}

.sidebar-cart .ajax-shopping-cart .product .info .product-quantity .btn {
    width: 25px;
    height: 25px;
    background: transparent;
}

/* Responsive */
@media (max-width: 991px) {
    .mobile-header-space { 
        display: block;
    }

    header.desktop {
        display: none;
    }

    header.mobile {
        display: block;
    }
    
    .footer-bar-1 .icons {
        flex-wrap: wrap;
    }
    
    .footer-bar-1 .icons .item {
        flex: auto;
        width: calc(50% - 10px);
        margin: 5px !important;
    }
    
    .stores .cards {
        display: block;
        text-align: center;
    }

    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }

    footer .bar p {
        text-align: center !important;
    }
    
    footer .bar .right-image {
        margin: 10px 0;
        text-align: center !important;
    }

    footer .logo-area {
        display: none;
    }
    
    footer .bb {
        border-top: 0;
        border-bottom: 0;
    }

    footer .info {
        padding-top: 0;
    }

    footer .info .title {
        text-align: center !important;
        color: #000;
        border: 1px solid #000;
        padding: 8px;
        position: relative;
    }

    footer .info .title::after {
        content: "+";
        right: 10px;
        top: 3px;
        bottom: 0;
        position: absolute;
        font-size: 20px;
        margin-bottom: 10px;
    }

    footer .info .fs {
        display: none;
        text-align: center !important;
        border: 1px solid #000;
        margin-bottom: 15px;
        color: #000 !important;
    }

    footer .info ul {
        margin: 0;
    }

    footer .info ul li {
        color: #000 !important;
    }

    footer .info ul li a {
        color: #000;
    }

    footer .info ul li a:before {
        display: none;
    }

    footer .social-media {
        justify-content: center;
        margin: 10px 0;
    }

    footer .secure {
        text-align: center !important; 
        margin: 10px 0;
    }

    footer .bar {
        background: #b4babf;
        height: auto;
    }
    
    footer .bar .left-desc {
        margin-top: 0;
        width: auto;
    }
}

/* Custom */
.ozet-icerik tr:nth-child(3)
{
    display: none;
}
.pattern-group .p-g-mod:not(.p-g-mod-trans) {
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
    border: 1px solid #f1f1f1;
}

.pattern-group .p-g-mod.p-g-mod-trans .p-g-mod-header {
    border-bottom: 0;
}

.pattern-group .p-g-mod.p-g-mod-trans .p-g-mod-header .p-g-m-h-icon {
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 22px;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-weight: 600;
    font-size: 16px;
    color:#000;
}

.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    color: #fff;
    border-radius: 0 !important;
}

.page-link {
    color: #333 !important;
}

.page-link:focus {
    box-shadow: none !important;
} 

.page-item.active .page-link {
    color: #fff !important;
    background: #006699;
    border-color: #006699;
}

.category-filter-order .list-wrap {
    border: 1px solid #eee;
    background: #fff;
}

.category-filter-order .list-wrap .list li.active .lag-checkbox, 
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    background: transparent;
    color: #006699;
}

.category-pg-inner {
    padding-left: 0;
    padding-right: 0;
}

.p-g-mod-t-cat-filter .p-g-mod-header {
    color: #fff;
    background: #231f20;
}

.p-g-mod-t-cat-filter {
    margin-bottom: 20px !important;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
    display: block;
    width: 100%;
    border-radius: 0 !important;
}

.category-filter-list .list-wrap .list li {
    padding: 5px 10px 5px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link  {
    border-top: 0;    
    border-bottom: 3px solid transparent;
    padding: 0 10px;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    font-size: 14px !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    font-weight: 600;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    justify-content: flex-start;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: initial;
}

.product-details-tab .p-g-tab-wrapper {
    border: 1px solid #eee;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.05);
}

.product-details-tab .p-g-tab-wrapper .p-g-mod {
    box-shadow: none !important;
    border: 0 !important;
    margin-bottom: 0 !important;
} 

@media (max-width: 500px) { 
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
        font-size: 12px !important;
        padding: 0 3px;
    }
}

.card-product {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.09);
    border: 1px solid #f9f9f9;
}

.card-product:hover { 
    box-shadow: 0 0 5px 0 rgba(0,0,0,.20);
}

.pattern-group .p-g-mod.p-g-mod-trans .owl-carousel.owl-drag .owl-item {
    box-shadow: 0;
    border: 2px solid #f9f9f9;
}

.pattern-group .p-g-mod.p-g-mod-trans .owl-carousel.owl-drag .owl-item:hover {
    border: 2px solid #f3f3f3;
}

.card-product .card-product-inner .price-group .prices {
    flex: 1;
}

.product-profile-1 .carousel .carousel-inner {
    border-color: transparent;
}

.product-profile-1 .carousel .carousel-indicators li.active {
    border-color: #006699;
}

.btn-theme-1,
.btn-color-1,
.btn-theme-3 {
    background: #006699 !important;
    border-color: #006699 !important;
}

.btn-theme-1:hover,
.btn-color-1:hover,
.btn-theme-3:hover{
    background: #035680 !important;
    border-color: #035680 !important;
}

.card-product .card-product-inner .buttons .btn-cart {
    width: 100%;
    display: block;
    background: transparent !important;
    color: #006699;
}

.card-product .card-product-inner .buttons .btn-cart:hover {
    background: #035680 !important;
    border-color: #035680 !important;
    color: #fff;
}

.currency-price {
    padding: 3px 0;
    color: #797979;
    font-weight: 500;
}


/* Menu Left */
.btn-categories {
    min-width: 200px;
    height: 52px !important;
}

.btn-categories i {
    margin-right: 10px;
}

.dropdown-category {
    position: relative;
}

.dropdown-category .menu-left {
    display: none;
    z-index: 5;
    position: absolute;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    height: 350px;
}

.dropdown-category:hover .menu-left {
    display: block;
}

.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    width: 200px
}

.menu-left ul.f-ul li.f-li {
    list-style: none;
}

.menu-left ul.f-ul li.f-li:hover {
    background: #30a8e2;
}

.menu-left ul.f-ul li.f-li:hover .menu-deep-box-2 {
    display: block !important;
}

.menu-left ul.f-ul li.f-li a.f-item {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    color: #333;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 15px;
}

.menu-left ul.f-ul li.f-li:hover a.f-item {
    color: #fff;
}

.menu-left ul.f-ul li.f-li:last-child a.f-item {
    border-bottom: 0;
}

.menu-left ul.f-ul li.f-li a.f-item .name {
    width: 80%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.menu-left ul.f-ul li.f-li a.f-item .icon {
    color: #333;
    width: 15px;
    height: 15px;
    text-align: right;
    border-radius: 2px;
    font-size: 15px;
}

.menu-left ul.f-ul li.f-li a.f-item:hover .icon {
    color: #fff;
}

/* Deep Menu */
.menu-deep-box-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
    left: 200px;
    box-sizing: border-box;
    width: 675px;
    z-index: 99;
    height: 350px;
    max-height: 370px;
    display: none;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 30px 0px rgba(0,0,0,0.1);
}

.menu-deep-box-2 .cat-groups {
    float: left;
    width: 23%;
    margin: 0 1% 2% 1%;
}

.menu-deep-box-2 .cat-groups .title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    padding: 7px 0;
    text-align: left;
}

.menu-deep-box-2 .cat-groups .title span {
    display: block
}

.menu-deep-box-2 .cat-groups .title img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.menu-deep-box-2 .cat-groups .title:hover {
    color: #3b414c;
}

.menu-deep-box-2 .cat-groups .childs a {
    display: block;
    text-align: left;
    color: #333;
}

.menu-deep-box-2 .all-title {
    display: block;
    background: rgba(0, 0, 0, .05);
    padding: 10px;
    font-size: 15px;
    color: #3b414c;
    font-weight: 600;
}


.menu-deep-box-2 .sub-titles {
    display: block;
    padding: 5px 10px;
    font-size: 15px;
    color: #333;
}

.menu-deep-box-2 .sub-titles:hover {
    color: #3b414c;
}

.product-details-tab-colorful {
    margin-bottom: 20px !important;
}

.pattern-group .p-g-mod.p-g-mod-t-20 .p-g-mod-header,
.pattern-group .p-g-mod.p-g-mod-showcase .p-g-mod-header {
    color: #fff !important;
    height: 45px !important;
    position: relative;
    padding: 0 15px;
}

.pattern-group .p-g-mod.p-g-mod-t-20 .p-g-mod-header {
    margin-bottom: 10px;
}

.pattern-group .p-g-mod.p-g-mod-t-20 .p-g-mod-header::after,
.pattern-group .p-g-mod.p-g-mod-showcase .p-g-mod-header::after {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    top: 0;
    transform: skew(-25deg);
    background: #2fa4dd;
    content: " ";
    z-index: -1;
}

.pattern-group .p-g-mod.p-g-mod-t-20 .p-g-mod-header::after {
    background: #006699;
}

.pattern-group .p-g-mod.p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    align-items: center !important;
}


.pattern-group .p-g-mod.p-g-mod-t-cat-filter .p-g-mod-header {
    background: #2fa4dd !important;
    position: relative !important;
}

.pattern-group .p-g-mod.p-g-mod-t-cat-filter .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 13px !important;
}

.card-product .card-product-inner .free-cargo-badge {
    background: #000000;
    border-radius: 15px;
}

.card-product .card-product-inner .discount-badge {
    position: absolute;
    right: 0;
    width: 75px;
    height: 28px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #f8353e;
    border-radius: 15px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product .card-product-inner .price-group {
    height: 30px;
}

.card-product .card-product-inner .price-group .prices {
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    display: flex;
}

.card-product .card-product-inner .price-group .prices .list-price {
    margin-left: 5px;
}

.card-product .card-product-inner .title {
    font-weight: 600;
}

.card-product .card-product-inner .code {
    text-align: center;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product .card-product-inner .currencyp {
    text-align: center;
    font-size: 13px;
    color: #666;
    font-weight: 500;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-product .card-product-inner .buttons {
    border-top: 1px solid #eee
}

.card-product .card-product-inner .buttons .btn-cart-2 i {
    border: 1px solid #888;
    margin-right: 3px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.related-products a {
    width: 70px !important;
    height: 70px !important;
}
.shipment-methods .price{
    display: none;
}