body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #e4f2fb;
	background-image: linear-gradient(to bottom, #fff 12%, #e4f2fb 18%);
	background: url(../../../../../catalog/view/theme/default/image/3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444
}

.fa {
	font-size: 14px
}

h1 {
	font-size: 33px
}

h2 {
	font-size: 27px
}

h3 {
	font-size: 21px
}

h4 {
	font-size: 15px
}

h5 {
	font-size: 12px
}

h6 {
	font-size: 10.2px
}

a {
	color: #23a1d1
}

a:hover {
	text-decoration: none
}

legend {
	font-size: 18px;
	padding: 7px 0
}

label {
	font-size: 12px;
	font-weight: 400
}

input[type=color].form-control,
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=datetime].form-control,
input[type=email].form-control,
input[type=month].form-control,
input[type=number].form-control,
input[type=password].form-control,
input[type=search].form-control,
input[type=tel].form-control,
input[type=text].form-control,
input[type=time].form-control,
input[type=url].form-control,
input[type=week].form-control,
select.form-control,
textarea.form-control {
	font-size: 12px
}

.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select {
	font-size: 12px
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px
}

span.hidden-lg,
span.hidden-md,
span.hidden-sm,
span.hidden-xs {
	display: inline
}

.nav-tabs {
	margin-bottom: 15px
}

div.required .control-label:before {
	content: '* ';
	color: red;
	font-weight: 700
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: inherit;
	border-color: inherit
}

.navbar-nav .dropdown-menu li:hover,
.navbar-nav .dropdown-menu li>a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #1575c2;
	background-image: linear-gradient(to bottom, #0b96d8, #1a66b8);
	background-repeat: repeat-x
}

#top {
	color: #fff;
	background-color: #1575c2;
	border-bottom: 1px solid #211d72;
	padding: 4px 0 3px 0;
	margin: 0;
	min-height: 40px
}

#top .container {
	padding: 0 20px
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: inherit
}

#top .btn-link,
#top a {
	padding: 7.5px 12px;
	color: #fff;
	text-shadow: 0 1px 0 #211d72;
	text-decoration: none
}

#top .btn-link:hover,
#top a:hover {
	color: #ffc107
}

#top .dropdown-menu .btn-link,
#top .dropdown-menu a {
	color: #1575c2;
	text-shadow: none;
	text-decoration: none
}

#top .dropdown-menu .btn-link:hover,
#top .dropdown-menu a:hover {
	color: #fff;
		background-color: #1575c2;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px
}

#top-links {
	padding-top: 6px
}

#top-links a+a {
	margin-left: 15px
}

#logo {
	margin: 0 0 10px 0
}

#search {
	margin-top: 45px
}

#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px
}

#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #fff
}

#cart {
	margin-top: 45px
}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #fff
}

#cart.open>.btn {
	background-image: none;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #666;
	box-shadow: none;
	text-shadow: none
}

#cart.open>.btn:hover {
	color: #444
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001
}

#cart .dropdown-menu {
	min-width: 100%
}

@media (max-width:478px) {
	#cart .dropdown-menu {
		width: 100%
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px
}

@media (max-width:478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0
}

#menu {
	background-image: linear-gradient(to bottom, #0b96d8, #1a66b8);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #1f1a6d;
	min-height: 40px;
	margin-bottom: 15px
}

#menu .nav>li>a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent
}

#menu .nav>li.open>a,
#menu .nav>li>a:hover {
	background-color: rgba(0, 0, 0, .1)
}

#menu .dropdown-menu {
	padding-bottom: 0
}

#menu .dropdown-inner {
	display: table;
	width: 100%
}

#menu .dropdown-inner ul {
	display: table-cell
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 7.5px 12px;
	clear: both;
	line-height: 20px;
	color: #333;
	font-size: 12px
}

#menu .dropdown-inner li a:hover {
	color: #fff
}

#menu .see-all {
	display: block;
	margin-top: .5em;
	border-top: 1px solid #ddd;
	padding: 7.5px 12px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	white-space: nowrap;
}

#menu .see-all:focus,
#menu .see-all:hover {
	text-decoration: none;
	color: #fff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #0b96d8, #1a66b8);
	background-repeat: repeat-x
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #fff;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a
}

#menu .btn-navbar.disabled,
#menu .btn-navbar:active,
#menu .btn-navbar:focus,
#menu .btn-navbar:hover,
#menu .btn-navbar[disabled] {
	color: #fff;
	background-color: #229ac8
}

@media (min-width:768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block
	}
}

@media (max-width:767px) {
	#menu {
		border-radius: 4px
	}
	#menu div.dropdown-inner>ul.list-unstyled {
		display: block
	}
	#menu div.dropdown-menu {
		margin-left: 0!important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, .1)
	}
	#menu .dropdown-inner {
		display: block
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, .1)
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff
	}
}

#content {
	min-height: 600px
}

footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666
}

footer a {
	color: #ccc
}

footer a:hover {
	color: #fff
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #fff
}

.alert {
	padding: 8px 14px 8px 14px
}

.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd
}

.breadcrumb i {
	font-size: 15px
}

.breadcrumb>li {
	text-shadow: 0 1px 0 #fff;
	padding: 0 20px;
	position: relative;
	white-space: nowrap
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0
}

.breadcrumb>li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.pagination {
	margin: 0
}

.buttons {
	margin: 1em 0
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.btn-xs {
	font-size: 9px
}

.btn-sm {
	font-size: 10.2px
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px
}

.btn-group>.btn-xs {
	font-size: 9px
}

.btn-group>.btn-sm {
	font-size: 10.2px
}

.btn-group>.btn-lg {
	font-size: 15px
}

.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eee, #ddd);
	background-repeat: repeat-x;
	border-color: #ddd #ddd #b3b3b3 #b7b7b7
}

.btn-primary {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a
}

.btn-primary.active,
.btn-primary.disabled,
.btn-primary:active,
.btn-primary:hover,
.btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px
}

.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704
}

.btn-warning.active,
.btn-warning.disabled,
.btn-warning:active,
.btn-warning:hover,
.btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-danger {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420
}

.btn-danger.active,
.btn-danger.disabled,
.btn-danger:active,
.btn-danger:hover,
.btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-success {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038
}

.btn-success.active,
.btn-success.disabled,
.btn-success:active,
.btn-success:hover,
.btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1)
}

.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39
}

.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #23a1d1;
	border-radius: 0
}
#totalQuantityPrice > span{
    display:block;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none
}

.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444, #222);
	background-repeat: repeat-x;
	border-color: #222 #222 #000
}

.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse:active,
.btn-inverse:hover,
.btn-inverse[disabled] {
	background-color: #222;
	background-image: linear-gradient(to bottom, #333, #111)
}

.list-group a {
	border: 1px solid #ddd;
	color: #888;
	padding: 8px 12px
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
	color: #444;
	background: #eee;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff
}

.carousel-caption {
	color: #fff;
	text-shadow: 0 1px 0 #000
}

.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome
}

.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome
}

.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	background-color: #fff
}

.product-thumb .image {
	text-align: center
}

.product-thumb .image a {
	display: block
}

.product-thumb .image a:hover {
	opacity: .8
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto
}

.product-grid .product-thumb .image {
	float: none
}

@media (min-width:767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px
	}
}

.product-thumb h4 {
	font-weight: 700
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px
}

.product-list .product-thumb .caption {
	margin-left: 230px
}

@media (max-width:1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px
	}
}

@media (max-width:767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px
	}
	.product-grid .product-thumb .caption {
		min-height: 0
	}
}

.product-thumb .rating{
    display: block;
}
.product-thumb .qty-ctrl{
    display: inline-flex;
}
.rating .fa-stack {
	font-size: 8px
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px
}

.rating .fa-star {
	color: #fc0;
	font-size: 15px
}

.rating .fa-star+.fa-star-o {
	color: #e69500
}

h2.price {
	margin: 0
}

.product-thumb .price-new {
	
	float:left;
	font-weight: 900;
	color: red;
	
    font-size: 16px;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-right: 10px;
	float:left;
}

.product-thumb .price-tax {
	
	    color: #1674c2;
    
	font-size: 16px;
    font-weight: bold;
	display: block
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd
}

@media (max-width:768px) {
	.product-list .product-thumb .button-group {
		border-left: none
	}
}

.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd
}
.product-thumb .button-group button.qty-buttons{
	width: 20%;
	border-left: 1px solid #ddd
}
.product-thumb .button-group .home-qty-button {
	width: 33.33%;
	border-left: 1px solid #ddd
}
.product-thumb .button-group #home-input-quantity {
	width: 33.33%;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer
}

@media (max-width:1200px) {
	.product-thumb .button-group button:not(.qty-buttons),
	.product-thumb .button-group button+button:not(.qty-buttons) {
		width: 33.33%
	}
}

@media (max-width:767px) {
	.product-thumb .button-group button:not(.qty-buttons),
	.product-thumb .button-group button+button:not(.qty-buttons) {
		width: 33.33%
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	 padding-left: 0px!important;
}


.thumbnails>img {
	width: 100%
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd
}

.image-additional {
	max-width: 78px
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px
}

@media (min-width:1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:992px) and (max-width:1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:768px) and (max-width:991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left
	}
}

@media (min-width:768px) {
	#column-left .product-layout .col-md-3 {
		width: 100%
	}
	#column-left+#content .product-layout .col-md-3 {
		width: 50%
	}
	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%
	}
	#content+#column-right .product-layout .col-md-3 {
		width: 100%
	}
}

#column-left .product-layout,
#column-right .product-layout {
	width: 100%
}

.input-group .form-control[name^=quantity] {
	min-width: 50px
}

.btn-info.active,
.btn-info.disabled,
.btn-info:active,
.btn-info:hover,
.btn-info[disabled] {
	background-image: none;
	background-color: #df5c39
}


.order-qty-button,
.qty-button,
.user-number-button {
	width: 10%;
	text-align: center;
	background-color: #f9f9f9;
	font-size: 30px;
	cursor: pointer;
	padding: 6px;
	color: #999;
	border: 1px solid #d8d8d8;
	font-weight: 800
}

.dec.order-qty-button,
.dec.qty-button,
.dec.user-number-button {
	padding: 3px
}

.qty-block {
	display: flex
}

.cart-qty-button {
	width: 33.3333%;
	text-align: center;
	background-color: #f9f9f9;
	font-size: 30px;
	cursor: pointer;
	padding: 14px 0;
	color: #999;
	border: 1px solid #d8d8d8;
	font-weight: 800
}

#cart-input-quantity {
	width: 33.3333%;
	border-radius: 0;
	border: 1px solid #d8d8d8;
	background: #ffff
}

.cart-qty-block {
	display: flex;
	line-height: 0
}

.home-qty-block {
    padding: 10px;
    padding-right: 21px;
    position: absolute;
    width: 100%;
    bottom: 65px;
    right: 0px;
    padding-left: 20px;
}



#form-review {
	background-color: #fff;
	padding: 20px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: unset;
	margin-right: 0;
	margin-left: 20px;
	
}

.nav-tabs {
	background-color: #fff;
	margin: 0;
	padding: 10px 10px 0;
	border-radius: 4px 4px 0 0
}

.nav.nav-tabs {
	border-bottom: 1px solid #ddd
}

.producctlist {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px
}

#tab-description {
	background-color: #fff;
	padding: 10px
}

#menu.navbar {
	border-radius: 8px 8px 0 0
}

#common-home>.row>#column-left>h3,
#common-home>.row>#column-right>h3,
#common-home>.row>#content>h3 {
	margin-top: 0;
	padding: 10px 20px;
	color: #fff;
	border-bottom: 3px #1574c2 solid;
	background-image: url(../../../../../catalog/view/theme/default/image/bg-category-headind-lightblue-left.png);
	background-color: #e1e2ed;
	background-repeat: no-repeat;
	background-position: left
}

#common-home>.row>#content>h3>span {
	background: linear-gradient(to right, #00b7ee, #211b71);
	padding: 10px 20px;
	display: inline-block;
	border-radius: 30px 0 0;
	background: #201b6d
}

#menu.navbar {
	border-radius: 8px 8px 0 0
}

#product-product .checkbox ul {
	padding-left: 10px
}
#product-product .checkbox ul li ul{
	padding-left: 30px
}
#product-product ul ul {
	padding-left: 20px;
	margin-left: 10px;
	border-left: 1px solid #eee
}

#product-product ul>li>ul>li>ul {
	padding-left: 20px;
	border-left: 1px solid #eee;
	padding-right: 0;
	margin-left: 0
}

#product-product>.row>#content.col-sm-12>.row>.col-sm-4 {
	right: 15px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px
}

#product-product>.row>#content.col-sm-12>.row>.col-sm-8 {
	padding-right: 30px
}

#product-product>.row>#content.col-sm-12>.row>.col-sm-8>.nav-tabs {
	background: #fff;
	margin: 0;
	padding: 10px 10px 0;
	border-radius: 4px 4px 0 0
}

#product-product>.row>#content.col-sm-12>.row>.col-sm-8>.nav-tabs>li.active>a,
#product-product>.row>#content.col-sm-12>.row>.col-sm-8>.nav-tabs>li.active>a:focus,
#product-product>.row>#content.col-sm-12>.row>.col-sm-8>.nav-tabs>li.active>a:hover {
	border-top: 2px solid #f4a460
}

#product-product>.row>#content.col-sm-12>.row>.col-sm-8>.tab-content {
	background: #fff;
	padding: 10px;
	border-radius: 0 0 4px 4px
}

#product-category>.row>#content.col-sm-9 h2 {
	background: hsla(200, 70%, 70%, .13);
	padding: 32px;
	margin: 0 0 20px;
	border-radius: 4px;
	color: #00008b;
	text-shadow: 2px 2px #fff;
	background: url(../../../../../catalog/view/theme/default/image/3.jpg);
	box-shadow: 0 2px 4px #00000040
}

#product-category>.row>#content.col-sm-9 h3+.row>.col-sm-3 {
	padding-right: 15px!important;
	padding-left: 15px!important
}

#product-category>.row>#content.col-sm-9 h3+.row>.col-sm-3>ul {
	display: block;
	margin: 0;
	padding: 0
}

#product-category>.row>#content.col-sm-9 h3+.row>.col-sm-3>ul li {
	display: block;
	padding: 10px;
	margin: 0;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4PX;
	background: linear-gradient(to bottom, #f5f5f5, #eee);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

#product-category>.row>#content.col-sm-9 h3+.row>.col-sm-3>ul li a {
	color: #f57c00;
	font-weight: 700
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 0
}

.table-bordered thead {
	background: #f5f5f5;
	color: #000;
	font-size: larger;
	border-bottom: 2px solid #e5880e
}

.MsoNormalTable {
	width: 100%!important
}

.MsoNormalTable td>img,
.table-bordered {
	width: 100%!important
}




.user-number,
input#input-quantity-single,
input#quantity_order_qty {
	width: 15%;
	border-radius: 0;
	border: 1px solid #d8d8d8;
	padding: 0 9px!important;
	background: #ffff;
	margin-left: 10px;
}

.order-qty-button,
.qty-button,
.user-number-button {
	width: 10%;
	text-align: center;
	background-color: #f9f9f9;
	font-size: 30px;
	cursor: pointer;
	padding: 6px;
	color: #999;
	border: 1px solid #d8d8d8;
	font-weight: 800
}

.dec.order-qty-button,
.dec.qty-button,
.dec.user-number-button {
	padding: 3px
}

.qty-block {
	display: flex
}

.cart-qty-button {
	width: 33.3333%;
	text-align: center;
	background-color: #f9f9f9;
	font-size: 30px;
	cursor: pointer;
	padding: 14px 0;
	color: #999;
	border: 1px solid #d8d8d8;
	font-weight: 800
}

#cart-input-quantity {
	width: 33.3333%;
	border-radius: 0;
	border: 1px solid #d8d8d8;
	background: #ffff
}

.cart-qty-block {
	display: flex;
	line-height: 0
}

.home-qty-block {
	display: none
}
.dec.order-qty-button, .dec.qty-button, .inc.qty-button, .dec.user-number-button {
 	padding: 3px;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#icon-payment[type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0
}

[type=radio]+img {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%
}

[type=radio]:checked+img {
	border: 2px solid #00ccbc
}

span.savings-percent {
	background-color: #1575c2;
	color: #fff;
	padding: 2px 5px;
	font-weight: 700;
	margin-right: 10px
}

.product-thumb .price-new {
	font-weight: 900;
	color: red
}

.fix-tele {
	display: flex;
	justify-content: space-between
}

#input-payment-telephone {
	width: 75%
}

#input-payment-cmcode {
	width: 23%
}

.product-thumb .caption>div {
	min-height: 5vh;
	display: inline-block;
}


/* start edit by razan */


/* sub category image*/

.sub-category-list {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sub-category-list>a {
	text-align: center;
	display: block;
}

.sub-category-row {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

.sub-category-row>a>ul {
	padding: 0;
}

.sub-category-list>a>span {
	display: inline-block;
}

.sub-category-image-list {
	list-style: none;
}


/* end edit by razan */


/*start edit by razan --design*/

.checkmark {
	position: absolute;
	top: 12px;
	left: 18px;
	height: 16px;
	width: 16px;
	background-color: #eee;
	display:none;
}
.optionSlide {
    color:#2196F3;
    position: absolute;
}
li ul li i.optionSlide {
        margin-left: -15px;
}
.fix-box input:checked~.checkmark {
	background-color: #2196F3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.fix-box input:checked~.checkmark:after {
	display: block;
}

.text-wrap{
    word-wrap: break-word!important;
    color: #2196f4;
}
/* Style the checkmark/indicator */

.fix-box .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.list-style {
    padding: 9px 0px 7px 0px;
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #f5f5f5;
    background-color: #f7f7f745;
}

#button-quantity-order {
	border-radius: 30px;
}

#button-cart {
	border-radius: 30px;
}
.produc-dsc{
   overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    max-height: 80px;
   
    right: 0;
    left: 0;
}
.produc-name{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
        margin-bottom: 2px;
}
.percent-float{
display: none;
    position: absolute;
    background-color: red;
    left: 20px;
    top: 4px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: white;
    text-align: center;
    line-height: 2;
    font-weight: bold;
}
.percent-float {
    min-width: 65px;
    height: 65px;
    padding: 11px 0;
    line-height: 18px;
    z-index: 8;
    font-size: 16px;
    color: #FFEB3B;
    text-align: center;
    font-weight: normal;
    display: block;
    position: absolute;
    text-transform: uppercase;
    font-family: tahoma;
    letter-spacing: 0px;
    border-radius: 8px 40px 40px 40px;
    background: linear-gradient(45deg, #ff1100, #FF5722);
    box-shadow: 1px 1px 2px #00000040;
}
.offer-hang{
    display: block;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 3px;
    background-color: white;
    border-radius: 40px;
    left: 3px;
}

.product-layout{
    overflow: hidden;
}

.product-discount {
color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    border: 3px white double;
    width: 200px;
    background-color: #23a1d1;
    margin-left: 115px;
    margin-top: 47px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
    z-index: 2;
    height: 27px;
    display: none;
}

.product-discount p{
    padding-top: 1px;
    width: 155px;
    margin: auto;
    font-size: 12px;
}

.product-discount:before {
 -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    content: '*';
    color: transparent;
    position: absolute;
    z-index: -1;
    border-right: 15px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 15px solid transparent;
    border-left: 15px solid #176B8C;
    height: 0;
    width: 0;
    margin-left: 80px;
    margin-top: 10px;
}
.product-discount-block {

    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    padding: 5px;
}
@media (min-width: 768px){
.product-discount, .percent-float {
    display:none;
}
.product-discount-block{
    display:block;
}
}
@media (min-width: 992px){
.product-discount, .percent-float {
    display:none;
}
.product-discount-block{
    display:block;
}
}
@media (min-width: 1200px){
.product-discount, .percent-float {
      display: block;
    z-index: 9999;
    /* line-height: 2.4em; */
}
.product-discount-block{
    display:none;
}
}
/*end edit by razan --design*/
#so_popup_countdown .modal-dialog {
	margin: 0 auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);	
}
#so_popup_countdown .modal-header {
	background-color: #ff5c00;
	position: relative;
	border: 0;
}
#so_popup_countdown .modal-header h2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px;
	margin: 0;
}
#so_popup_countdown .modal-header .close {
	position: absolute;
    right: 10px;
    top: 50%;
    color: #fff;
    font-weight: normal;
    opacity: 1;
    font-size: 2.6rem;
    text-shadow: none;
    margin-top: -1.3rem;
}
#so_popup_countdown .modal-content {
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}
#so_popup_countdown .modal-content p {
	margin: 0px;
}
#so_popup_countdown .modal-footer {
	padding: 0;
    border: 0px;
    text-align: justify;
    position: relative;
}
#so_popup_countdown .modal-footer #so_countdown_timer {
	position: absolute;
	left: 30px;
	top: 70px;
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item {
	width: 60px;
	height: 60px;
	border: 5px solid rgba(255,255,255,0.7);
	border-radius: 100%;
	color: #fff;
	float: left;
	margin-right: 15px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	vertical-align: middle;
	padding-top: 5px;
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item .num-time {
	font-size: 150%;
	font-weight: bold;
}
#so_popup_countdown .modal-footer #so_countdown_timer .time-item .name-time {
	font-size: 86%;
}
@media (max-width: 767px) {
	#so_popup_countdown {
		display: none !important;
	}
	.modal-backdrop.in {
		opacity: 0;
		filter: alpha(opacity=0);
	}
}
/*====== so countdown popup =====*/
#content #so_popup_countdown .modal-header {
  background-color: #00695c; }
  #content #so_popup_countdown .modal-header .close {
    font-size: 23px;
    left: 15px;
    top: 33px; }

#so_popup_countdown .modal-footer #so_countdown_timer {
  top: 65px; }

@media (min-width: 1200px) {
    body #so_popup_countdown.modal.in .modal-dialog {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto !important;
      margin: 0 auto;
      transition: none; } }
  body #so_popup_countdown .modal-footer #so_countdown_timer {
    /*width: 56px;
     height: 56px;*/ }
  body #so_popup_countdown .modal-footer #so_countdown_timer .time-item {
    line-height: 18px;
    padding-top: 8px; }

#so_popup_countdown .list-cates {
  background: url(../../images/bg-popupc.jpg) no-repeat;
  background-size: 100%; }
  #so_popup_countdown .list-cates ul {
    width: 64%;
    /*float: $right;
     padding: side-values(40px 20px 0 0);*/
    float: right;
    padding: 40px 20px 0 0;
    text-align: center; }
  #so_popup_countdown .list-cates ul li {
    display: inline-block;
    margin: 0 14px;
    text-align: center; }
  #so_popup_countdown .list-cates ul li a {
    font-size: 14px;
    font-weight: 500; }
    #so_popup_countdown .list-cates ul li a .icon {
      width: 87px;
      height: 87px;
      background-color: #f7e7de;
      background-image: url(../../images/icon/css_sprites.png);
      background-repeat: no-repeat;
      border-radius: 50%;
      display: block;
      margin-bottom: 10px; }
    #so_popup_countdown .list-cates ul li a .icon.icon1 {
      background-position: -9px -9px; }
    #so_popup_countdown .list-cates ul li a .icon.icon2 {
      background-position: -9px -219px; }
    #so_popup_countdown .list-cates ul li a .icon.icon3 {
      background-position: -9px -429px; }
    #so_popup_countdown .list-cates ul li a .icon.icon4 {
      background-position: -9px -639px; }
    #so_popup_countdown .list-cates ul li a .icon.icon5 {
      background-position: -9px -849px; }
    #so_popup_countdown .list-cates ul li a .icon.icon6 {
      background-position: -9px -1059px; }
    #so_popup_countdown .list-cates ul li a .icon.icon7 {
      background-position: -9px -1269px; }
    #so_popup_countdown .list-cates ul li a:hover .icon {
      background-color: #00695c; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon1 {
      background-position: -9px -114px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon2 {
      background-position: -9px -324px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon3 {
      background-position: -9px -534px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon4 {
      background-position: -9px -744px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon5 {
      background-position: -9px -954px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon6 {
      background-position: -9px -1164px; }
    #so_popup_countdown .list-cates ul li a:hover .icon.icon7 {
      background-position: -9px -1374px; }
  #so_popup_countdown .list-cates ul li.item5, #so_popup_countdown .list-cates ul li.item6, #so_popup_countdown .list-cates ul li.item7 {
    margin-top: 25px; }
  #so_popup_countdown .list-cates .customer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 14px;
    font-weight: 500;
    margin-top: 18px;
    padding: 12px 40px 12px 50%; }
  #so_popup_countdown .list-cates .customer a {
    color: #00695c; }
  #so_popup_countdown .list-cates .customer a:hover {
    color: #00362f; }

.hidden-popup-countdown {
  overflow: visible; }
  .hidden-popup-countdown #so_popup_countdown {
    display: none !important; }

.hidden-popup-countdown .modal-backdrop {
  display: none !important; }

.hidden-popup-countdown.modal-open .modal-backdrop:first-child {
  display: none !important; }

.hidden-popup-countdown.modal-open .modal-backdrop {
  display: block !important; }

.countdown_box .countdown_inner {
    text-align: left;
}
.countdown_box .countdown_inner {
    width: 100%;
    text-align: center;
}
.countdown_box .countdown_inner {
    width: 100%;
    text-align: center; }
.countdown_box .countdown_inner div {
	width: 100%;
}
   .countdown_box .title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px;
    display: none; }
  .countdown_box .time-item {
	display: inline-block;
    color: #ffffff;
    float: left;
    background: linear-gradient(180deg, #fc2c2c, #f47373a1);/*#ff7784;*/
    text-align: center;
    padding: 0;
    line-height: 18px;
    margin: 3px;
    width:40%;
    border-radius: 5px;}
  .countdown_box .time-item .num-time {
	font-size: 18px;
    font-weight: 600;
    padding: 4px 0 0px;
    text-shadow: 1px 1px 1px #4c3400;
    color: white;}
  .countdown_box .time-item .name-time {
    font-size: 10px;
    font-weight: 300;
    color: white;
    text-transform: capitalize; }
  .countdown_box .time-item:last-child {
    border: none; }
    .border-left-1{
        border-left: 1px solid #e6e6e6;
    }
    .left-0{
        
    left:0px;
    }

/* Helal 20210403 start */

/* product-category */

#product-category >.row>#content h2:first-child {
	padding: 32px;
    margin: 0 0 20px;
    border-radius: 4px;
    color: darkblue;
    text-shadow: 2px 2px white;
    background: url(../../../../../catalog/view/theme/default/image/3.jpg);
    box-shadow: 0px 2px 4px #00000040;
}

#product-category >.row>#content h2:first-child + button {
	position: absolute;
    right: 40px;
    top: 30px;
}

#product-category >.row>#content .sub-category-row  {
	padding-left: 0;
	margin-bottom: 0;
}

#product-category >.row>#content .sub-category-row .sub-category-image-list {
	display: none;
}

#product-category >.row>#content .sub-category-row .sub-category-list {
	display: block;
    padding: 10px;
    margin: 0;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    border-radius: 4PX;
    background: linear-gradient(to bottom, #f5f5f5, #eeeeee);
    color: #F57C00;
    font-weight: bold;
}

/* Helal 20210415 start - product-list product-thumb */

.product-thumb .caption >div:first-child {min-height: 30px;}
.product-list .product-thumb .image	{padding: 0;}
.caption {position: relative;min-height: 190px;}
.caption .desc, .caption .amount	{display:block;}
.caption .rating	{position: absolute;top: -28px;}
.product-layout.product-list .caption .rating	{position: absolute;right: 30px;text-align: left;top: 7px !important;}
.caption .produc-name	{width:100%;margin-top: 10px;}
.caption .produc-dsc {
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 2px;
	max-height: 80px;
	position: relative;
	bottom: 20px;
	right: 0;
	left: 0;
	height: 60px;
	margin-top: 20px;
	padding: 0 10px;}

.caption .price-new-total,
.caption .price-before-tax ,
.caption .price-old-total	{display:inline-block;width:49%;color: #999;font-size: 12px;padding:0 5px;}
.caption .price-old-total	{text-decoration: line-through;}
.caption .price-new-total  .amount	{font-size: 16px;font-weight: bold;color: red;white-space: nowrap;}
.caption .price-before-tax .amount	{font-size: 16px;font-weight: bold;color: #1674c2;white-space: nowrap;}
.caption .price-old-total	{clear: initial;}
.caption .price-new-total	{ max-width: 160px;}

.caption .product-discount-block {padding: 4px 8px 5px;}
.product-list .product-thumb .caption > div.offer-mode {
	width: 75%;
}
.product-list .product-thumb .caption .product-discount-block {
	width: 25% !important;
	padding: 8px 10px;
	bottom: 30px !important;
	position: absolute;
	right: 30px;
	left: unset;
	background-color: #fdf9e7;
	top: 35px;
	border: 2px #ffc107 dotted;
	border-radius: 6px;
	
	border: 0px #f57c00 solid;
    border-width: 0px 0px 0px 1px;
    border-radius: 0;	
	
    background-color: #f5f5f5;
    border: 1px #e6e6e6 solid;
    border-radius: 6px;
}

.product-list .defaultCountdown-text {
	display: block !important;
	margin: auto;
	font-size: 16px;
	height: 30px;
	color: #f47c00;
	direction: ltr;
}

.product-list .countdown_box {
	margin-top: -44px;
}
.countdown_box .time-item {
	display: inline-block;
	color: #ffffff;
	float: left;
	background: linear-gradient(45deg, hsl(4deg 90% 50%), #ff6933);
	text-align: center;
	padding: 0;
	line-height: 22px;
	margin: 2px;
	width: 40%;
	border-radius: 5px;
}
.countdown_box .time-item .num-time {
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	padding: 0;
}
.countdown_box .time-item .name-time {
	font-size: 11px;
	font-family: calibri;
	font-weight: 300;
	text-transform: capitalize;
	height: 16px;
    line-height: 13px;
}
.countdown_box {
	position: relative;
	top: 50%;
}
.countdown_box .countdown_inner {
	width: 100%;
	text-align: center;
}

/* Helal 20210415 end */
/* Helal 20210421 start */

#product-product #content .col-sm-4 {padding: 10px 0 !important;}
#product-product #content .col-sm-4 .rating,
#product-product #content .col-sm-4 h1,
#product-product #content .col-sm-4 h2,
#product-product #content .col-sm-4 h3 {padding: 0 10px;}
#product-product #content .form-group .qty-block {margin: 10px 10px 0;}
#product-product #content .form-group .qty-block div {width: 30px;font-size: 24px;font-weight: normal;}
#product-product #content .form-group .qty-block input {text-align:center;font-size: 16px;font-weight: 600;color: #1675c2;}
#product-product #content .form-group .btn {margin:auto;width:80%}
#product-product #content .col-sm-4 h1+ul{background-color: #f5f5f5;padding: 10px;margin: 20px 0px;}
#product-product #content .col-sm-4 h1+ul li:first-child{display: block;}
#product-product #content .col-sm-4 h1+ul li{display: inline-block;}
#product-product #content h2.current_price {color: #1675c2;font-weight: bold;}

/* Helal 20210803 start */
#product-product #content .form-group .qty-block input.user-number {width: 15%;}
#product-product #content .form-group .qty-block input#quantity_order_qty {width: 100%;}
#product-product #content .form-group .btn {border-radius: 5px;}
#product-product #content .form-group #order_submit.btn {width: 100%;margin-bottom: 20px;}
#product-product #content .form-group #quantity_order {width: 80%;margin: auto;}
#product-product ul {
	padding-left: 20px;
}
/* Helal 20210803 end */

#product-product .control-label {
    display: block;
    background-color: #f5f5f5;
    padding: 10px 10px;
    color: #1675c2;
}
#product-product #content .col-sm-4 .alert {
    margin: 10px;
    line-height: 13px;
}
#product-product #content .col-sm-4 .alert-info {
    background-color: #d1eefc;
    border-color: #acd6ea;
    color: #1d75a0;
}
#product-product #content .col-sm-4 .btn-group:first-child>.btn {
    margin-left: 10px;
	background: #dfdfdf;
    border: 0;
    border-radius: 3px;
    margin-left: 10px;
}

/* Helal 20210421 end */
/* Helal 20210506 start */

.totalQuantityPrice.alert{padding: 8px 8px;}
.totalQuantityPrice.alert span{
	display:block;
	display: inline-block;
	line-height: 24px;
	border: 0px #1d75a0 solid;
	border: 0px #acd6ea solid;
}
.totalQuantityPrice.alert>span{
	border-bottom-width: 1px;
}
.totalQuantityPrice.alert span.spline{
	height: 2px;
	border-width: 0px 0 1px 0;
}
.totalQuantityPrice.alert>span:last-child{
	border-bottom-width: 0px;
}
.totalQuantityPrice.alert #total_value{
	background: white;
	margin: 8px 0 0;
	padding: 4px;
	border-radius: 4px;
}
.totalQuantityPrice.alert #total_value span{
	font-size: 16px;
}
.totalQuantityPrice.alert .title{
	width:100%;
	border: 0px gray solid;
}
.totalQuantityPrice.alert .statement{
	width:70%;
	border: 0px blue solid;
}
.totalQuantityPrice.alert .result{
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}
.totalQuantityPrice.alert span>span.result{
	width:29%;
}
table.priceTable {margin: 10px 0;width: 100%;text-align: revert;line-height: initial;}
table.priceTable th,
table.priceTable td {border:1px #7bb4d0 solid;border-right-width: 0px;padding: 2px 6px;line-height: 16px;}
table.priceTable tr td:last-child {border-right-width:1px;text-align: right;width: 15%;}
table.priceTable td.br0 {border-left-width: 0px;}
table.priceTable td span.operation {
	float: left;
	padding-right: 8px;
	font-weight: normal;
}
table.priceTable td span {
	line-height: 18px !important;
	border-width: 0px !important;			
}
@media (max-width: 768px) {
	#search {margin-top: 15px}
	#logo {margin: 0;}
	#cart {
		margin-top: 15px !important;
		margin-bottom: 15px;
	}
	#top .btn-link, #top a {
		padding: 7.5px 8px;
		color: #fff;
		text-shadow: 0 1px 0 #211d72;
		text-decoration: none;
	}
	#product-product>.row>#content.col-sm-12>.row>.col-sm-8 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}
	#product-product>.row>#content.col-sm-12>.row>.col-sm-4 {
		left: 0px !important;
	}
}
/* Helal 20210506 end */

	/*Helal 20210607(Checkout page) start Moved By Rami From Green.css in amwajs 202106013*/
	
	.checkout_method [type="radio"]:checked + img {
		border: 2px solid #00ccbc;
	}
	.checkout_method [type="radio"] + img {
		cursor: pointer;
		/*width: 40px;*/
		/*height: 40px;*/
		border-radius: 50%;
	}
	.checkout_method input {
		position:absolute;
		opacity:0;
		width:0;
		height:0;
		display: block;
	}
	.checkout_method img {
		width:100px;
		height:100px;
		display: block;
		float: left;
	}
	.checkout_method img + div {
		margin:10px;
		float:left;
		width: 100%;
	}
	.checkout_method img + div span {
		font-weight: bold;
	}
	.checkout_method img + div span:first-child {
		font-size: larger;
		white-space: nowrap;
	}
	/*Helal 20210607(Checkout page) end Moved By Rami From Green.css in amwajs 202106013*/

/* Helal 20210802 start */

	.product-thumb .amount-offer {
		min-width: 100px;
		height: 20px;
		padding: 0px 10px 0px 14px;
		line-height: 18px;
		z-index: 8;
		font-size: 11px;
		color: #ffffff;
		text-align: center;
		font-weight: normal;
		display: block;
		position: absolute;
		text-transform: uppercase;
		font-family: tahoma;
		letter-spacing: 0px;
		border-radius: 14px 0px 0px 0px;
		background: linear-gradient(90deg, #ff491b 0%, #ffaaaa 100%);
		box-shadow: 0px -2px 3px #00000015;
		top: -20px;
		right: 0;
		text-align: left;
		font-weight: bold;
		text-shadow: 1px 1px #00000060;
	}
	.product-list .product-thumb .amount-offer {
		border-radius: 4px;
		top: -5px;
		right: 5px;
	}
	.product-thumb .amount-offer + div{
		margin: 0px;
		line-height: initial;
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		background: linear-gradient(90deg, #ff491b 50%, #ffaaaa 100%);
		padding: 5px;
		border: 0px hsl(0deg 0% 95%) solid;
		border-radius: 8px 0px 8px 8px;
		max-height: 190px;
		overflow: auto;
		bottom: 5px;
	}
	.product-list .product-thumb .amount-offer + div{
		top: 10px;
		left: 5px;
		right: 5px;
		background: linear-gradient(90deg, #ff491b 90%, #ffaaaa 100%)
	}
	.product-thumb .amount-offer + div > span{
		position: absolute;
		top: 5px;
		background: hsl(0deg 0% 97%);
		border-width: 1px 0 0 1px;
		left: 5px;
		z-index: 0;
		right: 5px;
		bottom: 5px;
		border-radius: 5px;
	}
	.product-thumb .amount-offer + div > table{
		width: 100%;
		margin: 0;
		background: white;
		border-radius: 6px;
		overflow: hidden;
		border: 4px white solid;
		position: relative;
		z-index: 1;
	}
	.product-thumb .amount-offer + div > table tbody tr:first-child {
		/*background: linear-gradient(90deg, #f76a46, #fd4545);color: #ffffff;*/
	}
	.product-thumb .amount-offer + div > table tbody td{
		width: 15%;
		border: 1px #dddddd solid !important;
	}
	.product-thumb .amount-offer + div > table tbody td:last-child{
		width: unset;	
		border: 1px #dddddd solid !important;
	}
	
	#product-product #content .form-group .amount-offer-menu {top: 50px;right: 10px;}
	#product-product #content .form-group .amount-offer-menu span {display: inline-block;}
	#product-product #content .form-group .amount-offer-menu span.qty-button {width:30px;display:inline-block;margin-right:10px;font-size: 24px;font-weight: normal;vertical-align:middle;padding: 3px 5px 10px;}
	#product-product #content .form-group .amount-offer-menu a:hover {cursor: pointer;}
	#product-product #content .form-group .amount-offer-table {margin:10px;}
	#product-product #content .form-group .amount-offer-table  th {height:30px;}
	#product-product #content .form-group .amount-offer-table td:nth-of-type(1) {width: 20%;height:30px}
	#product-product #content .form-group .amount-offer-table td:nth-of-type(2) {width: 20%;}
	#product-product #content .form-group .amount-offer-table td:nth-of-type(3) {width: 60% !important;}
	#product-product #content .form-group table.priceTable th,
	#product-product #content .form-group table.priceTable td {border: 1px #d8d8d8 solid;font-weight:normal}
	.amount-offer-table{
		z-index: 1;
	}

	.price{
		display: none;
	}

	.product-list > .product-thumb > .quantity_offers {
		margin-top: 0px !important;
	}

	.swiper-pagination {
		bottom: 0px !important;
	}

	.swiper-viewport {
		margin: 0 0 30px !important;
	}

	.grid-offers-op{
		width: 100%!important;
	}
/* Helal 20210802 end */

.filter-heading{
	background: linear-gradient(0deg, #1575c2 5%, #161012 180%)!important;
}

.noUi-connect {
    background-color: #1575c2!important;
}

/* Helal : Start */
.product-thumb h4 {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 2px;
}
.quantity_offer_box{
	display: none;
}
.swiper-viewport {
    border: 0px !important;
    border-radius: 8px !important;
	overflow: hidden !important;
    /*box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
}
.price-before-block>span{
	white-space: nowrap;
}

#search-data,
#product-category >.row>#content h2:first-child {
    padding: 32px;
    margin: 0 0 20px;
    border-radius: 4px;
    color: darkblue;
    text-shadow: 2px 2px white;
    background: url(../../../../../catalog/view/theme/default/image/3.jpg);
    box-shadow: 0px 2px 4px #00000040;
}
#products_ajax.row {
	margin: 0;
}

.product-thumb .image img {
    padding: 8px;
}
.product-thumb .caption {
    height: 194px !important;
}
/*filter*/
.filter-heading {
    background: linear-gradient(180deg, #c49b57 5%, #ffe4b8 180%)  !important;
}
.noUi-connect {
    background-color: #c39b5b  !important;
}
.manufacture-label {
    width:100%;
}
html[dir="rtl"] #clear-filters {
	float: left;
}
html[dir="rtl"] .price-range-slider {
    padding-right: unset;
    padding-left: 15px;
}
html[dir="rtl"] .price-range-values {
    direction: ltr;
}
html[dir="rtl"] .search-label {
	right: unset;
	left: 14px;
}
html[dir="rtl"] .filter-option .rating,
html[dir="rtl"] .filter-option .manufactures,
html[dir="rtl"] .filter-option .cats-category {
    margin-left: 5px  !important;
    margin-right: 0px  !important;
}

html[dir="ltr"] .so-groups-sticky.right {
    border-radius: 10px 0 0 10px;
}
html[dir="ltr"] #content #so-groups a span {
    border-radius: 10px 0 0 10px;
}

html[dir="ltr"] .typeheader-24 .telephone {
    float: right;
}
html[dir="rtl"] .cats-child {
    margin-left: 0 !important;
    margin-right: 17px;
}
html[dir="rtl"] .cats-child2 {
    margin-left: 0 !important;
    margin-right: 40px;
}
/* Helal : end */
