body {
    margin: 0;
    padding: 0;
    background-color: #fbfbfb;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Noto Sans, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000;
    overflow: hidden;
}
*, :after, :before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background-color: #ccc !important;
}
::-webkit-scrollbar-thumb {
	background-color: #1773b0;
	border-radius: 50px;
	border: 2px solid transparent;
	background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
	background-color: #fff;
}
.form-check-input:checked {
    background-color: #1773b0;
    border-color: #1773b0;
    font-size: 15px;
}
.btn-primary {
    background-color: #5a31f4;
}
.btn-secondary {
    background-color: #1773b0;
}
p {
    font-size: 14px;
    font-weight: 400;
}
.highlight-box {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
.custom-hide{
    display: none !important;
}


/* .highlight-box img {
    filter: brightness(8);
} */
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.header {
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    /* border-bottom: solid 1px #dee2e6; */
}
.header .container {
    max-width: 100%;
    margin: 0 auto;
}
.header .header-main {
    display: flex;
  width: 100%;
    margin: 0;
    padding:8px 0;
}
.header .header-main .store_details{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
}
.header .header-main .store_details p{
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: end;
}
.header .top-pettern-header img {
    width: 100%;
    height: 135px;
    object-fit: cover;
}
.header .checkout-blocks-logo a {
    display: flex;
    align-items: center;
    grid-column-gap: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.header .checkout-blocks-logo a img {
    width: 35px;
}
.header .checkout-blocks-logo a p {
    font-size: 17px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    line-height: 20px;
}
.header .checkout-center-box {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 50%;
    /* grid-column-gap: 15px; */
}
.header .checkout-center-box .desktop-n-mobile-box {
    display: flex;
    border: solid 1px #dee2e6;
}
.header .checkout-center-box .desktop-n-mobile-box a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .checkout-center-box .desktop-n-mobile-box a.active {
    background-color: #fff;
    box-shadow: 0 2px 5px #bdbcbc;
    border-radius: 50px;
}
.header .checkout-center-box .checkout-dropdown .dropdown button {
    font-size: 15px;
    font-weight: 500;
    border: solid 1px #bbc8d5;
	background:#dee2e6;
}
.header .checkout-center-box .checkout-dropdown .dropdown button.dropdown-toggle:after {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.header .checkout-center-box .checkout-dropdown .dropdown button.dropdown-toggle.show:after {
    position: relative;
    top: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    cursor: pointer;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu {
    width: 250px;
    padding: 4px;
    list-style: none;
    overflow: hidden;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li:last-child {
    border-bottom: none;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li {
    position: relative;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li a:before {
    content: "";
    border-left: solid 1px #dee2e6;
    position: absolute;
    top: 8px;
    bottom: -8px;
    left: 14px;
    z-index: 1;
    height: 43px;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li:last-child a:before {
    height: 18px;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li span {
    border: solid 1px #dee2e6;
    padding:3px 12px;
    border-radius: 50px;
    cursor: default;
    font-size: 14px;
    color: #8b8b8b;
    position: relative;
    top: -3px;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li:nth-child(2) a {
    padding: 6px 6px 6px 28px;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li a {
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px 10px 28px;
    border-radius: 6px;
	color:#000;
	text-decoration:none;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li .default.active {
    width: 10px;
    height: 10px;
    background: url(../images/checkout-menu-active.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #000;
    z-index: 2;
}
.video_links_img{position: relative; display: table-cell; text-decoration:none;}
.thumbnails_bg_modal .hover_title{width: 100%; color: #0a0a0a; border-radius: 10px; font-weight: 600; font-size: 15px; display: inline-block; margin: 4px 0 0 0;}
.video_links_img:before{font-family:FontAwesome; content: "\f16a"; position:absolute; top:50%; transform: translateY(-50%); font-size:35px; color:#f00; left:0; right:0;}

.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li .default {
    width: 10px;
    height: 10px;
    background: url(../images/checkout-menu-default.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #000;
    z-index: 2;
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li a img {
    width: 15px;
	margin:0 4px 0 2px;
	
}
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li a.dropdown-item:active,
.header .checkout-center-box .checkout-dropdown .dropdown ul.dropdown-menu li a.dropdown-item:focus-visible {
    background-color: #f8f9fa;
    outline: none;
    color: #000;
}
.header .checkout-center-box .checkout-dropdown .dropdown button:focus,
.header .checkout-center-box .checkout-dropdown .dropdown button:hover,
.header .checkout-center-box .checkout-dropdown .dropdown button:focus-visible,
.header .checkout-center-box .checkout-dropdown .dropdown button:active {
    background-color: #fbfbfb;
    box-shadow: none;
}
.header ul.header-right-btn {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0;
}
.header ul.header-right-btn li {
    margin: 0;
    padding: 0;
}
.header ul.header-right-btn li a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 15px;
    display: block;
    background-color: #f2f2f2;
    border-radius: 50px;
}
.header ul.header-right-btn li a:focus,
.header ul.header-right-btn li a:hover {
    background-color: #ececec;
    
}
.wrapper {
   /*max-width: 1216px;
    margin: 0 auto;*/
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    top: -70px;
	max-width: 80%;
}

.wrapper_video_tutorial{max-width:100%;}

.wrapper-main {
    background-color: #fff;
    padding: 0;
    margin-top: 97px;
    box-shadow: 0 4px 8px #e3e3e3;
    height: calc(100vh - 50px);
    overflow: auto;
}
.wrapper-main .container, 
.wrapper-main .container-lg, 
.wrapper-main .container-md, 
.wrapper-main .container-sm, 
.wrapper-main .container-xl, 
.wrapper-main .container-xxl {
    max-width: inherit;
}

/* rounded-block Start */
.rounded-block.rounded-pill {
    border-radius: 10px !important;
}
.rounded-block button.rounded-pill,
.rounded-block textarea.rounded-pill,
.rounded-block .free-shipping-box.block-rounded.rounded-pill,
.rounded-block .free-shipping-box.block-rounded.checkbox-main.rounded-pill,
.rounded-block  .discount-code-section input.rounded-pill,
.rounded-block  .line-items .modify span.rounded-pill {
    border-radius: 20px !important;
}
.rounded-block input.rounded-pill,
.rounded-block select.rounded-pill {
    padding: 10px 15px;
    border-radius: 20px !important;
    font-size: 14px !important;
}
.rounded-block .block-section .blue-block .img-box img,
.rounded-block .collection-box .blue-block .img-box img {
    border-radius: 10px;
}
.rounded-block .thank-you-section .shipping-method ul.list-group,
.square-block .thank-you-section .shipping-method ul.list-group {
    --bs-list-group-border-color: inherit !important;
}
.rounded-block .shipping-method ul.list-group.rounded-pill {
    border-radius: 15px !important;
    overflow: hidden;
    border: solid 1px #e1e1e1 !important;
}
.rounded-block .order-status-section .shipping-method ul.list-group.rounded-pill {
    overflow: inherit !important;
    --bs-list-group-border-color: inherit !important;
}
.rounded-block .thank-you-section .shipping-method ul.list-group.rounded-pill {
    overflow: hidden;
    border: solid 1px #e1e1e1 !important;
}
.rounded-block .shipping-method.payment .form-box form input.rounded-pill {
    border-radius: 4px !important;
}
.rounded-block .shipment-times.rounded-pill,
.square-block .shipment-times.rounded-pill {
    padding: 15px;
    border-radius: 15px !important;
}
.rounded-block .single-collection.rounded-pill img {
    border-radius: 20px;
    border: solid 1px #eee;
}
.rounded-block .your-checkout.rounded-pill {
    border-radius: 20px !important;
    border: solid 1px #eee;
    padding: 20px 15px;
}
.rounded-block .need-assistance .btn-three-group button,
.square-block .need-assistance .btn-three-group button {
    border-radius: 50rem;
    padding:10px;
    border: 0;
}
.rounded-block textarea.rounded-pill,
.square-block textarea.rounded-pill {
    font-size: 14px;
}
.rounded-block .shipping-method ul.list-group.map-box.rounded-pill,
.square-block .shipping-method ul.list-group.map-box.rounded-pill {
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 15px;
}
.rounded-block .shipping-method ul.list-group.map-box li span,
.square-block .shipping-method ul.list-group.map-box li span {
    font-size: 16px;
    font-weight: 500;
}
.rounded-block ul.three-btn-box li,
.square-block ul.three-btn-box li {
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    grid-row-gap: 5px;
    border-radius: 10px !important;
    border: solid 1px #eee;
    padding: 14px 15px;
    flex: 1;
}
.rounded-block ul.three-btn-box li img, 
.square-block ul.three-btn-box li img {
    width: 30px;
}
.rounded-block .new-limited-edition.rounded-pill img {
    border-radius: 20px !important;
}
.rounded-block .error-bg-box.rounded-pill {
    border-radius: 50rem;
}
.rounded-block .line-items.rounded-pill {
    border-radius: 20px !important;
    padding: 10px;
}

/* rounded-block End */

/* square-block Start */
.square-block.rounded-pill {
    border-radius: 0 !important;
}
.square-block button.rounded-pill,
.square-block textarea.rounded-pill,
.square-block .free-shipping-box.block-rounded.rounded-pill,
.square-block .free-shipping-box.block-rounded.checkbox-main.rounded-pill,
.square-block  .discount-code-section input.rounded-pill,
.square-block  .line-items .modify span.rounded-pill {
    border-radius: 0 !important;
}
.square-block input.rounded-pill,
.square-block select.rounded-pill {
    padding: 10px 15px;
    border-radius: 0 !important;
    font-size: 14px !important;
}
.square-block .block-section .blue-block .img-box img,
.square-block .collection-box .blue-block .img-box img {
    border-radius: 0;
}
.square-block .shipment-times.rounded-pill {
    border-radius: 0 !important;
}
.square-block .shipping-method ul.list-group.rounded-pill {
    border-radius: 0 !important;
    overflow: hidden;
    border: 0 !important;
}
.square-block .thank-you-section .shipping-method ul.list-group.rounded-pill {
    border: solid 1px #e1e1e1 !important;
}
.square-block .single-collection.rounded-pill {
    border-radius: 0 !important;
    border: solid 1px #eee;
}
.square-block .your-checkout.rounded-pill {
    border-radius: 0 !important;
    border: solid 1px #eee;
    padding: 20px 15px;
}
.square-block .need-assistance .btn-three-group button {
    border-radius: 0 !important;
}
.square-block .shipping-method ul.list-group.map-box.rounded-pill {
    border-radius: 0 !important;
}
.square-block ul.three-btn-box li {
    border-radius: 0 !important;
}
.square-block .new-limited-edition.rounded-pill img {
    border-radius: 0 !important;
}
.square-block .error-bg-box.rounded-pill {
    border-radius: 0 !important;
}
.square-block .order-status-section .order-status-main,
.square-block .order-status-section .order-status-tabs {
    border-radius: 0 !important;
}
.square-block .line-items.rounded-pill {
    border-radius: 0 !important;
    padding: 10px;
}
/* rounded-block End */


.main {
    padding:14px 30px;
}
.super-blocks {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
}
.bg-color-checkout-right {
    background-color: #fbfbfb;
    position: relative;
}
.bg-color-checkout-right .checkout-right-box {
    position: sticky;
    top: 40px;
}
.bg-color-checkout-right .right-part {
    padding: 15px;
}
.line{
    display:block; 
    width:100%; 
    border-bottom:1px solid #e1e1e1; 
    text-align:center;
    margin-bottom: 25px;
}
.line h2 {
    font-size:15px; 
    text-align:center; 
    position:relative; 
    top:17px; 
    padding:0 38px; 
    display:inline-block; 
    background:#fbfbfb; 
    color: #888888;
}
.form-box {
    padding: 0;
}
.form-box label {
    font-size: 16px;
    font-weight: 500;
}
.form-box label.form-check-label {
    font-size: 14px;
    font-weight: 400;
}
.form-box form .form-check-input[type=checkbox] {
    padding: 0;
}
.shipping-method ul.list-group li {
    padding: 12px;
    border-bottom: solid 1px #f1f1f1;
}
.shipping-method ul.list-group li:last-child {
    border-bottom: 0;
}
.shipping-method ul.list-group img {
    width: 18px;
    margin-left: 2px;
    margin-right: 4px;
}
.shipping-method .border-primary {
    border: solid 1px #1773b0 !important;
}
.shipping-method ul.list-group li.active {
    color: #1773b0;
}
.shipping-method ul.list-group li.active.bg-colorpickup {
    background-color:rgba(23,115,176,.05); 
}
.lock-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.shipping-method.payment ul.list-group li .payment-card img {
    width: 28px;
    margin-left: 0;
    margin-right: 3px;
}
.shipping-method.payment ul.list-group li .payment-card {
    display: flex;
    grid-column-gap: 5px;
    width: 215px;
}
.shipping-method.payment ul.list-group li .payment-card span {
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.shipping-method.payment .checking-out-section {
    display: flex;
    align-items: flex-start;
    grid-column-gap: 10px;
    margin-top: 15px;
}
.shipping-method.payment .checking-out-section p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.shipping-method.payment .checking-out-section p span {
    text-decoration: underline;
    color: #1773b0;
}
/* block-section Start */
.block-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block-section .blue-block {
    display: flex;
    align-items: center;
    grid-column-gap: 15px;
}
.block-section .price-text {
    font-weight: 500;
}
.block-section .blue-block .img-box {
    position: relative;
}
.block-section .blue-block .img-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    padding: 12px 15px;
    border: solid 1px #e1e1e1;
}
.block-section .blue-block .img-box span {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    line-height: 14px;
}
.block-section .blue-block .blue-block-text p  {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
/* block-section Start */
.collection-box .blue-block {
    display: flex;
    align-items: flex-start;
    grid-column-gap: 15px;
    margin: 20px 0;
}
.collection-box .blue-block .img-box {
    position: relative;
}
.collection-box .blue-block .img-box img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    padding: 12px 15px;
    border: solid 1px #e1e1e1;
}
.collection-box .blue-block .img-box span {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    line-height: 14px;
}
.collection-box .blue-block .blue-block-text p  {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
}
.collection-box .blue-block .blue-block-text {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.collection-box .blue-block .block-subtitle-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.collection-box .blue-block .block-subtitle-price .subtitle {
    display: flex;
    align-items: center;
    grid-column-gap: 10px;
}
.collection-box .blue-block .block-subtitle-price .subtitle a.arrow {
    border: solid #636363;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 6px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    text-decoration: none;
}
.collection-box .blue-block .img-content-main {
    display: flex;
    flex-direction: column;
    grid-row-gap: 12px;
    margin-top: 10px;
}
.collection-box .blue-block .img-content-main .img-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-column-gap: 10px;
}
.collection-box .blue-block .img-content-main .img-content .img-bx {
    width: 46px;
    height: 46px;
    background-color: #fff;
    border: solid 1px #eee;
    display: flex;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;
}
/* .collection-box .blue-block .img-content-main .img-content img {
    width: 20px;
} */


.bg-color-checkout-right .discount-code-section form button,
.bg-color-checkout-right .block-section button {
   padding: 10px 20px;
}
.bg-color-checkout-right ul.list-group.list-item {
    border-radius: 0;
    margin-bottom: 20px;
}
.bg-color-checkout-right ul.list-group.list-item li.list-group-item {
    background-color: inherit;
    border: none;
    color: inherit;
    padding-left: 0;
    padding-right: 0;
}
.bg-color-checkout-right ul.list-group.list-item li.list-group-item b {
    font-weight: 500;
}
.bg-color-checkout-right ul.list-group.list-item li.list-group-item span {
    font-size: 14px;
    font-weight: 500;
}
.bg-color-checkout-right ul.list-group.list-item li:nth-of-type(2) span {
    font-weight: 400;
    font-size: 12px;
}
.bg-color-checkout-right ul.list-group.list-item li.list-group-item span small {
    font-size: 11px;
    font-weight: 400;
}
.shipment-times {
    display: flex;
    align-items: flex-start;
    grid-column-gap: 5px;
    margin: 5px 0px;
}
/* Your checkout Start */
.your-checkout.rounded-pill p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}
.your-checkout.rounded-pill ul.checkout-list {
    list-style: none;
    margin: 15px 0 0 0;
    padding: 0;
}
.your-checkout.rounded-pill ul.checkout-list li {
    display: flex;
    align-items: center;
    grid-column-gap: 6px;
    margin: 12px 0;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
}
.your-checkout.rounded-pill ul.checkout-list li:last-child {
    margin-bottom: 0;
}
.your-checkout.rounded-pill ul.checkout-list li img {
    width: 15px;
}

/* Post Purchase Page Start*/
.post-purchase-section {
    padding: 70px 0;
}
.post-purchase-section .post-purchase-right-part h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.post-purchase-section .post-purchase-right-part p {
    font-size: 14px;
    color: #8e8e8e;
}
.post-purchase-section .post-purchase-right-part .price {
    font-size: 18px;
    margin: 15px 0;
    color: #000;
    font-weight: 500;
}
.post-purchase-section .post-purchase-right-part .price span {
      color: #c74747;
}
.post-purchase-right-part ul.price-total-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-radius: 0 !important;
}
.post-purchase-right-part ul.price-total-list li {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}
.post-purchase-right-part ul.price-total-list li span {
    font-weight: 500;
}
.post-purchase-right-part ul.price-total-list li:first-child {
    border-top: solid 1px #ccc;
    padding-top: 10px;
}
.post-purchase-right-part ul.price-total-list li:last-of-type {
    border-top: solid 1px #ccc;
}
.post-purchase-right-part ul.price-total-list li:last-child {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
}
.post-purchase-content .badge-late {
    padding: 6px 12px;
}
.post-purchase-content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-top:24px;
}
.post-purchase-content p {
    font-size: 15px;
    font-weight: 400;
    max-width: 380px;
    margin: 0 auto;
}

/* Thank You page*/
.thank-you-section .confirmation-block  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-column-gap: 10px;
    margin-bottom: 15px;
}
.thank-you-section .confirmation-block .confirmation-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
ul.order-details-section li h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
ul.order-details-section li h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.order-details-section li p {
    font-size: 14px;
    font-weight: 400;
}
ul.order-details-section li p img {
    width: 40px !important;
}
.need-help-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}
.need-help-section p span {
    font-weight: 500;
    color: #1773b0;
}
.need-help-section button {
    margin-top: 0 !important;
    max-width: 170px;
}
ul.three-btn-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    grid-column-gap: 15px;
}
ul.three-btn-box li span {
    font-size: 14px;
    font-weight: 500;
}
.text-box {
    margin: 20px 0;
}
.text-box p {
    margin-bottom: 0;
}
.text-box p span {
    /* color: #1773b0; */
    text-decoration: underline;
}
.accordion-tab h2.accordion-header button {
    font-size: 14px;
    font-weight: 500;
    /* padding-left: 0;
    padding-right: 0; */
    color: #000;
}
.accordion-tab h2.accordion-header button.accordion-button::after {
    background-size: 16px;
}
.accordion-tab h2.accordion-header button:active,
.accordion-tab h2.accordion-header button:focus-visible {
    outline: none!important;
    box-shadow: none!important;
}
.accordion-tab .accordion-button:not(.collapsed) {
    background-color: inherit !important;
    box-shadow: inherit !important;
    border-bottom: solid 1px #eeeeee;
}
.accordion-tab .accordion-item .accordion-body:focus-visible {
    outline: none !important;
}

/* Review block Start*/
.review-block {
    border: solid 1px #dee2e6;
    padding: 15px;
    border-radius: 20px;
}
.review-block h2 {
    font-size: 16px;
    font-weight: 500;
}
.review-block img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.review-block .review-rating a {
    text-decoration: none;
    color: #000;
}


/* Review block Start*/
/* .review-slider {
    margin: 0;
} */
.review-slider-block {
    width: 100% !important;
    border: solid 1px #dee2e6;
    padding: 15px 15px 50px;
    border-radius: 20px;
}
.review-slider-block h2 {
    font-size: 16px;
    font-weight: 500;
}
.review-slider-block img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.review-slider-block .review-rating a {
    text-decoration: none;
    color: #000;
}
.review-slider-block .slick-prev, 
.review-slider-block .slick-next {
    top: inherit;
    bottom: 10px;
}
.review-slider-block .slick-prev {
    left: 15px;
}
.review-slider-block .slick-next {
    left: 45px;
}
.review-slider-block .slick-prev:before, 
.review-slider-block .slick-next:before {
    color: #000;
}

.error-bg img.error {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.error-bg-box {
    padding: 10px 15px;
}

/* Tabs img block Start */
.tabs-img-block-main {
    margin: 20px 0;
}
/* .tabs-img-block {
    margin:0;
    padding-left: 0;
} */
.tabs-img-block ol > li {
    width: 33.33%;       
    display: table-cell;
    height: 30px;        
    position: relative;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.tabs-img-block ol > li > div {         
    position:relative;        
    line-height: 38px; /* equal to the list item's height */
    height:100%;
    width: 100%;         
}
.tabs-img-block ol>li:hover {
    background-color: #d68a3a;
    cursor: pointer;
    color: white;
}
.tabs-img-block ol>li.active {
    background-color: #d68a3a;
    cursor: pointer;
    color: white;
}
.tabs-img-block ol > li > div:after, .tabs-img-block ol > li.active > div:before {
    border-color: transparent transparent transparent #d68a3a;
}
.tabs-img-block ol {
    display: table;
    width: 97%;
    padding: 0px;
    margin: 0px;
    position: relative;
    border: 1px solid #d68a3a;
    border-right: 0;
}
.tabs-img-block ol > li > div:after, .tabs-img-block ol > li > div:before {
    content:"";
    display:inline-block;        
    border-width: 20px;
    border-style: solid;
    width: 0px;
    height: 0px;
    left: 100%;
    top: -1px;        
    position: absolute;        
    z-index: 1;
}
.tabs-img-block ol > li > div:after, .tabs-img-block ol > li:hover > div:before {
    border-color: transparent transparent transparent #d68a3a;
}
.tabs-img-block ol > li > div:before {
    border-width: 18px;
    display: block;
    border-color: transparent transparent transparent #ffffff;
    z-index: 2;
    top:1px;
}
.tabs-img {
    margin-top: 10px;
    padding: 0;
}
.tabs-img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3;
    /*max-height: 150px;
    min-height: 150px;
    object-position: bottom;*/
}

/* Feature categories block Start*/
.feature-categories-block {
    margin-bottom: 30px;
}
.feature-categories-block .feature-categories-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.feature-categories-block .feature-categories-main {
    display: flex;
    grid-column-gap: 15px;
}
.feature-categories-block .feature-categories-main .slick-list {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}
.feature-categories-block .feature-categories-main .slick-track {
    display: flex;
    grid-column-gap: 15px;
}
.feature-categories-block .feature-categories-main .feature-categories-slider {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.feature-categories-block .feature-categories-slider .feature-product {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 156px;
    padding: 5px;
    border-radius: 20px;
    border: solid 1px #dee2e6;
}
.feature-categories-block .feature-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.feature-categories-block .feature-content p {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0;
}
.feature-categories-block .feature-content button {
    margin-top: auto;
}
.feature-categories-block .feature-content .price {
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0;
}
.feature-categories-block .slick-prev, 
.feature-categories-block .slick-next {
    top: -22px;
    bottom: inherit;
    width: 10px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(135deg);
   -webkit-transform: rotate(135deg);
}
.feature-categories-block .slick-prev {
    left: 96%;
 }
.feature-categories-block .slick-next {
    right:0;
    transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
}
.feature-categories-block .slick-prev:before, 
.feature-categories-block .slick-next:before {
    color: transparent;
}
/* Order status section Start */
.order-status-section {
    margin: 49px 15px;
}
.order-status-section h2 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
}
.order-status-section .confirmation-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 10px;
    margin-bottom: 15px;
}
.order-status-section .confirmation-block .left-confirmation-box {
    display: flex;
    align-items: flex-start;
    grid-column-gap: 5px;
}
.order-status-section .confirmation-block img {
    position: relative;
    top: 1px;
}
.order-status-section .confirmation-block .confirmation-content h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}
.order-status-section .order-status-main {
    background-color: #fff;
    padding:20px 15px;
    border-radius: 20px;
    margin-bottom: 15px;
    border: solid 1px #dee2e6;
}
.order-status-section .order-status-right-part {
    padding:0;
}
.order-status-section .order-status-tabs {
    border-radius: 15px !important;
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 15px;
    border: solid 1px #dee2e6;
}
.order-status-section .order-status-tabs h2.accordion-header {
    margin-bottom: 0 !important;
}
.text-color-black .block-section,
.text-color-black .bg-color-checkout-right ul.list-group.list-item {
    color: #000;
}
.text-color-black .order-status-right-part .order-status-main h2 {
    color: #000 !important;
}
.text-color-black .on-its-way-content {
    color: #000;
}
.rounded-block.text-color-black .your-checkout.rounded-pill,
.square-block.text-color-black .your-checkout.rounded-pill {
    color: #000;
}
.rounded-block.text-color-black ul.three-btn-box li, 
.square-block.text-color-black ul.three-btn-box li {
    color: #000;
}
.rounded-block.text-color-black .shipment-times.rounded-pill, 
.square-block.text-color-black .shipment-times.rounded-pill {
    color: #000;
}

/* On its way Block Start */
.on-its-way-section .order-status-main {
    overflow: hidden;
}
.on-its-way-section .order-status-main .on-its-way-main {
    display: flex;
    justify-content: space-between;
}
.on-its-way-section .order-status-main .on-its-way-main .on-its-way-box {
    display: flex;
    grid-column-gap: 6px;
    overflow: hidden;
}
.on-its-way-section .order-status-main .on-its-way-main .on-its-way-box .track-icon {
    position: relative;
}
.on-its-way-section .order-status-main .on-its-way-main .on-its-way-box .track-icon::after {
    content: "";
    background: url(../images/track-line.svg);
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    width: 1px;
    display: block;
    height: 100%;
    position: absolute;
    left: 8px;
    right: 0;
    top: 30px;
}
.on-its-way-section .order-status-main .on-its-way-main .on-its-way-box h6 {
    margin-bottom: 2px;
}
.on-its-way-section .order-status-main .on-its-way-main .on-its-way-box p {
    margin-bottom: 3px;
    /* color: #000; */
}
.on-its-way-section .on-its-way-main .show-details-btn a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #1773b0;
    text-decoration: none;
}
.on-its-way-section .on-its-way-main .show-details-btn a:after {
    content: "";
    border: solid #1773b0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-decoration: none;
    margin-left: 8px;
}
.on-its-way-section .on-its-way-main .show-details-btn:hover a:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: 6px;
}
/* On its way Block End */
hr.order-status-border-bottom {
    border-top: solid 1px #818181;
}
.contact-text {
    font-size: 14px;
    font-weight: 500;
    /* color: #1773b0; */
}

/* Video Tutorial Page */
.video-tutorial-section {
    margin: 0 30px;
    padding:20px 0 70px 0;
    text-align: center;
}
.video-tutorial-section button.btn-primary {
    background-color: inherit;
    padding: 0;
    border: 0;
}
.video-tutorial-section img {
    width: 100%;
    border-radius: 10px;
	border: solid 1px #cccccc94;
}

.gallery .video-tutorial-section .thumbnails_bg_modal .col-sm-4{margin-bottom:20px;}

.video-tutorial-section h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
    margin:0;
}
.video-tutorial-section h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 22px;
    color: #000;
    margin: 2px 0 9px 0;
    display: inline-block;
    width: 100%;
}
.gallery {
    margin: 0;
}
.discription-box {
    margin: 30px 0 0 0;
}
.discription-box p {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
/* FAQ Start*/
.faq-section {
    padding: 70px 0;
    margin:  0 30px;
}
.faq-section h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-transform: capitalize;
    margin:0 0 48px 0;
}
.faq-section .faq-left-box p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    margin:0 0 6px 0;
}
.faq-section .faq-left-box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    margin:0;
}
.faq-section .faq-right-box h4 button {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #000;
    margin:0 ;
}
.faq-section .faq-right-box h4 button:focus,
.faq-section .faq-right-box h4 button:focus-visible {
    box-shadow: none;
}
.footer-bottom-fixex {
    height: 57px;
}

/* Footer Start*/
.footer-section {
    margin: 0;
}
.footer-accordion-menus {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    z-index: 9;
}
.footer-accordion-menus ul.footer-menu h2 button {
    grid-column-gap: 5px;
    font-size: 13px;
    font-weight: 500;
	padding-left:10px;
	padding-right:10px;
}
.footer-accordion-menus .accordion-button::after{width: 18px; background-size: 18px; height: 18px;}
.footer-accordion-menus ul.footer-menu h2 button.post-purchase-opocity {
    opacity: .5;
    cursor: default;
    background-color: #fff;
    color: #000;
}
.footer-accordion-menus ul.footer-menu h2 button img {
    width: 18px;
}
.footer-accordion-menus ul.footer-menu h2 button:focus,
.footer-accordion-menus ul.footer-menu h2 button:focus-visible {
    box-shadow: none !important;
    border: 0 !important;
}
.footer-accordion-menus ul.footer-menu .accordion-body {
    padding: 0 10px;
}
.footer-accordion-menus ul.footer-menu .accordion-body .style ul.list-group li {
    padding-left: 0;
    padding-right: 0;
    border: 0;
    
}
.footer-accordion-menus ul.footer-menu .accordion-body .style ul.list-group li p {
    margin-bottom: 0;
}
.footer-accordion-menus ul.footer-menu .accordion-body .style ul.list-group li p,
.footer-accordion-menus ul.footer-menu .accordion-body .style ul.list-group li select {
    font-size: 15px;
    font-weight: 500;
}
.footer-accordion-menus ul.footer-menu .accordion-body .style ul.list-group li .form-switch {
    width: 100%;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}
.footer-accordion-menus ul.footer-menu {
    width: 280px;
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
}
.footer-accordion-menus ul.footer-menu li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex: 1;
    grid-column-gap: 4px;
}
.footer-accordion-menus ul.footer-menu li img {
    width: 20px;
}
.footer-accordion-menus ul.footer-menu li a {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    margin: 0;
    padding: 15px;
    color: #000;
}
.footer-accordion-menus ul.footer-menu .accordion {
    width: 100%;
}
/* Post Purchase page Start*/
.footer-section ul.footer-menu.footer-disable {
    overflow: hidden;
}
/* .footer-section ul.footer-menu.footer-disable li {
    background-color: #fff;
} */
.footer-section ul.footer-menu.footer-disable li a {
    opacity: .5;
    cursor: default;
}
/* Post Purchase page End */

/* thank-you and customize page Start*/

.footer-section ul.footer-menu.thankYou-n-customise-section li.disabled-menu a {
    opacity: .5;
    cursor: default;
}
/* thank-you and customize page End*/



.footer-section ul.footer-menu .style-hover {
    display: none;
    transition: .5s ease;
    width: 100%;
    z-index: 2;
}
/* .footer-section ul.footer-menu:hover .style-hover {
    display: block;
    max-width: 455px;
    background-color:rgba(252, 252, 252, 0.9);
    border-radius: 20px;
    border: solid 1px #dee2e6;
    padding: 5px 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 56px;
    margin: 0 auto;
    overflow: hidden;
} */
.footer-section ul.footer-menu .style-hover {
    display: block;
    background-color:transparent;
    border-radius: 20px;
    /* padding: 5px 30px; */
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom:0;
    margin: 0 auto;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item {
    background-color: inherit !important;
    border: 0 !important;
    padding: 12px 15px;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item p {
    margin-bottom: 0;
    font-size: 13px !important;
    font-weight: 500;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item a {
    text-decoration: none !important;
    font-size: 15px;
    padding: 8px;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item:last-child a {
    background-color: #f2f2f2 !important;
}
.footer-section ul.footer-menu .style-hover .style-content-box {
    border: 0 !important;
    /* border-bottom: solid 1px #dee2e6 !important; */
    font-size: 15px;
    font-weight: 500;
}
.footer-section ul.footer-menu .style-hover .style-content-box.style-content-default {
    border: 0 !important;
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(252, 252, 252, 0.9);
    border-radius: 20px;
    border: solid 1px #dee2e6;
    padding: 5px 0;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item .brand-color a {
    padding: 0 !important;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item a img  {
    width: auto;
}
.footer-section ul.footer-menu .style-hover .footer-navigation {
    padding: 0;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    grid-column-gap:5px;
}
.footer-section ul.footer-menu .style-hover .footer-navigation li {
    display: flex;
}
.footer-section ul.footer-menu .style-hover .footer-navigation li a {
    padding:0;
}
.footer-section ul.footer-menu .style-hover .footer-navigation li a:focus,
.footer-section ul.footer-menu .style-hover .footer-navigation li a:hover {
    background-color: #f2f2f2;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 10px;
}
.footer-section ul.footer-menu .style-hover .footer-navigation li a span {
    display: none;
}
.footer-section ul.footer-menu .style-hover .footer-navigation li a:hover span {
    display: block;
    margin-left: 5px;
}
.footer-section ul.footer-menu .style-hover .footer-navigation li a.active {
    background-color: #f2f2f2 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 10px;
}
.footer-section ul.footer-menu .style-hover .footer-navigation li a.active span {
    display: block;
    margin-left: 5px;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item .Square-dropdown {
   margin: 0;
   background-color: #f2f2f2 !important;
   border-radius: 50px;
   padding: 5px 12px;
}
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item select.Square-dropdown {
    border: thin solid #000;
    border-radius: 50px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, rgb(0, 0, 0) 50%), linear-gradient(135deg, rgb(0, 0, 0) 50%, transparent 50%), linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
    background-color: #fff !important;
} 
.footer-section ul.footer-menu .style-hover .list-group li.list-group-item select:focus-visible {
    outline: none;
}
/* Upsells Start*/
.footer-section ul.footer-menu .style-hover .style-content-box .form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:5px 2px;
	font-size:13px;
}
.footer-section ul.footer-menu .style-hover .style-content-box .form-check label img {
    width: 18px !important;
    margin-right: 5px;
}
.free-shipping-box.block-rounded {
    border: solid 1px #dee2e6;
    padding:20px 15px;
    margin-bottom: 20px;
}
.free-shipping-box.block-rounded .progress {
    height: 4px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.free-shipping-box.block-rounded .block-section button {
    padding: 10px 15px;
}
.free-shipping-box.block-rounded .checkbox-bx {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
}
.line-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.line-items .final-sale p {
    color: #e87d00;
    font-weight: 500;
    margin: 0;
}
.line-items .modify {
    display: flex;
    justify-content: center;
    grid-column-gap: 15px;
    align-items: center;
    color: #1773b0;
    margin-top: 10px;
    font-weight: 500;
}
.line-items .modify p {
    margin-bottom: 0;
}
.line-items .modify span {
    border: solid 1px #dee2e6;
    padding: 10px 15px;
}
/* Upsells End*/

/* Content Start*/
.footer-section ul.custom-fields-content-nav {
    list-style: none;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #eeeeee;
    border-radius: 10px;
    margin: 0;
    padding:0;
}
.footer-section ul.custom-fields-content-nav li {
    padding:5px;
}
.footer-section ul.custom-fields-content-nav li a {
    padding: 5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.footer-section ul.custom-fields-content-nav li a img {
    width: 18px;
}
.footer-section ul.custom-fields-content-nav li a:focus,
.footer-section ul.custom-fields-content-nav li a:hover {
    background-color: #fff;
    border-radius: 4px;
}
.footer-section ul.custom-fields-content-nav li a.active {
    background-color: #fff;
    border-radius: 4px;
}
/* Content End*/

/* Customize Start*/
.footer-section ul.footer-menu .style-hover.customize {
    padding: 15px 0 0 0;
}
.footer-section ul.footer-menu .style-hover.customize .style-content-box .form-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: 0;
}
.footer-section ul.footer-menu .style-hover.customize .style-content-box .form-check label {
    display: flex;
}
.footer-section ul.footer-menu .style-hover.customize .style-content-box .form-check label img {
    width: 18px !important;
    margin-right: 5px;
}
.footer-section ul.customize-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    background-color: #eeeeee;
    border-radius: 10px;
    margin: 0 0 5px !important;
    padding: 3px;
}
.footer-section ul.customize-tab li {
    flex: 1;
}
.footer-section ul.customize-tab li button {
    border: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 8px;
}
.footer-section ul.customize-tab li button.active {
    background-color: #fff;
    color: #000;
    padding: 8px;
}
/* Customize End*/

.important_notice{padding: 7px 20px 0px 20px; display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap;}
.important_notice h5{margin: 0 0 9px 0; padding: 0; font-weight: 700;}
.important_notice ul{margin:0 0 20px 0; padding:0px;}
.important_notice ul li{list-style:none; position:relative; padding:0px 0px 0px 22px; font-weight:500; margin:6px 0px;}
.important_notice ul li i{position:absolute; top:4px; left:0;}

.app_journey_bg_main{padding: 17px 20px; background: #f5f3f3; -webkit-box-shadow: 6px 9px 5px -4px rgb(0 0 0 / 18%);
    -moz-box-shadow: 6px 9px 5px -4px rgb(0 0 0 / 18%); box-shadow: 6px 9px 5px -4px rgb(0 0 0 / 18%); border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border: solid 1px #cccccc29;}

.analytics-button{margin:0 0px 0 6px;}
.analytics-button .btn-light{font-size: 15px; font-weight: 500; border: solid 1px #bbc8d5; background: #dee2e6;}
.analytics-button .btn-light:hover{background:#fff;}


/* start css other-apps-suppoert */
.main_container.wrapper-main{margin-top: 0px;}
.main_container.wrapper-main{height: 100vh;}
.bundle-products-top-community-support {margin: 22px 0px 0px 0px;}
.bundle-products-top-community-support .community-box{background: #fff; text-align: center; padding: 20px; box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%); border-radius: 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%;}
.bundle-products-top-community-support .community-box h3 {font-size: 18px; margin: 20px 0; color: #000; font-weight: 500;}
.bundle-products-top-community-support .community-box p {font-size: 13px; font-weight: 400; line-height: 20px; margin: 0 0 20px 0;}
.bundle-products-top-community-support .community-box p br {display: none;}
.bundle-products-top-community-support .community-box a {background: linear-gradient(320deg, #164bc4ba, #6468e2f0 15%, #032978 80%);padding: 8px 20px; font-size: 14px; font-weight: 500; text-decoration: none; color: #fff; display: inline-block; border-radius: 30px; transition: 0.75s; margin: auto 0 0 0; white-space: nowrap;}
.white-box{background-color: #fff; padding: 24px; margin-top: 22px; border-radius: 8px; box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%);}
.white-box .our-other-apps-text{font-size: 20px; font-weight: 600;}
.how-other-brands{margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1; padding-left: 20px; padding-right: 20px;}
.how-other-brands {display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 100%; width: 100%; margin: 25px auto 0;}
.how-other-brands .swiper-button-prev {background: #fff; width: 30px; height: 30px; border-radius: 100%; border: solid 1px #ccc;padding: 6px; left: 0; display: flex;}
.how-other-brands .swiper-button-prev svg{width: 17px; height: 17px; color: #323232; fill: #323232; transform: rotate(-180deg); left: -2px; position: relative;}
.how-other-brands .swiper-button-next {background: #fff; width: 30px; height: 30px; border-radius: 100%; border: solid 1px #ccc; padding: 6px; right: 0; display: flex;}
.how-other-brands .swiper-button-prev svg {width: 17px; height: 17px; color: #323232; fill: #323232; right: -2px; position: relative;}
.how-other-brands .how-other-brands-box {display: flex; grid-column-gap: 16px; padding: 16px; border-radius: 8px; border: 1px solid rgb(234, 233, 255); align-items: start;}
.how-other-brands .how-other-brands-box .brand-img {min-width: 98px; height: 98px;}
.how-other-brands .how-other-brands-box .brand-img img {width: 100%; height: 100%;}
.how-other-brands .how-other-brands-box .how-other-brand-content {display: flex; align-items: flex-start; flex-direction: column;}
.how-other-brands .how-other-brands-box .how-other-brand-content h2 {color: #464646; font-style: normal; font-weight: 600; font-size: 15px; line-height: normal; margin: 0 0 4px 0;}
.how-other-brands .how-other-brands-box .how-other-brand-content p {font-style: normal; font-weight: 400; font-size: 12px; line-height: normal; color: #5a5757; margin: 0; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden;}
.how-other-brands .how-other-brands-box .how-other-brand-content a {font-style: normal; font-weight: 500; font-size: 13px; color: #119ca4; background-color: transparent; text-decoration: none; white-space: nowrap; padding: 6px 13px; border-radius: 4px; border: solid 1px #119ca4; margin-top: 8px; -webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -ms-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
.how-other-brands .how-other-brands-box .how-other-brand-content a:hover{background-color: #119ca4; color: #fff;}
.account-manager-container {margin: 22px 0 40px 0;}
.account-manager-container .account-header-container{background: linear-gradient(21deg, #220808, #1b2e5cd9 44%, #16072bd6 80%); padding: 16px 12px; font-size: 16px; font-weight: 500; border-radius: 8px 8px 0px 0px; height: 86px; display: flex; align-items: center; color: #fff;}
.account-manager-container .account-header-container .account-header-title {font-size: 18px; font-weight: 500;}
.account-manager-container .account-body-container {padding: 12px;}
.account-manager-container .status-indicator {width: 10px; height: 10px; background-color: green; border-radius: 50%; display: inline-block; margin-right: 8px;}
.account-manager-container .account-manager,
.design-services {padding: 0 !important; margin-top: 0 !important; height: 100% !important; text-align: start !important;}
.account-manager-container .manager-img {width: 58px; height: 58px; border-radius: 50%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);object-fit: cover;}
.account-manager-container .manager-info{display: flex; align-items: center; margin-top: 6px;}
.account-manager-container .schedule-button,
.quote-button {background: linear-gradient(320deg, #164bc4ba, #6468e2f0 15%, #032978 80%); padding: 8px 20px; font-size: 14px; font-weight: 500; text-decoration: none; color: #fff; display: inline-block; border-radius: 4px; transition: 0.75s; white-space: nowrap; border: none; outline: none;}
.account-manager-container .schedule-button,
.quote-button:hover {color: #fff;}


/* end css other-apps-suppoert */



/* AOV Page CSS Start*/
.aov_builder_container .card.app-card{box-shadow: 0px 0 16px 0px rgb(108 108 108 / 21%); border: 1px solid #ccc;}
.aov_builder_container .card .card-body.app-card-body {padding: 0px; display: flex; margin-top: auto; flex-direction: column;}
.aov_builder_container .card .card-body p {-webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden;}
.aov_builder_container .card_img_top {width: 50px; height: 50px; border-radius: 5px;}
.aov_builder_container .relationship_manager_btn {background: linear-gradient(320deg, #164bc4ba, #6468e2f0 15%, #032978 80%); padding: 8px 20px; font-size: 14px; font-weight: 500; text-decoration: none; color: #fff; display: inline-block; border-radius: 4px; transition: 0.75s; border: none; outline: none;}
.aov_builder_container .app_handle_btn {margin-top: auto;}
.aov_builder_container .app_handle_btn a.btn-secondary{color: #fff; background-color: #6c757d;}
.aov_builder_container .app_handle_btn a.btn-secondary:hover{background-color: #5c636a;}

.aov_builder_container .card {padding: 22px 15px; background: #fff; position: relative; max-width: 100%; box-shadow: 0 0 0 1px rgb(63 63 68 / 5%), 0 1px 3px 0 rgb(63 63 68 / 15%); border-radius: 8px; border: none; height: 100%; margin-bottom: 18px;}
.aov_builder_container .card .card-title h2 {background: linear-gradient(21deg, #220808, #1b2e5cd9 44%, #16072bd6 80%); border-radius: 8px 8px 0px 0px; padding: 8px 15px; color: #fff; font-size: 18px; line-height: 38px; font-weight: 500; margin-bottom: 0; align-items: center; display: flex;}
.aov_builder_container .card .card-body {padding: 22px 8px 0px 8px;}

/* AOV Page CSS Done*/



@media(max-width: 991px) {
    .bundle-products-top-community-support .community-box h3 {margin: 10px 0;}
    .bundle-products-top-community-support .community-box p {margin: 0 0 10px 0;}
    .bundle-products-top-community-support .col-md-4 {margin: 5px 0;}
    .bundle-products-top-community-support .col-md-4 {max-width: 100%; flex: 0 0 100%; margin-bottom: 20px;}
    
    }
    
@media (max-width: 799px) {
.header ul.header-right-btn li:first-child {
    display: none;
}
}
@media (max-width: 767px) {
    .wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .header .checkout-center-box .desktop-n-mobile-box,
    .header-right-btn-box {
        display: none;
    }
    .rounded-block.rounded-pill {
        border-radius: 0 !important;
    }
    .main {
        padding: 15px 0;
    }
    .order-status-section {
        margin: 40px 0;
    }
    .bg-color-checkout-right .right-part {
        padding: 15px;
    }
    .bg-color-checkout-right ul.list-group li {
        padding-left: 0;
        padding-right: 0;
    }
    .order-status-section .shipping-method ul.list-group li {
        padding-left: 15px;
        padding-right: 15px;
    }
    .super-blocks {
        padding-left: 15px;
        padding-right: 15px;
    }
    .select-birthday {
        grid-row-gap: 15px;
    }
    .post-purchase-section {
        padding: 50px 30px;
    }
    .need-help-section {
        flex-direction: column;
        align-items: flex-start;
        grid-row-gap: 15px;
    }
    .rounded-block .shipment-times.rounded-pill {
        border-radius: 10px !important;
    }
    .square-block .shipment-times.rounded-pill {
        border-radius: 0 !important;
    }
    .video-tutorial-section,
    .faq-section {
        padding: 50px 0;
    }
    .faq-section h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .faq-section .faq-left-box p {
        font-size: 16px;
    }
    .faq-section .faq-left-box h3 {
        font-size: 18px;
    }
    .aov_builder_container .card .card-title h2 {font-size: 16px; line-height: normal;}
    .card .card-title h2{font-size: 16px; line-height: normal;}
}
@media (min-width: 446px) and (max-width: 767px) {
    .tabs-img-block ol {
        width: 96%;
    }
}
@media (max-width: 575px) {
 .how-other-brands .how-other-brands-box {flex-direction: column;}
 .how-other-brands .how-other-brands-box .how-other-brand-content {margin-top: 15px;}
 .aov_builder_container .card {text-align: center;}
 .aov_builder_container .aov_app_details {display: block !important;}
 .aov_builder_container .card_img_top {margin-bottom: 12px;}
}

@media(max-width: 420px) {
    .account-manager-container .account-header-container .account-header-title {font-size: 16px;}
    .account-manager-container .account-header-container .manager-name {font-size: 16px;}
}    
@media (max-width: 445px) {
    .tabs-img-block ol {
        width: 95%;
    }
    .on-its-way-section .order-status-main .on-its-way-main {
        display: flex;
        justify-content: flex-start;
        flex-direction: column-reverse;
        grid-row-gap: 10px;
    }
}

body .left_text_all{text-align:left;}
body .left_text_all h2 {margin: 0 0 20px 0;}
body .left_text_all ol {list-style: none; padding:0px; margin-bottom:5px;}
body .left_text_all ul {padding: 0 0 0 20px;}
body .left_text_all p {margin: 0px 0 4px 0; font-size: 15px;}
body .left_text_all ol li{border-bottom: solid 1px #cccccc9e; padding: 8px 0 8px 0; font-weight: 500; color: #4a4949;}
body .left_text_all ol li li {border: none; padding: 0;}
body .left_text_all ol .last_chld{border:none !important; padding-bottom:0px;}


