/* FONTS */

/* ENGLISH */
@font-face {
	font-family: Robots;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/robots/Roboto-Regular.ttf') format('truetype');
}

@font-face {
	font-family: Robots;
	font-weight: 200;
	font-display: swap;
	src: url('../fonts/robots/Roboto-Light.ttf') format('truetype');
}

@font-face {
	font-family: Robots;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/robots/Roboto-Bold.ttf') format('truetype');
}

@font-face {
	font-family: Robots;
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/robots/Roboto-Black.ttf') format('truetype');
}



/* PERSIAN */

@font-face {
	font-family: yekanbakh;
	font-weight: 200;
	font-display: swap;
	src: url('../fonts/yekanbakh/yekan bakh en 03 light.ttf') format('truetype');
}

@font-face {
	font-family: yekanbakh;
	font-weight: 300;
	font-display: swap;
	src: url('../fonts/yekanbakh/yekan bakh en 04 regular.ttf') format('truetype');;
}  

@font-face {
	font-family: yekanbakh;
	font-weight: 400;
	font-display: swap;
	src: url('../fonts/yekanbakh/yekan bakh en 05 medium.ttf') format('truetype');
}

@font-face {
	font-family: yekanbakh;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/yekanbakh/yekan bakh en 06 bold.ttf') format('truetype');
}


/*=== DEFAULT CSS ===*/

html {
	overflow-x: hidden;
}

a {
	text-decoration: none !important;
}

*,
*:focus {
    outline: none !important;
}

body {
	font-family: yekanbakh;
	background-color: #fff !important;
	overflow-x: hidden;
}

main {
	min-height: 100vh;
}



textarea {
    font-size: inherit;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
	cursor: pointer;
}

button,
input[type="submit"] {
    cursor: pointer;
}

button:focus {
    outline: none !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.pointer {
	cursor: pointer;
}

h4{
    font-size: 27px;
    font-weight: bold;
    color: #012c44;
}

.margin-section {
    margin-top: 200px;
}

@media only screen and (max-width: 768px){
    
    .margin-section {
        margin-top: 100px;
    }    
    .single-page {
        margin-top: 190px;
    }
}

header {
    display: flex;
}

.header-logo {
    object-fit: contain;
}

/* Main Page */

.preloader svg {
    position: fixed;
    z-index: 1;
}

.second-window-top {
    top: 0;
    position: absolute;
    object-fit: contain;
}

.trigger-top {
    top: 50vh;
}

.margin-top-100vh {
    margin-top: 100vh;
}

.opcity-scroll {
    display: none;
}

.h-200vh {
    height: 200vh;
}

.h-100vh {
    height: 100vh;
}

.wh-100 {
    width: 100%;
    height: 100vh;
}

.eachitem svg {
    width: 30%;
    height: auto;
}

.eachitem {
    transition: all 0.5s;
}

@media(min-width: 992px){
    .eachitem {
        width: 15%;
    }
}

.eachitem:hover {
    border-right: 0.5px solid rgba(255, 255, 255, 0.15);;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);;
    background: rgb(0,0,0);
}

.background {
    width: 100%;
    height: 100vh;
    background-position: bottom;
    background-size: cover;
}

.main-scroll {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}

.main-items .eachitem {
    height: 200px;
    background-color: rgb(255, 255, 255, 0.1);
}

@media(min-width: 992px){
    .width-at-lg{
        width: 1000px;
    }
}

@media(min-width: 1500px){
    .width-at-lg{
        width: 1500px;
    }
    .main-items .eachitem {
        height: 250px;
    }
}

.main-items{
    top: 0;
}

.main-items .eachitem p {
    color: #fff;
    font-size: 20px;
}

.why-orang h2 {
    margin-bottom: 20px;
    color: #575653 !important;
    font-weight: bold;
}

.why-orang p {
    font-size: 18px;
    line-height: 45px;
    font-weight: 500;
    color: #181f29;
}

.why-orang span {
    font-size: 14px;
    color: #181f29;
    font-weight: lighter;
}

.move-first strong {
    color: #fcae13;
}

.svg-border {
    border-left: 1.5px solid #000;
}

/* Video Section */
.the-video {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* padding-top: 56.25%;  */
}

@media only screen and (max-width: 768px){
    .the-video {
        min-height: 220px;
    }
}


.the-video .cover,
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.the-video > div:hover {
    cursor: pointer;
}

.the-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 730px;
}

.w-90px {
    width: 90px;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #39434f;
}

.show-comments-rtl .slick-next ,
.show-comments .slick-next {
    left: auto;
    right: -90px;
    top: 70%;
    width: 30px;
    height: 30px;
    border-radius: 20px;
}

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

    .woocommerce-product-gallery > div img {
        height: 300px !important;
        object-fit: contain !important;
    }

    .woocommerce-product-gallery > div:nth-child(2) img {
        height: 60px !important;
        object-fit: cover !important;   
    }

    .woocommerce-product-gallery .slick-next,
    .woocommerce-product-gallery .slick-prev {
        display: none !important;
    }

}

.show-comments-rtl .slick-next:before ,
.show-comments-rtl .slick-prev:before ,
.show-comments .slick-next:before ,
.show-comments .slick-prev:before {
    content: ' ';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 40px;
    display: block;
    width: auto;
    opacity: 1;
}

.show-comments-rtl .slick-prev:before ,
.show-comments .slick-prev:before {
    background-image: url('../img/right-arrow.svg');
}

.show-comments-rtl .slick-next:before ,
.show-comments .slick-next:before {
    background-image: url('../img/left-arrow.svg');
}

.show-comments-rtl .slick-prev ,
.show-comments .slick-prev {
    right: -190px;
    left: auto;
    top: 70%;
    width: 80px;
    height: 30px;
    border-radius: 20px;
}

.comments-title {
    font-size: 25px;
}

.eachdialog p {
    font-size: 15px;
    font-weight: 300;
    line-height: 2;
    text-align: justify;
}

.eachdialog {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
       -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
               transition: all 0.3s ease-out;
}

.eachdialog:hover {
    cursor: pointer;
    background-color: #fc9713;
    border-radius: 18px 18px 0% 18px / 18px 18px 0% 18px;
}

.eachdialog:hover p {
    color: #fff;
    font-weight: 600;

}

.eachdialog:hover .dialog-box:after{
    border-top: 26px solid #fc9713;
}

.testimonials .slick-slide {
    margin-left: 1rem ;
    margin-right: 1rem ;
}

.dialog-box {
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    border-radius: 18px 18px 0% 18px / 18px 18px 0% 18px;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.dialog-box:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    border-top: 26px solid #f7f7f7;
    border-left: 26px solid transparent;
}

.eachdialog {
    padding: 30px 30px;
    border: 0;
}

.each-testimonial {
    margin: 10px;
}

/* Single Blog */
.single-post {
    background-color: #f9f9f9 !important;
}

.single-blog article li {
    list-style: disc !important;
    margin-right: 35px !important;
}

.current-cat::before {
    content: ' ';
    overflow:hidden;
    border-radius: 50px;
    border: 1px solid #2da7e2;
    background-color: #2da7e2;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: block;
}

.blog-header {
    height: 160px;
}

@media only screen and (max-width: 768px){
    .article {
        margin-top: 200px !important;
    }
    .questions {
        margin-top: 200px !important;
    }
}

.article {
    margin-top: 100px;
}

.article-content > picture {
    max-height: 400px;
}

.article-content > picture > img {
    object-fit: cover;
    object-position: center;
    max-height: 400px;
}

.article-content h4 و 
.get-categories h4 {
    font-size: 25px;
    font-weight: 500;
}

.article-content > p {
    font-size: 17px;
    line-height: 2;
    color: #4e4e4e;
    font-weight: 300;
    line-height: 35px;
    text-align: justify;
}

.article-content .set-border {
    border-bottom: 2px solid #dcdcdc;
}

.post-video {
    margin-bottom: 100px !important;
    margin-top: 100px !important;
    height: 500px;
}

.article-content > svg {
    margin-top: 60px;
    margin-bottom: 60px;
}

.article-details span {
    color: #a4a4a4;
    font-size: 17px;
}

.article-details {
    padding-top: 40px;
    padding-bottom: 30px;
}

.article-content .icon svg {
    width: 20px;
    height: 20px;
    margin-top: -1px;
}

.article-content article {
    font-size: 17px;
    line-height: 2.71;
    text-align: start;
    color: #4e4e4e;
}

.article-content article img {
    object-fit: contain;
    width: 100%;
    height: fit-content;
    margin: 50px 0;
}

.post-pagination {
    margin-top: 50px;
}

.tags p {
    font-size: 17px;
    font-weight: 500;
    color: #333;
}
.tags a {
    margin-left: 10px;
    color: #3daa7e;
    border: 1px solid #3daa7e;
    border-radius: 5px;
}
.tags a:hover {
    color: #fff;
    background-color: #3daa7e
}

/* Comments Section */
input#wp-comment-cookies-consent,
.comment-form label {
    display: none;
}

.form-submit .submit {
    border: 0;
    background-color: #3daa7e;
    color: #fff;
    font-size: 17px;
    padding: 10px 60px;
}

.comment-fields {
    border-radius: 5px;
    border: solid 1px #dcdcdc;
    padding: 20px 30px;
    width: 100%;
    margin-bottom: 10px;
    resize: none;
}

.img-avatar > img {
    border-radius: 50%;
    margin-bottom: 10px;
}

.comment-meta p {
    font-size: 15px;

}

.comment-author {
    font-size: 19px;
    font-weight: 500;
    padding-right: 10px;
  
}

.comment-meta {
    font-size: 11px;
    color: #373737;

}

.comment-body > p {
    font-size: 15px;
    color: #4e4e4e;
    overflow: hidden;
}

.reply {
    color: #949494;
    font-size: 14px;

}

li.depth-1 {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #dbdbdb;  
}
li.depth-1:first-child {
    border-top: 0;
    margin-top: 0;
}

ol.children {
    margin-top: 30px;
}

.required-field-message {
	display: none;
}


/* Contact Us */
.contact-us {
    margin-top: 200px;
}

.contact-us > p {
    font-size: 25px;
    margin-top: 120px;
    margin-bottom: 50px;
}

.contact-us .insta{
    background-color: #f3f3f3;
    width: 116px;
    height: 116px;
    border-radius: 100%;
}

.contact-us .insta > div{
    background-color: #f39f32;
    width: 68px;
    height: 68px;
    border-radius: 100%;
}

.contact-us a{
    color: #666666 !important;
}

.contact-field{
    border-left: 2px solid #f7f7f7;
}

.contact-form > p { 
    padding-top: 150px;
    font-size: 25px;
    padding-bottom: 50px;
}

.contact-form img {
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .map {
    min-height: 350px;
    object-fit: cover;
}

.wrapper-send-it {
    background-color: #f39f32;
    border: 0;
    font-size: 16px;
    font-weight: 200;
    display: flex;
    align-items: center;
    position: relative;
    width: 150px;
}

.wrapper-send-it input {
    color: #fff;
    width: 100%;
    padding: 15px 0 !important;
}

.send-it {
    background-color: #f39f32;
    width: auto;
    padding-left: 0;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 200;
}

.send-it span {
    background-color: #eea972;
    border-radius: 5px;
    height: 90%;
}

.wpcf7-form-control-wrap > * {
	border: 0;
	background-color: #f3f3f3;
} 

.wpcf7-form-control-wrap span {
    display: none;
}

.wpcf7-textarea{
	resize: none;
	height: 254px;
}

.wpcf7-form-control{
	direction: rtl !important;
	width: 340px;
}

.wpcf7-spinner{
	display: none;
}

.wpcf7-submit{
	width: auto;
}

input[type=number] {
	-moz-appearance: textfield;
}

.background-styles {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.show-comments .profile-pic ,
.show-comments-rtl .profile-pic {
    width: 50px;
    height: 50px;
}

.show-comments-rtl .profile-pic img ,
.show-comments .profile-pic img {
    object-fit: cover;
    border-radius: 50%;
}

.each-testimonial .name{
    font-size: 16px;
    font-weight: 600;
    line-height: 33px;    
}

.each-testimonial .job{
    font-size: 15px;
    color: #888e95;
}


/* Archive */
.blog {
    background: #f9f9f9 !important;
}

.blog-container {
    margin-top: 100px;
}

.blog-container h2 {
    color: #2f4459;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
}

.main-title{
    margin-top: 200px;
}

.archive-eachpost img{
    height: 200px;
    object-fit: cover;
}

.each-post-details span,
.each-post-details span p {
    color: #959595;
    font-size: 12px;
}

.each-post-details span p {
    background-color: #f2f2f2;

}

.each-post-details .the-link{
    font-size: 20px;
    font-weight: 500;
}

.each-post-details p{
    font-size: 16px;
    font-weight: 300;
    color: #4e4e4e;
}

.products-page .each-post-details p {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis   
}

.page-numbers {
    padding: 5px 15px;
    color: #2f4459;
    font-size: 20px;

}

.nav-links .current {
    color: #fff;
    background-color: #fcae13;
}

.prev, .next {
    background-color: #fff;
    border: 1px solid #bdbdbd;
}

.post-cover {
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
       -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
               transition: all 0.3s ease-out;
}

.each-post:hover .post-cover {
    position: absolute;
  
    background-color: #000000b8;
    display: block;
    opacity: 1;
    visibility: visible;

}

/* single product */
main.single-product {
    padding-top: 110px;
}

/* Error 404 Page */
.error-404 {
    margin-top: 160px;
}

.error-404 h1 {
    color: #6d6d6d;
    font-weight: 100;
    font-size: 45px;
}

.error-404 img {
    width: 70%;
    object-fit: contain;
}

.post-type-archive-questions,
.error404 {
    background-color: #f9f9f9 !important;
}

.error404 {
    font-weight: 300;
    font-size: 19px;
    line-height: 32px;
}

/* Questions Page */

.questions h1{
    font-size: 19px;
    font-weight: 600;
    color: #555555;
}

.each-question * {
    color: #9a9ba7;
}

.each-question .counter {
    font-weight: 600;
    font-size: 20px;
}

.each-question .q-title {
    font-weight: 600;
    font-size: 17px;
}

.openit {
    cursor: pointer;
}

.opensvg {
    transition: transform 1s;
}

.content {
    display: none;
}

.colored svg {
    transform: rotate(-180deg)
}

.colored svg path {
    fill: #2ea655 !important
}

.colored p {
    color: #ec9d00;
}


/* Registration page */

.arm_form * ,
.arm_success_msg * {
    font-family: yekanbakh !important;
}

.register-page {
    margin-top: 150px;
}

.arm_form_field_submit_button {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    width: 100% !important;
}

.arm_form_field_container.arm_form_field_container_forgot_link.arm_forgot_password_above_link.arm_forgotpassword_link {
    margin-top: 20px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

label.arm_material_label.md-required {
    padding: 10px 20px !important;
}

.arm_shortcode_form {
    margin: 0 !important;
    width: 100% !important;
}

.arm_member_form_container {
    margin: 40px 0px !important;
}

.arm_member_form_container .arm_form {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.arm_form_inner_container input {
    background-color: #fff !important;
    width: 100% !important;
    padding: 30px 20px !important;
}

span.arm_editor_suffix.arm_field_fa_icons.arm_visible_password_material {
    padding: 0px 30px;
}

.title-user {
    background-color: #f3f3f3;
}

.register-page input[type="submit"] {
    border-radius: 0px !important;
}

.um-left.um-half {
    width: 100% !important;
}

.login-signup-text {
    background-color: #f3f3f3;
    color: #535353;
}

.page-template-user {
    background-color: #f9f9f9 !important;
}

.um .um-form input[type=text],
.um .um-form input[type=password] {
    padding: 25px 5px !important;
}

.um-507.um,
.um-login {
    max-width: none !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0
}

.um .um-col-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
} 

.w-49 {
    width: 49%;
}

.um-register .um-right {
    display: none;
}

.um-login .um-right {
    display: none;
}

.um-half {
    width: 100%;
}

.um-half input[type=submit]{
    background: #4ccc85 !important;
}

a.um-link-alt {
    text-align: right!important;
    width: 170px;
}

.register-page .um-field-label {
    display: none;
}

.um-field-area input {
    padding: 25px 5px !important;
}

/* About us  */
.page-template-page-about {
    background-color: #f9f9f9 !important;
}

.margin-content {
    margin-top: 170px;
    color: #727272;
}

.about-content,
.user-account {
    margin-top: 100px;
    min-height: 100vh;
}

.about-content img {
    width: 100%;
}

.about-content p {
    margin-bottom: 70px;
    line-height: 35px;
    font-size: 18px;
    font-weight: 300;
    color: #757575;
    text-align: justify;
}

.about-content h2 {
    color: #575653;
    line-height: 2.54;
}

.our-team .title {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #575653;
    text-align: center;
}

.our-team .the-job {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #939393;
    text-align: center;
}

.why-orang {
    margin-top: 100px;
}

.why-orang img {
    width: 100%;
	height:auto;
}

.about-content h2 {
    color: #575653 !important;
    font-weight: bold;
}

/* Cart */
.accept-price .wc-forward {
    background-color: #4ccc85 !important;
}

.cart_totals table {
    border: 0 !important;
}

.shop_table tr:first-child {
    border:0 !important;
    border-bottom: 1px solid #000;
}

.shop_table tr:last-child {
    border:0 !important;
    border-top: 1px solid #000;
}

.cart-item {
    border-bottom: 2px solid #dee2e6 ;
}

.woocommerce-cart-form {
    padding: 50px;
    background-color: #f8f8f8;
}

.cart_totals {
    padding: 20px;
    background-color: #f8f8f8;
    width: 100% !important;
}

@media(max-width: 1200px){
    .cart-item {
        padding: 0;
        height: auto;
    }
    .woocommerce-cart-form {
        padding: 30px;
    }
    .cart_totals {
        padding: 0;
    }    
}

.cart-count {
    color: #505050;
    font-size: 16px;
}

.product-subtotal,
.amount bdi {
    font-size: 17px;
    color: #392910;
}

.cart-excerpt {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}

.qib-button-wrapper {
    margin: 0 10px;
}

.cart-item img {
    height: 100%;
    object-fit: contain;
    max-height: 200px;
}

.cart_totals h2 {
    display: none;
}

.item-meta {
    font-size: 20px;
}

.cart-subtotal tr ,
.cart-subtotal bdi {
    color: #6c6c6c !important;
    font-size: 18px;
    font-weight: 500;
}

.cart .cart-top-img img {
    width: 100% !important;
    max-height: 200px;
    object-fit: cover;
}

.cart .item-meta {
    font-size: 22px;
    font-weight: bold;
    color: #505050; 
    text-align: start;   
    line-height: 1.6;
}

.cart .item-meta .quantity {
    font-size: 16px;
    font-weight: 500;
    color: #6b6b6b;
}

.cart .item-meta .price {
    font-size: 18px;
    font-weight: 300;
    color: #392910;
}

.cart .actions button,
#place_order {
    background-color: #fcae13 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.cart .checkout-button {
    background-color: #4ccc85 !important;
    border-radius: 0px !important;
    font-size: 17px !important;
    font-weight: bold !important;
    padding: 13px !important;
}

.cart td.actions .coupon .input-text {
    margin: 0px !important;
    border: solid 1px #fcae13 !important;
    padding: 6px 3px !important;
    width: 50% !important;
    text-align: center !important;
}

.cart .actions .coupon button {
    width: 50% !important;
}

.woocommerce-info::before {
    display: none;
}

#customer_details .selection {
    width: 100% !important;
}

#customer_details .input-text ,
#customer_details .select2-container,
#customer_details .select2-selection,
#customer_details select {
    min-height: 50px;
    display: flex !important;
    align-content: center;
    align-items: center;
    border: 1px solid #939393;
    padding: 0px 10px;
}

#customer_details select {
    background-color: #fff;
    padding: 16px 10px;
}

#customer_details .select2-selection .select2-selection__arrow::before {
    line-height: 47px !important;
}


.single-page .woocommerce.row {
    justify-content: center;
}

.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent !important;
}

.woocommerce table.shop_table {
    border: none !important;
}

.accept-price > h2 {
    margin-bottom: 15px;
    font-weight: 400;
    color: #505050;
    font-size: 16px;
}

.wc-proceed-to-checkout {
    padding: 0 !important;
}

.wc-proceed-to-checkout a {
    margin-bottom: 0 !important;
}

.coupon .input-text {
    height: 36px;
    border: 1px solid #fcae13;
    color: black;
    padding-right: 10px;
    height: 50px;
}

.coupon button {
    height: 36px;
    background-color: #fcae13 !important;
    color: #fff !important;
    border-radius: 0 !important;
    height: 50px;
}

.do-off button {
    background-color: #fcae13 !important;
    color: #fff !important;
    height: 50px;
}

.product-name {
    font-weight: 600;
    color: #505050;
    font-size: 20px;
}

.cart-subtotal th,
.cart-subtotal .amount {
    font-size: 16px;
    padding: 10px 0;
    color: #6c6c6c;
    
}

.order-total th,
.order-total bdi,
.order-total .amount {
    color: #ae9555;
    font-size: 18px;
    font-weight: 500;
}

.cart-header {
    font-size: 25px;
    padding-bottom: 20px;
}

/* Make Animations */
#each_content {
    padding: 0px 30px;
}

#each_content:nth-child(odd) {
    opacity: 0;
    -webkit-transform: translateX(+150px);
         -moz-transform: translateX(+150px);
            -ms-transform: translateX(+150px);
             -o-transform: translateX(+150px);
                    transform: translateX(+150px);
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
}
#each_content:nth-child(even) {
    opacity: 0;
    -webkit-transform: translateX(-150px);
         -moz-transform: translateX(-150px);
            -ms-transform: translateX(-150px);
             -o-transform: translateX(-150px);
                    transform: translateX(-150px);
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
}

.comments,
.show-all,
.why-orang .the-pic {
    opacity: 0;
    -webkit-transform: translateY(-150px);
         -moz-transform: translateY(-150px);
            -ms-transform: translateY(-150px);
             -o-transform: translateY(-150px);
                    transform: translateY(-150px);
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
}

.blog-main-transition,
.product-main-transition,
.why-orang h2 {
    opacity: 0;
    -webkit-transform: translateY(+150px);
         -moz-transform: translateY(+150px);
            -ms-transform: translateY(+150px);
             -o-transform: translateY(+150px);
                    transform: translateY(+150px);
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
}

.second-window-top a,
.explanation-video a,
.explanation-video a {
    pointer-events: none
}

.second-window-top,
.explanation-video h2,
.explanation-video .the-video {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
}

.each-comment {
    -webkit-transform: translateY(+300px);
         -moz-transform: translateY(+300px);
            -ms-transform: translateY(+300px);
             -o-transform: translateY(+300px);
                    transform: translateY(+300px);
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
}

.blog-section .each-blog-post {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
}

.comments.visible,
.show-all.visible,
.blog-main-transition.visible,
.product-main-transition.visible,
.second-window-top.visible,
.each-blog-post.visible,
.each-comment.visible,
.video-visible h2,
.video-visible .the-video,
.each-post.visible,
.why-orang *.visible {
    opacity: 1 !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.second-window-top.visible a {
    pointer-events: auto;
}

.preloader svg {
    opacity: 1;
    -webkit-transform: none;
         -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                    transform: none;
}

.preloader svg.invisible {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-in-out;
         -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
             -o-transition: all 0.3s ease-in-out;
                    transition: all 0.3s ease-in-out;
}

.get-element-down {
    bottom: 50px;
}

/* preloader  */
.fixed-scroll {
    height: 100vh;
    overflow: hidden;
}

/* Dashboard  */
.woocommerce-account {
    background-color: #f9f9f9 !important;
}

.woocommerce-account main {
    min-height: 150px;
}

.account-boxes {
    background-color: #fff;
}

.account-boxes .account-title {
    font-size: 18px;
    font-weight: 500;
    color: #343434;
}

.account-boxes .cart-disc {
    font-weight: 200;
    font-size: 17px;
}

.account-boxes .cart-disc a {
    font-weight: 500;
}

.woocommerce-MyAccount-navigation-link {
    font-size: 14px;
    font-weight: 200;
    border-bottom: 0.5px solid #dadada;
}

.woocommerce-MyAccount-navigation-link:last-child {
    border: 0;
}


.account-boxes .is-active {
    background-color: transparent ;
}


/* =========== style2 =========== */

.rounded-0{
    border-radius: 0;
}

/* ===== HEADER ===== */
.mobile-header {
    z-index: 9;
    justify-content: center;
    align-items: center;
    margin-top: 63px;
  
}

.header-line {
    margin-top: 140px;
    background-color: transparent !important;
    border-bottom: 1px solid #b3b3b3;
}

.modal-backdrop {
    z-index: -2;
}

.search-menu {
    top: 80px;
    padding: 10px;
    width: 237px;
    height: 63px;
}

.search-menu input[type = text] {
    margin: 0;
	font-size: 13px;
	font-weight: 300;
	line-height: inherit;
	border: none;
	border-bottom: 1px solid #888;
	padding: 0px 10px;
	width: 80%;
	height: 43px;
}

.search-menu input[type = submit] {
    background: url('../img/search.svg');
	width: 30px;
	height: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border: none;

}

.main-header {
    z-index: 9;
    justify-content: center;
    align-items: center;
    margin-top: 73px;
    height: 32px;
}

.preloader-logo {
    top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 99999;
}

.preloader-svg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.preloader-logo .stage {
    top: 50px;
}

@media(min-width: 992px){
    .modal-border {
        border: 1px solid #dee2e6
    }
    .padding-modal{
        padding: 100px 50px;
    }
}

@media(min-width: 1200px){
    .padding-modal{
        padding: 100px 200px;
    }
}

/* ===== slider menu ===== */

.icon-hover {
    border-right: 0.5px solid rgba(255, 255, 255, 0.15);;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.15);;
    background: rgb(0,0,0);
    background: linear-gradient(207deg, rgba(0,0,0,0) 24%, rgba(194,194,194,0.15) 25%, rgba(194,194,194,0.14747897449995628) 75%, rgba(0,0,0,0) 76%); 
}


/* ===== BLOG IN HOME ===== */

.blog-section .each-post h2 {
    font-size: 20px;
    color: #181f29;
	font-weight: 500;
}


.blog-section .each-post p {
    font-size: 18px;
    color: #181f29;
    font-weight: 300;
    line-height: 30px;
    overflow: hidden;
}

.blog-section .each-post a {
    font-size: 15px;
    color: #fc9713;
}

.blog-section .each-post {
    height: 250px;
}

.blog-section .each-post img {
    object-fit: cover;
}

@media only screen and (max-width: 768px){
    .blog-section .each-post {
        height: 180px;
    }

    .blog-section .each-post p {
        line-height: 20px;
        font-size: 15px;
    }

    .blog-section .each-post h2 {
        font-size: 18px;
    }

}

.show-all svg {
    background-color: #fcae13;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    padding: 11px;
}

.show-all p {
    font-weight: 200;
}

.show-all span {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.show-all span:hover {
    background-color: #fcae13;
    color: #fff;
}

.show-all span a svg {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.show-all span:hover a svg {
    margin-right: 0px;
}

/* ===== Footer ===== */

footer {
    background-color: #012c44;
    color: #fff;
}


.logo-img {
    width: 150px;
}

.footer-parts .the_title {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.44;
    margin-bottom: 10px;
}

footer .main-nav span {
    font-size: 14px;
    color: #7e8ba2 !important;
}

.social p {
    font-size: 14px;
    line-height: 1.89;
    color: #7e8ba2;

}

.footer-options .nav-link {
    padding-left: 0;
    padding-right: 0;
}


/* ===== Sidebar Styles ===== */

.side-styles {
    background-color: #f3f3f3;
}

.side-styles .cat-item {
    padding: 10px 0 0;
    font-size: 14px;
    color: #4e4e44 !important;
}
.side-styles .cat-item:hover {
    color: #000;
}

.cat-item::before {
    content: ' ';
    overflow:hidden;
    border-radius: 50px;
    border: 1px solid #4e4e44;
    background-color: transparent;
    width: 10px;
    height: 10px;
    margin: 0px 5px;
    display: block;
}

.current-cat::before {
    content: ' ';
    overflow:hidden;
    border-radius: 50px;
    border: 1px solid #2da7e2;
    background-color: #2da7e2;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: block;
}

.wp-block-tag-cloud {
    display: flex;
    flex-direction: column;
    text-align: left;
}
.wp-block-tag-cloud a:hover {
    background-color: rgb(117, 117, 117);
    color: #fff;
}
.wp-block-tag-cloud a {
    font-size: 20px !important;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px 5px;
    margin: 0;
}

.set-sizes {
    width: 90%;
    height: auto;
    margin-bottom: 10px;
}


.recent-post-sidebar .recent-post-tumbnail img {
    border-radius: 100%;
    object-fit: cover;
    width: 60px;
    height: 60px;
}

.recent-post-sidebar {
    color: #4e4e4e !important;
}

.recent-post-sidebar .recent-post-title {
    font-size: 14px;
}

.recent-post-sidebar .recent-post-date {
    font-size: 12px;
}


/* ===== Archive Products ===== */

@media(max-width: 992px){
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 46%;
        margin-left: 25px;
    }
}

@media(max-width: 776px){
    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 100%;
    }
}


.archive-products {
    margin-top: 50px;
    padding-top: 80px;
    color: #2f4459 !important;
}

.archive-products h4 {
    color: #2f4459 !important;
    font-size: 26px;
    font-weight: 500;
    
}

.archive-products li.product .product-thumbnail {
    height: 300px;
}


.each-product .product-details {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    
}

.each-product .product-details span {
    height: 48px;
}

li.each-product a > div {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

li.each-product:hover a > div {
    box-shadow: rgba(139, 140, 140, 0.2) 0px 8px 24px !important;
}


.each-product .product-price bdi {
    font-size: 15px;
    font-weight: 500;
    color: #2f4459;
}

.each-product img {
    object-fit: contain;
}


/* ===== Archive Products Sidebar ===== */

#upper-value ,
#lower-value {
    border: none;
    background-color: transparent;
}

.product-sidebar > li.widget li {
    padding: 12px 0px;
    display: flex;
    align-items: center;
}

.product-sidebar > li.widget li::before {
    content: ' ';
    border: 2px solid #9a9a9a;
    margin-left: 15px;
    height: 18px;
    display: inline-block;
    width: 18px;
}

.product-sidebar .sidebar-title {
    font-size: 23px;
    font-weight: 500;
}

.noUi-handle {
    border: solid 1px #021f3e;
    background-color: #fcae13;
    box-shadow: none;
    border-radius: 100%;
    width: 15px !important;
    height: 15px !important;
}

.noUi-handle::after, .noUi-handle::before {
    background: transparent !important;
}

.noUi-connect {
    background: #021f3e !important;
}

.noUi-target {
    background-color: #9a9a9a !important;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.noUi-bas {
    padding: 0;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 5px;
}

.noUi-horizontal {
    height: 2px;
}

.noUi-base div.noUi-origin:nth-child(2){
    left: 16px !important;
    right: auto;
}

.cat-list {
    overflow-y: scroll;
    height: 300px;
  
}

.cat-list input{
    border-radius: 4px;
    width: 15px;
    height: 15px;
    transition: box-shadow .3s;
    background: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    border: solid 2px #9a9a9a;

}

.cat-list input:checked{ box-shadow: inset 0 0 0 20px #fcae13; }

.submit-filter {
    background: #fcae13;
    border: none;
    padding: 8px;
    color: #fff;
    z-index: 1;
}
   


/* ===== Single Product Page ===== */

.single_add_to_cart_button.button.alt ,
.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    width: 100%;
    background: #3daa7e !important;
    border-radius: 0;
    padding: 20px;
}

.single-product .product_title {
    font-size: 27px;
    font-weight: 500;
}

.single-product bdi {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #63768a !important;
}

.price-wrapper span {
    font-size: 22px !important;
    font-weight: 500 !important;
    color: #63768a !important;
}


.single-product .variations label {
    font-size: 22px;
    font-weight: 500;
    color: #63768a;

}

.single-product .color-variable-wrapper {
    display: flex;
    justify-content: end;
}

.product-summery {
    min-height: 500px;
}

.product-summery img {
    object-fit: cover;
}

.product-description span {
    font-size: 27px;
    font-weight: 700;
    color: #2f4459;
}

.product-description p {
    font-size: 18px;
    font-weight: 300;
    line-height: 2.3;
    color: #2f4459;
}

.product-description tr th {
    width: inherit;
    border: 1px solid #8b8b8b;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2f4459;
}

.product-description thead th {
    font-size: 20px;
    font-weight: 700;
}

.product-description tbody th {
    font-size: 18px;
    font-weight: 300;
}

.wooco_component_type_products .wooco_component_product {
    height: 140px !important;
}

.wooco_component_type_products .wooco_component_product .wooco_component_product_image img {
    height: 100% !important;
    width: 100% !important;
    padding: 20px !important;
}

.wooco_component_type_products .wooco_component_product .wooco_component_product_selection .select2-container--default .select2-selection--single {
    border: none !important;
    border-radius: 0 !important;
    background-color: #3c4753 !important;
    color: #fff !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding: 20px !important;
}

.wooco_component_type_products .wooco_component_product .wooco_component_product_selection .select2-container--default .select2-selection--single span {
    color: #fff !important;
}

.wooco_component_type_products .wooco_component_product .wooco_component_product_selection .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 20px !important;
    top: 20px !important;
}    

.wooco_component_type_products .wooco_component_product .wooco_component_product_price .woocommerce-Price-amount * {
    font-size: 16px !important;
}

.entry-summary .product_meta {
    display: none !important;
}

.wooco_components .wooco_component {
    border-bottom: none !important;
}

.woocommerce-product-gallery > div:first-child img {
    object-fit: contain !important;
    height: 400px !important;
}

.woocommerce-product-gallery > div:nth-child(2) {
    height: 140px !important;
}


.woocommerce-product-gallery > div:nth-child(2) img {
    height: 100px !important;
    object-fit: cover !important;
}


@media(max-width: 776px){
    .woocommerce-product-gallery > div:first-child img {
        height: 200px !important;
    }
}


/**
 * ==============================================
    loader on ajax
 * ==============================================
 */
 .dot-shuttle {
    position: relative;
    left: -15px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fcae13;
    color: transparent;
    margin: -1px 0;
    filter: blur(0.5px);
  }
  
  .dot-shuttle::before, .dot-shuttle::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #fcae13;
    color: transparent;
    filter: blur(0.5px);
  }
  
  .dot-shuttle::before {
    left: 15px;
    animation: dotShuttle 2s infinite ease-out;
  }
  
  .dot-shuttle::after {
    left: 30px;
  }
  
  @keyframes dotShuttle {
    0%,
    50%,
    100% {
      transform: translateX(0);
    }
    25% {
      transform: translateX(-45px);
    }
    75% {
      transform: translateX(45px);
    }
  }

.filter-contrast {
    z-index: 3;
    top: 13px;
    display: none
}

.follow-us img {
    margin-top: 10px;
    width: 20px;
}


/*
*
*	copy right
*
*/

.copy-right a {
	color: #fbff00
}

.enamad { 
    width: 150px;
    object-fit: cover;
    height: 150px;
}

.copy-right .footer-options li span {
    color: #fff !important;
}
.copy-right .footer-options li {
    padding-right: 10px;
}

.back-purple-light {
    background-color: #262335;
}

.back-purple-dark {
    background-color: #1a172a;
}

/* ===== cooperation page ===== */

.partnership-page {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 100vh;
}

.partnership-page main {
	padding-top: 300px !important;
}

@media only screen and (max-width: 768px){
    .partnership-page main {
        padding-top: 200px !important;
    }    
}

.partnership-page ~ footer {
	margin-top: 0 !important;
}

.partnership-page .content img {
	width: 320px;

}

.partner-plans > div button {
	display: flex;
	justify-content: center;
	align-items: center;
}

.partner-plans > div span {
	font-weight: bold;
	font-size: 20px;
}

.partner-plans > div.bg-white {
	height: 100px;
}

.partnership-page ~ footer .margin-section {
    margin-top: 0px;
}

/* single product page */
.product .images , 
.product .slick-list {
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}

.product .wpgs-for {
    width: 100% !important;
    margin: 0 !important;
    flex-direction: column;
}

.product .slick-track a, 
.product .slick-track span, 
.product .slick-track img {
    width: 100%;
}

.product .slick-track {
    height: 100%;
}

.product .slick-track .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 5px;
}



/* ===== first section menu ===== */

.first-section-menu * {
    color: #fff;
}

.first-section-menu ul.sub-menu {
    display: none;
    justify-content: center;
}

.first-section-menu .menu-image-title-after.menu-image-not-hovered img {
    padding: 0 20px;
}

.first-section-menu .menu-image-title-after.menu-image-title {
    text-align: center;
    margin-top: 30px;
}


.first-section-menu li {
    padding: 10px;
}

#first_section_menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff2b;
    height: 230px;
    align-items: center;
    padding: 10px;
}

.crt-lang {
    border-bottom: 2px solid #fcae13;
    padding: 10px;
    background: #ffffff3d;
}

.lang-select {
    width: 80px;
}


#first_section_menu .menu-image-title {
    padding: 0 !important;
}

@media only screen and (max-width: 768px){
    #first_section_menu a {
        height: 180px;
    }

    .first-section-menu li {
        padding: 4px;
    }
}

/* Modal */
body {
    position: relative;
}

.modal-heder .modalClose {
    position: fixed;
    top: 20px;
    right: 20px;
}

.modal-heder {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.15s ease-out; 
}

.effect{
    visibility: visible;
    opacity: 1 !important;
}

.modal {
    background: #000000f5;
}

.header-modal {
    opacity: 0;
}

.header-modal .modal-content {
    position: fixed;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #FFFFFF;
    width: fit-content;
}

.header-modal .modal-body {
    margin: 1rem;
    border: 1px solid #dee2e6;
    padding: 9rem;
}

.header-modal .modal-close {
    position: absolute;
    top: 0;
    right: 0;
}

.header-modal button.modalClose {
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: #6e6e6e;
}

.header-modal .modal-body ul {
    width: 170px;
}

.header-modal .modal-body a {
    color: #000;
    line-height: 35px;
    font-weight: 200;
}

.header-modal .modal-body p{
    text-align: center;
    font-size: 16px;
    /* letter-spacing: 0.1em; */
}

.header-modal .modalClose {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: fixed;
    width: 40px;
    height: 40px;
}

.header-modal .modal-border {
	height: fit-content;
}


#header-modal-menu * ,
#header-modal-menu-mobile * {
    color: #000 !important;
}

#header-modal-menu .modal-content {
    min-width: 600px;
}


/* ===== HOME PRODUCTS SECTION ===== */

.btn-product-more span {
    color: #000;
    padding: 10px !important;
}

.post-cover:hover .btn-product-more {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
       -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
               transform: translateY(0px);
}

.btn-product-more {
    background-color: #fff;
    width: 60%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
       -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
               transform: translateY(50px);
-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
       -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
               transition: all 0.3s ease-out;
}


.products-list .each-post {
    padding: 15px;
    opacity: 0;
    -webkit-transform: scale(0.9);
         -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
             -o-transform: scale(0.9);
                    transform: scale(0.9);
    -webkit-transition: all 0.3s ease-out;
         -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
             -o-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
}

.products-section .products-list {
    min-height: 300px;
}

.products-list .each-post picture {
    height: 100%;
}

.products-list .each-post picture img {
    object-fit: cover !important;
}

.products-section .products-list .post-cover h4 {
    font-size: 20px;
    padding: 0 40px;
}


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

    .products-section .products-list {
        min-height: 150px;
    } 

    .btn-product-more {
        height: 55px !important;
    }

} 

.btn-product-more:hover {
    background-color: #fcae13;
}

.btn-product-more:hover span {
    color: #fff;
}

.vh-100 {
    min-height: 100vh !important;
    height: inherit !important;
}

@media (min-width: 768px){
    .col-md-3 {
    flex: 0 0 auto;
    width: 25% !important;
    }
}


.product-thumbnail {
    object-fit: contain;
}

@media only screen and (max-width: 768px){
    .single-page {
        margin-top: 150px;
    }  
    
    .about-content,
    .user-account {
        margin-top: 185px;
    }
    
} 

.product-fabric-notice{
	font-size:14px;
	line-height:25px;
}
.product-fabric-notice a,.product-fabric-notice a:visited{
	font-weight:800;
	color:#ff0000;
}.product-fabric-notice a:hover{
	color:#666;
}

#orangco-lightbox {
	width: 100%;
	height: 100vh;
	background: rgba(65, 65, 65, .8);
	overflow: hidden;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999999999
}

#orangco-lightbox .content-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content:center;
	align-items:center;
}

#orangco-lightbox .close {
	width: 20px;
	height: 20px;
	fill: #fff;
	cursor: pointer;
	position: absolute;
	top: -25px;
	right: -25px
}

#orangco-lightbox .close:hover {
	fill: rgba(255, 255, 255, .6)
}

#orangco-lightbox .box-wrapper {
	width:auto;
	height:100%;
	max-width: 80%;
	max-height: 80%;
	display: block;
	position:relative;
}

#orangco-lightbox .box-wrapper img {
	width:auto;
	height:100%;
	display: block
}

@media only screen and (max-width:700px) {
	#orangco-lightbox .box-wrapper {
		width: 80%;
		height:80%;
	}
	#orangco-lightbox .box-wrapper img {
		width:auto;
		height:auto;
		max-width:100%;
		max-height:100%;
		margin:0 auto;
	}
}