/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-scrollbar-button {
    width: 3px;
    height: 0
}

::-webkit-scrollbar-track {
    background-color: #32312e;
    box-shadow: 0 0 3px #000 inset;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #d66295;
    box-shadow: 0 1px 1px #fff inset;
}

::-webkit-resizer {
    width: 3px;
    height: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

a, a:hover {
    text-decoration: none;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1;
    font-weight: bold;
    margin: 0;
}

.obj {
    position: absolute;
    z-index: 1;
}

.img_box img, .obj img {
    width: 100%;
}

main {
    overflow: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding: 0;
    background: #f3f3f3;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1030px;
    }
}

.bg-box {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100vh;
    background: #f0d7de;
    background: -moz-linear-gradient(45deg, #f0d7de 0%, #d3cfe5 100%);
    background: -webkit-linear-gradient(45deg, #f0d7de 0%, #d3cfe5 100%);
    background: linear-gradient(45deg, #f0d7de 0%, #d3cfe5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0d7de', endColorstr='#d3cfe5', GradientType=1);
}

.header-links__item {
    font-size: 12px;
    color: #353535;
}

.socials-item {
    width: 24px;
    height: 24px;
    border: 1px solid transparent;
    margin-left: 5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.socials-item i {
    font-size: 12px;
    color: #ffffff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.socials-item:hover {
    background: #ffffff !important;
}

.socials-item:first-of-type {
    background: #3db6f1;
}

.socials-item:first-of-type:hover {
    border-color: #3db6f1;
}

.socials-item:first-of-type:hover i {
    color: #3db6f1;
}

.socials-item:nth-child(2) {
    background: #c10d08;
}

.socials-item:nth-child(2):hover {
    border-color: #c10d08;
}

.socials-item:nth-child(2):hover i {
    color: #c10d08;
}

.socials-item:nth-child(3) {
    background: #bd23a0;
}

.socials-item:nth-child(3):hover {
    border-color: #bd23a0;
}

.socials-item:nth-child(3):hover i {
    color: #bd23a0;
}

.socials-item:last-of-type {
    background: #5165a3;
}

.socials-item:last-of-type:hover {
    border-color: #5165a3;
}

.socials-item:last-of-type:hover i {
    color: #5165a3;
}

.header-hr {
    height: 1px;
    margin: 0;
    background: #c4bccb;
}

.logo {
    max-width: 220px;
}

.menu-item {
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.menu-item a {
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 3px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu-item a:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -12px;
    width: 8px;
    height: 8px;
    background: #f75e77;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.menu-item:hover a {
    color: #f75e77;
}

.menu-item .search {
    width: 50px;
    height: 50px;
    border: 2px solid #bcb5c4;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.menu-item .search i {
    font-size: 16px;
    color: #403f40;
}

.avatar {
    position: relative;
    width: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.avatar:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 10px;
    height: 10px;
    background: #f75e77;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

section {
    padding-bottom: 70px;
}

.avatar img {
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.all-content {
    flex: 0 0 720px;
    width: 720px;
    margin-right: 5px;
}

.content {
    position: relative;
    padding: 18px 21px;
    background: #ffffff;
}

.content:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 100px solid #f3f3f3;
    border-left: 100px solid transparent;
}

.tags-item {
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    padding: 6px 6px 5px;
    margin: 0 3px 5px 0;
}

.tags-item.corral {
    background: #b872b0;
}

.tags-item.purple {
    background: #838ae7;
}

.tags-item.blue {
    background: #8fc2f8;
}

.content-title {
    font-size: 36px;
    font-weight: 700;
}

.content-title span {
    display: block;
}

.content .socials-item {
    width: 45px;
    height: 45px;
}

.content .socials-item i {
    font-size: 24px;
}

.share-item {
    width: 45px;
    height: 45px;
    color: #363636;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.share-item i {
    font-size: 22px;
}

.share-item__tile {
    font-size: 10px;
    font-weight: 300;
}

.content-hr {
    height: 1px;
    margin: 5px 0 20px;
    background: #efd7de;
}

.content-p {
    font-size: 18px;
    margin-bottom: 24px;
}

.content-p i {
    display: inline-block;
    width: 20px;
    vertical-align: bottom;
}

.content-p i img {
    width: 100%;
}

.content-img {
    margin-bottom: 24px;
}

.content-img img {
    display: block;
    margin: 0 auto;
}

.content-a {
    font-weight: 700;
    color: #324aff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.quotes {
    margin-bottom: 24px;
}

.quotes img {
    width: 50px;
    margin-right: 15px;
}

.quotes span {
    font-size: 24px;
    font-style: italic;
    color: #f75e77;
}

.comment-title {
    font-size: 16px;
    font-weight: 700;
    color: #353535;
    margin-bottom: 24px;
}

.comment {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

.comment-ava {
    overflow: hidden;
    width: 60px;
    margin-right: 15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.comment-header__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.comment-header__date {
    font-size: 13px;
    color: #adb2bf;
}

.comment-header__date span:first-of-type {
    margin-right: 15px;
}

.comment-header__date span i:last-of-type {
    color: #f75e77;
    margin-left: 3px;
}

.comment-body {
    font-size: 17px;
    margin-bottom: 14px;
}

.comment-body i {
    display: inline-block;
    width: 20px;
    vertical-align: bottom;
}

.comment-body i img {
    width: 100%;
}

.comment-body ~ .comment {
    border: none;
    border-top: 1px solid #f3f3f3;
    padding: 14px 0 0 0;
    margin-left: 60px;
}

.comment-body ~ .comment .comment-body {
    margin: 0;
}

.button-box {
    margin: 40px 0 80px;
}

.custom-button {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 30px 35px;
    background: #f75e77;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.custom-button:hover {
    color: #f75e77;
    border-color: #f75e77;
    background: #ffffff;
}

.search-box {
    position: relative;
    padding: 20px 35px 20px 25px;
    background: #ffffff;
}

.search-box input {
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    border: none;
    outline: none;
    box-shadow: none;
}

.search-box input:focus {
    border: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #b7b7b7;
}

::-moz-placeholder {
    color: #b7b7b7;
}

:-ms-input-placeholder {
    color: #b7b7b7;
}

:-moz-placeholder {
    color: #b7b7b7;
}

.search-box label {
    position: absolute;
    right: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-box label i {
    font-size: 14px;
}

aside {
    flex: 0 0 275px;
    width: 275px;
}

.sidebar {
    padding: 12px 16px;
    background: #ffffff;
}

.sidebar-title {
    flex: 0 0 50%;
    width: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #353535;
    text-align: center;
}

.sidebar-title:last-child {
    color: #b9b2c1;
}

.sidebar-item {
    margin-bottom: 14px;
    padding-left: 10px;
}

.sidebar-item__image {
    position: relative;
    flex: 0 0 75px;
    width: 75px;
    margin-right: 10px;
}

.sidebar-item__image:before {
    content: attr(data-numb);
    position: absolute;
    top: 0;
    left: -10px;
    width: 35px;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
}

.sidebar-item__image img {
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.sidebar-item__title {
    font-size: 14px;
    line-height: 1.3;
}

.sidebar-item__title span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #a6a6a6;
    margin-top: 5px;
}

.banner-box {
    position: relative;
    padding: 15px 25px 15px 15px;
    background: url("../img/banner-bg.jpg") no-repeat center bottom / cover;
}

.banner-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/banner-border.png") no-repeat center / cover;
}

.product-name {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 15px;
}

.product-name span {
    display: block;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 300;
}

.product-number b {
    font-size: 45px;
    font-weight: 900;
    line-height: 1;
    color: #1aedac;
}

.product-number span {
    flex: 0 0 55px;
    width: 55px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    color: #1aedac;
}

.banner-prod .custom-button {
    position: relative;
    z-index: 99;
    font-size: 12px;
    padding: 12px 16px;
}

.banner-prod img {
    flex: 0 0 100px;
}

.sidebar .socials-item {
    width: 50px;
    height: 50px;
    margin: 0;
}

.sidebar .socials-item i {
    font-size: 24px;
}

.category-item {
    font-size: 13px;
    margin-bottom: 16px;
}

.category-item i {
    flex: 1 1 auto;
    border-bottom: 1px dotted #000000;
}

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

    .burger-box {
        width: 30px;
        height: 20px;
    }

    .burger-box__item {
        width: 100%;
        height: 3px;
        background: #b9b2c1;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        -khtml-border-radius: 1px;
        border-radius: 1px;
    }

    .all-content {
        flex: 1 1 auto;
        width: 100%;
    }
}

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

    .all-content {
        margin: 0;
    }

    .menu-item .search {
        width: 40px;
        height: 40px;
    }

    .content {
        padding: 16px 10px;
    }

    .logo {
        max-width: 110px;
    }

    .content-title {
        font-size: 26px;
    }

    .content-img img {
        max-width: 100%!important;
    }

}

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

    .mobile-image.content-img img {
        max-width: 100%!important;
        margin: 0 0 5px;
    }

    .button-box {
        margin-bottom: 50px;
    }

    .custom-button {
        font-size: 16px;
        padding: 22px 14px;
    }

    .content:before {
        border-bottom: 50px solid #f3f3f3;
        border-left: 50px solid transparent;
    }

    .quotes img {
        margin-right: 5px;
    }

    .quotes span {
        font-size: 18px;
    }

}

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

    .custom-button {
        font-size: 14px;
        padding: 18px 12px;
    }

}





