/*================================================
Video Section CSS
=================================================*/

.video-section {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-content {
    text-align: center;
    position: relative;
}

.video-content .video-btn {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 100px;
    background-color: #e8416a;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.video-content .video-btn i {
    font-size: 30px;
    position: relative;
    top: 2px;
    left: 4px;
}

.video-content .video-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid "Open Sans", sans-serif;
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite;
}

.video-content .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #e8416a;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-content .video-btn:hover,
.video-content .video-btn .video-content .video-btn:focus {
    background-color: #ffffff;
    color: #e8416a;
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.accordion-content {
    border-bottom: 1px solid #ccc;
}

.accordion .product-desc-header {
    overflow: hidden;
    background: #fff;
    border: 0;
    cursor: pointer;
    padding: 0.7rem 0rem;
    text-transform: capitalize;
    font-weight: 600;
}

.accordion .card-header.collapsed.product-desc-header .card-title {
    color: #9f9f9f;
}

.accordion .product-desc-header .card-title {
    font-size: 16px;
    font-weight: 600;
}

.accordion .product-desc-header a {
    color: #0053a2;
}

.accordion-content .product-desc-body {
    padding: 0;
}

.accordion .product-desc-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    font-weight: 500;
}

.accordion .product-desc-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    font-weight: 500;
}

.BrdrmnmnSwn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ClmnMnswnRptmn {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 20px;
}

.BrdrmnmnSwn .ClmnMnswnRptmn .cl12ReptStrpe {
    width: 32%;
}

.BrdrmnmnSwn .ClmnMnswnRptmn .cl12ReptStrpe p {
    font-size: 11px;
    color: #9f9f9f;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    text-align: left;
}

.BrdrmnmnSwn .ClmnMnswnRptmn .cl12ReptStrpe small {
    font-size: 13px;
    color: #313131;
    font-weight: 500;
}

.BrdrmnmnSwn .ClmnMnswnRptmn .cl12ReptStrpe ul.rating {
    list-style: none;
    display: flex;
}

.BrdrmnmnSwn .SmlrProDmnvr a:first-child {
    border-right: 1px solid #0053a2;
}

.BrdrmnmnSwn .SmlrProDmnvr {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #0053a2;
    border-bottom-left-radius: 5px;
    margin-top: 5px;
    border-bottom-right-radius: 5px;
}

.BrdrmnmnSwn .SmlrProDmnvr a {
    width: 50%;
    padding: 12px 0px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    color: #0053a2;
    font-weight: 600;
}

.Hding {
    font-size: 24px;
    color: #0053a2;
    font-weight: 600;
}

.FrmeFrtingSwn {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.FrmeFrtingSwn h5 {
    font-size: 15px;
    color: #9f9f9f;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.FrmeFrtingSwn p {
    color: #2d2d2d;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 400;
    letter-spacing: 1px;
}

.FrmeFrtingSwn .proInfmnvr {
    margin-bottom: 30px;
}

.FrmeFrtingSwn .GrdMnswnvr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

.mainmenu_nav .main_menu {
    flex-wrap: initial;
}

.FrmeFrtingSwn .GrdMnswnvr .proInfrmSwn:first-child {
    width: 70%;
}

.FrmeFrtingSwn .GrdMnswnvr .proInfrmSwn:last-child {
    width: 30%;
}

.FrmeFrtingSwn .GrdMnswnvr .proInfrmSwn {
    color: #2e2e2e;
}

.FrmeFrtingSwn .GrdMnswnvr .proInfrmSwn .Prvrmn {
    color: #676767;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .pagination_style {
        margin: 30px 0 15px;
    }
}

@media only screen and (max-width: 479px) {
    .sm_roduct_nav a {
        -ms-flex-preferred-size: 24.33%;
        flex-basis: 20%;
    }
}