$font-serif : 'yeseva';
$font-sans : 'bariol';

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

//Background Start
.bg-gray-light{background-color: #f7f7f7;}
//Background End

//Space Start
.sp-bt-75{margin-bottom: 75px;}
.sp-bt-50{margin-bottom: 50px;}
.sp-bt-30{margin-bottom: 30px;}
.sp-bt-15{margin-bottom: 15px;}
.sp-tp-75{margin-top: 75px;}
.sp-tp-50{margin-top: 50px;}
.sp-tp-30{margin-top: 30px;}
.sp-tp-15{margin-top: 15px;}
//Space Bottom

//Divider Start
.divider-gray{float: left; width: 100%; height: 2px; padding: 3px 0px; border-top: 1px solid #ebeff2;}
//Divider End

//Video Background Start
.bg-video-container{position: relative; float: left;  width: 100%; background-color: rgba(150, 150, 150, 0.1); overflow: hidden;  z-index: 1;
    .bg-video-overlay{position: relative; float: left; width: 100%; background-color: rgba(0,0,0,0.2); text-align: center;
        &>*{line-height: normal;}
        &.text-left{text-align: left;}
        &.text-right{text-align: right;}
        .overlay-content{display: inline-block; padding: 15px;}
    }
    .bg-video-item{position: absolute; top: 0; left: 0; right: 0; width: 100%;}
}
//Video Background End

//Breadcrumb Start
.breadcrumb-os{position: relative; float: left; width: 100%; margin: 0; padding: 5px 20px; list-style: none; font-size: 12px;
    &>li{font-family: $font-sans; display: inline-block; color: #999;
        &:after{content: "/"; margin: 0 5px; color: #777;}
        &:last-child:after{content: "";}
        a{color: #777; font-weight: 400; color: #777;}
    }
}
//Breadcrumb End

//Product List Start
$text-position:center;
.product-list-item{
    &.active{border:2px solid #000;}
    position: relative; float: left; width: 100%; padding: 15px; margin-bottom: 15px;
    .item-thumnail{float: left; width: 100%; margin: 0 0 15px 0; padding: 0;
        & img{width: 100%; transition: all ease-in 0.2s;
            &.top{position: absolute; top: 0; left: 0; padding:15px; width: 100%; opacity: 0; background-color: #fff;}
        }
        &:hover img.top{opacity: 1;}
    }

    .item-brand,.item-title,.item-price{float: left; width: 100%; margin: 0; text-align: $text-position;}
    .item-brand{font-size: 24px; margin-bottom: -2px; font-family: $font-sans;}
    /* Update by berry 23-10-2019 */
    .item-title{font-size: 12px; margin-bottom: 5px; font-weight: 600; color: #555; height: 20px;}
    /* End Update */
    .item-price{
        .sale-price{text-decoration: line-through; font-size: 14px; opacity: 0.7;}
        .now-price{font-size: 16px;}
    }
    .item-wish{position: absolute; right: 0;}

    .item-triangle{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 35px 35px 0;
    border-color: transparent #777 transparent transparent;
    opacity: 0;
    transition: all ease-in 0.2s;
    &>i{font-size: 12px; color: #fff; float: right; margin-right: -31px; margin-top: 7px; transition: all ease-in 0.2s;}
        &:hover,&.active{border-color: transparent #204c29 transparent transparent;}
        &.active{opacity: 1;}
    }

    &:hover{.item-triangle{opacity: 1;}}
}
//Product List End

//News List Start
.news-list-container{
    float: left; width: 100%; position: relative;

    .news-list-item{ //float: left; padding: 0; //width: 33.33%;
        .news-list-content{border-left: 1px solid #fff; border-right: 1px solid #fff;}

        @media screen and (max-width: 992px) {
            &:nth-child(2n){
                .news-list-content{border-left: 1px solid rgba(150,150,150,0.3);}
            }
        }
        @media screen and (max-width: 768px) {
            &:nth-child(2n){
                .news-list-content{border:none;}
            }
        }

        @media screen and (min-width: 993px) {
            &:nth-child(3n-1){
                .news-list-content{border-left: 1px solid rgba(150,150,150,0.3); border-right: 1px solid rgba(150,150,150,0.3);}
            }
        }

        &:last-child{
            .news-list-content{border-right: none;}
        }

        /*
        &:first-child{width: 66.66%;
            .news-list-content{
                border-left: none;
                .item-title{font-size: 22px;}
                .item-desc{display: none;}
            }
        }
        &:first-child,&:nth-child(2){
            .news-list-content{height: 500px;}
        }
        */

    }
}
.news-list-content{
    position: relative; float: left; width: 100%; padding:0 16px; margin-bottom: 50px;
    .item-thumnail{float: left; width: 100%;
        &>img{width: 100%;}
    }
    .item-category{float: left; border-bottom: 1px solid rgba(150,150,150,0.8); font-size: 12px; padding: 0px 0 1px 0; margin: 8px 0px; font-family: $font-sans; font-weight: 300; color:#666;}
    .item-title{float: left; width: 100%; color: #444; font-size: 18px; height: 50px; overflow: hidden;}
    .item-date{float: left; width: 100%; color:#777; font-size: 10px; margin-top: 5px; font-family: $font-sans;}
    .item-desc{float: left; width: 100%; margin-top: 10px; font-size: 12px; font-family: $font-sans; display: none;}
}
//News List End

//News NextPrev Start
.article-nav{position: fixed; z-index: 2; top: 35%; border:1px solid rgba(150,150,150,0.4); width: 250px;
    background: none; background-color: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(100,100,100,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(100,100,100,0.1);
    box-shadow: 0px 5px 10px 0px rgba(100,100,100,0.1);
    transition: all ease-in 0.4s;
    &.left{left: -220px;
        &:hover{left: -1px;}
    }
    &.right{right:-220px;
        &:hover{right: -1px;}
    }
    .item-nav{position: relative; float: left; width: 100%; height: 195px;}
    .item-thumnail,.item-link{float: left; width: 100%;}
    .item-link{margin-top: 5px; color: #444; height: 46px; overflow: hidden;}

    .item-label{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    text-align: center;
    line-height: 195px;
    vertical-align: middle;
    overflow: hidden;
        & span{
            margin: 0;
            padding: 0;
            line-height: normal;
            display: inline-block;
            text-align: center;
            width: 100%;
            font-size: 24px;
        }
    }

    &.left{
        .item-nav{padding: 15px 45px 15px 15px;}
        .item-label{right: 0;}
    }
    &.right{
        .item-nav{padding: 15px 15px 15px 45px;}
        .item-label{left: 0;}
    }
}
//News NextPrev End

//--------------Addional Element-----------------------
.label-filter{font-size: 10px; font-family: $font-sans; padding-left: 5px; opacity: 0;}
.price-form-box{float: left; height: 33px; width: 100%; border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    .price-input{float: left; width: 50%; height: 32px; border:none; text-align: center;
        &:focus{outline: none;}
        &.min-price{padding-right: 15px;}
        &.max-price{padding-left: 15px;}
    }
    .price-until{float: left; width: 13px; margin-right: -7px; margin-left: -7px; height: 32px; opacity: 0.8; line-height: 33px;}
}
.arrow-filter{width: 16px; position: absolute; right: 15px; bottom: 10px; z-index: -1; opacity: 0.7;}

//Select2 Custom
.select2-container--default .select2-selection--multiple{background-color:rgba(255,255,255,0);}

//Navigation Start
.nav-bg-trans{
    background: rgba(0,0,0,1);
    /*background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );*/
    border:none;
    transition: all ease-out 0.4s;

    .logo-normal{display: block;}
    .logo-white{display: none;}
    .navbar-brand{padding-top: 20px; padding-bottom: 20px; height: auto;}

    .nav>li{
        &>a{
        font-family:$font-sans; color: #fff; text-transform: uppercase; font-size: 14px; padding-top: 20px; padding-bottom: 20px;
        transition: all ease-out 0.2s;
        }
        &>a:hover,&>a:focus{background: none; color: rgba(255,255,255,0.5);}
        &.active>a,&.active>a:hover,&.active>a:focus{background: none;}
    }

    .navbar-form{margin-top: 13px; margin-bottom: 13px; border: none;}


    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808;
    }

    .dropdown{padding-top: 13px; padding-bottom: 13px;
        .btn-default{background-color: rgba(255,255,255,0); border-color: rgba(255,255,255,0); outline: none; color: #fff; transition: all ease-out 0.1s;}
        &.open > .dropdown-toggle.btn-default:hover,&.open > .dropdown-toggle.btn-default:focus {color: #e74c3c; background: none; border: rgba(255,255,255,0);}
    }

    .dropdown-menu{
        box-shadow: none;
        &:before{
            width: 15px;
            height: 15px;
            background-color: #fff;
            border: 1px solid rgba(0,0,0,.15);
            border-bottom: none;
            border-right: none;
            content: "";
            position: absolute; top: -7.5px; right: 12.5px;
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .nav-cart{width: 300px; padding: 10px;}
        table.nav-cart-table{width: 100%;

            tr td{padding-bottom: 15px; padding-top: 15px; border-bottom: 1px solid #f0f0f0;}
            tr:first-child td{padding-top: 0px;}
            tr:last-child td{border-bottom: none;}

            .item-thumbnail{width: 25%;
                &>img{width: 100%;}
            }
            .item-details{width: 40%; padding: 0px 15px;
                .item-brand,.item-name{width: 100%; display: block;}
                .item-brand{font-size: 10px;}
                .item-name{font-size: 14px;}
            }
            .item-total{
                .item-price,.item-unit{display: block; text-align: right;}
                .item-price{width: 100%; font-size: 12px;}
                .item-unit{width: 100%; font-size: 10px;}
            }

            tr td.cart-checkout{padding: 5px 0 0 0;
                &>a{font-size: 12px; line-height: 12px;}
            }

            .btn-nav-cart{background-color: #204c29; width: 100%; display: block; text-align: center; padding: 10px; color: #fff; transition: all ease-out 0.2s;
                &:hover{background-color: #818268;}
            }

        }
    }

    .input-group{
        input.form-control{background-color: rgba(255,255,255,0); color: rgba(255,255,255,0.8); border:solid 2px rgba(255,255,255,0); border-radius: 0; opacity: 0;
            &:focus{border-bottom-color: rgba(255,255,255,1); opacity: 1}
        }
        &:hover,&:focus{
            input.form-control{border-bottom-color: rgba(255,255,255,1); opacity: 1;}
        }
        .btn.btn-default{background-color: rgba(255,255,255,0); border:solid 2px rgba(255,255,255,0); color: #fff; outline: none;}
    }

    @media screen and (max-width: 768px) {
        background: rgba(0,0,0,0.9);
        .navbar-brand{padding-top: 15px; padding-bottom: 15px;}

        .input-group{
            input.form-control{border-bottom-color: rgba(255,255,255,1); opacity: 1}
        }
    }

    &.bg-white{background: none; background-color: rgba(255,255,255,1);
        -webkit-box-shadow: 0px 5px 10px 0px rgba(100,100,100,0.1);
        -moz-box-shadow: 0px 5px 10px 0px rgba(100,100,100,0.1);
        box-shadow: 0px 5px 10px 0px rgba(100,100,100,0.1);
        .logo-white{display: block;}
        .logo-normal{display: none;}

        .navbar-toggle{background-color: #204c29;}
        .navbar-collapse{border-color:rgba(200,200,200,0.5);}
        .nav>li{
            &>a{color: #000;}
            &>a:hover,&>a:focus{background: none; color: rgba(0,0,0,0.5);}
        }

        .dropdown{
            .btn-default{color: #000;}
        }

        .input-group{
            input.form-control{color: rgba(0,0,0,0.8);
                &:focus{border-bottom-color: rgba(0,0,0,1); opacity: 1}
            }
            &:hover,&:focus{
                input.form-control{border-bottom-color: rgba(0,0,0,1); opacity: 1;}
            }
            .btn.btn-default{color: #000;}
        }

        @media screen and (max-width: 768px) {
            .input-group{
                input.form-control{border-bottom-color: rgba(0,0,0,1); opacity: 1}
            }
        }

    }

}
//Navigation End

//Snow Start
#snow{
	background: none;
	font-family: Androgyne;
	background-image: url('http://www.wearewebstars.dk/codepen/img/s1.png'), url('http://www.wearewebstars.dk/codepen/img//s2.png'), url('http://www.wearewebstars.dk/codepen/img//s3.png');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:3;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
//Snow End
