@font-face {
    font-family: "latin";
    font-weight: 100;
    src: url("../fonts/montserrat/Montserrat-Thin.eot");
    src: url("../fonts/montserrat/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Thin.woff") format("woff"), url("../fonts/montserrat/Montserrat-Thin.ttf") format("truetype"); }
@font-face {
    font-family: "latin";
    font-weight: 200;
    src: url("../fonts/montserrat/Montserrat-ExtraLight.eot");
    src: url("../fonts/montserrat/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-ExtraLight.woff") format("woff"), url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype"); }
@font-face {
    font-family: "latin";
    font-weight: 300;
    src: url("../fonts/montserrat/Montserrat-Light.eot");
    src: url("../fonts/montserrat/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Light.woff") format("woff"), url("../fonts/montserrat/Montserrat-Light.ttf") format("truetype"); }
@font-face {
    font-family: "latin";
    font-weight: 400;
    src: url("../fonts/montserrat/Montserrat-Regular.eot");
    src: url("../fonts/montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
    font-family: "latin";
    font-weight: 500;
    src: url("../fonts/montserrat/Montserrat-Medium.eot");
    src: url("../fonts/montserrat/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Medium.woff") format("woff"), url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype"); }
@font-face {
    font-family: "latin";
    font-weight: 600;
    src: url("../fonts/montserrat/Montserrat-SemiBold.eot");
    src: url("../fonts/montserrat/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-SemiBold.woff") format("woff"), url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype"); }
@font-face {
    font-family: "latin";
    font-weight: 700;
    src: url("../fonts/montserrat/Montserrat-Bold.eot");
    src: url("../fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"), url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype"); }
@font-face {
    font-family: "latin";
    font-weight: 800;
    src: url("../fonts/montserrat/Montserrat-ExtraBold.eot");
    src: url("../fonts/montserrat/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/montserrat/Montserrat-ExtraBold.ttf") format("truetype"); }
@font-face {
    font-family: "pardis";
    font-weight: 200;
    src: url("../fonts/pardis/pardisThin.eot");
    src: url("../fonts/pardis/pardisThin.eot?#iefix") format("embedded-opentype"), url("../fonts/pardis/pardisThin.woff") format("woff"), url("../fonts/pardis/pardisThin.ttf") format("truetype"); }
@font-face {
    font-family: "pardis";
    font-weight: 300;
    src: url("../fonts/pardis/pardisRegular.eot");
    src: url("../fonts/pardis/pardisRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/pardis/pardisRegular.woff") format("woff"), url("../fonts/pardis/pardisRegular.ttf") format("truetype"); }
@font-face {
    font-family: "pardis";
    font-weight: 400;
    src: url("../fonts/pardis/pardisBold.eot");
    src: url("../fonts/pardis/pardisBold.eot?#iefix") format("embedded-opentype"), url("../fonts/pardis/pardisBold.woff") format("woff"), url("../fonts/pardis/pardisBold.ttf") format("truetype"); }
@font-face {
    font-family: "pardis";
    font-weight: 500;
    src: url("../fonts/pardis/pardisBlack.eot");
    src: url("../fonts/pardis/pardisBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/pardis/pardisBlack.woff") format("woff"), url("../fonts/pardis/pardisBlack.ttf") format("truetype"); }
body {
    direction: rtl;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    font-family: pardis;
    font-size: 16px; }

*:after, a:before {
    content: "";
    position: absolute; }

.clearfix {
    clear: both; }

main {
    position: relative; }

.navbar {
    width: 100%; }
@media screen and (max-width: 1024px) {
    .navbar {
        padding: 0.5rem 0px;
        margin: 35px 0px;
        z-index: 10; } }

.navbar-nav li {
    position: relative;
    margin-right: 5px;
    font-size: 20px; }
@media screen and (max-width: 971px) {
    .navbar-nav li {
        font-size: 12px;
        width: max-content; } }
.navbar-nav li:after {
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
    display: none; }
.navbar-nav li a {
    transition: all 0.3s ease-in; }
.navbar-nav li:hover a {
    color: #fff; }
.navbar-nav li:hover::after {
    display: block; }

.navbar-nav li.active a {
    color: #fff; }
.navbar-nav li.active:after {
    display: block; }

.navbar-brand {
    text-align: right;
    font-weight: 600;
    line-height: 25px; }
.navbar-brand span {
    display: block;
    font-weight: 300; }
.navbar-brand img {
    width: 165px;
    margin-top: -16px; }
@media screen and (max-width: 971px) {
    .navbar-brand img {
        margin-left: 33px;
        width: 125px;
        margin-top: -30px; } }
@media screen and (max-width: 768px) {
    .navbar-brand img {
        width: 100px;
        margin-top: -45px;
        margin-left: 20px; } }

img.search {
    width: 20px;
    margin-right: 40px; }

.shopping-bag {
    margin-left: 20px; }
@media screen and (max-width: 768px) {
    .shopping-bag {
        margin-left: 39px; } }
.shopping-bag img {
    width: 35px;
    position: relative;
    margin-top: -9px; }
@media screen and (max-width: 768px) {
    .shopping-bag img {
        width: 27px; } }
.shopping-bag span {
    color: #0095da;
    margin-top: 6px;
    display: inline-block; }

#home-page {
    width: 100%;
    height: 768px;
    background-color: #000;
    position: relative;
    direction: ltr; }
@media screen and (min-width: 1900px) {
    #home-page {
        height: 768px; } }
@media screen and (max-width: 971px) {
    #home-page {
        height: auto; } }
#home-page .next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    bottom: 0px;
    right: 0px;
    z-index: 1; }
#home-page .next img {
    display: block;
    width: 32px;
    margin: auto;
    margin-top: 9px; }
#home-page .right-home-page {
    height: 768px;
    width: 500px;
    background-image: url("../images/shape.png");
    background-size: 575px; }
@media screen and (min-width: 1900px) {
    #home-page .right-home-page {
        height: 768px; } }
@media screen and (max-width: 971px) {
    #home-page .right-home-page {
        background-image: none; } }
@media screen and (max-width: 980px) {
    #home-page .right-home-page {
        height: 140px;
        width: 100%;
        background-image: none;
        background-size: 100%; } }
#home-page .right-home-page img.wheel {
    width: 446px;
    position: absolute;
    top: 151px;
    right: 140px;
    animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    -webkit-animation: spin 20s linear infinite; }
@media screen and (min-width: 1599px) {
    #home-page .right-home-page img.wheel {
        width: 369px;
        top: 141px;
        right: 184px; } }
@media screen and (max-width: 1024px) {
    #home-page .right-home-page img.wheel {
        width: 350px;
        top: 146px;
        right: 78px; } }
@media screen and (max-width: 971px) {
    #home-page .right-home-page img.wheel {
        width: 260px;
        top: -150px;
        right: 50%;
        margin-right: -130px; } }
@media screen and (max-width: 768px) {
    #home-page .right-home-page img.wheel {
        width: 200px;
        top: 42px;
        right: 50%;
        margin-right: -100px; } }
#home-page .right-home-page img.stroke-wheel {
    width: 188px;
    position: absolute;
    top: 110px;
    right: 369px; }
@media screen and (min-width: 1599px) {
    #home-page .right-home-page img.stroke-wheel {
        width: 173px;
        top: 126px;
        right: 404px; } }
@keyframes spin {
    100% {
        transform: rotate(360deg); } }
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg); } }
.profile {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 50px;
    background-color: #fff;
    display: flex;
    flex-direction: column; }
@media screen and (max-width: 768px) {
    .profile {
        width: 34px; } }
.profile .profile-pic {
    background-color: #177ba9; }
.profile .profile-pic img {
    width: 28px;
    margin: 11px auto;
    display: block; }
@media screen and (max-width: 768px) {
    .profile .profile-pic img {
        width: 21px;
        margin: 8px auto; } }
.profile .lang a {
    display: block;
    text-align: center;
    color: #0095da;
    padding: 9px 0px;
    font-size: 18px;
    font-weight: 300; }
@media screen and (max-width: 768px) {
    .profile .lang a {
        font-size: 11px;
        padding: 10px 0px; } }
.profile .login {
    position: absolute;
    right: 46px;
    top: -1px;
    width: max-content; }
@media screen and (max-width: 768px) {
    .profile .login {
        right: 33px;
        top: 2px; } }
.profile .login a {
    display: block;
    color: #fff; }
@media screen and (max-width: 971px) {
    .profile .login a {
        color: #fff; } }
.profile .login a:nth-child(1) {
    padding: 4px 14px;
    font-size: 18px;
    font-weight: 400; }
@media screen and (max-width: 768px) {
    .profile .login a:nth-child(1) {
        font-size: 13px;
        font-weight: 400; } }
.profile .login a:nth-child(2) {
    font-weight: 300;
    text-align: right;
    padding-right: 13px;
    font-size: 17px;
    margin-top: -12px; }
@media screen and (max-width: 768px) {
    .profile .login a:nth-child(2) {
        font-weight: 200;
        font-size: 11px;
        margin-top: -9px; } }

.social {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 50px;
    background-color: #fff;
    z-index: 1;
    transform: translateY(-50%); }
@media screen and (max-width: 768px) {
    .social {
        display: none; } }
.social a {
    transition: all 0.3s ease-in; }
.social a img {
    width: 22px;
    margin: 30px auto; }
.social a img.black_svg {
    display: block; }
.social a img.blue_svg {
    display: none; }
.social a:hover img.black_svg {
    display: none; }
.social a:hover img.blue_svg {
    display: block; }

#home-page-second {
    width: 100%;
    height: 135px;
    background-color: #fff;
    direction: ltr; }
#home-page-second .nav-link {
    color: #000;
    width: max-content; }
#home-page-second li.nav-item.active a {
    color: #0095da; }
#home-page-second .shopping-bag span {
    color: #000; }
#home-page-second .profile .login a {
    color: #0095da; }
#home-page-second .profile .lang a {
    background: #dee2e6; }
#home-page-second .shopping-bag {
    margin-left: 0px;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 8px; }
#home-page-second .navbar-nav li:after {
    background-color: #0095da; }
#home-page-second button.navbar-toggler {
    position: absolute;
    right: 20px;
    top: 4px; }

.navbar-toggler-icon {
    position: absolute;
    right: 40px;
    top: 4px; }
@media screen and (max-width: 971px) {
    .navbar-toggler-icon {
        right: 58px;
        top: 24px; } }
@media screen and (max-width: 768px) {
    .navbar-toggler-icon {
        right: 40px;
        top: 2px; } }

.title_home_page {
    max-width: 600px;
    margin-left: 180px;
    margin-top: 80px;
    color: #fff;
    text-align: left;
    position: relative; }
@media screen and (max-width: 1024px) {
    .title_home_page {
        margin-left: 55px; } }
@media screen and (max-width: 971px) {
    .title_home_page {
        margin-top: 40px; } }
@media screen and (max-width: 768px) {
    .title_home_page {
        margin-left: 25px;
        margin-top: -35px; } }
@media screen and (min-width: 1599px) {
    .title_home_page {
        margin-top: 126px; } }
@media screen and (max-width: 1921px) and (min-width: 1600px) {
    .title_home_page {
        margin-top: 126px; } }
.title_home_page span {
    position: relative;
    font-size: 29px;
    padding-left: 0px;
    font-weight: 300;
    font-family: latin; }
@media screen and (max-width: 1024px) {
    .title_home_page span {
        font-size: 27px; } }
@media screen and (max-width: 768px) {
    .title_home_page span {
        font-size: 20px;
        padding-left: 33px; } }
@media screen and (max-width: 768px) {
    .title_home_page span {
        font-size: 20px;
        padding-left: 33px; } }
.title_home_page h1 {
    font-size: 50px;
    margin-top: -20px;
    font-family: latin; }
@media screen and (max-width: 1024px) {
    .title_home_page h1 {
        font-size: 46px; } }
@media screen and (max-width: 768px) {
    .title_home_page h1 {
        font-size: 28px;
        margin-top: -14px; } }

.inter_siter {
    margin-top: 25px; }
.inter_siter a {
    color: #0095da;
    margin-right: 2px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 50px;
    display: inline-block; }
@media screen and (max-width: 768px) {
    .inter_siter a {
        padding: 7px 14px;
        font-size: 12px; } }
.inter_siter a:nth-child(1) {
    border: 1px solid #0095da;
    transition: all 0.3s ease-in; }
.inter_siter a:nth-child(1):hover {
    background-color: #0095da;
    color: #000;
    font-weight: 400; }
.inter_siter a:nth-child(2) {
    border: 1px solid transparent;
    font-size: 17px;
    font-weight: 400; }

.slider_home_page {
    width: 400px;
    height: 134px;
    background-color: #fff;
    border-radius: 25px;
    margin: 60px 0px 0px 170px;
    text-align: justify;
    position: relative; }
@media screen and (max-width: 768px) {
    .slider_home_page {
        width: 260px;
        height: 135px;
        margin: 36px 0px 0px 60px; } }
.slider_home_page:after {
    background: url(../images/brakepad1.png) no-repeat;
    background-position: bottom left;
    width: 119px;
    height: 104px;
    z-index: 10000;
    bottom: 35px;
    left: -49px; }
@media screen and (max-width: 768px) {
    .slider_home_page:after {
        width: 88px;
        background-size: 88px; } }
.slider_home_page .owl-carousel.owl-rtl .owl-item {
    direction: rtl;
    padding: 5px 20px 20px 80px; }
@media screen and (max-width: 768px) {
    .slider_home_page .owl-carousel.owl-rtl .owl-item {
        padding: 15px 15px 15px 50px; } }
.slider_home_page .owl-controls {
    position: absolute;
    top: 50%;
    right: -22px;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%); }
.slider_home_page .owl-dots {
    display: flex;
    flex-direction: column; }
.slider_home_page .owl-theme .owl-nav {
    margin-top: 0px; }
.slider_home_page .owl-theme .owl-dots .owl-dot.active span, .slider_home_page .owl-theme .owl-dots .owl-dot:hover span {
    background: #0095da; }
.slider_home_page h4 {
    font-size: 20px;
    margin-bottom: 10px; }
@media screen and (max-width: 768px) {
    .slider_home_page h4 {
        font-size: 15px;
        margin-bottom: 6px; } }
.slider_home_page p {
    line-height: 18px;
    font-weight: 300;
    text-align: right;
    height: 53px;
    overflow: hidden;
    font-size: 16px; }
@media screen and (max-width: 768px) {
    .slider_home_page p {
        font-size: 12px; } }

#garanty {
    padding: 100px 0px; }
@media screen and (max-width: 768px) {
    #garanty {
        padding: 50px 0px; } }
@media screen and (max-width: 971px) {
    #garanty {
        margin-top: 85px; } }

img.garanty-img {
    float: right;
    max-width: 530px;
}
@media screen and (max-width: 1024px) {
    img.garanty-img {
        max-width: 400px;
        float: none;
        display: block;
        margin: 23px auto; } }
@media screen and (max-width: 971px) {
    img.garanty-img {
        margin-top: 60px; } }
@media screen and (max-width: 768px) {
    img.garanty-img {
        width: 300px;
        margin: auto;
        float: none;
        display: block;
        margin-top: 20px; } }

.garanty-content {
    text-align: right;
    padding-top: 40px; }
@media screen and (max-width: 768px) {
    .garanty-content {
        text-align: center; } }
.garanty-content span {
    font-weight: 400;
    position: relative;
    padding-right: 35px;
    font-size: 19px; }
@media screen and (max-width: 768px) {
    .garanty-content span {
        font-size: 17px; } }
@media screen and (max-width: 971px) {
    .garanty-content span {
        font-size: 18px; } }
.garanty-content span:after {
    width: 25px;
    height: 1px;
    background-color: #000;
    right: 0px;
    top: 13px; }
.garanty-content h2 {
    color: #0095da;
    margin-top: 8px;
    margin-bottom: 27px;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px; }
@media screen and (max-width: 1024px) {
    .garanty-content h2 {
        font-size: 28px;
        font-weight: 500;
        line-height: 26px; } }
@media screen and (max-width: 971px) {
    .garanty-content h2 {
        font-size: 25px;
        letter-spacing: 0px;
        font-weight: 500; } }
@media screen and (max-width: 768px) {
    .garanty-content h2 {
        font-size: 26px;
        margin-top: 17px; } }
.garanty-content p {
    line-height: 21px;
    max-width: 350px;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 300;
    text-align: justify; }
@media screen and (max-width: 768px) {
    .garanty-content p {
        font-size: 13px;
        text-align: center;
        max-width: 100%; } }
.garanty-content a {
    border: 1px solid #000;
    padding: 5px 20px;
    margin-top: 17px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    transition: all 0.3s ease-in; }
@media screen and (max-width: 768px) {
    .garanty-content a {
        font-size: 12px;
        padding: 5px 13px; } }
.garanty-content a:hover {
    border: 1px solid transparent;
    background-color: #0095da; }

#services {
    padding: 10px 0px 100px 0px;
    direction: ltr; }
@media screen and (max-width: 768px) {
    #services {
        padding: 10px 0px 50px 0px; } }
#services .servicesItem {
    padding: 0px 100px; }
@media screen and (max-width: 768px) {
    #services .servicesItem {
        padding: 0px 50px; } }
#services .service-box {
    text-align: center;
    padding: 30px 30px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    border-radius: 20px; }
#services .service-box:hover {
    box-shadow: 0px 1px 14px 0px #bfbfbf; }
#services .service-box img {
    width: 70px;
    margin: auto; }
#services .service-box h3 {
    color: #0d0150;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 600; }
#services .service-box p {
    font-size: 14px;
    color: #6d6d6d; }

#movie .video-back {
    width: 100%;
    height: 500px;
    background: url("../images/back2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
@media screen and (max-width: 1024px) {
    #movie .video-back {
        height: 420px; } }
@media screen and (max-width: 768px) {
    #movie .video-back {
        height: 400px; } }
#movie .video-back img {
    width: 100px;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -36%);}
@media screen and (max-width: 1024px) {
    #movie .video-back img {
        width: 80px;
        top: 200px; } }
@media screen and (max-width: 768px) {
    #movie .video-back img {
        width: 56px;
        top: 186px;
    } }
#movie .video-back .movie_content {
    position: absolute;
    bottom: 18px;
    color: #fff;
    text-align: center;
    padding: 0px 150px; }
@media screen and (max-width: 768px) {
    #movie .video-back .movie_content {
        padding: 0px 20px; } }
#movie .video-back h3 {
    margin-bottom: 17px;
    font-weight: 500;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px; }
@media screen and (max-width: 768px) {
    #movie .video-back h3 {
        font-size: 18px;
        margin-bottom: 17px;
        font-weight: 400; } }
#movie .video-back p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    line-height: 20px;
    font-weight: 300;
    font-size: 18px; }
@media screen and (max-width: 768px) {
    #movie .video-back p {
        font-size: 12px;
        line-height: 15px;
        font-weight: 200;
        font-size: 16px; } }

#shopping-center {
    background-color: #0095da;
    background-image: url("../images/pattern.jpg");
    background-size: 100%;
    padding: 100px 0px; }
@media screen and (max-width: 768px) {
    #shopping-center {
        padding: 50px 0px; } }

.shopping-center-content {
    text-align: center; }
@media screen and (max-width: 768px) {
    .shopping-center-content {
        text-align: center; } }
.shopping-center-content span {
    font-size: 21px;
    position: relative;
    padding-right: 35px; }
@media screen and (max-width: 1024px) {
    .shopping-center-content span {
        font-size: 20px; } }
@media screen and (max-width: 768px) {
    .shopping-center-content span {
        font-size: 17px;
        padding-left: 23px; } }
.shopping-center-content span:after {
    width: 25px;
    height: 1px;
    background-color: #000;
    right: 0px;
    top: 13px; }
@media screen and (max-width: 768px) {
    .shopping-center-content span:after {
        width: 19px;
        top: 11px; } }
.shopping-center-content h3 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px; }
@media screen and (max-width: 1024px) {
    .shopping-center-content h3 {
        font-size: 32px;
        font-weight: 500; } }
@media screen and (max-width: 971px) {
    .shopping-center-content h3 {
        font-size: 32px;
        font-weight: 500; } }
@media screen and (max-width: 768px) {
    .shopping-center-content h3 {
        font-weight: 500;
        font-size: 22px;
        line-height: 26px; } }
.shopping-center-content p {
    max-width: 440px;
    text-align: center;
    margin: 16px auto;
    font-size: 19px;
    line-height: 21px;
    font-weight: 300; }
@media screen and (max-width: 1024px) {
    .shopping-center-content p {
        font-size: 15px; } }
@media screen and (max-width: 768px) {
    .shopping-center-content p {
        font-size: 16px;
        line-height: 17px;
        max-width: 100%; } }

ul.shopping {
    list-style: none;
    text-align: right;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 30px; }
@media screen and (max-width: 768px) {
    ul.shopping {
        margin-top: 15px;
        padding: 0px; } }
ul.shopping li {
    background: #fff;
    text-align: center;
    margin: 2px 7px;
    border-radius: 50px;
    font-weight: 300;
    transition: all 0.3s ease-in;
    font-size: 19px;
    width: 150px;
    padding: 5px 15px; }
@media screen and (max-width: 971px) {
    ul.shopping li {
        font-size: 15px; } }
@media screen and (max-width: 768px) {
    ul.shopping li {
        flex-direction: column;
        width: 135px;
        padding: 5px 12px;
        font-size: 14px;
        margin: 15px auto;
        width: 135px; } }
ul.shopping li:hover {
    background-color: #000; }
ul.shopping li:hover a {
    color: #fff; }
ul.shopping li a {
    transition: all 0.3s ease-in; }

#products {
    padding: 100px 0px; }
@media screen and (max-width: 768px) {
    #products {
        padding: 50px 0px; } }

.box-product {
    border: 1px solid #dadada;
    border-radius: 20px;
    text-align: right;
    padding: 20px 25px;
    position: relative;
    transition: all 0.3s ease-in;
    cursor: pointer; }
@media screen and (max-width: 971px) {
    .box-product {
        margin-bottom: 30px; } }
@media screen and (max-width: 768px) {
    .box-product {
        max-width: 270px;
        margin: auto;
        margin-bottom: 30px; } }
.box-product:hover {
    box-shadow: 0px 3px 29px 0px #bfbfbf;
    border: 1px solid transparent; }
.box-product span {
    display: inline-block;
    font-size: 24px;
    font-weight: 300; }
@media screen and (max-width: 1024px) {
    .box-product span {
        font-size: 18px; } }
.box-product img {
    display: block;
    margin: auto;
    width: 150px;
    margin-top: 25px; }
@media screen and (max-width: 1024px) {
    .box-product img {
        width: 130px; } }
@media screen and (max-width: 971px) {
    .box-product img {
        width: 160px; } }
.box-product h2 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 400;
    direction: rtl;
}
@media screen and (max-width: 1024px) {
    .box-product h2 {
        font-size: 13px; } }
.box-product h2 b {
    font-weight: 300; }
.box-product span.price {
    margin-top: 15px;
    color: #a2a2a2;
    font-weight: 400;
    font-size: 25px; }
.box-product span.call {
    margin-top: 15px;
    color: #a2a2a2;
    font-weight: 400;
    font-size: 22px; }
.box-product span.old-price {
    display: block;
    text-decoration: line-through;
    margin-bottom: -21px;
    color: #c3c3c3;
    height: 23px;
    font-weight: 300;
    font-size: 18px; }
.box-product span.toman {
    font-size: 22px;
    font-weight: 300;
    font-size: 22px; }
.box-product .add {
    width: 34px;
    height: 34px;
    position: absolute;
    background: #0095da;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    top: 15px;
    left: 15px;
    font-size: 22px; }
.box-product .view {
    position: absolute;
    bottom: 22px;
    left: 15px; }
.box-product .view img {
    width: 24px; }
.box-product .percent {
    width: 27px;
    height: 84px;
    background: #fe0024;
    position: absolute;
    top: 125px;
    border-radius: 0px 12px 12px 0px;
    left: 0px;
    padding-top: 12px; }
.box-product .percent span {
    color: #fff;
    font-weight: 300;
    display: block;
    width: 73px;
    transform: rotate(-90deg) translate(-30px, 24px);
    font-size: 18px;
    direction: ltr; }
@media screen and (max-width: 768px) {
    .box-product .percent span {
        font-size: 13px; } }

#mainFooter {
    padding: 0px;
    background-color: #000;
    color: #fff;
    text-align: right; }
#mainFooter img {
    width: 140px; }
@media screen and (max-width: 768px) {
    #mainFooter img {
        width: 140px; } }
#mainFooter h2 {
    margin-top: 34px;
    position: relative;
    font-size: 26px;
    font-weight: 400; }
#mainFooter h2:after {
    background-color: #fff;
    left: 0px;
    height: 1px;
    top: 19px;
    width: calc(100% - 136px); }
#mainFooter h2 span {
    font-weight: 300;
    display: block; }
#mainFooter p {
    font-weight: 300;
    line-height: 18px;
    margin-top: 17px;
    text-align: justify;
    font-size: 17px; }
@media screen and (max-width: 768px) {
    #mainFooter p {
        line-height: 17px;
        font-size: 13px; } }
#mainFooter h4 {
    margin-bottom: 10px;
    position: relative;
    padding-right: 14px;
    font-size: 20px;
    font-weight: 400; }
#mainFooter h4:after {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    right: 0px;
    top: 10px; }
#mainFooter ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 40px; }
#mainFooter ul li {
    font-weight: 300;
    padding-right: 15px;
    font-size: 17px; }
#mainFooter ul a {
    color: #fff; }
#mainFooter #map {
    height: 100%; }
#mainFooter .footer-content {
    padding: 30px 60px; }
#mainFooter .quick {
    padding-top: 36px;
    padding-right: 55px; }

.product_property {
    padding: 0px 20px;
    text-align: right; }
.product_property h3 {
    font-size: 34px;
    line-height: 32px;
    margin-bottom: 50px;
    margin-top: 20px;
    color: #0095da; }
@media screen and (max-width: 768px) {
    .product_property h3 {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 20px; } }
.product_property p {
    font-size: 15px;
    line-height: 20px; }
@media screen and (max-width: 768px) {
    .product_property p {
        font-size: 13px; } }

.closeBtn {
    border: 1px solid #000;
    padding: 5px 20px;
    background-color: #fff;
    margin-top: 17px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease-in; }
.closeBtn:hover {
    border: 1px solid transparent;
    background-color: #0095da; }

.addToCart {
    position: relative; }

#customize-spinner {
    position: absolute;
    width: 61px;
    height: 35px;
    border-radius: 0px;
    border: none;
    top: 21px;
    right: 4px; }
#customize-spinner input[type=text] {
    border: none;
    height: 33px;
    right: -1px;
    border-radius: 50px !important;
    top: -1px; }
#customize-spinner a.spin-up, #customize-spinner a.spin-down {
    width: 15px !important;
    height: 15px !important;
    display: block;
    position: absolute;
    left: 9px;
    background-size: 10px;
    background-repeat: no-repeat; }
#customize-spinner a.spin-up {
    background-image: url("../images/svg/up-triangle.svg");
    top: 5px; }
#customize-spinner a.spin-down {
    transform: rotate(180deg);
    background-image: url("../images/svg/up-triangle.svg");
    bottom: 7px;
    left: 4px; }

.addCart {
    padding: 8px 70px 8px 20px;
    background-color: #0095da;
    margin-top: 17px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    color: #000;
    border: 1px solid transparent;
    transition: all 0.3s ease-in; }
.addCart:hover {
    border: 1px solid #000;
    background-color: #fff; }



.sweet-alert h2 {
    font-size: 26px;
    padding-top: 6px; }
@media screen and (max-width: 768px) {
    .sweet-alert h2 {
        font-size: 19px; } }
.sweet-alert p {
    color: #000;
    font-size: 16px; }
@media screen and (max-width: 768px) {
    .sweet-alert p {
        font-size: 12px; } }
.sweet-alert button.confirm {
    border: 1px solid;
    border-color: #000 !important;
    padding: 5px 20px;
    background-color: #fff !important;
    margin-top: 17px;
    display: inline-block;
    border-radius: 50px;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease-in; }
@media screen and (max-width: 768px) {
    .sweet-alert button.confirm {
        font-size: 12px;
        padding: 4px 16px;
        margin-top: 0px; } }
.sweet-alert button.confirm:hover {
    border: 1px solid transparent !important;
    background-color: #0095da !important; }
.sweet-alert button.cancel {
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 14px;
    background: #0095da;
    margin-top: 15px;
    margin-right: 12px; }
.sweet-alert .sa-icon.sa-success .sa-placeholder {
    border: 4px solid #0095da !important; }
.sweet-alert .sa-icon.sa-success .sa-line {
    background-color: #0095da !important; }

#shop {
    padding: 80px 0px; }
#shop .box-product {
    margin-bottom: 40px; }
#shop .ui-range-values {
    display: flex;
    margin-top: 15px;
    margin-bottom: 25px; }
#shop .ui-range-value-min, #shop .ui-range-value-max {
    width: calc(100% - 50%);
    display: inline-block;
    text-align: center; }

.filter-product {
    border: 1px solid #dadada;
    padding: 30px 15px;
    border-radius: 25px;
    text-align: right; }
@media screen and (max-width: 971px) {
    .filter-product {
        margin-bottom: 30px; } }
@media screen and (max-width: 768px) {
    .filter-product {
        max-width: 270px;
        margin: auto;
        margin-bottom: 30px; } }
.filter-product input[type=submit] {
    background-color: #0095da;
    padding: 5px 20px;
    border-radius: 35px;
    border: 1px solid transparent;
    display: block;
    margin: 10px auto;
    transition: all 0.3s ease-in;
    color: #fff;
    font-size: 17px;
    font-weight: 300; }
.filter-product input[type=submit]:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000; }
.filter-product input[type=submit]:focus {
    outline: none;
    border: 1px solid #000; }
@media screen and (max-width: 768px) {
    .filter-product input[type=submit] {
        font-size: 12px;
        padding: 5px 16px; } }
.filter-product h3 {
    font-weight: 500;
    margin-bottom: 33px;
    display: block;
    font-size: 25px; }
@media screen and (max-width: 768px) {
    .filter-product h3 {
        font-size: 18px;
        margin-bottom: 12px; } }
.filter-product span.title {
    font-size: 22px;
    font-weight: 400; }
@media screen and (max-width: 768px) {
    .filter-product span.title {
        font-size: 16px;
        font-weight: 400; } }
.filter-product span {
    font-size: 15px;
    font-weight: 300; }
@media screen and (max-width: 768px) {
    .filter-product span {
        font-size: 10px;
        font-weight: 400; } }
.filter-product span.number.amount {
    display: block; }
.filter-product .brand-filter {
    margin-bottom: 30px;
    margin-top: 25px; }
.filter-product .brand-filter input[type="checkbox"] {
    display: none; }
.filter-product input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-right: 27px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 18px;
    font-weight: 300; }
@media screen and (max-width: 768px) {
    .filter-product input[type="checkbox"] + label {
        font-size: 12px; } }
.filter-product .brand-filter input[type="checkbox"] + label:last-child {
    margin-bottom: 0; }
.filter-product .brand-filter input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #888;
    position: absolute;
    right: 0;
    top: 7px;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s; }
@media screen and (max-width: 768px) {
    .filter-product .brand-filter input[type="checkbox"] + label:before {
        width: 12px;
        height: 12px; } }
.filter-product .brand-filter input[type="checkbox"]:checked + label:before {
    border-color: #0095da;
    width: 6px;
    top: 3px;
    right: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.catalog-back {
    width: 100%;
    height: 500px;
    background: url("../images/catalog-back.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative; }
@media screen and (max-width: 768px) {
    .catalog-back {
        height: 350px; } }

.catalog-text-wrapper {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: rgba(0, 0, 0, 0.45);
    text-align: center;
    border: 1px solid #0095da;
    padding: 30px 40px; }
@media screen and (max-width: 768px) {
    .catalog-text-wrapper {
        padding: 20px 10px;
        max-width: 300px; } }
.catalog-text-wrapper h2 {
    color: #0095da;
    font-size: 42px;
    font-weight: 300;
    min-width: 530px;
    font-size: 51px;
    font-weight: 400; }
@media screen and (max-width: 768px) {
    .catalog-text-wrapper h2 {
        font-size: 24px;
        min-width: 270px; } }

.catalog_screen {
    padding: 80px 0px; }
.catalog_screen a {
    padding: 12px 30px;
    background: #0095da;
    color: #fff;
    border-radius: 50px;
    font-weight: 300;
    font-size: 16px;
    margin: 25px auto;
    display: inline-block;
    transition: all 0.3s ease-in; }
.catalog_screen a:hover {
    background-color: #000;
    color: #fff; }
@media screen and (max-width: 768px) {
    .catalog_screen a {
        font-size: 13px;
        padding: 9px 21px; } }
.catalog_screen h4 {
    margin-bottom: 50px;
    text-align: right;
    padding-right: 15px;
    width: 100%;
    font-weight: 400;
    font-size: 36px; }
@media screen and (max-width: 768px) {
    .catalog_screen h4 {
        font-size: 19px;
        margin-left: 20px; } }
.catalog_screen p {
    text-align: justify;
    font-size: 19px;
    font-weight: 300; }
@media screen and (max-width: 768px) {
    .catalog_screen p {
        font-size: 14px; } }

.count-product {
    background-color: #0095da;
    text-align: center;
    padding: 50px 0px; }
@media screen and (max-width: 768px) {
    .count-product {
        padding: 35px 0px; } }
.count-product span {
    font-weight: 300;
    font-size: 23px;
    display: block; }
.count-product span.count {
    font-size: 54px;
    margin: 10px 0px; }

.catalog-item {
    padding: 80px 0px; }

.catalog-item-box {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in;
    border-radius: 20px;
    cursor: pointer; }
.catalog-item-box:hover {
    box-shadow: 0px 3px 29px 0px #ededed; }
.catalog-item-box .item-pic {
    width: 60px;
    height: 60px;
    background-color: #0095da;
    padding-top: 15px;
    border-radius: 50%;
    margin: auto; }
.catalog-item-box .item-pic img {
    width: 30px;
    display: block;
    margin: auto; }
.catalog-item-box h3 {
    font-weight: 300;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 46px;
    position: relative; }
@media screen and (max-width: 768px) {
    .catalog-item-box h3 {
        font-size: 17px; } }
.catalog-item-box h3:after {
    width: 68px;
    height: 2px;
    background-color: #000;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%); }
.catalog-item-box p {
    font-size: 13px;
    font-weight: 300;
    color: #777; }
@media screen and (max-width: 768px) {
    .catalog-item-box p {
        font-size: 12px; } }

#contact {
    padding: 80px 0px;
    text-align: right; }
@media screen and (max-width: 768px) {
    #contact {
        padding: 30px 0px; } }

.contact_info h5 {
    margin-bottom: 45px;
    position: relative;
    padding-right: 50px;
    font-size: 35px;
    font-weight: 400; }
@media screen and (max-width: 768px) {
    .contact_info h5 {
        font-size: 20px;
        padding-right: 40px; } }
.contact_info h5:after {
    width: 35px;
    background: #000;
    right: 0px;
    height: 2px;
    top: 25px; }
@media screen and (max-width: 768px) {
    .contact_info h5:after {
        width: 30px;
        height: 2px;
        top: 12px; } }

.contact-info-box {
    display: flex;
    margin-bottom: 20px; }
@media screen and (max-width: 768px) {
    .contact-info-box {
        margin-bottom: 14px; } }
.contact-info-box .item-pic {
    width: 70px;
    height: 70px;
    border: 1px solid #0095da;
    border-radius: 50%;
    margin-left: 30px; }
@media screen and (max-width: 768px) {
    .contact-info-box .item-pic {
        width: 48px;
        height: 48px;
        margin-left: 15px; } }
.contact-info-box .item-pic img {
    display: block;
    width: 40px;
    margin: auto;
    margin-top: 12px; }
@media screen and (max-width: 768px) {
    .contact-info-box .item-pic img {
        width: 27px;
        margin-top: 8px; } }
.contact-info-box span {
    font-weight: 400;
    width: calc(100% - 100px);
    margin-top: -5px;
    align-items: center;
    display: flex;
    font-size: 19px; }
@media screen and (max-width: 768px) {
    .contact-info-box span {
        font-size: 15px;
        font-size: 13px; } }
.contact-info-box span.email {
    font-family: latin;
    font-size: 18px; }
@media screen and (max-width: 768px) {
    .contact-info-box span.email {
        font-size: 15px; } }
.contact-info-box span.phone {
    font-family: latin;
    font-size: 17px; }
@media screen and (max-width: 768px) {
    .contact-info-box span.phone {
        font-size: 14px; } }

form#sendMessage {
    width: calc(100% - 100px); }
@media screen and (max-width: 971px) {
    form#sendMessage {
        width: 100%;
        margin-bottom: 50px; } }
form#sendMessage input[type=submit] {
    background-color: #0095da;
    padding: 5px 20px;
    border-radius: 35px;
    border: transparent;
    display: block;
    margin: 10px auto;
    color: #fff;
    transition: all 0.3s ease-in;
    font-size: 18px;
    font-weight: 400; }
@media screen and (max-width: 768px) {
    form#sendMessage input[type=submit] {
        padding: 5px 14px;
        font-size: 15px; } }
form#sendMessage input[type=submit]:hover {
    background-color: #000;
    color: #fff; }

#brackbook {
    padding: 80px 0px; }
@media screen and (max-width: 768px) {
    #brackbook {
        padding: 50px 10px; } }

.brackbook-item {
    display: block;
    width: 100%;
    padding: 7px 5px;
    font-weight: 300;
    border: 1px solid #000;
    border-radius: 50px;
    background: #fff;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    transition: all 0.3s ease-in;
    font-size: 18px; }
.brackbook-item:hover {
    background-color: #0095da; }

.selectbrackpad {
    border-radius: 50px;
    background: #0095da;
    padding: 20px;
    height: 78px;
    margin-bottom: 25px; }
@media screen and (max-width: 768px) {
    .selectbrackpad {
        height: auto;
        padding-bottom: 0px; } }
.selectbrackpad select {
    font-weight: 300;
    font-size: 17px; }
@media screen and (max-width: 768px) {
    .selectbrackpad select {
        font-size: 13px; } }
.selectbrackpad select option {
    margin-bottom: 10px;
    display: block;
    font-size: 17px; }

.brackbook-item-final {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 35px;
    border-bottom: 1px solid #dadada;
    text-align: right; }
@media screen and (max-width: 768px) {
    .brackbook-item-final {
        display: block; } }
.brackbook-item-final h3 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
    font-size: 21px; }
@media screen and (max-width: 768px) {
    .brackbook-item-final h3 {
        font-size: 14px; } }
.brackbook-item-final h3 span {
    font-weight: 300; }
.brackbook-item-final img {
    width: 140px;
    padding: 5px;
    border-radius: 15px;
    border: 1px solid #dadada;
    margin-left: 20px; }
@media screen and (max-width: 768px) {
    .brackbook-item-final img {
        display: block;
        margin: auto; } }
.brackbook-item-final button {
    background: #0095da;
    border: 1px solid transparent;
    padding: 8px 17px;
    display: inline-block;
    border-radius: 50px;
    margin-right: 20px;
    width: 173px;
    margin-top: 39px;
    height: 43px;
    font-size: 18px; }
@media screen and (max-width: 768px) {
    .brackbook-item-final button {
        font-size: 12px;
        display: block;
        width: 150px;
        height: 37px;
        margin: auto;
        margin-top: 20px; } }
.brackbook-item-final p {
    line-height: 25px;
    font-size: 18px; }
@media screen and (max-width: 768px) {
    .brackbook-item-final p {
        font-size: 12px; } }

.select {
    position: relative;
    overflow: hidden;
    display: block;
    margin: auto;
    width: 330px;
    height: 100%;
    border-bottom: 0px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5); }
.select > i.toggle {
    position: absolute;
    z-index: 4;
    right: 1.5em;
    top: 1.6em;
    color: #ccc; }
.select .title,
.select .placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5em 2em;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer; }
.select > input {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer; }
.select > input:checked ~ i.toggle.icon-arrow-down {
    display: none; }
.select > input:checked ~ i.toggle.icon-arrow-up {
    display: block; }
.select > input:checked div.options label.option .title {
    display: none !important; }
.select > input:not(:checked) {
    z-index: 4; }
.select > input:not(:checked) ~ label.option > span.title {
    display: none; }
.select > input:not(:checked) ~ i.toggle.icon-arrow-up {
    display: none; }
.select > input:not(:checked) ~ i.toggle.icon-arrow-down {
    display: block; }
.select > input:disabled {
    cursor: no-drop; }
.select > span.placeholder {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    color: #999;
    border-top: 0px; }
.select label.option {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transition: all 1s ease-out; }
.select label.option span.title {
    position: relative;
    z-index: 2;
    transition: background .3s ease-out; }
.select label.option span.title i.icon {
    padding-right: 8px;
    color: #92a8d1; }
.select label.option span.title:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1); }
.select label.option input {
    display: none; }
.select label.option input:checked ~ span.title {
    position: absolute;
    display: block;
    z-index: 3;
    top: 0px;
    font-size: 12px;
    background: #fff;
    border-top: 0px;
    box-shadow: none;
    color: inherit;
    width: 100%; }
.select label.option input:disabled ~ span.title {
    background: #f9f9f9 !important;
    color: #aaa; }
.select label.option input:disabled ~ span.title:hover {
    color: #aaa;
    background: none;
    cursor: no-drop; }

.select2 {
    position: relative;
    overflow: hidden;
    display: block;
    margin: auto;
    width: 330px;
    height: 100%;
    border-bottom: 0px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 0px 1em 2em -1.5em rgba(0, 0, 0, 0.5); }
.select2 i.toggle {
    position: absolute;
    z-index: 4;
    right: 1.5em;
    top: 1.6em;
    color: #ccc; }
.select2 .title,
.select2 .placeholder {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5em 2em;
    background: white;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer; }
.select2 > label > input {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    cursor: pointer; }
.select2 > label > input:checked {
    z-index: 2; }
.select2 > label > input:checked ~ i.toggle.icon-plus {
    display: none; }
.select2 > label > input:checked ~ i.toggle.icon-minus {
    display: block; }
.select2 > label > input:not(:checked) ~ i.toggle.icon-minus {
    display: none; }
.select2 > label > input:not(:checked) ~ i.toggle.icon-plus {
    display: block; }
.select2 > label > input:not(:checked) ~ label.option input:not(:checked) ~ .title {
    display: none !important; }
.select2 > label > input:disabled {
    cursor: no-drop; }
.select2 label > span.placeholder {
    position: relative;
    z-index: 0;
    display: inline-block;
    width: 100%;
    color: #999;
    border-top: 0px; }
.select2 label.option {
    display: block;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    transition: all 1s ease-out; }
.select2 label.option span.title {
    position: relative;
    z-index: 2;
    transition: background .3s ease-out; }
.select2 label.option span.title i.icon {
    padding-right: 8px;
    color: #92a8d1; }
.select2 label.option span.title:hover {
    color: #fff;
    background: rgba(146, 168, 209, 0.5);
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1); }
.select2 label.option input {
    display: none; }
.select2 label.option input:checked ~ span.title {
    position: absolute;
    display: block;
    z-index: 1;
    top: 0px;
    font-size: 12px;
    background: #fff;
    border-top: 0px;
    box-shadow: none;
    color: inherit;
    width: 100%; }
.select2 label.option input:disabled ~ span.title {
    background: #f9f9f9 !important;
    color: #aaa; }
.select2 label.option input:disabled ~ span.title:hover {
    color: #aaa;
    background: none;
    cursor: no-drop; }

#shopping-bag {
    padding: 80px 0px;
    background-color: #fff;
    z-index: 1;
    position: relative; }
@media screen and (max-width: 768px) {
    #shopping-bag {
        padding: 30px 0px; } }
#shopping-bag .btn-add {
    float: right;
    background: #0095da;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px !important;
    margin-top: 20px;
    word-spacing: -2px;
    cursor: pointer; }
#shopping-bag .nice-number button {
    background: #0095da;
    outline: none;
    border: none;
    width: 30px;
    color: #fff;
    cursor: pointer; }
#shopping-bag span.price.old-price {
    text-decoration: line-through;
    display: block;
    color: #afafaf; }
#shopping-bag .remove-item img {
    width: 23px;
    cursor: pointer; }

section.checkout .box-checkout {
    border: 1px solid #e4e4e4;
    padding: 10px;
    margin-top: 30px;
    border-radius: 7px; }

section.checkout .box-checkout figure {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e4e4e4;
    position: relative;
    float: right;
    margin: 0px; }

section.checkout .box-checkout figure img {
    width: 100%;
    height: 100%; }

section.checkout .box-checkout .content {
    display: inline-block;
    width: calc(100% - 100px);
    padding: 11px;
    text-align: right; }

section.checkout .box-checkout .content span.title {
    font-weight: 500;
    color: #0095da;
    display: block; }

section.checkout .box-checkout .content span.count {
    font-weight: 300;
    display: block; }

section.checkout .box-checkout .content span.price {
    font-weight: 300;
    display: block; }

section.checkout .box-checkout .content .total-price {
    display: flex; }

.group-title.mb-30 {
    background: #dedede;
    text-align: center;
    padding: 10px 0px 5px 0px;
    border-radius: 7px; }

.group-title.mb-30 h1 {
    font-size: 24px;
    font-weight: 500;
    color: #525252; }

form#sendPay {
    text-align: right;
    margin-top: 15px; }

form#sendPay .form-control {
    border-radius: 5px !important;
    height: 43px;
    border: 1px solid #dedede; }

form#sendPay textarea.form-control {
    height: 100px;
    border: 1px solid #dedede; }

.left {
    float: left !important; }

ul.ul-checkout {
    list-style: none;
    margin: 0px;
    padding: 20px 10px;
    text-align: right;
    background: #dedede;
    margin-top: 20px;
    border-radius: 7px; }

.no-shop {
    box-shadow: 0px 5px 27px 9px #ededed;
    padding: 50px 20px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px; }
.no-shop span a {
    color: #0095da;
    font-weight: 500; }

a.downloadPdf {
    background: #0095da;
    margin: 10px auto;
    display: table;
    padding: 5px 20px;
    border-radius: 8px; }

.feedback-error .feedback-text {
    color: #F44336; }
.feedback-error .image-wrapper:after {
    content: "\00d7";
    font-weight: 500;
    color: #666;
    position: relative;
    left: -27px;
    /* width: 32px; */
    /* height: 32px!important; */
    top: -27px;
    border-radius: 100%;
    text-shadow: 116px 21px 0 #666, 50px 90px 0 #666; }

.feedback-success .feedback-text {
    color: #228b22; }
.feedback-success .image-wrapper:after {
    content: "+";
    font-weight: 500;
    color: #666;
    position: relative;
    left: -27px;
    /* width: 32px; */
    /* height: 32px!important; */
    top: -27px;
    border-radius: 100%;
    text-shadow: 116px 21px 0 #666, 50px 90px 0 #666; }
.feedback-success .feedback-item {
    text-align: right;
    padding: 0 20px; }
.feedback-success .feedback-item span {
    float: left; }
.feedback-success .feedback-status span {
    color: #228b22; }

.feedback-box {
    width: 300px;
    margin: 50px auto;
    text-align: center;
    line-height: 40px;
    border: 1px solid #e5e5e5; }
.feedback-box .image-wrapper {
    position: relative;
    padding: 40px 60px; }
.feedback-box .image-wrapper:before {
    content: "";
    font-weight: 500;
    background: #666;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 165px;
    top: 14px;
    border-radius: 100%;
    box-shadow: -68px 95px 0 #666, 38px 87px 0 #666, -3px 98px 0 -1px #fff, -3px 98px 0 #666, -63px 56px 0 -1px #fff, -63px 56px 0 #666; }
.feedback-box .image-wrapper img {
    width: 60px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 0 2px #fff, 0 0 0 5px #ddd; }
.feedback-box .feedback-text {
    font-weight: 500;
    padding: 15px; }
.feedback-box .feedback-button {
    display: block;
    padding: 8px;
    margin-top: 20px;
    color: #fff;
    background: #0095da;
    font-weight: 500;
    font-size: 16px; }
.feedback-box .feedback-item {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    line-height: 30px; }

/*# sourceMappingURL=style.css.map */
form.panelForm {
    text-align: right;
    padding-top: 30px;
}
form.panelForm .form-control{
    border-radius: 5px !important;
    height: 43px;
    border: 1px solid #dedede;
}
.btn-gradient {
    padding: 12px 30px;
    background: #0095da;
    color: #fff;
    border-radius: 50px;
    font-weight: 300;
    font-size: 16px;
    margin: 25px auto;
    display: inline-block;
    transition: all 0.3s ease-in; }
.btn-gradient:hover {
    background-color: #000;
    color: #fff; }
#customer {
    padding: 80px 0px;
    position: relative;
    background-color: #fff;
    margin-bottom: 200px; }
#customer form {
    padding: 50px 30px; }
#customer img.avatar {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 20px auto;
    border: 1px solid #dedede;
    padding: 5px; }
#customer .profile_name {
    display: flex;
    flex-direction: column;
    text-align: right;
    padding: 10px 20px;
    margin-bottom: 20px; }
ul.customer-menu {
    background: #dedede;
    list-style: none;
    text-align: right;
    padding: 0px;
    margin: 0px; }
ul.customer-menu  li {
    padding: 13px 20px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5; }
ul.customer-menu li:last-child {
    border: none; }
#customer .card {
    margin-bottom: 20px;
    border-radius: 0px;
    border: 1px solid #dadada; }
.grid-mvc .form-control{
    border: 1px solid #dadada;
    margin-right:10px;
    margin-left: 30px;
}
.grid-mvc .row,.col-xs-12{
    width: 100%;
}
.box_details{
    text-align: right;
    width: calc(100% - 200px);
}
.product_property ul{
    padding: 0px;
    margin-top: 30px;
}
.product_property ul li {
    list-style-type: none;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 14px;}
/* line 447, ../sass/style.scss */
.product_property ul li .title {
    display: inline-block;
    height: 32px;
    min-width: 60px;
    background: #dadada;
    color: #000;
    padding: 5px 10px;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0; }
.product_property ul li .value {
    display: inline-block;
    height: 32px;
    background: #ced4da;
    color: #495057;
    padding: 5px 10px;
    -moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px; }
.product_property ul li .value.cost {
    background:#0095da;
    color: #FFF; }
input[type=submit]:focus{
    outline: none;
}
.form-search button.btn {
    position: relative;
    width: 30px;
    height: 30px;
    margin-top: -91px;
    margin-left: 12px;
}
.form-search button.btn span{
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 19px;
    left: 0px;
    top: 0px;
    display: block;
    background-image: url(../images/svg/search_black.svg);
}
#mainFooter .contact-info-box {
    display: flex;
    margin-bottom: 3px; }
#mainFooter .contact-info-box .item-pic {
    width: 35px;
    height: 35px;
    margin-right: 4px;
    margin-left: 4px;
    border: none;
}
@media screen and (max-width: 768px) {
    #mainFooter .contact-info-box .item-pic {
        margin-right: 25px; } }
#mainFooter .contact-info-box .item-pic img {
    display: block;
    width: 21px !important;
    margin: auto;
    margin-top: 11px; }
@media screen and (max-width: 768px) {
    #mainFooter  .contact-info-box .item-pic img {
        width: 24px; } }
#mainFooter .contact-info-box span {
    font-weight: 300;
    width:100%;
    margin-top: 8px;
    align-items: center;
    display: flex;
    line-height: 15px;
    font-size: 16px; }
@media screen and (max-width: 768px) {
    #mainFooter .contact-info-box span {
        font-size: 12px; } }
#mainFooter .contact-info-box span.email{
    font-size: 13px;
}
#mainFooter .contact-info-box span.mobile {
    font-size: 19px; }

.captcha a{
    cursor: pointer;
}
.captcha img.refresh{
    width: 25px;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.35s ease-in;
}
.captcha img.refresh:hover{
    transform: rotate(90deg);
}
