@font-face{
    font-family: "Play";
    src: url('fonts/Play-Regular.eot');
    src: local('☺'), url('fonts/Play-Regular.woff') format('woff'),
    url('fonts/Play-Regular.ttf') format('truetype'),
    url('fonts/Play-Regular.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}
@font-face{
    font-family: "PlayBold";
    src: url('fonts/Play-Bold.eot');
    src: local('☺'), url('fonts/Play-Bold.woff') format('woff'),
    url('fonts/Play-Bold.ttf') format('truetype'),
    url('fonts/Play-Bold.svg') format('svg');
    font-weight: 100;
    font-style: normal;
}

html, body {
    font-family: 'Play';
}
b {
    font-family: "PlayBold";
}
p {
    margin: 20px 0;
}
* {
    outline: none;
}
::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}
select {
    display: none;
}
.overflow {
    height: 200px;
}
/**UI Select**/
.ui-selectmenu-button {
    border: 1px solid #FF201A;
    position: relative;
    width: auto!important;
    padding-right: 30px;
}
.ui-selectmenu-button:after {
    content: url(img/ic_arrow.png);
    position: absolute;
    right: 10px;
    top: 10px;
}
.ui-selectmenu-menu {
    z-index: 1051;
}
.ui-selectmenu-menu > ul {
    border: 1px solid #FF201A;
    border-top: 0;
    background: #fff;
}
.ui-selectmenu-menu > ul .ui-menu-item {
    border-bottom: 1px solid #cecece;
}
.ui-selectmenu-menu > ul .ui-menu-item:last-child {
    border-bottom: 0;
}
/**UI Select**/
/**Modals**/
.bay-form span {
    color: #fff;
}
.bay-form .ui-selectmenu-button {
    width: 100%!important;
}
.bay-form input {
    width: 100%;
    padding: .4em 1em;
    background: none;
    border: 1px solid #FF201A;
    color: #fff;
}
.bay-form .modal-item-title {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.bay-form .modal-dialog{
    width: 370px;
}
.bay-form .modal-content {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.7);
    border-color: #FF201A;
}
.bay-form .modal-header {
    padding: 25px 20px;
    text-align: center;
    border-bottom: none;
}
.bay-form .modal-header span {
    font-size: 18px;
    font-family: 'PlayBold';
}
.bay-form .modal-footer {
    border-top: none;
}
.bay-form .select-product-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.bay-form .select-product-box:last-child {
    margin-bottom: 0;
}
.bay-form .select-product-box .sub-box {
    float: left;
    width: 50%;
    padding: 0 20px;
}
.bay-form .select-product-box .sub-box:first-child {
    padding-left: 0;
}
.bay-form .select-product-box .sub-box:last-child {
    padding-right: 0;
}
/**Modals**/
span.title {
    font-size: 36px;
    font-family: "PlayBold";
    display: block;
    width: 100%;
    text-align: center;
    padding: 40px 0;
    color: #FF201A;
}
span.title:before, span.title:after {
    content: url('img/ic_round_red.png');
    padding: 0 20px;
}
#top-section {
    background: url('img/bg_1_1920.jpg') no-repeat;
    background-size: cover;
}
.section {
    width: 100%;
    position: relative;
}
.section#header {
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.75);
}
.section.header-product#header {
    background: #303030;
}
.section#header-action {
    height: 585px;
    padding: 35px 0 20px;
    background: rgba(0, 0, 0, 0.5);
}
.section#header-action > .container {
    height: 100%;
    position: relative;
}
.section#header-action .car-img-box {
    position: absolute;
    left: 0;
    bottom: 0;
}
.section#header-action .car-img-box span {
    color: #fff;
    font-size: 20px;
    display: block;
    padding-left: 2px;
    margin-bottom: 10px;
    line-height: 25px;
}
.action-box {
    text-align: center;
    margin-top: 102px;
}
.action-box .action-text {
    display: inline-block;
}
.action-box .action-text > span {
    color: #fff;
    font-size: 26px;
    float: left;
    line-height: 30px;
    margin-top: 34px;
    margin-right: 15px;
}
.action-box .action-text span b {
    font-size: 30px;
}
.action-box .img-box {
    float: right;
}
.action-box .img-box .img {
    vertical-align: middle;
}
.action-box .img-box span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.action-box .action-img-box {
    margin: 20px 0;
}
.action-box .action-counter {
    padding: 15px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid #FF201A;
    width: 270px;
    margin: 0 auto;
}
.action-box .action-counter > span.counter-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #FF201A;
    margin-bottom: 15px;
}
.action-box .action-counter > ul {
    display: none;
    width: 100%;
    text-align: center;
}
.action-box .action-counter > ul > li {
    display: inline-block;
    width: 56px;
    border: 1px solid #575757;
    border-top-width: 2px;
    padding: 5px 2px 3px;
}
.action-box .action-counter > ul > li > span {
    color: #fff;
    text-align: center;
}
.action-box .action-counter > ul > li > span.counter-number {
    font-size: 30px;
}
.action-box .action-counter > ul > li > span.couter-text {
    font-size: 12px;
}
.form-action-box {
    text-align: center;
    z-index: 2;
}
.action-form {
    display: inline-block;
    width: 300px;
    border: 1px solid #FF201A;
    background: rgba(0, 0, 0, 0.75);
}
.form-action-title {
    padding: 10px 0 15px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "PlayBold";
    line-height: 25px;
}
.form-action-items .form-item {
    display: inline-block;
    width: 100%;
}
.form-action-items .form-item .item-title {
    display: block;
    position: relative;
    width: 100%;
    padding: 10px 40px 10px 10px;
    background: #FF201A;
    color: #fff;
    text-align: left;
    font-size: 14px;
}
.form-action-items .form-item .item-title:after {
    content: url(img/ic_plus.png);
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 6px;
}
.form-action-items .form-item.open .item-title:after {
    content: url(img/ic_minus.png);
}
.form-action-items .form-item .item-body {
    display: none;
    padding: 20px;
}
.form-action-items .form-item.open .item-body {
    display: block;
}
.form-action-items .form-item .item-body input {
    border: 1px solid #505050;
    background: initial;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
}
.form-action-items .form-item .item-body input:last-child {
    margin-bottom: 0;
}
.form-action-items .form-item .item-body span.field-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.form-action-items .form-item .item-body span.ui-selectmenu-button {
    width: 100%!important;
    margin-bottom: 10px;
    color: #fff;
}
.form-action-items .form-item .adding-product-box > span {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.form-action-items .form-item .adding-product-box .adding-product {
    padding: 10px 0;
}
.form-action-items .form-item .adding-product-box .no-products {
    color: #fff;
}
.form-action-items .form-item .adding-product-box .adding-product .product-item {
    position: relative;
    padding-bottom: 5px;
    padding-right: 25px;
}
.form-action-items .form-item .adding-product-box .adding-product .product-item .remove-item {
    right: 0!important;
    top: 0!important;
    bottom: 5px!important;
    margin: auto;
}
.form-action-items .form-item .adding-product-box .adding-product .product-item span {
    color: #fff;
    padding: 5px;
    font-size: 14px;
}
.form-action-items .form-item .adding-product-box .adding-product .product-item span:first-child {
    padding-left: 0;
}
.form-action-items .form-item .adding-product-box .adding-product .product-item span:last-child {
    padding-right: 0;
}
.add-product-btn {
    font-family: 'PlayBold';
    font-size: 20px;
    color: #FF201A;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.add-product-btn:hover {
    background: #FF201A;
    color: #fff;
}
.action-form .form-action-submit {
    padding: 30px 20px 20px;
}
.action-form .form-action-submit > button {
    padding: 3px;
    width: 100%;
    display: block;
    background: #FF201A;
    border: none;
}
.action-form .form-action-submit > button > span {
    display: block;
    width: 100%;
    padding: 5px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-family: 'PlayBold';
    outline: none;
}
.section#why-we {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px 0 50px;
}
.section#why-we p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
}
#header .header-text {
    text-align: center;
}
#header .header-text span {
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    display: block;
    margin-top: 15px;
}
#header .header-contact {
    text-align: right;
    color: #fff;
}
#header .header-contact > span {
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
#header .header-contact div > span {
    font-size: 20px;
}
.tabs-control .nav.nav-tabs {
    border: none;
    padding-bottom: 20px;
    text-align: center;
}
.tabs-control .nav.nav-tabs > li {
    float: left;
    width: 25%;
    padding: 5px;
    text-align: center;
}
.tabs-control .nav.nav-tabs > li > a {
    margin: 0;
    border: 1px solid #FF201A;
    color: #FF201A;
    font-size: 18px;
    border-radius: 0;
    padding: 5px 15px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.tabs-control .nav.nav-tabs > li.active > a, .tabs-control .nav.nav-tabs > li > a:hover {
    background: #FF201A;
    color: #fff;
}
.tabs-control .nav.nav-tabs > li:first-child {
    width: 100%;
}
.tab-content .product-item-box {
    float: left;
    width: 25%;
    padding: 5px;
    height: 405px;
}
.tab-content .product-item-box .product-item {
    width: 100%;
    box-shadow: inset 0 0 0 2px #CDCDCD;
    padding: 10px 25px 25px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    position: relative;
    box-sizing: border-box;
    height: 100%;
}
.tab-content .product-item-box .product-item:before,
.tab-content .product-item-box .product-item:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 2px solid transparent;
}
.tab-content .product-item-box .product-item:before {
    left: 0;
    top: 0;
}
.tab-content .product-item-box .product-item:after {
    right: 0;
    bottom: 0;
}
.tab-content .product-item-box .product-item:hover:after,
.tab-content .product-item-box .product-item:hover:before {
    width: 100%;
    height: 100%;
}
.tab-content .product-item-box .product-item:hover:after {
    border-bottom-color: #FF201A;
    border-left-color: #FF201A;
    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.tab-content .product-item-box .product-item:hover:before {
    border-top-color: #FF201A;
    border-right-color: #FF201A;
    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.tab-content .product-item-box .product-item > div {
    z-index: 1;
    position: relative;
    height: 100%;
}
.tab-content .product-item-box .product-item .item-title {
    padding-bottom: 10px;
    text-align: center;
}
.tab-content .product-item-box .product-item .item-title span {
    font-size: 18px;
    color: #FF201A;
}
.tab-content .product-item-box .product-item .item-title span.product-name {
    font-family: 'PlayBold';
}
.tab-content .product-item-box .product-item .img-box,
.tab-content .product-item-box .product-item .item-params,
.tab-content .product-item-box .product-item .item-price {
    text-align: center;
    padding-bottom: 20px;
}
.tab-content .product-item-box .product-item .img-box img {
    vertical-align: middle;
    max-width: 180px;
    width: 100%;
}
.tab-content .product-item-box .product-item .item-params span {
    font-size: 16px;
}
.tab-content .product-item-box .product-item .item-price span {
    font-size: 18px;
}
.tab-content .product-item-box .product-item .item-price span.new-price {
    color: #FF201A;
    font-family: 'PlayBold'
}
.tab-content .product-item-box .product-item .item-price span.old-price {
    text-decoration: line-through;
    margin-left: 5px;
}
.tab-content .product-item-box .product-item .item-btns {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.tab-content .product-item-box .product-item .item-btns button,
.tab-content .product-item-box .product-item .item-btns a {
    border: 1px solid #FF201A;
    padding: 9px 10px;
    font-family: 'PlayBold';
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    text-decoration: none;
}
.tab-content > .tab-pane {
    padding-bottom: 40px;
    float: left;
    width: 100%;
}
button.bay, button.bay_incart {
    padding: 15px 30px;
    padding-bottom: 11px;
    background: #FF201A;
    text-align: center;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0;
}
button.bay:after, button.bay_incart:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent;
    width: 100%;
    height: 100%;
    border: 4px solid #FF201A;
}
button.bay:hover:after, button.bay_incart:hover:after {
    border: 1px solid #fff;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
}
.tab-content .product-item-box .product-item .item-btns a.more {
    float: right;
    background: #fff;
    color: #FF201A;
}
.tab-content .product-item-box .product-item .item-btns a.more:hover {
    background: #FF201A;
    color: #fff;
}
.tab-content .more-items-box {
    width: 100%;
    text-align: center;
    padding: 40px;
    display: inline-block;
}
.tab-content .more-items-box .more-items {
    padding: 10px 25px;
    font-size: 18px;
    font-family: 'PlayBold';
    color: #FF201A;
    background: #fff;
    border: 1px solid #FF201A;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.tab-content .more-items-box .more-items:hover {
    background: #FF201A;
    color: #fff;
}
.section.how-we-work {
    background: url(img/bg_2.jpg) center center no-repeat;
    background-size: cover;
}
.section#doc-links {
    padding: 135px 0;
    background: rgba(255, 32, 26, 0.5);
}
.section#doc-links .link-box {
    text-align: center;
}
.section#doc-links .link-box > a {
    padding: 5px;
    display: inline-block;
    background: #fff;
    width: 220px;
}
.section#doc-links .link-box > a > span {
    padding: 5px;
    border: 1px solid #FF201A;
    color: #FF201A;
    font-size: 22px;
    font-family: 'PlayBold';
    display: inherit;
    width: 100%;
}
.section#how-we-work {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px 0 100px;
}
.section#how-we-work .title {
    color: #fff;
}
.item-circle {
    position: relative;
}
.item-circle:after {
    content: '';
    background: url('img/keyboard-right-arrow-button.svg') center center no-repeat;
    background-size: cover;
    display: block;
    width: 18px;
    height: 29px;
    position: absolute;
    top: 60px;
    right: -5px;
}
.item-circle:last-child:after {
    display: none;
}
.item-circle .circle-border {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    border: 1px solid #fff;
    max-width: 100%
}
.item-circle .circle-border:hover .circle-num {
    display: table;
}
.item-circle .circle-border:hover .circle {
    background: #FF201A;
}
.item-circle .circle-border .circle-num {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    display: none;
    text-align: center;
    top: -15px;
    right: 39%;
}
.item-circle .circle-border .circle-num span {
    font-size: 17px;
    color: #FF201A;
    display: table-cell;
    vertical-align: middle;
}
.item-circle .circle-border .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}
.item-circle .circle-border .circle img {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.item-circle .circle-disc {
    display: block;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}
.section#pay-and-delivery img {
    vertical-align: middle;
    max-width: 100%;
}
.section#pay-and-delivery .text-box {
    padding-top: 70px;
}
.section#pay-and-delivery p {
    font-size: 20px;
    line-height: 25px;
}
.section#contact {
    background: url('img/bg_3.jpg') center center no-repeat;
    background-size: cover;
}
.section#contact > .section {
    background: rgba(255, 32, 26, 0.5);
    padding-bottom: 60px;
}
.section#contact span.title {
    color: #fff;
}
.section#contact span.title:after,
.section#contact span.title:before {
    content: url(img/ic_round_white.png);
}
.contact-img {
    float: left;
    height: 85px;
    width: 85px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
}
.contact-text {
    float: left;
    margin-left: 15px;
}
.contact-text span {
    font-size: 22px;
    line-height: 25px;
    color: #fff;
}
.contact-text span.contact-address {
    display: block;
    margin-top: 15px;
}
.contact-text span.manager-name {
    font-size: 18px;
}
.contact-text span.manager-phone {
    font-size: 24px;
}
.contact-text span.contact-mail {
    display: block;
    margin-top: 25px;
}
.contact-img > div {
    width: 100%;
    height: 100%;
    background: #FF201A;
    border-radius: 50%;
    display: flex;
}
.contact-img i {
    color: #fff;
    font-size: 40px;
    margin: auto;
}
.section#footer {
    padding: 10px 0;
}
.section#footer .copy {
    text-align: right;
    padding: 15px;
}
.section#footer .copy a {
    color: #FF201A;
}
.section#single-product {
    padding: 20px 0 40px;
}
.product-parameters .params-box {
    margin-bottom: 20px;
}
.product-parameters .params-box li {
    margin-bottom: 10px;
}
.product-parameters .params-box li:last-child {
    margin-bottom: 0;
}
.product-parameters .params-box span {
    font-size: 16px;
}
.product-parameters .params-box span.param-val {
    font-family: 'PlayBold';
}
.product-parameters span.important {
    font-family: 'PlayBold';
    font-size: 16px;
    color: #FF201A;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.product-parameters .discription-sizes-box {
    padding: 20px 25px 30px;
    border: 2px solid #CDCDCD;
    margin-top: 20px;
}
.product-parameters .discription-sizes-box .sizes-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.product-parameters .discription-sizes-box .sizes-box .img-box span,
.product-parameters .discription-sizes-box .description-box span {
    display: block;
    font-family: 'PlayBold';
    font-size: 18px;
}
.product-parameters .discription-sizes-box .sizes-box .img-box {
    float: left;
}
.product-parameters .discription-sizes-box .sizes-box .img-box img {
    vertical-align: middle;
    border: 1px solid #CDCDCD;
    margin-top: 19px;
}
.product-parameters .discription-sizes-box .table-box {
    float: right;
}
.product-parameters .discription-sizes-box .table-box table {
    border: 1px solid #cecece;
}
.product-parameters .discription-sizes-box .table-box table tr {
    border-bottom: 1px solid #cecece;
}
.product-parameters .discription-sizes-box .table-box table tr:nth-child(even) {
    background: #F9F9F9;
}
.product-parameters .discription-sizes-box .table-box table tr:first-child td {
    font-family: 'PlayBold';
}
.product-parameters .discription-sizes-box .table-box table td {
    padding: 5px 10px;
    font-size: 14px;
}
.product-parameters .discription-sizes-box .description-box p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.product-img .product-img-box {
    border: 1px solid #FF201A;
    padding: 10px 50px 15px;
    margin: 0 auto;
    max-width: 500px;
    text-align: center;
}
.product-img .product-img-box img {
    max-width: 100%;
}
.product-img .product-img-box span.product-title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #FF201A;
    font-size: 20px;
    font-family: 'PlayBold';
}
.product-img .price-box {
    margin: 20px;
    display: inline-block;
}
.product-img .price-box span {
    padding: 10px 15px;
    border: 1px solid #FF201A;
    color: #FF201A;
    font-family: 'PlayBold';
    font-size: 20px;
    display: inline-block;
}
.product-img .bay-box {
    display: inline-block;
    width: 100%;
}
.bay-box .bay {
    font-size: 18px;
    padding: 13px 25px;
}
.bay-box .ui-selectmenu-button.ui-button {
    margin-right: 10px;
}
.product-img .bay-box > * {
    float: none;
}
#backet .block {
    margin-bottom: 20px;
}
#backet .block:last-child {
    margin-bottom: 0;
}
#backet .block span.block-title {
    display: block;
    width: 100%;
    padding: 15px;
    background: #FF201A;
    margin-bottom: 20px;
    text-align: center;
}
#backet .block input {
    margin-bottom: 10px;
}
#backet .block input:last-child {
    margin-bottom: 0;
}
#backet .block .ui-selectmenu-button {
    margin-bottom: 10px;
}
#backet .block.payment-data span.item-title {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    font-family: 'PlayBold';
}
#backet .modal-footer button {
    padding: 10px;
    width: 100%;
    border: none;
    font-size: 20px;
    margin-bottom: 10px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
#backet .modal-footer button.continue-bay {
    background: #FF201A;
    color: #fff;
}
#backet .modal-footer button.create-order {
    background: #fff;
    color: #FF201A;
}
#backet .modal-footer button.continue-bay:hover {
    background: #fff;
    color: #FF201A;
}
#backet .modal-footer button.create-order:hover {
    background: #FF201A;
    color: #fff;
}
#backet .modal-footer button:last-child {
    margin-bottom: 0;
}
.cart {
    position: fixed;
    bottom: 50px;
    right: 15px;
    width: 70px;
    height: 70px;
    z-index: 25;
    display: none;
    background: #FF201A;
    border-radius: 50% 50%;
    -webkit-border-radius: 50% 50%;
    -moz-border-radius: 50% 50%;
    -o-border-radius: 50% 50%;
    -ms-border-radius: 50% 50%;
    text-align: center;
}
.cart a {
    color: #fff;
    font-size: 40px;
    display: inline-block;
    line-height: 70px;
    outline: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    border: 1px solid #ffffff;
    font-weight: bold;
    text-shadow: 0 1px 0 #FF201A;
    box-shadow: 0 0 0 0 rgb(255, 32, 26), inset 0 1px 0 rgba(237, 42, 123, 0.69);
    border-radius: 100%;
    vertical-align: middle;
    background: #FF201A;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FF201A), color-stop(100%, #FF201A));
    background-image: -webkit-linear-gradient(#FF201A, #FF201A);
    background-image: -moz-linear-gradient(#FF201A, #FF201A);
    background-image: -o-linear-gradient(#FF201A, #FF201A);
    background-image: linear-gradient(#FF201A, #FF201A);
    cursor: pointer;
    -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}
.cart a img {
    width: 65%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 15px rgba(255, 32, 26, 0), inset 0 1px 0 #FF201A;
    }
}
#backet .product-box .product-item {
    padding: 10px 0;
    padding-right: 20px;
    position: relative;
}
#backet .product-box .product-item .item-options span:first-child {
    padding-right: 10px;
}
.form-action-items .form-item .adding-product-box .adding-product .product-item .remove-item,
#backet .product-box .product-item .remove-item {
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('img/ic_delete.svg') center center no-repeat;
    background-size: cover;
    border: none;
    height: 10px;
    width: 10px;
}
#backet .product-box .product-item .main-info {
    display: inline-block;
    width: 100%;
    padding-right: 25px;
}
#backet .product-box .product-item .main-info input,
#backet .product-box .product-item .main-info span {
    float: left;
}
#backet .product-box .product-item .main-info input {
    width: initial;
    padding: 5px;
    max-width: 60px;
    text-align: center;
    float: right;
}
#backet .product-box .product-item .main-info span {
    margin-top: 8px;
    margin-right: 10px;
    float: left;
    max-width: 220px;
}
.section#why-we p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}