
/* menu & logo
***********************************************************************************************************************/

.menu-bar
{
    background-color: #f6f1eb;
    width: 100%;
    min-width: 320px;
    float: right;
    position: relative;
    z-index: 2;
}

/* *** */

.menu-bar .col-right
{
    width: calc(100% - 180px);
    float: right;
}
.menu-bar .col-left
{
    width: 180px;
    float: left;
}

/* *** */

.menu-bar .logo
{
    width: 100%;
    height: auto;
    text-align: left;
    float: right;
    position: relative;
    z-index: 10;
}
.menu-bar .logo img
{
    height: 50px;
    margin-top: 10px;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}
.menu-bar .title
{
    color: transparent;
    font-size: 10pt;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* *** */

.menu-bar ul
{
    padding: 0;
    margin: 0;
}
.menu-bar li
{
    height: 70px;
    float: right;
    position: relative;
}
.menu-bar ul ul li
{
    width: 100%;
    height: auto;
}
.menu-bar ul ul
{
    background-color: #ffffff;
    width: 200px;
    display: none;
    margin: 0;
    position: absolute;
    top: 70px;
    right: 0;
    z-index: 100;
}
.menu-bar ul ul ul
{
    top: 0;
    right: 100%;
}
.menu-bar li a, .menu-bar li a:visited
{
    width: 100%;
    color: #444444;
    line-height: 70px;
    float: right;
    padding: 0 9px 0 9px;
    z-index: 1000;
}
.menu-bar ul ul li a
{
    line-height: 2em !important;
    padding: 5px 10px !important;
}
.menu-bar li a:hover, .menu-bar ul > li:hover > a
{
    color: #d7b46a;
}
.menu-bar ul ul li a:hover, .menu-bar ul ul > li:hover a
{
	color: #d7b46a;
}
.menu-bar ul ul ul > li:hover a:hover
{
	color: #d7b46a;
}
.menu-bar ul > li:hover > ul
{
    display: block;
}

/* *** */

.menu-bar .language-box
{
    float: right;
}
.menu-bar .language-box li a
{
    width: 40px;
    text-align: center;
}
.menu-bar .language-box li ul
{
    width: 40px;
}

/* *** */

.menu-bar .shopping-bag
{
    width: 40px;
    height: 70px;
    color: #444444;
    float: right;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 10000;
}
.menu-bar .shopping-bag:hover
{
    color: #d7b46a;
}
.menu-bar .shopping-bag .icon
{
    font-size: 15pt;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.menu-bar .shopping-bag .number
{
    background-color: #d7b46a;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    font-size: 9pt;
    padding-top: 2px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: -3px;
    z-index: 10000;
}

/* *** */

.mm-menu_rtl.mm-menu_offcanvas
{
    z-index: 10;
}

/* *** */

@media (max-width: 1300px)
{
    .menu-bar li a, .menu-bar li a:visited
    {
        padding: 0 8px;
    }
}
@media (max-width: 992px)
{
    .menu-side-box
    {
        display: block;
        margin: 0;
    }
    .btn-side-menu, .btn-side-menu:focus
    {
        width: 30px !important;
        height: 70px !important;
        line-height: 70px !important;
        color: #444444;
        font-size: 14pt;
        text-align: center;
        float: right;
        padding: 0;
        margin: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .menu-bar .menu
    {
        display: none;
    }

    .menu-bar .user-account
    {
        float: right;
        display: block;
    }
}
@media (max-width: 500px)
{
    .menu-bar .col-right
    {
        width: calc(100% - 90px);
    }
    .menu-bar .col-left
    {
        width: 90px;
    }

    .menu-bar .logo img
    {
        height: 26px;
    }

    .menu-bar .user-account li a
    {
        font-size: 8pt;
        padding: 0 5px;
    }

    .menu-bar .shopping-bag
    {
        width: 30px;
    }

    .menu-bar li
    {
        height: 46px;
    }
    .menu-bar ul ul
    {
        top: 46px;
    }
    .menu-bar li a, .menu-bar li a:visited
    {
        line-height: 46px;
    }
    .menu-bar .shopping-bag
    {
        height: 46px;
    }
    .btn-side-menu, .btn-side-menu:focus
    {
        height: 46px !important;
        line-height: 46px !important;
    }
}

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

.main-content
{
    width: 100%;
    float: right;
    clear: both;
}/*
.body-home .main-content
{
    margin-top: -30px;
}*/

.page-content
{
    width: 100%;
    min-height: 500px;
    float: right;
    padding: 70px 0 100px 0;
    /*padding: 70px 0 150px 0;*/
    position: relative;
}
.page-content .des
{
    text-align: justify;
    line-height: 2em;
}
.page-content .des p:last-child
{
    margin-bottom: 0;
}
.page-content .des img
{
    max-width: 100%;
    height: auto !important;
}
.page-content .des ul li
{
    list-style: disc;
    margin-right: 50px;
}
.page-content .des ol li
{
    list-style: decimal;
    margin-right: 50px;
}

/* *** */

@media (max-width: 767px)
{
    .body-home .main-content
    {
        margin-top: -20px;
    }
}
@media (max-width: 500px)
{
    .body-home .main-content
    {
        margin-top: -10px;
    }
}

/* title
***********************************************************************************************************************/

.main-content .title-main
{
    text-align: center;
    margin-bottom: 70px;
    display: inline-block;
    position: relative;
}
.main-content .title-main .title
{
    color: #444444;
    font-size: 14pt;
    margin: 0;
    position: relative;
    z-index: 1;
}
.main-content .title-main-2 .title
{
    color: #ffffff;
}
.main-content .title-main .title:before
{
    background-color: #00aeef;
    width: 150px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: -15px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
}
.main-content .title-main:after
{
    background-color: #f6f1eb;
    background-image: radial-gradient(#d7b46a 50%, transparent 30%);
    background-position: 0 0;
    background-size: 8px 8px;
    width: 58px;
    height: 7px;
    border-right: 5px solid #f6f1eb;
    border-left: 5px solid #f6f1eb;
    content: "";
    position: absolute;
    bottom: -17px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 2;
}

/* *** */

.page-title-box
{
    background-color: #3b3b3b;
    width: 100%;
    text-align: center;
    float: right;
    padding: 15px 0;
    position: relative;
}
.page-title-box .title-main
{
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
    line-height: 1.5em;
    float: right;
    margin: 0;
    position: relative;
}
.page-title-box .breadcrumb
{
    background: none;
    font-size: 9pt;
    color: #f6f1eb;
    float: left;
    padding: 0;
    margin: 0;
}
.page-title-box .breadcrumb > li + li:before
{
    color: #f6f1eb;
    font-family:"Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    content: "\f30a";
    vertical-align: middle;
    opacity: 0.7;
}
.page-title-box .breadcrumb li span
{
    display: inline-block;
}
.page-title-box .breadcrumb a, .page-title-box .breadcrumb a:visited
{
    color: #f6f1eb;
    display: inline-block;
}
.page-title-box .breadcrumb a:hover
{
    color: #d7b46a;
}

/* *** */

@media (max-width: 991px)
{
    .page-title-box .title-main
    {
        width: 100%;
    }
    .page-title-box .breadcrumb
    {
        width: 100%;
    }
}

/* page-banner
***********************************************************************************************************************/

.page-banner
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #003c7f;
    width: 100%;
    height: 25%;
    min-height: 90px;
    float: left;
    margin-top: -25px;
    overflow: hidden;
    position: relative;
}
.page-banner:before
{
    content: "";
    display: block;
    padding-top: 25%;
}

.body-reseller .page-banner
{
    margin-bottom: 0;
}

/* home
***********************************************************************************************************************/

.page-home
{
    width: 100%;
    float: right;
}

.page-home .title-main
{
    margin-bottom: 70px;
}

.page-home .swiper-button-box
{
    margin-top: 30px;
    direction: rtl;
}
.page-home .swiper-button-next, .page-home .swiper-button-prev
{
    background-image: none;
    background-color: transparent;
    width: 40px;
    height: 30px;
    color: #c3b6a5;
    font-size: 20pt;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
    opacity: 1;
    -moz-opacity: 1;
    position: relative;
	right: 0;
	left: auto;
}
.page-home .swiper-button-next
{
    right: auto;
    left: 0;
}
.page-home .swiper-button-next:before, .page-home .swiper-button-prev:before
{
    background-color: #efe9e1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
}
.page-home .swiper-button-prev:before
{
    right: -5px;
    left: auto;
}
.page-home .swiper-button-next:hover, .page-home .swiper-button-prev:hover
{
    color: #d7b46a;
}
.page-home .swiper-button-disabled
{
    color: rgba(195, 182, 165, 0.4) !important;
    pointer-events: auto;
}
.page-home .swiper-button-next .icon, .page-home .swiper-button-prev .icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* home - banner
***********************************************************************************************************************/

.page-home .banner-bar
{
    width: 100%;
    min-width: 320px;
    float: left;
    position: relative;
    margin-bottom: 100px;
}
.page-home .banner-bar .banner-box
{
    width: 100%;
    min-width: 320px;
    height: 43.75%;
    float: left;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}
.page-home .banner-bar .banner-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}

.page-home .banner-bar .banner-box .swiper-container
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-home .banner-bar .banner-box .swiper-slide
{
    overflow: hidden;
}
.page-home .banner-bar .banner-box .swiper-slide a
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
}
.page-home .banner-bar .banner-box .swiper-slide img
{
    width: 100%;
    height: 100%;
    float: right;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
}
.page-home .banner-bar .banner-box .swiper-slide video
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.page-home .banner-bar .banner-box .swiper-slide .des-box
{
    position: absolute;
    bottom: 150px;
    left: -1000px;
    z-index: 2;
}
.page-home .banner-bar .banner-box .swiper-slide .des-box:before
{
    content: "";
}
.page-home .banner-bar .banner-box .swiper-slide .des-box .des-item
{
    width: 100%;
    color: #ffffff;
    font-size: 13pt;
    text-align: left;
    float: left;
    clear: both;
    padding: 5px 0;
    visibility: hidden;
    white-space: nowrap;
    mix-blend-mode: multiply;
}
.page-home .banner-bar .banner-box .swiper-slide .des-box .des-item:first-child
{
    background-color: rgba(241, 89, 42, 0.8);
    /*background-color: rgba(0, 0, 0, 0.4);*/
    width: auto;
    font-size: 18pt;
    font-weight: bold;
    padding: 10px 15px;
}
.page-home .banner-bar .banner-box .swiper-slide .des-box .des-item:last-child
{
    margin-bottom: 0;
}

.page-home .banner-bar .swiper-pagination
{
    width: auto;
    height: 20px;
    line-height: 1.5em;
    top: auto;
    bottom: 30px;
    right: 50%;
    left: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.page-home .banner-bar .swiper-pagination .swiper-pagination-bullet
{
    background-color: #ffffff;
    width: 3px;
    height: 10px;
    float: right;
    margin: 10px 2px 0 2px;
    border-radius: 0;
    opacity: 0.6;
    -moz-opacity: 0.6;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-home .banner-bar .swiper-pagination .swiper-pagination-bullet-active
{
    background-color: #f5f5f5;
    height: 20px;
    margin: 0 2px;
    opacity: 0.9;
    -moz-opacity: 0.9;
}

.page-home .banner-bar .banner-bar-divider
{
    width: 100%;
    height: auto;
    float: right;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.page-home .banner-bar .banner-bar-divider img
{
    width: 100%;
    height: auto;
    float: right;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}

/* *** */

@media (max-width: 991px)
{
    .page-home .banner-bar .banner-box .swiper-slide .des-box
    {
        display: none;
    }
}

/* home-product
***********************************************************************************************************************/

.page-home .product-bar
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 100px;
}

.page-home .product-bar .product-box
{
    width: 100%;
    float: right;
    position: relative;
}
.page-home .product-bar .product-box .img-box
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page-home .product-bar .product-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-home .product-bar .product-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.page-home .product-bar .product-box .title
{
    width: 100%;
    color: #444444;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    float: right;
    margin: 20px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-home .product-bar .product-box .price
{
    width: 100%;
    color: #888888;
    font-size: 10pt;
    float: right;
}
.page-home .product-bar .product-box .price-unit
{
    font-size: 8pt;
    margin-right: 5px;
}
.page-home .product-bar .product-box:hover .title
{
    color: #d7b46a;
}

/* home - about
***********************************************************************************************************************/

.page-home .about-bar
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.page-home .about-bar .about-img-des
{
    background-color: #d7b46a;

    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    float: right;
    border-bottom-right-radius: 50% 120px;
    border-bottom-left-radius: 50% 120px;
    border-top-right-radius: 50% 120px;
    border-top-left-radius: 50% 120px;
    position: relative;
    z-index: 1;
}
.page-home .about-bar .about-img-des:before
{
    background-color: rgba(215, 180, 106, 0.95);
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 50% 120px;
    border-bottom-left-radius: 50% 120px;
    border-top-right-radius: 50% 120px;
    border-top-left-radius: 50% 120px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.page-home .about-bar .img-box
{
    width: 40%;
    height: 100%;
    float: right;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.page-home .about-bar .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-home .about-bar .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.page-home .about-bar .title-des
{
    width: 60%;
    float: left;
    padding: 0 50px;
    position: relative;
}
.page-home .about-bar .title-des .title
{
    width: 100%;
    color: #ffffff;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    float: right;
    padding: 0;
    margin: 90px 0 40px 0;
}
.page-home .about-bar .title-des .des-box
{
    width: 100%;
    line-height: 2.5em;
    color: #ffffff;
    text-align: center;
    float: left;
}
.page-home .about-bar .about-link-box
{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 50px;
}
.page-home .about-bar .about-link-box a, .page-home .about-bar .about-link-box a:visited
{
    color: #ffffff;
    display: inline-block;
}
.page-home .about-bar .about-link-box a:hover
{
    color: #00aeef;
}

/* *** */

@media (max-width: 1199px)
{
    .page-home .about-bar .title-des .title
    {
        margin: 60px 0 30px 0;
    }
}
@media (max-width: 991px)
{
    .page-home .about-bar .title-des
    {
        padding: 0 20px;
    }
    .page-home .about-bar .title-des .title
    {
        font-size: 16pt;
        margin: 50px 0 30px 0;
    }
    .page-home .about-bar .title-des .des-box
    {
        max-height: 12em;
        line-height: 2em;
        overflow: hidden;
    }
    .page-home .about-bar .about-link-box
    {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 767px)
{
    .page-home .about-bar .img-box
    {
        width: 100%;
        max-width: 300px;
        float: none;
    }

    .page-home .about-bar .title-des
    {
        width: 100%;
        padding: 30px;
    }
    .page-home .about-bar .title-des .title
    {
        font-size: 16pt;
        text-align: center;
        margin: 30px 0 30px 0;
    }
    .page-home .about-bar .title-des .des-box
    {
        max-height: unset;
        overflow: unset;
    }
    .page-home .about-bar .about-link-box
    {
        margin-top: 30px;
        margin-bottom: 0;
    }
}

/* home - blog
***********************************************************************************************************************/

.page-home .blog-bar
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 100px;
    position: relative;
}

.page-home .blog-bar .blog-box a
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    border: 10px solid #ffffff;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
    overflow: hidden;
    position: relative;

}
.page-home .blog-bar .blog-box .img-box .img
{
    background-image: url("../../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ebebeb;
    width: 100%;
    height: 56.25%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-home .blog-bar .blog-box .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 56.25%;
}
.page-home .blog-bar .blog-box .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-home .blog-bar .blog-box .title-des-date
{
    width: 100%;
    float: right;
}

.page-home .blog-bar .blog-box .date
{
    background-color: #d7b46a;
    width: 60px;
    color: #ffffff;
    line-height: 1.5em;
    padding: 7px;
    margin: -25px auto 0 auto;
    border: 3px solid #ffffff;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.page-home .blog-bar .blog-box .date div
{
    width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-home .blog-bar .blog-box .title-des-box
{
    width: 100%;
    float: right;
}
.page-home .blog-bar .blog-box .title
{
    width: 100%;
    color: #444444;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}
.page-home .blog-bar .blog-box a:hover .title
{
    color: #d7b46a;
}
.page-home .blog-bar .blog-box .des-box
{
    height: 8em;
    color: #888888;
    text-align: center;
    line-height: 2em;
    padding: 0 10px;
    overflow: hidden;
}

/* faq
***********************************************************************************************************************/
/*
.page-faq
{
    background-image: url(../../img/faq-bg.jpg);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
}
*/
.page-faq .question-answer-box
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    clear: both;
    float: right;
    padding: 0 20px 40px 20px;
    margin: 30px 0;
	border-bottom-right-radius: 30% 60px;
	border-bottom-left-radius: 30% 60px;
	border-top-right-radius: 30% 60px;
	border-top-left-radius: 30% 60px;
    position: relative;
}
.page-faq .question-answer-box:last-child
{
    margin-bottom: 0 !important;
}
.page-faq .question-answer-box .icon
{
    background-color: #d7b46a;
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 18pt;
    display: inline-block;
    margin-top: -25px;
    border-radius: 100%;
    position: relative;
}
.page-faq .question-answer-box .icon:before
{
    width: 100%;
    height: 100%;
    border: 2px solid #ffffff;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-faq .question-answer-box .icon:after
{
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border: 10px solid #d7b46a;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-faq .question-answer-box .icon .fa
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.page-faq .question-answer-box .question
{
    color: #444444;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    line-height: 2em;
    padding: 0;
    margin: 20px 0 0 0;
}
.page-faq .question-answer-box .answer
{
    font-size: 10pt;
    text-align: center;
    line-height: 2em;
    padding: 0;
    margin: 10px 0 0 0;
}

/* page-contact
***********************************************************************************************************************/

.page-contact
{
    padding-top: 0;
}

/* *** */

.page-contact .data-box
{
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    color: #444444;
    font-size: 10pt;
    float: right;
    padding: 30px;
    margin: 70px auto 0 auto;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}
.page-contact .data-box .contact-data-item
{
    text-align: center;
    margin-bottom: 30px;
}
.page-contact .data-box .contact-data-item .icon
{
    /*background-color: #424495;*/
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #d7b46a;
    font-size: 25pt;
    display: inline-block;
    border-radius: 100%;
    position: relative;
}
.page-contact .data-box .contact-data-item .data
{
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    padding: 10px;
}
.page-contact .data-box .contact-data-item .data.mail
{
    letter-spacing: 1px;
}
.page-contact .data-box .contact-data-item .data.data-address
{
    font-size: 10pt;
}

/* *** */

.page-contact .form-box
{
    background-color: #ffffff;
    width: 100%;
    max-width: 500px;
    text-align: justify;
    display: inline-block;
    padding: 30px;
    margin: 70px auto 0 auto;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
    position: relative;
    z-index: 10000;
}
.page-contact .form-box .title-box
{
    color: #444444;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.page-contact .form-box form
{
    width: 100%;
    float: right;
}
.page-contact .form-box .form-group.form-field-star
{
    margin-bottom: 30px;
}
.page-contact .form-box .form-field-star:after
{
    color: #808285;
}
.page-contact .form-box input, .page-contact .form-box textarea
{
    background-color: #ffffff;
    height: 40px;
    padding: 5px 10px 5px 35px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #cdcdcd;
    resize: none;
}
.page-contact .form-box input:focus, .page-contact .form-box textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-contact .form-box textarea
{
    height: 120px;
}

.page-contact .form-box button
{
    background-color: #d7b46a;
    width: auto;
    color: #ffffff;
    font-size: 12pt;
    display: inline-block;
    padding: 6px 20px;
    margin: 0;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    position: relative;
}
.page-contact .form-box button:before, .page-contact .form-box button:after
{
    background-color: #c7a262;
    width: 100%;
    height: 100%;
    /*border-radius: 50px;*/
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.page-contact .form-box button:after
{
    background-color: #c09c5f;
    right: auto;
    left: -100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page-contact .form-box button:focus:before, .page-contact .form-box button:hover:before
{
    right: 0;
}
.page-contact .form-box button:focus:after, .page-contact .form-box button:hover:after
{
    left: 0;
}
.page-contact .form-box button span
{
    position: relative;
    z-index: 1;
}
.page-contact .form-box button .icon
{
    font-size: 14pt;
    float: right;
    margin-left: 7px;
}

/* *** */

.page-contact .social-bar
{
    width: 100%;
    text-align: center;
    float: right;
    padding: 0;
    margin: 0;
    /*border-top: 1px solid #52384e;*/
    position: relative;
    z-index: 1;
}/*
.page-contact .social-bar:before
{
    background-color: #424495;
    width: 200%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 0;
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
}
.page-contact .social-bar:after
{
    background-color: #424495;
    width: 200%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    z-index: 0;
    -ms-transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg);
}*/
.page-contact .social-bar ul
{
    display: inline-block;
    margin: 0;
    padding: 30px 0 20px 0;
    position: relative;
    z-index: 1;
}/*
.page-contact .social-bar ul:before
{
    background-color: #424495;
    width: 500%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -250%;
}*/
.page-contact .social-bar ul li
{
    display: inline-block;
    margin: 0 2px;
}
.page-contact .social-bar ul li a, .page-contact .social-bar ul li a:visited
{
    width: 35px;
    height: 35px;
    color: #888888;
    font-size: 18pt;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.page-contact .social-bar ul li a:hover
{
    color: #d7b46a;
}
.page-contact .social-bar ul li a i
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* *** */

.page-contact .map-box
{
    width: 100%;
    height: 400px;
    float: right;
    position: relative;
    overflow: hidden;
}
.page-contact .map-box .map
{
    background-color: #fafafa;
    width: 100%;
    height: 100%;
    margin: 0 auto 0 auto;
}
.page-contact .map-box .map .leaflet-tile-container img
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.page-contact .map-box .map .leaflet-popup-content
{
    min-width: 200px;
    text-align: center;
    font-family: "IRANYekan", "CenturyGothic";
    font-size: 10pt;
    font-weight: bold;
}
.page-contact .map-box .map .leaflet-popup-close-button
{
    display: none;
}
.page-contact .map-box .leaflet-top
{
    top: 30px;
}

/* *** */

@media (max-width: 650px)
{
    .page-contact .data-box div[class*="col-"]
    {
        width: 100%;
    }
}

/* gallery
***********************************************************************************************************************/

.page-gallery .folder-box
{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.page-gallery .folder-box a, .page-gallery .folder-box a:visited
{
    background-color: #d7b46a;
    color: #ffffff;
    font-size: 10pt;
    text-align: center;
    display: inline-block;
    padding: 10px 15px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;

}
.page-gallery .folder-box a h5
{
    font-size: 10pt;
    margin: 0;
}
.page-gallery .folder-box a:hover, .page-gallery .folder-box a.active
{
    color: #3b1d36;
}

/* *** */

.page-gallery .imgs-box
{
    width: 100%;
    float: left;
}

.page-gallery .imgs-box .img-box
{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    float: left;
    border: 2px solid #f6f1eb;
    overflow: hidden;
    position: relative;
}
.page-gallery .imgs-box .img-box a
{
    background-image: url(../../img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
}
.page-gallery .imgs-box .img-box a:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-gallery .imgs-box .img-box.img-box-2 a:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-gallery .imgs-box .img-box a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-gallery .imgs-box .img-box a:hover img
{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}
.page-gallery .imgs-box a .title
{
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 4em;
    color: #ffffff;
    font-size: 10pt;
    text-align: center;
    padding: 15px 20px 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-gallery .imgs-box a:hover .title
{
    height: 100%;
    white-space: normal;
}

/* *** */

@media screen and (max-width: 400px)
{
    .page-gallery .imgs-box .img-box
    {
        width: 100%;
    }
}

/* career-opportunities
***********************************************************************************************************************/

.page-career-opportunities
{
    padding-top: 0;
}

.page-career-opportunities .col-img
{
    width: 100%;
    height: 25%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-career-opportunities .col-img:before
{
    content: "";
    display: block;
    padding-top: 25%;
}
.page-career-opportunities .col-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}

.page-career-opportunities .des-form-box
{
    background-color: #ffffff;
    padding: 50px 30px;
    margin: 50px auto 0 auto;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-career-opportunities .des
{
    width: 100%;
    max-width: 700px;
    font-size: 10pt;
    line-height: 2em;
    text-align: justify;
    margin: 0 auto;
    position: relative;
}
.page-career-opportunities .des:before
{
    background-color: #8a8c8e;
    width: 40%;
    min-width: 300px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* *** */

.page-career-opportunities .form-box
{
    margin-top: 70px;
}
.page-career-opportunities .form-career-opportunities
{
    width: 100%;
    margin: 0 auto;
}
.page-career-opportunities .form-box .form-group.form-field-star
{
    margin-bottom: 30px;
}
.page-career-opportunities .form-box .form-field-star:after
{
    color: #808285;
}
.page-career-opportunities .form-box input, .page-career-opportunities .form-box textarea, .page-career-opportunities .form-box select
{
    background-color: #ffffff;
    height: 40px;
    padding: 5px 10px 5px 35px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #cdcdcd;
    resize: none;
}
.page-career-opportunities .form-box input:focus, .page-career-opportunities .form-box textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-career-opportunities .form-career-opportunities .resume-file-des
{
    text-align: justify
}
.page-career-opportunities .form-career-opportunities .form-clear-row
{
    clear: both;
}

.page-career-opportunities .form-box button
{
    background-color: #d7b46a;
    width: auto;
    color: #ffffff;
    font-size: 12pt;
    float: right;
    padding: 6px 20px;
    margin: 30px 0 0 0;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    position: relative;
}
.page-career-opportunities .form-box button:before, .page-career-opportunities .form-box button:after
{
    background-color: #c7a262;
    width: 100%;
    height: 100%;
    /*border-radius: 50px;*/
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.page-career-opportunities .form-box button:after
{
    background-color: #c09c5f;
    right: auto;
    left: -100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page-career-opportunities .form-box button:focus:before, .page-career-opportunities .form-box button:hover:before
{
    right: 0;
}
.page-career-opportunities .form-box button:focus:after, .page-career-opportunities .form-box button:hover:after
{
    left: 0;
}
.page-career-opportunities .form-box button span
{
    position: relative;
    z-index: 1;
}
.page-career-opportunities .form-box button .icon
{
    font-size: 14pt;
    float: right;
    margin-left: 7px;
}

/* *** */

@media (max-width: 991px)
{
    .page-career-opportunities .form-career-opportunities .form-clear-row
    {
        clear: none;
    }
    .page-career-opportunities .form-career-opportunities .form-clear-row.form-clear-row-2
    {
        clear: both !important;
    }
}
@media (max-width: 767px)
{
    .page-career-opportunities .data-box, .page-career-opportunities .form-box
    {
        width: 100%;
    }
}
@media screen and (max-width: 600px)
{
    .page-career-opportunities .form-career-opportunities div[class*="col-"]
    {
        width: 100%;
    }
}

/* reseller-request
***********************************************************************************************************************/

.page-reseller-request
{
    padding-top: 0;
}

.page-reseller-request .col-img
{
    width: 100%;
    height: 25%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-reseller-request .col-img:before
{
    content: "";
    display: block;
    padding-top: 25%;
}
.page-reseller-request .col-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}

.page-reseller-request .des-form-box
{
    background-color: #ffffff;
    padding: 50px 30px;
    margin: 50px auto 0 auto;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-reseller-request .des
{
    width: 100%;
    max-width: 700px;
    font-size: 10pt;
    line-height: 2em;
    text-align: justify;
    margin: 0 auto;
    position: relative;
}
.page-reseller-request .des:before
{
    background-color: #8a8c8e;
    width: 40%;
    min-width: 300px;
    height: 2px;
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* *** */

.page-reseller-request .form-box
{
    margin-top: 70px;
}
.page-reseller-request .form-reseller-request
{
    width: 100%;
    margin: 0 auto;
}
.page-reseller-request .form-box .form-group.form-field-star
{
    margin-bottom: 30px;
}
.page-reseller-request .form-box .form-field-star:after
{
    color: #808285;
}
.page-reseller-request .form-box input, .page-reseller-request .form-box textarea, .page-reseller-request .form-box select
{
    background-color: #ffffff;
    height: 40px;
    padding: 5px 10px 5px 35px;
    margin-bottom: 15px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #cdcdcd;
    resize: none;
}
.page-reseller-request .form-box input:focus, .page-reseller-request .form-box textarea:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-reseller-request .form-reseller-request .resume-file-des
{
    text-align: justify
}
.page-reseller-request .form-reseller-request .form-clear-row
{
    clear: both;
}

.page-reseller-request .form-box button
{
	background-color: #d7b46a;
	width: auto;
	color: #ffffff;
	font-size: 12pt;
	float: right;
	padding: 6px 20px;
	margin: 30px 0 0 0;
	border: 0;
	overflow: hidden;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
	box-shadow: inset 0 0 0 0 transparent;
	-webkit-transition: background-color 0.5s ease-out;
	-moz-transition: background-color 0.5s ease-out;
	-o-transition: background-color 0.5s ease-out;
	transition: background-color 0.5s ease-out;
	position: relative;
}
.page-reseller-request .form-box button:before, .page-reseller-request .form-box button:after
{
	background-color: #c7a262;
	width: 100%;
	height: 100%;
	/*border-radius: 50px;*/
	content: "";
	position: absolute;
	top: 0;
	right: -100%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.page-reseller-request .form-box button:after
{
	background-color: #c09c5f;
	right: auto;
	left: -100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.page-reseller-request .form-box button:focus:before, .page-reseller-request .form-box button:hover:before
{
	right: 0;
}
.page-reseller-request .form-box button:focus:after, .page-reseller-request .form-box button:hover:after
{
	left: 0;
}
.page-reseller-request .form-box button span
{
	position: relative;
	z-index: 1;
}
.page-reseller-request .form-box button .icon
{
    font-size: 14pt;
    float: right;
    margin-left: 7px;
}

/* *** */

@media (max-width: 991px)
{
    .page-reseller-request .form-reseller-request .form-clear-row
    {
        clear: none;
    }
    .page-reseller-request .form-reseller-request .form-clear-row.form-clear-row-2
    {
        clear: both !important;
    }
}
@media (max-width: 767px)
{
    .page-reseller-request .data-box, .page-reseller-request .form-box
    {
        width: 100%;
    }
}
@media screen and (max-width: 600px)
{
    .page-reseller-request .form-reseller-request div[class*="col-"]
    {
        width: 100%;
    }
}

/* reseller
***********************************************************************************************************************/

.page-reseller .reseller-search-box
{
    width: 100%;
    float: right;
    margin-bottom: 50px;
}
.page-reseller .reseller-search-box select, .page-reseller .reseller-search-box input
{
    background-color: #ffffff;
    color: #444444;
    /*border: 1px solid #888888;*/
    border-radius: 0;
    margin-bottom: 15px;
    -o-box-shadow: inset 0 0 0 0 transparent;
    -moz-box-shadow: inset 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
}

.page-reseller .reseller-search-box input::-webkit-input-placeholder
{
    color: #444444!important
}
.page-reseller .reseller-search-box input:-moz-placeholder
{
    color: #444444!important
}
.page-reseller .reseller-search-box input::-moz-placeholder
{
    color: #444444!important
}
.page-reseller .reseller-search-box input:-ms-input-placeholder
{
    color: #444444!important
}

.page-reseller .reseller-show-data, .page-reseller .reseller-alert
{
    clear: both;
}

/* *** */

.page-reseller .data-reseller-box
{
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
    border-top: 3px solid #d7b46a;
    /*
    border: 1px solid #f1f1f1;
    border-bottom: 3px solid #f1f1f1;
    border-radius: 30px;*/
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
}
.page-reseller .reseller-title-box
{
    width: 100%;
    text-align: center;
    float: right;
    margin-top: -30px;
}
.page-reseller .reseller-title
{
    background: #d7b46a;
    width: 80%;
    color: #444444;
    font-size: 11pt;
    text-align: center;
    display: inline-block;
    float: none;
    padding: 7px 0;
    border-radius: 20px;
}
.page-reseller .table-show-data-reseller
{
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}
.page-reseller .table-show-data-reseller td
{
    color: #444444;
    vertical-align: middle;
}
.page-reseller .table-show-data-reseller .title
{
    width: 40px;
    font-weight: bold;
    padding: 5px;
}
.page-reseller .table-show-data-reseller .title-first
{
    font-size: 12pt;
}
.page-reseller .table-show-data-reseller .title .fa
{
    width: 32px;
    height: 32px;
    color: #d3d3d3;
    font-size: 12pt;
    text-align: center;
    margin: 0 auto;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
}
.page-reseller .table-show-data-reseller .des
{
    text-align: right;
    padding: 5px 0 5px 10px;
}

/* *** */

@media screen and (max-width: 600px)
{
    .page-reseller .reseller-search-box .col-xs-4
    {
        width: 100%;
    }
}
@media screen and (max-width: 500px)
{
    .page-reseller .reseller-show-data .col-md-4
    {
        width: 100%;
    }
}

/* bottom
***********************************************************************************************************************/

.bottom-bar
{
    background-color: #00aeef;
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
}

.bottom-bar-divider
{
    width: 100%;
    float: right;
}

/* *** */

.bottom-bar .contact-ways
{
    width: 100%;
    float: right;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}
.bottom-bar .contact-ways-item
{
    width: 33.33%;
    text-align: center;
    float: right;
    position: relative;
}
.bottom-bar .contact-ways .icon
{
    width: 30px;
    color: #444444;
    font-size: 15pt;
    display: inline-block;
}
.bottom-bar .contact-ways .title
{
    color: #444444;
    font-size: 11pt;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.bottom-bar .contact-ways .des
{
    width: 100%;
    line-height: 1.7em;
    color: #444444;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}
.bottom-bar .contact-ways .des.mail-tel
{
    letter-spacing: 2px;
    direction: ltr;
}

/* *** */

.bottom-bar .col-menu
{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.bottom-bar .col-menu ul
{
    width: auto;
    display: inline-block;
    clear: both;
    margin: 0;
    padding: 0;
}
.bottom-bar .col-menu ul li
{
    width: auto;
    font-size: 9pt;
    text-align: right;
    display: inline-block;
    margin-bottom: 7px;
}
.bottom-bar .col-menu ul li a, .bottom-bar .col-menu ul li a:visited
{
    color: #444444;
    margin: 0 5px 0 5px;
}
.bottom-bar .col-menu ul li a:hover
{
    color: #d7b46a;
}

/* *** */

.bottom-bar .copy-right-designer
{
    width: 100%;
    color: #73d9ff;
    font-size: 9pt;
    float: right;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    direction: ltr;
}
.bottom-bar .copy-right
{
    float: left;
    text-align: left;
}
.bottom-bar .designer
{
    float: left;
    text-align: right;
}
.bottom-bar .designer a, .bottom-bar .designer a:visited
{
    color: #73d9ff;
}
.bottom-bar .designer a:hover
{
    color: #d7b46a;
}

/* *** */

@media screen and (max-width: 767px)
{
    .bottom-bar .contact-ways-item
    {
        width: 50%;
    }
    .bottom-bar .contact-ways-item.contact-ways-item-email
    {
        display: none;
    }

    .bottom-bar .copy-right, .bottom-bar .designer
    {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 600px)
{
    .bottom-bar .contact-ways-item
    {
        width: 100%;
    }
    .bottom-bar .contact-ways-item:first-child
    {
        margin-bottom: 30px;
    }
}

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

.page-explanatory-page
{
    text-align: center;
}

.page-explanatory-page .data a, .page-explanatory-page .data a:visited
{
    background-color: #ffffff;
    width: 100%;
    color: #444444;
    float: right;
    margin-bottom: 30px;
	border: 10px solid #ffffff;
	border-bottom-right-radius: 40px 30%;
	border-bottom-left-radius: 40px 30%;
	border-top-right-radius: 40px 30%;
	border-top-left-radius: 40px 30%;
    overflow: hidden;
}
.page-explanatory-page .data a:hover
{
    color: #d7b46a;
}

.page-explanatory-page .data .img-box
{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.page-explanatory-page .data .img-box .img
{
    width: 100%;
    height: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.page-explanatory-page .data .img-box .img:before
{
    content: "";
    display: block;
    padding-top: 50%;
}
.page-explanatory-page .data .img-box .img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-explanatory-page .data .title-box
{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.page-explanatory-page .data .title
{
    width: 100%;
    font-size: 11pt;
    padding: 20px 10px 10px 10px;
    margin: 0;
    line-height: 1.5em;
}

/* *** */

@media (max-width: 500px)
{
    .page-explanatory-page .data a
    {
        margin-bottom: 30px;
    }
    .page-explanatory-page .data:last-child a
    {
        margin-bottom: 0;
    }
    .page-explanatory-page .data
    {
        width: 100%;
    }
}

/* page-explanatory-page-view
***********************************************************************************************************************/

.page-explanatory-page-view
{
    padding-top: 0;
}

.page-explanatory-page-view .col-img
{
    width: 100%;
    height: 37.5%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-explanatory-page-view .col-img:before
{
    content: "";
    display: block;
    padding-top: 37.5%;
}
.page-explanatory-page-view .col-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
}

.page-explanatory-page-view .col-des
{
    width: 100%;
    float: right;
    position: relative;
}/*
.page-explanatory-page-view .col-des:before
{
    background-color: #d7b46a;
    width: 200%;
    height: 3px;
    content: "";
    position: absolute;
    top: 30%;
    left: -50%;
}
.page-explanatory-page-view .col-des:after
{
    background-color: #d7b46a;
    width: 200%;
    height: 10px;
    content: "";
    position: absolute;
    top: calc(30% + 15px);
    left: -50%;
}*/
.page-explanatory-page-view .des
{
    background-color: #ffffff;
    width: 100%;
	min-height: 100px;
    color: #444444;
    padding: 50px 30px;
    margin: 50px auto 0 auto;
	border-bottom-right-radius: 30% 60px;
	border-bottom-left-radius: 30% 60px;
	border-top-right-radius: 30% 60px;
	border-top-left-radius: 30% 60px;
    position: relative;
    z-index: 1;
}

.page-explanatory-page-view .imgs-box
{
    width: 100%;
    float: right;
}
.page-explanatory-page-view .imgs-box .col-md-2
{
    padding: 0;
}
.page-explanatory-page-view .imgs-box .img-box
{
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.page-explanatory-page-view .imgs-box .img-box a
{
    width: 100%;
    height: 100%;
    float: left;
    border: 5px solid #3b1d36;
    overflow: hidden;
    position: relative;
}
.page-explanatory-page-view .imgs-box .img-box a:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-explanatory-page-view .imgs-box .img-box a img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: transform .3s linear;
    -moz-transition: transform .3s linear;
    -o-transition: transform .3s linear;
    transition: transform .3s linear;
}
.page-explanatory-page-view .imgs-box .img-box a:hover img
{
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}

/* *** */

@media screen and (max-width: 550px)
{
    .page-explanatory-page-view .imgs-box div[class*="col-"]
    {
        width: 50%;
    }
}
@media screen and (max-width: 350px)
{
    .page-explanatory-page-view .imgs-box div[class*="col-"]
    {
        width: 100%;
    }
}

/* product
***********************************************************************************************************************/

.page-product .banner-box
{
    background-color: #fafafa;
    width: 100%;
    height: 25%;
    float: left;/*
    overflow: hidden;*/
    margin: -70px 0 80px 0;
    position: relative;
}
.page-product .banner-box:before
{
    content: "";
    display: block;
    padding-top: 25%;
}
.page-product .banner-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-product .banner-box .title
{
    width: auto;
    color: #ffffff;
    font-size: 14pt;
    padding: 15px 50px;
    margin: 0;
    position: absolute;
    right: 50%;
    bottom: -20px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
}

/* *** */

.page-product .product-bar .product-box
{
    width: 100%;
    text-align: center;
    float: right;
    margin-bottom: 30px;
    position: relative;
}
.page-product .product-bar .product-box .img-box
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page-product .product-bar .product-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-product .product-bar .product-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}
.page-product .product-bar .product-box .title
{
    width: 100%;
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    float: right;
    margin: 20px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-product .product-bar .product-box .price
{
    width: 100%;
    color: #888888;
    font-size: 10pt;
    float: right;
}
.page-product .product-bar .product-box .price-unit
{
    font-size: 8pt;
    margin-right: 5px;
}
.page-product .product-bar .product-box:hover .title
{
    color: #d7b46a;
}

/* *** */

@media (max-width: 350px)
{
    .page-product .product-bar div[class*="col-"]
    {
        width: 100%;
    }
}

/* product-view
***********************************************************************************************************************/

.page-product-view
{
    padding-top: 0;
}

/* *** */

.page-product-view .col-image .banner-box
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 43.75%;
    float: right;
    overflow: hidden;
    position: relative;
}
.page-product-view .col-image .banner-box:before
{
    content: "";
    display: block;
    padding-top: 43.75%;
}
/*
.page-product-view .col-image .product-image
{
    width: 40%;
    float: right;
    margin: -27% 0 0 0;
    position: relative;
    z-index: 1;
}
*/
.page-product-view .col-image .title-box
{
    /*width: 100%;*/
    float: left;
    margin: -30px 0 0 0;
    position: relative;
}
.page-product-view .col-image .title-box .title-parent
{
    font-size: 12pt;
    padding: 0;
    margin: 0;
}
.page-product-view .col-image .title-box .title
{
    background-color: #d7b46a;
    color: #ffffff;
    font-size: 16pt;
    float: right;
    padding: 10px 20px;
    margin: 0;
}

/* *** */

.page-product-view .col-title-des-price
{
    background-color: #ffffff;
    float: right;
    padding: 50px 30px;
    margin: 50px auto 0 auto;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-product-view .des-box
{
    width: 100%;
    color: #444444;
    float: right;
}

.page-product-view .price-title-number-buy
{
    background-color: #f5f5f5;
    width: 100%;
    max-width: 300px;
    float: left;
    padding: 0;
    margin: 0;
    border: 1px solid #e3e3e3;
    border-bottom-width: 3px;
    border-radius: 30px;
    overflow: hidden;
}
.page-product-view .price-title-number-buy .title
{
    display: none;
    line-height: 1.5em;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin: 0;
}
.page-product-view .price-title-number-buy .price
{
    color: #444444;
    font-weight: bold;
    text-align: center;
    direction: rtl;
}
.page-product-view .price-title-number-buy .price .price-unit
{
    font-size: 8pt;
    margin-right: 5px;
}
.page-product-view .price-title-number-buy .number-buy .order-product-number
{
    width: calc(100% - 150px);
    height: 30px;
    color: #444444;
    text-align: center;
    float: right;
    clear: both;
    padding: 3px 0 0 0;
    border: 1px solid #e3e3e3;
}
.page-product-view .price-title-number-buy .number-buy .btn-add-to-basket
{
    background-color: #e3e3e3;
    width: 150px;
    height: 30px;
    color: #666666;
    font-size: 8pt;
    border: 0;
    padding: 0 5px;
    float: right;
}

/* *** */

.page-product-view .table-product-specification-box
{
    width: 100%;
    max-width: 350px;
    display: inline-block;
    margin: 50px auto 0 auto;
}
.page-product-view .table-product-specification
{
    width: 100%;
    text-align: center;
}
.page-product-view .table-product-specification thead tr th
{
    background-color: #555555;
    color: #ffffff;
    font-size: 8pt;
    text-align: center;
    padding: 2px 5px;
    border: 2px solid #ffffff;
}
.page-product-view .table-product-specification thead tr th.title
{
    font-size: 12pt;
    padding: 10px 0 5px 0;
}
.page-product-view .table-product-specification tbody tr td
{
    background-color: #e9e9e9;
    color: #444444;
    text-align: center;
    padding: 2px 5px;
    border: 2px solid #3b1d36;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.page-product-view .table-product-specification tbody tr:nth-child(odd) td
{
    background-color: #f5f5f5;
}
.page-product-view .table-product-specification .col-title
{
    text-align: right;
}
.page-product-view .table-product-specification .col-title .unit
{
    font-size: 9pt;
    margin-right: 5px;
}
.page-product-view .table-product-specification tfoot tr td
{
    color: #ffffff;
    text-align: center;
    padding: 2px 10px;
}
/*
.page-product-view .table-product-specification .price
{
    font-size: 12pt;
}
.page-product-view .table-product-specification .price-unit
{
    font-size: 8pt;
    margin-right: 5pt;
}
*/
/*
.page-product-view .order-product-number
{
    width: 100%;
    height: 30px;
    max-width: 80px;
    color: #444444;
    text-align: center;
    float: right;
    clear: both;
    padding: 3px 0 0 0;
    border: 1px solid #424495;
}
.page-product-view .order-product-number::-webkit-input-placeholder
{
    color: #444444 !important;
    font-size: 9pt;
}
.page-product-view .order-product-number:-moz-placeholder
{
    color: #444444 !important;
    font-size: 9pt;
}
.page-product-view .order-product-number::-moz-placeholder
{
    color: #444444 !important;
    font-size: 9pt;
}
.page-product-view .order-product-number:-ms-input-placeholder
{
    color: #444444 !important;
    font-size: 9pt;
}
.page-product-view .btn-add-to-basket
{
    background-color: #424495;
    height: 30px;
    font-size: 8pt;
    border: 0;
    padding: 0 5px;
    float: right;
}
*/



/* *** */

.page-product-view .product-other-bar
{
    text-align: center;
    margin-top: 100px;
}

.page-product-view .product-other-bar .title-main
{
    margin-bottom: 0;
}

.page-product-view .product-other-bar .swiper-container
{
    padding-top: 70px;
}

.page-product-view .product-other-bar .product-box
{
    width: 100%;
    text-align: center;
    float: right;
    position: relative;
}
.page-product-view .product-other-bar .product-box .img-box
{
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.page-product-view .product-other-bar .product-box .img-box:before
{
    content: "";
    display: block;
    padding-top: 100%;
}
.page-product-view .product-other-bar .product-box .img-box img
{
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
    /*padding: 15px;*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
}
.page-product-view .product-other-bar .product-box .title
{
    width: 100%;
    color: #444444;
    font-size: 11pt;
    text-align: center;
    line-height: 2em;
    float: right;
    /*
    padding: 20px;*/
    margin: 20px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page-product-view .product-other-bar .product-box .price
{
    width: 100%;
    color: #888888;
    font-size: 10pt;
    float: right;
}
.page-product-view .product-other-bar .product-box .price-unit
{
    font-size: 8pt;
    margin-right: 5px;
}
.page-product-view .product-other-bar .product-box:hover .title
{
    color: #d7b46a;
}

.page-product-view .product-other-bar .swiper-button-box
{
    text-align: center;
    margin-top: 50px;
    direction: rtl;
}
.page-product-view .product-other-bar .swiper-button-next, .page-product-view .product-other-bar .swiper-button-prev
{
    background-image: none;
    background-color: transparent;
    width: 40px;
    height: 30px;
    color: #c3b6a5;
    font-size: 20pt;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    display: inline-block;
    opacity: 1;
    -moz-opacity: 1;
    position: relative;
    right: 0;
    left: auto;
}
.page-product-view .product-other-bar .swiper-button-next
{
    right: auto;
    left: 0;
}
.page-product-view .product-other-bar .swiper-button-next:before, .page-product-view .product-other-bar .swiper-button-prev:before
{
    background-color: #efe9e1;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
}
.page-product-view .product-other-bar .swiper-button-prev:before
{
    right: -5px;
    left: auto;
}
.page-product-view .product-other-bar .swiper-button-next:hover, .page-product-view .product-other-bar .swiper-button-prev:hover
{
    color: #d7b46a;
}
.page-product-view .product-other-bar .swiper-button-disabled
{
    color: rgba(195, 182, 165, 0.4) !important;
    pointer-events: auto;
}
.page-product-view .product-other-bar .swiper-button-next .icon, .page-product-view .product-other-bar .swiper-button-prev .icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* *** */

@media (max-width: 1199px)
{/*
    .page-product-view .col-image .product-image
    {
        max-width: 350px;
        margin: -240px 30px 0 0;
    }*/
}
@media (max-width: 992px)
{/*
    .page-product-view .col-image .product-image
    {
        max-width: 270px;
        margin: -180px 20px 0 0;
    }*/
}
@media (max-width: 767px)
{

/*
    .page-product-view .col-image .product-image
    {
        max-width: 270px;
        float: right;
        margin: -180px 20px 0 0;
    }
*/

    .page-product-view .col-image .title-box .title
    {
        font-size: 13pt;
    }


    .page-product-view .col-title-des-price .col-des
    {
        width: 100%;
    }
    .page-product-view .col-title-des-price .col-price
    {
        width: 100%;
        margin-top: 50px;
    }
    .page-product-view .price-title-number-buy
    {
        float: none;
        margin: 0 auto;
    }

    /*
    .page-product-view .col-image
    {
        width: 100%;
        text-align: center;
        float: left;
    }
    .page-product-view .col-image .banner-box
    {
        width: calc(100% - 60px);
        display: inline-block;
        float: none;
    }
*/
	.page-product-view .des-box
	{
		padding-left: 0;
	}

	/*
	.page-product-view .order-product-number
	{
		max-width: 100%;
	}
	.page-product-view .btn-add-to-basket
	{
		width: 100%;
		height: auto;
	}
	*/
}
@media (max-width: 500px)
{
    .page-product-view .col-image .title-box
    {
        margin-top: -10px;
    }
    .page-product-view .col-image .title-box .title
    {
        font-size: 10pt;
    }
}

/* user form --> signin - signup
***********************************************************************************************************************/

.page-by-form form
{
    background-color: #ffffff;
    padding: 30px;
    margin: 0;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}
.page-by-form form .form-group:last-child
{
    margin-bottom: 0;
}

.page-by-form form .control-label
{
    font-weight: normal;
    padding-top: 0;
}
.page-by-form form input, .page-by-form form select
{
    background-color: #ffffff;
    height: 40px;
    padding: 5px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #cdcdcd;
    resize: none;
}
.page-by-form form input:focus, .page-by-form form select:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-by-form form button, .page-by-form form .btn-back
{
    background-color: #d7b46a;
    width: auto;
    color: #ffffff;
    font-size: 12pt;
    float: right;
    padding: 6px 20px;
    margin: 0;
    border: 0;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
    position: relative;
}
.page-by-form form .btn-back
{
    background-color: #f5f5f5;
    color: #444444;
    margin-right: 5px;
}
.page-by-form form button:before, .page-by-form form button:after,
.page-by-form form .btn-back:before, .page-by-form form .btn-back:after
{
    background-color: #c7a262;
    width: 100%;
    height: 100%;
    /*border-radius: 50px;*/
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.page-by-form form .btn-back:before, .page-by-form form .btn-back:after
{
    background-color: #e0e0e0;
}
.page-by-form form button:after,
.page-by-form form .btn-back:after
{
    background-color: #c09c5f;
    right: auto;
    left: -100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.page-by-form form .btn-back:after
{
    background-color: #d1d1d1;
}
.page-by-form form button:focus:before, .page-by-form form button:hover:before,
.page-by-form form .btn-back:focus:before, .page-by-form form .btn-back:hover:before
{
    right: 0;
}
.page-by-form form button:focus:after, .page-by-form form button:hover:after,
.page-by-form form .btn-back:focus:after, .page-by-form form .btn-back:hover:after
{
    left: 0;
}
.page-by-form form button span, .page-by-form form .btn-back span
{
    position: relative;
    z-index: 1;
}
.page-by-form form button .icon, .page-by-form form .btn-back .icon
{
    font-size: 14pt;
    float: right;
    margin-left: 7px;
}

/* order basket
***********************************************************************************************************************/

.page-order-basket .order-basket-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 50px 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-order-basket .table-show-data-basket
{
    margin-bottom: 30px;
}
.page-order-basket .table-show-data-basket th
{
    background-color: #e1e1e1;
    font-weight: bold;
}
.page-order-basket .table-show-data-basket th, .page-order-basket .table-show-data-basket td
{
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-bottom: 5px solid #ffffff;
}
.page-order-basket .table-show-data-basket th:first-child
{
    text-align: right;
}
.page-order-basket .table-show-data-basket .title
{
    text-align: right;
}
.page-order-basket .table-show-data-basket input
{
    width: 100%;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 7px 5px 2px 5px;
}
.page-order-basket .table-show-data-basket .btn
{
    background-color: #424495;
    padding: 8px 0 6px 0;
    border: 0;
    border-radius: 0;
}
.page-order-basket .table-show-data-basket .btn:hover
{
    background-color: #28295a;
}
.page-order-basket .table-show-data-basket .price
{
    font-size: 10pt;
}
.page-order-basket .table-show-data-basket tfoot tr .title
{
    background-color: #8a8c8e;
    color: #ffffff;
    text-align: left;
}
.page-order-basket .table-show-data-basket tfoot tr .price
{
    background-color: #414142;
    font-size: 12pt;
    color: #ffffff;
}

.page-order-basket .form-order-submit, .page-order-basket .btn-continue-shopping
{
    float: left;
    border: 0;
    border-radius: 0;
}

/* shipping
***********************************************************************************************************************/

.page-shipping .shipping-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 50px 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-shipping .address-bar
{
    width: 100%;
    float: right;
}
.page-shipping .address-bar .title
{
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.page-shipping .address-bar .address-box
{
    background-color: #fcfcfc;
    width: 100%;
    font-weight: normal;
    float: right;
    padding: 7px;
    margin-bottom: 10px;
    border: 1px solid #efefef;
    cursor: pointer;
}
.page-shipping .address-bar .address-box.active
{
    border: 1px solid #424495;
}

/* *** */

@media (max-width: 550px)
{
    .page-shipping .new-address-bar .col-lg-3
    {
        width: 100%;
    }
}

/* order finish
***********************************************************************************************************************/

.page-order-finish .order-finish-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 50px 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-order-finish .btn-order-payment
{
    background-color: #fcfcfc;
    font-weight: normal;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #efefef;
    border-radius: 15px;
}
.page-order-finish .btn-order-payment:hover
{
    border: 1px solid #424495;
}

.page-order-finish .row-order-data
{
    margin-top: 30px;
}

.page-order-finish .table-show-data-order-detail
{
    margin: 30px 0 0 0;
}
.page-order-finish .table-show-data-order-detail td
{
    text-align: right;
    vertical-align: middle;
    border: 0;
    border-bottom: 2px solid #ffffff;
}
.page-order-finish .table-show-data-order-detail .title
{
    background-color: #e1e1e1;
    width: 150px;
    font-weight: bold;
    text-align: right;
}

.page-order-finish .table-show-data-order-product
{
    margin: 30px 0 0 0;
}
.page-order-finish .table-show-data-order-product th
{
    background-color: #e1e1e1;
    font-weight: bold;
}
.page-order-finish .table-show-data-order-product th, .page-order-finish .table-show-data-order-product td
{
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-bottom: 2px solid #ffffff;
}
.page-order-finish .table-show-data-order-product th:first-child
{
    text-align: right;
}
.page-order-finish .table-show-data-order-product .title
{
    text-align: right;
}
.page-order-finish .table-show-data-order-product .price
{
    font-size: 10pt;
}
.page-order-finish .table-show-data-order-product tfoot tr .title
{
    background-color: #8a8c8e;
    color: #ffffff;
    text-align: left;
}
.page-order-finish .table-show-data-order-product tfoot tr .price
{
    background-color: #414142;
    font-size: 12pt;
    color: #ffffff;
}

/* order
***********************************************************************************************************************/

.page-order .order-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 50px 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-order .filter-order-number
{
    background-color: #ffffff;
    max-width: 150px;
    height: 40px;
    float: right;
    padding: 5px 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: inset 0 0 0 0 transparent;
    border: 1px solid #cdcdcd;
    resize: none;
}
.page-order .filter-order-number:focus
{
    box-shadow: inset 0 0 0 0 transparent;
}
.page-order .filter-order-submit
{
    height: 40px;
    font-size: 11pt;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.page-order .table-show-data-order
{
    background-color: #ffffff;
}
.page-order .table-show-data-order th
{
    background-color: #e1e1e1;
    font-weight: bold;
}
.page-order .table-show-data-order th, .page-order .table-show-data-order td
{
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-bottom: 3px solid #ffffff;
}
.page-order .table-show-data-order th:first-child, .page-order .table-show-data-order td:first-child
{
    text-align: right;
}

.page-order .table-show-data-order .btn
{
    background-color: #fcfcfc;
    color: #444444;
    font-size: 10pt;
    padding: 5px 10px;
    border: 1px solid #efefef;
    border-radius: 15px;
}
.page-order .table-show-data-order .btn:hover
{
    color: #424495;
    border: 1px solid #424495;
}

/* profile
***********************************************************************************************************************/

.page-profile .profile-box
{
    background-color: #ffffff;
    width: 100%;
    float: right;
    padding: 50px 30px;
    border-bottom-right-radius: 30% 60px;
    border-bottom-left-radius: 30% 60px;
    border-top-right-radius: 30% 60px;
    border-top-left-radius: 30% 60px;
}

.page-profile .profile-data-bar
{
    width: 100%;
    float: right;
}
.page-profile .profile-data-bar .title
{
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.page-profile .table-show-data-address th
{
    background-color: #e1e1e1;
    font-weight: bold;
}
.page-profile .table-show-data-address th, .page-profile .table-show-data-address td
{
    text-align: center;
    vertical-align: middle;
    border: 0;
    border-bottom: 3px solid #ffffff;
}

.page-profile .btn-address-add, .page-profile .btn-profile-edit
{
    font-size: 10pt;
    float: left;
    margin-top: 10px;
    border-bottom-right-radius: 40px 30%;
    border-bottom-left-radius: 40px 30%;
    border-top-right-radius: 40px 30%;
    border-top-left-radius: 40px 30%;
}

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

.page-404
{
    height: 100%;
    padding: 0;
    position: relative;
    margin-top: 52px;
}

.page-404 img
{
    width: 100%;
    max-width: 400px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    object-fit: contain;
    -o-object-fit: contain;
    font-family: "object-fit: contain;";
}

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