
/*@font-face {
    font-family: 'Raleway';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

body {
    padding-top: 60px;
}
iframe {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.mobile-view {
    display: none;
}
.qr-code {
    display: none;
}

.bar-notification {
    top: 60px;
}
.stick {
    top: 60px !important;
}
.admin-header-links {
    top: 60px;
}
.header-storetheme {
    position: fixed;
    top: 0px;
    right: 0;
	left: 0;
	z-index: 100000001;
    background: #373c41;
    /*font-family: Raleway, sans-serif;*/
    font-family: Tahoma, Geneva, sans-serif;
}
.strip-left {
	font-size: 0;
}
.strip-logo {
    display: inline-block;
    width: 151px;
    height: 46px;
    background: url('images/strip-logo.png') no-repeat center;
}
.strip-selector label {
    display: none;
    margin-right: 10px;
	vertical-align: middle;
	font-size: 14px;
    color: #8c949b;
    text-transform: uppercase;
}
.strip-selector select {
    width: 100%;
	height: 34px;
    border: 0;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #4e5358 url('images/arrow-down.png') no-repeat 96% center;
    padding: 5px 4px 4px 8px !important;
	vertical-align: middle;
    /*font-family: Raleway, sans-serif;*/
    letter-spacing: 0.5px;
	font-size: 14px;
	color: #fff;
    -webkit-appearance: initial;
}
.strip-left .strip-selector select {
    display: none;
}
.strip-right .strip-selector {
    display: inline-block;
    margin: 0 1px 0 0;
    width: 50%;
    background: url('images/arrow-down.png') no-repeat right center;
}
.strip-right {
    display: none;
    position: relative;
    padding: 17.5px 0;
    font-size: 0;
}
.strip-btn {
    display: inline-block;
    margin: 0 50px 0 0;
    background-color: #68717d;
    padding: 10px 20px;
    vertical-align: middle;
	font-size: 14px;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 1px rgba(0,0,0,0.15);
	text-transform: uppercase;
    cursor: pointer;
}
.strip-btn.admin {
    display: none;
    background-color: #9099a5;
}

.strip-btn:hover {
    background-color: rgba(104,113,125,.9);
}
.strip-btn.admin:hover {
    background-color: rgba(144,153,165,.9);
}

/* COLLAPSE BUTTON */

.strip-left .collapse-btn {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 1;
	width: 36px;
	height: 36px;
	background: url('images/menu.png') no-repeat center;
	cursor: pointer;
}
.header-storetheme .collapse-btn {
    right: 5px;
}
.header-storetheme .close-button {
    position: absolute;
    top: 0; bottom: 0;
    right: 15px;
    width: 35px;
    height: 35px;
    margin: auto;
    background: url('images/close.png') no-repeat center;
    cursor: pointer;
}
.strip-left .strip-selector.desktop {
	display: none;
}



@media all and (max-width: 1024px) {

    .strip-selector.desktop .strip-theme-selector {
        display: none;
    }
    .strip-right {
        text-align: right;
    }
}

@media all and (max-width: 480px) {

    .strip-left {
        border-bottom: 1px solid #666;
		padding: 7px 0;
    }
    .strip-logo {
        margin: 0;
    }
}

@media all and (min-width: 481px) and (max-width: 710px)  {

    .strip-left {
        border-bottom: 1px solid #666;
        padding: 7px 0;
    }
    .strip-selector {
        margin: 34px 15px 34px 0;
    }
    .strip-right {
        text-align: center;
    }
    .strip-left .strip-selector {
        display: none;
    }
    .strip-btn {
        float: none;
        margin: 0;
        padding: 10px 24px;
        vertical-align: middle;
    }
    .strip-right .strip-selector {
        margin:0 -2px 0 0;
    }
    .header-storetheme .collapse-btn {
        right: 13px;
    }
}

@media all and (min-width: 711px) {

	body {
		padding-top: 60px;
	}
	.bar-notification {
		top: 60px;
	}
	.stick {
		top: 60px !important;
	}
	.admin-header-links {
		top: 60px;
	}
	.strip-left .collapse-btn {
		display: none;
	}
    .header-storetheme .close-button {
        right: 8px;
    }
	
	.strip-left .strip-selector.desktop {
		display: inline-block;
	}
	.strip-selector select {
		width: 160px;
	}
    .header-storetheme {
        top: 0 !important;
        height: 60px;
    }
    .strip-left {
        margin: 0;
        float: left;
    }
    .strip-logo,
    .strip-selector {
        float: left;
    }
    .strip-logo {
        width: 191px;
        height: 60px;
		border-right: 1px solid #555;
        padding: 0 36px 0 30px;
    }
    .strip-selector {
        margin: 0 0 0 12px;
    }
    .strip-selector .selected-theme {
        width: 140px;
        font-family: Arial, Helvetica, sans-serif;
        letter-spacing: 0.5px;
    }
    .strip-right {
        display: block;
        float: right;
        height: 60px;
        padding: 0;
    }
    .mobile-view, .qr-code,
	.strip-btn {
        float: left;
    }
    .strip-btn {
        margin: 13px 47px 0 10px;
    }
    .strip-btn.admin {
        margin: 13px 0 0 10px; 
    }
    .strip-right .strip-selector {
        display: none;
    }
    .strip-selector label {
        display: inline-block;
    }
    .strip-left .strip-selector select {
        display: inline-block;
        margin: 13px 0;
    }
}

/* DESKTOP */

@media all and (min-width: 845px) {

    .strip-btn.admin {
        display: block;
    }
}

@media all and (min-width: 1025px)  {

    .mobile-view, .qr-code {
        display: block;
    }
    .strip-selector.desktop select {
        display: none;
    }
    
	.header-storetheme {
		position: fixed;
		z-index: 100000;
		top: 0;
		left: 0;
		right: 0;
		background: #373c41;
	}
	.strip-selector .strip-theme-selector {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 14px;
	}
	.strip-selector .selected-theme {
		width: 250px;
		cursor: pointer;
		padding: 0 36px 0 12px;
		line-height: 30px;
		height: 30px;
		vertical-align: middle;
		background: #4e5358;
		text-transform: capitalize;
	}
	.strip-selector .selected-theme:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 36px;
		background: url('images/arrow-down.png') no-repeat center;
	}
	.strip-selector .theme-list-wrap {
		display: none;
		position: absolute;
		top: 30px;
		left: 0;
		width: 320px;
		height: 415px;
		border-top: 1px solid #666;
		background: #4e5358;
	}
	.strip-selector .theme-item {
		padding: 12px 10px;
		cursor: pointer;
		transition: all .15s ease-in-out;
	}
	.strip-selector .theme-item-picture {
		display: inline-block;
		vertical-align: middle;
		width: 105px;
		height: 45px;
		margin-right: 15px;
	}
	.strip-selector .theme-name {
		display: inline-block;
		vertical-align: middle;
	}
	.strip-selector .theme-item:hover {
		background: #3d4247;
	}
    .strip-selector .simplebar-track {
        background: #5e646a !important;
        width: 10px !important;
    }
    .strip-selector .simplebar-scrollbar {
        opacity: 1 !important;
        width: 10px !important;
        border-radius: 0 !important;
        background: #7c8288 !important;
        right: 0 !important;
    }
    .strip-selector .simplebar-scroll-content {
        width: 420px !important;
        height: 414px !important;
    }

    .mobile-view span {
	    float: left;
        width: 61px;
	    height: 60px;
	    cursor: pointer;
        border-left: 1px solid #555;
        background-position: center;
        background-repeat: no-repeat;
	    transition: all .15s ease-in-out;
    }
    .mobile-view span.mobile-portrait {
	    background-image: url('images/mobile-portrait.png');
    }
    .mobile-view span.mobile-landscape {
	    background-image: url('images/mobile-landscape.png');
    }
    .mobile-view span.tablet-portrait {
	    background-image: url('images/tablet-portrait.png');
    }
    .mobile-view span.tablet-landscape {
	    background-image: url('images/tablet-landscape.png');
    }
    .mobile-view span.reset-view {
	    background-image: url('images/desktop.png');
    }
	.mobile-view span:hover {
		background-color: #4e5358;
	}
	
    iframe {
	    display: block;
	    margin: 20px auto;
	    border: none;
    }
    .iframe-theme-wrapper.mobile-portrait {
        background: url('images/mobile-portrait-frame.png') center no-repeat;
        padding: 131px 85px 194px 149px;
    }
    .iframe-theme-wrapper.mobile-landscape {
        background: url('images/mobile-landscape-frame.png') center no-repeat;
        padding: 48px 194px 110px 131px;
    }
    .iframe-theme-wrapper.tablet-portrait {
        background: url('images/tablet-portrait-frame.png') center no-repeat;
        padding: 112px 71px 206px 146px;
    }
    .iframe-theme-wrapper.tablet-landscape {
        background: url('images/tablet-landscape-frame.png') center no-repeat;
        padding: 72px 206px 145px 113px;
    }
    .qr-code {
        position: relative;
        border-left: 1px solid #555;
        border-right: 1px solid #555;
    }
    .qr-code-small {
        width: 40px;
        height: 40px;
        border: 2px solid #73777a;
        background: #73777a;
        line-height: 0;
        cursor: pointer;
        margin: 10px;
    }
    .qr-code-small img {
	    width: 36px;
    }
    .qr-code-big {
        display: none;
        position: absolute;
        left: 50%;
        top: 65px;
        margin-left: -149px;
        background: #fff;
        border: 10px solid #73777a;
    }
    .qr-code-big:before {
	    content: "";
	    position: absolute;
	    top: -20px;
	    left: 50%;
        margin-left: -14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 14px 10px 14px;
        border-color: transparent transparent #73777a transparent;
    }
    .strip-btn {
        cursor: pointer;
	    transition: all .15s ease-in-out;
    }
}

@media all and (min-width: 1025px) and (max-width: 1200px) {

    .strip-selector label {
        text-align: left;
        font-size: 12px;
        line-height: 60px;
    }
	.strip-selector .selected-theme {
		width: 220px;
		line-height: 26px;
		height: 26px;
		font-size: 12px;
	}
	.strip-selector .theme-list-wrap {
		top: 26px;
	}
    .strip-btn.admin {
        display: none;
    }
}

@media all and (min-width: 1201px) {
	
    .strip-left .strip-selector.desktop {
        line-height: 60px;
    }
    .strip-selector .selected-theme {
        width: 290px;      
    }
	.strip-selector .theme-list-wrap {
		line-height: 56px;
	}
}

@media all and (min-width: 1025px) and (max-width: 1365px) {
    
    .strip-selector .selected-theme {
        width: 160px;
    }
}