/**

 *---------------------------------------------------------------------------------------

 * @package       VP Merchant Template for Joomla!

 *---------------------------------------------------------------------------------------

 * @copyright     Copyright (C) 2012-2015 VirtuePlanet Services LLP. All rights reserved.

 * @license       GNU General Public License version 2 or later; see LICENSE.txt

 * @authors       Abhishek Das

 * @email         info@virtueplanet.com

 * @link          http://www.virtueplanet.com

 *---------------------------------------------------------------------------------------

 */
.vpf-mega-menu-container.sticky {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
}
/*Product carousel*/
#main .related-products-cont {
    border: 1px solid #cccc;
    margin-bottom: 20px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
}
/*Added by irfan*/
/*generic*/
.mod-right {
    text-align: right;
}

/*end generic*/
header nav.navbar.navbar-mainmenu>.container {
    /*    width: 100%; */
    padding: 0;
}
.vp-thankyou-container .vp-thankyou-pageheader,.vp-thankyou-container .vp-thankyou-subheader {
    color: white;
}
header ul.nav.navbar-nav.vpf-menu.container {
    margin: 0 auto;
    float: none;
    display: table;
}

header .vpf-mega-menu-container.sticky {
    left: 0;
}

/*Logo bar*/
.customphone p {
    margin-bottom: 0;
}

.customphone span {
    color: #ffffff;
    display: block;
    font-weight: bold;
}

.customphone .lineone {
    font-size: 15pt;
    margin-top: -3px;
    margin-bottom: 2px;
}

.customphone .linetwo {
    font-size: 8pt;
    line-height: 0em;
}

/*Search*/
.afterspecialdiv input#vm_ajax_search_search_str2125 {
    background: #f5f7f8 none repeat scroll 0 0;
    border-radius: 0px;
    color: #696e6e;
    height: 40px;
    line-height: 40px;
    margin-left: 17px;
    outline: medium none;
    padding: 0 10px;
    resize: none;
    width: 250px;
}

.afterspecialdiv input.genius-search-submit {
    display: none;
}

.vpf-logo a:hover img {
    -webkit-animation: ministorm .5s ease;
    -moz-animation: ministorm .5s ease;
    -o-animation: ministorm .5s ease;
    -ms-animation: ministorm .5s ease;
    animation: ministorm .5s ease;
}
.cart-div.col-md-3.last-group {
    float: right;
}
/*TopBar*/
.mod-slider-cont>.n2-ss-margin {
    margin-top: 0 !important;
}

.custom.topbar {
    background: #444 !important;
    color: white;
}

.customtopbarsev {
    margin-bottom: 0px;
    margin-top: 7px;
    margin-right: -7px;
    text-align: center;
}

.customtopbarsev p {
    margin-bottom: 7px;
}

span.phoneicon, span.refundicon, span.truckicon, span.fstaricon {
    background-image: url('https://www.sevecu.com/templates/vp_merchant/images/sprite.png');
    background-repeat: no-repeat;
    display: inline;
    margin-top: 2px;
    background-size: cover;
}

span.phoneicon {
    padding-left: 18px;
    background-position: -4px 0px;
    background-size: 165px;
}

span.refundicon {
    padding-left: 25px;
    background-position: -20px -1px;
    background-size: 180px;
}

span.truckicon {
    padding-left: 35px;
    background-position: -44px;
    background-size: 174px;
}

span.fstaricon {
    padding-left: 90px;
    background-position: -107px;
}

#vpf-header .GeniusAjaxInputMaster.templatestyledefault {
    z-index: inherit !important;
}

/*New Menu style*/
.mega-sub-cont.mega-menu-expand li.clearfix {
    height: 1px;
    display: none;
    width: 100%;
    clear: both
}

.level-2.submenu.deeper.parent.mega-group.col-xs-12>a {
    float: left;
    20%: width:; }

.mega-sub-cont.mega-menu-group {
    display: none;
    position: absolute;
    width: 80%
}

.fixedChildHeight.defaultOpen > div, .level-2.submenu.deeper.parent.mega-group.col-xs-12:hover>div {
    display: block;
    left: 0;
    top: 0
}

.level-2.submenu.deeper:hover div.mega-sub-cont.mega-menu-group {
    display: block
}

.level-2>.mega-sub-cont.mega-menu-group {
    margin-left: 20%;
}

/*
.fixedChildHeight.defaultOpen > a, .fixedChildHeight:hover > a {
    background-color: #ff7302 !important;
    width: calc(20% - 20px);
}

*/

.fixedChildHeight.defaultOpen .mega-sub-cont.mega-menu-group {
    display: block;
}

.level-2.fixedChildHeight > div {
    height: 360px;
    z-index: 99999;
}

.level-2.submenu.deeper.parent.mega-group.col-xs-12>a {
    padding-left: 10px;
}

header ul.nav.navbar-nav.vpf-menu.container li.fixedChildHeight .mega-sub-cont.mega-menu-expand {
    display: block !important;
}

/*Background image in megamenu*/
span.menu-image img {
    display: none;
}

.mega-sub-cont.mega-menu-expand:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 300px;
}


/*End background

*/ I HAVE DEACTIVATED THE OVERALY / STEVEN /*

.sevecuoverlay {
    background-color: rgba(78, 68, 68, 0.73);
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    background-size: auto;
    border-image-width: 1;
    bottom: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    display: none;
}


.sevecuoverlay.active {
    display: block !important;
}

/**/

nav.navbar .level-1 .mega-menu-expand {
    margin-top: 0;
}

/*End menu style*/
/*start stock level*/
.stock-level{
    width: 30px;
    display: inline-block;
    height: 12px;
}
.product-listing.mode-grid .stock-level {
    position: absolute;
    top: 10px;
    z-index: 99;
}
.product-listing.mode-list .stock-level {
    float: right;
    margin-top: 4px;
}
.vm2-lowstock{
    background-color: #e23c3c;
}
.vm2-normalstock{
    background-color: #76b51b;
}
.vm2-nostock{
    background-color: #ccc;
}
/*end stock level*/

/* Medium Devices, Desktops */
@media (min-width: 993px) {
    .afterspecialdiv {
        float: right;
    }
}

@media (max-width: 991px) {
    .afterspecialdiv input#vm_ajax_search_search_str2125 {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .header-add-margin {
        margin-top: 25px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    /*become partner*/
    div#aikon_paralax_244-outer-container .aikon_paralax,
    div#aikon_paralax_241-outer-container .aikon_paralax {
        height: auto !important;
        position: inherit !important;
    }
    div#aikon_paralax_244-outer-container,
    div#aikon_paralax_241-outer-container {
        height: auto !important;
    }

    /*Home page and Inner categories*/
    .category-list .category-item.col-sm-6.col-md-3 {
        width:50%;
        float: left;
    }
    .category-list .clearfix.visible-xs {
        display: none !important;
    }

    #vpf-header .navbar-offcanvas i.icon-menu7 {
        color: white;
    }

    #vpf-header .vpf-logo {
        z-index: 99;
        margin-left: calc(50% - 100px);
        margin-right: calc(50% - 100px);
    }

    #vpf-header .last-group {
        position: absolute;
        top: 80px;
        width: 100%;
    }

    .afterspecialdiv input#vm_ajax_search_search_str2125 {
        margin-left: 0;
    }

    .search-div.header-add-margin {
        margin-top: 10px;
        margin-bottom: 15px !important;
    }

    .search-div i.icon-search {
        color: black;
        position: absolute;
        right: 20px;
        top: 8px;
    }
}

/*Animations*/
@-webkit-keyframes ministorm {
    0%, 100% {
        -webkit-tranform: rotate(0deg);
    }

    30% {
        -webkit-transform: rotate(8deg);
    }

    70% {
        -webkit-transform: rotate(-8deg);
    }
}

@keyframes ministorm {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    30% {
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
    }

    70% {
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }
}

/*end by Irfan*/

.stock_green{}
.stock_yellow{
background:yellow;}
.stock_red{
background:red;}

.discount_tag{
font-weight:bold;
font-size:18px;
line-height:18px;}

.homepage_latest .mod-header{
padding-left:20px;
}

.related-products.owl-nav-top,#related_products{
height:auto;

padding:10px 0;
}


.related-products.item{
padding:5px 5px;
margin:10px  5px;
 
		
	}
	.related_product_over{
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.2);
    box-shadow: 0 0 7px rgba(0,0,0,.2);
	}
.related-products .product-tag-right{
top:12px;
right:7px;
}
.related-products .product-tag-right .tag{
width:60px;
height:60px;}
.related-products .product-addtocart-cont{ 
position:absolute;
right:5px;
bottom:0;
margin:0;}
.related-products .product-name{
font-size:14px;
font-weight:normal;
margin:10px 0;}

.related-products .product-addtocart-cont{
display:none;}

.related-products .btn-addtocart:hover {
    background: #ff7302;
}
.product-addtocart-button_html{
margin:15px  0;
display:none;}

.related-products.item{
padding-bottom:20px;}

#related_owl_slider .owl-buttons{
position:absolute;
top:-20px;
right:5px;}

#related_owl_slider .owl-prev, #related_owl_slider  .owl-next{

     display: inline-block;
    font-family: VPFrameworkIcon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
    line-height: 1;
    vertical-align: middle;
    color: #333;
    font-size: 12px;
    margin: 0 0 0 2px;
    padding: 7px;
    background: #F5F5F5;
    
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 

#related_owl_slider  .owl-prev::before{
content: "\edc1";
}
#related_owl_slider .owl-controls .owl-buttons .owl-next::before {
    content: "\edb9";
}

@media (max-width: 767px) {
#related_owl_slider img{
max-height:140px;
margin:0 auto;
display:inline;
text-align:center;
}

#related_owl_slider .owl-controls .owl-buttons{
display:block;}

.related-item-image-cont{
display:block;}

.ajax-popup-products h5{
margin:10px 20px 20px 0;
font-size:13px;}

#related_owl_slider  .product-sales-price{
float:none;
font-size:12px;}

 .modal-footer{
padding:7px;}

.modal-footer .btn:last-child{
margin:0;}

.related-products.item{
padding-bottom:0px;}

.ajax-popup-product{
margin:0;}

.related-products{
padding:2px;
margin:2px;}
}


.footer-right{
text-align:left;}

@media (max-width: 381px) {
.hidemap{
display:none;
}
}
