Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

Текст категорий наезжает друг на друга


rihterok

Recommended Posts

Добрый день, помогите, не могу найти в stylesheet.css изменить параметры отображения категорий. Текст наезжает друг на друга и всё тут. 

body {
background: url(/image/data/sys/background.jpg)
no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
color: #727272;
font-size: 14px;
font-weight: 400;
line-height:1.6;
font-family: Raleway;

}

.fixed-body {
padding: 0px 20px;
}

b,
strong {
font-weight: 700;
color: #333;
}

a {
color: #727272;
line-height:1.6;
}

a:hover {
color: #333;
text-decoration: none;
}

::-moz-selection {
background: #ffbb00;
color: #000;
text-shadow: 0 1px #FFF;
}

::selection {
background: #ffbb00;
color: #000;
text-shadow: 0 1px #FFF;
}

.standard-body .full-width .container {
max-width: 1222px;
margin: 0px auto;
padding-left: 30px;
padding-right: 40px;
}
.standard-body .full-width .container .container {
padding: 0px;
}

.standard-body .full-width .shadow {
display: none;
}

.main-fixed {
margin: 0px auto;
max-width: 1220px;
background: rgba(225, 225, 225,.3);
-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
-moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.17);

}

.main-fixed .fixed {
padding: 0px !important;
}

.main-fixed .background .shadow {
display: none !important;
}

.fixed-body .container {
padding-left: 50px;
padding-right: 50px;
max-width: none;
}

.fixed-body .container .container {
padding: 0px;
}

/* Inputs
-------------------*/

textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input,
select {
background: #fff;
color:#333;
font-weight: 400;
font-family: Raleway;
border: 1px solid #D7D7D7;
margin: 5px 0px;
padding: 6px 15px;
min-height: 33px;
box-shadow: 0 1px 1px #DDDDDD;
-moz-box-shadow: 0 1px 1px #DDDDDD;
-webkit-box-shadow: 0 1px 1px #DDDDDD;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
border-color: #FFBB00;
outline: 0;
outline: thin dotted \9;
}

textarea {
max-width: 100%;
}

select {
height: 30px;
}

/* Dropdown
-------------------*/

.dropdown-menu {

border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
text-align: left;
right: 0;
left: auto;
margin-top: 15px;
padding: 7px 0px;
}


.dropdown-menu:before {

border-bottom: 11px solid rgba(0, 0, 0, 0.2);
border-left: 11px solid transparent;
border-right: 11px solid transparent;
content: "";
display: inline-block;
right: 15px;
position: absolute;
top: -11px;
}

.dropdown-menu:after {
border-bottom: 10px solid #000;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
display: inline-block;
right: 16px;
position: absolute;
top: -10px;
}

.dropdown-menu li:before {
display: none;
}

.dropdown-menu li {
padding: 0px !important;
}

.dropdown-menu > li > a {
font-size: 13px;
padding: 8px 20px 7px 20px;
color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
background: #ffbb00;
color: #fff;
}

/* Buttons
------------------*/

.button {
display:inline-block;
cursor:pointer;
border: none;
color:#fff !important;
background-color: #FFBB00;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
font-size: 13px;
font-weight: bold;
padding: 10px 20px;
text-transform: uppercase;
}

.button:hover {
color: #fff !important;
background: #333;
}

.buttons .left .button,
.buttons .center .button {
background: #333;
}

.buttons {
overflow: auto;
margin: 10px 0px 20px 0px;
}

.buttons .left {
float: left;
text-align: left;
}

.buttons .right {
float: right;
text-align: right;
}

.buttons .right .button {
margin-left: 10px;
}

.buttons .center {
text-align: center;
margin-left: auto;
margin-right: auto;
}

.button-continue-shopping {
display: block;
float: left;
text-transform: uppercase;
}

.button-checkout {
display: block;
float: right;
text-transform: uppercase;
}

/* Header
------------------*/

header {
position: relative;
}

header .background-header {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -3;

}

/* Top of pages
------------------*/

#top {
position: relative;
}

#top .container {
padding-bottom: 15px;
}

#top .container .container {
padding-top: 0px;
padding-bottom: 0px;
}

#top .background-top {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}

/* Top -> Align */

#top #header-left,
#top #header-center,
#top #header-right {
padding-top: 38px;
}

#top #header-center {
padding-top: 18px;
text-align: center;
}

#top #header-left-logo {
padding-top: 18px;
}

#top #header-right {
text-align: right;
padding-left: 0px;
}

/* Top -> Logo */

#top h1 {
padding: 0px 0px 0px 0px;
margin: 0px;
line-height: 100%;
font-size: 100%;
}

/* Top -> Currency, Langugage */

#top form {
display: inline-block;
}

#top form#language_form img {
margin-right: 5px;
}

/* Top -> Links */

#top .header-links {
list-style: none;
padding: 15px 0px 15px 0px;
margin: 0px;
display: inline-block;
vertical-align: top;
color: #fff;
}

#top .header-links li {
display: inline;
padding: 0px;
color: #fff;

}

#top .header-links li a {
font-weight: 600;
color: #fff;
}

#top .header-links li:before {
content: "/";
color: #D8D8D8;
margin: 0px 10px;
font-weight: bold;
color: #fff;
}

#top .header-links li:first-child:before {
display: none;
}

#top .header-links .caret {
border-top-color: #727272;
}

/* Top -> Cart block */

#top #cart_block {
padding: 12px 0px 0px 30px;
margin: 0px 0px 15px 15px;
display: inline-block;
vertical-align: top;
}

#top #cart_block .cart-heading {
cursor: pointer;
position: relative;
padding: 0px 0px 0px 30px;
}

#top #cart_block .cart-heading span {
font-weight: bold;
font-size: 20px;
line-height: 20px;
color: #70543f;
}

#top #cart_block .cart-heading .cart-icon {
position: absolute;
width: 32px;
height: 23px;
left: -20px;
top: -2px;
bottom: -3px;
background: #ffbb00 url(../img/icon-cart.png);
}

#top #cart_block .cart-heading .cart-icon i {
position:absolute;
top: -8px;
right: -12px;
color: #70543f;
font-size: 20px;
}

#top #cart_block .cart-heading .cart-icon p {
position: absolute;
color: #fff;
top: -4px;
right: -10px;
font-size: 11px;
line-height: 11px;
font-weight: 600;
text-align: center;
width: 15px;
}

#top #cart_block .dropdown-menu {
width: 450px;
margin-top: 15px;
text-align: left;
padding: 0px;
}

#top #header-right #cart_block .dropdown-menu {
right: 0px;
left: auto;
}

/* Content Top Cart */

.mini-cart-info table {
border-collapse: collapse;
width: 100%;
margin-bottom: 5px;
}

.mini-cart-info td {
padding: 10px;
border-bottom: 1px solid #cccccc;
}

.mini-cart-info .image {
padding: 20px 10px 20px 20px;
}

.mini-cart-info .image img {
display: block;
}

.mini-cart-info .name {
padding: 20px 10px;
}

.mini-cart-info .quantity {
text-align: right;
padding: 20px 10px;
}

.mini-cart-info td.total {
text-align: right;
padding: 20px 10px;
color: #70543E;
font-weight: 600;
}

.mini-cart-info .remove {
text-align: right;
padding: 10px 20px 13px 10px;
}

.mini-cart-info .remove img {
cursor: pointer;
}

.mini-cart-total {
text-align: right;
}

.mini-cart-total table {
border-collapse: collapse;
display: inline-block;
padding: 20px 20px 10px 20px;
}

.mini-cart-total td {
padding: 0px 4px;
}

.mini-cart-total td:last-child {
color: #70543E;
font-weight: 600;
}

#cart_block .checkout {
text-align: right;
clear: both;
padding: 0px 10px 0px 20px;
}

#cart_block .checkout .button {
margin-bottom: 20px;
margin-right: 10px;
}

#cart_block .empty {
padding: 50px 20px;
text-align: center;
}

/* Slider */

#slider .background {
background: #f6f6f2 url(../img/bg-slider.png);
border-bottom: 4px solid #ffbb00;
}

/* Breadcrumb
------------------*/

.breadcrumb {
}

.breadcrumb .background {
background: #f5f6f1;
border-bottom: 4px solid #ffbb00;
}

.breadcrumb .container > div {
padding: 18px 0px 13px 0px;
}

.breadcrumb .container ul {
list-style: none;
padding: 0px 0px 5px 0px;
margin: 0px;
}

.breadcrumb .container ul li {
display: inline-block;
padding-right: 11px;
}

.breadcrumb .container ul li:before {
content: "/";
color: #d5d5d5;
padding-right: 14px;
}

.breadcrumb .container ul li:first-child:before {
display: none;
}

.breadcrumb .container ul li a {
color: #8f8f8f;
}

.breadcrumb .container ul li a:hover {
text-decoration: underline;
}

.breadcrumb .container ul li:last-child a {
font-weight: bold;
text-decoration: none;
}

/* Main Content
------------------*/

.main-content .container,
.standard-body .main-content .container {
padding-bottom: 40px;
}

/* Banner */

.banners > div {
padding-top: 30px;
}

.banners > div img {
display: block;
}

/* Center column */

.center-column {
top: 13px;
background: #fff;
border-radius:10px;
padding-top: 30px;
position: relative;
margin-bottom: -20px;
}

.center-column h1,
.center-column h2,
.center-column h3,
.center-column h4,
.center-column h5,
.center-column h6 {
margin: 0px 0px 10px 0px;
padding: 10px 0px 0px 0px;
}

.center-column #title-page {
font-size: 30px;
-webkit-font-smoothing: antialiased;
padding: 2px 0px 13px 0px;
}

/* Block */

.box {

padding-top:7px;
border-radius:10px;
position: relative;
}

.box .box-heading {

margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-size: 18px;
line-height: 20px;
font-weight: 700;
color: #333;
border-bottom: 0px solid #E1E4D9;

}



.box .strip-line {
display: none;
}

.center-column .box {
padding: 10px 0px 0px 0px;
}

.center-column .box .box-heading {
margin-top: 13px;
}

.center-column .box .strip-line {
height: 30px;
}

.box .box-content {
clear: both;
}

.box > .prev,
.box > .next {
position: absolute;
right: 100%;
top: 50%;
margin: -20px 20px 0px 0px;
font-size: 70px;
color: #D5D7CA;
font-family: fontawesome;
transition: color 0.6s;
-o-transition: color 0.6s;
-ms-transition: color 0.6s;
-moz-transition: color 0.6s;
-webkit-transition: color 0.6s;
}

.box > .next {
left: 100%;
margin-left: 20px;
}

.box > .prev:hover,
.box > .next:hover {
color: #333;
}

.col-sm-3 .box > .prev,
.col-sm-3 .box > .next,
.col-sm-4 .box > .prev,
.col-sm-4 .box > .next {
display: none;
}

.box > .prev:before {
content: "\f104";
}

.box > .next:before {
content: "\f105";
}

/* Block Category */

.box-category {
background: rgba(255,255,256,.6);
border-radius: 10px;
}

.box-category ul {
list-style: none;
padding: 10px;
margin: 10px;
}

.box-category > ul > li {

padding: 0px 0px 0px 0px;
}

.box-category ul li a {
line-height: 28px;
}

.box-category ul li a.active {
color: #fff;
}

.box-category ul li .head a {
color: #fff;
font-size: 14px;
line-height: 29px;
}

.box-category ul li .head .plus {
display: none;
}

.box-category ul li .head .collapsed .plus {
display: block;
}

.box-category ul li .head .collapsed .minus {
display: none;
}

.box-category ul li ul li {
border-top: 0px solid #e6e6e6;
padding: 0px 0px 0px 20px;
}


/* Mobile */
.header_text {

position: absolute;

top: 4px;

right: 0px;

font-size: 12pt;

color: #fff;


padding: 5px;

}

.header_adr {


color: #fff;
padding-left: 40px;

}

.header_phone {
color: #fff;
padding-left: 40px;

}


/* Product */


.product-grid {
position: relative;
overflow: hidden;
margin-top: -30px;
clear: both;
}

.product-grid .row > div:after {
content: '';
width: 1px;
position: absolute;
top: 40px;
left: auto;
bottom: 0;
right: 0;
background: #e9e9e9;
}

.col-sm-3 .product-grid,
.col-sm-4 .product-grid {
display: block !important;
}

.center-column .product-grid {
margin-bottom: 30px;
}

.center-column .related-products .product-grid {
margin-bottom: 20px;
}

.carousel-indicators {
display: none;
}

.product-grid .product {
margin-top: 30px;
padding: 14px;
text-align: center;
position: relative;
}

.product-grid .product-hover {
cursor: pointer;
}

.product-grid .product-hover .only-hover {
display: none;
}

.sale {
background: #ffbb00;
color: #fff;
text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
min-width: 43px;
min-height: 43px;
display: block;
line-height: 35px;
position: absolute;
font-weight: bold;
font-size: 12px;
padding: 4px 6px;
right: 10px;
margin-top: -3px;
}

.hover-product .sale {
right: 6px;
}

.product-info .sale {
left: auto;
top: 0px;
z-index: 3;

}

.product-grid .product .image img,
.hover-product .image img {
display: block;
margin: 0px auto;
}

.product-grid .product .name,
.hover-product .name {
padding-top: 10px;
}

.product-grid .product .name a,
.hover-product .name a {
color: #373737;
font-size: 16px;
font-weight: bold;
}

.product-grid .product .price,
.hover-product .price {
color: #75513B;
font-size: 16px;
font-weight: 600;
}

.product-grid .product .price .price-old,
.hover-product .price .price-old {
color: #ffbb00;
text-decoration: line-through;
font-size: 12px;
font-weight: normal;
padding-right: 2px;
}

.product-grid .product .rating,
.hover-product .rating {
padding-top: 4px;
}

.hover-product {
display: none;
background: #fff;
border: 4px solid #FFBB00;
padding: 10px;
cursor: pointer;
text-align: center;
position: absolute;
z-index: 1;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.hover-product .only-hover {
padding: 7px 0px 0px 0px;
}

.product-grid .product .only-hover {
padding: 7px 0px 0px 0px;
}

.product-grid .product .only-hover ul,
.hover-product .only-hover ul {
list-style: none;
margin: 0px;
padding: 0px 0px 7px 0px;
}

.product-grid .product .only-hover ul li a,
.hover-product .only-hover ul li a {
font-size: 12px;
}

.product-grid .product .only-hover .button,
.hover-product .only-hover .button {
margin-top: 3px;
}

/* Product for column left & right */

.col-sm-3 .products,
.col-sm-4 .products {
}

.col-sm-3 .item,
.col-sm-4 .item {
overflow: hidden;
}

.col-sm-3 .carousel-indicators,
.col-sm-4 .carousel-indicators {
display: block;
}

.carousel-indicators {
position: relative;
z-index: 15;
width: 60%;
margin: 15px 0px -5px 0px;
padding-left: 0;
margin-left: 20%;
left: 0;
top: 0;
bottom: 0;
right: 0;
text-align: center;
list-style: none;
}

.carousel-indicators li {
display: inline-block;
width: 12px;
height: 12px;
margin: 1px;
padding: 0px;
text-indent: -999px;
cursor: pointer;
background: #dbd0ca;
border: none;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

.carousel-indicators .active {
background: #FFBB00;
width: 12px;
height: 12px;
margin: 1px;
}

.col-sm-3 .products .product-grid,
.col-sm-4 .products .product-grid {
margin: -15px 0px;
}

.col-sm-3 .products .row > div,
.col-sm-4 .products .row > div {
width: 100%;
margin: 0px;
}

.col-sm-3 .products .row > div .product,
.col-sm-4 .products .row > div .product {
margin: 0px;
padding: 15px 0px;
text-align: left;
border: none;
border-top: 1px solid #e9e9e9;
}

.col-sm-3 .products .row > div .product .left,
.col-sm-4 .products .row > div .product .left {
float: left;
width: 34%;
position: relative;
}

.col-sm-3 .products .row > div .product .left .sale,
.col-sm-4 .products .row > div .product .left .sale {
right: -10px;
}

.col-sm-3 .products .row > div .product .right,
.col-sm-4 .products .row > div .product .right {
float: left;
width: 60%;
margin-left: 6%;
padding-top: 5px;
}

.col-sm-3 .products .row > div .product .price,
.col-sm-4 .products .row > div .product .price,
.col-sm-3 .products .row > div .product .name a,
.col-sm-4 .products .row > div .product .name a {
font-size: 13px;
}

.col-sm-3 .products .product .only-hover,
.col-sm-4 .products .product .only-hover {
display: none;
}

/* Product list */

.product-list {
position: relative;
margin-top: -20px;
}

.product-list > div {
position: relative;
margin: 0px 0px 30px 0px;
padding: 30px 0px 0px 0px;
border-top: 1px solid #e9e9e9;
}

.product-list > div:first-child {
border: none;
}

.product-list .image {
text-align: center;
}

.product-list .name-desc {
padding-top: 15px;
}

.product-list .name-desc .name a {
font-size: 20px;
color: #333;
font-weight: bold;
}

.product-list .name-desc .description {
font-size: 12px;
padding: 18px 0px 0px 0px;
}

.product-list .name-desc .rating-reviews {
padding: 17px 0px 0px 0px;
}

.product-list .name-desc .rating-reviews .rating {
float: left;
width: auto;
padding: 0px 20px 0px 0px;
}

.product-list .name-desc .rating-reviews .reviews {
float: left;
width: auto;
}

.product-list .name-desc .rating-reviews .reviews span {
color: #4ecdc4;
}

.product-list .actions {
position: static;
}

.product-list .actions > div {
padding: 15px 0px 0px 20px;
}

.product-list .actions > div:before {
width: 1px;
background: #e6e6e6;
content: '';
position: absolute;
top: 30px;
bottom: 0;
margin: 0px 0px 0px -20px;
}

.product-list .actions > div .price {
text-align: center;
font-size: 20px;
color: #75513B;
font-weight: 600;
padding: 0px 0px 10px 0px;
}

.product-list .actions > div .price .price-old {
color: #ffbb00;
text-decoration: line-through;
font-size: 12px;
font-weight: normal;
padding-right: 2px;
display: block;
}

.product-list .actions > div .add-to-cart {
text-align: center;
}

.product-list .actions > div ul {
text-align: center;
list-style: none;
margin: 0px;
padding: 13px 0px 0px 0px;
color: #75513B;
}

.product-list .actions > div ul a {
cursor: pointer;
}

/* Category page */

.category-info {
padding: 0px 0px 20px 0px;
position: relative;
margin: 0px -20px 0px 0px;
}

.category-info .image {
padding: 0px 20px 20px 0px;
float: left;
width: auto;
}

.category-info > p {
padding: 0px 20px 0px 0px;
}

.refine_search {
margin-top: 0px !important;
margin-bottom: 20px !important;
padding: 0px !important;
}

.category-list {

}

.category-list-text-only {
margin-bottom: 20px;
}

.category-list .row > div {
margin-bottom: 26px;
text-align: center;
}

.category-list-text-only .row > div {
margin-bottom: 6px;
text-align: left;
}

.category-list img {
display: block;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

.product-filter {
padding: 8px;
margin: 0px 0px 20px 0px;
background: #f6f6f2;
}

.product-filter .list-options {
float: left;
width: auto;
padding: 0px 8px 0px 8px;
}

.product-filter .list-options .sort {
padding: 6px 0px;
float: left;
width: auto;
}

.product-filter .list-options .limit {
padding: 6px 8px 6px 8px;
float: left;
width: auto;
}

.product-filter .list-options select {
margin: 0px 0px 0px 10px;
width: auto;
}

.product-filter .options {
float: right;
width: auto;
padding: 10px 8px 8px 8px;
}

.product-filter .options .product-compare {
float: left;
width: auto;
padding: 0px 20px 0px 0px;
}

.product-filter .options .button-group {
float: left;
width: auto;
}

.product-filter .options .button-group button {
margin: 0px;
padding: 0px 5px;
line-height: 22px;
border: none;
background: none;
color: #75513B;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

.product-filter .options .button-group button:hover,
.product-filter .options .button-group .active {
background: #ffbb00;
color: #fff;
}

/* Product page */

.product-info {
}

/* Image */

.product-info .product-image {
margin: 0px 0px 20px 0px;
text-align: center;
}

.product-info .product-image a {
display: block;
}

.product-info .product-image img {
display: block;
cursor: pointer;
}


/* Thumbnails */

.product-info .thumbnails {
}

.product-info .thumbnails ul {
list-style: none;
margin: 0px 0px 0px -20px;
position: relative;
padding: 0px;
}

.product-info .thumbnails li {
width: 25%;
float: left;
}

.product-info .thumbnails-left li {
float: none;
width: 100%;
}

.product-info .thumbnails li p {
margin: 0px;
padding: 0px 0px 20px 20px;
}

.product-info .thumbnails li img {
display: block;
}

.product-info .product-center {
position: relative;
margin-top: -23px;
margin-bottom: 20px;
}

.product-info .description,
.product-info .price,
.product-info .options,
.product-info .cart {
padding: 20px 0px 20px 0px;
border-bottom: 1px solid #e9e9e9;
}

.product-info .description h2 {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}

.product-info .price .price-new {
font-size: 24px;
color: #75513B;
font-weight: bold;
}

.product-info .price .price-old {
color: #ffbb00;
text-decoration: line-through;
font-size: 12px;
font-weight: normal;
padding-right: 2px;
}

.product-info .options {
padding-bottom: 10px;
}

.product-info h2 {
padding: 0px;
}

.product-info .options .option {
padding: 10px 0px;
}

.product-info .options .error {
margin: 0px;
}

.product-info .cart {

}

.product-info .cart .add-to-cart {

}

.product-info .cart .add-to-cart p,
.product-info .cart .add-to-cart input,
.product-info .cart .add-to-cart .quantity {
display: block;
float: left;
}

.product-info .cart .add-to-cart p {
padding: 10px 10px 5px 0px;
}

.product-info .cart .add-to-cart input {
margin: 0px 10px 0px 0px;
}

.product-info .cart .add-to-cart .quantity {
position: relative;
margin-top: 3px;
}

.product-info .cart .add-to-cart .quantity input {
padding-right: 34px;
}

.product-info .cart .add-to-cart .quantity #q_up {
display: block;
position: absolute;
right: 11px;
top: 1px;
border: 1px solid #d7d7d7;
border-top: none;
border-right: none;
height: 16px;
width: 24px;
text-align: center;
font-size: 10px;
padding-right: 2px;
}

.product-info .cart .add-to-cart .quantity #q_down {
display: block;
position: absolute;
right: 11px;
top: 17px;
border-left: 1px solid #d7d7d7;
height: 16px;
width: 24px;
text-align: center;
font-size: 10px;
padding-right: 2px;
}

.product-info .cart .links {
padding: 10px 0px 0px 0px;
}

.product-info .cart .links a {
padding-right: 10px;
cursor: pointer;
}

.product-info .cart .links a:before {
content: "+";
padding-right: 5px;
color: #75513B;
font-weight: 600;
}

.product-info .cart .minimum {
padding: 10px 0px 0px 0px;
}

.product-info .review {
padding: 13px 0px 3px 0px;
}

.product-info .review > div {
padding: 7px 0px;
}

.product-info .review a {
cursor: pointer;
}

.product-block {
background: #fff;
border: 1px solid #e9e9e9;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
box-shadow: 0 1px 1px #DDDDDD;
-moz-box-shadow: 0 1px 1px #DDDDDD;
-webkit-box-shadow: 0 1px 1px #DDDDDD;
padding: 20px;
margin: 0px 0px 20px 0px;
}

.product-block .title-block {
margin: 0px 15px 19px 0px;
padding: 0px;
font-size: 18px;
font-weight: 700;
}

.product-block .strip-line {
display: none;
}

.product-block .block-content {
clear: both;
}

/* Tags */

.tags_product {
margin: 0px 0px 20px 0px;
}

/* Ratings */

.rating i {
margin: 0px 1px 0px 2px;
font-size: 14px;
color: #dbd0ca;
}

.rating i.active {
color: #ffbb00;
}

/* CustomFooter
------------------*/

.custom-footer {
position: relative;
margin-top: 10px;
}

.custom-footer .background-custom-footer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}

.custom-footer .background,
.standard-body .custom-footer .background {
background: #f6f6f2 url(../img/bg-custom-footer.png);
}

.custom-footer .pattern {
padding: 5px 0px 40px 0px;
}

.custom-footer .pattern a {
color: #cacdd1;
}

.custom-footer .pattern p {
padding: 0px;
margin: 0px;
}

.custom-footer h4 {
color: #735741;
font-size: 22px;
font-weight: 700;
padding: 35px 0px 25px 0px;
margin: 0px;
}

/* Footer
------------------*/

.footer {
position: relative;

}

.footer .background-footer {
background:rgba(255,255,255,.5);
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}

.footer .pattern {
padding: 0px 0px 40px 0px;
}

.footer .pattern p {
padding: 0px;
margin: 0px;
}

.footer h4 {
color: #333;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
padding: 20px 14px 6px 0px;
margin: 26px 0px 27px 0px;
clear: both;
}

.footer .strip-line {
display: none;
}

/* Facebook */

#facebook {
background: #fff;
border: 2px solid #E1E3D8;
padding: 5px 5px 10px 5px;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
width: 100% !important;
}

.fb-like-box {

}

/* Twitter */

#twitter {
position: relative;
margin: -10px 0px;
}

/* List */

.footer ul {
list-style: none;
position: relative;
margin: 0px 0px -5px 0px;
padding: 0px;
clear: both;
}

.footer ul li a {
line-height: 26px;
}

.footer ul li a:before {
content: "\f105";
font-family: FontAwesome;
font-weight: bold;
font-style: normal;
padding-right: 6px;
}

/* Newsletter */

.newsletter {
position: relative;
}

.newsletter .circle {
width: 156px;
background-color: #FFBB00;
border-radius: 200px;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.10);
color: #fff;
font-size: 15px;
line-height: 16px;
margin-top: -22px;
position: absolute;
padding: 29px 23px 27px 23px;
text-align: center;
}

.newsletter .circle h4 {
font-size: 15px;
color: #fff;
padding: 0px;
margin: 0px;
font-weight: normal;
}

.newsletter .circle h3 {
font-size: 59px;
line-height: 65px;
color: #fff;
padding: 0px;
margin: 0px;
font-weight: bold;
font-family: Arial;
}

.newsletter .row {
padding-left: 200px;
padding-top: 20px;
min-height: 85px;
color: #735741;
font-size: 24px;
line-height: 24px;
font-weight: bold;
}

.newsletter .row > div {
padding-top: 15px;
}

.newsletter form {
padding-right: 60px;
margin-top: 3px;
position: relative;
}

.newsletter form input {
margin: 0px;
position: relative;
z-index: 1;
width: 100%;
height: 44px;
border-radius: 100px;
-webkit-border-radius: 100px;
padding: 10px 10px 10px 25px;
color: #333;
font-size: 14px;
font-weight: normal;
border: 2px solid #E1E3D8;
box-shadow: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}

.newsletter form button {
width: 82px;
height: 44px;
border: 2px solid #E1E3D8;
font-size: 20px;
background-color: #fff;
color: #70543F;
padding: 7px 22px 6px 40px;
position: absolute;
top: 0;
right: 0;
-webkit-border-radius: 0px 100px 100px 0px;
border-radius: 0px 100px 100px 0px;
}

.newsletter form button:hover {
background: #E1E3D8;
}

/* Contact us */

ul.contact-us {
margin: 0px;
padding: 0px;
list-style: none;
}

ul.contact-us li {
clear: both;
margin: 30px 0px 0px 0px;
}

ul.contact-us li:first-child {
margin: 0px;
}

ul.contact-us li i {
float: left;
width: 40px;
height: 40px;
padding: 3px 0px 0px 0px;
margin: 0px 15px 0px 0px;
text-align: center;
font-size: 30px;
color: #fff;
background: #FFBB00;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}

ul.contact-us li i.icon-mobile-phone {
font-size: 34px;
}

ul.contact-us li i.icon-envelope {
font-size: 22px;
padding-top: 8px;
}

ul.contact-us li i.icon-skype {
padding-top: 4px;
}

/* Copyright
------------------*/

.copyright {
position: relative;
}

.copyright .background-copyright {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
}

.copyright .pattern {
padding: 25px 0px 25px 0px;

}

.copyright .pattern a {
color: #fff;
font-weight: bold;
}

.copyright p {
color: #fff;
margin: 0px;
padding: 0px;
}

.copyright ul {
float: right;
width: auto;
list-style: none;
padding: 5px 0px 0px 0px;
margin: 0px;
}

.copyright ul li {
display: inline-block;
margin-left: 8px;
}

/* OPENCART STYLE
--------------------------- */

/* content */

.main-content .content {
padding: 0px 0px 20px 0px;
}

.main-content .content:before,
.main-content .content:after {
display: table;
content: " ";
}

.main-content .content:after {
clear: both;
}

.main-content .content .left {
float: left;
width: 47%;
padding: 0px;
}

.main-content .content .right {
float: right;
width: 47%;
padding: 0px;
}

/* List content */

.main-content .content ul {
list-style: none;
margin: 0px;
padding: 0px;
}

.main-content .content > ul li:before {
content: "\f105";
font-family: FontAwesome;
font-weight: bold;
font-style: normal;
padding-right: 6px;
}

/* Login content */

.login-content {
}

.login-content:before,
.login-content:after {
display: table;
content: " ";
}

.login-content:after {
clear: both;
}

.login-content .left {
float: left;
width: 47%;
}

.login-content .right {
float: right;
width: 47%;
}

.login-content .content {
margin: 15px 0px 0px 0px;
}

.login-content .left .button {
margin-top: 10px;
}

/* Autocomplete */

.autocomplete-results {
position: relative;
}

.ui-autocomplete {
background: #fff !important;
border: 1px solid rgba(0, 0, 0, 0.15) !important;
padding: 5px 0px !important;
margin-top: 14px !important;
top: 0 !important;
right: 0 !important;
left: 0 !important;
min-width: 300px !important;
border-radius: 10px !important;
-moz-border-radius: 10px !important;
-webkit-border-radius: 10px !important;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175) !important;
}

.ui-autocomplete:before {
border-bottom: 11px solid rgba(0, 0, 0, 0.2);
border-left: 11px solid transparent;
border-right: 11px solid transparent;
content: "";
display: inline-block;
right: 15px;
position: absolute;
top: -11px;
}

.ui-autocomplete:after {
border-bottom: 10px solid #FFFFFF;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
display: inline-block;
right: 16px;
position: absolute;
top: -10px;
}

.container-megamenu .ui-autocomplete {
left: auto !important;
}

.container-megamenu .ui-autocomplete:before {
left: auto;
right: 18px;
}

.container-megamenu .ui-autocomplete:after {
left: auto;
right: 19px;
}

.ui-autocomplete li {
padding: 0px !important;
margin: 0px !important;
cursor: pointer !important;
border: none !important;
border-top: 1px solid #ccc !important;
background: none !important;
list-style: none !important;
}

.ui-autocomplete li:first-child {
border-top: none !important;
}

.ui-autocomplete li a {
padding: 10px !important;
margin: 0px !important;
cursor: pointer !important;
border: none !important;
background: none !important;
overflow: hidden;
border-radius: 0px !important;
-moz-border-radius: 0px !important;
-webkit-border-radius: 0px !important;
color:#333 !important;
font-size:13px !important;
font-weight: 600 !important;
line-height:1.6 !important;
font-family:'Raleway' !important;
}

.ui-autocomplete li a.ui-state-focus {
background: #ffbb00 !important;
color: #fff !important;
}

.ui-autocomplete li img {
float: left;
width: 70px;
margin-right: 10px;
}

.ui-autocomplete li span.description {
font-size: 11px !important;
font-weight: 400 !important;
20 }

.ui-autocomplete li span.price {
color: #75513B !important;
display: block !important;
padding-top: 4px !important;
}

.ui-autocomplete li a.ui-state-focus span.price {
color: #fff !important;
}

.ui-autocomplete-loading {
background-image: url('../img/loader.gif') !important;
background-repeat: no-repeat !important;
background-position: center !important;
}


/* Pagination */

div.pagination {
clear:both;
padding:0px 0px 0px 0px;
margin:0px 0px 10px 0px;
position: relative;
overflow:auto;
}

div.pagination .results {
float:right;
width:250px;
text-align:right;
padding:5px 0px 10px 0px;
}

div.pagination .links {
float:left;
width:auto;
padding:0px;
overflow:auto;
}

div.pagination .links a,
div.pagination .links b {
display:inline-block;
font-size: 14px;
margin: 0px 7px 10px 0px;
padding: 3px 15px;
background: #fff;
border: 1px solid #ccc;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}

div.pagination .links b {
color: #333;
}

/* List Box */

.list-box {
list-style: none;
margin: 0px;
padding: 0px;
}

.list-box li:before {
content: "\f105";
font-family: FontAwesome;
font-weight: bold;
font-style: normal;
padding-right: 6px;
}

/* Error form */

span.error {
padding: 5px 0px;
display: block;
color: red;
}

.form span.error {
display: inline-block;
padding-left: 20px;
}

.product-info span.error {
padding-top: 0px;
}

/* Help */

.help {
font-size: 10px;
display: block;
}

/* Table form */

table.form {

}

table.form td {
padding: 5px 13px 0px 0px;
}

table.form td input,
table.form td select,
table.form td textarea {
margin-left: 7px;
}

/* Htabs */

.htabs {
margin: 23px 0px 23px 0px;
padding: 0px;
border-bottom: 4px solid #E1E4D9;
}

.htabs:before,
.htabs:after {
display: table;
content: " ";
}

.htabs:after {
clear: both;
}

.htabs a {
float: left;
margin: 10px 2px 0px 0px;
padding: 0px 25px 20px 0px;
display: block;
font-size: 18px;
line-height: 20px;
font-weight: 700;
-webkit-font-smoothing: antialiased;
position: relative;
}

.htabs a.selected {
color: #333;
}

.htabs a.selected:after {
background-color: #fff;
bottom: -7px;
box-shadow: 0 4px #E1E4D9;
content: "";
height: 20px;
position: absolute;
width: 20px;
left: 50%;
;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}

.center-column .tab-content {
margin: 0px 0px 20px 0px;
}

.center-column .tab-content > *:last-child {
padding-bottom: 0px;
margin-bottom: 0px;
}

.center-column .tab-content > *:first-child {
padding-top: 0px;
margin-top: 0px;
}

.center-column .tab-content h2#review-title {
padding: 0px 0px 20px 0px;
margin: 0px;
}

/* Notification */

.success,
.warning,
.attention,
.information {
padding: 10px 10px 10px 40px;
margin:0px 0px 20px 0px;
clear: both;
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
}

.success {
background: #EAF7D9 url('../img/success.png') 13px center no-repeat;
border: 1px solid #BBDF8D;
}

.warning {
background: #FFD1D1 url('../img/warning.png') 13px center no-repeat;
border: 1px solid #F8ACAC;
}

.attention {
background: #FFF5CC url('../img/attention.png') 13px center no-repeat;
border: 1px solid #F2DD8C;
}

.information {
background: #E8F6FF url('../img/information.png') 13px center no-repeat;
border: 1px solid #B8E2FB;
}

/* Review */

.review-list .author,
.review-list .rating {
display: inline-block;
}

.review-list .rating {
float: right;
width: auto;
}

.review-list .text {
margin: 15px 0px 20px 0px;
padding: 20px;
position: relative;
background: #fff;
border: 1px solid #e9e9e9;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.review-list .text:before {
position: absolute;
top: -9px;
left: 9px;
display: inline-block;
border-right: 9px solid transparent;
border-bottom: 9px solid #ccc;
border-left: 9px solid transparent;
border-bottom-color: #e6e6e6;
content: '';
}

.review-list .text:after {
position: absolute;
top: -8px;
left: 10px;
display: inline-block;
border-right: 8px solid transparent;
border-bottom: 8px solid #ffffff;
border-left: 8px solid transparent;
content: '';
}

/* Tables
------------------*/

table.attribute,
table.list,
.wishlist-product table,
.wishlist-info table,
.compare-info,
.cart-info table,
.checkout-product table {
border-collapse: separate;
border-spacing: 0;
background: #fff;
border: solid #e9e9e9 1px;
width: 100%;
margin: 0px 0px 20px 0px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
box-shadow: 0 1px 1px #DDDDDD;
-moz-box-shadow: 0 1px 1px #DDDDDD;
-webkit-box-shadow: 0 1px 1px #DDDDDD;
}

table.attribute td,
table.list td,
.wishlist-product table td,
.wishlist-info table td,
.compare-info td,
.cart-info table td,
.checkout-product table td {
border-left: 1px solid #e9e9e9;
border-top: 1px solid #e9e9e9;
padding: 10px;
text-align: left;
vertical-align: top;
}

table.attribute thead td,
table.list thead td,
.wishlist-product table thead td,
.wishlist-info table thead td,
.compare-info thead td,
.cart-info table thead td,
.checkout-product table thead td {
font-weight: bold;
color: #333;
}

table.attribute thead:first-child td,
table.list thead:first-child td,
.wishlist-product table thead:first-child td,
.wishlist-info table thead:first-child td,
.compare-info thead:first-child td,
.cart-info table thead:first-child td,
.checkout-product table thead:first-child td {
border-top: none;
}

table.attribute td:first-child,
table.list td:first-child,
.wishlist-product table td:first-child,
.wishlist-info table td:first-child,
.compare-info td:first-child,
.cart-info table td:first-child,
.checkout-product table td:first-child {
border-left: none;
}

table.attribute thead:first-child td:first-child,
table.list thead:first-child td:first-child,
.wishlist-product table thead:first-child td:first-child,
.wishlist-info table thead:first-child td:first-child,
.compare-info thead:first-child td:first-child,
.cart-info table thead td:first-child,
.checkout-product table thead:first-child td:first-child {
-moz-border-radius: 20px 0 0 0;
-webkit-border-radius: 20px 0 0 0;
border-radius: 20px 0 0 0;
}

table.attribute thead:first-child td:last-child,
table.list thead:first-child td:last-child,
.wishlist-product table thead:first-child td:last-child,
.wishlist-info table thead:first-child td:last-child,
.compare-info thead:first-child td:last-child,
.cart-info table thead:first-child td:last-child,
.checkout-product table thead:first-child td:last-child {
-moz-border-radius: 0 20px 0 0;
-webkit-border-radius: 0 20px 0 0;
border-radius: 0 20px 0 0;
}

table.attribute thead:first-child td:only-child,
table.list thead:first-child td:only-child,
.wishlist-product table thead:first-child td:only-child,
.wishlist-info table thead:first-child td:only-child,
.compare-info thead:first-child td:only-child,
.cart-info table thead:first-child td:only-child,
.checkout-product table thead:first-child td:only-child {
-moz-border-radius: 20px 20px 0 0;
-webkit-border-radius: 20px 20px 0 0;
border-radius: 20px 20px 0 0;
}

table.attribute tbody tr:last-child td:first-child,
table.list tbody tr:last-child td:first-child,
.wishlist-product table tbody tr:last-child td:first-child,
.wishlist-info table tbody tr:last-child td:first-child,
.compare-info tbody tr:last-child td:first-child,
.cart-info table tbody tr:last-child td:first-child,
.checkout-product table tbody tr:last-child td:first-child {
-moz-border-radius: 0 0 0 20px;
-webkit-border-radius: 0 0 0 20px;
border-radius: 0 0 0 20px;
}

table.attribute tbody tr:last-child td:last-child,
table.list tbody tr:last-child td:last-child,
.wishlist-product table tbody tr:last-child td:last-child,
.wishlist-info table tbody tr:last-child td:last-child,
.compare-info tbody tr:last-child td:last-child,
.cart-info table tbody tr:last-child td:last-child,
.checkout-product table tbody tr:last-child td:last-child {
-moz-border-radius: 0 0 20px 0;
-webkit-border-radius: 0 0 20px 0;
border-radius: 0 0 20px 0;
}

/* Wishlist info */

.wishlist-info table td {
vertical-align: middle;
text-align: center;
}

/* Cart info */

.cart-info table td {
vertical-align: middle;
text-align: center;
}

/* Price Compare */

.compare-info .price-new {
color: #70543E;
font-weight: 600;
}

.compare-info .price-old {
color: #ffbb00;
text-decoration: line-through;
font-size: 12px;
font-weight: normal;
padding-right: 2px;
}

/* Cart Module */

.cart-module {
border-bottom: 1px solid #e9e9e9;
margin: 0px 0px 22px 0px;
position: relative;
}

.cart-module > div {
padding:20px !important;
margin:0px 0px 30px 0px;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
box-shadow: 0 1px 1px #DDDDDD;
-moz-box-shadow: 0 1px 1px #DDDDDD;
-webkit-box-shadow: 0 1px 1px #DDDDDD;
}

.cart-module > div:before {
border-bottom: 11px solid rgba(0, 0, 0, 0.2);
border-left: 11px solid transparent;
border-right: 11px solid transparent;
content: "";
display: inline-block;
left: 15px;
position: absolute;
top: -10px;
}

.cart-module > div:after {
border-bottom: 10px solid #FFFFFF;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
display: inline-block;
left: 16px;
position: absolute;
top: -9px;
}

.cart-module table {
margin: 0px 0px 10px 0px;
}

.cart-module table td {
padding: 0px 20px 3px 0px;
}

.cart-module input[type=text],
.cart-module select {
margin: 5px 5px 5px 10px;
}

/* Table img */

table img {
max-width: none;
}

/* Cart Total */

.cart-total {
overflow: auto;
margin-bottom: 20px;
}

.cart-total table {
float: right;
}

.cart-total td {
padding: 0px 0px 0px 10px;
text-align: right;
}

.cart-total table tr td:last-child {
color: #70543E;
font-weight: 600;
}

/* Sitemap */

.sitemap-info {
overflow: auto;
margin: 0px 0px 20px 0px;
}

.sitemap-info ul {
padding: 0px 0px 0px 20px;
margin: 0px;
}

.sitemap-info ul li {
padding:1px 0px 1px 0px;
}

.sitemap-info ul li {
font-weight:bold;
}

.sitemap-info ul li ul li a {
font-weight:300;
}

.sitemap-info .left {
float: left;
width: 50%;
}

.sitemap-info .right {
float: left;
width: 50%;
}

/* Download List, Orders */

.download-list,
.order-list {
overflow:auto;
}

.download-list .download-id,
.order-list .order-id {
width: 49%;
float: left;
margin-bottom: 4px;
}

.download-list .download-status,
.order-list .order-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 4px;
}

.download-list .download-content,
.order-list .order-content {
padding: 15px 0px;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}

.download-list .download-content div,
.order-list .order-content div {
float: left;
width: 33.3%;
}

.download-list .download-info,
.order-list .order-info {
text-align: right;
}

/* manufacturer */

.manufacturer-list {
border: 1px solid #e9e9e9;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
padding: 0px;
overflow: auto;
margin-bottom:20px;
background: #fff;
}

.manufacturer-heading {
border-bottom: 1px solid #e9e9e9;
padding: 10px 15px;
font-weight: bold;
color: #333;
}

.manufacturer-content {
padding: 10px 15px;
overflow:auto;
}

.manufacturer-list ul {
float: left;
width: 25%;
margin: 0 0 0 20px;
padding: 0;
}

/* checkout */

.checkout {
position:relative;
}

.checkout > div {
padding: 0px;
}

.checkout-heading {
margin: 0px 0px 25px 0px;
padding: 0px 0px 13px 0px;
font-size: 16px;
line-height: 20px;
font-weight: 700;
color: #333;
border-bottom: 4px solid #E1E4D9;
position: relative;
-webkit-font-smoothing: antialiased;
}

.checkout-heading:after {
background-color: #fff;
bottom: -7px;
box-shadow: 0 4px #E1E4D9;
content: "";
height: 20px;
position: absolute;
width: 20px;
left: 20px;
margin-left: auto;
margin-right: auto;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
}

.checkout-heading a {
float: right;
margin-top: 1px;
cursor:pointer;
font-size: 13px;
font-weight: normal;
}

.checkout-content {
display: none;
padding: 0px 0px 27px 0px;
}

.checkout-content:before,
.checkout-content:after {
display: table;
content: " ";
}

.checkout-content:after {
clear: both;
}

.checkout-content:before,
.checkout-content:after {
display: table;
content: " ";
}

.checkout-content:after {
clear: both;
}

.checkout-content .left {
float: left;
width: 48%;
}

.checkout-content .left > *:first-child {
margin-top: 0px;
}

.checkout-content .right {
float: right;
width: 48%;
}

.checkout-content .right .button {
margin-top: 10px;
}

.checkout-content .right > *:first-child {
margin-top: 0px;
}

.checkout-content .buttons {
clear: both;
margin: 0px;
}

.checkout-content label {
padding-left: 5px;
}

.checkout-content table label {
padding-left: 0px;
}

/* returns */

.return-list {
}

.return-list .return-id {
width: 49%;
float: left;
margin-bottom: 2px;
}

.return-list .return-status {
width: 49%;
float: right;
text-align: right;
margin-bottom: 2px;
}

.return-list .return-content {
padding: 10px 0px;
display: inline-block;
width: 100%;
margin-bottom: 20px;
border-top: 1px solid #e9e9e9;
border-bottom: 1px solid #e9e9e9;
}

.return-list .return-content div {
float: left;
width: 33.3%;
}

.return-list .return-info {
text-align: right;
}

.return-product {
overflow: auto;
margin-top: 10px;
margin-bottom: 20px;
}

.return-detail {
}

.return-opened textarea {
width: 100%;
}

/* Scroll up */

.scrollup {
width: 40px;
height: 40px;
position: fixed;
bottom: 20px;
right: 20px;
display: none;
background: url(../img/scroll.png);
opacity: 0.3;
transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
}

.scrollup:hover {
opacity: 1;
}

@media (max-width: 960px) {
.scrollup {
display: none !important;
}
}

/* Banner */

.banner div {
text-align: center;
width: 100%;
display: none;
}

.banner div img {
margin-top: 30px;
}

/* Captcha */

#captcha {
margin-top: 7px;
}

 Спасибо заранее! 

post-692574-0-31801900-1424001820_thumb.png

Надіслати
Поділитися на інших сайтах


Поставил width: 120%, только тогда получилось так. Теперь как мне сделать так, чтобы не выходило за рамки... 

А width: 22% вообще текст друг на друге весь.

post-692574-0-28870300-1424002565_thumb.png

Надіслати
Поділитися на інших сайтах


Поставил width: 120%, только тогда получилось так. Теперь как мне сделать так, чтобы не выходило за рамки... 

А width: 22% вообще текст друг на друге весь.

 

Попробуйте, например в px задать ширину, ну а вообще без ссылки можно долго еще гадать..

Надіслати
Поділитися на інших сайтах


Створіть аккаунт або увійдіть для коментування

Ви повинні бути користувачем, щоб залишити коментар

Створити обліковий запис

Зареєструйтеся для отримання облікового запису. Це просто!

Зареєструвати аккаунт

Вхід

Уже зареєстровані? Увійдіть тут.

Вхід зараз
  • Зараз на сторінці   0 користувачів

    • Ні користувачів, які переглядиють цю сторінку
×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.