#sp-header {
    background: #333;
}

.burger-icon>span {
    background-color: #fff;
}

#sp-main-body {
    padding: 00px 0;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #fbaa37;
}

.sp-megamenu-parent > li:hover > a {
    color: #fbaa37;
}

.sp-megamenu-parent > li > a {
    color: #ffffff;
}

.sp-megamenu-parent > li > a:hover {
    color: #fbaa37 !important;
}

.sp-megamenu-parent > li > a:focus {
    color: #fbaa37 !important;
}

.sp-megamenu-parent > li > a:active {
    color: #fbaa37 !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
    line-height: 80px;
    font-size: 13px;
    margin: 0;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    padding: 8px 0;
    cursor: pointer;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #ed1f24;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #c60c30;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    display: block;
    font-size: 0.9rem;
    padding: 0.400rem 0;
    position: relative;
	border-bottom: 1px solid #ccc; 
	text-transform: uppercase;
	font-weight: 500;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, .offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, .offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus {
    color: #ff2b02;
}

.offcanvas-menu .offcanvas-inner {
    padding: 25px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > a > .menu-toggler, .offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-parent > .menu-separator > .menu-toggler {
    color: #ff2b02;
    font-size: 16px;
    text-decoration: none;
	display: none;
}

.sp-page-title {
    background: #C60C30;
}

.sp-page-title {
    padding: 10px 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.sp-page-title .sp-page-title-heading {
    font-size: 15px;
    line-height: 1;
}

.sp-page-title .breadcrumb {
    background: none;
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 12px;
}

.article-list .article .article-header h1 a, .article-list .article .article-header h2 a {
    color: #252525;
    font-weight: bold;
}

body.ltr .close-offcanvas {
    right: 20px;
}

.close-offcanvas {
    position: absolute;
    top: 13px;
    z-index: 1;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background:#C60C30;
    color: #fff;
}

.article-info > span a {
    color: #ffffff;
    background: #C60C30;
    padding: 10px;
    border-radius: 3px;
}

.article-info > span a:hover {
    color: #fbaa37;
    background: #311712;
    padding: 10px;
    border-radius: 3px;
}

.article-social-share .social-share-icon ul {
    padding: 0;
    list-style: none;
    margin: 0;
    padding-top: 13px;
}

.article-details .article-ratings-social-share {
    padding: 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 0px solid #f5f5f5;
    margin-bottom: 1rem;
}

.pager {
    list-style: none;
    padding: 2rem 0 0 0;
    margin: 1rem 0 0 0;
    border-top: 1px solid #e5e5e5;
}

#sp-top-bar .sp-module {
    display: inline-block;
    margin: 0;
}

#sp-top-bar a {
    color: #fbaa37;
}

#sp-top-bar {
    background: #311712;
    color: #fff;
}

#sp-page-builder .page-content .sppb-section:first-child {
    margin-top: 0;
    /* z-index: -1; */
}

@media (max-width: 992px) {
   #sp-header.header-sticky {
    top: 0 !important;;
    }
}

#offcanvas-toggler > .fa {
    color: #ffffff;
}

#offcanvas-toggler > .fa:hover, #offcanvas-toggler > .fa:focus, #offcanvas-toggler > .fa:active {
    color: #fbaa37;
}

.article-details  {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 3px;
    border: 1px solid #e9ecef;
}

.article-list .article {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #e9ecef;
    border-radius: 3px;
    background: #f5f5f5;
	min-height: 330px;
}

.pager > li a {
    border: 0px solid #ed1f24;
    color: #ffffff;
    background: #C60C30;
}

.pager > li a {
    display: inline-block;
    font-size: 0.785rem;
    padding: 0.5rem 1.5rem;
    border-radius: 100px;
}

.article-social-share .social-share-icon ul li a {
    border: 0px solid #ededed;
    font-size: 1rem;
    border-radius: 50%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 34px;
    display: inline-block;
}

.speasyimagegallery-modal-wrapper {
    z-index: 9999 !important;
}

.speasyimagegallery-gallery-item-title {
    display: none !important;
}

.sppb-btn-danger {
    color: #fff;
    background-color: #c60c30;
    border-color: #c60c30;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    font-size: 0.83rem;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li ul {
  display: block !important;
}
.offcanvs-position-right.offcanvas-active .body-wrapper {
  right: 0 !important;
}

#offcanvas-toggler {
    font-size: 30px;
}

#sp-top1 .sp-column {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    justify-content: start;
}
#sp-top1 .sp-column .mod-languages{
    margin-right: 6px;
}
.layout-boxed .body-innerwrapper {
background: #ffffff !important;
}
body, .sp-preloader {
background-color: #ffffff !important;
color: #252525 !important;}

.hikashop_product_page div.hikashop_small_image_div a{margin: 1%;width: 48%;}
.hikashop_product_page .hikashop_product_left_part.hkc-md-6{width: 100%;}
.hikashop_product_page .hikashop_product_right_part.hkc-md-6{width: 100%;}
.hikashop_product_page .hikashop_slide_prev{left: 0;}

.hikashop_previous_product,.hikashop_next_product{border: 0;padding: 0;margin: 0;background: none;}
.hikashop_previous_product_btn{float: left;}
.hikashop_next_product_btn{float: right;}
.hikashop_previous_product_btn a,.hikashop_next_product_btn a{height: auto;}
.hikashop_previous_product_btn p,.hikashop_next_product_btn p{margin: 0;display: inline-block;vertical-align: middle;padding-left: 15px;}
.hikashop_previous_product_btn a i,.hikashop_next_product_btn a i{font-size: 22px;}

@media screen and (min-width: 992px) {
.nav-placeholder{margin-bottom: 30px;}

}

@media screen and (max-width: 1400px) {
.hikashop_product_page div.hikashop_small_image_div a{width: 48%;}

}

@media screen and (max-width: 767px) {
.hikashop_product_page div.hikashop_small_image_div a{width: 100%;margin:1% 0px;}



}