/*@font-face {*/
/*    font-family: "CustomFont";*/
/*    src: url("../fonts/calibri-regular.woff") format("woff"),*/

/*}*/

body {
    font-family: Calibri,sans-serif;
    font-size: 18px;
    color: #555;
    font-weight: 400;
    line-height: 25px;
}

.home-body {
    /*background-image: url(../images/bg-body.jpg);*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 calc(100% + 10px);
}

.container {
    max-width: 1510px;
    width: 100%;
}

.container-2 {
    max-width: 1150px;
}

.container-3 {
    max-width: 1610px;
}

.container-fluid {
    /*overflow-x:initial;
  */
;
}

a {
    font-size: 18px;
    transition: all 400ms;
    color: #333;
    font-weight: 400;
}

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

h1 {
    font-size: 41px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 16px;
}

img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

button:focus {
    outline: none;
}
ul.pagination {
	margin-top: 15px
}
.page-link {
	color: #666;
	padding: 3px 10px
}
.page-item.active .page-link {
	background: #5c3193;
	border-color:  #5c3193
}
.btn {
    padding: 0 30px;
    border: 1px solid #5c3193;
    color: #5c3193;
    line-height: 34px;
    font-size: 16px;
    font-weight: 500;
    transition: all 400ms;
    border-radius: 0;
    white-space: nowrap;
    border-radius: 30px;
}

.btn:hover {
    background-color: #5c3193;
    color: #fff;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-2 {
    border: none;
    background: none;
    background-image: url(../images/bg-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 205px;
    height: 61px;
    text-align: center;
    color: #fff;
    line-height: 61px;
}

.btn-2:hover {
    background: none;
    background-image: url(../images/bg-btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
}

.title-box {
    position: relative;
    text-align: center;
}

.title {
    font-size: 20px;
    line-height: 1.4;
    color: #2b2b2b;
    margin-bottom: 0;
    letter-spacing: 0.02px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*font-family: 'Roboto', sans-serif;*/
}

/*.title:after {*/
/*    content: '';*/
/*    width: 75px;*/
/*    height: 2px;*/
/*    display: block;*/
/*    background-color: #383838;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/

.slick-arrow {
    background: none;
    border: none;
    background-image: url(../images/icon-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    font-size: 19px;
    position: absolute;
    top: calc(27%);
    cursor: pointer;
    transition: all 400ms;
    z-index: 2;
    color: #0054a6;
}

.slick-slidershow .slick-arrow {
    top: calc(48%);
}
.slick-slidershow .slick-next {
    right: 15px;
}
.slick-slidershow .slick-prev {
    left: 22px;
}


.slick-arrow:hover {
    color: #fff;
}

.slick-prev {
    left: 6px;
}

.slick-next {
    right: -6px;
    background-image: url(../images/icon-right.png);
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 11px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}
.button button {
    padding: 0 20px;
    height: 33px;
    border-color: #eee;
    border-radius: 0;
    color: #111;
}
.slick-dots button {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    font-size: 0;
    margin-right: 20px;
    cursor: pointer;
    transition: all 400ms;
}

.slick-dots li:last-child button {
    margin-right: 0;
}

.slick-dots button:hover,
.slick-dots .slick-active button {
    background-color: #5c3193;
}

.art-popups {
    opacity: 0;
    visibility: hidden;
    transition: all 400ms;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*//////////////////////////////////////////////////*/

.header-top {
    /*background-color:#ec008c;*/
    /*background-color: rgba(8, 37, 84, 1);*/
    /*color: #fff;*/
    font-weight: 700;
    padding: 7px 0;
}

.header-top ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.header-top li {
    padding: 5px 0;
}

.header-top label {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.header-main {
    position: relative;
    background: #a31919;
}

.header-stick {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9998;
}
#loginModal {

}

.headers.active .header-stick {
    background-color: #a31919;
    position: fixed;
}

.header-main .row,
.groups-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*menu*/

.megamenu-desktop ul {
    display: flex;
    margin-bottom: 0;
}

.megamenu-content a {
    padding: 5px 30px;
    color: #082554;
    font-family: Verdana,sans-serif;
    /*font-weight: 700;*/
    font-size: 14px;
    display: block;
    text-transform: uppercase;
}

.megamenu-desktop a {
    color: #fff;
    padding: 2px 5px;
    font-family: Verdana,sans-serif;

    display: inline-block;
}
.megamenu-content li {
    width: 100%;
    text-align: center;
}
.megamenu-desktop .megamenu-content>li.active {
    background-color: #ec008c;
}
.megamenu-desktop .megamenu-content >li:hover {
    background-color: #fff;
}
.megamenu-desktop .megamenu-content>li:hover>a {
    color: #6610f2!important;
}

.megamenu-content .sub-menu {
    padding: 7px;
}

.megamenu-desktop .sub-menu {
    /*display:none;
  */

    position: absolute;
/*    right: 15px;*/
    top: 100%;
    min-width: 210px;
    background-color: #fff;
    z-index: 999;
    border-radius: 5px;
    overflow-y: auto;
    max-width: 1043px;
/*    width: 100%;*/
    border: 1px solid #ebebeb;
    max-height: 630px;
    overflow-y: auto;
    transition: all 400ms;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
}

.megamenu-content>.item-sub:hover .sub-menu {
    transform: scaleY(1);
    opacity: 1;
    visibility: initial;
}

.megamenu-desktop .sub-menu::-webkit-scrollbar {
    width: 5px;
}

.megamenu-desktop .sub-menu::-webkit-scrollbar-track {
    border-radius: 20px;
    border: 1px solid #e9e9e9;
}

.megamenu-desktop .sub-menu::-webkit-scrollbar-thumb {
    background-color: #0062b9;
    border-radius: 20px;
}

.megamenu-desktop .sub-menu::-webkit-scrollbar-thumb:hover {
    background-color: #0062b9;
}

.megamenu-desktop .megamenu-content>.item-sub>.sub-menu>.sub-content {
    display: flex;
    flex-wrap: wrap;
}

/*
.megamenu-desktop .megamenu-content>.item-sub>.sub-menu>.sub-content>ul {
    width: 50%;
}
*/

.megamenu-desktop .sub-menu ul {
    display: block;
}

.megamenu-content>.item-sub,
.megamenu-content .sub-menu h4,
.megamenu-content .sub-menu a {
    padding: 0;
    color: #666 !important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.megamenu-content>.item-sub {
	 text-transform: unset;
}
.megamenu-content .sub-menu a {
	font-size: 14px;


}
.megamenu-content .sub-menu a:hover {
    color: #ff55ba !important;
}

.megamenu-content .sub-menu h4 {
    font-weight: 700;
}

.megamenu-content .sub-menu a:before {
    content: "\f101";
    font-weight: 300;
    font-family: FontAwesome;
    margin-right: 3px;
}

.megamenu-content .sub-menu .item-sub>a {
    color: #666 !important;
	text-transform: inherit
}

.megamenu-content .sub-menu .last a:before,
.megamenu-content .sub-menu .item-sub>a:before {
    display: none;
}

.megamenu-content .sub-menu .sub-menu {
    padding: 0;
    border-radius: 0;
}

.megamenu-mobile .sub-menu {
    display: none;
}

.megamenu-mobile .modal-content {
    border: none;
}

/*end menu*/

/*search*/

.search-form .form-content {
    position: relative;
}

.search-form .form-group {
    margin-bottom: 0;
}

.search-form .form-group .btn {
    border: none;
    padding: 0 5px;
    line-height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}

.search-form .form-group .btn:hover {
    background: none;
}

.search-form .form-control {
    width: 170px;
    height: 25px;
    border-color: #fff;
    padding: 0 15px 0 25px;
    color: #fff;
    background: none;
    border-radius: 4px;
}

.search-form .form-control:hover {
    border-color: #fff;
}

/*end search*/

/*footer*/

.footer-main {
    /*background-color: rgba(8, 37, 84, 0.9);*/
    /*padding: 30px 0;*/
}

/*.footer-main .row {*/
/*    justify-content: space-between;*/
/*}*/

.footer-menu {
    padding: 14px 0;
}

.footer-menu li {
    position: relative;
}

.footer-menu li:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 3px;
    color: #ff55ba;
}

.footer-title {
    text-align: left;
}

.footer-title .title {
    font-size: 16px;
    text-transform: unset;
    color: #fff;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 3px;
}

.footer-question li:before,
.footer-contact li:before,
.footer-title .title:after {
    display: none;
}

.footer-content a,
.footer-content {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.footer-content a:hover {
    color: #ff55ba;
}

.footer-content h4 {
    font-size: 17px;
    color: #ff55ba;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 14px;
}

.footer-content ul:last-child {
    margin-bottom: 0;
}

.footer-contact li {
    margin-bottom: 5px;
}

.footer-contact li:first-child,
.footer-contact li:last-child {
    margin-bottom: 0;
}

.footer-contact .icon {
    color: #ff55ba;
    margin-right: 3px;
}

.footer-question li {
    padding-left: 45px;
    font-size: 15px;
    margin-bottom: 25px;
    position: relative;
}

.footer-question li:last-child {
    margin-bottom: 0;
}

.footer-question label {
    margin-bottom: 0;
    line-height: 18px;
}

.footer-question span {
    display: block;
    font-size: 21px;
    font-weight: 700;
    color: #ff55ba;
    line-height: 19px;
    margin-bottom: 5px;
}

.footer-question span:last-child {
    margin-bottom: 0;
}

.footer-question img {
    position: absolute;
    top: 5px;
    left: 0;
}

.footer-bottom {
    background-color: rgba(8, 37, 84, 0.9);
    padding: 10px 0;
}

/*.footer-bottom .row {*/
/*    justify-content: space-between;*/
/*}*/

.footer-bottom p,
.footer-bottom ul {
    margin-bottom: 0;
}

.socials-list {
    display: flex;
    justify-content: flex-end;
}

.socials-list li {
    margin-right: 20px;
}

.socials-list li:last-child {
    margin-right: 0;
}

.socials-list a {
    color: #fff;
    font-size: 13px;
}

.socials-list a:hover {
    color: #ff55ba;
}

/*end footer*/

/*slider*/

.slider-box {
    position: relative;
}

.slider-content {
    position: absolute;
    top: 227px;
    left: 0;
    width: 100%;
    text-align: center;
    /*font-family: 'Montserrat', sans-serif;*/
    padding: 0 15px;
}

.slider-content h4 {
    font-size: 41px;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 29px;
    border-bottom: 2px solid #0db4ef;
    display: inline-block;
}

.slider-content .content {
    color: #fff;
    line-height: 32px;
    max-width: 580px;
    margin: 0 auto 50px;
}

.slider-content .content p:last-child {
    margin-bottom: 0;
}

.slider-content .btn {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

/*end slider*/

/*end features*/

.art-features {
    background-color: #5c3193;
}

.features-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
    position: relative;
    margin: 0 -50px;
}

.features-content .item {
    max-width: 25%;
    width: 100%;
    padding: 29px 50px 14px;
    border-right: 2px solid #fff;
    position: relative;
}

.features-content .item:last-child {
    border-right: none;
}

.feature-box {
    height: 100%;
}

.feature-image {
    margin-bottom: 26px;
}

.feature-content {
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.02em;
}

.feature-content h4 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.features-content .content p:last-child {
    margin-bottom: 0;
}

/*end features*/

/*products*/

/*.art-products {*/
/*    padding-top: 30px;*/
/*    padding-bottom: 30px;*/
/*}*/

.products-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.products-content .item {
    width: 20%;
    padding:0 15px 25px 15px;
}
/*.products-content .item:first-child {*/
/*    margin-left: -15px;*/
/*}*/

/*.products-content .item:last-child {*/
/*    margin-right: -15px;*/
/*}*/
.product-box {
    /*background-color: #f3f3f3;*/
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: all 400ms;
    position: relative;
}

.product-box:hover {
    box-shadow: 5px 5px 5px rgba(192, 190, 190, 0.5);
}

.product-content {
    padding: 7px 10px 0;
}

.product-name {
    margin-bottom: 1px;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.product-price, .product-price_sale {
    font-size: 16px;
}
.product-link {
    color: #5c3193;
    /*font-weight: 600;*/

}

.product-link:hover {
    color: #333;
}

.product-short-des {
    font-weight: 700;
    color: #2b2b2b;
    margin-bottom: 22px;
}

.product-short-des p:last-child {
    margin-bottom: 0;
}

.product-button {

}

.product-button .btn {
    padding: 0 10px;
}

.product-button .icon {
    font-weight: 700;
    margin-left: 4px;
}

/*end products*/

/*testimonials*/

.art-testimonials {
    padding: 48px 0 60px;
}

.title-testimonials .title {
    font-size: 40px;
    letter-spacing: 0;
}

.testimonials-content {
    max-width: 1180px;
    margin: 0 auto;
}

.testimonial-box {
    background-image: linear-gradient(rgba(212, 222, 229, 1), rgba(212, 222, 229, 0.1));
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 80px;
}

.testimonial-image {
    width: 190px;
    height: 190px;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-content {
    width: calc(100% - 190px);
    padding-left: 92px;
}

.testimonial-name {
    font-size: 30px;
    color: #666;
    font-weight: 700;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.testimonial-short-des {
    font-size: 21px;
    color: #666;
    font-style: italic;
    line-height: 24px;
}

.testimonial-short-des p:last-child {
    margin-bottom: 0;
}

/*end testimonials*/

/*brands*/

.art-brands {
    background-color: #0062b9;
    padding-top: 30px;
    padding-bottom: 42px;
    border-bottom: 3px solid #0055e1;
}

.title-brands .title {
    color: #fff;
    padding-bottom: 17px;
}

.title-brands .title:after {
    background-color: #fff;
}

.brands-content {
    margin: 0 -25px;
}

.brands-content .item {
    padding: 0 25px;
}

.brand-box {
    background-color: #fff;
}

.brand-image {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    transition: all 400ms;
    opacity: 0.4;
}

.brand-image:hover {
    filter: initial;
    opacity: 1;
}

.slick-brands .slick-arrow {
    width: auto;
    height: auto;
    background: none;
    font-size: 41px;
    color: rgba(102, 102, 102, 0.2);
}

.slick-brands .slick-arrow:hover {
    color: rgba(102, 102, 102, 1);
}

.slick-brands .slick-prev {
    left: 25px;
}

.slick-brands .slick-next {
    right: 25px;
}

/*end brands*/

/*contacts*/

.art-contacts {
    padding-top: 47px;
    padding-bottom: 70px;
}

.contacts-form {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
}

.contacts-form .form-group {
    position: relative;
}

.contacts-form .form-control {
    height: 64px;
    border: none;
    padding: 0 145px;
}

.contacts-form .fr-error {
    display: none;
}

.contacts-form .form-group-control {
    display: flex;
    margin: 0 -20px;
}

.contacts-form .form-group-control .form-group {
    width: 50%;
    padding: 0 20px;
}

.contacts-form .icon {
    font-size: 30px;
    color: #10b6f0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 95px;
}

.contacts-form .form-group-control .icon {
    left: 115px;
}

.contacts-form .button {
    text-align: center;
    margin-top: 22px;
}

.contacts-form .btn {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    width: 288px;
    height: 78px;
    line-height: 78px;
}

#error_name,
#error_email,
#error_phone,
#error_content,
#error_title,
#error_product,
#error_file,
#error_address,
.help-block {
    color: red;
}

/*end contacts*/

/*//////////////////////////////////////////////////*/

.page-headers .header-stick {
    position: relative;
}

.page-headers .megamenu-content a {
    /*color: #082554;*/
}

.page-headers.active .megamenu-desktop .megamenu-content a,
.page-headers .megamenu-desktop .megamenu-content a:hover,
.page-headers .megamenu-desktop .megamenu-content .active a {
    color: #fff;
}

.page-headers .search-form .form-control {
    border-color: #082554;
    color: #082554;
}

.page-headers .search-form .form-group .btn,
.page-headers .search-form .form-control::placeholder {
    color: #082554;
}

.page-headers.active .search-form .form-control {
    border-color: #fff;
    color: #fff;
}

.page-headers.active .search-form .form-group .btn,
.page-headers.active .search-form .form-control::placeholder {
    color: #fff;
}

.page-headers .megamenu-mobile .menu-open span,
.page-headers .megamenu-mobile .menu-open span:before,
.page-headers .megamenu-mobile .menu-open span:after {
    background-color: #082554;
}

.page-headers.active .megamenu-mobile .menu-open span,
.page-headers.active .megamenu-mobile .menu-open span:before,
.page-headers.active .megamenu-mobile .menu-open span:after {
    background-color: #fff;
}

.page-site .title-box {
    text-align: left;
}

.page-site .title {
    padding-bottom: 0;
    margin-bottom: 37px;
}

.page-site .title:after {
    width: 100%;
    bottom: 11px;
    height: 1px;
}

.page-site .title span {
    position: relative;
    z-index: 9;
    background-color: #fff;
    padding-right: 3px;
}

.title-breadcrumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-breadcrumb .title {
    margin-bottom: 0;
    color: #fff;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 41px;
    letter-spacing: 0.01em;
}

.title-breadcrumb .title:after {
    background-color: #0db4ef;
    width: 100%;
}

.breadcrumb-box {
    display: block;
}

.breadcrumb-box li {
    position: relative;
    display: inline-block;
}

.breadcrumb-box li:after {
    content: '/';
    display: inline-block;
    margin-left: 2px;
}

.breadcrumb-box li:last-child:after {
    display: none;
}

.breadcrumb-box a {
    font-style: italic;
}

.breadcrumb-box span {
    color: #46a8f4;
    font-style: italic;
    text-transform: uppercase;
}

.page-site {
    padding-bottom: 15px;
}

.page-site .art-products {
    padding-top: 16px;
}

.page-site~footer .footer-main {
    background-color: rgba(92, 49, 147, .2);
}

.paginations-box {
    padding-top: 45px;
}

.paginations-box ul {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.paginations-box li {
    padding: 0 6px;
}

.paginations-box a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #e5e5e5;
    text-align: center;
    color: #555;
    border-radius: 5px;
}

.paginations-box a:hover,
.paginations-box .active a {
    background-color: #04049b;
    border-color: #04049b;
    color: #fff;
}

.sidebar-box .title {
    background-color: #04049b;
    color: #fff;
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 900;
    font-size: 16px;
    padding: 10px 20px;
}

.sidebar-box .title:after {
    display: none;
}

.sidebar-box .title span {
    background: none;
}

.sidebar-box .categories-content {
    background-color: #b1dafa;
}

.sidebar-box .category-box h4 {
    color: #04049b;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-bottom: 1px solid #04049b;
    cursor: pointer;
}

.sidebar-box .category-box:last-child h4 {
    border-bottom: 1px solid #b1dafa;
}

.sidebar-box .category-content {
    border-top: 1px solid #04049b;
    position: relative;
    top: -1px;
}

.sidebar-box .category-content li {
    padding: 9px 20px;
    border-bottom: 2px solid #fff;
}

.sidebar-box .category-content li:last-child {
    border-bottom: none;
}

.sidebar-box .category-content a {
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}

.sidebar-box .category-content a:before {
    content: "\f101";
    font-weight: 300;
    font-family: FontAwesome;
    margin-right: 3px;
}

/*//////////////////////////////////////////////////*/

.product-details-site .art-products {
    padding-top: 30px !important;
}

.product-details-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-details-box .title:after {
    background-color: #04049b;
}

.product-detail-images {
    max-width: 535px;
    width: 100%;
    padding: 0 15px;
}

.product-detail-images .slick-products-nav {
    margin:10px 0 0;
}

.product-detail-images .slick-products-nav .item {
    padding: 0 5px;
}

.product-detail-images .slick-arrow {
    background: none;
    font-size: 23px;
    color: rgba(102, 102, 102, 1);
}

.product-detail-images .slick-prev {
    left: 0;
}

.product-detail-images .slick-next {
    right: 0;
}

.product-details-box .title {
    margin-bottom: 11px !important;
}

.product-details-box .title small {
    font-size: 16px;
    text-transform: initial;
}

.product-details-box .breadcrumb-box {
    margin-top: 0;
    margin-bottom: 17px;
}

.product-detail-content {
    max-width: calc(100% - 535px);
    width: 100%;
    padding: 0 15px;
}

.product-detail-content h4 {
    font-size: 21px;
    font-weight: 500;
    color: #04049b;
    margin-bottom: 7px;
}

.product-detail-content .title {
    font-size: 19px;
    font-weight: 700;
    color: #333;
    text-transform: unset;
    padding-bottom: 3px;
    margin-bottom: 21px;
}

.product-detail-content .title:after {
    bottom: 0;
}

.product-detail-content .content {
    margin-bottom: 15px;
}

.product-detail-content .content:last-child {
    margin-bottom: 0;
}

/*.product-detail-content .form-group {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 23px;*/
/*}*/

/*.product-detail-content .form-group label {*/
/*    max-width: 150px;*/
/*    width: 100%;*/
/*    margin-bottom: 0;*/
/*    color: #333;*/
/*    font-weight: 500;*/
/*}*/

/*.product-detail-content .form-control {*/
/*    max-width: calc(100% - 150px);*/
/*    width: 100%;*/
/*    height: 26px;*/
/*    color: #333;*/
/*    border-color: #333;*/
/*    border-radius: 5px;*/
/*}*/

.product-detail-content .form-control:hover,
.product-detail-content .form-control:focus {
    border-color: #333;
}

.product-detail-content .form-control::placeholder {
    color: #333;
}

.product-detail-content .form-group-total {
    color: #04049b;
    font-style: italic;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}

.product-detail-content .form-group-total-2 {
    font-size: 21px;
    color: #04049b;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    margin-top: 55px;
}

.product-detail-content .address-box {
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.product-detail-content .address-box h4 {
    font-size: 17px;
    font-weight: 900;
    color: #04049b;
    text-transform: uppercase;
}

.product-detail-content .address-box .icon {
    color: #333;
}

.product-detail-content .address-box .item-advisory {
    color: #04049b;
    line-height: 22px;
    font-size: 16px;
    margin-top: 14px;
}

.product-detail-content .address-box .item-advisory label {
    margin-bottom: 0;
    display: block;
}

.product-detail-content .address-box .item-advisory span {
    font-size: 21px;
    line-height: 25px;
    font-weight: 700;
}

.art-product-description {
    padding-top: 32px;
}
.product-description {
    line-height: 22px;
}
.description-tab {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
}

.description-tab-title ul {
    margin-bottom: 0;
    border-bottom: 1px solid #04049b;
    display: flex;
    flex-wrap: wrap;
}

.product-description-content .title,
.description-tab-title a {
    font-size: 21px;
    font-weight: 500;
    color: #04049b;
    padding: 0 20px;
    position: relative;
    display: block;
}

.description-tab-title a:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #04049b;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all 400ms;
    opacity: 0;
    visibility: hidden;
}

.description-tab-title a.active:after {
    opacity: 1;
    visibility: initial;
}

.product-description-content {
    padding: 17px 20px;
    color: #666;
}

.product-description-content .title {
    display: none;
    padding: 0;
    margin-bottom: 15px;
}

.product-description-content h4 {
    font-size: 21px;
    color: #04049b;
    font-weight: 500;
    margin-bottom: 20px;
}
.product-description p {
    margin: 0;
}
.product-description-content p,
.product-description-content ul {
    margin-bottom: 0;
}

.products-related-title .title {
    padding-bottom: 0;
    margin-bottom: 43px;
    color: #666;
}

.products-related-title .title:after {
    display: none;
}

.products-related-content {
    display: block;
    flex-wrap: initial;
}

.slick-products .slick-arrow {
    background: none;
    font-size: 23px;
    color: rgba(102, 102, 102, 1);
}

.slick-products .slick-prev {
    left: 15px;
}

.slick-products .slick-next {
    right: 15px;
}

/*blogs*/

.blogs-list {
/*    border-top: 1px solid #04049b;*/
    padding-top: 24px;
}

.blogs-content .item {
    padding: 10px 0;
	border-bottom: 1px solid #c2c2c2;

}

.blog-box {
    display: flex;
}

.blog-image {
    max-width: 224px;
    width: 100%;
}

.blog-content {
    padding-left: 19px;
    position: relative;
    top: -3px;
}

.blog-name {
    margin-bottom: 14px;
	line-height: 21px
}

.blog-link {
    font-size: 18px;
    color: #333;
/*    text-transform: uppercase;*/
    font-weight: 500;
}

.blog-short-des {
    color: #666;
/*    font-weight: 500;*/

	line-height: 21px
}

.blog-short-des p {
    margin-bottom: 14px;
}

.blog-short-des p:last-child {
    margin-bottom: 0;
}

.blogs-box .paginations-box {
    padding-top: 20px;
    padding-bottom: 45px;
}

.art-sidebars-blogs {
    padding-top: 24px;
    padding-bottom: 20px;
}

.art-sidebars-blogs .title {
    padding: 0;
    background: none;
    font-size: 21px;
    color: #666;
    font-weight: 700;
}

.art-sidebars-blogs .item {
    border-bottom: 1px solid #ececec;
}

.art-sidebars-blogs .item:last-child {
    border: none;
}

.art-sidebars-blogs .blog-box {
    padding: 0;
    border: none;
}

.art-sidebars-blogs .blog-image {
    max-width: 100px;
    width: 100%;
}

.art-sidebars-blogs .blog-content {
    padding-left: 10px;
    position: relative;
    top: -5px;
}

.art-sidebars-blogs .blog-name {
    line-height: 22px;
}

.art-sidebars-blogs .blog-link {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: initial;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*end blogs*/

/*blog-description*/

.blog-description-box {
/*    border-top: 1px solid #04049b;*/
    padding-top: 25px;
    padding-bottom: 15px;
}

.title-blog-description {
    margin-bottom: 18px;
}

.title-blog-description .title {
    color: #002346;
    text-transform: initial;
    margin-bottom: 10px;
}

.title-blog-description .title:after {
    display: none;
}

.blog-create-date {
    color: #444;
    margin-bottom: 4px;
}

.title-blog-description .blog-short-des {
    color: #555;
    font-weight: 700;
    line-height: 25px;
}

.title-blog-description .blog-short-des p {
    margin-bottom: 0;
}

.blog-description-content img {
    margin: 45px auto;
    display: block;
}

.blog-description-content h4 {
    font-size: 25px;
    line-height: 28px;
    color: #002346;
    font-weight: 500;
    margin-bottom: 18px;
}

.blog-description-content p {
    margin-bottom: 18px;
}

.blog-description-author {
    color: #333;
    font-style: italic;
    display: flex;
    justify-content: flex-end;
    padding-top: 0;
}

/*end blog-description*/

/*about-us*/

.about-us-site {
    background-image: url(../images/bg-body-about-us.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.about-us-site~footer {
    background-image: url(../../../index.html);
    background-repeat: no-repeat;
}

.about-us-site~footer .footer-main {
    background-color: rgba(8, 37, 84, 0.9);
}

.about-us-site .art-banners {
    padding: 70px 0;
}

.about-us-site .art-banners:first-child {
    padding-top: 20px;
}

.about-us-site .art-banners:last-child {
    padding-top: 45px;
}

.about-us-site .title {
    color: #666;
    margin-bottom: 65px;
}

.about-us-site .title span {
    padding-right: 20px;
}

.about-us-site .art-banners:last-child .title span {
    background-color: #e8f5fe;
}

.about-us-site .title:after {
    background-color: #04049b;
}

.about-us-site .banner-image {
    box-shadow: 3px 0 16px rgba(0, 0, 0, 0.27);
    border-radius: 5px;
}

.art-about-us .banner-content {
    letter-spacing: 0.02em;
    color: #666;
    line-height: 24px;
}

.art-about-us .banner-content p {
    margin-bottom: 25px;
}

.art-about-us .banner-content p:last-child {
    margin-bottom: 0;
}

/*end about-us*/

.contacts-site {
    background-image: url(../images/bg-body-contacts.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.contacts-site~footer {
    background-image: url(../../../index.html);
    background-repeat: no-repeat;
}

.contacts-site~footer .footer-main {
    background-color: rgba(8, 37, 84, 0.9);
}

.contacts-site .art-contacts {
    padding-top: 20px;
    padding-bottom: 42px;
}

.contacts-site .title-contacts .title {
    color: #333;
    margin-bottom: 77px;
}

.contacts-site .title:after {
    background-color: #04049b;
    bottom: 14px;
}

.contacts-site .title-contacts .title span {
    padding-right: 20px;
}

.map-box iframe {
    width: 100% !important;
}

.address-box {
    color: #333;
    font-size: 16px;
    /*line-height: 30px;*/
    /*padding: 25px 15px;*/
    box-shadow: 3px 0 16px rgba(0, 0, 0, 0.1);
    margin-top: 38px;
    background-color: #fff;
}

.address-box h4 {
    font-size: 25px;
    color: #5c3193;
    line-height: 30px;
    margin-bottom: 14px;
}

.address-box ul:last-child {
    margin-bottom: 0;
}

.footer-contact li {
    margin-bottom: 5px;
}

.address-box li:last-child {
    margin-bottom: 0;
}

.address-box .icon {
    color: #ff55ba;
    margin-right: 3px;
}

.address-box .li {
    display: flex;
    margin: 0 -12px;
}

.address-box .li>div {
    padding: 0 12px;
}

.contacts-site .contacts-box .title-contacts .title {
    font-size: 25px;
    text-transform: initial;
    color: #fff;
    font-weight: 500;
    margin-bottom: 43px;
}

.contacts-site .contacts-box .title-contacts .title span {
    background: none;
}

.contacts-site .contacts-box .title-contacts .title:after {
    display: none;
}

.contacts-site .contacts-box {
    background-image: url(../images/bg-contacts.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 27px 37px 45px;
}

.contacts-site .contacts-form .form-group {
    margin-bottom: 12px;
}

.contacts-site .contacts-form .form-control {
    padding: 0 20px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    height: 38px;
}

.contacts-site .contacts-form .form-control::placeholder {
    color: #fff;
}

.contacts-site .contacts-form textarea.form-control {
    height: auto;
}

.contacts-site .contacts-form .button {
    text-align: left;
    margin-top: 0;
}

.contacts-site .contacts-form .btn {
    background-color: #ec008c;
    border-color: #ec008c;
    border-radius: 0;
    padding: 4px 43px;
    width: auto;
    height: auto;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    text-transform: initial;
}

.page-404-site {
    background-image: url(../images/bg-404.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
}

.page-404-site h1 {
    color: #ec008c;
    font-size: 380px;
    font-weight: 700;
    /*font-family: 'Montserrat', sans-serif;*/
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 22px;
}

.page-404-site h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.page-404-site h3 {
    color: #fff;
    font-size: 25px;
    letter-spacing: 0.02em;
    line-height: 1.5;
    margin-bottom: 44px;
}

.page-404-site .btn {
    background-color: #ec008c;
    border-color: #ec008c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 18px;
    border-radius: 5px;
    padding: 12px 63px;
}

.page-404-site .banners-box {
    padding-top: 139px;
    padding-bottom: 254px;
    text-align: center;
}

.quotes-site {
    overflow: initial;
    /*overflow-x:hidden;
  */
;
}

.quotes-box {
    border-top: 1px solid #04049b;
    padding-top: 20px;
    padding-bottom: 40px;
}

.quotes-box .title {
    background-color: #04049b;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    padding: 3px 20px;
    font-size: 25px;
    text-transform: initial;
    margin-bottom: 12px;
}

.quotes-box .title:after {
    display: none;
}

.quotes-box .title span {
    background: none;
}

.quotes-form .form-group {
    display: flex;
    justify-content: space-between;
}

.quotes-form label {
    max-width: 345px;
    width: 100%;
    margin-bottom: 0;
    color: #251c13;
    text-transform: capitalize;
    padding-top: 5px;
}

.quotes-form label small {
    color: #ec008c;
}

.quotes-form .form-control {
    max-width: calc(100% - 345px);
    width: 100%;
    border-color: #666;
    border-radius: 5px;
    height: 43px;
}

.quotes-form .form-control:hover,
.quotes-form .form-control:focus {
    border-color: #666;
}

.quotes-form .form-group-radio {
    justify-content: flex-start;
    align-items: center;
    color: #251c13;
    font-weight: 500;
}

.quotes-form .form-group-radio label {
    padding-top: 0;
}

.quotes-form .form-group-radio>div {
    display: flex;
    align-items: center;
    margin: 0 40px;
}

.quotes-form .form-group-radio>div:last-child {
    margin-right: 0;
}

.quotes-form .form-group-radio .form-control {
    max-width: 100%;
    width: auto;
    margin-right: 10px;
}

.quotes-form .form-group-button {
    justify-content: flex-end;
    padding-top: 8px;
}

.quotes-form .form-group-button .button {
    max-width: calc(100% - 345px);
    width: 100%;
}

.quotes-form .form-group-button span {
    color: #666;
}

.quotes-form .form-group-button .btn-reset {
    color: #ec008c;
    margin-left: 17px;
}

.quotes-form .form-group .btn {
    background-color: #ec008c;
    border-color: #ec008c;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
    padding: 3px 25px;
}

.quotes-form .form-group-file {
    justify-content: flex-start;
}

.quotes-form .form-group-file .file {
    position: relative;
    display: flex;
    align-items: center;
}

.quotes-form .form-group-file .file .upimage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.quotes-form .form-group-file .button {
    margin-right: 20px;
}

.quotes-form .form-group-file .btn {
    background-color: #666;
    border-color: #666;
    padding: 3px 180px;
}

.quotes-form .form-group-file p {
    margin-bottom: 0;
    color: #ec008c;
    font-style: italic;
}

.quotes-form .form-group-note {
    display: flex;
    justify-content: flex-end;
}

.quotes-form .form-group-note p {
    color: #ec008c;
    margin-bottom: 0;
    max-width: calc(100% - 345px);
    width: 100%;
    font-style: italic;
}

.quotes-content .sub-content {
    display: none;
    border: 1px solid #666;
    border-radius: 5px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    /*height:400px;
  */

    background-color: #fff;
    z-index: 9;
    overflow-y: auto;
    padding: 20px 0;
    margin-bottom: 20px;
}

.quotes-content .sub-content::-webkit-scrollbar {
    width: 4px;
    border-radius: 5px;
}

.quotes-content .sub-content::-webkit-scrollbar-track {
    border-radius: 5px;
}

.quotes-content .sub-content::-webkit-scrollbar-thumb {
    background: #ec008c;
    border-radius: 20px;
}

.quotes-content .sub-content::-webkit-scrollbar-thumb:hover {
    background: #ec008c;
}

.quotes-content .form-group-select .categories-box {
    max-width: calc(100% - 345px);
    width: 100%;
    position: relative;
}

.quotes-content .form-group-select .form-control {
    max-width: 100%;
}

.quotes-content .form-group-select .form-control,
.quotes-content .form-group-select .item {
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 25px;
    cursor: pointer;
}

.quotes-content .form-group-select .item.title {
    color: #04049b;
    background: none;
    font-weight: 700;
    font-size: 15px;
    padding: 0 25px;
    margin: 0;
}

.quotes-content .form-group-select .sub-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}

.quotes-content .form-group-select .sub-title .icon {
    color: #666;
}

/*.quotes-site {
  overflow:initial;
}

*/

/*back-to-top*/

.back-to-top {
	width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(8, 37, 84, 0.9);
    border: 1px solid rgba(8, 37, 84, 0.9);
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 95px;
    right: 26px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}

.back-to-top:hover {
    background-color: #fff;
    color: rgba(8, 37, 84, 0.9);
}

.back-to-top.active {
    visibility: initial;
    opacity: 1;
}

/*end back-to-top*/

.quotes-content .form-group-select .item:not(.title) {
    transition: all 400ms;
}

.quotes-content .form-group-select .item:not(.title):hover {
    color: #fff;
    background-color: #04049b;
}

.quotes-form .form-group {
    flex-wrap: wrap;
}

.quotes-content .fr-erros {
    display: block;
    color: #ff0000;
    margin-top: 5px;
    display: none;
}

.quotes-content .form-control-box {
    max-width: calc(100% - 345px);
    width: 100%;
    position: relative;
}

.quotes-content .form-control-box .form-control {
    max-width: 100%;
}

.art-quotes .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.art-quotes .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-secondary {
    color: #fff;
    background: #666666;
    border-color: #666666;
}

.mr-2 {
    margin-right: .5rem !important;
}

.quotes-content .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.text-danger {
    color: #dc3545 !important;
}

.pl-1 {
    padding-left: .25rem !important;
}

.position-relative .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-link {
    color: #666666;
}

.btn-link:hover {
    color: #dc3545;
}

.testimonial-short-des {
    overflow-y: scroll;
    height: 150px;
    padding-right: 5px;
}

.testimonial-short-des::-webkit-scrollbar {
    width: 5px;
}

.testimonial-short-des::-webkit-scrollbar-track {
    border-radius: 20px;
    background-color: #e9e9e9;
}

.testimonial-short-des::-webkit-scrollbar-thumb {
    background-color: #ec008c;
    border-radius: 20px;
}

.testimonial-short-des::-webkit-scrollbar-thumb:hover {
    background-color: #ec008c;
}

/*05/10/2020*/

.sidebar-box .category-content .active>a {
    color: #46a8f4;
}

.quotes-content .btn-submit-quote {
    background-color: #ec008c;
    border-color: #ec008c;
    color: #fff;
    border-radius: 5px;
    font-weight: 400;
    padding: 3px 25px;
}

.quotes-content .btn-link {
    text-decoration: none;
}

.quotes-content .form-group>div {
    flex-wrap: wrap;
}

.quotes-content .form-group .input-group-requỉe {
    position: absolute;
    top: 8px;
    right: -12px;
}

.quotes-content .form-group .fr-error {
    margin-top: 5px;
}

.page-404-site {
    height: 100%;
    display: flex;
    align-items: center;
}

.page-404-site .banners-box {
    padding-top: 0;
    padding-bottom: 0;
}

.quotes-form .form-group-file .file .upimage {
    position: initial;
    opacity: 1;
}

.quotes-form .form-group-file .btn,
.quotes-form .form-group-file p {
    display: none;
}

.blog-short-des {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-content {
    position: relative;
}

.product-details-site {
    background-color: #ebebeb;
}

.product-details-site .title span {
    background-color: #ebebeb;
}

.product-details-site .sidebar-box .title span {
    background: none;
}

.product-short-des {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*///20201023///*/

.product-details-site .title span,
.product-details-site {
    background-color: #fff;
}

.quotes-form .form-control:hover,
.quotes-form .form-control:focus,
    /*.quotes-form .form-control::,*/
.quotes-form .form-control,
.quotes-form .form-group-button span,
.quotes-form .form-group-radio,
.quotes-form label,
.about-us-site .title,
.art-about-us .banner-content,
.blog-description-content h4,
.art-sidebars-blogs .blog-link,
.title-blog-description .blog-short-des,
.blog-short-des,
.address-box,
.title,
a,
.product-description-content,
body {
    color: #000;
}

.megamenu-content>.item-sub,
.megamenu-content .sub-menu h4,
.megamenu-content .sub-menu a {
    color: #000 !important;
}
.text-uppercase-none {
    text-transform: none!important;
}
.chats-both-box {
    position: fixed;
    max-width: 58px;
    right: 25px;
    bottom: 97px;
    z-index: 999;
}

.chats-both-box li {
    margin-bottom: 20px;
}

.chats-both-box li:last-child {
    margin-bottom: 0;
}

.chats-both-box .chats__link {
    display: inline-block;
    width: 45px;
    height: 45px;
}

.chats-both-box ul li:nth-child(2) .chats__link {
    background: #e8578b;
    line-height: 34px;
    border-radius: 50%;
    /* padding: 10px; */
    text-align: center;
    transform: rotate(
        -95deg);
}

.chats-both-box ul li:nth-child(2) .chats__link img {
    object-fit: contain;
    width: 22px;
    margin-top: 9px;
}

.product-detail-content .address-box .item-advisory a{
    color: #04049b;
}

.top-content {

}
.grid-box a {
    overflow: hidden;
    display: inline-block;
    height: 154px;
    width: 100%;
}
.grid-box img, .product-image img , .categories-image img {
    transition: all 1s;
    -webkit-transform: scale(1);
    transform: scale(1);
	height: 100%
}

.grid-box img:hover , .product-image img:hover , .categories-image img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.line {
	display: block;
	width: 60px;
	height: 2px;
	margin-top: 7px;
	background: #5c3193
}

.socials-top a {
    margin: 0px;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    width: 30px;
    /*height: 30px;*/
    text-align: center;
    /* line-height: 40px; */
    /* background: #5c3193; */
    /* border-radius: 50%; */
    /* -webkit-border-radius: 50%; */
    /* -moz-border-radius: 50%;*/
}

.socials-top a:first-child{
    margin-left: 0;
}
.socials-top a:last-child{
    margin-right: 0;
}
.login a {
    color: #777;
    font-size: 14px;
    font-family: Verdana,sans-serif;
}
.login , .socials-top {
    left: 0;
    right: 0;
    bottom: 0;
}
.my-cart i{
    font-size: 24px;
}
.slick-categories .item {
    padding: 0 25px;
}

.categories-box .categories-name a {
    font-size: 18px;
    /*text-transform: uppercase;*/
}
.art-categories, .about-us-box {
    background: #F4E8FA;
}
.about-us-box {
    padding: 15px;
}
.categories-post-name {
    font-size: 24px;
    font-weight: 600;
    /*color: #6920a7;*/
}
.item-posts {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.item-posts li:not(first-child){
    margin-top: 3px;
}
.item-posts li a {
    padding-bottom: 4px;
    border-bottom:  1px solid #666;
}
.item-posts img {
    height: 64px;
    width: 100%;
    object-fit: cover;
}
.posts-comment {
    font-size: 14px;
}
.design-product {
    color: #5c3193;
    padding-bottom: 2px;
    border-bottom: 1px solid #5c3193;
}

/*.slick-slide img {*/
/*    border-radius: 10px;*/
/*    -webkit-border-radius: 10px;*/
/*    -moz-border-radius: 10px;*/
/*}*/
.w-40 {
    width: 40%;
}
.logo img {
    height: 40px;
}
.description-category p {
    margin: 0 0 5px!important;
}
.category-name h1 {
    font-size: 22px;
}

.search-form {
    border-color: #222!important;
    border-radius: 30px!important;
    height: 35px;
    margin-top: 5px;
}
.categories-posts .categories-box {
    /*border: 1.5px solid #333;*/
    /*border-bottom: none;*/
    /*padding: 15px 15px 0 15px;*/
}
.jeg_sharelist {
    float: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.jeg_sharelist {
    bottom: 100%;
    left: 0;
}
.jeg_share_button a.expanded {
    width: auto;
    max-width: none;
    padding: 0 12px;
}
.jeg_share_button .jeg_btn-facebook {
    background: #45629f;
}
.jeg_share_button a {
    float: left;
    width: 44px;
    max-width: 44px;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    background: #212121;
    margin: 0 5px 5px 0;
    border-radius: 3px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.jeg_share_button .fa {
    font-size: 18px;
    color: #fff;
    line-height: inherit;
}
.jeg_share_button a>span {
    display: none;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}
.jeg_share_button a.expanded>span {
    display: inline;
    position: relative;
}
.jeg_share_button .jeg_btn-twitter {
    background: #5eb2ef;
}
.jeg_share_button .jeg_btn-pinterest {
    background: #cf2830;
}
.product-price {
	bottom: 33px
}
.jeg_share_top_container {
	bottom: -7px;
}
.menu-home {
	display: none
}
.border-right {
	border-right: 1px solid #e2e2e2;
	padding-right: 15px
}
.posts-title a {
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	min-height: 50px
}
@media(max-width: 768px){
	#loginModal .jeg_share_top_container {
		margin-bottom: 0
	}
	.slick-next {
		right: 6px;
	}
	.slick-prev {
    left: 6px;
}
	.product-price, .jeg_share_top_container {
		position: static!important
	}
	.product-price {
		margin-bottom: 6px
	}
	.jeg_share_top_container {
		margin-bottom: 15px
	}
    .logo img {
        height: 30px;
        margin: 3px 0;
    }
    .socials-top a {
        font-size: 20px;
        height: 30px;
        width: 25px;
    }
    .header-stick {
        padding: 0!important;
    }
    .mobile-content .menu-open span , .mobile-content .menu-open span:before ,.mobile-content .menu-open span:after {
        background: #fff!important;
    }
    .menu-open span:after {
        margin-top: 8px;
    }

    .menu-open span:before {
        margin-top: -8px;
    }
    .slick-slidershow {
        padding-right: 0!important;
        margin-bottom: 30px;
    }
    .box-slider, .about-us-box {
        width: 100%!important;
    }
    .categories-posts:first-child {
        margin-bottom: 15px;
    }
    .slick-slidershow .slick-dots {
        bottom: 30px!important;
    }
    .posts > .pl-4 {
        padding-left: 0!important;
    }
    .slick-slidershow {
        margin-bottom: 10px!important;
    }
    .w-40 {
        width: 100%;
    }
    .login, .socials-top {
        position: static!important;
    }
    .w-xs-100 {
        width: 100%!important;
    }
}

