@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,600,700,800&display=swap');
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}  

/* Reset */
a {
    color: #001399;
}

a:hover {
    text-decoration: none;
    color: #061477;
}

.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: #000;
    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: 8;
    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  {
    position:fixed;
    z-index: 20;
    background:#fff;
    top:0;
    right:0;
    left:0;
}

header.desktop .h-contact {
    height: 40px;
    background: #fafafa;
    border-bottom: 1px solid #eeeff0
}

header.desktop .h-contact .info {
    height: 35px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
}

header.desktop .h-contact .info .item {
    font-size: 13px;
    color: #000;
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
    display:flex;
    align-items:center;
}

header.desktop .h-contact .info .item:last-child {
    font-size: 13px;
    color: #f44336;
    font-weight:600;
}


header.desktop .h-contact .info .item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    max-height: 10px;
    background: #ddd;
    margin: auto 0;
}

header.desktop .h-contact .info .item .wp {
    color: #0e9e26;
}

header.desktop .h-contact .info .item i {
    margin-right: 10px;
    font-size: 16px;
    color: #929292;
}

header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 18px;
}


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: 20px;
    font-size: 17px;
    color: #6d6d6d;
}

header.desktop .header-area {
    height: 100px;
    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-width: 100% !important;
    max-height: 60px;
}

header.desktop .search form .icon { 
    position: absolute;
    left: 0;
    top: 5px;
    height: 25px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #cccccc;
    border-right: 1px solid #dadada;
}

.easy-autocomplete-container {
    z-index: 8;
}

header.desktop .search {
    width: 100%;
    height: 36px;
    position: relative;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

header.desktop .search form {
    width: 100%;
}

header.desktop .search form .input-box {
    display: block;
    width: 85%;
    position: relative;
    box-sizing: border-box;
    z-index: 9;
    padding-right: 20px;
    padding-left: 55px;
}

.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
    border-bottom: 1px solid #ebebeb;
}

header.desktop .search form input {
    float: left;
    color: #333;
    width: 100%;
    font-size: 13px;
    border: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 15px 0 15px !important;
    height: 33px;
}

header.desktop .search form input::placeholder {
    color: #777;
}

header.desktop .btn-send {
    position: absolute;
    right: 4px;
    top: 4px;
    bottom: 0;
    width: 45px;
    height: 26px;
    padding: 0;
    border-width: 0;
    color: #ffffff;
    background-color: transparent;
    font-size: 13px;
    z-index: 10;
    background: #000;
    border-radius: 5px;
}

header.desktop .search i{
    
}

header.desktop .easy-autocomplete-container ul {
    margin-top: 36px;
    border-top: 1px solid #ebebeb;
}
 
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: #fafafa;
    border-top: 1px solid #eeeff0;
    border-bottom: 1px solid #eeeff0;
    height: 52px;
}

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: auto;
    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: #333333;
    line-height: 14px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 5px;
    white-space: unset !important;
    transition: all .4s;
}

header.desktop .mega-menu .nav-link::after {
    display: none;
}

header.desktop .mega-menu .dropdown:hover .nav-link,
header.desktop .mega-menu .nav-link:hover {
    color:#f44336;
    transition: all .4s;
}

  
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: 49px;
    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: #000;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    letter-spacing: 0.2px;
    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: block;
}

.mega-menu-container ul li a {
    font-size: 13px;
    color: #7f7f7f;
    font-weight: 400;
    padding-right: 15px;
    transition:all .4s;
    margin-bottom:2px;
}

.mega-menu-container ul li a:hover {
    color:#f44336;
    text-decoration: underline;
    transition:all .4s;
}

.mega-menu-container ul li span {
    margin-right: 5px;
}

/* Mobile Header */
.mobile-header-space {
    height: 190px;
}

header.mobile {
    display: none;
    background: #fff;
    height: 60px;
    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: 80px;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
    padding: 5px;
}

header.mobile .center {
    width: calc(75% - 80px);
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

header.mobile .right {
    width: 25%;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    box-sizing: border-box;
}

header.mobile .logo img {
    max-height: 50px;
}

header.mobile .icon-group {
    position: relative;
    color: #000;
    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: #f44336;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.mobile .mobile-search {
    padding: 0;
    background: #f3f3f3;
}

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;
    width: 100%;
    font-size: 15px;
    border-color: transparent;
    background: transparent !important;
    height: 65px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    outline: 0 !important
}

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: 65px;
    border: 0;
    background: transparent !important;
    color: #333;
    font-size: 19px;
}

/* 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: #000;
    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: 80%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -80%;
}

.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;
}

footer .bb {
    background:#fff;
    padding:20px 0;
    
}

footer .logo-area {
    text-align: left;
    margin: 15px 0;
    margin-left:-5px;
}

footer .logo-area .logo img {
    max-height: 120px;
}

footer .logo-description {
    margin-top: 15px;
}

footer .info {
    padding: 25px 0;
}

footer .title {
    font-size: 17px;
    font-weight: 600;
    color: #191919;
    text-align: center;
    margin-bottom: 15px;
}

footer .title-2 {
    color: #fff;
    font-size: 13px;
    
}

footer .title-3 {
    font-size: 13px;
    font-weight: 400;
    color: #222;
    text-align: left;
    margin-bottom: 15px;
    
}

footer .secure .description {
    color: #858585;
    margin: 15px 0;
    width: 87%;
}

footer .secure img {
    opacity: .5;
}

footer .info ul {
    padding: 0;
    margin: 0;
}

footer .info ul li {
    list-style: none;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
}

footer .info ul li a {
    display: block;
    color: #333;
    font-size: 13px;
    position: relative;
    transition: all .4s;
    font-weight: 400;
    line-height: 26px;
}

footer .info ul li a:hover {
    text-decoration:underline;
    color: #f44336;
    transition: all .4s;
}

footer .footer-card{
    height: 50px;
    display: flex;
    align-items: center;
    background:#f9f9f9;
}

footer .bar {
    padding: 10px 0;
    background: #fff;
}

footer .bar a {
    color: #000;
    text-align: center;
}

footer .bar a:hover {
    color: #222;
}

footer .bar p {
    margin: 0;
    color: #111;
    font-size:12px;
}

footer .bar .right-image {
    text-align: right !important;
}
    
footer .social-media {
}

footer .social-media a {
    margin-right: 27px;
    font-size: 20px;
    color: #c8c8c8;
}

footer .social-media a:last-child {
    margin-right: 0px;
}

footer .social-media a:hover {
    color: #000;
}

/* Scroll To Top */
.up-scroll {
    position: fixed;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    background: #1f1f1f;
    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: 20px;
    border-radius: 50%;
}

.up-scroll:hover{
    background: #d0021b;
    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
}

/* 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;
}



/* Custom */

.product-customer-actions .action .button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px 15px;
    color: #333;
    font-weight: 500;
    text-align: center;
}

.product-customer-actions .action .button i {
    font-size: 14px;
    margin-right: 7px;
}

.product-customer-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #fafafa;
    padding: 10px 0;
}

.variant-box ul li .options a {
    display: inline-block;
    background: #fdffff;
    padding: 7px 15px;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #444;
    margin-right: 5px;
    position: relative;
}

.product-badges .p-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 0;
    margin: 0 5px 5px 0;
    height: 60px;
}

.accordion-product .card-header {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding-left: 0;
    padding-right:0;
}

.accordion-product .card-body {
    height: auto;
    max-height:400px;
    overflow-y: auto;
    padding-top: 5px;
    padding-left:0;
}

.product-body .accordion-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: .25rem;
}

.accordion-product .btn-link {
    color: #222;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    font-weight:500;
}

.accordion-product .btn-link:hover{
    text-decoration:none;
}

.accordion-product .btn-link i{
    color: #c3c3c3;
    padding-right:10px;
}

.product-body .carousel-indicators::-webkit-scrollbar {
    width: 5px;
    background-color: #ebebeb;
}

.product-body .carousel-indicators::-webkit-scrollbar-thumb {
    background-color: #f44336;
    border-radius: 20px;
    border: 2px solid #f44336;
}

.p-g-mod.p-g-mod-base-content {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.product-body .p-g-mod.p-g-mod-base-content{
    border:0;
}

.pattern-group-p-home .p-g-mod.p-g-mod-base-content {
    border: 0;
}

.breadcrumb-wrapper .breadcrumb-item+.breadcrumb-item::before {
    content: "/";
    color: #8e8e8e;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 22px;
}

.pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-headline .p-g-mod-t-44{
    margin-top:-10px;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.newsletter-bg .secure{
    padding-left:50px;
}

.newsletter-bg .secure .title-3{
    color: #191919;
    font-size: 22px;
    font-weight: 600;
}

.newsletter-bg .secure .description{
    margin-top: 10px;
    color: #797979;
    font-size: 12px;
}

.newsletter-form{
    width: 100%;
    display: flex;
    position:relative;
}

.newsletter-form button{
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 20px;
    color: #151515;
    font-weight: 600;
}

.newsletter-form input{
    border: 1px solid #000;
    border-radius: 0;
    font-size: 13px;
    padding-left: 25px;
    height: 50px;
}

.newsletter-title{
    color: #191919;
    font-size: 15px;
    font-weight: 600;
}

.newsletter-description{
    color: #151515;
    font-size: 14px;
    margin: 10px 0 30px 0;
}

.newsletter-bg{
    background: #fbfbfb;
    border-top: 1px solid #eeeff0;
    border-bottom: 1px solid #eeeff0;
    padding: 50px 0 40px;
}

.related-products a.active img {
    border-color: #000;
}

.product-body .product-profile-1 .carousel .carousel-indicators li.active{
    border-color:#000 !important; 
}


.product-price-group .discount .rate {
    font-size: 16px;
}

.product-buttons .btn-cart, .payment-final-buttons-1 .btn-complete{
    background: #1f1f1f !important;
    border-color: #1f1f1f !important;
    color: #fff;
    border-radius:0;
}

.product-buttons .btn-cart:hover, .payment-final-buttons-1 .btn-complete:hover{
    background: #222 !important;
    border-color: #222 !important;
    color: #fff;
}

.product-quantity .btn {
    background: #ffffff;
    color: #484848;
    border-color: #ebebeb !important;
    font-size: 11px;
    font-weight: 500;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.product-quantity .btn:hover {
    background: #000000;
    color: #fff;
}

.product-quantity input {
    width: 65px;
    height: 45px;
    border-radius: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-color: #ebebeb !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border-right: 0;
    border-left: 0;
}

.product-quantity .btn.btn-minus {
    border-radius: 0;
}

.product-quantity .btn.btn-plus {
    border-radius: 0 ;
}

.product-profile-1 .product-quantity {
    margin: 10px 10px 0 0;
}


.product-body .variant-box ul li .name{
    margin-bottom:10px;
}

.product-body .p-g-accordion .p-g-a-wrapper .p-g-a-w-header a{
    background: #fcfcfc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
    padding: 10px 15px;
    border: 1px solid #ebebeb;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.p-g-accordion .p-g-a-wrapper {
    margin-bottom: 18px;
}

.product-contact{
    border:1px solid #ebebeb;
    padding:10px;
    color:#444;
}

.product-contact a{
    color:#444;
}

.product-contact  .fa-whatsapp{
    color:#25d366;
    font-size:17px;
}

.product-contact  .fa-phone{
    color:#b61414;
    font-size:17px;
}

.whatsapp-fixed {
    position: fixed;
    left: 25px;
    bottom: 18px;
    width: 63px;
    z-index: 9999;
    display: none;
}

@media (max-width: 991px){
    .whatsapp-fixed {
        display: block;
        animation: none;
    }
}

 .p-g-mod-t-55 .owl-carousel.owl-drag .owl-item,
 .p-g-mod-t-57 .owl-carousel.owl-drag .owl-item{
    box-shadow: 0;
    border: none !important;
}

.card-product .card-product-inner .title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 5px 0;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    font-weight: 400;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    padding:0 10px;
}

.card-product .card-product-inner .price-group .discount {
    background: #f6000d;
    border-radius: 3px;
    height: 44px;
    width: 60px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: column;
}

.card-product .card-product-inner .price-group {
    display: flex;
    font-weight: 400;
    height: 55px;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    padding:0 10px;
}

.card-product .card-product-inner{
    padding:0 !important;
}

.card-product{
    border:1px solid #ebebeb !important;
    border-radius:0 !important;
}

.card-product .card-product-inner .buttons .btn-cart {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    width: 100%;
    background-color: #e6e6e6 !important;
    border-color: #e6e6e6 !important;
}

.card-product .card-product-inner .buttons .btn-cart:hover{
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    width: 100%;
    background-color: #222 !important;
    border-color: #222 !important;
}

.card-product .price-group .prices{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.badges{
    position: absolute;
    left: 7px;
    top: 7px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}


.card-product .discount{
    background: #F44336;
    width: 50px;
    height: 28px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center;
}

.card-product .product-reviews .stars .star {
    color: #b7b7b7;
    font-size: 10px;
}

.card-product .card-product-inner .free-cargo-badge {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    width: 65px;
    height: 32px;
    font-size: 11px;
    line-height: 11px;
    font-weight: 500;
    text-align: center;
    background: #009688;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 17px;
    font-weight: 500;
    color: #f6000d;
}

.card-product .card-product-inner .price-group .prices .list-price {
    font-size: 12px;
    color: #8e8e8e;
    text-decoration: line-through;
}



.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 19px;
    width: 40px!important;
    color: #23a4b5;
    height: 40px;
    top: 45%;
    background: #fff;
    margin: 0 10px;
}

.home-body .slide .carousel-indicators li {
    background-color: #23a4b5;
}


.story{
    background-color: #fff;
    margin-bottom: 10px;
}

.story .p-g-mod.p-g-mod-trans .owl-carousel.owl-drag .owl-item{
    border:none !important;
}

.story .card-category .title {
    font-weight: 500;
    font-size: 13px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
}

.story .p-g-mod{
    margin-bottom:0;
}

.story .p-g-mod-t-52 .card-category{
    border:none;
    background-color: transparent;
    padding:0;
}


.story .owl-wrapper .owl-single-button {
    top: calc(50% - 45px);
}

.story .card-category .image {
    display: flex;
    width: 100%;
    justify-content: center;
}


.story  .card-category .image a{
    display: block;
    background: #efedec;
    padding: 3px;
    border-radius: 50%;
    transition: all .3s !important;
    width: 120px
}

.story  .card-category .image a img{
    border-radius: 50%;
    transition: all .3s !important;
    width: 120px;
    border: 2px solid #fff;
}

header.desktop .h-banner{
    height: 55px;
    display: -webkit-flex;
    -webkit-align-items: center; 
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    font-weight: 500;
}

.pages-body .p-g-mod-t-10 .p-g-mod-body a:hover, .pages-body .p-g-mod-t-2 .p-g-mod-body a:hover {
    background: #000;
    color: #fff;
}

.categories-body .category-filter-list .list-wrap[data-simplebar] {
    max-height: 335px;
}


.product-profile-1 .carousel .carousel-indicators {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    margin: 0;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    max-height: 680px;
    overflow: auto;
    z-index: 9;
}

.product-profile-1 .carousel .carousel-indicators li {
    opacity: 1 !important;
    border-color: #ebebeb !important;
    border-width: 1px !important;
    max-width: 100px;
}

.product-price-group .prices .list-price {
    font-size: 15px;
    font-weight: 500;
    color: #999;
}

.product-price-group .prices .list-price .list-price-line{
    text-decoration: line-through;
}

.product-price-group .prices .list-price .discount2{
    color: #5ba71b;
    margin-left: 10px;    
}

.product-profile-info .free-cargo-badge{
    color: #8BC34A;
    font-size: 15px;
}

.product-profile-1 h1.title {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    padding-bottom: 0px;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
}



.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    color: #000;
    font-size: 14px;
    border-radius: 0 !important;
}

header.desktop .alt1-all-btn .fa-search{
    background: #e1ebfe;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    margin-left:0;
}

header.desktop .alt1-all-btn{
    color: #2b50c2;
    font-size:16px;
}

header.desktop .alt1-all-btn i{
    color: #2b50c2;
    font-size:12px;
    margin-left:5px;
}

.mega-menu-container .sub-cat{
    margin-bottom: 10px;
}


header.desktop .alt2-all-btn{
    color: #e4017e;
    font-size: 12px;
}

header.desktop .alt2-all-btn:hover, header.desktop .alt1-all-btn a:hover{
    text-decoration: underline;
}


header.desktop .short-links a {
    color: #666;
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
    font-weight: bold;
}




.product-buttons .btn-cart {
    font-size: 14px;
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    font-weight: 500;
    margin: 10px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex:1;
}

.product-price-group .discount {
    background: #f6000d;
    height: 55px;
    width: 74px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 10px;
    flex-direction: column;
    border-radius: 8px;
}

.product-buttons .btn-fast-buy {
    font-size: 14px;
    background: #f44336;
    border-color: #f44336;
    color: #fff;
    font-weight: 500;
    margin: 10px 10px 10px 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    width:100%;
    border-radius:0;
}

.product-buttons .btn-fast-buy:hover{
    font-size: 14px;
    background: #f44336 !important;
    border-color: #f44336 !important;
}

.product-favourite a i{
    margin-right:0;
}

.product-favourite a {
    font-size: 25px;
    background: #ffffff;
    color: #f6000d;
    font-weight: 500;
    margin: 10px;
    height: 45px;
    padding: 5px 11px;
    border: 1px solid #f6000d;
}

.product-profile-1 .variant-box {
    margin-top: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
    background: transparent;
    border-radius: 5px;
    padding: 10px 0;
    font-size: 14px;
    border-right: 0;
    border-left: 0;
}

.product-price-group .prices .sale-price {
    font-size: 25px;
    font-weight: 600;
    color: #f6000d;
    padding-top: 5px;
}

.product-body .product-profile-info {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 25px;
    font-size: 13px;
    margin-top:15px;
}

.product-body .product-profile-info .value{
    margin-left: 5px;
}

.product-buttons .btn-wp {
    font-size: 14px;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    font-weight: 500;
    margin: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
}


.header-icon{
    margin-bottom: 20px;
    padding-top: 20px;
    position:relative;
}

header.desktop .header-icon:after {
    background-color: rgba(255, 255, 255, 0.4);
    content: "";
    height: 11px;
    position: absolute;
    right: 11px;
    width: 1px;
    bottom: 4px;
}

header.desktop .main-menu ul li{
    list-style-type: none;
}

header.desktop .main-menu ul li a{
    color:#fff;
    list-type:none;
}


header.desktop .main-menu ul li a::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .2);
}

header.desktop .main-menu ul li a i {
    margin-right: 5px;
}

header.desktop .main-menu ul li.user-link {
    position: relative;
    float: right;
}

header.desktop .main-menu ul li.user-link a::after {
    display: none;
}

header.desktop .main-menu ul li.user-link .sub-links {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .3);
    right: 0;
    padding: 0;
    width: 250px;
    top:50px;
}

header.desktop .main-menu ul li.user-link .sub-links a {
    padding: 7px 10px;
    color: #333;
    font-size: 13px;
    font-weight: normal;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    display: block;
}

header.desktop .main-menu ul li.user-link .sub-links a:hover {
    background: rgba(0, 0, 0, .1);
}

header.desktop .main-menu ul li.user-link:hover .sub-links {
    display: block;
}



.pattern-group .urun-detay-liste .p-g-mod-header {
    padding: 10px 15px;
    height: 54px;
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background: #1b489a;
}

.urun-detay-liste .prices .sale-price {
    font-size: 15px;
    font-weight: 500;
    color: #1b489a !important;
}

.pattern-group .urun-detay-liste .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 15px !important;
    color:#fff;
}

.urun-detay-liste .col-list-p-v-1 {
    border-bottom: 1px solid #ebebeb;
}

.urun-detay-liste .col-list-p-v-1:last-child{
    border-bottom: 0;
}


#social-sidebar {
     right: 0;
     position: fixed;
     z-index:9;
     bottom: 40%;
     text-decoration: none;
     list-style: none;
     margin: 0;
     padding: 0;
     }
      
     #social-sidebar a {
         background: #1b489a;
         color: #fff;
         text-decoration: none;
         display: block;
         height: 50px;
         width: 50px;  
         font-size: 18px;
         line-height: 50px;
         position: relative;
         text-align: center;
         cursor: pointer;
         border-bottom: 1px solid #ebebeb;
     }
     #social-sidebar a:hover span {
         right: 100%;
         opacity: 1;
     }
     #social-sidebar a span {
        font: 12px "Open Sans", sans-serif;
        border-radius: 0;
        line-height: 42px;
        right: -100%;
        margin-top: -16px;
        opacity: 0;
        padding: 4px 8px;
        position: absolute;
        transition: all .4s;
        top: 33%;
        z-index: -1;
        background: #1b489a;
        width: 115px;
        height: 100%;

     }
      
     #social-sidebar a span:before {
         content: "";
         display: block;
         height: 8px;
         width: 8px;
         right: -4px;
         margin-top: -4px;
         position: absolute;
         top: 50%;
         transform: rotate(45deg);
         background: #fff;
     }
      
     
      

/* Console Menu */

header.desktop .console-menu {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: 340px;
}

header.desktop .console-menu .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    height: 50px;
    position: relative;
    width: 100%;
}

header.desktop .console-menu .navbar-nav:hover {
}

header.desktop .console-menu .nav-item {
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header.desktop .console-menu .nav-link {
    display: flex;
    height: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #222;
    font-weight: 400;
    font-size: 13px;
    padding: 0px;
    white-space: unset !important;
    position: relative;
    margin-right: 10px;
    flex-direction:column;
}

header.desktop .console-menu .nav-link:last-child{
    margin-right: 0px;
}

header.desktop .console-menu .nav-link .description{
    text-align:left;
}

header.desktop .console-menu .nav-link .title{
    display:block;
}

header.desktop .console-menu .nav-link .count {
    position: absolute;
    left: 23px;
    top: -6px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f44336;
    color: #fff;
    font-size: 12px;
    border-radius: 16px;
}

header.desktop .console-menu .count2 {
    color: #6e6c6c;
    font-size: 12px;
}

header.desktop .console-menu .count2-description {
    color: #6e6c6c;
    font-size: 12px;
}

.console-menu .value{
    font-size: 13px;
    display: inline-block;
    margin-left: 10px;
    color: #de394d !important;
    font-weight: 500 !important;
}

header.desktop .console-menu .nav-link i{
    font-size: 21px;
    color: #000;
    width: 35px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


header.desktop .console-menu .nav-link:after{
    display:none;
}


header.desktop .console-menu .header-cart-hover .nav-link::after {
    display: none;
}


header.desktop .console-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
  
header.desktop .console-menu .dropdown {
    position: static;
}

header.desktop .console-menu .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    left: 5px;
    right: 0;
    top: 47px;
    position: absolute;
    border: 2px solid #ececec;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    margin-top:0 !important;
    padding-top:0 !important;
    padding-bottom: 0;
}

header.desktop .console-menu .dropdown-menu .top-header{
    background: #f7f7f7;
    display: flex;
    justify-content: space-evenly;
    padding: 5px 0;
}

header.desktop .console-menu .dropdown-menu .top-header .title{
    font-size: 14px;
    padding: 5px 0;
    font-weight: 500;
}   

header.desktop .console-menu .dropdown:hover .dropdown-menu, 
header.desktop .console-menu .dropdown .dropdown-menu:hover {
    display:block!important;
}
 
header.desktop .console-menu .dropdown-menu ul.user-links {
    margin: 0;
    padding: 0;
}

header.desktop .console-menu .dropdown-menu ul.user-links li {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 10px;
}

header.desktop .console-menu .dropdown-menu ul.user-links li:hover{
    background: #f7f7f7;
    
}

header.desktop .console-menu .dropdown-menu ul.user-links li a {
    display: block;
    font-size: 13px;
    color: #000;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
}

header.desktop .console-menu .dropdown-menu ul.user-links li:last-child a{
    border-bottom: 0px;
}

header.desktop .console-menu .dropdown-menu ul.user-links li a i {
    margin-right: 5px;
}

header.desktop .console-menu .dropdown-menu ul.auth-links {
    margin: 0;
    padding: 0;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

header.desktop .console-menu .dropdown-menu ul.auth-links li a {
    display: block;
    text-align: center;
    padding: 10px 5px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


header.desktop .console-menu .dropdown-menu ul.auth-links li a i {
    margin-right: 10px;
}




header.desktop .console-menu .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}



.header-cart-summary-1 {
        
}

.header-cart-summary-1 .table th {
    font-size: 12px !important;
    font-weight: 500;
        
}
        
.header-cart-summary-1 .buttons {
    display: flex;
    flex-direction: column;
    margin-right: 12px;
}

.header-cart-summary-1 .buttons .btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
    margin: 5px;
    background: #ff811f;
    color: #fff;
}

.header-cart-summary-1 .buttons .btn-color-2 {
    background: #ec3f44;
    color: #fff;
}

.header-cart-summary-1 .buttons .btn-color-2 i{
    font-size: 8px;
    padding-left: 3px;
}


.ajax-shopping-cart {
    padding: 15px;
    font-size: 12px;
}

.ajax-cart-empty{
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}

.ajax-shopping-cart .product {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.ajax-shopping-cart .product:last-child{
    display: flex;
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.ajax-shopping-cart .product .image {
    flex: 2;
}

.ajax-shopping-cart .product .price {
    flex: 2;
    font-size: 13px;
    text-align: right;
}

.ajax-shopping-cart .product .info {
    flex: 3;
    text-align:right;
}

.ajax-shopping-cart .product .info .name {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #000;
}

#girisYapModal .buttons{
    padding: 20px 0 0 0;
    width: 100%;
    text-align: right;
}

#girisYapModal .buttons .btn-success{
    background-color:#ff811f;
    border-color:#ff811f;
}

#girisYapModal .modal-dialog{
    width: 300px;
}

#girisYapModal .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 600;
}

#girisYapModal .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem;
}

#girisYapModal input::placeholder{
    font-size:12px !important;
}


.home-body .card-brand .title{
    display:none;
}

.bannerli-urun-vitrini .col-list-p-v-1{
    padding-top:0;
    padding-bottom:0;
}

.populer-kategoriler .card-category .title {
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333;
    width: 100%;
    border: 1px solid #ebebeb;
    border-top:0;
}

.populer-kategoriler .card-category{
    position:relative;
    transition: all 0.3s ease 0s;
}

.populer-kategoriler .card-category:hover:before {
    left: 0;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #3175e4;
}

.populer-kategoriler .card-category:before {
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0;
    background-color: #3175e4;
    transition: all 0.3s ease 0s;
}



.info-bar-1 {
    cursor: pointer;
    background: #fff;
    margin-top:100px;
}

.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    padding: 10px 0;
}


.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    flex-direction: column;
}

.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}

.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    color: #fff;
    background: rgb(242,91,36);
    background: linear-gradient(97deg, rgba(242,91,36,1) 33%, rgba(243,46,44,1) 100%);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    margin-bottom: 30px;
    position:relative;
}

.info-bar-1 .icons .icon-group i:after{
    content: '';
    display: block;
    border: 1px solid #000;
    border-radius: 7px;
    width: 70px;
    height: 70px;
    position: absolute;
    transform: rotate(12deg);
}


.info-bar-1 .icons .icon-group:hover .name{
   color: #1b489a !important;
   transition:all .4s;
}

.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    color: #737373;
    text-align: center;
}

.info-bar-1 .icons .icon-group .inf .description {
    font-size: 13px;
    font-weight: 400;
    color: #737373;
    text-align:center;
}


.h-center{
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 16px;
    width: 45px!important;
    height: 45px;
    top: 45%;
    background: #fff;
    color: #222;
}

.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;
}




.page-link {
    color: #333 !important;
}

.page-link:focus {
    box-shadow: none !important;
} 

.page-item.active .page-link {
    color: #fff !important;
    background: #000;
    border-color: #000;
}

.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: #f44336;
}

.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: 25px !important;
    border:0 !important;
}

.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn-secondary {
    display: block;
    width: 100%;
    border-radius: 0 !important;
    background: #f44335;
    border-color: #f44335;
    margin: 0 !important;
}




.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;
}



.product-profile-1 .carousel .carousel-inner {
    border-color: transparent;
}



.btn-theme-1,
.btn-color-1,
.btn-theme-3 {
    background: #000  !important;
    border-color: #000  !important;
}

.btn-theme-1:hover,
.btn-color-1:hover,
.btn-theme-3:hover{
    background: #222 !important;
    border-color: #222 !important;
}




/* 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;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
    border-top: 0;
    height: auto;
}

.dropdown-category:hover .menu-left {
    display: block;
}

.menu-left ul.f-ul {
    padding: 0;
    list-style: none;
    display: block;
    margin: 0;
    width: 240px;
}

.menu-left ul.f-ul li.f-li {
    list-style: none;
}

.menu-left ul.f-ul li.f-li:hover {
    background: #30a8e2;
    border-color:#30a8e2;
    transition:all .4s;
}

.menu-left ul.f-ul li.f-li:last-child{
    background: #ffd200;
}

.menu-left ul.f-ul li.f-li:last-child:hover{
    background: #ffd200;
}

.menu-left ul.f-ul li.f-li:last-child:hover a.f-item {
    color: #222;
}

.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;
    color: #333;
    font-size: 13px;
    padding: 9px 15px;
    text-align: left;
}

.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 {
    padding-top: 3px;
    color: #333;
    width: 15px;
    height: 15px;
    text-align: right;
    border-radius: 2px;
    font-size: 10px;
}

.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: 240px;
    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;
    transition:all .4s;
}

.menu-deep-box-2 .cat-groups .childs a:hover{
    color: #1b489a;
    transition:all .4s;
}

.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-cat-filter .p-g-mod-header {
    background: #fff !important;
    position: relative !important;
    padding-left:0 !important;
    border-top: 1px solid #f2f2f2;
}

.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{
    color:#222;
}

.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: 15px !important;
}






/* Responsive */

    
    
@media (max-width: 991px) {
    
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
        background: #b1b1b1;
    }

    .product-customer-actions .action .button {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        padding: 5px 4px;
        color: #333;
        font-weight: 500;
        text-align: center;
    }
    
    .product-customer-actions .action .button i {
        font-size: 14px;
        margin-right: 0;
    }

    .product-quantity input {
        width: 40px;
    }
    
    .product-quantity .btn {
        width: 39px;
    }

    .product-contact .fa-whatsapp {
        color: #25d366;
        font-size: 17px;
        margin-bottom: 20px;
    }
    
    .product-profile-1 .carousel .carousel-indicators{
        display:none;
    }
    
    .p-g-mod-t-cat-filter {
        margin-bottom: 25px !important;
        border: 0 !important;
        padding: 0 15px;
    }

    .pattern-group .p-g-mod-t-26 .p-g-mod-body .btn-secondary {
        display: block;
        width: auto;
        border-radius: 4px !important;
        background: #2d2322;
        border-color: #2d2322;
    }
    
    .newsletter-bg .secure {
        padding-left: 5px;
        margin-top: 40px !important;
    }
    
    .card-product .card-product-inner .price-group .prices .sale-price {
        font-size: 15px;
        font-weight: 500;
    }
    
    .card-product .card-product-inner .price-group .discount {
        height: 41px;
        width: 48px;
        font-size: 12px;
        margin-right: 9px;
    }
    
    .mobile-header-space {
        height: 70px;
    }
    
     .h-banner {
        height: 40px;
        display: flex;
        text-align: center;
        align-items: center;
        font-size: 12px !important;
        background-color: #52a168 !important;
        color: #fff !important;
    }
    
    .product-profile-1 h1.title {
        font-size: 19px;
        font-weight: 600;
        color: #333;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    
    
    
    

    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
        flex-wrap: wrap;
    }
    
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
        flex: auto;
        margin: 10px;
        width: 40%;
        margin-bottom: 10px;
    }
    
    .product-buttons .btn-cart {
        width: 100%;
        margin-left:0;
    }
    
    .product-buttons .btn-fast-buy {
        width: 100%;
    }
    
    .product-buttons .btn-wp {
        width: 100%;
        margin-top:10px;
    }
    
    .footer-alt .col-md-6{
        text-align:center;
    }
    
    .social-sidebar1{
        display:none;
    }
    
    .info-bar-1 .icons {
        display: block;
    }
    
    .info-bar-1 .icons .icon-group {
        justify-content: flex-start;
        margin-bottom:20px;
    }
    
        
    .p-g-mod-t-45 .carousel-type-1 .carousel-control-next, .p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
        font-size: 14px;
        width: 30px!important;
        height: 30px;
        top: 40%;
        background: #fff;
        color: #222;
    }
    
    .info-bar-1 {
        cursor: pointer;
        background: #fff;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 0 !important;
        margin-top: 10px;
    }
    

    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;
        padding:10px;
    }

    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 .left-desc {
        margin-top: 0;
        width: auto;
    }
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #919191;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    color: #fff;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    border-color: transparent;
    color: #333;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    border: 1px solid #e0e0e0;
    border-radius:0 !important;
}

.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    height: 50px;
}

.p-g-mod.p-g-mod-product-det {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius:0 !important;
}


@media (max-width: 767px) {
    
    .p-g-mod-t-45 .carousel-type-1 .carousel-indicators{
        display:none;
    }
    
    .modal-content .product-buttons .btn-cart {
        width: 50%;
    }
    
    
    
}

/* BgrSoft */
.copyright{
    border-top: 1px solid #eee;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    color: #333 !important;
    height: 45px !important;
    width: 100% !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    background: #fff;
}
.copyright a.copyright-link{
    color: #333 !important;
}
.copyright a.copyright-link span.copyright-name{
    color: #074c8d !important;
    font-weight: 600;
}

.variant-box ul li .options a.active, .variant-box ul li .options a:hover{
    border-color: #0b0b0b;
    color: #fff;
    background: #0b0b0b;
}
.user-dashboard .link-boxes .link-box span i{
    color: #0b0b0b;
}
.user-dashboard .link-boxes .link-box span{
    background: rgb(255 255 255);
}
/* Design by sena@bgrsoft.com */

.jssocials-share-twitter .jssocials-share-link, .jssocials-share-facebook .jssocials-share-link, 
.jssocials-share-linkedin .jssocials-share-link, .jssocials-share-whatsapp .jssocials-share-link{
    background: #000000;
}

/* Design by cetin@bgrsoft.com */

.jssocials-share-whatsapp .jssocials-share-link:hover{
    background: #29a628;
}
.jssocials-share-linkedin .jssocials-share-link:hover{
    background: #007bb6;
}
.jssocials-share-facebook .jssocials-share-link:hover{
    background: #3b5998;
}
.jssocials-share-twitter .jssocials-share-link:hover{
    background: #00aced;
}


.cart-empty-alert{
    text-align: center;
}

/*Only Size Variant Box*/
.variant-box ul li:first-child{
    display: none;
}

/*Blog Detail*/
.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a, 
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 1rem;
}



@media (max-width: 991px){
    .info-bar-1 .icons {
        display: flex;
        flex-wrap: wrap;
    }
    .info-bar-1 .icons .icon-group {
        width: 49%;
    }
    .whatsapp-fixed svg{
        animation: none;
    }
}