/**
* Template Name: TKR Shop
* Author: Tanay
* Version:0.1
* Description: Ecommerce template
**/

/**
01. Header Style
02. Footer Style
 */
.top-header {
    background-color: #35404f;
}

.bottom-header {
    width: 100%;
    background-color: #081621;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.08) 0 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.08) 0 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.08) 0 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.08) 0 1px 3px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 1px 0;
}

#footer {
    padding: 50px 0 20px 0;
    background-color: #35404f;
    color: #878c94;
}

#footer ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.feature_slider {
    padding: 40px 0;
}

.owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    right: 20px;
    padding: 10px !important;
    background: #c1b7b7 !important;
    width: 30px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    background: #c1b7b7 !important;
    width: 30px;
}

.social-icon a {
    color: #d2d2d2;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.contact-info a {
    color: #d2d2d2;
    padding: 5px;
}

.regi-login ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.regi-login ul li {
    display: inline-block;
}

.regi-login ul li a {
    padding: 0px 10px;
    color: #d2d2d2;
    text-decoration: none;
}

/*.feature-product h2:before, .newest-product h2:before, .category-list h2:before{
	border-top: 2px solid #ff4949;
	width: 68px;
	content: "";
	height: 30px;
	position: absolute;
	top: 16px;
	left: 30%;

}*/
/*.feature-product h2:after, .newest-product h2:after, .category-list h2:after{
	border-top: 2px solid #ff4949;
	width: 68px;
	content: "";
	height: 30px;
	position: absolute;
	top: 16px;
	right: 30%;

}*/
/****************************************************/
.product-detail-area .detail-area .carousel .carousel-indicators {
    position: static;
    margin-top: 15px;
}

.product-box {
    padding: 10px 0;
}

.Qty .input-group input {
    background-color: #f2f2f2;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    height: 30px;
    min-width: 30px;
    max-width: 40px;
}

.Qty label {
    margin: 0px 10px 0px 0;
    font-weight: bold;
}

.Qty span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ced4da;
    /* width: 30px; */
    height: 30px;
}

.Qty button {
    padding: 3px 10px;
    border-radius: 0;
    background: #211b1b;
    color: #fff;
    font-size: 14px;
}

.price-box {
    padding: 20px;
    font-weight: bold;
    margin: 30px;
}

.product-info .availbility .in-stock {
    color: #0ddc3d;
}

.product-info .availbility .out-stock {
    color: #f60f16;
}

/********************* Shopping Demo-2 **********************/
.demo {
    padding: 45px 0
}

.product-grid2 {
    font-family: 'Open Sans', sans-serif;
    position: relative
}

.product-grid2 .product-image2 {
    overflow: hidden;
    position: relative
}

.product-grid2 .product-image2 a {
    display: block
}

.product-grid2 .product-image2 img {
    width: 100%;
    height: auto
}

.product-image2 .pic-1 {
    opacity: 1;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-1 {
    opacity: 0
}

.product-image2 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s
}

.product-grid2:hover .product-image2 .pic-2 {
    opacity: 1
}

.product-grid2 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 50px;
    right: 25px;
    z-index: 1
}

.product-grid2 .social li {
    margin: 0 0 10px;
    display: block;
    transform: translateX(100px);
    transition: all .5s
}

.product-grid2:hover .social li {
    transform: translateX(0)
}

.product-grid2:hover .social li:nth-child(2) {
    transition-delay: .15s
}

.product-grid2:hover .social li:nth-child(3) {
    transition-delay: .25s
}

.product-grid2 .social li a {
    color: #505050;
    background-color: #fff;
    font-size: 17px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: block;
    transition: all .3s ease 0s
}

.product-grid2 .social li a:hover {
    color: #fff;
    background-color: #3498db;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.product-grid2 .social li a:after, .product-grid2 .social li a:before {
    content: attr(data-tip);
    color: #fff;
    background-color: #000;
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -30px
}

.product-grid2 .social li a:after {
    content: '';
    height: 15px;
    width: 15px;
    border-radius: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -22px;
    z-index: -1
}

.product-grid2 .social li a:hover:after, .product-grid2 .social li a:hover:before {
    opacity: 1
}

.product-grid2 .add-to-cart {
    color: #fff;
    background-color: #404040;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    display: block;
    position: absolute;
    left: 0;
    bottom: -100%;
    transition: all .3s
}

.product-grid2 .add-to-cart:hover {
    background-color: #3498db;
    text-decoration: none
}

.product-grid2:hover .add-to-cart {
    bottom: 0
}

.product-grid2 .product-new-label {
    background-color: #3498db;
    color: #fff;
    font-size: 17px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s
}

.product-grid2:hover .product-new-label {
    opacity: 0
}

.product-grid2 .product-content {
    padding: 20px 10px;
    text-align: center
}

.product-grid2 .title {
    font-size: 17px;
    margin: 0 0 7px
}

.product-grid2 .title a {
    color: #303030
}

.product-grid2 .title a:hover {
    color: #3498db
}

.product-grid2 .price, .price, .subtotal {
    color: #303030;
    font-size: 15px;
    font-weight: bold;
}

/**
Menu
============================================
 */
.main-nav{
    background: #081621;
    position: relative;
    border-top: 1px solid #35404f;

}

.on-scroll .main-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.main-nav .nav {
    position: relative;
}

.main-nav .nav:after {
    content: "";
    display: table;
    clear: both;
}

.main-nav .nav:before {
    content: "";
    position: absolute;
    background: #242e36;
    width: 100%;
    height: 1px;
    top: 40px;
}

.main-nav .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    text-align: center;
}

.main-nav .nav ul ul {
    display: none;
    position: absolute;
    z-index: 99;
}

.main-nav .nav .drop-menu-1 {
    top: 39px;
    left: 0;
}

.main-nav .nav ul li {
    position: relative;
    display: inline-block;
    float: none;
    list-style: none;
    font-size: 13px;
    color: #cfcfcf;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 40px;
    margin-right: 10px;
    background: none;
    text-align: left;
    cursor: pointer;
}

.main-nav .nav .drop-menu-1 a.see-all {
    display: block;
    font-size: 12px;
    color: #23a1d1;
}

.main-nav .nav .drop-menu-1 a.see-all:hover {
    color: #f58220;
}

.nav .responsive-menu li:hover > a {
    color: #f58220;
    text-decoration: none;
}

.main-nav .nav li a {
    color: #cfcfcf;
    font-size: 12px;
}

.nav .drop-down li.has-child > a:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    float: right;
    margin-right: 15px;
    font-size: 8px;
    font-weight: bold;
}

.nav .responsive-menu a.active {
    color: #f58220;
}

.main-nav .nav .drop-menu-1 li {
    display: block;
    font-size: 12px;
    color: #f58220;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 26px;
    background: #082a43;
    text-align: left;
    margin: 0;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    border-bottom: 1px solid #061d2d;
    position: relative;
}

.main-nav .nav .drop-menu-1 li:nth-last-child(1) {
    border-bottom: none;
}

.main-nav .nav .drop-menu-1 a {
    display: block;
    padding: 0 0 0 15px;
}

.main-nav .nav .nav a:hover, a:focus {
    color: #f58220;
    text-decoration: none;
}

.main-nav .nav .drop-menu-1 a :hover {
    background: #000000;
}

.drop-down.drop-menu-2 {
    left: 100%;
}

.main-nav .nav ul li:hover > ul {
    display: inherit;
}

.main-nav .nav ul ul li {
    width: 220px;
    float: none;
    display: list-item;
    position: relative;
}

.main-nav .nav .drop-menu-2 li {
    position: relative;
    background: #031d2c;
    border-bottom: 1px solid #082a43;
    font-size: 11px;
}
.main-nav .nav .has-child.c-2 .drop-menu-2 {
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 1px solid #f58220;
}

@media all and (min-width: 768px) {
    .main-nav .nav .drop-menu-1 {
        border-top: 1px solid #f58220;
    }

    .nav .responsive-menu > li.has-child:hover::after {
        border-color: transparent transparent #fa8729;
        border-style: solid;
        border-width: 0 6px 4px;
        bottom: 0;
        content: "";
        height: 0;
        left: calc(50% - 6px);
        position: absolute;
        width: 0;
    }

    .main-nav .nav .drop-menu-1 > li.has-child:hover::after {
        border-color: transparent #fa8729 transparent transparent;
        border-style: solid;
        border-width: 4px 4px 4px 0;
        content: "";
        height: 0;
        right: 0;
        position: absolute;
        top: calc(50% - 4px);
        width: 0;
    }

    .main-nav .nav .drop-menu-2 {
        top: 0;
        border-left: 1px solid #f58220;
    }

    .main-nav .nav .has-child.c-2 .drop-menu-1 {
        left: auto;
        right: 0;
    }

    .main-nav .nav .has-child.c-2 .drop-menu-2 {
        left: auto;
        right: 100%;
        border-left: none;
        border-right: 1px solid #f58220;
    }

    .main-nav .nav .has-child.c-2 .drop-menu-1 > li.has-child:hover::after {
        border-color: transparent transparent transparent #fa8729;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        content: "";
        height: 0;
        left: 0;
        position: absolute;
        top: calc(50% - 4px);
        width: 0;
    }

    .main-nav .nav .has-child.c-2 .drop-down li.has-child > a:before {
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        float: right;
        margin-right: 15px;
        font-size: 12px;
        font-weight: bold;
    }
    
}

@media all and (max-width: 767px) {
    .cate-list{
        display:none;
    }
    #nav-toggler {
        width: 33px;
        height: 32px;
        top: 5px;
        display: inline-block;
        background: rgba(255, 255, 255, .0);
        z-index: 1;
        position: relative;
    }

    #nav-toggler span {
        position: relative;
        display: block;
        width: 16px;
        top: 15px;
        left: 10px;
    }

    #nav-toggler span:after, #nav-toggler span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -5px;
    }

    #nav-toggler span:after {
        top: 5px;
    }

    #nav-toggler span, #nav-toggler span:after, #nav-toggler span:before {
        height: 2px;
        background-color: #ffffff;
        transition: all 0.3s;
        backface-visibility: hidden;
        border-radius: 2px;
    }

    #nav-toggler span:after, #nav-toggler span:before {
        width: 100%;
    }

    #nav-toggler.close span {
        background-color: transparent;
    }

    #nav-toggler.close span:before {
        transform: rotate(45deg) translate(5px, 2px);
    }

    #nav-toggler.close span:after {
        transform: rotate(-45deg) translate(5px, -2px);
    }


    .main-nav {
        position: absolute;
        left: 0;
        top: 2px;
    }

    .main-nav .nav ul li {
        background: #061d2d;
        border-bottom: 1px solid #122d42;
        margin: 0;
        height: auto;
    }

    .main-nav .nav .drop-menu-2 li {
        position: relative;
        left: 0;
        top: 0;
    }

    .main-nav .nav li a {
        padding-left: 20px;
        display: block;
    }

    .main-nav .nav .drop-menu-1 li a {
        padding-left: 40px;
    }

    .main-nav .nav .drop-menu-2 li a {
        padding-left: 70px;
    }

    .main-nav .nav .toggle + a {
        display: none;
    }

    .main-nav .nav {
        visibility: hidden;
    }

    .nav .drop-down li.has-child > a:before {
        display: none;
    }

    .main-nav .nav .drop-menu-1 li {
        display: block;
        background-color: #082a43;
        border-bottom: 1px solid #061d2d;
        line-height: 40px;
        color: #bcd3e3;
        font-size: 12px;
        text-decoration: none;
        font-weight: 600;
        padding: 0;
    }

    .main-nav .nav .drop-menu-2 li {
        display: block;
        background-color: #061d2d;
        line-height: 40px;
        color: #ffffff;
        font-size: 11px;
        text-decoration: none;
        border: none;
        font-weight: 600;
        padding: 0;
    }

    .main-nav .nav .drop-menu-2 li a.active {
        background-color: #132c42;
        color: #f58220;
    }

    .main-nav .nav .drop-menu-2 li:hover {
        background-color: #132c42;
        color: #f58220;
    }

    .main-nav .nav.open {
        visibility: visible;
    }

    .main-nav .nav .responsive-menu {
        width: 300px;
        position: fixed;
        left: -300px;
        top: 104px;
        height: calc(100vh - 110px);
        overflow: auto;
        background: #061d2d;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        z-index: 99999;
    }

    .main-nav .nav.open .responsive-menu {
        left: 0;
    }

    .main-nav .nav:before {
        display: none;
    }

    .main-nav .nav ul li {
        display: block;
        width: 100%;
    }

    .main-nav .nav ul li > ul {
        display: none !important;
    }

    .main-nav .nav ul li.open > ul {
        display: block !important;
        background-color: #0a1722;
        width: 300px;
    }

    .main-nav .nav .drop-menu-1 a {
        display: block;
    }

    .main-nav .nav li a:hover {
        background: none;
    }

    .main-nav .nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    .main-nav .nav ul ul li {
        display: block;
        width: 100%;
    }

    .main-nav .nav ul ul ul li {
        position: static;
    }

    .main-nav .nav li a:after {
        content: ' +';
        float: right;
        margin-right: 20px;
        font-size: 15px;
    }

    .main-nav .nav li.open > a:after {
        content: ' -';
        font-size: 20px;
    }

    .drop-menu-1 li a:only-child:after {
        content: ' ';
    }

}
@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 100%;
    overflow: hidden;
  }
  .ticker-wrap {
    width: 100%;
    padding-left: 100%;
    background-color: #eee;
  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 15s;
  }
  .ticker-move:hover{
    animation-play-state: paused;
  }
  .ticker-item{
    display: inline-block;
    padding: 0 2rem;
  }
