<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------
	Theme Name: Max Electric
	Start Date : 
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
-----------------------------*/

	/* [Layout] */

/*----------------------------

	## Global
	
		- Padding/Margin
		- Section Padding
		- Fonts Settings	
		
	## Site Header	
	
		- Navigation Menu
			-- Nav Main
			-- Nav Header
			-- Nav Toggle
			-- Nav Switch
			-- Nav Items
			-- Nav Dropdown

	## Responsive
	- Min Width : 992px &amp; Max Width 1200px
	
	- Min Width : 992px
	
		## Navigation Menu
		- Nav Main
		- Nav Header
		- Nav Toggle
		- Nav Switch
		- Nav Items
		- Nav Dropdown
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
----------*/
/* ## Global ******************************************* */

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #303030;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.vertical_middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav_absolute {
	position: absolute;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* - Fonts Settings */
/* - Open Sans Heavy */
@font-face {
    font-family: 'Open Sans-Heavy';
    src: url('fonts/Open Sans-Heavy-webfont.eot');
    src: url('fonts/Open Sans-Heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Open Sans-Heavy-webfont.woff2') format('woff2'),
         url('fonts/Open Sans-Heavy-webfont.woff') format('woff'),
         url('fonts/Open Sans-Heavy-webfont.ttf') format('truetype'),
         url('fonts/Open Sans-Heavy-webfont.svg#Open Sans-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;
}

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

/* ## Site Header ******************************************* */

/* - Search */
.search-box {
	background-color: #303030;
	padding: 10px 10px;
	position: absolute;
	right: 15px;
	z-index: 99999999999999999;
	width: 275px;
	margin-top: 10px;
	opacity: 0;
	border-radius: 5px;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.search-box form .button {

margin-left: 8px;

background: whitesmoke;

color: #303030;

font-weight: 600;

vertical-align: middle;

width: auto;
}
.search-box form .button:hover{

color: #303030;

background: #bdbdbd;
}
.search-box form input {
	background-color: #3e3a3a;
	box-shadow: none;
	border: none;
	transition: 0.1s;
	border-radius: 5px;
	color: #f5f5f5;
	font-size: 14px;
	width: 170px;
	height: 32px;
	vertical-align: middle;
	font-weight: 400;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #f97b25;
	float: right;
	margin: 5px;
}

/* - SlidePanel */
#slidepanel {
	display: block;
}
#closeit,
#toggle,
#slideit {
	display: none;
}


/* - Navigation Menu */
.ownavigation {
	background-color: #f6f6f6;
	border-radius: 0;
	min-height: 0px;
}

/* - Nav Header */
.navbar-brand {
	height: auto;
	padding: 0;
}

/* - Nav Items */
.ownavigation .navbar-nav li  a {
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	font-weight: 600;
}

.ownavigation .navbar-nav &gt; .active &gt; a, 
.ownavigation .navbar-nav &gt; .active &gt; a:focus, 
.ownavigation .navbar-nav &gt; .active &gt; a:hover,
.ownavigation .navbar-nav li:hover &gt; a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}

/* ## Responsive ************************************************************************************** */
	
/*----------------------------------------------------

	* Responsive
	
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
	
	/* ## Navigation Menu */
	.nav_trans {
		background: transparent;
	}
	
	/* - Nav Switch */
	.ownavigation .ddl-switch {
		display: none !important;
	}
	/* - Nav Items */
	.ownavigation .navbar-nav &gt; li {
		border-right: 1px solid #5308b1;
		text-align: center;
	}
	.ownavigation .navbar-nav &gt; li:first-child {
	border-left: 1px solid #5308b1;
	}
	.ownavigation .navbar-nav &gt; li &gt; a:hover {
        
background-color: transparent;
        
color: #186fbe;
    }
	.ownavigation .navbar-nav &gt; li &gt; a {
		padding: 27px 40px;
		height: 70px;
		position: relative;
	}
	.ownavigation .navbar-nav &gt; .active &gt; a, 
	.ownavigation .navbar-nav &gt; .active &gt; a:focus, 
	.ownavigation .navbar-nav &gt; .active &gt; a:hover,
	.ownavigation .navbar-nav li:hover &gt; a,
	.ownavigation .navbar-nav li a:hover {
	background: #fafafa;
	color: #5f02d5;
	}
    .ownavigation .navbar-nav li:hover .icon-menu {
        color: #5f02d5;
        transition: 0.03s;
    }
	/* - Nav Dropdown */
	.ownavigation .navbar-collapse &gt; ul &gt; li &gt; .dropdown-menu {
		top: 100%;
		left: 0;
	}
	.ownavigation ul li &gt; .dropdown-menu {
		background-color: #ffffff;
		border: none;
		left: 100%;
		border-radius: 0;
		margin-top: 0;
		transition: all 0.2s ease-in-out 0s;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		top: 0;
		display: block;
		padding: 0;
		min-width: 330px;
		box-shadow: 0px 15px 20px 2px #00000036;
	}
	.ownavigation .navbar-nav li .dropdown-menu &gt; li &gt; a img{
        width: 32px;
        margin-right: 20px;
    }
	.ownavigation .navbar-nav li .dropdown-menu &gt; li &gt; a {
        color: #444;
        padding: 14px 30px;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
        transition: all 0.05s ease 0s;
        font-size: 18px;
 }
	.ownavigation .navbar-nav li .dropdown-menu &gt; li &gt; a:hover {
        color: #5f02d5;
 }
	.ownavigation .navbar-nav li.dropdown:hover &gt; .dropdown-menu {
		margin-top: 0;
		opacity: 1;
		visibility: visible;
        padding: 15px 0px;
	}
	.ownavigation ul &gt; li &gt; .dropdown-menu {
		left: 0; 
	}
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child &gt; .dropdown-menu,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) &gt; .dropdown-menu {
		right: 0; 
	}
	.ownavigation ul &gt; li &gt; .dropdown-menu,
	.ownavigation ul &gt; li .dropdown-menu ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul	{
		right: auto;
	}
	.ownavigation ul &gt; li .dropdown-menu ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul {
		left: 100%;
	}
	.ownavigation ul &gt; li .dropdown-menu ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		right: 100%;
	}
	.ownavigation ul &gt; li .dropdown-menu ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul &gt; li .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child &gt; .dropdown-menu,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) &gt; .dropdown-menu,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse &gt; ul &gt; li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul {
		left: auto;
	}
}

/* - Min Width : 992px &amp; Max Width 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {	
	.ownavigation .navbar-nav &gt; li {
		margin-left: 9px;
		margin-right: 9px;
	}
}

#navbar1{
    display: none;
}
/* - max-width: 991 */
@media (max-width: 991px) {
	/* - SlidePanel */
	#slidepanel { 
		display: none;
		border-bottom: 1px solid #f97b25;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
    .mob-loginpanel {
        float: right;
        margin-top: 18px;
 }	
.mob-phone {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none !important;
 }
    .phonemob{
        font-size: 24px;
        color: #ffffff;
        margin-right: 10px;
    }
    .searchmob {
        font-size: 24px;
        color: #ffffff;
        margin-right: 10px;
    }
    #navbar1{
        display: block;
    }
	#slideit:hover,
	#closeit:hover {
		color: #004586;
	}
	
	.mobile-hide {
		display: none;
	}

	/* ## Navigation Menu */

	/* - Nav Main */
	.ownavigation {
		top: 0;
		padding-bottom: 0px;
		background: #fff !important;
	}

	/* - Nav Header */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}	
	
	/* - Nav Items */
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
		margin-bottom: 0;
	}
	.ownavigation .navbar-nav &gt; li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ownavigation .navbar-nav &gt; li &gt; a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}	
	.ownavigation .navbar-nav &gt; li.active a {
		color: #fcb100;
	}
	.ownavigation .navbar-nav &gt; li.active &gt; a:hover,
	.ownavigation .navbar-nav  li  a:hover {
		color: #fcb100;
	}

	/* - Nav Toggle */
	.ownavigation .navbar-header {
		float: none;
		padding-left: 15px;
		padding-right: 15px;
		background: #5f02d5;
	}
	.ownavigation .navbar-toggle {
		display: block;
		border-radius: 0;
		margin: 15px 0 0px 5px;
		padding: 6px 5px;
	}
	.ownavigation .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}	
	.ownavigation .navbar-collapse {
		padding-left: 0;
		padding-right: 0;
	}
	.ownavigation .navbar-collapse.collapse { 
		display: none !important; 
	}
	.ownavigation .collapse.in{
		display:block !important;
		background: #fff;
	}	
	
	/* - Nav Switch */
	.ownavigation .ddl-switch {
        background-color: #e71172;
        color: #ffffff;
        cursor: pointer;
        font-size: 18px;
        padding: 3px 30px;
        position: absolute;
        right: 19px;
        top: 14px;
        z-index: 100;
        border-radius: 12px;
 }
	.ownavigation .ddl-active &gt; .ddl-switch:before {
		content: "\f106";
	}

	/* - Nav Dropdown */
	.ownavigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #f7f7f7;
	}
	.ownavigation .navbar-nav &gt; li:last-of-type {
	}
	.ownavigation .navbar-nav li .dropdown-menu &gt; li &gt; a {
		color: #232323;
		padding-left: 0;
		padding-right: 0;
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
    .ownavigation .navbar-nav li .dropdown-menu &gt; li &gt; a img{
        width: 24px;
        margin-right: 10px;
        margin-left: 3px;
    }
	.ownavigation .navbar-nav li .dropdown-menu &gt; li &gt; a:hover {
		color: #fcb100;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Nav Toggle */
	.ownavigation .navbar-toggle {
		right: 0;
	}
}
.jshop h1{

}
.product_title h1{
    color: #303030;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 28px;
    display: block;
    margin-bottom: 45px;
    padding-bottom: 15px;
    margin-top: 0;
    position: relative;
    text-transform: uppercase;
}
table.jshop{
    border-collapse: collapse;
    border: 0px;
    width: 100%;	
}
table.jshop td{
    vertical-align: top;
}
#jshop_menu_order{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
}
td.jshop_order_step{
    padding:2px;
    padding-top:5px;
    padding-bottom:5px;
    text-align: center;
    vertical-align: middle;
}
.jshop_order_step a{
    vertical-align: top;
    text-decoration: underline;
    font-size:12px;
}
.table_order_list {
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.table_order_list .buttons{
    text-align: center;
    padding-top: 10px;
}

.row-fluid {
    width: 100%;
    *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    /* content: ""; */
    /* line-height: 0; */
}
.row-fluid:after {
    clear: both;
}
.row-fluid [class*="sblock"] {
}
.jshop_list_category{
    margin: 0 0;
}
.row-fluid [class*="sblock"]:first-child {
}
.row-fluid .sblock2{
    width: 50%;
}
.row-fluid .sblock3{
    width: 33.333%;
}
.row-fluid .sblock4{
    width: 25%;
}
.row-fluid .sblock5{
    width: 20%;
}
.row-fluid .sblock6{
    width: 16.666%;
}
.row-fluid .sblock7{
    width: 14.285%;
}
.row-fluid .sblock8{
    width: 12.5%;
}
.row-fluid .sblock9{
    width: 11.111%;
}
.row-fluid .sblock10{
    width: 10%;
}
.row-fluid .sblock11{
    width: 9.09%;
}
.row-fluid .sblock12{
    width: 8.333%;
}

.myorders_block_info{
    margin-bottom: 30px;
}
.myorders_block_info .order_number{
    font-size: 120%;
    margin-bottom: 5px;
}
.myorders_block_info .order_status{
    font-size: 120%;
    margin-bottom: 5px;
}
.myorders_total{
    font-size: 120%;
}
.myorders_total .name{
    font-weight: bold;
}
.myorderinfo .userinfo{
    margin-top: 10px;
    margin-bottom: 20px;
    border:1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}
.myorderinfo .userbillinfo{
    padding-right: 10px;
}
.myorderinfo .product_head{
    margin-bottom: 5px;
}
.myorderinfo .order_number{
    font-size: 140%;
}
.myorderinfo .order_items{
    margin-bottom: 20px;
}
.myorderinfo .jshop_subtotal{
    margin-bottom: 20px;
}
.myorderinfo .shipping_block_info{
    margin-bottom: 15px;
}
.myorderinfo .payment_block_info{
    margin-bottom: 15px;
}
.myorderinfo .order_comment{
    margin-bottom: 15px;
}
.myorderinfo .history{
    margin-bottom: 15px;
}
img.jshop_img_thumb{
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom:5px;
    cursor: pointer;
    width: auto;
    max-height: 100px;
    max-width: 100px;
    height: fit-content;
    transition: 0.1s;
}
img.jshop_img_thumb:hover{
    transform: translateY(-10px);
}
.jshop label{
    display: inline-block;
    margin-right: 5px;
    font-weight: 400;
    letter-spacing: 0.25px;
    color: #606060;
}
.jshop input[type="radio"], .jshop input[type="checkbox"]{
    margin: 0px;
}
div.jshop_prod_description{
    padding-top:10px;
    padding-bottom: 10px;
}
div.jshop_prod_attributes{
    padding:0;
    margin-top: 20px;
    text-align: center;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.jshop_prod_attributes select{
    width: 84px;
    border: 2px solid #4fa51b;
    padding: 5px 4px;
    border-radius: 5px;
}
div.jshop_prod_attributes .attributes_title{padding-right: 5px;padding-top: 7px;font-weight: 500;}
td.jshop_img_description {
    vertical-align: top;
    text-align:left;
    padding-left: 10px;
}
.jshop_subtotal .value{
    text-align: right;
    white-space: nowrap;
    width: 12%;
}
.jshop_subtotal .name{
    padding-right: 10px;
    text-align: right;
    width: 88%;
}
.jshop .total{
    font-weight: bold;
}
.related_header{
    margin-top: 20px;
    border-bottom: 1px solid #999;
    font-weight: bold;
    margin-bottom: 20px;
}
.td_1{
    text-align: left;
    font-weight: bold;
}
.td_2{
    text-align: right;
    font-weight: bold;
}
.jshop_pagination{
    text-align: center;
}
div.jshop_register{
    width: 80%;
    text-align: left;
    padding: 10px;
    padding-left:0px;
}
#comjshop_register div.jshop_register:first-child{
    padding-top: 0px;
}
div.last_register_block{
    padding-bottom: 0px;
}
.jshop_register .name{
}
.register_block .jshop_register .name{
}
.address_block .jshop_register .name{
}
.editaccount_block .jshop_register .name{
}
.small_header{
    padding-bottom: 5px;
    margin: 0px;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
span.jshop_error {
    color:red;
    font-weight: bold;
    font-size: 14px;
    display: block;
}
span.text_pay_without_reg{
    display: block;    
    padding-bottom: 10px;
}
a.policy {
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
}
#active_step{
    font-weight: bold;
    padding:0;
    margin:0;
    vertical-align: middle;	
}
p.jshop_cart_attribute{
    padding-left:10px;
    font-weight:bold;
    font-style: italic;
    font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
p.jshop_cart_extra_field{
    padding-left:10px;
    font-weight:bold;
    font-style: italic;
    font-size: 11px;
    margin-top:1px;
    margin-bottom:4px;
}
.jshop_price{
    color: #950000;
}
span.attr{
    font-weight: bold;
    font-style: italic;
    font-size:10px;
}
div.jshop_register .inputbox{
}
span.review{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.review_text_not_login{
    margin-top: 10px;
    font-style: italic;
}
textarea.jshop{
    border: 1px solid #b0b1b2; 
}
tr.reviews td{
    padding-bottom:15px;
}
td.reviews{
    padding-left:45px;
}
#mxcpr{
    padding-top:20px;	
    text-align: right;
    display:block;
    font-size:11px;
}
#mxcpr a{
    font-size:11px;
}
.jshop_code_prod{
    color: #999;
    font-weight: normal;
    font-size: 12px;
}
.jshop .weightorder{
    text-align: right;
    margin-top: 10px;
}
.jshop .shippingfree{
    text-align: right;
    margin-top: 10px;
}
.jshop .price_prod_qty_list .qty_line{
    padding-left: 5px;
    padding-right: 5px;    
}
.jshop .price_prod_qty_list .qty_price{
    padding-left: 5px;
    font-weight: bold;    
}
.jshop .price_prod_qty_list .qty_price span.per_piece{
    font-weight: normal;
}
.jshop span.old_price{
    text-decoration: line-through #777;
    font-style: normal;
    margin-left: 4px;
    font-size: 18px;
}
.jshop .list_product_demo{
    padding-top:10px;
}
.jshop .list_product_demo .download{
    padding-left:5px;
}
.jshop .not_available{
    color: red;
    margin-top:10px;
}
.jshop_list_product .row-fluid{
}
.jshop_list_product .block_product{
    margin-bottom: 0;
}
.jshop_list_product .jshop .old_price{
    text-align: center;
    color: #999;
    margin-bottom: 0;
}
.jshop_list_product .jshop .old_price span{
    text-decoration: line-through;
    font-size: 16px;
}
.jshop_list_product .jshop .price_extra_info{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .jshop .base_price{
    text-align: center;
    margin-bottom: 5px;
}
.jshop_list_product .product td{
    vertical-align: top;
}
.jshop_list_product .product .image{
    text-align: center;
    margin-bottom: 15px;
}
.jshop_list_product .product .name{
    text-align: center;
    font-size: 18px;
    margin-bottom: 5px;
}
.jshop_list_product .product .review_mark{
    width: 80px;
    margin-left:auto;
    margin-right: auto;
}
.jshop_list_product .product .description{
    padding-bottom: 2px;
    padding-top: 2px;
}
.jshop_list_product .product .buttons{
    text-align: center;
    display: flex;
    margin-left: 10px;
    margin-top: 5px;
    justify-content: flex-start;
}
.jshop_list_product .product .buttons a{padding: 5px 20px;font-size: 14px;white-space: normal;}
.jshop_list_product .product .jshop_price{
    text-align: center;
    margin-bottom: 0;
    color: #232323;
    line-height: normal;
    font-size: 22px;
    font-weight: 700;
}
.jshop_list_product .product div.count_commentar{display: none;}
.jshop_list_product .product .taxinfo{
    font-size:11px;
}
.jshop_list_product .product .plusshippinginfo, .jshop_list_product .product .plusshippinginfo a{
    font-size:11px;
}
.jshop_list_product .list_related .jshop_related{
    margin-bottom: 15px;
}
.jshop_list_product .image_block{
    display: inline-block;
}
.jshop_list_product .jshop .not_available{
    margin-top:0px;
    margin-bottom: 5px;
    text-align: center;
}
.jshop_list_product .box_products_sorting{
    padding-right:5px;
}
.jshop_list_product .box_products_sorting img{
    cursor: pointer;
}
.jshop_list_product .margin_filter{
    height:8px;
}
.jshop_list_product .box_manufacrurer{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_category{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .filter_price{
    padding-right: 5px;
    white-space: nowrap;
}
.jshop_list_product .box_price_from{
    padding-right: 3px;
}
.jshop_list_product .clear_filter{
    font-size:10px;
    padding-left: 5px;
}

.jshop .product_label{
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;    
}
.jshop .product_label .label_name{
    font-weight: bold;
    color: #950000;
}
.productfull .prod_price{display: inline-block;line-height: normal;vertical-align: middle;margin-top: 20px;}
.productfull .old_price{
    color: #b9b9b9;
    margin-bottom: 5px;
    margin-top: 60px;
    font-size: 12px;
}
.productfull #block_price{
}
.productfull .taxinfo{
    font-size:11px;
}
.productfull .plusshippinginfo{    
    font-size:11px;
}
.productfull .plusshippinginfo a{
    font-size:11px;
}
.productfull .prod_buttons {
    margin-top: 30px;
}
.productfull div.prod_url{
    text-align: right !important;
}
.productfull .productweight{
    margin-top: 5px;
}
.productfull .extra_fields{
    margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.productfull .prod_qty{
    display: inline-block;
}
.productfull .prod_qty_input{
    padding-left: 5px;
    display: inline-block;    
}
.productfull .extra_fields{
    margin-bottom: 0px;
}
.productfull .qty_in_stock{
    margin-bottom: 10px;
}
.jshop_subtotal .plusshippinginfo, .jshop_subtotal .plusshippinginfo a{
    font-size:11px;
}
.jshop_subtotal .free_discount{
    font-size:11px;
}
.jshop_list_manufacturer .manufacturer td{
    vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image{
    padding-right: 5px;
}
.shipping_weight_to_price{
    margin-left:24px;
    margin-top:5px;
    border: 1px solid #000;
}
.shipping_weight_to_price .weight{
}
.shipping_weight_to_price .price{
    padding-left: 5px;
}
span.prod_attr_img{
    padding-left:5px;
}
span.prod_attr_img img{
    width:20px;
    height:20px;
}
.radio_attr_label img{
    width:20px;
    height:20px;
}

/*review*/
.review_header{
    margin-top:20px;
    font-weight: 400;
    border-bottom: 1px solid #e9e7e7;
    padding-bottom: 15px;
}
.review_item{
    border-bottom: 1px dotted #999999;
    padding: 10px;
    padding-left: 0px;
}
.review_user{
    font-weight:bold;
}
.review_time{

}
.review_text{
    padding-top: 2px;
    padding-bottom: 2px;
}
.review_mark{
    color: #333333;
}
#jshop_review_write .inputbox{
    width:180px;
}
.stars_no_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -32px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.stars_active{
    height:16px;
    background-image:url(../images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}
.jshop .downlod_order_invoice{
    float:right;
}
.jshop .order_payment_params{
    padding-top:3px;
    font-size: 11px;
}
.vendordetailinfo .name{
    width:130px;
}
.requiredtext{
    padding-bottom: 10px;
    color: #A00;
    font-size:11px;
}
.jshop .input_type_radio{
    margin-right: 10px;
    white-space: nowrap;
    display: inline-block;
}
.jshop_profile_data{
    margin-bottom: 10px;
}
.jshop_profile_data .name{
    font-weight: bold;
}
.jshop_profile_data span{
    font-weight: bold;
}
.jshop_profile_data span.subinfo{
    font-size:10px;
}
.jshop_profile_data .jshop_user_group_info{
    font-size:10px;
}
.jshop .groups_list .title{
    width:150px;
}

/* module categories*/
.jshop_menu_level_0, .jshop_menu_level_0_a{
    margin-top:3px;
    margin-bottom:3px;
}
.jshop_menu_level_1, .jshop_menu_level_1_a{ 
    padding-left: 10px;
    margin-top:3px;
    margin-bottom:3px;    
}

.jshop_menu_level_2, .jshop_menu_level_2_a{
    padding-left: 20px;
    margin-top:3px;
    margin-bottom:3px;    
}
.jshop_menu_level_0_a a, .jshop_menu_level_1_a a, .jshop_menu_level_2_a a{
    font-weight:bold !important;
}
/**/

.label_products .block_item{
    margin-bottom: 10px;
}

.top_rating .block_item{
    margin-bottom: 10px;
}

.bestseller_products .block_item{
    margin-bottom: 10px;
}
.latest_products .block_item{
    margin-bottom: 10px;
}

.random_products .block_item{
    margin-bottom: 10px;
}

.jshop_filters .filter_price{
    padding-right: 5px;
}
.jshop_filters .clear_filter{
    display: block;
    font-size: 10px;
}
.jshop_button_print{
    width: 30px;
    float: right;
    text-align:right;
}
.extra_fields .extra_fields_group{
    font-weight: bold;
    padding-top:3px;
}
.extra_fields_value{
    color: #000000;
    font-weight: 500;
    float: none;
    text-align: right;
    background: #fff;
    position: absolute;
    right: 0;
}
input:disabled {
    cursor: default;
    background-color: rgb(194, 194, 194)!important;
    color: rgb(194, 194, 194)!important;
    border-color: rgba(194, 194, 194, 0.9) !important;
}
.extra_fields_name{
    float: left;
    background: #fff;
    text-align: left;
    margin-right: 3px;
    padding-right: 3px;
    font-weight: 400;
    color: #000000;
}
.productfull{
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.grey{
    margin-top: 110px;
    background: #fff;
}
.extra_fields_el{
    font-weight: 400;
    position: relative;
    text-align: right;
    background: url(/images/dot.png) 0 18px repeat-x;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    letter-spacing: 0.25px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}
.extra_fields div data{}
.filter_characteristic .characteristic_name{
    padding-top:5px;
}
.filter_characteristic .characteristic_group{
    font-weight: bold;
    padding-top:5px;
}
.jshop td.attributes_title {
    width: 100px;
}
.jshop span.attributes_description {
    font-style: italic;
    display: block;
}
.jshop span.freeattribut_description {
    font-style: italic;
    display: block;
}
.jshop span.extra_fields_description {
    font-style: italic;
}
.jshop .prod_attr_img{
    vertical-align: top;
}
.jshop .cart .product_name{
    text-align: left;
}
.cart th.product_name{
    padding-left: 5px;
}
.jshop .prod_qty_input input{
    width:50px;
    margin-bottom: 0px;
}
.productfull .image_middle{margin-right: 50px;margin-bottom: 50px;margin-left: 30px;    text-align: center;}
.productfull .manufacturer_name{top: 7px;right: 15px;margin-top: 0;    display: block;}
.productfull .manufacturer_code{
    padding-bottom: 10px;
}
.productfull .prod_free_attribs{
    padding-bottom: 10px;
}
.productfull .price_prod_qty_list{
    margin-bottom: 10px;
}
.productfull .button_back{
    padding-top: 10px;
}
.jshop_img_description #list_product_image_thumb{
    display: block;
}
.productfull .text_zoom {
    padding-bottom: 5px;
    padding-top: 3px;
}
.productfull .text_zoom img {
    float: left;
    padding-right: 5px;
}
.productfull a.lightbox:hover{
    color:#000 !important;
}
.fielderror{
    background-color: #FDC055 !important;
}
.fielderrormsg{
    display: block;
    padding: 5px 10px;
    border: 1px solid #ffcacd;
    background-color: #ffeeef;
    margin-top: 5px;
    width:220px;
    font-size:11px;
    box-sizing: border-box;
}
.jshop_categ{
    margin-bottom: 20px;
    height: 94px;
}
.attributgr_name{
    font-weight: bold;
}
#table_shippings .shipping_form{
    display: none;    
}
#table_shippings .shipping_form_active{
    display: block;
}
.jshop .order_shipping_params {
    font-size: 11px;
    padding-top: 3px;
}
/*cart table response*/
.mobile-cart {
    display: none;
}
#all, #contentarea, #contentarea2, #all #header{
    width: auto !important;
}
.cart{border-right: 1px solid #5308b1;}
.cart th{
    text-align: center;
    background-color: #f5f5f5;
    padding: 1px;
    color: #000;
    border: 1px solid #ccc;
}
.cart td{
    text-align: center;
    padding: 5px 5px 0;
    vertical-align: middle;
    font-size: 14px;
    color: #303030;
    font-weight: 500;
    letter-spacing: 0;
    border: 0 !important;
}
.cart th table{
    border-collapse: collapse;
}
.cart .odd td{
    background-color: #fff;
    color: #000;
}
.cart .even td{
    background-color: #fdfdfd;
    color: #000;
    border: 0 !important;
}
.cart .taxinfo{
    display: block;
    font-size:11px;
}
.cart .jshop_code_prod{
    font-size:10px;
}
.cart .manufacturer{
    padding:5px 0px 6px 10px;
    font-size:11px;
    font-weight: bold;
    font-style: italic;
}
.cart .list_extra_field{
    padding-top:3px;
}
.cart .cart_reload{
    cursor: pointer;
}
.cart .cart_reload a.btn{
    display: none;
}
.cart .remove_to_cart .btn-primary{
    display: none;
}
.cart .remove .btn-danger{
    display: none;
}
.wishlish_buttons{
    margin-top:20px;
}
.cart_buttons{
    margin-top:10px;
}
.cart .quantity .inputbox{
    width: 50px;
    margin-bottom: 0px;
}
.cartdescr{
    margin-bottom: 15px;
}
.cart_block_discount{
    margin-top: 35px;
}
.cart_block_discount .inputbox{
    margin-bottom: 0px;
}
.cart_block_discount .name{
    float:left;
    min-width: 100px;
    padding-top:5px;
}
#checkout a img{
    margin-bottom: 5px;
}
.login_block .form-horizontal .control-label{
    width: 100px;
    text-align: left;
    float: left;
}
.login_block .form-horizontal .controls {
    margin-left: 100px;
}
.login_block .rowpasword, .login_block .rowremember, .login_block .rowbutton, .login_block .rowlostpassword{
    margin-bottom: 8px !important;
}
.logintext{
    margin-bottom: 10px;   
}
.block_sorting_count_to_page .icon-arrow{
    width: auto;
    height: auto;
}
.block_sorting_count_to_page .icon-arrow img{
    margin-bottom: 8px;
    margin-left: 3px;
}
.form-horizontal .form_sort_count .control-label{
    text-align: left;
    width: 85px;
    float:left;
}
.form-horizontal .form_sort_count .controls{
    margin-left: 88px;
    margin-right: 15px;
}
.form-horizontal .form_sort_count .controls .inputbox{
    width: 140px;
}
.form-horizontal .form_sort_count .controls .input{
    width: 90px;
}
.form-horizontal .filter_price label{
    display: none;
}
.address_block .form-horizontal .box_button .controls{
    margin-left: 0px;
}
.form-horizontal .other_delivery_adress .controls{
    padding-top: 5px;    
}
.checkout_payment_block #table_payments{
    border-collapse: collapse;
    margin-bottom: 15px;
}
.checkout_payment_block #table_payments .name{
    padding: 5px 0px;
}
.checkout_payment_block #table_payments .jshop_payment_method{
    padding-left: 20px;
}
.checkout_shipping_block #table_shippings{
    border-collapse: collapse;
    margin-bottom: 15px;
}
.checkout_shipping_block #table_shippings .name{
    padding: 5px 0px;
}
.checkout_pfinish_block .checkoutinfo{
    margin: 20px 0px;
}
.pfinish_comment_block{
    width: 100%;
    max-width:325px;
    margin: 0px auto;
}
.pfinish_comment_block .box_button{
    text-align: center;
    margin-top: 10px;
}
.pfinish_comment_block .name{
    text-align: center;
    margin-bottom: 3px;
}
.pfinish_comment_block #order_add_info{
    height:70px;
    width: 100%;
    max-width:320px;
}
.block_rating_hits{color: #353535;font-weight: 600;}
.block_rating_hits table{
    float:right;
    width: auto;
    border:0px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.btn.btn-arrow-left, .btn.btn-arrow-left:hover, .btn.btn-arrow-left:focus{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
    background-position: 8px center;
	padding-left:20px;
}
.btn.btn-arrow-right, .btn.btn-arrow-right:hover, .btn.btn-arrow-right:focus{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;	
    background-position: right 8px center;
	padding-right:20px;
}
div.clear-cart{
    margin-top: 15px;
    text-align: right;
}

@media (min-width: 768px){
    .form-horizontal .block_sorting_count_to_page .control-label{
        width: 60px;
    }
    .form-horizontal .block_sorting_count_to_page .controls{
        margin-left: 65px;
    }
    .form-horizontal .block_sorting_count_to_page .controls .inputbox{
        width: 100px;
    }    
    .form-horizontal .box_products_count_to_page .control-label{
        width: 50px;
    }
    .form-horizontal .box_products_count_to_page .controls{
        margin-left: 55px;
    }
    .form-horizontal .box_products_count_to_page .controls .inputbox{
        width: 60px;
    }
    .form-horizontal .block_sorting_count_to_page .control-group{
        float:left;
    }
    .form-horizontal .block_sorting_count_to_page:after {
        clear: both;
        content: "";
        display: table;
    }
    .form-horizontal .box_cat_man .control-group{
        float:left;
    }
    .form-horizontal .box_cat_man:after {
        clear: both;
        content: "";
        display: table;
    }
    .form-horizontal .filter_price .control-group{
        float:left;
    }
    .form-horizontal .filter_price:after {
        clear: both;
        content: "";
        display: table;
    }
    .form-horizontal .box_price_to .control-label{
        width: 30px;
    }
    .form-horizontal .box_price_to .controls{
        margin-left: 30px;
    }
    .form-horizontal .filters .box_button .controls{
        margin-left: 10px;
    }
    .form-horizontal .box_price_from .control-label{
        width: 30px;
    }
    .form-horizontal .box_price_from .controls{
        margin-left: 40px;
    }
    .form-horizontal .box_category .control-label{
        width: 63px;
    }
    .form-horizontal .box_category .controls{
        margin-left: 65px;
    }
    .pagelogin .register_block .form-horizontal .control-label{
        text-align: left;
        width:100px;
    }
    .pagelogin .register_block .form-horizontal .controls{
        margin-left: 115px;
    }
}

@media (min-width: 980px){
    .form-horizontal .box_price_from .control-label{
        width: 63px;
    }
    .form-horizontal .box_price_from .controls{
        margin-left: 65px;
    }
}

@media (min-width: 768px) and (max-width: 979px){
    .login_block .form-horizontal .controls .inputbox{
        width: 140px;
    }
    .form-horizontal .form_sort_count .controls .input{
        width: 70px;
    }
    .pagelogin .jshop_register .inputbox{
        width:140px;
    }
    .pagelogin .jshop_register .input{
        width:126px;
    }
}

@media (max-width: 767px) {
    
    .button_detail {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .row-fluid .sblock2{
        width: 100%;
    }
    .row-fluid .sblock3{
        width: 100%;
    }
    .row-fluid .sblock4{
        width: 100%;
    }
    .row-fluid .sblock5{
        width: 100%;
    }
    .row-fluid .sblock6{
        width: 100%;
    }
    .row-fluid .sblock7{
        width: 100%;
    }
    .row-fluid .sblock8{
        width: 100%;
    }
    .row-fluid .sblock9{
        width: 100%;
    }
    .row-fluid .sblock10{
        width: 100%;
    }
    .row-fluid .sblock11{
        width: 100%;
    }
    .row-fluid .sblock12{
        width: 100%;
    }
    
    .mobile-cart {
        display: inline-block;
        font-weight: bold;
        width: 40%;
    }    
    #jshop_menu_order tr{
        display: block;
        width: 100%;
    }
    #jshop_menu_order tr td{
        display: inline-table;
        width: 100%;     
        line-height: 26px;
    }
    .jshop.cart, .jshop.cart tbody{
        display: block;
        border:0px;
    }
    .jshop.cart tr{
        display: block;
        width: 100%;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
        background-size: 100% 100%;
        color: black;
        margin-bottom: 20px;
    }
    .jshop.cart tr:first-child{
        border: 1px solid #ccc;  
        margin-bottom: 10px;
        display: none;
    }
    .jshop.cart tr th{
        display: inline-table;
        width: 100%;     
        line-height: 26px;
        border: none;
        border-bottom: 1px solid #565656;
    }
    .jshop.cart tr td{
        display: flex;     
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 5px 10px;
        text-align:left;
    }
    .cart .odd td, .cart .even td{
        background-color: #fff;
    }
    .cart .product_name a{
        display:block;
    }
    .jshop_img_description_center .mobile-cart{
        display: none;
    }   
    .login_block .form-horizontal .controls {
        margin-left: 160px;
    }
    .pagelogin .register_block .logintext, .pagelogin .register_block .block_button_register{
        margin-left: 160px;
    }
    .jshop_list_product .block_product{
        border-radius:4px;
    }
    .cart_block_discount .name{
        float:none;
    }
    .cart_block_discount input{
        display: block;
        margin-top:10px;
    }
    .pagelogin .register_block .form-horizontal .control-label{
        text-align: left;
        width:150px;
    }
    .pagelogin .register_block .form-horizontal .controls{
        margin-left: 160px;
    }
}
@media (max-width: 480px) {
    .form-horizontal .form_sort_count .controls .inputbox {
        width: 115px;
    }
    .form-horizontal .form_sort_count .controls {
        margin-right: 0px;
    }
    .form-horizontal .form_sort_count .controls .input {
        width: 70px;
    }
    .block_rating_hits table{
        float:left;
    }
    .productfull .prod_qty{
        display: block;
    }
    .productfull .prod_qty_input{
        padding-left: 0px;
        margin-top:10px;
        display: block;    
    }
    .productfull .buttons{
        padding-left:0px;
    }
    .product_title::after{
        right: 0;
        margin: 0 auto 0 0;
    }
    .productfull .buttons input{
        display: block;
    }
    .form-horizontal .other_delivery_adress .control-label{
        float: none;
    }
    .jshop_payment_method td, .jshop_payment_method tr{
        display: block;
    }
    .jshop .downlod_order_invoice {
        float: none;
        padding-bottom:10px;
    }
    .form-horizontal .form_sort_count .control-label{
        float:left;
        padding-top:5px;
    }
    .login_block .form-horizontal .control-label{
        float:none;
    }
    .login_block .form-horizontal .controls{
        margin-left:0px;
    }
    .pagelogin .register_block .logintext, .pagelogin .register_block .block_button_register {
        margin-left: 0px;
    }
    .pagelogin .register_block .form-horizontal .controls {
        margin-left: 0px;
    }
}
.sf_wrapper {
    display: block;
    margin: 0 auto;
    overflow: visible;
    border: 1px solid #f4f4f4;
    position: relative;
    z-index: 21;
}

.sf_wrapper * {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline: 0 none;
    vertical-align: middle;
    position: relative;
}
.button_show{
    display: none;  
}
#bs {
}
input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
#sf_tip {
	background: #FFF8DC;
}

.sf_block_params span, .sf_block_params input {
    margin-right: 0px;
}

.sf_text{
    margin-right: 0;
    line-height: normal;
}
.sf_block_params input, .sf_block_params select {
	border: 1px solid #dddddd;
	background: #fff;
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block;
	margin-right: 6px;
	border-radius: 3px;
}

#sf_slider_min input, #sf_slider_max input, .sf_price_wrap input {
    margin: 0;
    text-align: center;
    width: 70px;
    height: 30px;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 700;
}

.sf_container, .form_sort_count {
    display: block;
    height: auto;
    padding: 0px 0;
}

.sf_header {
    margin-bottom: 6px;
    padding: 0 12px;
}

.sf_header span {
	
}

form.sf_form {
    line-height: 1.1em;
	z-index: 2;
}

.sf_block {
    display: block;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #FFFFFF;
}

.sf_block:first-of-type {
	border-top: none;
}

.sf_block:last-of-type {
	border-bottom:none;
}

.sf_block:hover {
	background: #ffffff;
	transition: 0.4s;
}

.sf_block_header {
    color: #5a5a5a;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 10px 10px;
    transition: 0.1s;
    font-size: 14px;
}
.sf_block_header:hover {
    }

.sf_block_title {display:inline-block;line-height: normal;}

.sf_block_header .block_comment {
    background: #b0b0b0 none repeat scroll 0 0;
    border: 1px solid #a0a0a0;
    border-radius: 14px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.83em;
    line-height: 0.8em;
    margin-left: 3px;
    padding: 3px 4px;
    vertical-align: middle;
}

.block_comment.hasTip:after {
    content: "?";
}

.sf_ctrl_popular {
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
}

.sf_ctrl_popular.roll {

}

.sf_ctrl {
    border-top: 4px ridge transparent;
    border-left: 8px solid #e5e5e5;
    border-bottom: 4px ridge transparent;
    height: 0;
    position: absolute;
    right: 10px;
    top: 16px;
    width: 0;
}

.sf_ctrl.roll {
	border-bottom: none;
	border-top: 8px solid #ee741d;
	border-left: 4px ridge transparent;
	border-right: 4px solid transparent;
}
	
.sf_block_params {
	padding: 0 10px 10px 15px;
}

.sf_block .sf_block_params:first-child {
    padding: 7px 10px 6px 21px;
}

.sf_block_params label, .sf_block_params input, .sf_block_params button, .sf_block_params select, .sf_block_params textarea {
	line-height: 24px;
}

.sf_block_params button {

}

.sf_price_wrap {

}

.sf_block_params label {
    display: block;
    padding: 2px 0;
}

.sf_block_params label:hover{
	color:red;
}

.sf_block_params span:hover {color: #ffb617;}
.sf_block_params span {
    display: inline-block;
    color: #444;
    font-weight: 600;
    max-width: 238px;
    font-size: 14px;
    transition: 0.1s;
    cursor: pointer;
    vertical-align: middle;
}
#sf_slider_min span {
    color: #c1c1c1;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;
}
#sf_slider_max span {
    color: #c1c1c1;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 400;
}

.sf_block_params select {
    padding: 0.2em;
    width: 100%;
}

.sf_block_params select:not([multiple="multiple"]) {
    height: 2em;
}

.sf_block_params select option {
	padding: .1em .5em;
}

.sf_block_params select option[disabled]{
	color: #999;
}

.sf_buttons {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.sf_buttons input {
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    height: 29px;
    padding: 0 11px;	
}

input.sf_submit {
    background: #ee741d;
    border: 1px solid #ee741d;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    height: 36px;
    padding: 5px 16px;
}

input.sf_reset {
    background: #ededed;
    border: 1px solid #ededed;
    border-radius: 3px;
    color: #4a4a4a;
    cursor: pointer;
    height: 36px;
    padding: 5px 16px;
}

.sf_block_params .ms-choice span {
	border: none;
	line-height: 26px;
}

.sf_block_params label.images {
	display: inline-block;
	padding: 0px;
	margin: 2px;
	vertical-align: top;
	background-repeat: no-repeat;
}

.sf_block_params label.images:hover {
    opacity: 0.8;
	cursor: pointer;
}

.sf_block_params label.images.active{
    box-shadow: 0 0 6px 6px #f0ffff inset;
}


.sf_block_params label.images.disabled {
    cursor: not-allowed !important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; /* IE 6-9 */
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	opacity: 0.35;
}

#sf_slider_wrap {}

.sf_slider_digits {
    height: 45px;
    margin-top: 5px;
}

#sf_slider_min, #sf_slider_max  {
    position: absolute;
	top: 0;
}

#sf_slider_min   {
    left: 0;
}

#sf_slider_max {
    right: 0;
}

#sf_slider {
    margin: 0 auto 10px;
    width: 92%;
}

#sort_count {
    position: relative;
}

.sf_panel {
    display: block;
    line-height: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.sf_panel .title, .sf_panel .item {
	display: inline-block;
	font-size: 0.9em;
	margin-right: 3px;
    vertical-align: top;
}

.sf_panel .title {
    color: #ffffff;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 3px 0 3px 10px;
    position: relative;
}

.sf_panel .title:before, .sf_panel .title:after {
    border-color: rgba(0, 0, 0, 0);
    border-image: none;
    border-style: solid none solid solid;
    border-width: 12px 0 14px 13px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}
	
.sf_panel .title:nth-child(1) {
    background: none repeat scroll 0 0 #808080;
    width: 100px;
}

.sf_panel .title:nth-child(1):after {
    border-left-color: #808080;
    right: -13px;
    top: 0;
}

/*#sort_count .block_sorting_count_to_page {}

#sort_count .box_products_sorting {
	padding: 0;
}

#sort_count .box_products_count_to_page {
    color: #333;
    padding-left: 6px;
}*/

.sf_panel .item {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #333333;
    cursor: pointer;
    padding: 3px 10px 2px;
}

.sf_panel .item:hover {
	background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	transition: 0.4s;
}

.sf_panel .item:active {
background: #e5e5e5;
background: -moz-linear-gradient(top,  #e5e5e5 0%, #fcfcfc 100%);
background: -webkit-linear-gradient(top,  #e5e5e5 0%,#fcfcfc 100%);
background: linear-gradient(to bottom,  #e5e5e5 0%,#fcfcfc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fcfcfc',GradientType=0 );
}

.sf_panel .item .sort {
    display: inline-block;
    height: 0;
    width: 0;
}

.sf_sortbtn {}

.sf_sortcount, .sf_stock, .sf_prodcount {
    color: #555;
    display: inline-block;
    font-size: 0.9em;
    margin: 0.3em 1em;
}
.sf_sortcount &gt; select, .sf_stock &gt; select {
	color: #555;
    font-size: 0.97em;
    height: 2.3em;
    vertical-align: baseline;
}

.sf_panel .asc {
    border-bottom: 8px solid #555555;
    border-left: 4px dotted rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: 6px;
    width: 0;
}

.sf_panel .desc {
    border-top: 8px solid #555555;
    border-left: 4px dotted rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    height: 0;
    margin-left: 6px;
    width: 0;
}

.sf_panel .stock {}

.sf_panel .stock select {
    bottom: 6px;
    font-size: 0.9em;
    height: 23px;
    line-height: 0.9em;
    margin: 0;
    padding: 0 0.2em;
    position: absolute;
    right: 6px;
    width: 135px;
}

#sf_tip {
    border-color: #E5E5E5;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    box-shadow: 0 2px 8px 0 #999999;
    white-space: nowrap;
    z-index: 20;
}

#sf_tip a, #sf_tip a:hover, #sf_tip a:visited {
    background: transparent;
	color: #555;
    display: block;
    padding: 3px 18px;
    text-decoration: none;
}

#sf_tip a:hover {}

#sf_tip a span {
    padding: 0 1px;
}

.wrap_block_reset {
    position: absolute;
    right: 10px;
    top: 8px;
}

.sf_block .ms-drop {
    border-collapse: collapse;
    border-color: #cccccc;
    border-image: none;
    border-radius: 0;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    position: absolute;
    top: 25px;
	box-sizing: border-box;
}

.sf_block .ms-select-all {
	display: none;
}

.sf_block .ms-choice {
    border: 1px solid #cccccc;
    border-radius: 0;
	border-collapse: collapse;
}

.sf_block .block_reset {
    background: #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.8em;
    padding: 3px;
}

.sf_inline .sf_block {
    border-bottom: medium none;
    border-top: medium none;
    display: inline-table;
    height: 100%;
    vertical-align: top;
    width: 25%;
}

.sf_inline .sf_all {}

.sf_block_params .sf_dimension {
    display: none;
}

#sf_limit {
    width: 60px;
}

/*.sf_block_params.locked input,
.sf_block_params.locked label,
.sf_block_params.locked option,
.sf_block_params.locked #sf_slider_wrap
{
    display: none;
}*/

.form_sort_count .box_products_sorting {margin: 0;}

.mycart_wrapp{display:block;position:relative;font-weight: 500;font-size: 16px;color: #303030;}
table.module_cart_detail{min-width:150px;max-width:350px;width:100%;z-index:999;border: 0 !important;}
table.module_cart_detail tr.even{background-color: #F8F8F8; background-image:none;}
table.module_cart_detail tr.odd{background-color: #FFFFFF; background-image:none;}
.mycart_headertxt a{
    color: #ffffff;
    display: none;
}
.mycart_headertxt{
    color: #ffffff;
    letter-spacing: 0.25px;
    text-decoration: none;
    font-weight: 500;
}
.mycart_header_name{color:#0088cc;border-bottom:1px dotted #0088cc;}
.click_mycart_name{cursor:pointer;}
.mycart_content{display:none;top: 47px;position:relative;z-index:999;background-color: #FFFFFF;padding: 5px 0;margin: 0px;right: -104px;min-width: 268px;border: 1px solid #ffffff;max-width:350px;}
div.mycart_img{float:left;margin:2px;}
div.mycart_name{float:left;margin:5px;}
div.mycart_qtty{float:left; margin:5px 0px; text-transform:lowercase; font-size:11px;}
div.mycart_summ{float: left;margin:5px;font-weight: 700;letter-spacing: 0;}
div.delcart{margin:5px;float:right;position: absolute;right: 0;top: 0;}
div.delcart a{text-decoration:none;background-color:#DA3924;color:#FFF !important;font-weight: 700;font-size: 14px;border-radius:15px;height: 22px;display: block;width: 22px;line-height: 20px;}
div.mycart_link a{float: right;font-size: 14px;font-weight: 700;padding: 5px;letter-spacing: 0;}
div.mycart_checkout_link a{float: right;font-size: 14px;padding: 5px;font-weight: 600;letter-spacing: 0;}
div.mycart_summ_text{float:left; margin:5px;}
div.mycart_summ_total{float:right; margin:5px;}
div.hidden_for_cart{display:none;}
.mycart_rel_pos{position:relative;}
.mycart_abs_pos{position:absolute;}
.clear{clear:both;}
.star{
    
position: absolute;
    
left: 0;
    
top: 0;
}
.icon-search:hover{
    color: #000;

}.search a:hover .icon-search{color: #ffbb35;}
.search a:hover{color: #ffbb35;}
.icon-search{
    font-size: 25px;
    color: #303030;
    transition: 0.1s;
}
.basket-cart:hover .icon-cart{
    transform: translateY(-2px);
}
.basket-cart:hover .mycart_count_prod{transform: translateY(-2px);}
.basket-cart:hover .mycart_headertxt a{color: #ffffff;text-decoration: none;}
.icon-cart{
    margin-bottom: 0px;
    font-size: 32px;
    color: #ffffff;
    transition: 0.1s;
}
.icon-phone:hover{
    color: #000;

}
.icon-phone{
    font-size: 12px;
    color: #0207d5;
}
.icon-menu{
    font-size: 16px;
    cursor: pointer;
    color: #ffffff;
    margin-right: 10px;
}
.ownavigation .navbar-nav li a:hover .icon-menu{
    color: #5308b1;
    transition: 0.03s;
} 
.mycart_count_prod{
    position: absolute;
    left: 12px;
    font-size: 15px;
    top: 16px;
    color: #5308b1;
    font-weight: 600;
    transition: 0.1s;
}
.icon-star{
    font-size: 36px;
    color: #f9d064;
}
.icon-review{
    font-size: 24px;
    color: #e71172;
    vertical-align: middle;
    margin-right: 14px;
    width: 22px;
    line-height: 1.4;
}
.sale a:hover .icon-sale{transform: translateY(-2px);}
.sale a:hover{color: #0b8dfe;}
.sale a{
    color: #303030;
    letter-spacing: 0.25px;
    text-decoration: none;
    font-size: 14px;
    height: 44px;
    line-height: normal;
    justify-content: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-sale{
    font-size: 20px;
    transition: 0.1s;
    color: #0b8eff;
    margin-bottom: 2px;
}
.sale{
    float: right;
    padding: 13px 10px;
}
.basket-cart{    
display: flex;    
flex-direction: column;    
align-items: center;    
justify-content: center;
height: 44px;    
line-height: normal;    
cursor: pointer;    
font-size: 14px;
}
.info{
    border-left: 1px solid #e9e7e7;
    float: right;
    padding: 13px 10px;
}
.info a:hover .icon_info{transform: translateY(-2px);}
.info a:hover{color: #0b8dfe;}
.info a{
    color: #303030;
    letter-spacing: 0.25px;
    text-decoration: none;
    font-size: 14px;
    height: 44px;
    line-height: normal;
    justify-content: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.jshop_img{
    max-height: 280px;
}
.icon_info{
    font-size: 20px;
    transition: 0.1s;
    margin-bottom: 6px;
    color: #0b8eff;
}
.mt50{
    margin-top: 50px;
}
.product-specs__section {
    margin-bottom: 32px;
}
.product-specs__title {
    margin-top: 5px;
    padding: 23px 16px 0;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: #000000;
}
.table-specs {
    width: 100%; 
}
.table-specs__tr:first-child {
    border: none;
}
.table-specs__tr:first-child {
    border: none;
}
.table-specs__tr {
    border-top: 1px solid #e6e8f0;
}
.table-specs__td {
    width: 50%;
    padding: 12px 16px 16px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.25px;
    color: #000000;
    line-height: 28px;
}
.list_carousel {
    background-color: #ccc;
    margin: 0 0 30px 60px;
    width: 360px;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    background-color: #eee;
    border: 5px solid #999;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
}
.list_carousel li img {
    max-width:50px;
    max-height:50px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    border:0;
}
.clearfix {
    float: none;
    clear: both;
}
.prev {
    float: left;
    margin-left: 10px;
}
.next {
    float: right;
    margin-right: 10px;
}
.pager {
    float: left;
    width: 300px;
    text-align: center;
}
.pager a {
    margin: 0 5px;
    text-decoration: none;
}
.pager a.selected {
    text-decoration: underline;
}
.carous{
     display: none !important;   
}
.imgnone{
    display: block;
    }
    .slider{
        
    }
@media (max-width: 767px) {
    .icon-menu {
        font-size: 20px;
        cursor: pointer;
        color: #e71172;
        margin-right: 15px;
        vertical-align: middle;
    }
    .jshop_img {
        max-height: 169px;
    }
    #jshop_search{
        width: 100%;
        border: 0;
        text-align: center;
        height: 32px;
        line-height: 32px;
        border-radius: 2px;
    }
    .mod-shop-search .button{
        margin-top: 8px;
        font-size: 14px;
        padding: 0px 38px;
        line-height: 30px;
        color: #e76611;
        border-radius: 4px;
        background: #fff;
    }
    .grey {
        margin-top: 58px;
    }
    .uk-cover-background {
        background-position: 0 50% !important;
    }
    .carous{
    display: block !important;
    }
    .imgnone{
        flex-wrap: wrap;
   }
   img.jshop_img_thumb {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
}
    .table-specs__td {
        padding: 12px 16px 14px;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: 0;
        color: #000000;
        line-height: normal;
    }
.jshop_list_product .product .buttons {
    margin-top: 0;
    justify-content: flex-start;
    align-items: baseline;
    flex-direction: column-reverse;
}
.btn{
    font-size: 14px;
    font-weight: 600;
    padding: 13px 80px;
}
.productfull .image_middle {
    margin-right: 0;
    margin-bottom: 32px;
    margin-left: 0px;
    text-align: center;
}
.productfull .old_price {
    margin-top: 0px;
}
.productfull .prod_price {
    margin-top: 0;
}
.entry-summary .product-rating .review-link {
    text-align: left;
}
div.jshop_prod_attributes {
    margin-top: 0;
}
.pm0{
    padding: 0;
}
.breadcrumb {
    padding: 15px 15px 0;
    margin: 10px auto 0;
}
.productfull .prod_buttons {
    margin-top: 10px;
}

}</pre></body></html>