﻿

/*custom changes*/
.top-menu {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-menu {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

    .top-menu > li > a {
        padding: 12px 15px;
        font-size: 14px;
        color: #666666;
        font-weight: 700;
        text-decoration: none;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        -ms-transition: color .2s ease;
        transition: color .2s ease;
    }

#main-menu {
    display: none;
}

.top-menu > li > a {
    color: white;
}


#main-menu {
    position: absolute;
    background: #303030;
    left: 0px;
    width: 221px;
    height: 418px;
    z-index: 100;
    padding-top: 10px;
}

.header-menu {
}

.mpg-menu a img {
    top: 3px;
    left: -2px;
    position: relative;
}

.item-box .product-title a,
.item-box .title a {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}

/*Custom plugin settings begin*/
@media (min-width: 941px) {
    .mpg-menu > li {
        float: none !important;
        padding: 5px 0 !important;
        height: 31px !important;
    }

        .mpg-menu > li > a, .mpg-menu > li > span {
            text-transform: none !important;
            text-shadow: none !important;
            color: white;
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            font-style: normal;
            font-weight: bold;
        }

  .mpg-menu, .mpg-menu .sublist {
    border: 0 !important;
    border-radius: 0px !important;
  }

        .mpg-menu .sublist {
            overflow-y: auto;
            overflow-x: hidden;
        }

        .mpg-menu > li:hover {
            background: none !important;
        }

        .mpg-menu > li a:hover {
            color: #0093BD;
        }

        .mpg-menu > li > .sublist {
            top: 0 !important;
            left: 222px !important;
            height: 418px;
            width: 758px;
            background-color: rgba(240, 240, 240, 0.95) !important;
            background-image: url('../img/submenu-background.png') !important;
        }

    #main-menu .sublist .subsublist {
        display: block;
        position: inherit;
        top: 0;
        left: 0;
        background: inherit;
        box-shadow: none;
    }

        #main-menu .sublist .subsublist a {
            font-weight: normal;
            padding-top: 0;
            padding-bottom: 0;
        }


    #main-menu .sublist .plus-button {
        background: inherit;
    }

    .plus-button {
        /*background: url('../img/arrow-right.png') right center no-repeat;*/
        display: block !important;
        height: 34px;
        margin-top: -34px;
        width: 95%;
    }

    .mpg-menu li ul a {
        font-weight: bold;
        padding-bottom: 0 !important;
    }

    .mpg-menu .all-link {
        font-weight: bold !important;
    }
}


#instant-search-categories {
    float: left;
    width: 120px;
    height: 32px !important;
    margin-right: 5px;
    border: 1px solid #ddd;
    padding: 1px;
    border: 0;
}

.instant-search-item .detail {
  overflow: hidden;
}

span.search-box-text {
    margin-right: 0px !important;
}

.sub-list {
    float: left;
    min-width: 234px;
}

.sublist ul {
    /*float: left;*/
    margin-left: 10px;
    width: auto;
}

.sublist li {
    padding-right: 2em;
    line-height: 1.5em;
    @include font-size(12px);
    /*float: left;*/
    width: 252px;
}

/*.sublist .subsublist  li,*/
.sublist .sub-list li a {
    height: 21px;
}

.sublist-wrap > .sublist > .sub-list > li > a {
    padding-top: 0;
    margin-top: 0px;
}

.sublist .sublist li {
    width: auto;
}

/*Custom plugin settings end*/

.external-auth-errors {
    color: red;
}

#sitemap-navigation .top-menu > li > a {
    color: #666;
}

#sitemap-navigation .top-menu .sublist {
    padding-left: 40px;
}

.category-picture img {
   width:100%;
}

@media all and (min-width: 1001px) {

    .item-box .buttons input[type="button"] {
        font-family: 'Didact Gothic', sans-serif;
    }

    .outsideheader {
        width: 100%;
        background-color: #50555E;
    }

    .header {
        padding: 0px 0;
        background-color: #50555E;
        width: 980px;
        margin: 0 auto;        
    }

    .header-links-wrapper {
        width: 740px;
    }


        .header-links-wrapper div {
            padding-left: 0px;
        }


    .header-links, .header-links-search {
        float: right;
        padding: 0px;
        padding-top: 22px;
        font-size: 13px;        
    }

    .header-links-search { width: 100%; }

    .header-links li{
        list-style: none;
    }
    
    .header-links-search {
        margin-top: 10px;
        padding-top: 0px;
    }

        .header-links-search li {
            padding: 0px;
        }

    #menuButton {
        width: 220px;
        background: #f78f20;
        padding: 0;
        padding-left: 10px;
        margin: 0;
        margin-top: 0px;
        vertical-align: top;
        font-size: 18px;
        line-height: 38px;
        float: left;
        margin-right: 5px;
    }

        #menuButton img {
            position: relative;
            width: 20px;
            top: 2px;
        }

        #menuButton a {
            padding-left: 0;
        }

        #menuButton a:hover {
            color: #f78f20;
        }

        #menuButton img {
            width: 25px;
        }

        #menuButton > div > img {
            transform: translate(5px, 4px);
        }

        #menuButton a:hover {
            /*color: #0093BD !important;
            color: white !important;*/
        }

    .header-links li {
        margin: 0 5px 0 0;
        float: right;
    }

    .main-search {
        float: left !important;
        margin-left: 3px !important;
    }

    .search-box form {
        margin: 3px 0px 0px 0;
        /*margin-right: 8px;*/
    }

    .search-box input.search-box-text {
        min-width: 420px !important;
        height: 30px;
        border: 0;
    }

    .header-selectors-wrapper {
        float: none;
        padding-top: 19px;
    }

        .header-selectors-wrapper > div {
            float: left;
            margin: 0 0 0 0;
        }

    .language-selector {
        margin: 0 0 0 40px !important;
    }


    .header-selectors-wrapper select {
        background-color: #fff;
        color: #000;
    }

    .subheader-wrapper {
        margin: 0 0 0px;
        width: 170px;
        background: #f78f20;
    }

    .logo-wrapper { 
        padding: 0 0 0 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .headerMenuParent {
        padding: 0px 0;
    }

    .header-menu > ul > li {
        padding: 10px;
        color: white;
    }

    .giftcard label {
        width: 150px;
    }


    .headerMenuParent .header .header-links-wrapper {
        display: none;
    }

    .headerMenuParent {
        height: 32px;
        max-width: 180px;
    }

    /*.search-box .search-box-button {*/
    /*    height: 32px;*/
    /*}*/

    .header-menu > ul > li > a, .header-menu > ul > li > span {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
    }


        .header-menu > ul > li > a:first-letter,
        .header-menu > ul > li > span:first-letter {
            font-size: inherit;
        }


    .header-menu .sublist-wrap {
        margin: inherit;
        border-width: inherit;
        border-style: inherit;
        border-color: inherit;
    }


  .mpg-menu > li.has-sublist > .sublist-wrap > .sublist > li > .sublist-wrap {
    position: absolute;
    top: 185px;
    left: auto;
    background-color: rgba(240,240,240,.95);
    width: 760px;
    height: 510px;
    padding-bottom: 10px;
    margin-left: 206px;
    display: block;
    padding-top: 10px;
  }

    .header-menu .sublist li {
        border-bottom: 0;
        float: left;
        /*clear: both;*/
    }

  .header-menu .sublist .sublist li {
    border-bottom: 0;
    clear: both;
    width: 200px;
  }

  .header-menu .sublist .sub-list:not(:last-child)
  {
    border-right: #ccc 1px solid;
  }

    .header-menu .sublist-wrap {
        background-color: transparent;
        box-shadow: 0 0 0px;
    }

  .header-menu .sublist li a {
    display: block;
    padding: 10px;
    text-transform: none !important;
    text-shadow: none !important;
    color: white;
    font-style: normal;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    font: 700 13px 'Open Sans',sans-serif;
    padding-top: 10px;
  }

  .header-menu .sublist li .with-subcategories {
    height: 28px;
  }
  
  .header-menu .sublist-wrap .sublist-wrap > .sublist > li > .lastLevelCategory
  {
    padding-top: 0px;
  }

    .header-menu .sublist .sublist li a {
        color: #333;
    }

    .product-grid .item-box:hover .add-info,
    .product-grid .item-box:hover .product-rating-box,
    .product-grid .item-box:hover .buttons,
    .product-grid .ajax-cart-product-item-hover .add-info,
    .product-grid .ajax-cart-product-item-hover .product-rating-box,
    .product-grid .ajax-cart-product-item-hover .buttons {
        background-color: rgba(255, 255, 255, 0.65); /*EM 07/18/2016 CATSF - 175*/
    }
}


/*Custom plugin settings begin*/
@media (min-width: 941px) {
    .mpg-menu > li {
        float: none !important;
        padding: 0px 0 !important;
        height: 31px !important;
    }

        .mpg-menu > li > a, .mpg-menu > li > span {
            display: block;
            padding: 0 20px 0 12px !important;
            text-transform: none !important;
            text-shadow: none !important;
            color: white;
            font-family: 'Open Sans', sans-serif;
            font-size: 13px;
            font-style: normal;
            font-weight: bold;
            white-space: nowrap;
            overflow-x: hidden;
            overflow-y:hidden;
        }

    .subsublist li {
        margin-left: 20px;
    }

  .mpg-menu, .mpg-menu .sublist {
    border: 0 !important;
    border-radius: 0px !important;
    width: 1000px;
    height: 500px;
  }

  .mpg-menu > .has-sublist > .sublist-wrap > .sublist {
    padding-right: 794px;
  }

    .mpg-menu .sublist .sublist {
        margin-left: 20px;
        margin-top: 5px;
    }

    .sublist-wrap > .sublist > .has-sublist > .sublist-wrap {
        border: none;
    }

    .mpg-menu > .has-sublist > .sublist-wrap > .sublist > .has-sublist > .sublist-wrap > .sublist .has-sublist > .sublist-wrap > .sublist {
        margin-left: 0;
    }

    .mpg-menu > .has-sublist > .sublist-wrap > .sublist > .has-sublist > .sublist-wrap > .sublist .has-sublist > .sublist-wrap > .sublist > li a {
        font-weight: 400;
        font-size: 12px;
        padding-left: 5px !important;
    }

    .mpg-menu > .has-sublist > .sublist-wrap > .sublist > .has-sublist > .sublist-wrap > .sublist .has-sublist > .sublist-wrap > .sublist > li a:before {
        content: ".";
        font-size: 15px;
        position: absolute;
        left: -1px;
        top: -7px;
    }

    


        .mpg-menu .labelfornextplusbutton {
            font-family: "Helvetica Neue",Arial,sans-serif;
            font-size: 16px;
            font-weight: 400;
            transform: translate(0, -2px);
        }

        .mpg-menu .sublist,
        .mpg-menu .sublist-wrap {
            overflow-y: visible;
            overflow-x: visible;
        }

        .mpg-menu > li:focus,
        .mpg-menu > li:active,
        .mpg-menu > li:hover {
            background: none !important;
        }

        .mpg-menu > li a:focus,
        .mpg-menu > li a:active,
        .mpg-menu > li a:hover {
            color: #f78f20;
        }



    #main-menu .sublist .subsublist {
        display: block;
        position: inherit;
        top: 0;
        left: 0;
        background: inherit;
        box-shadow: none;
        margin-left: 10px;
    }

  .mpg-menu > li > .sublist-wrap {
    position: absolute;
    background: #303030;
    left: -40px;
    width: 220px;
    min-height: 418px;
    z-index: 100;
    padding-top: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    text-align: left;
    margin-top: 10px;
  }


        #main-menu .sublist .subsublist a {
            font-weight: normal;
            padding-top: 0;
            padding-bottom: 0;

            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 220px;
        }


    #main-menu .sublist .plus-button {
        background: inherit;
    }

    .plus-button {
        /*background: url('../img/nop_sprite.png') no-repeat 5px -166px / 30px auto;*/
        display: block !important;
        height: 24px;
        margin-top: -25px;
        width: 100%;
    }

    .mpg-menu li ul a {
        font-weight: bold;
        padding-bottom: 0 !important;
    }

    .mpg-menu .all-link {
        font-weight: bold !important;
    }

    #main-menu ul ul li {
        left: -5px;
        line-height: 24px;
    }

    #main-menu ul ul ul li a:before {
        content: ".";
        font-size: 15px;
        position: absolute;
        left: 12px;
        top: -4px;
    }

    .mpg-menu ul ul li a {
        font-size: 12px !important;
    }

    .mpg-menu > li > .sublist li a {
        font-size: 13px;
        line-height: 25px;
    }

    .mpg-menu {
        display: none;
        transition: 0.2s 1s; /* delay of 1 seconds on hover off */
    }

    .header-menu .sublist-wrap.active {
    }

    .header-menu .sublist-wrap.show {
        display: block !important;
    }

    .noSublist li
    {
        padding-bottom: 10px;
    }

}

/* Edits by UI/UX */
@media (max-width: 550px) {
    span.search-box-text {
        float: none !important;
        display: block !important;
    }

    #instant-search-categories {
        width: 80% !important;
        max-width: 100% !important;
    }
}

@media (min-width: 481px) {
    .item-box .product-title {
        height: 45px;
    }
}

/*CATSF-241*/
.wishlist-add-to-cart-button {
	border-color: transparent !important;
	background-color: #f78f1f !important;
	font: normal 15px 'eurostile';
	color: #fff;
}
/*CATSF-241*/
.nivo-caption {
    position: absolute;
    left: 10%;
    bottom: 25%;
    /* background: #000; */
    color: #fff;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    /*filter: alpha(opacity=8);*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 45%;
    font-size: 100px;
    font-family: sans-serif;
    font-weight: bold;
}

.productTabs {
    margin: 40px 0 40px;
}

::-webkit-scrollbar { 
   background: rgba(0,0,0,.1);
   border-radius: 4px;
   height: 8px;
   width: 8px;
}

::-webkit-scrollbar-thumb {
   background: rgba(0,0,0,.2);
   border-radius: 4px;
}

.flyout-cart {
    display: none;
    position: absolute;
    top: 39px;
    right: -6px;
    left: auto;
    z-index: 99999;
    width: 335px;
    border-width: 5px 1px 1px;
    border-style: solid;
    border-color: #333 #ccc #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    background: #fff;
}

.item-box .picture img {
    bottom: inherit;
}

.alert {
    padding: 20px;
    background-color: #ff9800;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: black;
    }

.header-selectors-wrapper {
    padding: 0;
    margin: 0;
    padding-top: 8px;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}
