@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'sora-medium';
    src: url('../fonts/Sora-Medium.ttf');
}
@font-face {
    font-family: 'sora-semibold';
    src: url('../fonts/Sora-SemiBold.ttf');
}

/*
*search pop section
*/
.mg-desktop-search-popup-main .modal-body {
    background-color: #ff3f6cfc;
}
.mg-desktop-search-popup-main .modal-header {
    background-color: #ff416d;
    border-bottom: none;
}
.mg-desktop-search-popup-main .modal-header button.btn-close {
    background-color: #fff;
    padding: 15px 15px;
}
.mg-search-pop-form-outer {
    width: 50%;
    margin: auto;
}
.mg-search-pop-form-outer button.btn.mg-btn-2 {
    margin-top: 15px;
}
.mg-search-pop-form-outer form {
    position: relative;
}
.mg-search-pop-form-outer button.btn {
    position: absolute;
    top: 3px;
    right: 2px;
}
.mg-search-pop-form-outer input {
    border-radius: 28px;
    font-family: 'poppins-medium';
    font-size: 13px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 16px;
    padding-right: 34px;
}

/**************/
/*
*quick view popup
*/
.mg-product-heading span {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 30px;
    color: #343434;
}
.mg-quick-view-modal .mg-pd-bottom {
    padding: 30px 20px;
    background-color: transparent;
    margin-top: 30px;
}
.mg-pd-list img {
    width: 15px;
    margin-right: 4px;
}
.mg-pd-list span {
    font-family: 'sora-medium';
    font-size: 13px;
    color: #343434;
}
.mg-qv-wishlist {
    margin-left: 14px;
}
.mg-qv-close-btn-box {
    text-align: end;
}
.mg-qv-close-btn-box button {
    background: none;
    border: none;
    font-size: 18px;
}   
/*****************/
/*
 *Home1 page
 */

/*
 *Home1 banner secion
 */
.mg-slider-section-outer {
    position: relative;
}
.mg-slide {
    background-size: cover;
    width: 100%;
    height: 650px;
}
.mg-banner-text-box-outer {
    width: 55%;
}
.mg-banner-text-box-inner span {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    margin-left: 30px;
    font-family: 'sora-semibold';
}
.mg-banner-text-box-inner span img {
    width: 30px;
}
.mg-banner-text-box-inner h3 {
    font-size: 58px;
    margin-top: 10px;
    position: relative;
    font-family: sora-medium;
}
.mg-banner-text-box-inner .mg-banner-link {
    color: #343434;
    font-size: 14px;
    font-family: 'sora-semibold';
}
.mg-banner-text-box-inner p {
    width: 56%;
    margin-top: 14px;
    font-family: poppins-medium;
    font-size: 14px;
}
.mg-btn-box {
    display: flex;
    width: 64%;
    justify-content: space-between;
}
.mg-btn-1 {
    padding: 15px 46px;
    background-color: #FF3F6C;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-family: 'sora-medium';
    text-transform: uppercase;
    text-decoration: none;
}
.mg-btn-1:focus {
    box-shadow: none;
}
.mg-btn-1 img {
    width: 10px;
    margin-top: -4px;
    display: inline-block;
}
.mg-btn-2 {
    padding: 15px 46px;
    background-color: #fff;
    border-radius: 30px;
    color: #343434;
    font-size: 14px;
    font-family: 'sora-medium';
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid transparent;
}
.mg-btn-2:hover {
    border-color: #ff3f6c;
}   
.mg-btn-2:focus {
    box-shadow: none;
}
.mg-btn-2 img {
    width: 10px;
    margin-top: -4px;
    display: inline-block;
}
.mg-banner-text-box-inner h3:before {
    content: "";
    background-image: url(../images/icons/banner-cricle-arrow.png);
    position: absolute;
    width: 106px;
    height: 110px;
    background-repeat: no-repeat;
    display: inline-block;
    right: 180px;
    top: 70px;
    background-size: contain;
}
.mg-rs-icon:after {
    content: "";
    background-image: url('../images/icons/style-icon.png');
    position: absolute;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    right: -35px;
    top: -4px;
    background-size: contain;
}
.mg-dash:before {
    content: "";
    background-color: #343434;
    position: absolute;
    width: 24px;
    height: 2px;
    background-repeat: no-repeat;
    display: inline-block;
    left: -27px;
    top: 10px;
    background-size: contain;
}
.mg-banner-dots {
    position: absolute;
    bottom: 8%;
    right: 44%;
}
.mg-banner-dots ul.slick-dots {
    list-style: none;
    display: flex;
    padding: 0;
    cursor: pointer;
}
.mg-banner-dots ul.slick-dots button {
    font-size: 20px;
    border: none;
    background: none;
    color: #fff;
    font-family: 'sora-medium';
}
.mg-banner-dots ul li button {
    display: none;
}
.mg-banner-dots ul li:first-child button {
    display: block;
    margin: -7px 0 0 -12px;
    padding: 0;
    font-size: 12px;
}
.mg-banner-dots ul li:last-child button {
    display: block;
    margin: -7px 0 0px 16px;
    padding: 0;
    width: 100%;
    text-align: end;
    font-size: 12px;
}
.mg-banner-dots ul.slick-dots li.slick-active {
    background-color: #fff;
}
.mg-banner-dots ul.slick-dots li {
    width: 36px;
    height: 3px;
    background-color: #ffffff75;
}
/********************/
/*
*category grid section
*/
.mg-grid-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.mg-grid-content-box {
    margin-bottom: 20px;
}
.mg-grid-img {
    position: relative;
}
.mg-grid-img img {
    width: 100%;
}
.mg-grid-text-content {
    text-align: center;
    padding-top: 16px;
}
.mg-grid-text-content a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'sora-medium';
    color: #343434;
    text-decoration: underline;
}

.mg-grid-text-content-heading a{
     text-transform: uppercase;
    font-size: 18px;
    font-family: 'sora-medium';
    color: #343434;
    text-decoration: none;
}
span.mg-detail-text {
    font-size: 13px;
    margin-bottom: 12px;
    margin-top: 12px;
    display: inline-block;
    font-family: 'poppins-medium';
}
.mg-btn-1:hover {
    background-color: #212529;
    color: #fff;
}
.mg-btn-3 {
    text-transform: uppercase;
    color: #343434;
    font-size: 13px;
    font-family: 'sora-semibold';
}
.mg-btn-3:hover {
    color: #343434;
}
.mg-btn-3 img {
    width: 10px;
    margin-left: 5px;
    margin-top: -4px;
}
.mg-grid-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0000004d;
    padding: 20px;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.mg-grid-content-box:hover .mg-grid-overlay {
    opacity: 1;
}
.mg-grid-overlay-inner {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mg-grid-overlay-inner img {
    width: 15px;
}
.mg-grid-overlay-inner a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 31px;
    line-height: 50px;
}
/***********************/
/*
*text overlay and tab slider section
*/
.mg-tots-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #F4F4F4;
}
.mg-text-overlay-section {
    position: relative;
}
.mg-ol-img img {
    width: 100%;
}
.mg-tots-overlay-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
}
.mg-tots-overlay-inner {
    width: 50%;
    padding-top: 30px;
    position: relative;
    padding-right: 18px;
}
.mg-tots-overlay-inner span {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #343434;
}
.mg-tots-overlay-inner p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-tots-overlay-inner:after {
    content: "";
    background-image: url(../images/icons/cricle-arrow2.png);
    position: absolute;
    width: 106px;
    height: 110px;
    background-repeat: no-repeat;
    display: inline-block;
    left: 68%;
    top: 28%;
    background-size: contain;
}


.mg-ts-heading span {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    font-family: 'sora-semibold';
}
.mg-ts-heading h5 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: 'sora-semibold';
}
.mg-tab-section button {
    text-transform: uppercase;
    border:none;
}
.mg-tab-section button:focus {
    border:none;
    border-color: none;
}
.mg-tab-section button:hover {
    border:none;
    border-color: none;
}
.mg-tab-section .nav-tabs .nav-link {
    border: none;
    padding-bottom: 14px;
    border-bottom: 1px solid transparent;
    color: #343434;
}
.mg-tab-section .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #343434;
}
.mg-tab-section .nav-tabs:first-child button {
    padding-left: 0;
    font-family: 'sora-semibold';
    font-size: 14px;
}
.mg-tab-section .nav-tabs {
    justify-content: space-between;
}

.mg-tab-slider-section-inner {
    margin-top: 24px;
}
.mg-tab-section .mg-product-box {
    margin: 0 10px;
}
.mg-tab-section .mg-po-icons span {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.mg-tab-section .mg-price {
    font-size: 12px;
}
.mg-tab-section .mg-price2 {
    font-size: 12px;
}
.mg-tab-section .mg-discount-price {
    font-size: 12px;
}
.mg-tab-section .mg-po-radio-label span {
    font-size: 9px;
}
.mg-tab-section .form-check-input {
    width: 10px;
    height: 10px;
    margin-top: 11px;
}
.mg-tab-section .mg-po-radio {
    padding-top: 0;
}
.mg-tab-section .mg-btn-4 {
    width: 100%;
    background-color: #ff3f6c;
    padding: 12px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #fff;
}
.mg-tab-section .mg-btn-4 img {
    display: inline-block;
    width: 10px;
    margin-top: -5px;
}
.mg-po-icons a {
    text-decoration: none;
}
.mg-tab-section .mg-prduct-name span {
    font-size: 14px;
}
.mg-tab-section .mg-prduct-name a img {
    width: 14px;
}
.mg-tab-section .mg-po-icons a span img {
    width: 14px;
    display: inline-block;
}
.mg-ts-arrow {
    text-align: center;
    margin-top: 26px;
}
.mg-ts-arrow button {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 28px;
    margin: 0 10px;
}
.mg-ts-arrow button img {
    width: 16px;
    margin-top: -4px;
}

.mg-tab-slider-section .mg-po-icons .mg-hover-icon {
    display: none;
}
/*****************************/
/*
*text overlay and tab slider 2 section
*/
.mg-tots-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F4F4F4;
}
.mg-text-overlay-section {
    position: relative;
}
.mg-ol-img img {
    width: 100%;
}
.mg-tots-overlay-box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
}
.mg-tots-overlay-inner {
    width: 50%;
    padding-top: 30px;
    position: relative;
    padding-right: 18px;
}
.mg-tots-overlay-inner span {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #343434;
}
.mg-tots-overlay-inner p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-tots-overlay-inner:after {
    content: "";
    background-image: url(../images/icons/cricle-arrow2.png);
    position: absolute;
    width: 139px;
    height: 200px;
    background-repeat: no-repeat;
    display: inline-block;
    left: 68%;
    top: 73%;
    background-size: contain;
}


.mg-ts-heading span {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    font-family: 'sora-semibold';
}
.mg-ts-heading h5 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 8px;
    font-family: 'sora-semibold';
}
.mg-tab-section2 button {
    text-transform: uppercase;
    border:none;
}
.mg-tab-section2 button:focus {
    border:none;
    border-color: none;
}
.mg-tab-section2 button:hover {
    border:none;
    border-color: none;
}
.mg-tab-section2 .nav-tabs .nav-link {
    border: none;
    padding-bottom: 14px;
    border-bottom: 1px solid transparent;
    color: #343434;
}
.mg-tab-section2 .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #343434;
}
.mg-tab-section2 .nav-tabs:first-child button {
    padding-left: 0;
    font-family: 'sora-semibold';
    font-size: 13px;
}
.mg-tab-section2 .nav-tabs {
    justify-content: space-between;
}

.mg-tab-slider-section-inner2 {
    margin-top: 24px;
}
.mg-tab-section2 .mg-product-box {
    margin: 0 10px;
}
.mg-tab-section2 .mg-po-icons span {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.mg-tab-section2 .mg-po-icons span:hover .mg-hover-icon {
    display: block;
}
.mg-tab-section2 .mg-price {
    font-size: 12px;
}
.mg-tab-section2 .mg-price2 {
    font-size: 12px;
}
.mg-tab-section2 .mg-discount-price {
    font-size: 12px;
}
.mg-tab-section2 .mg-po-radio-label span {
    font-size: 9px;
}
.mg-tab-section2 .form-check-input {
    width: 10px;
    height: 10px;
    margin-top: 11px;
}
.mg-tab-section2 .mg-po-radio {
    padding-top: 0;
}
.mg-tab-section2 .mg-btn-4 {
    width: 100%;
    background-color: #ff3f6c;
    padding: 12px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #fff;
}
.mg-tab-section2 .mg-btn-4 img {
    display: inline-block;
    width: 10px;
    margin-top: -5px;
}
.mg-po-icons a {
    text-decoration: none;
}
.mg-tab-section2 .mg-prduct-name span {
    font-size: 14px;
}
.mg-tab-section2 .mg-prduct-name a img {
    width: 14px;
}
.mg-tab-section2 .mg-po-icons a span img {
    width: 14px;
    margin: auto;
    margin-top: 14px;
}
.mg-tab-slider-section2 .mg-po-icons .mg-hover-icon {
    display: none;
}
.mg-ts-arrow2 {
    text-align: center;
    margin-top: 26px;
}
.mg-ts-arrow2 button {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 28px;
    margin: 0 10px;
}
.mg-ts-arrow2 button img {
    width: 16px;
    margin-top: -4px;
}
/*****************************/
/*
*collection section grid
*/
.mg-product-grid-section {
    padding-top: 100px;
    padding-bottom: 45px;
}
.mg-section-heading {
    text-align: center;
    margin-bottom: 40px;
}
.mg-section-heading img {
    width: 28px;
}
.mg-section-heading span {
    display: block;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
}
.mg-section-heading h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 38px;
}
.mg-product-box {
    position: relative;
    margin-bottom: 50px;
}
.mg-product-img img {
    border-radius: 16px;
    width: 100%;
}
.mg-prduct-name {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.mg-prduct-name span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 18px;
}
.mg-prduct-name a {
    text-decoration: none;
}
.mg-product-desc a {
    text-decoration: none;
}
.mg-prduct-name a img {
    width: 20px;
}
.mg-product-desc span {
    font-family: 'poppins-medium';
    color: #626262;
    font-size: 13px;
}
.mg-price {
    font-family: 'sora-semibold';
    margin-right: 5px;
    font-size: 16px;
    color: #343434;
}
.mg-price2 {
    color: #626262;
    font-family: 'sora-semibold';
    font-size: 14px;
    margin-right: 5px;
}
.mg-discount-price {
    font-family: 'sora-semibold';
    color: #ff3f6c;
    font-size: 14px;
}
.mg-product-price {
    margin-top: 5px;
}
.mg-po-icons span {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: red;
    border-radius: 28px;
    text-align: center;
}
.mg-po-icons span a {
    line-height: 3;
}
.mg-po-icons a span img {
    width: 17px;
    height: auto;
}
.mg-hover-icon {
    display: none;
}
.mg-po-icons span:hover .mg-icon {
    display: none;
}
.mg-po-icons span:hover .mg-hover-icon {
    display: inline-block;
}
.mg-po-icons {
    text-align: center;
    margin-bottom: 18px;
}
.mg-po-icons span {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #fff;
    border-radius: 28px;
    text-align: center;
    line-height: 3;
}
.mg-po-icons span:hover {
    background-color: #ff3f6c;
}
.mg-product-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: #00000047;
    transition: all 0.2s ease-in;
    opacity: 0;
}
.mg-product-box:hover .mg-product-overlay {
    opacity: 1;
}
.mg-po-content {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.mg-btn-4 {
    width: 100%;
    background-color: #ff3f6c;
    padding: 12px 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #fff;
}
.mg-btn-4:hover {
    color: #fff;
    background-color: #000;
}
.mg-po-options {
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 4px 8px #eee;
    padding: 12px 10px;
}
.mg-radio-clr-input label {
    margin: 0 2px;
}
.mg-po-radio {
    display: flex;
    justify-content: center;
    padding-top: 12px;
}
.mg-po-radio-label span {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #646464;
}
.mg-po-radio form {
    margin-left: 8px;
}


.mg-selection input {
    display: none;
}
.mg-option-lable2 .mg-selection label.form-check-label {
    border: none;
    width: 25px;
    height: 25px;
    opacity: 0.5;
    border: 1px solid #fff;
}
.mg-radio-clr-input input:checked[type=radio] + label {
    opacity: 1;
}
.mg-selection label.form-check-label {
    padding: 4px 8px;
    color: #000;
    border: 1px solid #171717;
    margin: 0 3px;
    font-size: 12px;
    font-family: sora-medium;
}
.mg-po-radio .form-check-input:checked[type=radio] {
    background-image: none;
}
/*************************/
/*
*text overlay and tab slider section2
*/
.mg-text-overlay-section2 {
    position: relative;
}
.mg-tots-section2 .mg-tots-overlay-box {
    justify-content: start;
}
.mg-tots-section2 .mg-tots-overlay-inner {
    width: 70%;
    padding-top: 30px;
    position: relative;
    padding-left: 55px;
}
.mg-tots-section2 .mg-tots-overlay-inner:after {
    content: "";
    background-image: url(../images/icons/cricle-arrow3.png);
    position: absolute;
    width: 106px;
    height: 110px;
    background-repeat: no-repeat;
    display: inline-block;
    left: -37px;
    top: 23%;
    background-size: contain;
}
/*****************************/
/*
*text with background section
*/
.mg-tb-section {
    background-image: url(../images/banner/young-woman-painting-wall-with-paint-roller-apartment.jpg);
    height: 790px;
    background-size: cover;
}
.tb-text-box-inner {
    width: 40%;
}
.tb-text-box-inner span  {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    font-family: 'sora-semibold';
}
.tb-text-box-inner h3 {
    font-size: 40px;
    margin-top: 10px;
    position: relative;
    font-family: sora-medium;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.tb-text-box-inner .mg-banner-link {
    color: #343434;
    font-size: 14px;
    font-family: 'sora-semibold';
    text-transform: uppercase;
}
.tb-text-box-inner  p {
    margin-top: 14px;
    font-family: poppins-medium;
    font-size: 14px;
    margin-bottom: 26px;
}
/**********************/
/*
*product grid section 2
*/
.mg-product-grid-section2 {
    padding-top: 80px;
    padding-bottom: 50px;
}
.mg-pg-heading span {
    position: relative;
}
.mg-pg-heading span {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    font-family: 'sora-semibold';
}
.mg-product-grid-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-pg-heading h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 38px;
    margin-top: 16px;
    color: #343434;
}
.mg-pg-main {
    margin-top: 30px;
}
/***********************/
/*
*image with text section
*/
.mg-twi-box {
    height: 100%;
}
.mg-twi-box img {
    width: 100%;
    height: 100%;
}
.mg-twi-content-box {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #F4F4F4;
    padding: 40px;
}
.mg-twi-content-box-inner span  {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    font-family: 'sora-semibold';
}
.mg-twi-content-box-inner h5 {
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'sora-semibold';
    color: #343434;
    margin-top: 12px;
    margin-bottom: 16px;
}
.mg-twi-content-box-inner .mg-product-price {
    margin-bottom: 20px;
}
.mg-twi-content-box-inner span.mg-price {
    font-size: 30px;
    font-family: 'sora-semibold';
    margin-right: 0;
    margin-left: 0;
}
.mg-twi-content-box-inner .mg-btn-box {
    display: flex;
    width: 78%;
    justify-content: space-between;
    margin-top: 35px;
}
.mg-twi-content-box-inner p {
    font-family: 'sora-medium';
    font-size: 14px;
    width: 90%;
}
/**************************/
/*
*featured collection section
*/
.mg-featured-collection-section {
    padding-top: 100px;
    padding-bottom: 30px;
    background-image: linear-gradient(#ffff 50%, #F4F4F4 50%);
}
.mg-fc-img img {
    width: 100%;
}
.mg-fc-main-box {
    position: relative;
}
.mg-fc-main-box:hover img {
    filter: brightness(0.9);
}
.mg-fc-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.mg-fc-content span {
    position: relative;
    display: inline-block;
    font-family: 'sora-semibold';
    font-size: 14px;
    margin-left: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.mg-fc-content h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
}
/*********************/
/*
*testimonial section
*/
.mg-testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #F4F4F4;
}

.mg-testimonial-main {
    position: relative;
}
.mg-tm-content-box {
    text-align: center;
    width: 60%;
    margin: auto;
}
.mg-testimonial-heading {
    text-align: center;
}
.mg-testimonial-heading img {
    width: 35px;
}
.mg-testimonial-heading h5 {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 18px;
    margin-top: 8px;
}
.mg-tm-content-box h3 {
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    margin-top: 14px;
    margin-bottom: 40px;
}
.mg-testimonial-img {
    width: 50px;
    margin: auto;
}
.mg-testimonial-img img {
    width: 100%;
}
.mg-testimonial-qoute {
    width: 30%;
    margin: auto;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 20px;
}
.mg-testimonial-text {
    width: 60%;
    margin: auto;
}
.mg-testimonial-qoute span {
    font-family: 'sora-semibold';
    font-size: 18px;
    text-transform: uppercase;
    color: #343434;
}
.mg-testimonial-text p {
    font-family: 'poppins-medium';
    font-size: 14px;
    margin-top: 14px;
}
.mg-rating i {
    color: #FFB800;
    margin-bottom: 8px;
}
.mg-client-name span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 8px;
    display: inline-block;
    color: #343434;
}
.mg-testimonial-main button.slick-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 28px;
    border: none;
    background-color: #fff;
    left: -24px;
}
.mg-testimonial-main button.slick-prev img {
    width: 20px;
    margin-top: -5px;
}
.mg-testimonial-main button.slick-next {
    position: absolute;
    right: -24px;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 28px;
    border: none;
    background-color: #fff;
}
.mg-testimonial-main button.slick-next img {
    width: 20px;
    margin-top: -5px;
}
/*************************/
/*
*blog section
*/
.mg-blog-section {
    padding-top: 80px;
    padding-bottom: 90px;
}
.mg-blog-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-bs-heading span {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 25px;
    font-family: 'sora-semibold';
}
.mg-bs-heading h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 38px;
    margin-top: 6px;
    color: #343434;
}
.mg-blog-img img {
    width: 100%;
}
.mg-blog-img img:hover {
    filter: brightness(0.9);
}
.mg-blog-title-span a{
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'sora-medium';
    color: #343434;
    text-decoration: none;
}
label.error {
    color: red;
    font-size: 13px;
}
.mg-blog-title {
    margin-top: 20px;
    margin-bottom: 5px;
}
.mg-blog-date span {
    font-family: 'sora-semibold';
    color: #FF3F6C;
    font-size: 14px;
    text-transform: uppercase;
}
.mg-blog-text p {
    font-family: 'poppins-medium';
    font-size: 14px;
    margin-top: 8px;
}
.mg-blog-main {
    margin-top: 30px;
}
.mg-lr-form-btn-box button:hover{
    background-color: #212529;
    color: #fff;
}

/************************/
/*
*footer section
*/
.mg-footer-section {
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #FF3F6C;
}
.mg-footer-logo a {
    font-family: 'sora-medium';
    color: #fff;
    text-decoration: none;
    font-size: 24px;
}
.mg-footer-logo {
    margin-bottom: 24px;
}
.mg-footer-logo-content-box p {
    color: #ffe2e9;
    font-family: 'poppins-medium';
    font-size: 13px;
    width: 72%;
    line-height: 18px;
    padding-bottom: 8px;
}
.mg-address address {
    color: #ffe2e9;
    font-family: 'poppins-medium';
    font-size: 13px;
    width: 72%;
    line-height: 18px;
}
.mg-contact-box span{
    color: #ffe2e9;
    font-family: 'poppins-medium';
    font-size: 13px;
}
.mg-contact-box a {
    color: #ffe2e9;
    text-decoration: none;
    font-family: 'poppins-medium';
    font-size: 13px;
}
.mg-footer-nav h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #fff;
}
.mg-footer-nav-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mg-footer-nav-box ul li a {
    color: #ffe2e9;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'sora-semibold';
    font-size: 13px;
}
.mg-footer-nav-box ul li a:hover {
    color: #ffe2e9e6;
}
.mg-footer-nav-box ul li {
    margin-bottom: 12px;
}
.mg-form-box input:focus {
    border: none;
    outline: none;
}

.mg-social-and-newletter-section {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #FF84A1;
    border-bottom: 1px solid #FF84A1;
}
.mg-footer-main {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mg-social-media-box span {
    text-transform: uppercase;
    color: #fff;
    font-family: 'sora-medium';
    font-size: 24px;
}
.mg-social-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.mg-social-link ul li {
    width: 50px;
    height: 50px;
    background-color: #FF547C;
    margin-right: 20px;
    border-radius: 28px;
}
.mg-social-link {
    margin-top: 10px;
}
.mg-social-link ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.mg-social-link ul li a img {
    max-height: 16px;
}
.mg-nl-inner span {
    text-transform: uppercase;
    color: #fff;
    font-family: 'sora-medium';
    font-size: 24px;
    display: inline-block;
    margin-bottom: 8px;
}
.mg-form-box {
    background-color: #ff547c;
    border-radius: 30px;
}
.mg-form-box input {
    border: none;
    background-color: transparent;
    width: calc(100% - 193px);
    padding: 12px 22px;
    color: #fff;
    font-family: 'sora-medium';
    font-size: 12px;
}
.mg-form-box input::placeholder {
    color: #fff9f1;
}
.mg-form-box button {
    border: none;
}
.mg-copy-right-section-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.mg-copy-right-section-inner span {
    color: #FF9FB6;
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 14px;
}
.mg-copy-right-section-inner a {
    font-family: 'sora-medium';
    color: #FF9FB6;
    text-decoration: none;
}
.mg-copy-right-section-inner i {
    color: #fff;
}
/*********************/
/*
*about page 
*/
/*
*page header section
*/
.mg-page-header-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f4f4;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 4px;
}
.mg-page-header-main {
    text-align: center;
}
.mg-page-header-main img {
    width: 35px;
}
.mg-page-header-main h5 {
    text-transform: uppercase;
    font-family: 'sora-medium';
    font-size: 36px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.mg-ph-dash {
    display: block;
    width: 40px;
    height: 2px;
    background-color: #343434;
    margin: auto;
}
.mg-breadcrumb-outer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
}
.mg-breadcrumb-outer a {
    font-size: 14px;
    font-family: 'sora-medium';
    color: #343434;
}
.mg-breadcrumb-outer li {
    font-family: 'sora-medium';
    color: #343434;
    font-size: 14px;
}
/****************/
/*
*about image with text section
*/
.mg-about-img {
    position: relative;
}
.mg-about-overlay-box {
    width: 50%;
    height: 50%;
    position: absolute;
    background-color: #FF3F6C;
    top: 0;
    left: 0;
    z-index: -1;
}
.mg-about-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-about-img img {
    width: 95%;
    margin-left: 5%;
    margin-top: 5%;
}
.mg-about-text-content span {
    position: relative;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 18px;
    margin-left: 25px;
}
.mg-about-text-content h5 {
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    margin-top: 10px;
}
.mg-about-text-content {
    margin-left: 40px;
    display: flex;
    align-items: center;
    height: 100%;
}
.mg-about-text-content p {
    font-family: 'sora-medium';
    font-size: 14px;
    color: #343434;
}
/**********************/
/*
*about feature
*/
.mg-about-feature {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #b5952f9b;
}
.mg-af-heading {
    text-align: center;
    margin-bottom: 80px;
}
.mg-af-heading img {
    width: 34px;
    margin-bottom: 10px;
}
.mg-af-heading h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'poppins-medium';
}
.mg-af-heading p {
    width: 50%;
    margin: auto;
    color: #fff;
    font-family: 'poppins-medium';
    font-size: 14px;
}
.mg-af-main {
    margin-top: 50px;
}
.mg-af-box-inner {
    text-align: center;
}
.mg-af-box-inner img {
    width: 28px;
}
.mg-af-box-inner span {
    font-size: 18px;
    color: #fff;
    font-family: 'sora-medium';
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
}
.mg-af-box-inner p {
    color: #fff;
    font-family: 'poppins-medium';
    font-size: 14px;
    margin-top: 10px;
}
.mg-af-box-outer {
    border-right: 1px solid #FF698C;
}
.mg-af-main .row .mg-af-box-outer:last-child {
    border: none;
}
/*
*our team section
*/
.mg-ot-heading {
    text-align: center;
    margin-bottom: 50px;
}
.mg-ot-heading span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mg-ot-heading img {
    width: 35px;
}
.mg-ot-heading h5 {
    color: #343434;
    text-transform: uppercase;
    font-size: 40px;
    font-family: 'poppins-medium';
}
.mg-ot-heading p {
    width: 50%;
    margin: auto;
    color: #343434;
    font-family: 'poppins-medium';
    font-size: 14px;
}


.mg-our-team {
    padding-top: 80px;
    padding-bottom: 80px;
}
.mg-ot-img img {
    width: 100%;
}
.mg-ot-text-content {
    text-align: center;
    margin-top: 18px;
}
.mg-ot-text-content h5 {
    text-transform: uppercase;
    color: #343434;
    font-family: 'sora-medium';
}
.mg-ot-text-content p {
    font-family: 'poppins-medium';
    font-size: 12px;
    color: #343434;
}
.mg-ot-img {
    position: relative;
}
.mg-ot-overlay {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    opacity: 0;
}
.mg-about-team-icons a span img.mg-icon {
    height: 18px;
    width: auto;
}
.mg-ot-box:hover .mg-ot-overlay {
    opacity: 1;
}
/*********************/

/*
 *shop page
 */
/*
*shop page main
*/	 
.mg-shop-page-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.mg-mobile-filter-btn a.btn {
    background-color: #ff3f6c;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
    font-family: 'poppins-medium';
    text-transform: uppercase;
    font-size: 14px;
}
.mg-mobile-filter-btn {
    margin-bottom: 20px;
    display: none;
}
.mg-shop-page-section .mg-po-radio-label span {
    font-family: 'poppins-medium';
    font-size: 13px;
    color: #646464;
}
/*
*filter section
*/
.mg-filter-close-btn-box {
    text-align: right;
}
a.mg-filter-close-btn {
    text-decoration: none;
    padding: 5px 15px;
    background-color: #ff3f6c;
    font-size: 28px;
    color: #fff;
    display: none;
}

.mg-filter-inner {
    background-color: #F4F4F4;
    padding: 20px 15px;
}
.mg-search-heading span {
    font-size: 18px;
    font-family: 'sora-medium';
    margin-bottom: 10px;
    display: block;
    color: #343434;
}
.mg-search-main input {
    width: 100%;
    border: none;
    height: 50px;
    padding: 0 12px;
    font-family: 'sora-medium';
    font-size: 14px;
}
.mg-range-heading h5 {
    font-size: 18px;
    font-family: 'sora-medium';
    text-transform: uppercase;
    color: #343434;
}
.mg-grid-filter-inner {
    margin-top: 50px;
}

.mg-range-bar {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px 20px;
}
.mg-price-filter-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    height: 3px;
    width: 100%;
}
.mg-range-bar .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #000;
}



.mg-price-filter-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    height: 3px;
    width: 100%;
    background-color: #313131;
}
.mg-grid-filter-outer .ui-slider-horizontal .ui-slider-range {
    background-color: #313131;
}
.mg-price-filter-range span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 50%;
    border: none;
    height: 14px;
    width: 14px;
    top: -6px;
    background-color: #ff3f6c;
}
span.mg-rp-heading {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
span.mg-min-price {
    font-size: 14px;
    font-family: 'poppins-medium';
    color: #343434;
}
span.mg-max-price {
    font-size: 14px;
    font-family: 'poppins-medium';
    color: #343434;
}
.mg-shop-filter-btn a {
    background-color: #ff3f6c;
    border-radius: 0;
    font-family: 'poppins-medium';
    padding: 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.mg-filter-product-list h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 18px;
    color: #343434;
}
.mg-filter-product-list {
    margin-top: 50px;
}
.mg-fp-box {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.mg-fp-img {
    width: 80px;
}
.mg-fp-text {
    width: calc(100% - 94px);
    margin-left: 14px;
}
.mg-fp-text a {
    font-family: 'sora-medium';
    font-size: 14px;
    text-decoration: none;
    color: #343434;
}
.mg-fp-text span {
    font-family: 'sora-medium';
    font-size: 13px;
}
.mg-fp-img img {
    width: 100%;
}

.mg-category {
    margin-top: 50px;
}
.mg-category-heading h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 18px;
}
.mg-category ul.list-group li {
    background-color: transparent;
    border: none;
    padding-left: 0;
}
.mg-category ul.list-group li a {
    text-decoration: none;
    color: #343434;
    font-family: 'sora-medium';
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
}
.mg-category ul.list-group li a:hover {
    color: #000000a3;
}   
.mg-check-box {
    margin-top: 50px;
}
.mg-check-box .form-check {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.mg-check-box-heading h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 18px;
}
.mg-check-box label.form-check-label {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    margin-left: 5px;
    font-size: 13px;
    color: #343434;
}
.mg-check-box .form-check-input:checked {
    background-color: #ff3f6c;
    border-color: #ff3f6c;
}
.mg-check-box span {
    font-family: 'sora-medium';
    font-size: 13px;
    color: #343434;
}












.mg-pagination {
    display: flex;
    justify-content: center;
}
.mg-pagination li.page-item a {
    padding: 11px 20px;
    background-color: #d4d4d4;
    color: #343434;
    font-family: 'sora-semibold';
    font-size: 16px;
}
.mg-pagination li {
    margin: 0 8px;
}
.mg-pagination li.page-item.mg-active-page a {
    background-color: #ff3f6c;
    color: #fff;
}
.mg-pagination li.page-item.mg-active-page a.page-link {
    background-color: #ff3f6c;
    color: #fff;
    border-radius: 0;
}
/*********************/
/*
 *faq page
 */
/*
*faq section
*/		 
.mg-faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-faq-section-heading span {
    font-family: 'sora-medium';
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
}
.mg-faq button.accordion-button {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #343434;
    font-size: 16px;
    background-color: transparent;
    padding: 25px 25px;
}
.mg-faq .mg-accordian-text p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-faq button.accordion-button:focus {
    box-shadow: none;
    background: transparent;
}
.mg-faq .accordion-item {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    border: none;
}
.mg-faq-main2 {
    margin-top: 65px;
}
.mg-faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/faq-arrow-1.png);
    transform: perspective(10px);
}
.mg-faq .accordion-button::after {
    background-image: url(../images/icons/faq-arrow-2.png);
    width: 12px;
    background-size: contain;
}
/**********************/
/*
 *404 page
 */
.mg-404-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-404-inner {
    text-align: center;
}
.mg-404-inner img {
    width: 125px;
}
.mg-404-heading span {
    font-size: 132px;
    font-family: 'sora-semibold';
    color: #343434;
    display: block;
    margin-top: 10px;
}
.mg-404-text {
    width: 60%;
    margin: auto;
}
.mg-404-text span {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'sora-semibold';
    color: #343434;
}
.mg-404-text p {
    margin: 15px 0;
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-search-field img {
    width: 15px;
    margin-top: -7px;
}
.mg-back-btn img {
    width: 10px;
}
.mg-search-field {
    width: 60%;
    margin: auto;
}
.mg-search-field-inner input {
    width: calc(100% - 49px);
    border: none;
    background-color: transparent;
    font-family: 'poppins-medium';
    font-size: 14px;
}
.mg-search-field-inner {
    padding: 10px 10px;
    background-color: #f4f4f4;
    margin: 25px 0;
}
/***********************/
/*
 *privacy policy page
 */
/*
*privacy policy content section
*/		
.mg-pp-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-pp-top-content {
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}
.mg-pp-top-content h5 {
    text-transform: uppercase;
    font-family: 'sora-medium';
    font-size: 22px;
    color: #343434;
}
.mg-pp-top-content span {
    font-family: 'poppins-medium';
    font-size: 13px;
    color: #343434;
}
.mg-pp-top-content a {
    text-decoration: none;
    color: #343434;
}	 
.mg-pp-main-content {
    padding-top: 30px;
}
.mg-pp-mc-heading span {
    text-transform: uppercase;
    font-family: 'sora-medium';
    font-size: 22px;
    color: #343434;
}
.mg-pp-text-box {
    padding-top: 10px;
}
.mg-pp-text-box span {
    display: block;
    font-family: 'sora-semibold';
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.mg-pp-text-box p {
    font-family: 'poppins-medium';
    font-size: 12px;
    color: #343434;
}
/*************************/
/*
                         *term and conditions page
                         */
/*
*term and conditions content section
*/		
.mg-tc-section {
    padding-top: 100px;
    padding-bottom: 90px;
}
.mg-tc-top-content {
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}
.mg-tc-top-content h5 {
    text-transform: uppercase;
    font-family: 'sora-medium';
    font-size: 22px;
    color: #343434;
}
.mg-tc-top-content span {
    font-family: 'poppins-medium';
    font-size: 13px;
    color: #343434;
}
.mg-tc-top-content a {
    text-decoration: none;
    color: #343434;
}	 
.mg-tc-main-content {
    padding-top: 25px;
}
.mg-tc-mc-heading span {
    text-transform: uppercase;
    font-family: 'sora-medium';
    font-size: 22px;
    color: #343434;
}
.mg-tc-text-box {
    padding-top: 10px;
}
.mg-tc-text-box span {
    display: block;
    font-family: 'sora-semibold';
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.mg-tc-text-box p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-tc-text-box li {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
    padding-bottom: 4px;
}
.mg-tc-text-box ol {
    padding-left: 18px;
}
/******************/
/*
 *single product page
 */

/*
*single product slider
*/
.mg-sp-nav {
    position: relative;
    padding: 0 15px;
}
.mg-single-product-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.mg-si-slide img {
    width: 100%;
}
.mg-sp-nav button.slick-prev {
    position: absolute;
    z-index: 99;
    top: 46%;
    left: -12px;
    border: none;
    background-color: transparent;
}
.mg-sp-nav button.slick-prev img {
    width: 8px;
}
.mg-sp-nav button.slick-next {
    position: absolute;
    z-index: 99;
    top: 46%;
    right: -12px;
    border: none;
    background-color: transparent;
}
.mg-sp-nav button.slick-next img {
    width: 8px;
}
.mg-sp-nav-slider {
    margin-left: 20px;
    margin-top: 20px;
} 
.mg-sp-nav-slider img {
    padding: 0;
    width: 100%;
}
.mg-pd-top .mg-p-title span {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}
.mg-rating img {
    width: 12px;
}
span.mg-review-count {
    font-family: 'poppins-medium';
    font-size: 14px;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 7px;
}
.mg-pd-top .mg-price {
    font-family: 'sora-medium';
    margin-right: 5px;
    font-size: 32px;
}
.mg-pd-top .mg-price2 {
    color: #afafaf;
    font-family: 'poppins-medium';
    font-size: 22px;
}
.mg-pd-top .mg-discount-price {
    font-family: 'poppins-medium';
    font-size: 19px;
}
.mg-pd-top p {
    font-family: 'sora-semibold';
    font-size: 13px;
    width: 100%;
    color: #343434;
    margin-top: 14px;
}
.mg-pd-bottom {
    padding: 30px 20px;
    background-color: #F4F4F4;
    margin-top: 30px;
}
.mg-pdb-heading span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 18px;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
}
.mg-pd-stock img {
    width: 12px;
}
.mg-pd-stock {
    margin-top: 8px;
}
.mg-pd-stock span {
    font-family: 'poppins-medium';
    font-size: 13px;
}
.mg-quanlity-option-btn {
    display: flex;
    align-items: center;
    padding: 7px 24px;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    background-color: #fff;
}
button.mg-qty-minus-btn {
    border: none;
    background: transparent;
    font-size: 10px;
}
button.mg-qty-minus-btn i {
    font-size: 13px;
}
.mg-quanlity-option-btn input.mg-qty-number {
    border: none;
    width: 37px;
    text-align: center;
}
button.mg-qty-plus-btn {
    border: none;
    background: transparent;
    font-size: 10px;
}
button.mg-qty-plus-btn i {
    font-size: 13px;
}
.mg-qty-counter-outer {
    margin-top: 20px;
}
.mg-qty-heading span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
}
.mg-pd-link {
    display: flex;
}
.mg-pd-link a img {
    width: 35px;
    margin-right: 5px;
}
.mg-pd-link a {
    text-decoration: none;
    font-family: 'poppins-medium';
    color: #343434;
    font-size: 13px;
}
.mg-pd-link {
    display: flex;
    margin-top: 25px;
}
.mg-pd-additional-info {
    margin-top: 15px;
    padding-top: 25px;
    border-top: 1px solid #dbdbdb;
}
span.mg-tag-heading {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    margin-right: 6px;
}
.mg-pd-additional-info span.mg-tag {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-left: 10px;
}
.mg-social-media {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.mg-social-media span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 18px;
}
.mg-social-media ul li {
    margin: 0 7px;
}
.mg-social-media ul li a img {
    width: 38px;
}
/**************/
/*
*pd tab section
*/
.mg-pd-tab-section {
    padding-bottom: 80px;
}
.mg-pd-tab-section .nav-tabs:first-child button {
    padding-left: 0;
    font-family: 'sora-semibold';
    font-size: 16px;
    border-bottom: 2px solid transparent;
    margin-right: 45px;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.mg-pd-tab-section .nav-tabs {
    border-bottom: none;
}
.mg-pd-tab-section .nav-tabs .nav-link {
    border: none;
    padding-bottom: 14px;
    border-bottom: 1px solid transparent;
    color: #343434;
}
.mg-pd-tab-section button.nav-link.active {
    border-bottom: 2px solid #ff3f6c;
}
.mg-pd-tab-section .tab-pane {
    margin-top: 20px;
}
.mg-description-tab p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-pd-tab-section .mg-ai-deatils span {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-pd-tab-section .mg-ai-deatils {
    margin-bottom: 16px;
}
.mg-pd-tab-section .mg-ai-para p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-review-form-box span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin-bottom: 22px;
    padding-top: 36px;
    border-top: 1px solid #dbdbdb;
}
.mg-client-review-main {
    margin-bottom: 14px;
}
.mg-client-img img {
    width: 100%;
}
.mg-client-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-client-name-rating {
    display: flex;
    align-items: center;
}   
.mg-client-name-rating .mg-rating {
    margin-left: 12px;
}
.mg-client-name-rating h5 {
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
    margin: 0;
}
.mg-reply-link a {
    text-decoration: none;
    color: #343434;
    font-family: 'sora-semibold';
    font-size: 16px;
}
.mg-reply-link a img {
    width: 8px;
    margin-left: 2px;
}
.mg-client-review-text p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-client-review-text {
    margin-top: 10px;
}
.mg-form-ip-field input {
    width: 100%;
    padding: 20px;
    border: none;
    background-color: #f4f4f4;
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 13px;
}
.mg-form-ip-field input::placeholder {
    color: #343434 
}
.mg-form-ip-field textarea {
    width: 100%;
    margin-top: 22px;
    background-color: #f4f4f4;
    border: none;
    padding: 16px;
    font-family: 'sora-semibold';
    font-size: 14px;
    min-height: 180px;
    margin-bottom: 22px;
}   
.mg-form-ip-field textarea::placeholder {
    color: #343434 
}
/****************/
/*
*realted product section
*/
.mg-realted-product-grid {
    padding-top: 80px;
}
.mg-rp-heading h5 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'sora-medium';
    margin-bottom: 40px;
    color: #343434;
}
/***********************/
/*
 *blog page
 */
/*
 *blog section
 */
.mg-page-blog-section {
    padding-top: 40px;
    padding-bottom: 80px;
}
.mg-blog-grid-main .mg-blog-box-outer {
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 40px;
}
.mg-page-blog-section .mg-blog-box {
    display: flex;
    align-items: center;
}
.mg-page-blog-section .mg-blog-img {
    width: 400px;
}
.mg-page-blog-section .mg-blog-deatils {
    width: calc(100% - 430px);
    margin-left: 30px;
}
.mg-blog-grid-main .mg-blog-box-outer:last-child {
    border: none;
}
.mg-blog-inner .mg-pagination {
    justify-content: start;
}
/***************/
/*
*blog sidebar
*/
.mg-rep-heading h5 {
    font-size: 18px;
    font-family: 'sora-medium';
    color: #343434;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.mg-rp-text {
    padding-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 15px;
}
.mg-rp-text a {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
    text-decoration: none;
}
.mg-recent-post .mg-rp-text:last-child {
    border: none;
}
.mg-rp-text a:hover {
    color: #000000a3;
}
/******************/
/*
 *single blog page
 */
/*
 *single blog banner section
 */
.mg-sb-img {
    padding-top: 50px;
    padding-bottom: 25px;
}
.mg-sb-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/***************/
/*
*single blog text section
*/
.mg-sb-text-section {
    padding-top: 25px;
    padding-bottom: 25px;
}
.mg-bt-inner {
    width: 80%;
    margin: auto;
}
.mg-bt-heading h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 44px;
    color: #343434;
    margin: 0;
}
.mg-sb-text-section .mg-blog-date {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mg-bt-inner p {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
/*******************/
/*
 *blog grid image section
 */
.mg-grid-img-section {
    padding-top: 10px;
    padding-bottom: 25px;
}
.mg-gi-inner {
    width: 80%;
    margin: auto;
}
.mg-grid-img-box img {
    width: 100%;
}
/*****************/
/*
 *blog banner section 2
 */
.mg-single-blog-banner-section2 .mg-sb-img {
    padding-top: 5px;
    padding-bottom: 25px;
}
/*******************/
/*
*quote section
*/
.mg-blog-quote {
    padding-top: 25px;
    padding-bottom: 0;
}
.mg-bq-inner {
    width: 80%;
    margin: auto;
}
.mg-bq-inner span {
    font-family: 'sora-semibold';
    font-size: 28px;
    text-transform: uppercase;
}
/**************/
/*
 *comment section
 */
.mg-comment-section {
    padding-top: 50px;
    padding-bottom: 80px;
}
.mg-commnet-inner {
    width: 80%;
    margin: auto;
}
.mg-comment-heading h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 38px;
    color: #343434;
}
.mg-comment-box {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    padding: 26px;
    background-color: #f4f4f4;
}
.mg-cc-img {
    width: 150px;
}
.mg-cc-info-box {
    width: calc(100% - 170px);
    margin-left: 20px;
}
.mg-cc-img img {
    width: 100%;
}
.mg-cc-info-box span {
    font-family: 'poppins-medium';
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #343434;
}
.mg-cc-info-box p {
    font-family: 'poppins-medium';
    font-size: 14px;
    margin-top: 14px;
    color: #343434;
}
.mg-comment-form-box {
    width: 80%;
    margin: auto;
    padding-top: 100px;
}
.mg-comment-form-box span {
    display: block;
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 12px;
}
.mg-comment-form-box p {
    font-family: 'poppins-medium';
    font-size: 14px;
    margin-bottom: 30px;
}
.mg-comment-form-box .mg-form-ip-field input {
    margin-bottom: 10px;
}
.mg-comment-check-box {
    margin-bottom: 30px;
}
.mg-comment-check-box label.form-check-label {
    font-family: 'poppins-medium';
    font-size: 15px;
}
.mg-comment-section .mg-form-ip-field textarea {
    margin-bottom: 5px;
}
/******************/
/*
 *cart page
 */
/*
 *cart section 
 */
.mg-cart-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.mg-cart-section .mg-cart-table tr th {
    padding: 34px 30px;
    background: #ff3f6c;
    color: #fff;
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 16px;
}
.mg-cart-section .mg-cart-table tbody {
    background: #f4f4f4;
}
.mg-cpd-name a {
    font-family: 'sora-semibold';
    font-size: 14px;
    color: #343434;
    text-decoration: none;
}
.mg-cpd-img {
    width: 110px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mg-cpd-img img {
    width: 100%;
}
.mg-cpd-price span {
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 14px;
}
.mg-cart-section .mg-quanlity-option-btn {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    background-color: #fff;
}
.mg-cart-section .mg-quanlity-option-btn input.mg-qty-number {
    font-size: 12px;
}
.mg-product-remove-btn img {
    width: 20px;
}
.mg-cart-section table.table {
    margin: 0;
}
.mg-table-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 43px 21px;
    background-color: #f4f4f4;
}
.mg-cart-btn-right {
    display: flex;
    align-items: center;
}
.mg-cart-btn-right a.mg-btn-3 {
    margin-left: 20px;
    text-decoration: underline;
}
.mg-checkout-form-box .mg-form-ip-text button:hover{
    background-color: #212529;
}
.mg-grid-text-content a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'sora-medium';
    color: #343434;
    text-decoration: underline;
}
.mg-grid-text-content-heading a{
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'sora-medium';
    color: #343434;
    text-decoration: none;
}
/*
 * cart total section
 */
.mg-cs-heading h5 {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cs-heading span {
    font-family: 'poppins-medium';
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.mg-cs-inner input {
    width: calc(100% - 227px);
    padding: 12px 12px;
    border: none;
    border-bottom: 1px solid #f4f4f4;
    font-family: 'poppins-medium';
    font-size: 13px;
}
.mg-cs-inner input::placeholder {
    color:#c5c5c5;
}
.mg-cart-total-section {
    margin-top: 80px;
}
.mg-ct-inner {
    padding: 45px 30px;
    background-color: #f4f4f4;
}
.mg-ct-heading span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #343434;
    font-size: 16px;
}
.mg-ct-content {
    display: flex;
    justify-content: space-between;
}
.mg-ct-content {
    display: flex;
    justify-content: space-between;
    padding-top: 24px;
}
.mg-ct-content .mg-sub-total-heading {
    margin-right: 34px;
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-ct-inner span {
    font-family: 'sora-semibold';
    color: #343434;
    text-transform: uppercase;
    font-size: 16px;
}
.mg-sub-total-main {
    width: 40%;
}
.mg-cart-address-content {
    width: calc(100% - 40%);
}
.mg-cart-address-content input {
    width: calc(100% - 122px);
    margin-left: 30px;
    padding: 10px 10px;
    border: none;
    background-color: transparent;
    font-family: 'poppins-medium';
    color: #343434;
}
.mg-cart-address-content input::placeholder {
    color: #adadad;
}
.mg-cart-address-content form {
    margin-bottom: 26px;
}
.mg-cart-checkout-btn {
    margin-top: 35px;
}
/*********************/
/*
 *wishlist page
 */
/*
 *wishlist section
 */
.mg-wishlist-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-wishlist-section .mg-cart-table tr th {
    padding: 34px 30px;
    background: #ff3f6c;
    color: #fff;
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 16px;
}
.mg-wishlist-section .mg-cart-table tbody {
    background: #f4f4f4;
}
.mg-img-main {
    display: flex;
    align-items: center;
}
.mg-wishlist-section .mg-product-remove {
    margin-left: 22px;
}
.mg-wishlist-section .mg-product-remove-btn img {
    width: 28px;
}
.mg-wishlist-section .mg-cpd-img {
    width: 110px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 12px;
}
.mg-stock-status label {
    font-family: 'sora-medium';
    font-size: 16px;
    color: #343434;
}
.mg-wishlist-section .form-check-input:checked {
    background-color: #ff3f6c;
    border-color: #ff3f6c;
}
.mg-btn-disabled {
    background-color: #b6b6b6;
}
.mg-load-btn {
    text-align: center;
    margin-top: 20px;
}
.mg-wishlist-section th, td {
    white-space: nowrap;
}
/*************************/
/*
 *checkout page
 */
/*
 *checkout form section
 */
.mg-checkout-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-form-devider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.mg-devider-line {
    width: calc(50% - 100px);
    height: 1px;
    background-color: #ddd;
}
.mg-devider-text {
    padding: 0px 16px 0 16px;
    font-size: 18px;
    font-family: 'sora-semibold';
    color: #343434;
}
.mg-payment-btn-box {
    display: flex;
}
.mg-payment-btn-gpay {
    width: calc(50% - 10px);
    text-align: center;
    margin-right: 5px;
}
a.mg-payment-btn-gpay {
    background-color: #000;
    padding: 14px 11px;
    text-decoration: none;
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #fff;
}
a.mg-payment-btn-gpay img {
    width: 12px;
    margin-right: 3px;
}
a.mg-payment-btn-paypal {
    padding: 14px 11px;
    background-color: #F5C557;
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-left: 5px;
}
.mg-payment-btn-paypal img {
    height: 16px;
}
.mg-form-devider2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 34px;
}
.mg-devider-line2 {
    width: 50%;
    height: 1px;
    background-color: #ddd;
}
.mg-devider-text2 {
    padding: 0px 16px 0 16px;
    font-size: 18px;
    font-family: 'sora-semibold';
    color: #343434;
}
.mg-checkout-form-box .mg-form-section .mg-form-ip-field input {
    width: 100%;
    margin-bottom: 10px;
    padding: 18px 12px;
    font-size: 14px;
    font-family: 'sora-medium';
    background-color: #f4f4f4;
    border: none;
}
.mg-checkout-form-box .mg-form-section .mg-form-ip-field input::placeholder {
    color: #8c8c8c;
}
.mg-checkout-form-box .mg-fd-heading h5 {
    text-transform: uppercase;
    font-family: 'sora-medium';
    margin-bottom: 18px;
    font-size: 22px;
    color: #343434;
}
.mg-checkout-form-box .mg-ip-select select {
    padding: 18px 12px;
    font-family: 'sora-medium';
    font-size: 14px;
    background-color: #f4f4f4;
    border: none;
    margin-bottom: 20px;
    color: #8c8c8c;
}
.mg-checkout-form-box .mg-ip-select .form-select:focus {
    box-shadow: none;
}
.mg-checkout-form-box .mg-other-billing-address label {
    font-size: 14px;
    font-family: 'sora-medium';
    color: #343434;
}
.mg-checkout-form-box .mg-other-billing-address .form-check-input:checked {
    background-color: #ff3f6c;
    border-color: #ff3f6c;
}
.mg-checkout-form-box .mg-fd-heading .form-check-input:checked {
    background-color: #ff3f6c;
    border-color: #ff3f6c;
}
.mg-checkout-form-box .mg-fd-heading label {
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-checkout-sidebar .mg-filter-inner {
    background-color: #F4F4F4;
    padding: 20px 36px;
}
.mg-checkout-form-box .form-check {
    margin-bottom: 20px;
}
.mg-checkout-form-box .mg-form-ip-text p {
    font-family: 'sora-semibold';
    font-size: 14px;
    color: #343434;
}
.mg-checkout-form-box .mg-form-ip-text button {
    display: inline-block;
    width: 100%;
    background-color: #ff3f6c;
    color: #fff;
    font-family: 'sora-medium';
    padding: 18px 20px;
    border-radius: 0;
    text-transform: uppercase;
}
.mg-cp-counter-main {
    display: flex;
    align-items: center;
}
.mg-cp-counter-main .mg-quanlity-option-btn {
    margin-left: 8px;
}
.mg-checkout-sidebar .mg-fp-text span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.mg-checkout-sidebar .mg-filter-product-list h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 22px;
    color: #343434;
    margin-bottom: 38px;
}
.mg-checkout-sidebar .mg-quanlity-option-btn {
    display: flex;
    align-items: center;
    padding: 11px 14px;
    border-radius: 30px;
    background-color: #fff;
    border: none;
}
.mg-coupon-link {
    margin-top: 50px;
    text-align: center;
    padding: 20px 0px;
    background-color: #ff3f6c;
}
.mg-coupon-link span {
    color: #fff;
    font-family: 'poppins-medium';
    font-size: 14px;
}
.mg-coupon-link span a {
    color: #fff;
    text-decoration: none;
}
.mg-checkout-total-box {
    margin-top: 25px;
    padding: 22px;
    background-color: #fff;
}
.mg-checkout-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.mg-checkout-price span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 16px;
    color: #343434;
}
.mg-checkout-total-price {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    border-top: 1px solid #dbdbdb;
}
.mg-checkout-total-price span {
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
    text-transform: uppercase;
}
.mg-checkout-sidebar .mg-cf-heading h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 22px;
    color: #343434;
    margin-bottom: 20px;
}
.mg-checkout-feature-list-box {
    margin-top: 45px;
}
.mg-cf-list img {
    width: 12px;
    margin-right: 4px;
}
.mg-cf-list span {
    font-family: 'poppins-medium';
    font-size: 13px;
    color: #343434;
}
.mg-sct-img-name-main {
    display: flex;
    align-items: center;
}
.mg-sct-name-rating {
    margin-left: 18px;
    width: calc(100% - 103px);
}
.mg-checkout-sidebar-testimonial {
    margin-top: 50px;
}
.mg-sct-rating-main {
    display: flex;
}  
.mg-sct-rating-main span {
    font-family: 'poppins-medium';
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
}
.mg-sct-name-rating span {
    font-size: 16px;
    font-family: 'poppins-medium';
    color: #343434;
    margin: 0;
}
.mg-sct-img {
    width: 85px;
}
.mg-sct-img img {
    width: 100%;
}
.mg-sct-comment {
    margin-top: 10px;
}
.mg-sct-comment p {
    margin: 0;
    font-family: 'poppins-medium';
    font-size: 13px;
    color: #343434;
}
.mg-checkout-sidebar-testimonial .mg-cst-heading h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 22px;
    color: #343434;
    margin-bottom: 20px;
}
.mg-sct-arrow ul {
    display: flex;
    padding: 0;
    list-style: none;
}
.mg-sct-arrow ul li {
    font-size: 0;
    margin: 0 2px;
}
.mg-sct-arrow {
    margin-top: 10px;
}
.mg-sct-arrow ul li.slick-active button {
    border: none;
    background-color: #ff3f6c;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
}
.mg-sct-arrow ul li button {
    border: none;
    background-color: #DADADA;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    padding: 0;
}   
/**********************/
/*
 *login page
 */
/*
 *login form section
 */
.mg-lr-form-main {
    width: 60%;
    margin: auto;
    padding: 120px 90px;
    background-color: #f4f4f4;
}
.mg-lr-form-section {
    margin-top: 100px;
    margin-bottom: 100px;
}
.mg-lrf-heading {
    text-align: center;
}
.mg-lrf-heading h5 {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 24px;
    color: #343434;
    margin: 0;
    margin-bottom: 16px;
}
.mg-lrf-heading span {
    font-family: 'poppins-medium';
    font-size: 13px;
    display: block;
    margin-top: 8px;
}
.mg-lrf-social-links {
    text-align: center;
    margin-top: 12px;
}
.mg-lr-social-link-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}
.mg-lr-social-link-list ul li {
    margin: 0 10px;
}
.mg-lr-social-link-list ul li a img {
    width: 46px;
}
.mg-lrf-social-heading span {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-lr-form-main .mg-devider-text2 {
    font-size: 13px;
}
.mg-lr-input-field {
    position: relative;
}
.mg-lr-input-field img {
    position: absolute;
    left: 0;
    top: 0;
}
.mg-lr-input-field input {
    width: 100%;
    margin-bottom: 16px;
    padding: 20px 56px;
    border: none;
    font-family: 'sora-semibold';
    font-size: 13px;
}
.mg-lr-input-field img {
    position: absolute;
    left: 25px;
    top: 24px;
    width: 16px;
}   
.mg-checkbox-foregt-link {
    display: flex;
    justify-content: space-between;
}
.mg-checkbox-foregt-link label {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-checkbox-foregt-link .form-check-input:checked {
    background-color: #73D98A;
    border-color: #73D98A;
}
.mg-lr-form-btn-box button {
    width: 100%;
    color: #fff;
    background-color: #ff3f6c;
    margin-top: 17px;
    border-radius: 0;
    padding: 15px 0;
    text-transform: uppercase;
    font-family: 'poppins-medium';
    font-size: 18px;
}
.mg-external-link {
    text-align: center;
    margin-top: 30px;
}
.mg-external-link span {
    font-family: 'poppins-medium';
    font-size: 15px;
    color: #343434;
}
.mg-external-link span a {
    color: #343434;
    font-family: 'sora-semibold';
}
/*************************/
/*
 *contact us page
 */
/*
 *contact us section
 */
.mg-contactus-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-contact-img img {
    width: 100%;
}
.mg-cu-heading h5 {
    text-transform: uppercase;
    color: #343434;
    font-size: 24px;
    margin-bottom: 0;
}
.mg-cu-heading p {
    font-family: 'poppins-medium';
    font-size: 15px;
    margin-top: 16px;
    color: #343434;
}
.mg-form-ip-field {
    margin-bottom: 10px;
}
.mg-contactus-form-outer .mg-form-ip-field textarea {
    margin-top: 6px;
}
/*************/
/*
 *map section
 */
.mg-map-section {
    background-image: url(../images/gallery/map-image.png);
    height: 406px;
    background-size: cover;
}
/***********************/
/*
 * profile page
 */

/*
 *profile section
 */
.mg-profile-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-profile-form-main {
    width: 70%;
    margin: auto;
}
.mg-pf-heading h5 {
    text-transform: uppercase;
    font-family: 'sora-medium';
    color: #343434;
    font-size: 20px;
}
.mg-pf-img img {
    width: 100%;
}
.mg-pf-ip-field span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    margin-right: 14px;
}
.mg-pf-ip-field {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
}
.mg-pf-ip-field input {
    border: none;
    background-color: #f4f4f4;
    padding: 18px 10px;
    width: calc(100% - 130px);
    display: inline-block;
    font-family: 'sora-semibold';
    font-size: 12px;
}
.mg-input-heading {
    width: 120px;
}
.mg-pf-btn-box {
    text-align: end;
}
.mg-pf-other-heading h5 {
    text-transform: uppercase;
    font-family: 'sora-medium';
    margin-top: 15px;
    margin-bottom: 15px;
    color: #343434;
}
/********************/
/*
 *my account dashboard page
 */
/*
 *mg account dashboard section
 */
.mg-db-nav .mg-list-items .dashboard-active {
    color: #ff3f6c;
}
.mg-mc-dashboard-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-db-nav {
    background-color: #f4f4f4;
    padding: 20px 40px;
}
.mg-db-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.mg-db-nav ul li.mg-list-items {
    padding: 0 12px;
}
.mg-db-nav ul li.mg-list-items:last-child:after {
    background-image: none;
}
.mg-db-nav ul li.mg-list-items a {
    text-decoration: none;
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 18px;
    text-transform: uppercase;
}
.mg-list-items {
    position: relative;
}
.mg-list-items:after {
    content: "";
    background-image: url(../images/icons/account-arrow.png);
    width: 9px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 18px;
}
.mg-dashboard-content-main {
    margin-top: 40px;
}
.mg-dc-box {
    display: flex;
    justify-content: space-between;
    padding: 30px 34px;
    background-color: #f4f4f4;
}
.mg-dc-image img {
    width: 90px;
}
.mg-dc-text .mg-dc-count span {
    font-family: 'sora-semibold';
    font-size: 22px;
    color: #343434;
}
.mg-dc-text span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    display: block;
    margin-top: 6px;
    color: #343434;
}
/*****************/
/*
 *mg account order
 */
/*
 *my order section
 */
.mg-mao-main {
    margin-top: 30px;
}
.mg-mo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 40px;
}
.mg-mo-left-content {
    display: flex;
    align-items: center;
}
.mg-mo-name {
    margin-left: 40px;
}
.mg-mao-main {
    margin-top: 40px;
    padding: 0px 40px;
    background-color: #f4f4f4;
}
.mg-mo-img img {
    width: 140px;
}
.mg-mo-name span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 16px;
    color: #343434;
}
.mg-price-status-main {
    margin-top: 8px;
}
.mg-mo-status-heading {
    display: inline-block;
    margin-left: 20px;
}
span.mg-mo-status-complete {
    color: #34A853;
}
span.mg-mo-status-cancelled {
    color: #C72C2C;
}
span.mg-mo-status-pending {
    color: #FFB800;
}
.mg-delivery-status h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
    color: #343434;
}
.mg-mao-main .mg-mo-box:last-child {
    border-bottom: none;
    padding-bottom: 40px;
}
.mg-mao-btn button.btn {
    width: 100%;
    background-color: #ff3f6c;
    text-transform: uppercase;
    color: #fff;
    font-family: 'poppins-medium';
    padding: 18px 20px;
    border-radius: 0;
    margin-top: 20px;
    font-size: 18px;
}
/***********************/
/*
 *my account page
 */
/*
 *my account address section
 */
.mg-ma-address-main {
    margin-top: 40px;
}
.mg-highlight-text {
    text-align: center;
}
.mg-highlight-text span {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-ma-address-inner {
    width: 70%;
    margin: auto;
    margin-top: 36px;
}
.mg-mo-address-box {
    padding: 40px 32px;
    background-color: #f4f4f4;
}
.mg-moa-heading span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    display: block;
    margin-bottom: 18px;
    color: #343434;
}
.mg-moa-name span {
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}
.mg-mo-address-box address {
    font-family: 'poppins-medium';
    font-size: 14px;
    color: #343434;
}
.mg-edit-btn-box {
    text-align: end;
}
/*******************/
/*
 *my account details page
 */
/*
 *my account details section
 */
.mg-mo-address-deatils-main {
    margin-top: 40px;
    padding: 40px 40px;
    background-color: #f4f4f4;
}
.mg-mo-address-deatils-main .mg-form-ip-field input {
    background-color: #fff;
}
.mg-mo-address-deatils-main .mg-form-ip-field input::placeholder {
    color: #8c8c8c;
}
.mg-form-ip-field span {
    font-family: 'sora-semibold';
    font-size: 13px;
    margin-top: 14px;
    display: block;
    color: #343434;
}
.mg-moa-form-password-heading {
    margin-top: 16px;
}
.mg-moa-form-password-heading span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 12px;
    color: #343434;
    display: block;
}
.mg-mo-address-deatils-main .mg-form-ip-text button.btn {
    width: 100%;
    background-color: #ff3f6c;
    border-radius: 0;
    padding: 18px 20px;
    color: #ffff;
    text-transform: uppercase;
    font-family: 'sora-medium';
}
.mg-mo-address-deatils-main  .mg-form-ip-field {
    margin-bottom: 24px;
}
/**********************/
/*
 *shop list view page
 */
/*
 *list view section
 */

.mg-shop-list-view-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
.mg-list-view-filter-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.mg-dropdown-grid-link-main {
    display: flex;
    align-items: center;
}
.mg-grid-view-link-box img {
    width: 50px;
    margin: 0 6px;
}
.mg-sort-btn {
    width: 100px;
}
.mg-list-view-filter-btn a {
    background-color: #f4f4f4;
    width: 100%;
    padding: 12px 12px;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'sora-medium';
}
.mg-list-view-filter-btn img {
    margin-left: 50px;
}
.mg-sort-btn select.form-select {
    padding: 14px 7px;
    border: none;
    background-color: #f4f4f4;
    border-radius: 0;
    font-family: 'sora-semibold';
    font-size: 14px;
    color: #343434;
}
.mg-lv-product-box {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    padding-right: 65px;
    margin-bottom: 25px;
}
.mg-lvp-img img {
    width: 250px;
    margin-right: 40px;
}
.mg-price-rating-main {
    display: flex;
    justify-content: space-between;
}
.mg-lvp-name a {
    text-decoration: none;
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #343434;
}
.mg-lvp-name span {
    font-family: 'poppins-medium';
    color: #626262;
    font-size: 14px;
}
.mg-btn-icon-box {
    display: flex;
    align-items: center;
}
.mg-btn-icon-box .mg-po-icons {
    text-align: center;
    margin-bottom: 0;
    margin-left: 20px;
}
.mg-lv-product-box .mg-po-radio {
    display: flex;
    justify-content: start;
    padding-top: 12px;
    margin-bottom: 13px;
}
.mg-lv-text p {
    font-family: 'sora-semibold';
    font-size: 13px;
    margin-top: 11px;
    margin-bottom: 0;
}
/*******************/
/*
 *shop horizontal filter page
 */
/*
 *horizontal filter section
 */
.mg-horizontal-filter-box {
    display: flex;
    margin-bottom: 40px;
    padding: 30px 20px;
    background-color: #fff;
    margin-top: -136px;
    box-shadow: 0 0 18px -1px #eee;
    align-items: center;
}
.mg-horizontal-filter-text span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 16px;
    color: #343434;
}
.mg-horizontal-filter-text {
    width: 280px;
}
.mg-horizontal-filter-box select.form-select {
    text-transform: uppercase;
    width: 200px;
    margin: 0 10px;
    background-color: #fff;
}
.mg-horizontal-filter-box select.form-select:focus {
    box-shadow: none;
}
.mg-horizontal-filter-box .mg-sort-btn {
    width: 200px;
    position: relative;
}
.mg-sort-btn a.mg-hf-category-btn {
    font-family: 'sora-semibold';
    text-decoration: none;
    font-size: 16px;
    color: #343434;
}
.mg-check-box-section {
    position: absolute;
    background-color: #f4f4f4;
    padding: 20px 20px;
    z-index: 999;
    top: 36px;
}
.mg-sort-btn a.mg-hf-category-btn img {
    width: 12px;
    margin-left: 40px;
}
.mg-sort-btn .mg-po-radio {
    display: grid;
}
.mg-sort-btn .mg-po-radio form {
    margin-left: 0;
}
/**********************/
/*
 *comapre page
 */
/*
 *compare section
 */
.mg-product-compare-section {
    padding-top: 100px;
    padding-bottom: 100px;
}
.mg-compare-box {
    background-color: #f4f4f4;
}
.mg-cp-img {
    height: 350px;
}
.mg-cp-product-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'sora-semibold';
    font-size: 16px;
    text-transform: uppercase;
    color: #343434;
}
.mg-cp-img img {
    width: 100%;
}
.mg-cp-name {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 80px;
    align-items: center;
}
.mg-cp-name span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cp-price {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 80px;
    align-items: center;
}
.mg-cp-price span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cp-price span.mg-cp-price-text {
    color: #ff3f6c;
}
.mg-cp-rating {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 100px;
    align-items: center;
}
.mg-cp-rating span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cp-rating .mg-rating {
    text-align: center;
}
.mg-cp-rating .mg-rating .mg-review-count {
    font-family: 'sora-semibold';
    font-size: 13px;
    color: #343434;
}
.mg-cp-add-cart-btn {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 100px;
    align-items: center;
}
a.mg-btn-1.mg-disable-btn.btn {
    background-color: #ddd;
}
.mg-cp-add-cart-btn span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cp-about {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 120px;
    align-items: center;
}
.mg-cp-about span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
span.mg-cp-about-text {
    font-size: 12px;
    text-align: center;
}
.mg-cp-color {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 80px;
    align-items: center;
}
.mg-cp-color span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cp-size {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 90px;
    align-items: center;
}
.mg-cp-size span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cp-size span img {
    width: 38px;
    margin: 0 5px;
}
.mg-cp-stock {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 80px;
    align-items: center;
}
.mg-cp-stock .mg-pd-stock img {
    width: 16px;
    margin-right: 4px;
}
.mg-cp-stock .mg-pd-stock {
    margin-top: 0;
    display: flex;
    align-items: center;
}
.mg-cp-stock span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
.mg-cp-remove {
    display: flex;
    justify-content: center;
    border-top: 1px solid #dbdbdb;
    height: 80px;
    align-items: center;
}
.mg-cp-remove span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 16px;
    color: #343434;
}
/***********************/
/* 
 *shop off canvas page
 */
/*
 *desktop filter section
 */
.mg-desktop-filter-outer .mg-sidebar-filters.mg-sidebar-content-section.mg-filter-open {
    background-color: #fff;
}
.mg-desktop-filter-outer .mg-range-bar {
    background-color: #f4f4f4;
    padding: 28px 20px;
}
.mg-desktop-filter-outer .mg-search-main input {
    background-color: #f4f4f4;
}
.mg-desktop-filter-outer .mg-filter-inner.mg-sidebar-filters.mg-sidebar-content-section.mg-filter-open::-webkit-scrollbar {
    display: none;
}
/******************/

/*
 *thank you page
 */
/*
 *thank you page header
 */
.mg-thanku-page-header-section {
    padding-top: 80px;
    padding-bottom: 180px;
    background-color: #f4f4f4;
}
.mg-tu-header-inner {
    text-align: center;
}
.mg-tuh-icon img {
    width: 40px;
    margin-bottom: 22px;
}
.mg-tuh-order-id span {
    font-family: 'sora-semibold';
    color: #343434;
    display: block;
    margin-bottom: 12px;
}
.mg-tuh-heading h5 {
    font-family: 'sora-medium';
    text-transform: uppercase;
    font-size: 33px;
    color: #343434;
} 
.mg-tuh-notify-text span {
    font-family: 'poppins-medium';
    color: #343434;
    font-size: 14px;
}
.mg-tuh-notify-text span a {
    color: #ff3f6c;
    text-decoration: none;
    font-family: 'poppins-medium';
}
/****************/
/*
*order summary section
*/
.mg-tus-inner {
    width: 70%;
    margin: auto;
}
.mg-tu-order-summary-section {
    padding-bottom: 100px;
}
.mg-tus-inner {
    width: 65%;
    margin: auto;
    padding: 40px 40px;
    background-color: #fff;
    box-shadow: 0px 0 19px 6px #eee;
    margin-top: -120px;
}
.mg-tus-heading span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #343434;
    font-size: 22px;
}
.mg-tus-product-details-main {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 26px;
    padding-bottom: 36px;
    border-bottom: 1px solid #eee;
}
.mg-tus-img-and-name img {
    width: 150px;
    margin-right: 16px;
}
.mg-tus-img-and-name span {
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 16px;
}
.mg-tus-price span.mg-cp-price-text {
    padding: 13px 26px;
    background-color: #eee;
    border-radius: 30px;
    font-family: 'sora-semibold';
}
.mg-tus-price-main {
    padding-bottom: 36px;
    padding-top: 36px;
    border-bottom: 1px solid #eee;
}
.mg-tus-price-text {
    display: flex;
    justify-content: space-between;
}
.mg-tus-price-text span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #343434;
    font-size: 16px;
}
.mg-tus-total-price {
    text-align: center;
    margin-top: 22px;
    padding: 16px 20px;
    background-color: #ff3f6c;
}
.mg-tus-details-text {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mg-tus-total-price span {
    text-transform: uppercase;
    font-family: 'sora-medium';
    color: #fff;
    font-size: 16px;
}
.mg-tus-details-heading span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #343434;
    font-size: 22px;
}
.mg-tus-details-heading {
    margin-bottom: 16px;
}
.mg-tus-address-text {
    display: flex;
    justify-content: space-between;
}
.mg-tus-address-text span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 6px;
    color: #343434;
}
.mg-tus-address {
    text-align: end;
    margin-bottom: 6px;
}
/*************************/
/*
 *back to top
 */
#back-top {
    background: #fff;
    height: 50px;
    width: 50px;
    right: 20px;
    bottom: 18px;
    position: fixed;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgba(108, 98, 98, 0.5);
    z-index: 999;
}
#back-top a {
    color: #ff3f6c;
}
/*******************/


/*
 * home 2 page start here
 */

.mg-menu-section.mg-home2-menu-section {
    padding: 25px 0;
    background-color: #fff;
    box-shadow: none;
}
.mg-banner-overlay-main {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)),
        url("../images/banner/BannerImg01.jpg");
    height: 100vh;
    background-size: cover;
    margin-left: 20px;
    position: relative;
    background-position: center center;
}
.mg-banner-overlay-main2{
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)),
        url("../images/banner/BannerImg02.jpg");
    height: 100vh;
    background-size: cover;
    margin-right: 20px;
    position: relative;
    background-position: center center;
}
.mg-slider-inner-style-2 .slick-slide {
    margin: 0 18px;
}
.mg-slider-inner-style-2 .slick-list {
    margin: 0;

}
.mg-banner-overlay-text {
    position: absolute;
    bottom: 15%;
    left: 22%;
    text-align: center;

}
.mg-offer span {
    font-family: 'sora-semibold';
    color: #ffff;
    font-size: 18px;
}

.mg-arrival span {
    font-family: 'sora-medium';
    color: #ffff;
    font-size: 30px;
    text-transform: uppercase;
}
.mg-banner-des {
    width: 55%;
    margin: auto;
}
.mg-banner-des span {
    font-family: poppins-medium;
    color: #ffff;
    font-size: 13px;
    display: block;
    line-height: 16px;
}
.mg-banner-btn {
    margin-top: 35px;
}
.mg-banner-btn a {
    color: #343434;
}
.mg-banner-dots .mg-banner-dots2 ul.slick-dots li {
    width: 36px;
    height: 3px;
    background-color: #EBEBEB;
}
.mg-banner-dots ul.slick-dots li {
    width: 36px;
    height: 3px;
    background-color: #EBEBEB;
}
.mg-banner-dots.mg-banner-dots2 {
    position: absolute;
    bottom: -23%;
    right: 44%;
}
.mg-banner-dots.mg-banner-dots2 ul.slick-dots li.slick-active {
    background-color: #FF3F6C;
}
.mg-banner-dots.mg-banner-dots2 ul.slick-dots button {
    color: #343434;
}
.mg-af-box-outer.mg-af-box-outer2 {
    border-right: 1px solid #DCDCDC;
    padding: 0px 20px;
}
.mg-af-box-outer.mg-af-box-outer2 span {
    color: #343434;
}
.mg-af-box-outer.mg-af-box-outer2 p {
    color: #343434;
}
.mg-home2-about-section {
    margin: 100px 0px;
    background-color: #F4F4F4;
    padding: 60px 0px;
    margin-top: 150px;
}
.mg-home2-about-section .mg-af-main {
    margin-top: 0;
}
.mg-af-box-outer.mg-af-box-outer2 span {
    color: #343434;
    font-family: 'sora-semibold';
    font-size: 24px;
}
.mg-af-box-outer.mg-af-box-outer2 p {
    color: #343434;
    font-family: 'poppins-medium';
} 
.mg-tab-section-outer {
    padding: 50px 0px;
}
.mg-home2-product-category a {
    color: #626262;
    font-family: 'poppins-medium';
    text-decoration: none;
    font-size: 14px;
}
.mg-home2-product-name a {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mg-home2-product-price a {
    font-family: 'sora-semibold';
    margin-right: 5px;
    font-size: 16px;
    color: #343434;
    text-decoration: none;
}
.mg-price2 {
    color: #626262;
    font-family: 'sora-semibold';
    font-size: 14px;
    margin-right: 5px;
}
.mg-home2-price {
    margin-right: 10px;
}
.mg-home2-product-category {
    margin-bottom: 5px;
}
.mg-home2-product-name {
    margin-bottom: 5px;
}
.mg-product-main .mg-product-overlay {
    background-color: transparent;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.mg-product-main .mg-po-content {
    background-color: #fff;
    padding: 15px 10px;
}
.mg-product-main .mg-btn-2 {
    border: 1px solid #000;
    padding: 9px 20px;
    font-size: 13px;
    margin: 10px 0px;
}
.mg-po-icons-overlay {
    position: absolute;
    top: 5px;
    right: 9px;
    display: grid;
    opacity: 0;
    z-index: 99;
}
.mg-po-icons-overlay span:hover .mg-icon {
    display: none;
}
.mg-po-icons-overlay span:hover .mg-hover-icon {
    display: inline-block;
}
.mg-po-icons-overlay a span:hover {
    background-color: #ff3f6c;
}
.mg-tab-section-outer .mg-tab-section .nav-tabs .nav-link {
    border: none;
    padding-bottom: 14px;
    border-bottom: none;
    color: #343434;
}
.mg-po-icons-overlay a span img:active {
    color: #ff3f6c;
}
.mg-tab-section-outer .mg-tab-btn1 {
    border: 2px solid #DCDCDC;
    border-left: none;
    border-right: none;
    padding: 14px 0px;
    margin-bottom: 40px;
}
.mg-tab-section-outer .nav-tabs {
    border: none;
}
.mg-tab-section-outer .mg-tab-section .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: none;
    color: #ff3f6c;
}
.mg-po-icons-overlay .mg-icon{
    width: 12px;
}
.mg-po-icons-overlay .mg-hover-icon{
    width: 12px;
}
.mg-po-icons-overlay span {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #fff;
    border-radius: 28px;
    text-align: center;
    line-height: 21px;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
}


.mg-home2-product-category .mg-tab-section .form-check-input {
    width: 12px;
    height: 12px;
}
.mg-product-main .mg-home2-product-name {
    display: flex;
    align-items: center;
}
.mg-product-main .form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 4px;
}
.mg-product-box:hover .mg-po-icons-overlay {
    opacity: 1;
}
.mg-product-main .mg-product-box {
    margin-bottom: 55px;
}
.mg-product-img {
    position: relative;
}
.mg-prduct-img-overlay {
    position: absolute;
    top: 16px;
    right: 22px;
    opacity:1;
    transition: .5s;
}
.mg-prduct-img-overlay span {
    background-color: #ffff;
    padding: 5px 10px;
    border-radius: 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
    font-family: 'poppins-medium';
    font-size: 14px;
}
.mg-product-box:hover .mg-prduct-img-overlay {
    opacity:0;
}

/************************************************/
/*
 *categories section start here
 */
.mg-home2-best-categories {
    background-color: #F4F4F4;
    padding: 80px 0px;
}
.mg-home2-best-categories span.mg-detail-text {
    font-size: 13px;
    margin-bottom: 12px;
    margin-top: 12px;
    display: inline-block;
    font-family: 'poppins-medium';
    padding-bottom: 20px;
}
.mg-home-trends {
    padding: 100px 0px;
}
.mg-tots-overlay-box2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
}
.mg-home-trends .mg-tots-overlay-inner:after {
    background-image: none;
}
.mg-tots-overlay-box2 .mg-tots-overlay-inner:after {
    background-image: none;
}
.mg-tots-overlay-box2 .mg-tots-overlay-inner {
    width: 50%;
    padding-top: 30px;
    position: relative;
    padding-left: 30px;
} 

.tb-text-box-inner.mg-tb-text-box-inner {
    width: 50%;
}
.mg-home-2-tb-des {
    width: 75%;
}
span.mg-price.mg-home2-price {
    font-size: 32px;
}
span.mg-price2.mg-home2-price2 {
    color: #AFAFAF;
    font-size: 18px;
    font-family: 'poppins-medium';
}
.mg-tb-text-box-inner span {
    position: relative;
    font-size: 18px;
    text-transform: none;
    font-family: 'poppins-medium';
}

.mg-tb-section.mg-home2-tb-section.d-flex.align-items-center {
    background: none;
    background-image: url(../images/gallery/wooden-sofa.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 150px 0px;
    background-position: center center;
}
.mg-home2-tb-section .mg-btn-1 img {

    margin-left: 6px;
}
.mg-rating.mg-home2-rating span {
    margin: 0;
}
.mg-product-price.mg-home2-product-price span {
    margin: 0;
}
.mg-tb-text-box-inner span {
    position: relative;
    font-size: 18px;
    text-transform: none;
    font-family: 'poppins-medium';
}
.mg-tb-text-box-inner span.mg-dash.mg-rs-icon {
    text-transform: uppercase;
}
.mg-home2new-arrivals-box {
    height: 100%;
    padding-bottom: 30px;
}
.mg-home2new-arrivals-box .mg-product-box {
    position: relative;
    margin: 0;
}
.mg-fc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mg-home2new-arrivals-box .mg-fc-main-box {
    position: relative;
    height: 100%;
}
.mg-home2new-arrivals-box .mg-fc-img {
    height: 100%;
}
.mg-home2-grid-section {
    box-sizing: border-box;
    overflow: hidden;
}

.mg-home2-collection-box h3 {
    font-size: 20px;
}

.mg-home2-collection-img img {
    width: 100%;
    height: 100%;
}
.mg-home2-collection-content {
    position: relative;
    height: 100%;
}
.mg-home2-collection-img {
    height: 100%;
}
.mg-home2-collection-box {
    height: 100%;
}
.mg-home2-collection-overlay {
    position: absolute;
    top: 77px;
    right: -18%;
}
.mg-home2-collection-overlay {
    position: absolute;
    top: 100px;
    display: flex;
    justify-content: end;
    right: 6%;
}
.mg-home-2-tb-des {
    width: 80%;
}
.mg-home2-collection-overlay .tb-text-box-inner.mg-tb-text-box-inner {
    width: 65%;
}
.mg-home2-collection-overlay .mg-tb-text-box-inner span {
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'poppins-medium';
    font-weight: bold;
}

.mg-home2-collection-overlay2 {
    position: absolute;
    top: 20px;
    right: 20px;
}
.mg-home2-overlay-icon img {
    width: 30px;
}
.mg-home2-collection-overlay3 {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.mg-home2-overlay-price span {
    color: #343434;
    font-family: 'sora-semibold';
    font-size: 18px;
}
span.mg-home2-overlay-des {
    color: #626262;
    font-family: 'poppins-medium';
    font-size: 14px;
}
.mg-home2-new-arrivals-section {
    padding: 100px 0px;
}
.mg-home2new-arrivals-box .mg-prduct-name span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 16px;
}
.mg-home2-fc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-fc-content .mg-home2-fc-flex span {
    position: relative;
    display: inline-block;
    font-family: 'sora-semibold';
    font-size: 13px;
    margin-left: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.mg-home2-fc-flex .mg-btn-2:hover {
    color: #343434;
}
.mg-home2-fc-des {
    width: 100%;
} 
.mg-home2-fc-des p {
    font-family: 'poppins-medium';
    font-size: 14px;
}
.mg-fc-content .mg-home2-fc-flex span {
    font-size: 12px;
    margin-left: 0px;
    margin-bottom: 10px;
}

.mg-review-content {
    position: relative;
}
.mg-review-content .mg-rs-icon:after {
    content: "";
    background-image: url('../images/icons/style-icon.png');
    position: absolute;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    display: inline-block;
    left: 43%;
    top: -4px;
    background-size: contain;
}
.mg-review-content span {
    color: #343434;
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 16px;
}
.mg-review-content h3 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #343434;
    font-size: 35px;
    margin: 15px 0px;
}
.mg-home2-tr-section {
    background-color: #F4F4F4;
    padding: 100px 0px;
}
.mg-home2-testimonial {
    background-color: #ffff;
    padding: 20px 30px;
}
.mg-home2-tm-content-box {
    display: flex;
}
.mg-home2-tm-content-box .mg-testimonial-qoute {
    width: 74%;
    margin: auto;
    text-align: start;
    margin-bottom: 8px;
    margin-top: 20px;
    margin-left: 0px;
}
.mg-home2-testimonial .mg-rating {
    text-align: start;
}
.mg-home2-testimonial .mg-client-name {
    text-align: start;
}
.mg-home2-testimonial .mg-testimonial-text {
    width: 100%;
    margin: auto;
    text-align: start;
}
.mg-home2-testimonial .mg-testimonial-main button.slick-prev {
    top: 60%;
    background-color: #F4F4F4;
    left: 82%;
}
.mg-home2-testimonial .mg-testimonial-main button.slick-next {
    background-color: #F4F4F4;
    top: 60%;
}

.mg-home2-testimonial .slick-track{
    height: 300px;
}
.mg-review-content p {
    font-family: 'poppins-medium';
    font-size: 13px;
    color: #343434;
}
.mg-home2-review-star {
    display: flex;
    justify-content: start;
    align-items: center;
}
.mg-home2-review-star img {
    width: 28px;
    margin-right: 10px;
}
.mg-home2-review-star span {
    color: #343434;
    font-size: 40px;
    padding-right: 10px;
}
.mg-home2-tr-span {
    font-family: 'poppins-medium';
    font-size: 18px!important;
}
.mg-home2-testimonial-header {
    display: flex;
    justify-content: center;
}
.mg-testimonial-main.mg-home-2-testimonial-slider button.slick-prev {
    top: 65%;
    background-color: hsl(0deg 0% 95.69%);
    left: 80%;
    z-index: 99;
    width: 45px;
    height: 45px;
}
.mg-testimonial-main.mg-home-2-testimonial-slider button.slick-next {
    background-color: hsl(0deg 0% 95.69%);
    top: 65%;
    right: 0px;
    width: 45px;
    height: 45px;
}
.mg-home2-testimonial-header img {
    margin-right: 25px;
}
.mg-home-2-testimonial {
    background-color: #fff;
    padding: 30px 30px;
    padding-top: 67px;
}
.mg-home2-testimonial-header h3 {
    font-size: 18px;
    font-family: 'sora-semibold';
    text-transform: uppercase;
}
.mg-home-2-tr-review img {
    display: inline-block;
    margin-right: 3px;
}
.mg-home-2-tr-review img {
    width: 17px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mg-home2-testimonial-header span {
    font-family: 'poppins-medium';
    font-size: 14px;
    display: block;
    line-height: 18px;
}

/**********************************/

/*
 * home2 blog section start here
 */
.mg-home2-blog-section {
    padding: 100px 0px;
}
.mg-home2-blog-post-overlay {
    position: absolute;
    top: 39%;
    width: 70%;
    left: 51px;
    color: #ffff!important;
}
.mg-home2-blog-post-image {
    background-image: linear-gradient( rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7)), url('../images/blog/blog-img1.jpg');
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    padding: 50px;
}   
.mg-home2-blog-section .mg-blog-title span {
    color: #ffff;
}
.mg-home2-blog-section .mg-blog-date span {
    color: #fff;
}
.mg-home2-blog-section .mg-blog-text p {
    color: #fff;
}
.mg-home2-blog-section .mg-btn-3 {
    color: #fff;
}
.mg-home2-blog-section .mg-blog-deatils {
    margin-top: 98px;
    width: 85%;
}
.mg-home2-blog-post {
    display: flex;
    margin-bottom: 30px;
}
.mg-blog-deatils.mg-blog-deatils-style2 {
    margin: 0;
}
.mg-home2-blog-section .mg-blog-deatils-style2 .mg-blog-title{
    margin:0;
}
.mg-home2-blog-section .mg-blog-deatils-style2 .mg-blog-title span {
    color: #343434;
}
.mg-home2-blog-section .mg-blog-deatils-style2 .mg-blog-date span {
    color: #FF3F6C;
}
.mg-home2-blog-section .mg-blog-deatils-style2 .mg-blog-text p {
    color: #343434;
}
.mg-home2-blog-section .mg-blog-deatils-style2 .mg-btn-3 {
    color: #343434;
}
.mg-blog-deatils.mg-blog-deatils-style2 {
    margin: 0;
    width: 100%;
    margin-left: 15px;
}
.mg-home2-blog-grid {
    margin-top: 30px;
}
/************************************/

/*
 *home2 footer start here
 */
.mg-footer-separator {
    width: 100%;
    height: 2px;
    background-color: #FF84A1;
    opacity: 0.3;
}

.mg-footer-main-style-2 .mg-footer-logo-content-box p {
    color: #ffff;
    font-family: 'poppins-medium';
    font-size: 13px;
    width: 85%;
    line-height: 18px;
    padding-bottom: 8px;
}

.mg-home2-contact-box h3 {
    font-family: 'sora-medium';
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 4;
}
.mg-footer-main-style-2 .mg-home2-address address {
    color: #ffff;
    font-family: 'poppins-medium';
    font-size: 14px;
    width: 85%;
    line-height: 18px;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.mg-home2-contact-info a{
    color: #ffff;
    font-family: 'poppins-medium';
    font-size: 14px;
    width: 85%;
    line-height: 18px;
    padding-bottom: 8px;
    text-transform: uppercase;
    text-decoration:none;
}
.mg-home2-contact-info span {
    color: #ffff;
    font-family: 'poppins-medium';
    font-size: 14px;
    text-transform: uppercase;
}
.mg-home2-contact-info {
    margin: 15px 0px;
}   
.mg-home2-email::placeholder {
    color: rgba(255, 159, 182, 1)!important;
    text-transform: uppercase;
}
.mg-home2-contact-box .mg-form-box {
    background-color: transparent;
    border-radius: none;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mg-home2-email-arrow img {
    width: 20px;
}
.mg-home2-span {
    width: 73%;
    margin-top: 30px;
}
.mg-home2-contact-box h3 {
    margin-bottom: 30px;
}
.mg-home2-contact-box .mg-form-box input {
    width: 100%;
}
.mg-home2-email-arrow {
    position: absolute;
    top: 15%;
    right: 13px;
}

.mg-home2-span span {
    color: #ffff;
    font-family: 'poppins-medium';
    font-size: 14px;
    text-transform: uppercase;
}
/****************************************************/

/*
 * Home 3 page start here
 */
/*************/
/*
 *home 3 menu
 */
.mg-mobile-nav-3 .slicknav_menu {
    background-color: #fff;
    padding: 0;
    width: 33px;
    height: 33px;
}
.mg-mobile-nav-3 .slicknav_menu .slicknav_icon-bar {
    background-color: #000;
}

.mg-menu-section.mg-menu-section-style-2 {
    padding: 18px 0;
    box-shadow: none;
    background: transparent;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.mg-menu-section-style-2 .mg-main-nav ul li :hover {
    color: #fff;
}

.mg-menu-section-style-2 ul.mg-main-nav.mg-nav-list li a i {
    margin-left: 3px;
}
.mg-menu-section-style-2 .mg-logo-box a {
    color: #fff;
}
.mg-menu-section-style-2 .mg-logo-box span {
    font-weight: 600;
    color: #fff;
}
.mg-menu-section-style-2 .mg-main-nav > li > a {
    color: #fff;
}
.mg-menu-section-style-2 .mg-header-icons-box ul li a {
    color: #fff;
}
.mg-menu-section-style-2 .mg-bg-icon {
    background: #fff;
}
.mg-home3-banner-content .mg-banner-text-box-inner h3:before {
    background: none;
}
.mg-home3-banner-content .mg-rs-icon:after {

    background-image: url('../images/icons/home3-star-icon.png');
}
.mg-home3-banner-content .mg-dash:before {
    background-color: #fff;
    left: -32px;
    top: 9px;
}
.mg-home3-banner-content .mg-banner-text-box-inner span {
    color: #fff;
}
.mg-home3-banner-content  .mg-banner-text-box-inner h3 {
    color: #fff;
}
.mg-home3-banner-content .mg-banner-text-box-inner .mg-banner-link {
    color: #fff;
}
.mg-home3-banner-content .mg-banner-text-box-inner p {
    color: #fff;
    margin-bottom: 25px;
}
.mg-home3-banner-content {
    position: absolute;
    top: 35%;
    LEFT: 55%;
}
.mg-home3-banner-content .mg-btn-2 {
    border: 2px solid transparent;
}
.mg-home3-banner-content .mg-btn-2.btn:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
img.mg-hover-arrow {
    display: none;
}
.mg-home3-banner-content .mg-btn-2.btn:hover .mg-light-arrow {
    display: none;
}
.mg-home3-banner-content .mg-btn-2.btn:hover .mg-hover-arrow {
    display: inline-block;
}
.mg-home3-banner-content .mg-banner-text-box-inner {
    width: 100%;
}
.mg-home3-banner-content  .mg-banner-text-box-inner h3 {
    color: #fff;
    text-transform: uppercase;
}
.mg-home3-slider-btn {
    position: absolute;
    top: 50%;
    left: 6%;
	cursor: pointer;
}
.mg-home3-slider-btn button {
    font-size: 0px;
    display: block;
    padding: 4px;
    border-radius: 50%;
    border: none;
    width: 7px;
    height: 7px;
    background-color: #DAA3A0;
}
.mg-home3-slider-btn ul.slick-dots li {
    color: #DAA3A0;
    list-style: none;
    margin-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mg-home3-slider-btn ul.slick-dots li.slick-active button {
    background-color: #ffff;
}


.mg-home3-slider-btn ul.slick-dots li.slick-active {
    border-color: #ffff;
}
.mg-home3-pc-box img {
    width: 100%;
}
.mg-home3-pc-box .mg-btn-3 img {
    width: 10px;
}
.mg-home3-product-category {
    padding: 80px 0px;
}
.mg-home3-pc-box .mg-grid-text-content {
    text-align: start;
    padding-top: 16px;
}
.mg-home3-pc-overlay {
    position: absolute;
    top: 33px;
    left: 10px;
}
.mg-home3-pc-box {
    position: relative;
}
.mg-home3-pc-overlay {
    position: absolute;
    top: 33px;
    left: 28px;
}
.mg-home3-pc-overlay a {
    text-decoration: underline;
}
.mg-fc-content2 h5 {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #343434;
    margin: 10px 0px;
}
.mg-fc-content2 span {
    font-family: 'sora-semibold';
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 30px;
}
.mg-fc-content2 .mg-dash:before {
    margin-left: 30px;
    left: -32px;
    top: 11px;
}
.mg-ep-slider-main .slick-slide {
    margin: 0 20px;
}
.mg-exclusive-product-section {
    padding: 20px 0px 80px 0px;
    position: relative;
}
.mg-exclusive-product-section .mg-pg-heading span {
    margin-left: 36px;
}
.mg-exclusive-product-section .mg-dash.mg-rs-icon:before {
    left: -32px;
}
.mg-ep-slider-main {
    margin-top: 40px;
}
.mg-ep-slider-main .slick-list {
    margin: 0 -20px;
}
.mg-ts-arrow3 button {
    width: 50px;
    height: 50px;
    background-color: #F4F4F4;
    border-radius: 28px;
    margin: 0 10px;
    border: none;
}
.mg-ts-arrow3 button img {
    width: 16px;
    margin-top: -4px;
}
.mg-ts-arrow3 {
    position: absolute;
    top: 40px;
    right: 8%;
}
.mg-ep-slide .mg-prduct-name span {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    color: #343434;
    font-size: 16px;
}
span.mg-ep-icon img {
    display: inline-block;
    width: 12px;
}

.mg-home3-tab-slider-main .mg-tab-section .mg-prduct-name span {
    font-size: 18px;
}
.mg-ep-slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FF3F6C;
    width: 100%;
    padding: 12px 12px;
    opacity: 0;
    transition: .5s;
}
.mg-exclusive-product-section .mg-product-price {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-ep-slide-overlay-content a {
    color: #fff;
    font-family: 'poppins-medium';
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
}
.mg-home3-best-collection-section .mg-dash.mg-rs-icon:before {
    left: -32px;
}
.mg-home3-best-collection-section .mg-pg-heading span {
    margin-left: 37px;
}
.mg-ep-slide-overlay-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-ep-slide-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mg-ep-slide-icon .mg-hover-icon {
    display: block;
}
.mg-ep-slide-icon a {
    margin-left: 10px;
    width: 16px;
}
.mg-product-img:hover .mg-ep-slide-overlay {
    opacity: 1;
}
.mg-text-overlay-section .mg-ol-img-ovrelay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.mg-ol-overlay-outer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.mg-home3-banner-content-style-2 .mg-banner-text-box-inner h3:before {
    background: none;
}
.mg-home3-banner-content-style-2 {
    width: 50%;
    position: unset;
}

.mg-ol-img-ovrelay .mg-home3-banner-content  .mg-banner-text-box-inner h3 {
    color: #343434;
    text-transform: uppercase;
    font-size: 35px;
}
.mg-ol-img-ovrelay .mg-home3-banner-content .mg-banner-text-box-inner span {
    color: #343434;
    margin-left: 36px;
}
.mg-ol-img-ovrelay .mg-home3-banner-content .mg-banner-text-box-inner p {
    margin-bottom: 25px;
    color: #343434;
    width: 88%;
}
.mg-ol-img-ovrelay .mg-home3-banner-content .mg-dash:before {
    background-color: #343434;
}
.mg-ol-img-ovrelay .mg-home3-banner-content .mg-rs-icon:after {
    background-image: url('../images/icons/home3-star.png');
}
.mg-home3-tab-slider {
    padding: 40px 0px 30px 0px;
}
.mg-home3-tab-slider-main .mg-tab-slider-section-inner {
    margin-top: 10px;
}
.mg-home3-tab-slider .mg-product-price {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-home3-tab-slider .mg-prduct-name a {
    text-decoration: none;
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}
.mg-home3-tab-slider .mg-tab-section .mg-price {
    font-size: 18px;
}
.mg-home3-tab-slider-main .mg-tab-btn1 {
    background-color: #F4F4F4;

}
.mg-home3-tab-slider-main  .nav-tabs {
    border: none;
}
.mg-home3-tab-slider-main .mg-tab-section .nav-link {
    padding: 20px;
}
.mg-home3-tab-slider-main .mg-tab-section .nav-link.active {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #343434;
}
.mg-home3-tab-slider-main .mg-tab-section .nav-tabs {
    justify-content: space-around;
}
.mg-home3-tab-slider-main button.slick-prev.slick-arrow {
    position: absolute;
    top: 39%;
    left: -22px;
}
.mg-home3-tab-slider-main #nav-tabContent {
    position: relative;
    padding: 0;
}
.mg-home3-tab-slider-main button.slick-next.slick-arrow {
    top: 39%;
    position: absolute;
    right: -2%;
}
.mg-home3-best-collection-section {
    background-color: #F4F4F4;
    padding-top:100px;
    padding-bottom:40px;
}
.mg-home3-best-collection-section .mg-pg-heading {
    margin-bottom: 40px;
}
.mg-home3-collection-box {
    margin-bottom: 60px;
}
.mg-home3-collection-box .mg-product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-home3-af-section {
    padding: 60px 0px 0px 0px;
}
.mg-home3-af-section .mg-af-box-outer.mg-af-box-outer2 p {
    margin: 0;
}
.mg-home3-af-section .mg-af-box-outer.mg-af-box-outer2 {
    border-right: none;
    padding: 0px 10px;
}
.mg-home3-af-section .mg-af-box {
    border: none;
    background-color: #ddd;
    padding: 45px 30px;
}
.mg-home3-af-section .mg-af-box-outer.mg-af-box-outer2 span {
    color: #343434;
    font-family: 'sora-semibold';
    font-size: 20px;
}
.mg-home3-af-section .mg-af-box-inner {
    text-align: start;
}
.mg-home3-af-section .mg-af-box {
    border: none;
    background-color: #F4F4F4;
    transition: .5s;
}
.mg-home3-af-section .mg-af-box:hover {
    background-color: #FF3F6C;
}
.mg-home3-af-section .mg-af-box:hover span {
    color: #fff;
}
.mg-home3-af-section .mg-af-box:hover p {
    color: #fff;
}
.mg-home3-af-section .mg-af-box:hover .mg-home3-af-dark-icon {
    display: none;
}
.mg-home3-af-section .mg-af-box:hover .mg-home3-af-light-icon {
    display: block;
}
.mg-home3-af-light-icon{
    display:none;
}
.mg-home3-tab-slider-main .mg-tab-section .nav-link {
    padding: 20px 0px;
}
.mg-home3-ti-banner img {
    width: 100%;
}
.mg-home3-ti-section .mg-dash.mg-rs-icon:before {
    left: -32px;
}
.mg-home3-ti-overlay-text span.mg-dash.mg-rs-icon {
    margin-left: 36px;
}
.mg-home3-ti-section {
    background-image: url('../images/gallery/home3-ti-banner1.jpg');
    width: 100%;
    height: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    margin: 90px 0px 70px 0px;
}
.mg-home3-ti-overlay-text h3::before {
    background: none;
}
.mg-home3-ti-overlay-text {
    position: absolute;
    top: 22%;
    left: 9%;
    width: 80%;
}
.mg-home3-ti-overlay-text .mg-banner-text-box-inner h3 {
    font-size: 35px;
    margin-top: 10px;
    position: relative;
    font-family: 'sora-semibold';
    text-transform: uppercase;
}
.mg-home3-ti-overlay-text .mg-banner-text-box-inner p {
    width: 38%;
    margin-top: 14px;
    font-family: poppins-medium;
    font-size: 14px;
}
.mg-tots-section2 .mg-text-overlay-section {
    position: relative;
    padding: 20px 0px 0px 0px;
}
.mg-ol-overlay-outer2 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.mg-text-overlay-section .mg-btn-1 img {
    margin-left: 5px;
}
span.mg-home3-ti-span {
    font-size: 13px;
    margin: 0;
}
span.mg-home3-ti-price {
    margin-left: 5px;
    font-size: 32px;
}
.mg-ol-img-ovrelay.mg-ol-img-ovrelay2 {
    top: -75px;
    right: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    padding: 0px 50px;
}
.mg-ol-img-ovrelay2 .mg-home3-banner-content .mg-banner-text-box-inner span {
    color: #fff;
    margin-left: 36px;
}
.mg-ol-img-ovrelay2 .mg-home3-banner-content .mg-dash:before {
    background-color: #fff;
    left: -32px;
}  
.mg-ol-img-ovrelay2 .mg-home3-banner-content  .mg-banner-text-box-inner h3 {
    color: #fff;
    font-size: 30px;
}
.mg-ol-img-ovrelay2 .mg-home3-banner-content .mg-banner-text-box-inner p {
    color: #fff;
}

.mg-product-price2 {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-home3-tb-section {
    background: none;
    background-image: url(../images/gallery/home3-dwld.jpg);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    height: auto;
    padding: 150px 0px;
    background-position: center center;
    background-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.6);
}
.mg-light-satr-icon {
    width: 30px;
}
img.mg-dwld-arrow {
    margin-left: 5px;
}
.mg-home3-tb-section .tb-text-box-inner.mg-tb-text-box-inner {
    width: 100%;
    text-align: center;
}
.mg-home3-tb-section .mg-home-2-tb-des {
    width: 63%;
    margin: auto;
}
.mg-home3-tb-section .mg-tb-text-box-inner span {
    color: #ffff;
}
.mg-home3-tb-section .tb-text-box-inner h3 {
    color: #ffff;
}
.mg-home3-tb-section .tb-text-box-inner  p {
    color: #fff;
}
.mg-home3-tb-section .tb-text-box-inner .mg-banner-link {
    color: #343434;
    font-size: 14px;
    font-family: 'sora-semibold';
    text-transform: uppercase;
    color: #fff;
}
.mg-btn-1.mg-btn-5{
    padding: 15px 46px;
    background-color: transparent;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    font-family: 'sora-medium';
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #fff;
}
.mg-btn-home-2 a{
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'sora-medium';
    color: #fff;
    text-decoration: underline;
}
.mg-btn-5:hover {
    background-color: #212529;
    color: #fff;
}
.mg-home3-review-section .mg-testimonial-heading img {
    width: 30px;
}
.mg-home3-review-section {
    padding: 100px 0px;
    position: relative;
}
.mg-home3-review-section h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'sora-medium';
    margin: 0;
}
.mg-home3-review-section .mg-testimonial-heading h5 {
    margin: 14px 0px;
}
.mg-home3-review-section .mg-testimonial-qoute {
    width: 62%;
    margin: auto;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 20px;
}
.mg-home3-review-section .mg-testimonial-text {
    width: 93%;
    margin: auto;
}
.mg-home3-review-section .mg-tm-content-box {
    text-align: center;
    width: 60%;
    margin: 0px 20px;
    background-color: rgba(244, 244, 244, 1);
    padding: 30px 0px;
}
.mg-testimonial-main-home3.slick-initialized.slick-slider {
    margin-top: 40px;
}
.mg-ts-arrow4 {
    position: absolute;
    bottom: 1%;
    left: 46%;
}
.mg-home3-tab-slider .mg-product-box.slick-slide {
    margin: 30px 20px;
}

.mg-home3-review-section .slick-prev {
    width: 50px;
    height: 50px;
    border-radius: 28px;
    border: none;
    background-color: #F4F4F4;
    margin-right: 10px;
}
.mg-home3-review-section .slick-next {
    width: 50px;
    height: 50px;
    border-radius: 28px;
    border: none;
    background-color: #F4F4F4;

}
.mg-home3-review-section button.slick-prev img {
    width: 20px;
    margin-top: -5px;
}
.mg-home3-review-section  button.slick-next img {
    width: 20px;
    margin-top: -5px;
}
.mg-home3-review-section .mg-testimonial-text p {
    font-family: 'poppins-medium';
    font-size: 13px;
    margin-top: 14px;
}
.mg-home3-blog-heading img {
    width: 30px;
}
.mg-home3-blog-section {
    padding: 100px 0px;
}
.mg-home3-blog-heading {
    width: 100%;
    margin: auto;
    text-align: center;
}

.mg-home3-blog-heading h5 {
    text-transform: uppercase;
    font-family: 'sora-semibold';
    font-size: 18px;
    margin:14px 0px;
}
.mg-home3-blog-heading h2 {
    text-transform: uppercase;
    font-size: 38px;
    font-family: 'sora-medium';
}
.mg-blog-box.mg-home3-blog-box {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.mg-home3-blog-box .mg-blog-deatils {
    padding: 20px 20px;
}
.mg-home3-blog-box .mg-blog-date span {
    color:#343434;
}
.mg-home3-blog-box  .mg-btn-3 {
    text-transform: none;
    color: #343434;
    font-size: 14px;
    font-family: 'sora-semibold';
}
.mg-home3-blog-box .mg-social-and-newletter-section {
    padding-top: 0;
    padding-bottom: 40px;
    border-top: none;
    border-bottom: 1px solid #FF84A1;
}

.mg-home3-footer-section .mg-snl-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-home3-footer-section .mg-social-and-newletter-section {
    padding-top: 0;
    padding-bottom: 40px;
    border-top: none;
    border-bottom: 1px solid #FF84A1;
}
.mg-home3-footer-section .mg-home2-address address {
    color: #fff;
    font-family: 'poppins-medium';
    font-size: 13px;
}
.mg-home3-footer-section .mg-copy-right-section {
    border-top: 1px solid #FF84A1;
}
.mg-snl-sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mg-snl-sub .mg-form-box {
    background-color: #ff547c;
    border-radius: 30px;
    margin-left: 48px;
}
