/**** CUSTOM RESPONSIVE *****/
@media (min-width: 1024px) {
    .hikashop_product {
        width: 25%!important;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
        font-size: 10px!important;
    }
    .hikashop_product_main_image_subdiv {
        width: 100%!important;
    }
    .hikashop_product_right_part {
        padding-left: 20px!important;
    }
    #hikashop_product_bottom_part {
        width: 48%!important;
    }
    .lt-special-offer {
        padding-bottom: 200px!important;
    }
    .lt-team-item ul li {
        padding: 0 5px!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
     #lt-blog div.k2ItemsBlock ul li {
        float: left;
        margin-right: 1.2%!important;
        width: 32%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    #hikashop_product_bottom_part {
        position: static!important;
        width: 100%!important;
    }
    .hikashop_product_main_image_subdiv {
        width: 100%!important;
    }
    .hikashop_product_right_part {
        padding-left: 20px!important;
    }
    .hikashop_products_listing .hikashop_product {
        width: 49%!important;
    }
    .lt-special-offer {
        padding-bottom: 400px!important;
    }
    .lt-team-item ul li {
        padding: 0 5px!important;
    }
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #sp-bottom3 {
        clear: left;
    }
}
@media (max-width: 767px) {
    #lt-blog div.k2ItemsBlock ul li {
        float: left;
        margin-right: 1.2%!important;
        width: 32%!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sp-contact-info {
        float: left!important;
    }
    #lt-slider {
        display: none!important;
    }
    #lt-testimonial {
        display: none;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
  	#hikashop_product_bottom_part {
        position: static!important;
        width: 100%!important;
    }
    #hikashop_product_left_part,
    .hikashop_product_main_image_subdiv {
        width: 100%!important;
    }
    #hikashop_product_left_part .hikashop_product_main_image img {
        width: 100%!important;
    }
    .hikashop_products_listing .hikashop_product {
        width: 100%!important;
    }
    .lt-service-item {
        margin: 30px auto;
    }
    .lt_special-content .dish .dish-content {
        position: static!important;
    }
    .lt_special-content .dish .dish-content {
        opacity: 1!important;
    }
    .lt_special-content:hover .dish1 .dish-content {
        display: block!important;
    } 
    .lt_special-content .dish {
        margin: 20px 0;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    #lt-blog div.k2ItemsBlock ul {
        padding: 0;
    }
    #lt-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
     #lt-slider {
        display: none!important;
    }
    #lt-testimonial {
        display: none;
    }
    .lt-team-item {
        margin: 20px auto;
    }
    .lt-service-item {
        margin: 30px auto;
    }
}
/***** GENERAL *****/
body, p {
    color: #666;
}
.sppb-section-title h3 {
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url(../images/border_title.png) no-repeat bottom center;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.lt-button {
    padding: 8px 30px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.lt-button:hover {
    color: #fff;
}
.btn {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
    border: none!important;
}
/***** TOP BAR *****/
#sp-top-bar .social-icons i {
    font-size: 14px;
}
#sp-top-bar .sp-contact-info li {
    font-size: 14px;
}
.sp-megamenu-parent > li > a {
  	background: url(../images/border-menu.png) no-repeat right center;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#lt-slider .home-top-slide-text {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!important;
}
/***** INTRODUCTION *****/
.lt-introduction {
    background: url("../images/border-promo.png") no-repeat bottom center;
}
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction .lt-intro-sub i {
    border-radius: 50%;
    color: #fff;
    display: inline-block !important;
    height: 70px !important;
    line-height: 70px !important;
    margin-bottom: 20px;
    background: #969696 none repeat scroll 0 0;
    width: 70px !important;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub:hover i {
    cursor: pointer;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub h4 {
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub h3:hover {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
/***** SPECIAL OFFER *****/
.lt_special-content {
    position: relative;
}
.lt_special-content .dish .dish-image img {
    border: 5px solid #e5e5e5;
    border-radius: 100%;
    transition: all 400ms ease 0s;
}
.lt_special-content .dish .dish-image img:hover {
    opacity: 0.7;
    transition: all 400ms ease 0s;
}
.lt_special-content:hover .dish1 .dish-content {
    display: none;
}
.lt_special-content .dish1:hover .dish-content {
    display: block;
}
.lt_special-content .dish {
    margin-left: 0;
    padding-bottom: 10px;
    transition: all 400ms ease 0s;
}
.lt_special-content .dish:hover {
    cursor: pointer;
}
.lt_special-content .dish .dish-content {
    left: 15%;
    position: fixed;
    top: 0;
    transition: all 400ms ease 0s;
}
.lt_special-content .dish2 .dish-content {
    opacity: 0;
    transition: all 400ms ease 0s;
}
.lt_special-content .dish2:hover .dish-content {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease 0s;
    z-index: 999;
}
.lt_special-content .dish3 .dish-content {
    opacity: 0;
    transition: all 400ms ease 0s;
}
.lt_special-content .dish3:hover .dish-content {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease 0s;
    z-index: 999;
}
.lt_special-content .dish1:hover .dish-content {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease 0s;
    z-index: 999;
}
.lt_special-content .dish .dish-content h4 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.lt_special-content .dish .dish-content h5 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.lt_special-content .dish .dish-content table tr td {
    padding-right: 10px;
}
/**** OPEN HOURS*****/
.lt-our-store .sppb-title-heading {
    background: none;
}
.lt-our-store h3 {
    font-size: 16px;
}
.lt-our-store p {
    color: #fff;
}
/***** PORTFOLIO *****/
.lt-portfolio .sppb-title-heading {
    text-transform: uppercase;
    font-weight: 700;
}
.lt-portfolio .sp-simpleportfolio-filter {
    text-align: left;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 0!important;
}
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** PRODUCTS *****/
.hikashop_category_information h2 {
    font-size: 22px !important;
}
.hikashop_products {
    border: 1px solid #ccc;
    border-radius: 0 !important;
}
.hikashop_subcontainer {
    border-radius: 0!important;
}
img.hikashop_child_image {
    height: 90px!important;
    display: inline-block;
}
#hikashop_product_bottom_part {
    position: absolute;
    width: 50%;
    top: 25%;
    right: 0;
}
.hikashop_product_price_full span {
    font-size: 25px;
    font-family: Raleway!important;
    font-style: normal;
}
.hikashop_cart_input_button {
    color: #fff!important;
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 30px!important;
}
.hikashop_product_name a {
    font-size: 16px;
}
/***** TEAM *****/
.lt-team-item img {
    width: 100%;
}
.lt-team-item ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lt-team-item ul strong {
    display: none;
}
.lt-team-item:hover {
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-team-item:hover {
    cursor: pointer;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-team-item h3 {
    color: #000;
    font-weight: 700;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-team-item:hover h3 {
    cursor: pointer;
}
.lt-team-item ul li {
    display: inline-block;
    padding: 0 10px;
}
.lt-team-item ul li em {
    font-size: 20px;
}
.lt-team-item span {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
.lt-team-item span::after {
    height:0;
    width:0;
    opacity:0;
    left:0;
    content:" ";
    background:transparent;
    position: absolute;
    top:0;
}
.lt-team-item span:hover::after {
    height:100%;
    width:100%;
    opacity:.8;
    cursor: pointer;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
}
/***** CLIENTS *****/
.lt-sub-clients {
    text-align: center;
}
.lt-sub-clients img {
    opacity: 0.7;
    display: block;
    margin: 0 auto;
    transition: all 400ms ease 0s;
}
.lt-sub-clients img:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease 0s;
}
/******TESTIMONIAL*****/
#lt-testimonial .tp-caption img {
    border: 5px solid #fff;
    border-radius: 100%;
}
/***** BLOG *****/
#lt-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
#lt-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 0.8%;
    width: 32.8%;
}
#lt-blog div.k2ItemsBlock ul li:nth-child(3n+3) {
    margin-right: 0;
}
#lt-blog a.moduleItemImage img {
    width: 100% !important;
    margin-bottom: 15px;
}
#lt-blog .media-body {
    padding-top: 10px;
}

/***** K2 *****/
span.catItemImage img,
span.itemImage img {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.sp-simpleportfolio-img {
    width: 100%;
}
#sp-bottom a,
#sp-bottom p,
#sp-footer p {
    color: #fff;
}
#sp-footer {
    border-top: 1px solid #222;
}
/* Banner */
.get-quickstart {
    bottom: 0;
    position: fixed;
    z-index: 999;
}
.pro-edition-banner {
    margin-bottom: 0;
    margin-left: 0;
}
.download-quickstart-banner {
    margin-bottom: -25px;
    opacity: 0;
    padding-left: 75px;
    position: relative;
    transition: all 200ms ease 0s;
}
.download-quickstart:hover .download-quickstart-banner {
    opacity: 1;
    transition: all 200ms ease 0s;
}
.pro-edition-banner img {
    width: 60%;
}
.get-unlimited {
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    right: 280px;
}
.get-unlimited-link {
    margin-bottom: 5px;
}
.get-unlimited {
    z-index: 999;
}
.get-unlimited-list {
    display: none;
    margin-left: 0;
}
.get-unlimited-list li {
    color: #fff;
    list-style: outside none none;
}
.get-unlimited:hover .get-unlimited-list {
    display: block;
    transition: all 200ms ease 0s;
}
.get-unlimited-list img {
}
.get-unlimited-link a {
    background: #5ba0d0 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 8px 140px 8px 10px;
}
.get-unlimited-link a:hover {
    color: #fff;
}
#sp-user1 .sp-module {
    margin-top: 0;
}
#sp-user1 {
  	min-height: 0;
}
@media (max-width: 767px) {
    #sp-user1 {
        display: none;
    }
}