html {
    background-color: white;
}

body {
    background-color: white;
    /*** about us page ***/
    /*** contact us page ***/
    /*** rule page ***/
    /*** blog page ***/
    /*** Post Page ***/
    /*** product Page ****/
    /*** product page list ***/
}

body .min-nav-lis .cart-main-body {
    display: none;
    left: 17px;
    width: 325px;
}

body .min-nav-lis .cart-main-body .cart-item-body {
    padding: 0px 6px !important;
}

body .hidden-side {
    display: none;
    width: 75%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    padding: 16px;
    font-size: 13px;
}

body .hidden-side .hidden-side-header {
    text-align: left;
}

body .hidden-side ul {
    margin: 0;
    padding: 0;
}

body .hidden-side ul li {
    border-bottom: 1px solid #eee;
    padding: 10px;
}


body .hidden-side ul ul {
    /*margin: 10px 15px;*/
    display: none;
    background-color: #c1c1c1;
}

body .min-header {
    background-color: white;
    position: sticky !important;
    top: 0;
    z-index: 999;
    padding: 0px 10px;
    box-shadow: 0px 0px 5px #eee;
}

body .min-header .opening-side-right a {
    margin-top: 4px;
    color: #8c812c;
}

body .min-header .opening-side-right a:hover {
    color: black;
}

body .min-header .min-nav-logo {
    text-align: center;
    height: 28px;
}

body .min-header .min-nav-logo img {
    height: 100%;
    width: 100px;
}

body .min-header .min-nav-lis {
    text-align: left;
}

body .min-header .min-nav-lis ul {
    margin: 0;
    padding: 0;
}

body .min-header .min-nav-lis ul li {
    display: inline-block;
    margin-right: 10px;
}

body .min-header .min-nav-lis ul li a {
    color: #8c812c;
    font-size: 14px;
}

body .min-header .min-nav-lis ul li a:hover {
    color: black;
}

body .register-tabs {
    width: 100%;
    box-shadow: 0px 0px 9px #eee;
}

body .register-tabs .register-tabs-header-btn ul {
    margin: 0;
    padding: 0;
    background-color: #efefef;
}

body .register-tabs .register-tabs-header-btn ul li {
    display: inline-block;
    padding: 15px;
}

body .register-tabs .register-tabs-header-btn ul li:hover, body .register-tabs .register-tabs-header-btn ul li.active {
    background-color: #fcfcfc;
}

body .register-tabs .register-tabs-header-btn ul li:hover a, body .register-tabs .register-tabs-header-btn ul li.active a {
    color: #707070;
}

body .register-tabs .register-tabs-body {
    padding: 32px;
    background-color: #fcfcfc;
}

/*body .register-tabs .register-tabs-body .register-body-item {*/
/*  display: none; }*/
body .cart-span {
    cursor: pointer;
    position: relative;
}

body .cart-span:hover .cart-main-body {
    display: block;
}

body .cart-main-body {
    display: none;
    position: absolute;
    top: 22px;
    left: -166px;
    width: 350px;
    box-shadow: 0px 0px 5px #eee;
    z-index: 999;
    background-color: white;
}

body .cart-main-body .cart-main-body-whole {
    margin-bottom: 10px;
}

body .cart-main-body .cart-main-body-whole .cart-main-whole-price {
    background-color: #eee;
    float: right;
    padding: 10px;
    width: 50%;
}

body .cart-main-body .cart-main-body-whole .cart-main-whole-nums {
    background-color: #6e6e6e;
    float: right;
    padding: 10px;
    width: 50%;
    color: white;
}

body .cart-main-body .cart-main-cart-item {
    position: relative;
    overflow: hidden;
    margin: 14px;
    box-shadow: 0px 0px 3px #eee;
    padding: 12px;
}

body .cart-main-body .cart-main-cart-item .cart-item-img {
    width: 30%;
}

body .cart-main-body .cart-main-cart-item .cart-item-img img {
    width: 100%;
    max-height: 250px;
}

body .cart-main-body .cart-main-cart-item .cart-item-body {
    float: right;
    padding: 0 16px;
width: 69%;
}

body .cart-main-body .cart-main-cart-item .cart-item-body .cart-title {
    font-size: 14px;
    color: darkcyan;
}

body .cart-main-body .cart-main-cart-item .cart-item-body .cart-main-price {
    color: #d55555;
}

body .cart-main-body .cart-main-cart-item .cart-item-body .cart-offed-price {
    text-decoration: line-through;
}

body .cart-main-body .cart-main-cart-item .cart-item-body p {
    margin: 0;
}

body .cart-main-body .cart-main-cart-item .close-cart-item {
    position: absolute;
    top: 4px;
    left: 0;
    /* background-color: #eee; */
    padding: 0px 4px;
    border-radius: 45%;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
    color: beige;
}

body .cart-main-body .cart-main-cart-submit {
    text-align: center;
}

body .cart-main-body .cart-main-cart-submit button {
    font-size: 11px;
}

body .cart-main-body .cart-main-cart-submit a {
    font-size: 14px;
    text-decoration: none;
    color: white;
}
.cart-main-cart-submit a{
    background-color: #a6926d;
    width: 100%;
    text-decoration: none;
    color: white !important;
}
.cart-main-cart-submit a:hover{
    background-color: #77684e;

}
body .product-similar-in-header h3 {
    font-size: 14px;
    /* margin: 20px 0; */
    text-shadow: 0px 0px 1px #000000;
    /* background-color: #cecece; */
    /* padding: 19px; */
    color: #000000;
}

body .product-similar-in-body {
    width: 100%;
}

body .users-comments .user-comment-item {
    overflow: hidden;
    border: 1px solid #eee;
    padding: 20px;
    margin: 10px 0;
    box-shadow: 2px 2px 4px #efefef;
}

body .users-comments .user-comment-item .comment-avatar {
    width: 75px;
    float: right;
    height: 75px;
}

body .users-comments .user-comment-item .comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body .users-comments .user-comment-item .comments-body {
    float: right;
    padding: 0 18px;
    font-size: 12px;
}

body .firstshamayel {
    width: 100%;
}

body .firstshamayel .bigslider-image {
    position: relative;
    width: 100%;
    height: 370px;
    position: relative;
}
.bigslider-image a{
    width : 100%;
    height : 100% ;
}

body .firstshamayel .bigslider-image .bigslider-inner-other-images {
    position: absolute;
    top: 82px;
    right: 0;
    padding: 20px;
    background-color: white;
}

body .firstshamayel .bigslider-image .bigslider-inner-other-images ul {
    margin: 0;
    padding: 0;
}

body .firstshamayel .bigslider-image .bigslider-inner-other-images ul li {
    height: 165px;
    width: 119px;
    display: inline-block;
    border: 2px solid #e9e9e9ee;
    margin: 5px;
}

body .firstshamayel .bigslider-image .bigslider-inner-other-images ul li:hover{
    border: 2px solid #bcbcbc !important;
}
body .firstshamayel .bigslider-image .bigslider-inner-other-images ul li a {
    width: 100%;
    height: 100%;
}

body .firstshamayel .bigslider-image .bigslider-inner-other-images ul li a img {
    width: 100%;
    height: 100%;
}

body .firstshamayel .bigslider-image img {
    width: 100%;
    height: 100%;
}

body .secondshamyel {
    width: 100%;
}

body .secondshamyel .bigslider-image {
    position: relative;
    width: 100%;
    height: 370px;
    position: relative;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images {
    top: 82px;
    right: 0;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul {
    margin: 0;
    padding: 0;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li {
    height: 206px;
    width: 140px;
    display: inline-block;
    border: 2px solid #e9e9e9ee;
    /* margin: 5px; */
    position: absolute;
    transform: translate(-200%, -55%);
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li a {
    width: 100%;
    height: 100%;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li a img {
    width: 100%;
    height: 100%;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li:nth-child(1) {
    top: 50%;
    left: 50%;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li:nth-child(2) {
    top: 58%;
    left: 60%;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li:nth-child(3) {
    top: 50%;
    left: 70%;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li:nth-child(4) {
    top: 43%;
    left: 80%;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li:nth-child(5) {
    top: 61%;
    left: 90%;
}

body .secondshamyel .bigslider-image .bigslider-inner-other-images ul li:nth-child(6) {
    top: 55%;
    left: 100%;
}

body .secondshamyel .bigslider-image img {
    width: 100%;
    height: 100%;
}

body .newcar {
    position: relative;
    /* display: inline-block; */
    border: 1px solid #dfdfdf;
    padding: 30px;
    /* font-size: 13px; */
    /* margin-top: 5px; */
    background-color: #f8f8f8;
    overflow: hidden;
}

body .newcar .leftLst {
    left: -1px;
    position: absolute;
    top: 27%;
    background-color: #eee;
    /* height: 184px; */
    padding: 42px 7px;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #999;
}

body .newcar .rightLst {
    right: -1px;
    position: absolute;
    top: 27%;
    background-color: #eee;
    /* height: 184px; */
    padding: 42px 7px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid #999;
}

body .newcar .newcar-pos {
    position: absolute;
    top: 0px;
    right: 16px;
    background-color: #eee;
    padding: 2px 8px;
    font-size: 12px;
    border: 1px solid #ddd;
}

body .MultiCarousel .item .slider-product-item .slider-product-image {
    position: relative;
    height: 256px;
}
body .MultiCarousel .item .slider-product-item .slider-product-image a {
     height: 100%;
}

body .MultiCarousel .item .slider-product-item .slider-product-image img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: contain;
}

body .MultiCarousel .item .slider-product-item .slider-product-image .slider-product-hover {
    position: absolute;
    bottom: 3px;
    width: 100%;
    background-color: #8d6b3eb3;
    color: white;
    font-size: 12px;
}

body .MultiCarousel .item .slider-product-item .slider-product-image .slider-product-hover h6 {

    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    padding: 5px;
}
.slider-product-body{
    margin-top: 10px;
}
body .carousels {
    margin: 20px auto;
}

body .carousels .offers {
    overflow: hidden;
    position: relative;
    background-color: #fff7e7;
    margin: 25px auto;
    padding: 7px 0;
}

body .carousels .offers .leftLst {
    left: 2px;
    position: absolute;
    top: 37%;
    background-color: #eee;
    /* height: 184px; */
    padding: 7px 10px;
    /* border-radius: 5px 0px 0px 5px; */
    /* border: 1px solid #999; */
    box-shadow: 0px 0px 5px #8b8b8b;
}

body .carousels .offers .rightLst {
    right: 2px;
    position: absolute;
    top: 37%;
    background-color: #eee;
    /* height: 184px; */
    padding: 7px 10px;
    /* border-radius: 5px 0px 0px 5px; */
    /* border: 1px solid #999; */
    box-shadow: 0px 0px 5px #8b8b8b;
}

body .carousels .offers .offers-item {
    position: relative;
}

body .carousels .offers .offers-item .offer-item-img {
    height: 170px;
}

body .carousels .offers .offers-item .offer-item-img a {
    display: block;
}

body .carousels .offers .offers-item .offer-item-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    opacity: 0.75;
}

body .carousels .offers .offers-item .offer-item-caption {
    display: none;
    position: absolute;
    top: 48%;
    left: 72%;
}

 .slider-offed {
    text-decoration: line-through;
    font-size: 14px;
}

.slider-main-price {
    color: red;
    font-size: 13px;
}

body .slider-product-body p {
    margin: 0;
}

body .slider-product-body a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 2px 17px;
    font-size: 13px;
    margin-top: 5px;
}

body .profile-info-lists {
    position: sticky;
    top: 5%;
    border: 1px solid #eee;
    padding: 47px;
    box-shadow: 0px 0px 5px #eee;
    margin-bottom: 20px;
    border-radius: 140px;
    background-color: #ffcce930;
    overflow: hidden;
}

body .profile-info-lists .profile-image img {
    width: 100%;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #d1d1d1;
}

body .profile-info-lists .profile-info {
    margin: 5px;
    text-align: center;
}

body .profile-info-lists .profile-info p {
    font-size: 10px;
}

body .profile-info-lists .profile-sections ul {
    margin: 0;
    padding: 0;
}

body .profile-info-lists .profile-sections ul ul {
    padding-right: 20px;
}

body .profile-info-lists .profile-sections ul li a {
    display: block;
    padding: 5px;
    color: #616161;
    font-size: 14px;
}

body .profile-body {
    background-color: #ffebeb6e;
    box-shadow: 0px 0px 8px #cecece;
    border-radius: 45px 0px;
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

body ul {
    list-style: none;
}

body a {
    text-decoration: none;
    color: black;
    display: inline-block;
}

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

body .header-bg {
    position: sticky;
    background-color: white;
    top: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0px 0px 5px #eee;
    margin-bottom: 20px;
}

body .header-bg .header-search {
    margin-top: 6px;
    float: left;
}

body .header-bg .header-search select {
    border: 1px solid #c4c4c4;
    padding: 3px;
    margin: 2px;
    color: #c4c4c4;
    font-size: 10px;
    background-color:white;
}

body .header-bg .header-search #headerSearch {
    border: 1px solid #c4c4c4;
    font-size: 10px;
    padding: 5px;
    width: 220px;
    background-image: url("../img/search.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 25px 100%;
}

body .header-bg .header-search #headerSearch::placeholder {
    color: #c4c4c4;
}

body .header-bg .header-logo-pic {
    text-align: center;
}

body .header-bg .header-logo-pic img {
       width: auto;
    height: 95px;
}

body .header-bg .CartaReg {
    margin-top: 15px;
    font-size: 13px;
}

body .header-bg .CartaReg span {
    margin: 3px;
}

body .header-bg .CartaReg span a {
    color: #5d5d60;
}
.cart-span{
    position: relative;
}
.badge-cart{
    position: absolute;
    top: -17px;
    left: -8px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px 8px;
    font-size: 13px;
    background-color: #e17070;

}
body .header-bg .CartaReg .cart-span i {
    color: #a6926d;
    font-size: 24px;
}

body .header-bg .whole {
    position: relative;
}

body .header-bg .header-menu {
    margin: 5px auto;
}

body .header-bg .header-menu ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0px 15px;
}


body .header-bg .header-menu ul li .main-header-sub {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 99;
    padding: 30px;
}

body .header-bg .header-menu ul li .main-header-sub .width80 {
    width: 50%;
    margin: auto;
}

body .header-bg .header-menu ul li .main-header-sub .submenu-header-body .submenu-header-item {
    width: 25%;
    float: right;
}

body .header-bg .header-menu ul li .main-header-sub .submenu-header-body .submenu-header-item ul {
    margin: 0;
    padding: 0;
}

body .header-bg .header-menu ul li .main-header-sub .submenu-header-body .submenu-header-item ul > a {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

body .header-bg .header-menu ul li .main-header-sub .submenu-header-body .submenu-header-item ul li {
    display: block;
    font-size: 14px;
    margin: 0;
}

body .header-bg .header-menu ul li .main-header-sub .submenu-header-body .submenu-header-item ul li a {
    color: #b6b6b6;
    font-size: 13px;
}

body .header-bg .header-menu ul li .main-header-sub .submenu-header-body .brand-mode ul li {
    display: inline-block;
    width: 50px;
    border: 1px solid #eee;
    margin: 2px;
}

body .header-bg .header-menu ul li .main-header-sub .submenu-header-body .brand-mode ul li a img {
    width: 100%;
    height: 100%;
}

body .header-bg .header-menu ul li a {
    color: #5d5d60;
}

body .header-bg .header-menu ul li a:hover {
    color: #0e0e0e;
    font-weight: 500;
}

body .header-bg .header-menu ul li:hover .main-header-sub {
    display: block;
}

body .light-grey-bg {
    background-color: #eceeef;
    padding: 25px;
}

body .light-grey-bg .main-big {
    margin: auto;
    margin-bottom: 5px;
}

body .light-grey-bg .main-big .bigslider-item .bigslider-image img {
    width: 100%;
}

body .light-grey-bg .bigslider-list {
    text-align: center;
}

body .light-grey-bg .bigslider-list ul {
    margin: 0;
    text-align: center;
}

body .light-grey-bg .bigslider-list ul li {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 10px;
}

body .light-grey-bg .bigslider-list ul li:hover, body .light-grey-bg .bigslider-list ul li.active {
    background-color: black;
    position: relative;
}

body .light-grey-bg .bigslider-list ul li:hover:before, body .light-grey-bg .bigslider-list ul li.active:before {
    content: " ";
    position: absolute;
    background-color: black;
    width: 9px;
    height: 9px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    /* z-index: 4; */
}

body .device-bg {
    top: 0;
    top: 0;
    background-color: white;
    position: relative;
    height: 800px;
}

body .device-bg .imac {
    z-index: 101;
    margin: auto;
    text-align: center;
}

body .device-bg .imac img {
    margin: auto;
}

body .device-bg .ipad1 {
    z-index: 102;
    position: absolute;
    top: 100%;
    left: 49%;
}

body .device-bg .ipad2 {
    z-index: 103;
    position: absolute;
    top: 130%;
    left: 10%;
}

body .white-bg {
    background-color: white !important;
    text-align: center;
    margin: 17px auto;
    padding: 26px;
}

body .white-bg .bold-intro, body .white-bg .nonbold-intro {
    display: block;
}

body .white-bg .intro-item {
    font-size: 13px;
    padding: 12px;
    margin: 10px;
}

body .white-bg .intro-item .intro-item-img {
    width: 200px;
    height: 200px;
    margin: auto;
}

body .white-bg .intro-item .intro-item-img a {
    display: block;
}

body .white-bg .intro-item .intro-item-img img {
    width: 100%;
}

body .social-bg {
    background-image: url("../img/socialMedias.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    padding: 20px;
}

body .social-bg p {
    padding: 68px;
    padding-bottom: 4px;
    padding-top: 24px;
    font-size: 15px;
}

body .social-bg .social-list {
    margin: auto;
    font-size: 19px;
}

body .social-bg .social-list ul li {
    display: inline-block;
}

body .social-bg .social-list ul li a {
    display: block;
    background-color: white;
    padding: 0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 2px;
    color: #000;
}

body .footer-bg {
    margin-top: 20px;
    font-size: 13px;
}

body .footer-bg .footer-item ul {
    padding: 0;
}
.footer-item p {
    font-weight: 100;
    text-align: justify;

}
.brand{
    width: 105px;
}
.brand a{
    display: block;
    width: 100%;
}
.brand a img{
    width: 100%;
    height: 100%;
}
body .footer-bg .footer-item h4 {
    font-size: 16px;
}

body .footer-bg .footer-item button {
    width: 25%;
    font-size: 11px;
    background-color: #6f5c37;
    border: none;
    border-radius: unset;
}

body .footer-bg .footer-item input {
    border: 1px solid #eee;
    font-size: 11px;
    padding: 6px;
}

body .footer-bg .inten {
    margin: auto;
    text-align: center;
    margin-top: 20px;
    font-size: 11px;
}

body .footer-bg .inten p {
    margin-bottom: 1px;
}

body .footer-bg a {
    color: #666666;
}

body .about-item2 {
    margin: 30px auto;
}

body .about-item2 h2 {
    text-align: center;
    font-size: 41px;
    text-shadow: 0px 0px 5px;
    margin-bottom: 21px;
}

body .about-item2 .about-item-header {
    margin-top: 40px;
}

body .about-item2 .about-item-header img {
    width: 100%;
    height: 350px;
}

body .about-item {
    border-bottom: 1px solid #eee;
    padding: 30px;
}

body .about-item img {
    width: auto;
    max-width: 100%;
    margin: auto;
    display: block;
    height: 260px;
}

body .about-item .about-item-desc {
    margin-top: 40px;
}

body .about-item .about-item-desc h3 {
    font-weight: 900;
    text-shadow: 0px 0px 2px;
}

body .about-item .about-item-desc p {
    text-align: justify;
}

body .about-item:nth-child(even) {
    direction: ltr;
}

body .faqs-contact {
    text-align: center;
}

body .contact-box {
    background-color: white;
    box-shadow: 0px 0px 4px #eee;
    padding: 20px;
    margin: 20px auto;
    font-size: 12px;
}

body .contact-box h2 {
    font-size: 17px;
    font-weight: 800;
    text-shadow: 0px 0px 1px;
}

body .contact-box button {
    background-color: #2e4762;
    font-size: 11px;
    padding: 8px 24px;
    border: 1px solid #b9daff;
    box-shadow: 0px 0px 5px #2e4762;
}

body .rule-menu {
    margin-bottom: 20px;
    background-color: #f2f5f7;
    padding: 30px;
}

body .rule-menu h6 {
    font-weight: 300;
    font-size: 18px;
}

body .rule-menu ul {
    margin: 0;
    padding: 0;
}

body .rule-menu ul li {
    padding: 9px 20px;
}

body .rule-menu ul li a {
    color: #506571;
}

body .rule-menu ul li i {
    font-size: 25px;
    margin-left: 10px;
    color: #506571;
}

body .rule-page-body h1 {
    font-size: 22px;
}

body .rule-page-body h4 {
    font-size: 18px;
    color: #4081c7;
}

body .rule-page-body p {
    text-align: justify;
    font-size: 14px;
    font-weight: lighter;
}

body .blog {
    width: 90%;
}

body .blog img {
    width: 100%;
    transition: filter 0.5s;
}

body .blog img:hover {
    -webkit-filter: grayscale(80%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(80%);
}

body .blog .page-blog {
    margin-top: 20px;
}

body .blog .page-blog .blog-cat {
    margin-top: 7px;
    /* border: 1px solid; */
    box-shadow: 0px 1px 17px #d9d9d9;
}

body .blog .page-blog .blog-cat ul {
    margin: 0;
    padding: 0;
}

body .blog .page-blog .blog-cat ul li {
    padding: 12px 20px;
    color: #acacac;
}

body .blog .page-blog .blog-cat ul li:hover {
    background-color: #2e4762;
}

body .blog .page-blog .blog-cat ul li:hover a {
    color: white;
}

body .blog .page-blog .blog-cat ul li i {
    margin-left: 15px;
}

body .blog .page-blog .blog-cat ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #6b7074;
    font-size: 14px;
}

body .blog .page-blog .blog-cat ul li a img {
    width: 50%;
    display: block;
    margin: auto;
}

body .blog .page-blog .blog-main .tops-topic .topics-item {
    width: 25%;
    float: right;
    padding: 6px;
    margin: 0px;
    height: 254px;
}

body .blog .page-blog .blog-main .tops-topic .topics-item a {
    height: 100%;
    display: block;
    text-decoration: none;
}

body .blog .page-blog .blog-main .tops-topic .topics-item a:hover {
    text-decoration: none;
    color: black;
}

body .blog .page-blog .blog-main .tops-topic .topics-item .topics-item-img {
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 5px #d7d7d7;
}

body .blog .page-blog .blog-main .tops-topic .topics-item .topics-item-img img {
    height: 100%;
    display: block;
    max-width: 100%;
    object-fit: cover;
}

body .blog .page-blog .blog-main .tops-topic .topics-item .topics-item-img .topic-item-img-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.69);
    padding: 15px;
}

body .blog .page-blog .blog-main .tops-topic .topics-item .topics-item-img .topic-item-img-hover p {
    text-align: right;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

body .blog .page-blog .blog-main .tops-topic .topics-item:nth-child(5) {
    width: 50%;
}

body .blog .blog-posts {
    margin-top: 30px;
}

body .blog .blog-posts h5 {
    font-size: 20px;
}

body .blog .blog-posts h5 span {
    font-size: 13px;
    color: lightgray;
    margin-right: 10px;
}

body .blog .blog-posts .blog-post-item {
    box-shadow: 0px 0px 15px #dedede;
    overflow: hidden;
    margin: 10px 0;
}

body .blog .blog-posts .blog-post-item .blog-post-item-img {
    height: 200px;
    position: relative;
}
body .blog .blog-posts .blog-post-item .blog-post-item-img a{
    display: block;
    height: 100%;
}
body .blog .blog-posts .blog-post-item .blog-post-item-img img {
    display: block;
    object-fit: cover;
    height: 100%;
}

body .blog .blog-posts .blog-post-item .blog-post-item-img .blog-post-item-img-cat {
    position: absolute;
    top: 14px;
    left: 18px;
    background-color: #007bff;
    font-size: 11px;
    padding: 1px 7px;
    border-radius: 17px;
    color: white;
}

body .blog .blog-posts .blog-post-item .blog-post-item-img .blog-post-item-img-cat a {
    color: white;
}

body .blog .blog-posts .blog-post-item .blog-post-item-img .blog-post-item-img-read {
    position: absolute;
    bottom: 20px;
    left: 5px;
}

body .blog .blog-posts .blog-post-item .blog-post-item-body {
    color: #6b7074;
    text-align: center;
    font-size: 12px;
    font-weight: lighter;
    padding: 31px;
    padding-bottom: 20px;
    overflow: hidden;
}

body .blog .blog-posts .blog-post-item .blog-post-item-body h3 a {
    font-size: 18px;
    color: #333;
    /* border-bottom: 2px solid #71aae8; */
    padding-bottom: 20px;
    margin-bottom: 11px;
    border-radius: -5px;
    padding: -4px;
}

body .blog .blog-posts .blog-post-item .blog-post-item-body h3 span {
    display: block;
    width: 30px;
    border-bottom: 3px solid #007bff;
    text-align: center;
    margin: auto;
}

body .post-blog-nav {
    background-color: #333;
}

body .post-blog-nav ul {
    margin: 0;
    padding: 0;
}

body .post-blog-nav ul li {
    display: inline-block;
    padding: 12px;
}

body .post-blog-nav ul li a {
    color: lightgray;
}

body .post-blog-nav ul li a i {
    margin-left: 10px;
}

body .post-blog-nav ul li:hover {
    background-color: #25617e;
}

body .single-post {
    border-radius: 25px;
    background-color: white;
    margin: 20px auto;
    box-shadow: 0px 0px 10px #e7e6e6ee;
    padding: 20px 40px;
}

body .single-post .post-path {
    border-bottom: 1px solid #eee;
    /* padding-bottom: 20px; */
    padding: 10px 0;
    padding-bottom: 25px;
}

body .single-post .post-path ul {
    margin: 0;
    padding: 0;
}

body .single-post .post-path ul li {
    display: inline-block;
}

body .single-post .post-path ul li a {
    color: #949ca2;
    font-weight: lighter;
}

body .single-post .post-path ul li i {
    font-size: 9px;
    color: red;
}

body .single-post .post-path ul li:last-child {
    font-weight: bold;
}

body .single-post .post-path ul li:last-child a {
    color: #767272;
}

body .single-post .post-path ul li:last-child i {
    display: none;
}

body .single-post .post-header {
    margin-top: 30px;
}

body .single-post .post-header h1 {
    font-size: 23px;
    color: #6b7074;
}

body .single-post .post-header span {
    font-size: 22px;
    color: #dedede;
    position: relative;
    cursor: pointer;
}

body .single-post .post-header span .post-share-pos {
    display: none;
    top: 30px;
    left: -14px;
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 5px;
    text-align: center;
    padding: 15px;
}

body .single-post .post-header span .post-share-pos ul {
    margin: 0;
    padding: 0;
}

body .single-post .post-header span .post-share-pos ul a {
    color: #eee;
    text-shadow: 0px 0px 2px #333;
}

body .single-post .post-header span .post-share-pos:after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    transform: rotate(45deg) translate(-50%, -50%);
}

body .single-post .post-detail-up {
    margin: 20px auto;
}

body .single-post .post-detail-up ul {
    margin: 0;
    padding: 0;
}

body .single-post .post-detail-up ul li {
    display: inline-block;
    font-size: 10px;
    font-weight: lighter;
    color: #c4c4c4;
}

body .single-post .post-single-body img {
    height: 100%;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 30px auto;
    object-fit: cover;
}

body .single-post .post-single-body p {
    font-weight: lighter;
}

body .paths {
    /* padding-bottom: 20px; */
    padding: 10px 0;
}

body .paths ul {
    margin: 0;
    padding: 0;
}

body .paths ul li {
    display: inline-block;
}

body .paths ul li a {
    color: #949ca2;
    font-weight: lighter;
    font-size: 11px;
}

body .paths ul li i {
    font-size: 9px;
    color: #949ca2;
}

body .paths ul li:last-child {
    font-weight: bold;
}

body .paths ul li:last-child a {
    color: #767272;
}

body .paths ul li:last-child i {
    display: none;
}

body .product-box .product-box-details .product-titles h2 {
    font-weight: 100;
    font-size: 14px;
    margin: 20px 0px;
}

.det-price p {

    font-size: 14px;
    font-weight: 100;
}

.seller {
    font-size: 18px;
    margin-bottom: 16px;
}

body .product-box .product-box-details .product-titles h1 {
    font-size: 23px;
}

body .product-box .product-box-details .product-titles h2 span {
    font-weight: 500;
    font-size: 15px;
}

body .product-box .product-box-details .product-titles p {
    font-weight: 500;
    margin: 17px 0;
    font-size: 17px;
}

body .product-box .product-box-details .product-box-price {
    margin-top: 25px;
}

body .product-box .product-box-details .product-box-price .pprice {
    font-size: 23px;
    font-weight: 600;
}

body .product-box .product-box-details .product-box-price .prial {
    margin-right: 8px;
    font-weight: 500;
}

body .product-box .product-box-details .product-box-color p {
    margin-top: 25px;
    font-weight: 500;
}

body .product-box .product-box-details .product-box-form {
    margin-bottom: 20px;
}

body .product-box .product-box-details .product-box-form select {
    /* make arrow and background */
    width: 242px;
    padding: 5px;
    font-size: 17px;
    line-height: 1;
    border: 0;
    /* border-radius: 5px; */
    /* height: 35px; */
    background: url(../img/arrow.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 15px;
    background-size: 20px;
    border: 1px solid #eee;
    padding: 10px 20px;
    margin: 20px 0;
}

body .product-box .product-box-details .product-box-form select:before {
    content: "\25be  or  \25bc  ?  ";
    float: right;
    color: gray;
}

body .product-box .product-box-details .product-box-form select:after {
    content: "";
    margin: 0 0.5em;
    display: inline-block;
    border: 7px solid transparent;
    border-top: 8px solid gray;
    border-bottom: 0 none;
}

body .product-box .product-box-details .product-box-form .but-btn {
    background-color: #ff2490;
    color: white;
    border: none;
    padding: 10px 60px;
    cursor: pointer;
}

body .product-box .product-box-details .product-box-form .but-btn i {
    font-size: 19px;
    margin-right: 41px;
}

body .product-box .product-box-details .product-box-cert ul {
    margin: 0;
    padding: 0;
}

body .product-box .product-box-details .product-box-cert ul li {
    display: inline-block;
    margin: 5px;
    color: #666;
}

body .product-box .product-box-details .product-box-cert ul li span {
    display: inline-block;
    width: 71px;
    font-size: 13px;
}

body .product-box .product-box-details .product-box-cert ul li i {
    font-size: 30px;
    margin-left: 5px;
}

body .product-box .product-box-details .product-box-feqtures {
    margin-top: 40px;
}

body .product-box .product-box-details .product-box-feqtures .p-description {
    border-right: 1px solid #333;
    list-style: disc;
    height: 100px;
    overflow: hidden;
    border-right: 1px solid #333;
    list-style: disc;
}

body .product-box .product-box-details .product-box-feqtures .p-description {
    padding-right: 10px;
    text-align: justify;
    font-size: 14px;
}

body .product-box .product-box-details .product-box-feqtures .product-read-more {
    padding: 10px;
    text-align: center;
}

body .product-box .product-box-details .product-box-feqtures .product-read-more span {
    cursor: pointer;
}

body .product-box .product-image-sliders .product-image-base {
    position: relative;
    height: 600px;
    cursor: zoom-in;
}

body .product-box .product-image-sliders .product-image-base img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
    object-fit:contain;
}

body .product-box .product-image-sliders .product-image-base .product-image-brand {
    position: absolute;
    top: 14px;
    right: 119px;
    width: 30px;
    height: 30px;
    background-color: white;
}

body .product-box .product-image-sliders .product-image-base .product-image-brand img {
    width: 100%;
    height: 100%;
}

body .product-box .product-image-sliders .product-image-base .product-image-js-slider {
    position: absolute;
    right: -30px;
    bottom: 0px;
}

body .product-box .product-image-sliders .product-image-base .product-image-js-slider .product-image-slider-item {
    width: 60px;
    height: 60px;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 13px 0;
    cursor: pointer;
}

body .product-box .product-image-sliders .product-image-base .product-image-js-slider .product-image-slider-item img {
    width: 100%;
    height: 100%;
}

body .product-box .product-image-sliders .product-image-base .product-image-js-slider .actived {
    width: 65px;
    height: 65px;
    border: 2px solid #dedede;
}

body .product-box .product-image-sliders .product-image-base .product-image-js-slider .product-image-button a {
   text-decoration: none;
    color: #ff2490;
}

body .product-others {
    margin: 30px auto;
}

body .product-others .product-others-heads {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

body .product-others .product-others-heads ul {
    margin: 0;
    padding: 0;
}

body .product-others .product-others-heads ul li {
    display: inline-block;
    margin: 0 16px;
    padding: 8px;
}

body .product-others .product-others-heads ul li a {
    text-decoration: none;
    color: #747474;
}

body .product-others .product-others-heads ul .active {
    border-bottom: 3px solid #007bff;
}

body .product-others .product-others-heads ul .active a {
    color: #333;
    font-weight: bold;
}

body .product-others .product-others-details {
    width: 100%;
}

body .product-others .product-others-details .product-details-fe {
    width: 100%;
    padding: 5px;
}
.product-details-fe h2{
    font-size: 16px;
    margin-bottom: 10px ;
    margin-top: 10px;
}
body .product-others .product-others-details .product-details-fe table {
    margin: 17px;
}

body .product-others .product-others-details .product-details-fe .table td, body .product-others .product-others-details .product-details-fe .table th {
    border-top: unset;
}

body .product-others .product-others-details .product-details-fe th {
    width: 20%;
}

.pcomment-form {
    text-align: center;
    width: 50%;
    margin: auto;
}

.pcomment-form h4 {
    font-size: 15px;
    margin: 22px;
    text-align: right;
}

.pcomment-form input {
    border: none;
    border-bottom: 1px solid #eee;
    margin: 22px;
    width: 100%;
    padding-bottom: 5px;
}

.pcomment-form textarea {
    border: navajowhite;
    border: 1px solid #eee;
    width: 100%;
    margin: 22px;
    padding-bottom: 5px;
}

.pcomment-form button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    float: right;
    margin: 22px;
    cursor: pointer;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-header h4 {
    float: right;
    border-left: 1px solid #eee;
    margin-left: 10px;
    padding-left: 11px;
    font-size: 21px;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-header form {
    float: right;
    width: 70%;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-header form input {
    border: none;
    background-image: url(../img/search.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 31px;
    padding-right: 37px;
    color: #b1b1b1;
    width: 100%;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-header .paganation {
    float: left;
    color: #b1b1b1;
    font-size: 14px;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-mosts form span {
    font-size: 12px;
    color: #b2b2b2;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-mosts form select {
    cursor: pointer;
    width: 115px;
    padding: 5px;
    font-size: 11px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 35px;
    -webkit-appearance: none;
    padding: 5px 12px;
    margin: 20px 0;
    transition: background 3s;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-mosts form select.up {
    background: url(../img/arrow.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: 15px;
    background-size: 9px;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-mosts form select.down {
    background: url(../img/arrow-up.png) no-repeat right #fff;
    background-position-x: right;
    background-size: auto;
    background-position-x: 15px;
    background-size: 9px;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body > div {
    margin-bottom: 20px;
}

.product-list-item {
    position: relative;
}

.product-list-item .product-list-item-image {
    position: relative;
    height: 430px;
}

.product-list-item .product-list-item-image a {
    height: 100%;
    width: 100%;
}

.product-list-item .product-list-item-image a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.product-list-item .product-list-item-image .plist-item-img-pos {
    position: absolute;
    bottom: 30px;
    left: 1px;
    font-size: 12px;
}

.product-list-item .product-list-item-image .plist-item-img-pos span {
    padding: 3px 6px;
    background-color: white;
}

.product-list-item .product-list-item-image .plist-item-img-pos .pitem-off {
    background-color: black;
    color: white;
}

.product-list-item .product-list-item-body h4 {
    font-size: 19px;
    margin: 10px auto;
}

.product-list-item .product-list-item-body .plist-item-de-de {
    overflow: hidden;
    margin-bottom: 13px;
    padding-top: 15px;
}

.product-list-item .product-list-item-body .plist-item-de-de .pro-li-title {
    font-size: 14px;
    color: #979797;
}

.product-list-item .product-list-item-body .plist-item-de-de .pro-li-price .pro-li-price-p {
    font-weight: 700;
}

.product-list-item .product-list-item-body .plist-item-de-de .pro-li-price .pro-li-price-rial {
    font-size: 11px;
    margin-right: 10px;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item {
    display: none;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item .plist-item-other-img ul {
    margin: 0;
    padding: 0;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item .plist-item-other-img ul li {
    display: inline-block;
    width: 55px;
    height: 55px;
    border: 1px solid #eee;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item .plist-item-other-img ul li a {
    height: 100%;
    width: 100%;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item .plist-item-other-img ul li a img {
    padding: 5px;
    height: 100%;
    width: 100%;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item .plist-item-size-other {
    margin-top: 5px;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item .plist-item-size-other ul {
    margin: 0;
    padding: 0;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .hidden-section-pr-item .plist-item-size-other ul li {
    padding: 3px;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #eee;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .plist-item-similar-btn {
    display: none;
    position: absolute;
    top: 10px;
    left: 20px;
    background-color: white;
    color: #333;
    border-radius: 50%;
    padding: 10px;
    width: 39px;
    height: 39px;
    text-align: center;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .plist-item-similar-btn a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .plist-item-zoom-btn {
    display: none;
    position: absolute;
    top: 55px;
    left: 20px;
    background-color: white;
    color: #333;
    border-radius: 50%;
    padding: 10px;
    width: 39px;
    height: 39px;
    text-align: center;
}

body .product-list-page .product-list-main .product-list-main-body .product-list-main-body .plist-item-zoom-btn a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item {
    border-bottom: 1px solid #eeeeeee6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-filter-item-header {
    cursor: pointer;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-filter-item-header h6 i {
    font-size: 11px;
    margin-left: 7px;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-filter-item-header form {
    margin-top: -5px;
    margin-right: 10px;
    float: right;
    border-right: 1px solid #eee;
    width: 60%;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-filter-item-header form input {
    font-size: 13px;
    border: none;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 100%;
    padding-right: 26px;
    width: 100%;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-read-more {
    text-align: center;
    cursor: pointer;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-read-more p {
    margin: 0;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-filter-item-body {
    overflow: hidden;
    height: 150px;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-size-body ul li {
    border: 1px solid #eee;
    display: inline-block;
    padding: 3px 11px;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-size-body ul li:hover {
    border: 1px solid #48d2d9;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-size-body ul li:hover a {
    text-decoration: none;
    color: #48d2d9;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-size-body ul li a {
    font-size: 13px;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-brand-body ul {
    margin: 0;
    padding: 0;
}

body .product-list-page .product-list-main .product-list-filter .product-list-filter-item .product-list-brand-body ul li span.float-left {
    font-size: 11px;
    margin-top: 4px;
    color: #afafaf;
}

body .product-list-page .product-list-main .product-list-filter .product-list-selsele {
    border-bottom: 1px solid #eeeeeee6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

body .product-list-page .product-list-main .product-list-filter .product-list-selsele ul li ul li {
    font-size: 14px;
}

body .product-list-page .product-list-main .product-list-filter .product-list-selsele ul li ul li a {
    color: #979797;
}

body .product-list-page .product-list-main .product-list-filter .product-list-selsele ul li ul li.active a {
    color: #303030;
}

/*# sourceMappingURL=style.css.map */
.register-body-item {
    display: none;
}

.register-body-item:first-child {
    display: block;
}

.comment-date {
    float: left;
    font-size: 13px;
}

.pagin {
    display: table;
    margin: auto;
}

.offed {
    text-decoration: line-through;
}

/*** Seller Table ****/
.product-box-sellers .table{


    text-align: center;

    border-radius: 10px;
}
.product-box-sellers .table thead{
    border: 1px solid #c0c0c0;
    background-color: #e7e7e7;
}
.product-box-sellers .table td , .product-box-sellers .table th{
    border: 1px solid #eee;
}
.product-box-sellers .table td  a{

    background-color: #a6926d;
    color: white;
    font-size: 14px;
    padding: 5px 9px;
    border-radius: 64px;
}

.pagination{

    margin: auto ;
}

/**** Category Page Start ****/
.category-page-big-img{
    height: 800px;


}
.mt50{
    margin: 50px 0px;
}
.category-page-big-img-item{
    position: relative;
    margin-bottom: 30px;
}
.category-page-big-img-item a{
    display: block;
    height: 100%;

}
.category-page-big-img-item a img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.category-page-big-img-small{
    height: 40%;
}
.category-page-big-img-big{
     height: 60%;
 }
.category-page-big-img-item-hover{
    position: absolute;
    top: 50%;
    right: 30%;
}
.h100{
    height: 100%;
}
.category-page-slider{
    margin-top: 50px;
}

.category-page-big-img-height{
    width: 50% ;
    padding-right: 15px;
    padding-left: 15px;
}
.smallHeight{
    height: 300px;

}
.bigHeight{

    height: 500px;
}
.category-page-big-img-item{
    /*height: 100%;*/
}

/* custom-css */
.h2-attributeGroup{
    background-color: silver;
    color: white;
    padding: 5px 11px;
    font-size: 18px;
    border-radius: 4px;
}
.background-value{
    background: #eaeaea;
    border-radius: 4px;
    padding: 5px 9px;
    margin: 5px 15px;
    min-height: 30px;
}
.background-key{
    margin: 5px 0;
    padding: 5px 7px;
    margin-right: 17px;
    min-height: 30px;
}


@media (max-width:768px){
    body .device-bg{
        height:unset !important;
    }
}

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

}
.google-box iframe{
    width:100%
}

@media (max-width: 768px){

body .light-grey-bg .bigslider-list ul li{
    padding : unset !important;
}
.cart-fix{
       width:100% !important;
       float : none !important;
}
.brand{
    width:30px !important;
}
}

.product-list-item-image-hover{
        position: absolute;
    top: 0;
    left: 0;
    background-color: #000000b3;
    width: 100%;
    height: 100%;
    color: white;
    display : none;
}
.product-list-item-image-hover-inner{
        position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50% , -50%);
    padding: 20px;
    text-align: justify
}

/* logo */
.register-page-main-logo img{
    width: 150px;
    height: auto;
}


.submenu-header-body-img{
       width: 35%;
    float: left;
}

.submenu-header-body-img img{
        width: 100%;
    height: 206px;
    object-fit: cover;
}
@media(max-width :768px){
    .ok-loupe{
        display : none  !important;
        visibility : hidden  !important;
        opacity : 0 !important;
    }
}

.header-logo-pic img{
        padding: 10px;
}
.header-search{
    display : flex;
    height : 100%;
}
.CartaReg{
    height: 100%;
    display: flex;
    align-items: center;
}