
/*---- Font Face ----*/
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  src: local('Fjalla One'), local('FjallaOne-Regular'), url(http://themes.googleusercontent.com/static/fonts/fjallaone/v2/rxxXUYj4oZ6Q5oDJFtEd6hsxEYwM7FgeyaSgU71cLG0.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*-------------------------*/

h2,legend,.product-thumb h4,.cart,.nav-tabs li,footer{font-family:"Open Sans", Arial, Helvetica, sans-serif}
body {
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #313131;
	font-size: 15px;
	line-height: 24px;
	width: 100%; 
	background:#e5e5e5 url(../image/bg.png) repeat  0 0;
}
.container{background:#fff url(../image/bg-top.png) repeat-x 3px 0;margin:20px auto;border-radius:5px;border-top:1px solid #fff;box-shadow:0 0 1px #ddd;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h2{color:#FF8000;font-size:18px;font-weight:600;margin-bottom:15px;border:0}
legend{background:#f9f9f9;color:#FF8000;font-size:18px;font-weight:600;margin-bottom:5px;border:1px solid #eee;padding:5px 15px;width:280px;}
h3{font-size:16px;font-weight:700}

h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 10.2px;
}
a,.btn-link {
	color: #222;
}
a:hover ,.btn-link:hover,a:focus,.btn-link:focus{
	color:#FF8000;
	text-decoration: none;
	outline:none;
}

label {
	font-size: 14px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
.form-control{border-radius:3px;padding:7px 2%;box-shadow:none;height:34px}
.form-horizontal .control-label{font-weight:700}
.text-danger{margin-top:5px;font-size:13px}
address{margin-bottom:5px}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 700;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	padding-top:13px;
	min-height:130px;
	position:relative;
	z-index:99;
}
/* logo */
#logo {padding:0;margin:7px 0 0}
.top-content{padding:0}
#top #form-currency .currency-select,
#top #form-language .language-select{text-align: left}
#top-links ul{margin:0 0 15px;padding:0}
#top-links .fa{font-size:0}
#top-links ul > li{vertical-align:top}
#language .btn.btn-link img{margin-bottom:3px}
#top-links .btn-group > .btn.btn-link{padding:2px 0 1px 5px}
#top-links .list-inline > li{padding:0}
#top .btn-link, #top-links li, #top-links a {text-decoration:none;font-size:13px}
#top-links > .list-inline > li > a{background:url(../image/list-sep.png) no-repeat right center;padding-right:12px;margin:0 3px 0 0}
#top .btn-link:hover, #top-links a:hover{color:#FF8000}
#top-links .dropdown-menu{border-radius:0;margin-top:3px;min-width:152px}
#top-links .btn-group{position:static;display:inline}
#top-links .dropdown-menu li a,#top-links .dropdown-menu li .btn-link{padding:5px 9px;text-align: left}
#top-links .dropdown-menu li:hover a,#top .dropdown-menu li:hover .btn-link,#top-links .dropdown-menu li a:focus,#top-links .dropdown-menu li .btn-link:focus{background:#FF8000 !important;color:#fff;text-decoration:none}
.order-online{padding:0}
#search,#call{float:right}

#call{width:auto;padding:0;color:#4d4d4d}
#call span{background:url(../image/call.png) no-repeat 0px 10px;padding:5px 0 0 38px;height:55px;display:block;font-weight:600;text-transform:uppercase;line-height:normal}
#call span a{text-transform:none;color:#d60a13;font-size:21px;display:block;font-family:Lato, Arial, Helvetica, sans-serif;font-weight:400;margin-top:0px;letter-spacing:-0.5px;}

/* search */
#search {position:absolute;top:60px;right:28.7%;width:385px}
#search .fa{color:#909090}
.searchbar{display:none}
#search .input-lg {background:#ededed;border-radius:2px;border:0;font-size:13px;padding:10px 0 10px 11px;height:auto;box-shadow:none}
#search .btn-lg {background:#ededed;padding:8.6px 11px;border:0;border-bottom-right-radius:2px;border-top-right-radius:2px}
#search .btn-lg:focus{box-shadow:none;}

/* cart */
#cart {position:absolute;top:130px;right:0;width:116px;background:url(../image/cart-bg.png) repeat-x 0 0;height:49px;border-radius:5px; border:1px solid #6b6b6b;border-left:0/*z-index:1;*/}
#cart > .btn{background:url(../image/cart.png) no-repeat 7px 7px; padding:12px 10px 12px 43px;font-weight:700;color: #fff;border-radius:0 9px 9px 0;text-decoration:none;border:0;text-align:left}

#cart > .btn span{background:url(../image/cart-sep.gif) no-repeat 0 center;display:block;padding:0px 9px 5px;font-size:15px}
#cart .dropdown-menu {background: #fff;min-width:300px;min-height: 30px;padding:10px 8px 10px;border-top: 5px solid #222;border-radius:5px 5px 3px 3px;-webkit-box-shadow: 0px 2px 2px #ddd;-moz-box-shadow: 0px 2px 2px #ddd;box-shadow: 0px 2px 2px #ddd;z-index: 1001}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
@media (max-width: 480px) {
	#cart .dropdown-menu{width:100%}
	#cart .dropdown-menu li > div{min-width:100%}
}

/* menu */
#menu{clear:both;background:#ff8800;border-radius:8px;border-bottom:0px solid #ff8800;border-top:0px solid #ff8800;margin-bottom:20px;}
.navbar{margin:0}
#menu .navbar-collapse{padding:0}
#menu .nav > li > a {font-weight:700;color:#fff;display:block;margin-right:2px;font-size:15px;font-family:Roboto,Arial, Helvetica, sans-serif;padding:15px 9px;letter-spacing:-0.3px;text-transform:uppercase;text-decoration:none}
#menu .nav > li.home a{background:#444;padding:11px 12px 12px;border-radius:5px 0 0 5px;color:#fff;margin-left:-1px;}
#menu .nav > li.home .fa{font-size:26px}
#menu .nav > li.home a:hover{background:#FF8000;color:#fff}
#menu .dropdown-menu {background:#222223;height:auto;padding:15px 0 5px;margin:0;border-radius:0}
#menu .dropdown-menu li{border:none;display:block;background:none;padding:0 5px 0 7px/*;font-weight:700;*/}
#menu .dropdown-menu li:last-child{border-bottom:0}
#menu .dropdown-inner {display: table}
#menu .dropdown-inner ul {display: table-cell}
#menu .dropdown-inner a{display:block;height:auto;margin:0;padding:10px 10px 10px 16px;transition:none}

@media (min-width: 992px) {
#menu{height:49px}
#menu li{border-right:1px solid #E67800;}
#menu .nav > li > a:hover, #menu .nav > li.open > a {background:#fff;color:#000}
#menu .dropdown-menu {display:block;opacity:0;visibility:hidden;left:0;top:49px;border-bottom:5px solid #ff8800;-moz-transition: all .3s 0s ease-in;-transition: all .3s 0 ease-in;-ms-transition: all .3s 0s ease-in;transition: all .3s 0s ease-in}
 
#menu .dropdown-inner li a{background:url(../image/nav-arrow.gif) no-repeat 0 14px;color:#fff}
#menu .dropdown-inner li a:hover{color:#FF8000;background-position:-289px 14px}
#menu ul li:hover .dropdown-menu{opacity:1;visibility:visible;padding-top:5px}
#menu .dropdown:hover .dropdown-menu {display: block}
#menu .dropdown-menu li{width:238px;margin:0 5px;border-bottom:1px solid #373737}
}

@media (max-width: 991px) {
/****** Toggle menu *******/
#menu{background:none;width:100%;padding:0;margin:0}
.navbar-header{background:url(../image/nav-bg.png) repeat-x 0 0;border-radius:5px;padding:0 15px}
.btn-navbar .fa{font-size:0}
.navbar-toggle{position:static;background:url(../image/toggle-icon.png) no-repeat center center;float:left;width:63px;height:49px;padding:0;margin:0 auto;border:0;z-index:1001}
button.navbar-toggle:focus{outline:none !important}
#menu .navbar-collapse{width:100%;background:#fff;border-left:1px solid #e8e5e5;border-right:1px solid #e8e5e5;border-radius:5px;margin-top:5px}
#menu .nav{margin:0;padding:0;height:auto;background:#fff;border-bottom:5px solid #9a070c;z-index:1000}
#menu .nav > li{padding:0}
#menu .nav li a{padding:11px 15px;font-size:15px;font-family:Roboto,Arial, Helvetica, sans-serif;color:#4f4f4f;border-bottom:1px solid #e8e5e5;margin-right:0}
#menu .nav > li.home a,#menu .nav > li.home:hover a:focus,menu .nav > li.home:focus a{background:#9a070c;color:#fff;outline:none}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{background:none}
#menu .nav > li.open a:hover,#menu .nav > li.active a,#menu .nav > li.open a:focus{background:none}
#menu .nav > li.dropdown span.dropdown-toggle{background:url(../image/plus-minus-icon.gif) no-repeat 66% -1px;cursor:pointer;width:55px;height:44px;position:absolute;right:0;top:0}
#menu .nav > li.open span.dropdown-toggle{background-position:66% -97px}
#menu .nav > li.open > a{color:#9a070c}
/***  submenu ****/
#menu .dropdown-menu li{font-weight:400}
#menu .nav li.open .dropdown-menu,#menu .dropdown-inner,#menu .dropdown-inner ul{display:block}
#menu .nav > li.open > a{border-radius:0}
#menu div.dropdown-menu{padding-top:0;padding-bottom:0}
#menu .dropdown-menu{border-radius:0}#menu .dropdown-inner li{padding:0}#menu .dropdown-inner li a{background:#f3f3f3}
#menu .dropdown-inner li:hover a,#menu .dropdown-inner li a:focus,#menu .dropdown-inner li.active a{background:#f3f3f3 !important;color:#FF8000}
}

/* content */
#content{min-height:400px;padding-bottom:15px}
h1,.top-section h3,#content h3.box-heading{background:url(../image/hdbg.gif) repeat-x 0 13px;color:#2c2c2c;font-family:Roboto, Verdana, Arial, Helvetica, sans-serif;font-size:23px;font-weight:400;margin:15px 0;line-height:30px}
h1{margin:0 0 25px}
.top-section h1{margin-top:0}
#content h3.box-heading{margin-top:0}
h1 span,.top-section h3 span,#content h3.box-heading span{background:#fff;padding-right:15px; }

/******* Home page *********/
.welcome{padding:10px 0}
#column-left h3.box-heading, #column-right h3.box-heading{border-radius:4px 4px 0 0;background:url(../image/tab-tab.png) repeat-x 0 0;color:#333;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:18px;margin:0}
#column-left h3.box-heading span,#column-right h3.box-heading span{border-radius:4px;background:url(../image/hd-arrow1.png) no-repeat scroll 14px 19px;display:block;line-height:46px;padding-left:35px;text-transform:uppercase;border-bottom:1px solid #eee;border-top:1px solid #eee;border-right:1px solid #eee;border-left:4px solid #ff8800;}
#column-left .box,#column-right .box{padding:10px;border:1px solid #ddd;margin:0 0 20px}#column-left .box .product-layout,#column-right .box .product-layout{padding:0}
#column-left .product-thumb,#column-right .product-thumb{padding-bottom:0;margin-bottom:5px;margin-top:10px;background:#f9f9f9;border:1px dashed #aaa;}
#column-left .product-thumb .image,#column-right .product-thumb .image{border:1px solid #eee; float:left;padding:2px;margin:7px;}
#column-left .product-thumb .image img,#column-right .product-thumb .image img{max-width:65px;padding-bottom:0;margin-bottom:0px}
#column-right .product-layout .indirim, #column-left .product-layout .indirim {
    
    border-radius: 2px;
    color: #fff;font-weight:500;
    font-size: 12px;background:#ff8800;
    line-height: 12px;
    padding: 5px 3px 5px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 60px;
    width: 46px;
}
#column-right  .product-layout .indirim::after, #column-left  .product-layout .indirim::after{
     border-top: 28px solid #ff8800;
     display:none;
	border-right: 28px solid transparent ;
    border-left: 28px solid transparent;
   top: 45px;
    content: "";
    position: absolute;
    left: 0px;
}
.product-layout .indirim {
    background:#ff8800;
    border-radius: 2px;font-weight:500;
    color: #fff;font-size:12px;
    padding:9px 2px 11px;
    position: absolute;
    right: 15px;box-shadow:0 0 5px #A99A92;
    text-align: center;
    top: 0px;line-height:13px;
    width: 56px;
}
.product-layout .indirim::after{
     border-top: 10px solid #ff8800;
     
	border-right: 28px solid transparent ;
    border-left: 28px solid transparent;
   top: 45px;
    content: "";
    position: absolute;
    left: 0px;
}
.banner{margin-bottom:20px}
.top-section .banner{overflow:hidden;margin:5px 0 30px}
.top-section .banner .item{float:left;width:31.8%;margin-right:2.2%}
.top-section .banner .item:last-child{margin-right:0}

/***** Breadcrumb Common to All******/

.breadcrumb{background:#f3f3f3;padding:10px;color:#363535;border-radius:0;margin:10px 0 20px 0;border:0;line-height:20px}
.breadcrumb a{padding:8px 5px}
.breadcrumb .fa-home::before{content:"Home"}

.breadcrumb > li + li::before {content: "\f101";padding: 0;font:14px/1 FontAwesome;color:#363535;margin:0 5px}

/* footer */
footer{clear:both;overflow:hidden;min-height:100px;border-top: 1px solid #DBDEE1;background:url(../image/footer-bg.jpg) repeat 0 0;margin:0 -15px;font-size:14px;line-height:19px}

footer h3 {color: #fff;font-size: 15px;margin-top: 0px;margin-bottom: 18px;font-family:Roboto,Arial, Helvetica, sans-serif;font-weight:normal;text-transform:uppercase}
footer ul{padding:0;margin:0;list-style:none}
footer a:hover{text-decoration: underline;color:#9d9d9d}

#footer-top{background:#FF8000 url(../image/envelop.png) no-repeat 71% 100%;min-height:51px;position:relative;width:100%;margin-bottom:20px;padding:20px 15px 8px;font-family:Arial, Helvetica, sans-serif;line-height:22px;box-shadow:0px 4px 3px #D96D00 inset; overflow:hidden}

#footer-top p{padding:0}
#footer-top h4{color:#fff;font-size:18px;float:left;margin:2px 10px 0 0}
#footer-top .newsletter{float:left;width:430px; margin-bottom:10px;}
.signup input[type="text"],.signup input[type="button"]{padding:9px 2%;border:0;line-height:normal}
.signup input[type="text"]{width:49%;margin:0;border-radius:5px 0 0 5px}
.signup input[type="button"]{margin-left:-4px;border-radius:0 5px 5px 0;background-color:#393939;background-image: linear-gradient(to bottom, #3a3a3a, #1e1e1e);color:#fff;text-transform:uppercase;font-weight:700;font-size:14px}
#subscribe_result{display:block;margin:0}
.newsletter .alert-danger,.newsletter .alert-success{position:relative;width:88%;font-size:13px;padding:6px 10px}

#footer-top .payment{float:right;margin-top:5px; }
#footer-top .payment ul {margin:0}
#footer-top .payment ul li {float:left;margin-right:3px}

footer .col-sm-3{margin-bottom:20px}
.ft-links{margin:0}
.ft-links ul li{margin-bottom: 10px;background:url(../image/column-list-bg.gif) no-repeat 0 7px;color:#9d9d9d;}
.ft-links a{text-decoration: none;color:#9d9d9d;padding:0 0 0 19px}

/*  Social Media  */
.social-media li {margin-bottom:10px}
.social-media li i{background:#666;color:#aaa;border-radius:100%;height:32px;width:32px;line-height:33px;font-size:18px;padding:0px 6px 0 9px;margin-right:5px;margin-bottom:5px;}
.social-media li:hover i{background:#FF8000;color:#fff;}
.social-media li a{display:block;height:24px;line-height:26px;color:#9d9d9d}
.social-media .facebook i{padding:0px 6px 0 11px;}


/* Contact Us  */
.contact-us {float:right;color:#9d9d9d}
.contact-us i{display:inline-block;color:#fff;background:#FF8000;font-size:17px; height:27px; width:28px;padding:0 5px;line-height:26px;}
.contact-us .mobile i{font-size:23px;padding:0 5px 0 8px;}
.contact-us .location i{font-size:23px;padding:2px 5px 2px 7px;line-height:26px;height:28px;}
.contact-us .location span{display:table-cell;float:right;vertical-align:middle;height:28px;margin-top:-32px;margin-left:35px;line-height:17px;}
.contact-us p {margin:-8px 0 12px 0}
.contact-us a{color:#9d9d9d;text-decoration:none;	}
.contact-us ul {padding-left:3px;margin:0}
.contact-us ul li {list-style:none;padding:0px 0 0px 0px;margin-bottom: 8px}

.contact-us ul li img{margin: 3px 13px -12px -3px}
.contact-us a:hover{text-decoration:underline}
#footer-bottom a{color:#eee;margin-bottom:5px;}
#footer-bottom{background:#333;text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:22px;color:#989898;padding:15px 15px 16px;clear:both}
#copyright{margin:0}

/****alert msgs*****/
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success{position:fixed;left:0;top:0;width:100%;border-radius:0;text-align:center;font-weight:600;z-index:1000000;padding:9px 25px}
.alert a{color:#000}

/**** pagination ***/

.page-results{background: #f3f3f3;border: 1px solid #eee;margin:10px 0 15px;overflow: hidden;min-height:50px;padding:0 8px}
.pagination{padding-top:7px;margin:0}
.pagination > li > a{color:#FF8000}
.pagination > li > a:hover{color:#FF8000}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{border-color:#FF8000;background-color:#FF8000}
.page-results .text-right{padding-top:13px}

/* buttons */
/****** common transition  *******/
button:focus{outline:none !important}
.btn-primary,.cart,.wishlist,.compare,.btn-info,.back{
   -webkit-transition: all .5s 0.1s ease;
   -moz-transition: all .5s 0.1s ease;
   -o-transition: all .5s 0.1s ease;
   -ms-transition: all .5s 0.1s ease;
   transition: all .5s 0.1s ease
   }

.buttons {background:#fff;border:1px solid #eee;margin-bottom:20px;overflow:auto;padding:10px}
.buttons .btn{font-weight:700}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.btn{outline:none !important}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	background:#e6e6e6;
	color:#515151;
	border:0;
}
.buttons .btn.btn-default{padding:7px 20px; border:1px solid #dadada}
.buttons .btn.btn-default:hover{background:#dadada}
.btn-primary{padding:11px 15px 12px;background-color:#FF8000;border-radius:2px;font-weight:600;background-image:linear-gradient(to bottom, #FF8000, #FF8000);background-repeat:repeat-x;line-height:12px;border:0}
.btn-primary:hover,.btn-primary:hover,.btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled]{background:#333;outline:none}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 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:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 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:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 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:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 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:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
	border-color:#df5c39 !important;
}
.btn-link {
	border:0;
	cursor: pointer;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group{border:1px solid #ddd;padding:10px}
.list-group a {background:url(../image/arrow.png) no-repeat 6px 14px;color: #333;padding: 10px 0 10px 19px;border:0;line-height:normal}
.list-group a.child{background:none}
.list-group a + a{border-top: 1px solid #eee}
a.list-group-item.active, a.list-group-item:focus, a.list-group-item:hover,a.list-group-item.active:hover{background-color:#f3f3f3;border-color:#eee;color:#f00;outline:none}
a.list-group-item.child:hover,a.list-group-item.active.child{background:none;color:#FF8000}
.list-group-item:first-child,.list-group-item:last-child{border-radius:0}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	border: 1px solid #eee;
	padding-bottom:15px;background:url(../image/tab-bottom.jpg)repeat-x bottom;
	margin-bottom: 30px;border-radius:5px;
	overflow: auto;
}
.product-list .product-thumb{border:0;padding-bottom:20px;margin:0 0 15px;border-bottom:1px solid #ddd}
.product-thumb .image {
	text-align: center;
	border-bottom:1px dashed #ccc;
	padding:10px 0;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.2s linear;
}
.product-thumb .image a{display:block}
.product-thumb:hover{ box-shadow:0 0 4px #e4e3e3}
.product-thumb:hover .image img {
   -webkit-transform: scale(1.08,1.08);
   -moz-transform: scale(1.08,1.08);
   -o-transform: scale(1.08,1.08);
   -ms-transform: scale(1.08,1.08);
   transform: scale(1.08,1.08);
}

.product-list .product-thumb .image{border-bottom:0;padding:0;margin-right:15px}
.product-list .product-thumb:hover{box-shadow:none}
.product-list .image img{padding:15px;border:1px solid #dddddd}
.product-list .product-thumb:hover .image img{-webkit-transform:none;transform:none}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 639px) {
.product-list .product-thumb .image {
	float: left;
}
}
.product-thumb h4{color: #575757;font-size:16px;font-weight:600;margin:12px 0 11px;line-height:20px;min-height:33px;}

.product-list .product-thumb h4{margin:0 0 7px}
#column-left .product-thumb h4,#column-right .product-thumb h4{font-size:14px;max-width:170px;line-height:15px;font-weight:600;margin:3px 0 4px 0;min-height:38px;}

.product-thumb h4 a{color: #111;text-decoration:none}
.product-thumb:hover h4 a{color: #FF8000;}
.product-thumb .caption {
	padding: 0 15px;text-align:center;
	min-height: 88px;
}
#column-left .product-thumb .caption,#column-right .product-thumb .caption{text-align:left;min-height:65px;float:left;padding:0 0 0 0px}
#column-left .product-thumb .price-old,#column-right .product-thumb .price-old{margin-left:0px;font-weight:normal;text-align:left;font-size:13px;display:block}
.product-list .product-thumb .description{color:#4d4d4d;margin-bottom:15px}
.product-list .product-thumb .caption{text-align:left;}
.common-home .product-thumb .description,#content .product-thumb .description,#column-left .product-thumb .description, #column-right .product-thumb .description,#tab-related .product-thumb .description{display:none}
#content .product-list .product-thumb .description{display:block}


.product-thumb .rating {
	padding-bottom: 0px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #aaa;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {color:#FF8000;font-weight:700;font-size:18px;padding: 0 0 10px;margin:2px 0 2px;line-height:20px}
.product-list .product-thumb .price{padding:0;margin-bottom:10px}
#column-left .product-thumb .price,#column-right .product-thumb .price{text-align:left;font-size:16px; margin:0 0 0 ;line-height:15px}

.product-thumb .price-new {
	font-weight: 600;
}
.price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {color: #999;font-size: 13px;display: none;margin-top:5px}
.product-list .product-thumb .price-tax{display: block}
.common-home .product-thumb .price-tax{display:none}
.product-thumb .button-group{padding:0 15px;text-align:center;}
.product-list .product-thumb .button-group{float:right}
#column-left .product-thumb .button-group,#column-right .product-thumb .button-group{padding:0 10px 0 0;position:absolute;bottom:23px;right:10px}
#column-left .cart,#column-right .cart{display:none;}
#column-left .wishlist,#column-left .compare,#column-right .wishlist,#column-right .compare{display:none}
#column-left .product-thumb button.cart span,#column-right .product-thumb button.cart span{display:none}


.cart,.compare,.wishlist {border:1px solid #5e5e5e;background-color:#363636;color: #fff;font-size:13px;text-align: center;width:35px;height:35px;padding:0 5px;margin-right:3px;border-radius:4px;vertical-align:top}
/*#column-left .product-thumb button,#column-right .product-thumb button{margin-right:0}*/
#column-left .product-thumb button .fa,#column-right .product-thumb button .fa{font-size:13px}

.compare .fa,.wishlist .fa,.cart{vertical-align:middle;font-size:13px} 
.cart{font-weight:600}

.cart{background:#363636 url(../image/cart-button3.png) no-repeat center center}
@media (min-width: 1200px) {
.cart{width:auto;padding:0 6px 0 38px;background-position:8px 5px}
#column-left .cart,#column-right .cart{background-position:center center}
}
.cart:hover,.compare:hover,.wishlist:hover{color:#fff;background-color:#FF8000;border-color:#FF8000}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails a:hover{border-color:#ddd}
.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-right: 10px;
}
/*
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#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-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-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;
	}
}*/

/* fixed colum left + content + right*/
@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%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/********* Inner Pages ************/

/***  category ***/
.category{margin-bottom:12px}
.category .description{float:none;width:100%}

/***  Product Filter ***/
#compare-total{color:#FF8000;font-weight:600}
.product-filter{border:1px solid #eee;padding:10px 0;margin:0 0 20px}
.product-filter label{margin:7px}
.product-filter .col-sm-4{padding:0}
.product-filter .display{float:left;vertical-align:middle;padding:5px 0 0}
.product-filter .display button{border:0;border-radius:0;padding:5.5px 12px 3.5px;background:#4b4a4a;vertical-align:middle}
.product-filter .display button:focus,.product-filter .display button:hover{outline:none;background:#FF8000}
.display .fa{font-size:18px;color:#fff}

.product-filter .col-sm-1,.product-filter .col-sm-2,.product-filter .col-sm-3{padding-left:0;padding-right:0}
.product-filter .col-sm-2,.product-filter .col-sm-3{padding-left:6px}
.product-filter .col-sm-2{padding-right:10px}
.product-filter label{margin:5px}
.product-filter select{margin:0}
.product-filter label{font-weight:700}

/**  product-list **/
fieldset{padding:10px;border:1px solid #eee;margin-bottom:20px}
.date button,.time button,.datetime button{padding:7.9px 12px}
table .btn-primary{padding:10.7px 15px}
.refine-search .list-styled{border:0;padding:0}

/***  serachbox ***/
.product-search h2{margin-top:20px}
.searchbox{background:#f3f3f3;border:1px solid #eee;border-radius:5px;margin-bottom:15px;padding:10px 15px}

.list-styled{padding:10px;list-style:none;border:1px solid #eeeeee;margin-bottom:20px}
.list-styled li{background:url(../image/acc-list.png) no-repeat 0 14px;padding:10px 15px;line-height:normal}
.refine-srch{margin-bottom:20px}
/****  Product details ******/
.specialPercente{position:absolute;left:190px;top:3px; background:#ff8800;color:#fff;padding:5px 5px;border-radius:2px;font-size:15px;text-align:center;width:63px;}
.product-info ul{position:relative; border-bottom:1px solid #eee;padding-bottom:2px;}
.product-info h2{display:inline-block;font-size:25px;margin:0px;}
.product-info h1{display:block;padding-bottom:7px;border-bottom:1px solid #eee;font-size:20px;margin:0px 0 7px 0;}
.prod-details li span{color:#FF8000}
.product-info .price{color:#FF8000;font-size:18px;font-weight:600;margin-bottom:10px}
.rating{border:0px solid #e7e7e7;color:#4d4d4d;padding:0px;margin-bottom:7px}
.form-group.qty {border-bottom:1px solid #ddd;border-top:1px solid #ddd;
    margin-bottom: 20px;
    margin-top: 0px;padding:10px 0;
}
.form-group.qty .control-label {
    float: left;
    margin: 6px 10px 0 0;
}
 
#input-quantity {
    float: left;width:40px;
    margin:1px 25px 0 26px;text-align:center;
     
}
.quantity {position:relative;margin-right:20px;
						display: block;
						float: left;
					}
					.form-group .quantity .fa {
    font-size: 11px;color:#fff;font-weight:normal;margin-top:4px;
}
					
.quantity #q_up {
								display: block;
								position: absolute;
								right: -2px;
								top: 0px;border-radius:4px;
								background: #444;
								 color:#fff;
								border-top: none;
								border-right: none;
								 padding:6px 8px;
								 font-size:10px;
								text-align: center;
								 
							}
									
.quantity #q_down {
								display: block;border-radius:4px;
								position: absolute;
								left: -2px;font-size:10px;
								top: 0px;padding:6px 8px;
								background: #444;
								 
								 color:#fff;
								text-align: center;
								 
							}
#content .nav-tabs{border-bottom:0;margin-bottom:0}
.nav-tabs > li{height:44px;margin-bottom:-1px}
.nav-tabs > li > a{background:url(../image/tab-tab.png) repeat-x top;padding:10px 15px;color:#222;outline:none;border-color:#ddd;border-bottom:0;margin-right:8px;border-radius:4px 4px 0 0}
.nav-tabs > li > a:hover,.nav-tabs > li > a:focus{background:#474a46;color:#fff;border-color:#474a46}
#content .tab-content{border:1px solid #eee;padding:30px 15px 0;margin-bottom:20px}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{background:#fff;padding-bottom: 11px;border-color:#ddd;border-bottom:0;color:#313131}

/***  sidebar Information  ***/
.nav-tabs.nav-stacked > li > a{margin:0;border:0;border-radius:0}
.nav-stacked > li + li{margin:0}
.nav-tabs.nav-stacked > li{height:32px;margin-bottom:0}
.nav-tabs.nav-stacked li + li{border-top:1px solid #ddd}
.information-contact .panel-body strong{display:block;font-size:15px;margin-bottom:10px}

/***  manufacturer  ***/
.manufacturer-list {border:1px solid #dbdee1;padding:5px;margin-bottom:20px}
.manufacturer-list h2.manufacturer-heading {background:#f8f8f8;color:#000 !important;font-size: 15px !important;font-weight:700 !important;padding:5px 8px;margin-bottom:6px !important;margin-top:0 !important}
.manufacturer-content {padding: 8px}
.manufacturer-list ul {list-style:none;margin-bottom: 10px}

.well{background:none;border:1px solid #eee;padding:0 15px 15px;min-height:296px;border-radius:3px;box-shadow:0 0 5px #ddd;}
.well .form-control{ border-bottom:1px solid #eee;border-top:none;border-right:none;border-left:none;height:50px;font-size:15px;margin-bottom:15px;}
.affiliate-login h2,.account-login h2{margin-bottom:10px; border-bottom:1px solid #eee;padding-bottom:10px;}
.forgot-password{display:block;margin-top:7px;font-size:13px}

/****  sitemap ******/
.sitemap-info {margin-bottom:25px}.sitemap-info ul{list-style:none;padding:0;margin:0}
.sitemap-info .left > ul > li, .sitemap-info .right > ul > li{border:1px solid #ebeaea;background-color:#fcfcfc}
.sitemap-info ul li{padding:10px 27px; background:url(../image/bullet.png) no-repeat 10px 15px #fcfcfc;margin-bottom:10px}
.sitemap-info ul li ul li{ padding:10px 20px 0px; background:url(../image/arrow.png) no-repeat 7px 16px; border: none; margin-bottom:0}
.sitemap-info ul li ul li ul li{ border: none; margin-bottom:0;padding:6px 10px 0;background-position:0 14px}

/** checkout **/
#accordion .panel{margin-bottom:10px}
#accordion h4.panel-title{font:14px "Open Sans", Arial, sans-serif;font-weight:600}
#accordion .radio label{margin-bottom:6px}
.panel-default > .panel-heading{background-color:#f3f3f3;border-color:#eee}
.panel-default > .panel-heading + .panel-collapse > .panel-body,.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body{border-top:0}
.input-group-btn .btn.btn-primary{padding:10.18px 12px}
.input-group-btn .btn.btn-danger{padding:6.9px 12px}
.panel-body .input-group-btn .btn.btn-primary{vertical-align:top;padding:11px 12px}

/***  product compare ***/
.table > tbody + tbody{border-top:0}
.product-compare table .btn-primary{padding:11.7px 8px}

/***  table ***/
.table tr td{font-size:13px}
.table > tbody > tr > td{padding:12px 8px}
.table-bordered tr td.text-left a{color:#3b3b3b}
.table-bordered tr td a:hover{text-decoration:underline}
.table-bordered tr td a.btn:hover{text-decoration:none}
.table-bordered > thead > tr > td{background:#faf9f9;border-bottom-width:0;font-weight:600}

/***** product layout according to section  ****/
.product-layout .aciklama{min-height:75px;color:#999;}
#column-left .product-layout, #column-right .product-layout{width:100%}
#content.col-sm-6 .product-layout{width:50%}
/*#content.col-sm-9 .product-layout{width:33.33%}*/
/*#content .product-layout.product-list{width:100%}

@media screen and (max-width: 991px){
	.product-layout,#content.col-sm-6 .product-layout{width:100%}
}
@media screen and (max-width: 767px){
	.product-layout,#content.col-sm-6 .product-layout,#content.col-sm-9 .product-layout{width:100%}
	#content .product-layout.product-list{width:100%}
}
@media screen and (max-width: 480px){
	 .product-layout,#content.col-sm-6 .product-layout,#content.col-sm-9 .product-layout{float:none;width:275px;text-align:center;margin:0 auto 15px}
}*/

/********* Media Query for max-width layout  ************/

@media (max-width:1199px){
.cart,.compare,.wishlist{width:44px}
#search{right:29.7%}
.product-thumb button.cart span,button.cart span{display:none}
.product-compare table .btn-primary{display:block;margin-bottom:10px}
/*body{border:2px solid #0f0}*/
}
@media (max-width:991px){
.common-home #content.col-sm-9,.common-home #content.col-sm-6,#content.col-sm-6,#content.col-sm-9{width:100%}
/****** Top *******/
#top{min-height:145px}
#logo {margin:0}
#search{right:auto;left:0;top:90px}
#cart{top:145px}
#top-links ul{margin-bottom:15px}
#top-links ul > li{vertical-align:middle}
#top-links li .fa,#top .btn-link strong{font-size:23px;vertical-align:middle;font-weight:normal;line-height:normal}
#top .shopping-cart{display:none}
#top-links > .list-inline > li{width:44px;height:41px;background:#fff;padding:6px 0 0;text-align:center;/*border-radius:7px; */border:1px solid #d1d1d1}
#top-links .btn-group > .btn.btn-link{padding:0 11px 4px}#top-links #language .btn-group > .btn.btn-link{padding:5px 10px}
#top-links .btn-group > .btn.btn-link,#top-links > .list-inline > li > a{background:none;color:#535353;vertical-align:middle} 
#top-links > .list-inline > li > a{margin-right:0;padding-right:0}

.product-filter .hidden-xs{display:block !important}

.ft-links,.social-media,.contact-us{width:50%}.ft-links{border-bottom:1px dashed #4e4e4e;min-height:200px}
#footer-bottom{text-align:center}

/*body{border:2px solid pink}*/
}
@media (max-width:767px){
/****** Top *******/
#top{min-height:155px}#logo{float:left;width:270px;}#cart{top:155px}#search{top:103px}#top-links ul{margin-top:15px;margin-bottom:10px}
.top-section .banner .item{float:none;width:340px;margin:0 auto 20px}.top-section .banner .item:last-child{margin-right:auto}
.breadcrumb{text-align:center;display:block}.breadcrumb a,.breadcrumb .fa-home::before{font-size:13px}
.well{min-height:100px}
.category-img{display:block;margin:0 auto}.category .image{text-align:center}.category .description{margin-top:15px}
.product-filter{padding:7px 15px 20px}.product-filter .hidden-xs{display:none !important}.product-filter .col-sm-2{padding-right:0}.product-filter .text-right{text-align:left}
.thumbnails{overflow:hidden;margin:0 0 20px;padding:0}.thumbnails > li{margin-left:0}
.page-results{padding:10px 0}.page-results .text-left,.page-results .text-right{width:100%;text-align:center;padding:0}
.page-results ul{padding:0;margin-bottom:6px}
.searchbox .form-control{margin:10px 0}

#footer-top{background-position:46% 0;background-size:cover;padding:15px;overflow:hidden}#footer-top .payment,#footer-top .newsletter{float:none;width:100%;text-align:center;padding:0;margin-bottom:20px}#footer-top p{margin:0}#footer-top h4{float:none;margin:0 0 10px}#footer-top h4,#subscribe{display:inline-block;width:100%}.signup input[type="text"]{width:66%}
#footer-top .payment{margin-top:0}#footer-top .payment ul{width:248px;margin:0 auto}
.newsletter .alert-danger,.newsletter .alert-success{margin:10px auto}
.ft-links,.contact-us,.social-media{float:left}
/*body{border:2px solid yellow}*/
}

@media (max-width:639px){
 #logo{width:246px;float:left}#top-links ul{margin-top:10px;margin-bottom:15px} 
#search{width:260px}
.product-list.product-layout,#content.col-sm-6 .product-list.product-layout,#content.col-sm-9 .product-list.product-layout{width:100%}
.product-list .product-thumb .caption{text-align:center}
.product-list .product-thumb h4{margin-top:15px}
.product-list .product-thumb .button-group{float:none;text-align:center}
/*body{border:2px solid green}*/
}

@media (max-width:560px){
#logo{float:none;width:246px;margin:0 auto 20px}#top{min-height:210px}#top .pull-right{float:none !important}#top .nav{width:240px;margin:0 auto}.order-online{float:none;width:200px}#call span a{font-size:15px}#cart{top:220px}

#search{top:161px;left:auto;right:0;width:auto}
.searchbar{display:block;width:46px;background:#363636;cursor:pointer;padding:12px 0;text-align:center;color:#fff;border-radius:4px}
#search .searchbar .fa{font-size:19px;color:#fff}
.search-toggle{position:absolute;top:48px;right:0;width:300px;background:#FF8000;padding:0 10px;opacity:0;-moz-transition: all .3s 0s ease-in;-transition: all .3s 0 ease-in;-ms-transition: all .3s 0s ease-in;transition: all .3s 0s ease-in;visibility:hidden;z-index:9}
div.search-toggle:hover,.searchbar:hover + div.search-toggle{top:50px;opacity:1;padding:9px 10px;visibility:visible}
h1{background:none;border-bottom:1px dashed #ccc;padding-bottom:10px}h1,.top-section h3,#content h3.box-heading{font-size:23px}.welcome{margin-top:15px}
ul.nav-tabs{width:100%;margin:0 auto;text-align:center}.nav-tabs > li{float:none;height:34px;margin-bottom:0}.nav-tabs > li a{margin-right:0;border-bottom:1px solid #d97579}
.nav-tabs > li > a{border-radius:0}.nav-tabs > li > a:hover,.nav-tabs > li > a:focus{border-top-color:#9c060c;border-bottom-color:#9c060c}.tab-content{width:100%;margin:0 auto}
.ft-links,.contact-us,.social-media{float:none;width:94%;margin:0 auto;min-height:50px;padding-bottom:10px}.social-media{border-bottom:1px dashed #4e4e4e}

/*body{border:2px solid purple}*/
}

@media screen and (max-width: 480px) {

.btn-navbar .fa{font-size:31px;color:#fff;float:left;padding-left:10px}.navbar-header{padding:0}
#cart .dropdown-menu{width:275px}#cart .dropdown-menu li:first-child{overflow:auto}#cart .img-thumbnail{width:45px;max-width:inherit}/*--Cart dropdown scroll--*/
#menu{margin-bottom:10px}.navbar-toggle{background:none}
.top-section .banner .item{width:100%}.top-section .banner .item img{margin:0 auto}
h2, legend{font-size:19px}
#collapse-coupon .control-label,#collapse-voucher .control-label{padding-left:0}#accordion .input-group{display:block}#accordion .input-group .form-control{margin-bottom:10px}#accordion .input-group .form-control:first-child,#accordion .input-group .btn{border-radius:4px}
.buttons .pull-left,.buttons .pull-right{float:none !important;text-align:center}
.buttons div + div > .btn{margin-top:10px}
.pagination > li > a, .pagination > li > span{padding:6px 10px}
/*body{border:2px solid yellow}*/
}
@media screen and (max-width: 320px) {
#cart .dropdown-menu{width:250px}.breadcrumb a{padding:0}
.product-list .product-thumb .image{display:block}
.newsletter .alert-danger,.newsletter .alert-success{width:94%}
/*body{border:2px solid pink}*/
}
.clear{clear:both;}

.box-module-pavreassurances {
    color: #333;margin:15px 0 10px;
    font-size: 12px;
    text-align: center;
}
.box-module-pavreassurances .description {
    display: inline-block;
    overflow: hidden;
    text-align: center;
}
.rtl .box-module-pavreassurances .description {
    text-align: center;
}
.box-module-pavreassurances .description p {
    color: #333;
    font-family: 'Roboto';
    font-size: 13px;
    font-weight: 300;
    line-height: 25px;
}
.box-module-pavreassurances .description h4 {
    color: #333;
  font-family:Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    max-height: 35px;text-align:left;
    overflow: hidden;
    text-transform: uppercase;
}
.box-module-pavreassurances h4, .box-module-pavreassurances p {
    margin: 0;
}
.box-module-pavreassurances .reassurances {
    cursor: pointer;
    padding: 0;
}
.box-module-pavreassurances .column:last-child {
    border-right: medium none;
}
.box-module-pavreassurances .column {background:#f9f9f9;
    border: 1px dashed #aaa;margin-bottom:10px;border-left:4px solid #ff8800;
    cursor: pointer;text-align:left;border-radius:5px;
    padding: 10px 0 0;
}
.box-module-pavreassurances .icon-name {
    color: #333;float:left;
    display: block;
    font-size: 28px;
    margin: 5px 10px;
    text-align: left;
    vertical-align: top;
}
 
.rtl .box-module-pavreassurances .arrow {
    left: 20px;
    right: auto;
}