* {
 padding: 0;
 margin: 0;
}

                                       /* Common */

body {
    width: 100%;
    font-size: 17px;
    line-height: 18px;
    font-family: "Cuprum", "Arial", sans-serif;

    color: #334557;
}

input:focus,
textarea:focus {
    box-shadow: none;
    outline: none;
}

.container {
    width: 940px;
    margin: 0 auto;
    padding: 0 10px; 
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

.wrapper {
    display: table;
    height: 100%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h2 {
    margin-bottom: 20px;

    font-size: 50px;
    text-transform: uppercase;
}

h3 {
    font-size: 25px;
    margin-bottom: 40px;
}
 
.index-title {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.index-title a {
    text-decoration: none;
    color: inherit;
}

.index-title a,
.index-title span {
    font-size: 30px;
    color: #DE4F40;
}

a {
    text-decoration: none;
    color: #DE4F40;
}

a:hover,
a:focus {
    color: #E8C61B;
}

.btn {
    display: block;

    background-color: #DE4F40;
    border: 1px solid #DE4F40;
    color: #fff;
    text-transform: uppercase;
}

.btn:hover,
.btn:focus {
    background-color: #E8C61B;
    border: 1px solid #E8C61B;
    cursor: pointer;
    
    transition: 0.5s ease 0s;
}

.form-error {
    color: #de4f40;
    margin: 0 0 10px 0;
}


                                /* Header and footer decoration line*/

.decoration {
    width: 100%;
    height: 40px;
    background-image: url(../img/short-one.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.decoration-rotate {
    transform: rotate(180deg);
}

/* Header */

.header-inner {
    background-color: #334557;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 20px;
}

.header-logo {
    float: left;
    padding: 15px;
}

.header-nav {
    float: right;
    font-size: 0;
}

.header-nav li {
    display: inline-block;
    vertical-align: middle;

    list-style: none;
}

.header-nav li:hover {
    background-color: #DE4F40;
    transition: 0.5s ease 0s;
}


.header-nav a {
    display: block;
    padding: 31px 20px;


    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;

}

                                      /*Best sellers*/

.brands {
    margin-bottom: 20px;
}

.brands-slider {
    width: 90%;
    margin: 100px auto;
}

/*.brands-slider div {
    position: relative;
}*/

.brands-slider .slick-prev::before, 
.slick-next::before {
    color: #334557;
}

.brands-slider .slick-slide {
    text-align: center;
    margin: 0 60px;
}

.brands-slider .slick-slide img {
    width: 100%;
}

.item-list {
    max-height: 200px;
    text-align: center;
    overflow: hidden;
}

.item-list li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
}

                                       /* Feedback*/

.feedback {
    margin-bottom: 50px;
}

.form-errors {
    list-style: none;
}

.feedback .absolute-group {
    position: relative;
}

.feedback .fa-absolute {
    position: absolute;
    top: 40%;
    left: 10px;
    transform: translateY(-50%);

    font-size: 20px;
    color: #DE4F40;
}

.feedback-left {
    width: 47%;
}

.feedback-right {
    width: 47%;
}

.feedback-left input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    padding-left: 40px;
}

.feedback-right textarea {
    box-sizing: border-box;
    width: 100%;
    height: 115px;
    margin-bottom: 10px;
    -webkit-margin-after: 7px;
    padding-top: 16px;
    padding-left: 10px;

    resize: none;
}

.feedback-right .btn {
    height: 50px;
    width: 100%;
}

.feedback-left input,
.feedback-right textarea {
    border: 1px solid #3c546d;
}

.feedback-left input:focus,
.feedback-right textarea:focus {
    border: 1px solid #E8C61B;
}

.modal-feedback {
    display: none;
    position: fixed;
	top: 87px;
	left: 50%;
	z-index: 20;

    width: 550px;
	margin-left: -310px;
	padding: 56px 20px;
    padding-bottom: 0;

    background-color: #fff;
	box-shadow: 
        0 5px 15px 5px #b4b8bf,
        inset 0 7px 0 #334557;

}

.modal-feedback-close {
  position: absolute;
  top: 5px;
  right: -35px;

  width: 21px;
  height: 21px;

  font-size: 0;

  background-color: transparent;;
  border: 0;
  outline: 0;
  cursor: pointer;
}

.modal-feedback-close::before,
.modal-feedback-close::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -3px;

	width: 25px;
  height: 5px;
  background-color: #de4f40;
  border-radius: 1px;
}

.modal-feedback-close::before {
  transform: rotate(45deg);
}

.modal-feedback-close::after {
  transform: rotate(-45deg);
}

.modal-feedback-title {
	position: relative;
	padding-bottom: 70px;
	padding-left: 100px;

	text-transform: none;
	color: #000;
}

.modal-feedback-title::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;

	width: 65px;
	height: 65px;

	border-radius: 50%;
	background: #63a63e url(../img/added.png) no-repeat 50% 50%;
}

.modal-feedback-show {
    animation: 0.6s ease 0s normal none 1 running run;
    display: block;
}

                               /* Catalog - main page */

.catalog-main {
    max-width: 1400px;
    min-width: 1000px;
    margin: 50px auto;
}

.catalog-main-set {
    position: relative;
}

.catalog-main-item {
    margin-bottom: 50px;

    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.catalog-main li {
    padding-left: 20px;
    padding-bottom: 20px;
    list-style: none;
    display: inline-block;
    vertical-align: center;
}


.catalog-main a {
    width: 49%;
    height: 310px;

    text-decoration: none;
}

.catalog-main-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: filter 0.1s ease;
}

.catalog-title {
    position: absolute;
    bottom: 40px;
    left: 20px;
    margin-left: 25px;

    color: #DE4F40;
    text-align: left;
}

.catalog-title h2 {
    font-size: 70px;
    line-height: 70px;
}

.catalog-title span {
    font-size: 30px;
    line-height: 30px;
}

                                /*Catalog - inner*/

.catalog-inner {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 0 10px;
}

                                /*Catalog - filter*/
.catalog-filter {
    width: 220px;
}
.catalog-filter-search {
    position: relative;
}

.catalog-filter-search .fa-absolute {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);

    font-size: 20px;
}

.catalog-filter-search input[type="search"] {
    padding: 15px;
    margin-bottom: 20px;

    border: 1px solid #3C546D;
    border-radius: 3%;
}

.catalog-filter-search input[type="search"]:focus,
.catalog-filter-search input[type="search"]:hover {
    border: 1px solid #E8C61B;
}

.catalog-filter-title {
    padding: 15px 0;

    font-size: 20px;
}

.sidebar li {
    position: relative;
    padding-bottom: 20px;

    list-style: none;
}

.sidebar input[type="checkbox"] {
    display: none;
}

.sidebar label {
    padding-left: 30px;
}

.sidebar input[type="checkbox"]:not(:checked) + label::before,
.sidebar input[type="checkbox"]:checked + label::before {
    position: absolute;
    left: 0;
    top: 0;

    font-family: FontAwesome;
    font-size: 20px; 
}

.sidebar input[type="checkbox"]:not(:checked) + label::before {
    content: '\f096';
}

.sidebar input[type="checkbox"]:checked + label::before {
    content: '\f0c8';
    color: #DE4F40;
}

.sidebar-btn {
    padding: 15px 0;
    width: 100%;

    border-radius: 3%;
}

.sidebar-btn.reset-btn {
    margin-top: 10px;
}

                                        /* Catalog - items*/

.catalog-items-set {
    width: 860px;
    margin-left: -20px;
}

.catalog-items article {
    float: left;
}

.catalog-item  {
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;

    border: 1px solid #E8ECEF;
}

.catalog-item:hover {
    box-shadow: 0 5px 15px 5px #b4b8bf;
}

.catalog-item h3 {
    position: absolute;
    padding: 10px;
    top: 10px;
    left: -1px;

    background-color: #334557;
    color: #fff;
}

.catalog-item a:hover,
.catalog-item a:focus {
    color: #fff;
}

.catalog-item-colors {
    display: none;
    position: absolute;
    padding: 5px;
    bottom: 15px;
    right: -1px;

    background-color: #DE4F40;
    color: #fff;

    animation: run 0.4s;
}

.catalog-item:hover .catalog-item-colors {
    display: block;
}

                                /* Page pagination */

.pagination {
    font-size: 0;
    margin-bottom: 60px;
    margin-top: 32px;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination a {
    display: block;
    padding: 0 15px;
    margin-right: 10px;

    text-decoration: none;
    font-size: 13px;
    color: #000;
    line-height: 38px;

    font-family: "PT Sans", "Arial", sans-serif;

    color: #000;
    text-transform: uppercase;
    background-color: #fff;

    border: 1px solid #e5e5e5;
    border-radius: 3px;
}

.pagination .btn-pagination-active a,
.pagination .btn-pagination-active a:hover {
    background-color: #DE4F40;
    border: 1px solid #DE4F40;
    color: #fff;
}

.pagination a:hover,
.pagination a:focus {
    border: 1px solid #E8C61B;
}

                                  /* Retailers */
.retailers-city {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;

    font-size: 20px;
    color: #DE4F40;
    text-transform: uppercase;

    border-bottom: 1px solid #b4b8bf;
}

.retailers-city::after {
    content: url('../img/icon-small.png');
    position: absolute;

    top: 0px;
    right: 0px;
}

.retailers-state {
    margin-bottom: 25px;

    font-size: 30px;
    text-transform: uppercase;
}

.retailer-item {
    display: inline-block;
    list-style: none;
    width: 33%;
    margin-bottom: 50px;                      
}

.retailer-item div {
    margin-bottom: 5px; 
}

.retailer-item .retailer-name {
    margin-bottom: 15px;

    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

                                  /* Item inner */
.item-inner {
    margin-bottom: 50px;
}

.item-inner-list li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
}

.item-inner-list i {
    cursor: pointer;
}
.item-slider img {
    border: 1px solid #e5e5e5;
    margin: 0 5px;
}

.item-slider img {
    position: relative;
}

.item-slider .item-inner-name {
    position: absolute;
    padding: 18px;
    top: 20px;
    left: -10px;

    background-color: #DE4F40;
    color: #fff;
}

.item-slider .slick-slide::after {
    content: '';
    position: absolute;
    top: 74px;
    left: -10px;
    width: 0;
    height: 0;

    border-left: 15px solid transparent;
    border-top: 20px solid #c71300;
}    

.item-slider {
    width: 50%;
    margin: 10px auto;
}   

.item-slider .slick-prev::before, 
.slick-next::before {
    color: #334557;
}

.item-slider .slick-slide {
    margin: 0 60px;   
    position: relative; 
}

.item-slider .slick-slide img {
    width: 100%;
}            
                                      /* Footer */

                                /*  Footer - top block*/

.main-footer {
    width: 100%;
    color: #fff;
}

.main-footer p {
    line-height: 25px;
    margin-bottom: 40px;
}

.top-footer {
    width: 100%;
    padding: 30px 100px;
    box-sizing: border-box;
    background-color: #334557;
}

.top-footer .footer-items {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

.top-footer input {
    display: inline-block;
}

.top-footer input[type="text"],
.top-footer input[type="email"] {
    width: 65%;
    margin-bottom: 5px;
    padding: 11px;
    border: 1px solid #334557;
}

.top-footer input[type="submit"] {
    width: 29%;
}

.top-footer input[type="text"]:focus,
.top-footer input[type="email"]:focus {
    border: 1px solid #E8C61B;
}

.footer-subscribe .btn {
    padding: 10px;
}

.top-footer .footer-feedback div {
    padding-bottom: 10px;
}

.top-footer .footer-feedback a {
    display: block;
    padding-bottom: 10px;
}

.top-footer .fa-circle {
    color: #DE4F40;
}

.top-footer .footer-socials a {
    text-decoration: none;
}

.top-footer a:hover .fa-circle {
    color: #E8C61B;
    cursor: pointer;
}

                                   /* Footer- bottom block */

.bottom-footer {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 100px;

    background-color: #293949;
    font-size: 20px;
    margin-bottom: -15px;
}

.footer-copyright div {
    padding-bottom: 15px;
}

.footer-developers div {
    text-align: right;
}


                                    /* Animation*/
                                   
@keyframes run {
  0%   {
    transform: translateX(-200px);
  }
  70%  {
    transform: translateX(10px);
  }
  90%  {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}


                                    /* pop-up June 9, 2017 */

.pop-up--opened {
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    left: 50%;
    top: 260px;
    z-index: 2000;
    margin: 0 auto;
    margin-left: -365px;
    padding: 30px;
    width: 695px;

    background-color: #F1F1F1;

    box-shadow: 0 5px 20px 5px rgba(0,0,0,.7),
                inset 0 7px 0 #334557;
    animation: popup .9s;
}

.pop-up--closed {
    display: none;
}

.pop-up__text {
    padding-top: 2px;
    padding-left: 30px;

    text-transform: uppercase;
}
.pop-up__text a {
    display: block;

    color: #000;
    font-size: 30px;
    line-height: 24px;
    text-decoration: none;
}

.pop-up__text p {
    padding: 20px 0;
    text-transform: none;
}

.pop-up__text a:hover {
    color: #636e7a;
}

.pop-up__text span {
    display: block;

    color: #E54B40;
    font-size: 20px;
}

.pop-up__button {
    position: absolute;
    top: 5px;
    left: -30px;
    width: 21px;
    height: 21px;
    font-size: 0;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.pop-up__button::before,
.pop-up__button::after{
    content: "";
    position: absolute;
    top: 6px;
    left: -3px;
    width: 25px;
    height: 5px;
    background-color: #ee3643;
    border-radius: 1px;
}

.pop-up__button::after {
    transform: rotate(-45deg);
}

.pop-up__button::before {
    transform: rotate(45deg);
}

