.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

.product-heading-box {
    padding: 10px;
    width: 100%;
    background: #ffffff;
    border-radius: 3px;
    display: block;
    margin: 10px auto 30px auto;
    box-shadow: 0 10px 10px #e1e1e1;
    font-weight: bold;
}

.product-heading-box .ad-title {
    font-weight: bold;
    padding: 10px;
    color: #2a55ae;
}

.product-heading-box .price {
    display: block;
    width: 100%;
    padding: 13px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #2a55ae;
    font-weight: 900;
}

.product-heading-box hr {
    background: #bfbfbf;
    margin: 0 0 20px 0;
}

.product-heading-box .tags {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    background: #2a55ae;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
    border-radius: 1px;
    margin: 0 auto;
}

.product-heading-box .tags .txt {
    width: calc(100% - 42px);
    text-align: right;
    display: inline-block;
    padding: 5px;
}

.product-heading-box .tags i {
    width: 38px;
    background: #57c4be;
    padding: 10px;
    margin-right: -1px;
    text-align: center;
    display: inline-block;
}

.product-heading-box a.fav {
    width: 41px;
    height: 42px;
    float: left;
    position: relative;
    top: -10px;
    left: -10px;
    font-size: 17px;
    padding: 7px;
    color: #fff;
    display: block;
    background: #2a55ae;
    text-align: center;
    border-radius: 2px;
    border-top: 4px solid #57c4be;
    cursor: pointer;
    text-decoration: none;
}

.product-content-box ul {
    margin-bottom: 0;
}

.product-content-box ul li {
    display: inline-block;
    padding: 10px;
    margin: 0 0 0 10px;
    border: 1px solid #eee;
    width: 110px;
    text-align: center;
    border-bottom: 0;
    font-weight: bold;
    background: #EEE;
    font-size: 13px;
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
}

.product-content-box ul li.active {
    background: #fff;
}

.product-content-box ul li a {
    display: block;
}

.product-details {
    background: #FFF;
    padding: 20px 0;
}

.product-details .table>tbody {
    display: block !important;
}

.product-details table tbody:first-child tr {
    width: 49.9%;
    display: inline-block;
    background: #fafafa;
    margin: 2px auto;
    outline: none;
    border: 1px solid #fafafa;
    box-shadow: 0 0 10px #e3e3e3;
    transition: all .1s linear;
}

.product-details table tbody:first-child tr:hover {
    box-shadow: none;
}

.product-details table tbody:first-child tr th {
    background: #2a55ae;
    padding: 9px 4px;
    color: #FFF;
    width: 130px;
    text-align: center;
    display: inline-block;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
}

.product-details table tbody:first-child tr td {
    background: #fafafa;
    padding: 3px;
    width: calc(100% - 133px);
    text-align: center;
    display: inline-block;
    color: #2a55ae;
    font-size: 19px;
}

.ad-title {
    font-weight: bold;
    margin-bottom: 25px;
}

.ad-title span.tag {
    float: left;
    padding: 1px 21px 7px;
    background: #2a56ae;
    color: #FFF;
    font-weight: 400;
    border-radius: 13%;
    font-family: 'Cairo', sans-serif;
    font-size: 19px;
}

.first-header i {
    color: #57c4be;
    padding: 0 5px;
}

.first-header h5 {
    font-size: 20px;
    font-weight: 600;
}


/* .px-part {
    margin-top: 20px;
} */

.btn-outline-primary:hover {
    color: #fff;
    background-color: #2a56ae;
    border-color: #2a56ae;
}

.btn-outline-primary {
    color: #2a56ae;
    border-color: #2a56ae;
}

.order {
    padding: 10px;
    background: #FFF;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 10px #e5e5e5;
    margin-bottom: 15px;
}

.order hr {
    color: #2a56ae;
}

.order h3 {
    padding: 5px;
    text-align: center;
    /* background-color: #fcffc ; */
}

.order h3 i {
    color: #2a56ae;
    font-size: 17px;
    padding-left: 10px;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.orderForm .form-control {
    border: none;
    border: 1px solid #dadada;
    border-bottom-width: 1px;
    background-color: #FFF;
    border-radius: 0;
    margin-bottom: 10px;
    outline: none;
    box-shadow: none;
    font-family: 'Cairo', sans-serif;
}

.orderForm .btn {
    outline: none;
    box-shadow: none;
    display: block;
    text-align: center;
    margin: 15px auto;
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
    background-color: #2a56ae;
    color: #FFF;
}

.top_info {
    padding: 20px;
    background: white;
    color: #2a55ae;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 12px 10px #e5e5e5;
}

.top_info span {
    background-color: #FFF;
    width: 49.5%;
    display: inline-block;
    padding: 7px 0;
    text-align: center;
    margin: 8px 0;
    font-size: 16px;
}

.top_info span:nth-child(1) {
    color: #228681;
    border-top-right-radius: 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 15.6px;
}

.top_info span:nth-child(2) {
    color: #2a55ae;
    border-bottom-left-radius: 10px;
}

.info-desc {
    margin: 20px auto;
    background: #FFF;
    padding: 14px;
    box-shadow: 0 0 10px #e5e5e5;
}

.info-desc h3 {
    text-align: center;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
    font-size: 19px;
    color: #2a55ae;
}

.info-desc h3.scnd {
    margin-top: 15px;
}

.info-desc p {
    font-weight: 600;
    font-family: 'Cairo', sans-serif;
    text-align: justify;
    direction: rtl;
    color: #828282;
}

.info-desc hr {
    width: 200px;
    margin: 9px auto 15px auto;
    background-color: #57c4be;
    height: 4px;
    border-right: 100px solid #2a55ae;
}

.info-desc span {
    font-size: 17px;
    font-family: 'Cairo', sans-serif;
    color: #828282;
    width: auto;
    display: inline-flex;
    margin: 4px auto;
    padding: 4px 0;
    border-bottom: 1px solid #f7f7f7;
}

.info-desc span:nth-child(2) {
    padding-right: 10px;
}

.info-desc span:nth-child(1) {
    color: #3b3b3b;
}

.info-desc div div {
    border: 1px solid #f7f7f7;
}

.info-desc h4 i {
    background-color: #2a56ae;
    color: #FFF;
    padding: 3px;
    margin-left: 6px;
    border-top-left-radius: 5px;
}

.info-desc h4 {
    font-size: 16px;
    font-family: 'Cairo', sans-serif;
    border: 1px solid #f4f4f4;
    padding: 10px;
    margin: 10px auto;
}

.info-desc iframe {
    margin: 15px auto;
    display: block;
}

.first-header {
    background: #FFF;
    padding: 14px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 10px #e5e5e5;
}

.margin-top-15 {
    margin-top: 15px;
}

.sharer a {
    background: #f6f6f6;
    border: 5px solid #FFF;
    padding: 0;
    font-family: 'Cairo', sans-serif;
}

.sharer .whatsapp i {
    background-color: #34B7F1;
    color: #FFF;
    padding: 6px 8px;
    font-size: 20px;
    margin-left: 10px;
}

.sharer .fb i {
    background-color: #4267B2;
    color: #FFF;
    padding: 6px 10px;
    font-size: 20px;
    margin-left: 10px;
}

.sharer .telegram i {
    background-color: #0088cc;
    color: #FFF;
    padding: 6px 8px;
    font-size: 20px;
    margin-left: 10px;
}

.sharer .twitter i {
    background-color: #00acee;
    color: #FFF;
    padding: 6px 8px;
    font-size: 20px;
    margin-left: 10px;
}


/* .open-ad-menu {
    color: #2a55ae !important;
    background-color: #f8f8f8;
    font-size: 19px;
    padding: 3px 13px !important;
    cursor: pointer;
    position: relative;
    top: -10px;
    right: -10px;
} */