/*========================= Home Gadget======================== */
.height {
    height: 100%;
}

.gadget_slider_area .gadget_slider_img img{
    max-width: initial;
}
.gadget_slider_area .slick-dots li button {
    padding: 0;
}

/*============= gadget_menu css =============*/
.gadget_menu .menu > .nav-item > .nav-link {
    font-size: 16px;
}
.gadget_menu .menu > .nav-item.submenu .dropdown-menu > .nav-item:hover > .nav-link {
    color: #fa6574;
}
.gadget_menu .menu > .nav-item.submenu.mega_menu.mega_menu_two .mega_menu_inner .dropdown-menu .nav-item .item .text:hover {
    color: #fa6574;
}
.gadget_menu .w_menu.search_cart .search a.nav-link {
    margin-left: 38px;
}
.gadget_menu .search_cart .shpping-cart .num {
    background: #232323;
}
.gadget_menu .search_cart .shpping-cart .dropdown-menu .cart-single-item:hover .cart-title a {
    color: #fa6574;
}
.gadget_menu .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn {
    background: #fa6574;
    border-color: #fa6574;
}
.gadget_menu .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn:hover {
    color: #fa6574;
}
.gadget_menu .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn {
    color: #fa6574;
}
.gadget_menu .search_cart .shpping-cart .dropdown-menu .cart_f .cart-button .get_btn + .get_btn:hover {
    background: #fa6574;
}
.partner_logo_area_two.sec_pad .row {
    margin-bottom: -60px;
}

/*=============== gadget_product_area css ============*/
.gadget_product_area {
    position: relative;
}
.gadget_product_area .left_img, .gadget_product_area .right_img {
    position: absolute;
}
.gadget_product_area .left_img {
    top: 230px;
}
.gadget_product_area .right_img {
    right: 0;
    bottom: 165px;
}
.gadget_product_area .row {
    margin-bottom: -60px;
}

.gadget_title {
    margin-bottom: 75px;
}
.gadget_title h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #051441;
}
.gadget_title p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.gadget_pr_item {
    text-align: center;
    margin-bottom: 60px;
}
.gadget_pr_item .pr_img {
    position: relative;
}
.gadget_pr_item .pr_img img {
    transition: opacity 0.2s linear;
}
.gadget_pr_item .pr_img .badge {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 45px;
    text-transform: uppercase;
    text-align: center;
    background: #ff8a00;
    padding: 6px 14px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.gadget_pr_item .pr_img .badge.new {
    background: #00d20f;
}
.gadget_pr_item .pr_img .badge.hot {
    border-radius: 50%;
    background: #ff1010;
    width: 48px;
    height: 48px;
    padding: 0px;
    line-height: 48px;
}
.gadget_pr_item .pr_img .hover_content {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.2s linear;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.gadget_pr_item .pr_img .hover_content .cart_btn_gadget {
    width: 68px;
    height: 68px;
    text-align: center;
    background: #101010;
    display: block;
    line-height: 66px;
    border-radius: 3px;
    margin: 0px 6px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    opacity: 0;
}
.gadget_pr_item .pr_img .hover_content .cart_btn_gadget:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient(0deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
    background-image: -webkit-linear-gradient(0deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
    background-image: -ms-linear-gradient(0deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
    background-image: linear-gradient(0deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: scale(0);
    transition: all 0.2s linear;
}
.gadget_pr_item .pr_img .hover_content .cart_btn_gadget img {
    opacity: 1;
}
.gadget_pr_item .pr_img .hover_content .cart_btn_gadget:hover:before {
    transform: scale(1);
}
.gadget_pr_item .single_pr_details {
    padding-top: 38px;
}
.gadget_pr_item .single_pr_details h3 {
    font-size: 20px;
    color: #051441;
    transition: color 0.2s linear;
}
.gadget_pr_item .single_pr_details h3:hover {
    color: #fb607f;
}
.gadget_pr_item .single_pr_details .price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    font-size: 20px;
    padding-top: 3px;
}
.gadget_pr_item .single_pr_details .price ins {
    text-decoration: none;
    font-weight: 600;
    color: #051441;
}
.gadget_pr_item .single_pr_details .price del {
    color: #acacac;
    font-weight: 400;
    margin-left: 10px;
}
.gadget_pr_item:hover .pr_img img {
    opacity: 0.4;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget {
    opacity: 1;
    animation: fadeInUp 0.4s cubic-bezier(0.5, 0, 0.5, 1) both;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget:nth-child(1) {
    animation-delay: 200ms;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget:nth-child(2) {
    animation-delay: 400ms;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget:nth-child(3) {
    animation-delay: 600ms;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget:nth-child(4) {
    animation-delay: 800ms;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget a i{
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    vertical-align: middle;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget a:before{
    top: 38%;
    left: 40%;
    margin-right: 0;
    font-size: 34px;
    font-weight: lighter;
    color: #ddd;
    vertical-align: middle;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget a:not([href]):not([tabindex]):hover{
    background-color: initial;
}
/*=============== gadget_product_area css ============*/
/*=============== gadget_promo_area css ============*/
.gadget_promo_area {
    background-image: -moz-linear-gradient(90deg, #1bdaa5 0%, #5aabdb 100%);
    background-image: -webkit-linear-gradient(90deg, #1bdaa5 0%, #5aabdb 100%);
    background-image: -ms-linear-gradient(90deg, #1bdaa5 0%, #5aabdb 100%);
    background-image: linear-gradient(90deg, #1bdaa5 0%, #5aabdb 100%);
    position: relative;
    z-index: 1;
    padding-top: 100px;
    margin-bottom: 60px;
}
.gadget_promo_area .text_shadow {
    color: rgba(255, 255, 255, 0.1);
}
.gadget_promo_area .promo_img {
    margin-top: -42px;
    margin-bottom: -152px;
}

.gadget_promo_content {
    padding-left: 84px;
}
.gadget_promo_content h3 {
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    font-weight: 500;
    margin-top: 12px;
    margin-bottom: 25px;
}
.gadget_promo_content ul {
    margin-bottom: 38px;
}
.gadget_promo_content ul li {
    font-size: 16px;
    color: #fff;
    padding-left: 40px;
    position: relative;
}
.gadget_promo_content ul li:before {
    content: "";
    width: 18px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 12px;
}
.gadget_promo_content ul li + li {
    margin-top: 4px;
}

/*=============== gadget_promo_area css ============*/
/*=============== gadget_discount_area css ============*/
.gadget_discount_area {
    margin-top: 135px;
}

.gadget_discount_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.gadget_discount_info .text_shadow {
    color: rgba(255, 255, 255, 0.09);
    left: auto;
    right: -60px;
}
.gadget_discount_info .discount-time {
    max-width: 370px;
}
.gadget_discount_info .discount-time h6 {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}
.gadget_discount_info .discount-time h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}
.gadget_discount_info .discount-time .clock {
    display: flex;
    margin-top: 25px;
}
.gadget_discount_info .discount-time .clock .timer {
    color: #fff;
    margin-right: 45px;
    position: relative;
}
.gadget_discount_info .discount-time .clock .timer span {
    font-size: 44px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
}
.gadget_discount_info .discount-time .clock .timer span:before {
    content: ":";
    display: inline-block;
    font-size: 70%;
    position: absolute;
    right: -26px;
    top: 12%;
}
.gadget_discount_info .discount-time .clock .timer:last-child span:before {
    content: '';
}
.gadget_discount_info .discount-time .clock .timer .smalltext {
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.14px;
    text-align: center;
}
.gadget_discount_info .discount-time .clock .timer:last-child:before {
    display: none;
}
.gadget_discount_info .discount_pr_img {
    margin-top: -175px;
}

/*=============== gadget_discount_area css ============*/
/*=============== gadget_subscribe_bg css ============*/
.gadget_subscribe_bg {
    border-radius: 6px;
    background-image: -moz-linear-gradient(90deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
    background-image: -webkit-linear-gradient(90deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
    background-image: -ms-linear-gradient(90deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
    background-image: linear-gradient(90deg, #f86f64 0%, rgba(253, 83, 146, 0.99608) 100%);
}
.gadget_subscribe_bg .subscribe-form .form-control.placeholder {
    color: #fff;
}
.gadget_subscribe_bg .subscribe-form .form-control:-moz-placeholder {
    color: #fff;
}
.gadget_subscribe_bg .subscribe-form .form-control::-moz-placeholder {
    color: #fff;
}
.gadget_subscribe_bg .subscribe-form .form-control::-webkit-input-placeholder {
    color: #fff;
}
.gadget_subscribe_bg .subscribe-form .btn_four {
    background-color: white;
    box-shadow: 0px 20px 24px 0px rgba(0, 11, 40, 0.06);
    color: #fa6574;
}
.gadget_subscribe_bg .subscribe-form .btn_four:hover {
    box-shadow: none;
    color: #fa6574;
}

/*=============== gadget_subscribe_bg css ============*/
.partner_logo_area_two h2 {
    font-size: 30px;
    line-height: 40px;
    color: #051441;
}

.payment_footer_area.gadget_footer_area .f_widget.company_widget a {
    color: #fa6574;
}
.payment_footer_area.gadget_footer_area .f_widget.about-widget .f_list li a:before {
    background: #fa6574;
}
.payment_footer_area.gadget_footer_area .f_widget.about-widget .f_list li a:hover {
    color: #fa6574;
}
.payment_footer_area.gadget_footer_area .f_widget.social-widget .f_social_icon a:hover {
    background: #fa6574;
}

/*============ team_details_area css =========*/
/*============ skill_area css =========*/
.skill_area {
    background: #eff2f9;
}

.skill_copntent {
    padding-right: 80px;
}
.skill_copntent h2 {
    font-size: 30px;
    color: #161341;
    font-weight: 600;
}
.skill_copntent p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 25px;
}

.progress-element p {
    font-size: 15px;
    font-weight: 500;
    color: #051441;
    margin-bottom: 5px;
}
.progress-element .count-tip {
    font-size: 15px;
    font-weight: 500;
}
.progress-element .count-tip.one {
    color: #7a4cfa;
}
.progress-element .count-tip.two {
    color: #00d8e6;
}
.progress-element .count-tip.thre {
    color: #e6c300;
}
.progress-element .count-tip.four {
    color: #ff6a6a;
}
.progress-element .progress {
    height: 6px;
    background: #fff;
    border-radius: 0px;
    margin-bottom: 20px;
}
.progress-element .progress .progress-bar {
    width: 0px;
    transition: width 3s linear;
}

/*============ skill_area css =========*/
/*============ team_contact_area css =========*/
.team_contact_area .chat_title h2 {
    font-size: 40px;
    color: #051441;
}
.team_contact_area .chat_title h2 span {
    display: block;
}
.contact_form_box .text_box {
    margin-bottom: 20px;
}
.contact_form_box .text_box input[type=text], .contact_form_box .text_box input[type=email], .contact_form_box .text_box textarea {
    background: #f7f8fb;
    border-color: #f7f8fb;
    font-size: 16px;
    border-radius: 4px;
    transition: all 0.2s linear;
    box-shadow: none;
}
.contact_form_box .text_box input[type=text].placeholder, .contact_form_box .text_box textarea.placeholder {
    color: #6b707f;
}
.contact_form_box .text_box input[type=text]:-moz-placeholder, .contact_form_box .text_box textarea:-moz-placeholder {
    color: #6b707f;
}
.contact_form_box .text_box input[type=text]::-moz-placeholder, .contact_form_box .text_box textarea::-moz-placeholder {
    color: #6b707f;
}
.contact_form_box .text_box input[type=text]::-webkit-input-placeholder, .contact_form_box .text_box textarea::-webkit-input-placeholder {
    color: #6b707f;
}
.contact_form_box .text_box input[type=text]:focus, .contact_form_box .text_box textarea:focus {
    box-shadow: 0px 20px 20px 0px rgba(0, 11, 40, 0.1);
    border-color: #dfd4fe;
}
.contact_form_box .text_box textarea {
    height: 150px;
    resize: none;
    display: block;
}
.contact_form_box .sign_btn_transparent {
    background: transparent;
}
.contact_form_box .sign_btn_transparent:hover {
    background: #5e2ced;
    color: #fff;
}
button.btn_three.sign_btn_transparent {
    margin-top: 0;
}



/*============= Ajax Cart Button =================*/
.gadget_pr_item .pr_img .hover_content .added_to_cart {
    height: 68px;
    width: 68px;
    overflow: hidden;
    background: #101010;
    color: #101010;
    border-radius: 3px;
    opacity: 0;
}
.gadget_pr_item:hover .pr_img .hover_content .added_to_cart {
    opacity: 1;
    animation: fadeInUp .2s cubic-bezier(.5,0,.5,1) both;
}
.gadget_pr_item .pr_img .hover_content .added_to_cart:hover:before{
    transform: scale(1);
}
.gadget_pr_item .pr_img .hover_content .added_to_cart:before{
    content: '';
    background-image: -moz-linear-gradient(0deg,#f86f64 0,rgba(253,83,146,.99608) 100%);
    background-image: -webkit-linear-gradient(0deg,#f86f64 0,rgba(253,83,146,.99608) 100%);
    background-image: -ms-linear-gradient(0deg,#f86f64 0%,rgba(253,83,146,.99608) 100%);
    background-image: linear-gradient(0deg,#f86f64 0,rgba(253,83,146,.99608) 100%);
    width: 100%;
    height: 100%;
     transform: scale(0);
    transition: all .2s linear;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.gadget_pr_item .pr_img .hover_content .added_to_cart:after {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    font-size: 24px;
    content: "\e64d";
    font-family: 'themify';
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    z-index: 10;

}


/*=============== gadget_slider_area css ============*/
.gadget_slider_area {
    height: 100vh;
}
.gadget_slider_area.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.gadget_slider_area .slick-list, .gadget_slider_area .slick-track, .gadget_slider_area .container {
    height: 100%;
    display: flex;
}
.gadget_slider_area .container {
    align-items: center;
}
.gadget_slider_area .pattern {
    top: 15%;
    margin-left: -160px;
}
.gadget_slider_area .gadget_slider_img {
    text-align: right;
    position: relative;
    width: 100%;
}
.gadget_slider_area .gadget_slider_img .round {
    width: 830px;
    height: 830px;
    border: 130px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    left: -128px;
    top: 0;
    border-radius: 50%;
    z-index: -1;
}
.gadget_slider_area .gadget_slider_img img {
    display: inline-block;
}
.gadget_slider_area .slick-dots {
    list-style: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px;
    margin: 0;
    width: auto;
    bottom: auto;
}
.gadget_slider_area .slick-dots li {
    display: flex;
    margin: 0px 0px 10px;
    width: 38px;
    height: 2px;
    justify-content: flex-end;
}
.gadget_slider_area .slick-dots li button {
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border: 0px;
    box-shadow: none;
    margin: 0px;
    transition: all 0.3s linear;
}
.gadget_slider_area .slick-dots li button:before {
    display: none;
}
.gadget_slider_area .slick-dots li.slick-active button {
    width: 100%;
    background: #fff;
}
.gadget_slider_area .slick-active .gadget_slider_content h3 .char {
    animation: fadeInUp 1s linear both 0.07s;
    animation-delay: calc(0.07s * var(--char-index));
}
.gadget_slider_area .slick-active .gadget_slider_content .text .char {
    animation: fadeInLeft 1s linear both 0.07s;
    animation-delay: calc(0.07s * var(--char-index));
}
.gadget_slider_area .slick-active .shop_slider_content h6 .char {
    animation: fadeIn 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(0.08s * var(--char-index));
}

.gadget_slider_content h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    margin-bottom: 15px;
}
.gadget_slider_content h3 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 15px;
}
.gadget_slider_content .text {
    font-size: 200px;
    line-height: 200px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
}
.gadget_slider_content h3, .gadget_slider_content h6 {
    color: #fff;
}
.gadget_slider_content .gadget_btn {
    margin-top: 40px;
    transition: all 0.2s linear;
}
.gadget_slider_content .gadget_btn:hover {
    background: #fff;
    color: #051441;
}

.gadget_btn {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 45px;
    padding: 12px 36px;
    text-align: center;
    display: inline-block;
    background-image: linear-gradient(-45deg, rgba(253, 83, 145, 0.99608) 0%, #f86f65 100%);
    background-size: 150% auto;
    transition: all 0.3s linear;
}
.gadget_btn:hover {
    background-position: right center;
    color: #fff;
    box-shadow: 0px 10px 30px 0px rgba(12, 0, 46, 0.1);
}
.gadget_btn.strock_btn {
    border: 1px solid #fff;
    background: transparent;
}
.gadget_btn.border_radius_none {
    border-radius: 0px;
    background: #f66b6a;
}

.shop_slider_content {
    font-family: "Inter", sans-serif;
}
.shop_slider_content h6 {
    font-size: 15px;
    color: #2c2c51;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 3px;
    overflow: hidden;
}
.shop_slider_content h6 .line {
    width: 52px;
    height: 1px;
    background: #7e7e7e;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.shop_slider_content h3 {
    font-size: 64px;
    line-height: 80px;
    color: #2c2c51;
}
.shop_slider_content .gadget_btn {
    margin-top: 36px;
}

/*=============== gadget_slider_area css ============*/
/*=============== gadget_about_area css ============*/
.gadget_about_area {
    position: relative;
    z-index: 1;
}

.text_shadow {
    font-size: 200px;
    line-height: 200px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    position: absolute;
    top: 55%;
    left: -348px;
    transform: translateY(-50%);
    z-index: -2;
    white-space: nowrap;
}
.text_shadow.animated .char {
    animation: zoomIn 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(0.08s * var(--char-index));
}

.gadget_about_img {
    position: relative;
    z-index: 2;
}
.gadget_about_img .two_img {
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.gadget_details h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    color: #051441;
    margin-bottom: 20px;
}

/*======================================================================================================*/


.gadget_details h2.animated .char {
    animation: pop-char-out 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(0.04s * var(--char-index));
}
.gadget_details p {
    margin-bottom: 36px;
    line-height: 24px;
}
.gadget_details p span {
    padding: 0px;
}
.gadget_details p .word {
    overflow: hidden;
}
.gadget_details p.animated .char {
    animation: fadeInUp 1s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(0.015s * var(--char-index));
}

/*=============== gadget_about_area css ============*/
/*=============== gadget_shipping_area css ============*/
.gadget_shipping_area {
    padding-bottom: 120px;
}
.gadget_shipping_area.pb_60 {
    padding-bottom: 60px;
}
.gadget_shipping_area.pb_60 .br_bottom {
    margin-bottom: 60px;
}

.br_bottom {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-bottom: 80px;
}

.g_shipping_item img {
    margin-right: 30px;
}
.g_shipping_item .media-body h4 {
    font-size: 16px;
    color: #2c2c51;
    font-weight: 600;
    margin-bottom: 5px;
}
.g_shipping_item .media-body p {
    margin-bottom: 0;
}

/*=============== gadget_shipping_area css ============*/
/*=============== gadget_features_area css ============*/
.gadget_features_item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding: 50px;
}
.gadget_features_item .content h6 {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.14px;
    margin-bottom: 12px;
}
.gadget_features_item .content h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
}
.gadget_features_item .content .text {
    font-size: 100px;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: 900;
    text-transform: uppercase;
}
.gadget_features_item .content .see_btn {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-right: 24px;
    display: inline-block;
    line-height: 15px;
    margin-top: 86px;
    transition: all 0.1s linear;
}
.gadget_features_item .content .see_btn:before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background: #fff;
    transition: width 0.3s linear;
}
.gadget_features_item .content .see_btn:hover {
    padding-right: 0px;
}
.gadget_features_item .content .see_btn:hover:before {
    width: 100%;
}
.gadget_features_item .img {
    position: absolute;
    right: -50px;
    bottom: 20px;
}
.gadget_features_item.yellow {
    background-image: -moz-linear-gradient(95deg, #f39912 0%, #f7bb23 100%);
    background-image: -webkit-linear-gradient(95deg, #f39912 0%, #f7bb23 100%);
    background-image: -ms-linear-gradient(95deg, #f39912 0%, #f7bb23 100%);
    background-image: linear-gradient(95deg, #f39912 0%, #f7bb23 100%);
}
.gadget_features_item.red {
    background-image: -moz-linear-gradient(95deg, #e50815 0%, #ee112b 100%);
    background-image: -webkit-linear-gradient(95deg, #e50815 0%, #ee112b 100%);
    background-image: -ms-linear-gradient(95deg, #e50815 0%, #ee112b 100%);
    background-image: linear-gradient(95deg, #e50815 0%, #ee112b 100%);
}
.gadget_features_item.red img {
    right: -5px;
    bottom: -30px;
}
.gadget_features_item.blue {
    background-image: -moz-linear-gradient(95deg, #1230fd 0%, #2461fe 100%);
    background-image: -webkit-linear-gradient(95deg, #1230fd 0%, #2461fe 100%);
    background-image: -ms-linear-gradient(95deg, #1230fd 0%, #2461fe 100%);
    background-image: linear-gradient(95deg, #1230fd 0%, #2461fe 100%);
}
.gadget_features_item.green {
    background-image: -moz-linear-gradient(95deg, #88bb29 0%, #b0d252 100%);
    background-image: -webkit-linear-gradient(95deg, #88bb29 0%, #b0d252 100%);
    background-image: -ms-linear-gradient(95deg, #88bb29 0%, #b0d252 100%);
    background-image: linear-gradient(95deg, #88bb29 0%, #b0d252 100%);
}

/*=============== gadget_features_area css ============*/


/*============ product_multitask_area css =========*/
.product_multitask_area {
    background: #000;
}

.tab_img_info {
    position: relative;
    z-index: 0;
}
.tab_img_info:before {
    content: "";
    width: 1006px;
    height: 598px;
    background-size: 1006px 598px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.tab_img_info:after {
    content: "";
    width: 1417px;
    height: 208px;
    display: block;
    background-size: 1417px 208px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: -119px;
    bottom: -151px;
    z-index: -1;
}
.tab_img_info figure.tab_img {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 769px;
    height: 481px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 30px;
    left: 50%;
    border-radius: 0px;
    transform: translateX(-50%);
}
.tab_img_info figure.tab_img.active {
    position: absolute;
}

.multitask_tab {
    position: relative;
    z-index: 1;
    justify-content: center;
    border: 0px;
    margin-top: 40px;
}
.multitask_tab .nav-item {
    margin-right: 30px;
}
.multitask_tab .nav-item .nav-link {
    border-radius: 0px;
    font-size: 14px;
    color: #5a5b62;
    text-transform: uppercase;
    padding: 10px 20px;
    background: transparent;
    border: 0px;
    position: relative;
}
.multitask_tab .nav-item .nav-link:before, .multitask_tab .nav-item .nav-link:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
}
.multitask_tab .nav-item .nav-link:before {
    background: #3e3e41;
    left: 0;
}
.multitask_tab .nav-item .nav-link:after {
    background: #fff;
    left: auto;
    right: 0;
    width: 0px;
    transition: width 0.3s linear;
}
.multitask_tab .nav-item .nav-link.active:after, .multitask_tab .nav-item .nav-link:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.multitask_tab .nav-item:last-child {
    margin-right: 0;
}

.multitask_tab_content {
    max-width: 670px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 55px;
}
.multitask_tab_content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #5a5b62;
    line-height: 30px;
}
.multitask_tab_content .tabe_pane {
    animation: fadeOut 0.3s linear both;
}
.multitask_tab_content .show {
    animation: fadeInUp 0.3s linear both;
}

/*============ product_multitask_area css =========*/
/*============ product_comparison_area css =========*/
.comparison_pr_info.one {
    margin-top: 34px;
}
.comparison_pr_info img {
    margin-bottom: 80px;
}
.comparison_pr_info h3 {
    font-size: 30px;
    color: #222222;
    font-weight: 600;
}
.comparison_pr_info ul {
    margin-bottom: 0;
}
.comparison_pr_info ul li {
    font-size: 16px;
    color: #5a5b62;
    margin-bottom: 30px;
}

.image_comparison {
    background-repeat: no-repeat;
    height: 400px;
    width: 400px;
    display: inline-block;
    position: relative;
    background-position: center !important;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 110px;
}
.image_comparison.image_comparison_two {
    background-repeat: no-repeat;
}
.image_comparison .caption_text {
    font-size: 14px;
    color: #5a5b62;
    position: absolute;
}
.image_comparison .caption_text.headphone {
    right: 20px;
    top: -10px;
}
.image_comparison .caption_text.thunderbolt {
    bottom: -10px;
    left: 85px;
}
.image_comparison .caption_text.thunderbolt_one {
    right: 80px;
    top: -10px;
}
.image_comparison .caption_text.headphone_two {
    top: 194px;
    right: 18px;
}
.image_comparison .caption_text.thunderbolt_three {
    bottom: -10px;
    left: 90px;
}

/*============ product_features_area css =========*/
.product_features_area p {
    font-size: 16px;
    color: #5a5b62;
    margin-bottom: 0;
}

.macbook_body {
    max-width: 770px;
    height: 462px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    margin-bottom: 100px;
}
.macbook_body .top, .macbook_body .middle, .macbook_body .bottom {
    position: relative;
}
.macbook_body .top {
    z-index: 2;
}
.macbook_body .middle {
    bottom: 8px;
    z-index: 1;
}
.macbook_body .bottom {
    bottom: 82px;
}

.battery_mockup {
    position: relative;
}

.battery_info {
    margin-bottom: 0;
}
.battery_info li {
    position: absolute;
    font-size: 14px;
    color: #5a5b62;
    top: 128px;
    display: flex;
    align-items: center;
}
.battery_info li:nth-child(even) {
    right: 0;
    text-align: right;
    flex-direction: row-reverse;
}
.battery_info li:nth-child(even) .line {
    margin-left: 0;
    margin-right: 30px;
}
.battery_info li:nth-child(2) {
    right: 0;
}
.battery_info li:nth-child(3), .battery_info li:nth-child(4) {
    top: 250px;
}
.battery_info li:nth-child(3) .line {
    margin-left: 60px;
}
.battery_info li:nth-child(4) .line {
    margin-right: 60px;
}
.battery_info li:nth-child(5), .battery_info li:nth-child(6) {
    top: 365px;
}
.battery_info li .line {
    width: 145px;
    display: inline-block;
    height: 1px;
    background: #e5e5e5;
    margin-left: 30px;
}

.product_features_content .performance_title {
    margin-bottom: 20px;
}

.product_features_info {
    margin-bottom: -80px;
}

.product_features_item {
    margin-bottom: 80px;
}
.product_features_item .badge_content {
    font-size: 54px;
    line-height: 50px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
}
.product_features_item .badge_content .counter {
    display: inline-block;
}


ul.mb_30_li li{
    margin-bottom: 30px;
}

/*============ shop_featured_gallery_area css =========*/
.shop_featured_gallery_area {
    padding-top: 120px;
}

.featured_gallery {
    margin: -3px 0px;
}
.featured_gallery .grid-item {
    padding: 3px;
}
.featured_gallery .custom-col-2 {
    width: 24.99%;
}
.featured_gallery .shop_featured_item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.featured_gallery .shop_featured_item img {
    max-width: 100%;
    transition: all 0.2s linear;
}
.featured_gallery .shop_featured_item:hover img {
    transform: scale(1.03);
}
.featured_gallery .shop_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Inter", sans-serif;
    padding: 35px 30px;
}
.featured_gallery .shop_content h5 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.featured_gallery .shop_content .shop_btn {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
}

/*============ shop_featured_gallery_area css =========*/
/*============ shop_product_area css =========*/
.shop_title h2 {
    font-size: 48px;
    color: #051441;
}
.shop_title h2.w_color {
    color: #fff;
}

.shop_product_area .gadget_pr_item .pr_img .hover_content .cart_btn_gadget:before {
    background: #f66b6a;
}
.shop_product_area .gadget_pr_item .single_pr_details h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
}
.shop_product_area .gadget_pr_item .single_pr_details h3:hover {
    color: #f66b6a;
}
.shop_product_area .gadget_pr_item .single_pr_details .price {
    padding-top: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.product_filter {
    display: flex;
    justify-content: center;
}
.product_filter .work_portfolio_item {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    color: #2c2c51;
    margin-right: 55px;
    cursor: pointer;
    position: relative;
    padding-bottom: 13px;
}
.product_filter .work_portfolio_item:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #f66b6a;
}
.product_filter .work_portfolio_item.active {
    color: #f66b6a;
}
.product_filter .work_portfolio_item.active:before {
    width: 100%;
}
.product_filter .work_portfolio_item:last-child {
    margin-right: 0;
}

/*============ shop_product_area css =========*/
/*============ trending_product_area css =========*/
.trending_product_area {
    background: #ff9673;
    position: relative;
    z-index: 1;
}
.trending_product_area .pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tr_pr_left {
    width: calc(50% - 585px);
}

.tr_pr_right {
    width: calc(50% + 585px);
}

.trending_product_slider .slick-list {
    padding-left: 0 !important;
}
.trending_product_slider .gadget_pr_item {
    margin-bottom: 0;
}
.trending_product_slider .gadget_pr_item img {
    max-width: 100%;
    display: inline-block;
}
.trending_product_slider .gadget_pr_item.one {
    background: #ecf4fa;
}
.trending_product_slider .gadget_pr_item.two {
    background: #fff8f0;
}
.trending_product_slider .gadget_pr_item.three {
    background: #f5eeee;
}
.trending_product_slider .gadget_pr_item.four {
    background: #f5f4ed;
}
.trending_product_slider .gadget_pr_item .hover_content .cart_btn_gadget:before {
    background: #f66b6a;
}
.trending_product_slider .single_pr_details {
    padding-top: 5px;
    padding-bottom: 25px;
}
.trending_product_slider .single_pr_details h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
}
.trending_product_slider .single_pr_details h3:hover {
    color: #f66b6a;
}
.trending_product_slider .single_pr_details .price {
    padding-top: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
}

.custom_arrow button {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 60px;
    background: transparent;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
}
.custom_arrow button:hover {
    background: #fff;
    color: #051441;
}
.pr_img .hover_content .tinvwl-product-in-list i{
    display: none !important;
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget a.tinvwl-product-in-list:before{
    content: '\e908';
    font-family: tinvwl-webfont
}
.gadget_pr_item:hover .pr_img .hover_content .cart_btn_gadget a:before{
    font-family: 'themify'
}

/*============ trending_product_area css =========*/


/*Fashion Footer*/
.fashion_footer_menu{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.fashion_footer_menu li{
    margin-bottom: 15px;
}
.fashion_footer_menu li a{
    color: #838889;
    font-size: 14px;
    font-family: "Inter", sans-serif;
}
.fashion_footer_menu li a:before{
    content: "";
    width: 0;
    height: 1px;
    background: #f66b6a;
    right: 0;
    left: auto;
    bottom: 0;
    position: absolute;
    transition: width 0.2s linear;
}
.fashion_footer_menu li a:hover{
    color: #f66b6a;
}
.subscribe-form.mailchimp input.form-control::placeholder {
    color: #fff !important;
}




/*========================Responsive=============================*/
@media (min-width: 1921px) {
    .gadget_slider_area{
        height: 1100px
    }
}
@media (max-width:1450px){
    .gadget_slider_area .gadget_slider_img .round{
        width: 630px;
        height: 630px;
        left: -30px;
        top: auto;
        bottom: 20px;
    }
}

@media (max-width:1350px){
    .gadget_slider_area .gadget_slider_img img{
        max-width: 100%;
    }
    .gadget_slider_area .gadget_slider_img{
        margin-left: -50px;
    }
}

@media (max-width:1199px){
    /* gadget responsive */
    .gadget_details {
        padding-left: 0;
    }
    .g_shipping_item img {
        margin-right: 12px;
    }
    .gadget_features_item .img{
        width: 350px;
    }
    .gadget_features_item.red img{
        width: 250px;
    }
    .gadget_pr_item .pr_img img{
        max-width: 100%;
    }
    .gadget_promo_content {
        padding-left: 65px;
    }
    .skill_copntent {
        padding-right: 0px;
    }

    /*-----------Home Product Dark------------*/
    .macbook_body {
        max-width: 570px;
        height: 340px;
    }
    .macbook_body .top, .macbook_body .middle, .macbook_body .bottom{
        max-width: 100%;
    }
    .macbook_body .bottom {
        bottom: 66px;
    }
    .battery_info li:nth-child(3), .battery_info li:nth-child(4) {
        top: 177px;
    }
    .battery_info li{
        top: 74px;
    }
    .battery_info li:nth-child(5), .battery_info li:nth-child(6) {
        top: 270px;
    }
    .tab_img_info:before {
        width: 935px;
        height: 598px;
        background-size: 935px 598px;
    }
    .tab_img_info figure.tab_img{
        width: 700px;
        height: 480px;
        background-size: 700px 480px !important;
    }

    .shop_slider_content h3{
        font-size: 52px;
        line-height: 64px;
    }
}


@media (max-width:991px){
    /*    gadget responsive css */
    .gadget_about_img{
        text-align: center;
    }
    .gadget_details{
        margin-top: 50px;
    }
    .g_shipping_item,.team_contact{
        margin-bottom: 30px;
    }
    .gadget_shipping_area .row{
        margin-bottom: -30px;
    }
    .gadget_promo_area{
        padding-bottom: 120px;
        margin-bottom: 0;
    }
    .gadget_promo_content{
        padding-left: 0;
        margin-top: 80px;
    }
    .gadget_promo_area .promo_img{
        margin-bottom: -120px;
    }
    .gadget_discount_info{
        padding: 50px;
    }
    .discount_pr_img img{
        max-width: 100%;
    }
    .gadget_discount_area{
        margin-top: 50px;
    }
    .gadget_slider_content h3{
        font-size: 49px;
        line-height: 55px;
    }
    .gadget_slider_content .text {
        font-size: 118px;
        line-height: 140px;
    }
    .team_details_content{
        padding-top: 50px;
    }
    .progress-element{
        margin-top: 30px;
    }

    /* --------------- Product Dark ------------------*/
    .tab_img_info:before {
        width: 690px;
        height: 440px;
        background-size: 690px 440px;
    }
    .tab_img_info figure.tab_img{
        width: 520px;
        height: 340px;
        background-size: 520px 340px !important;
    }
    .product_features_info,.performance_item {
        margin-top: 40px;
    }
    .performance_info {
        margin-top: 40px;
    }
    .tab_img_info:after{
        background-size: cover;
    }
    .product_discount_content img{
        max-width: 100%;
    }
    .white_footer_area .footer_top .f_widget.social-widget {
        margin-left: 0;
    }
    .macbook_body {
        max-width: 430px;
        height: 255px;
    }
    .macbook_body .bottom {
        bottom: 46px;
    }
    .battery_info li .line{
        margin-left: 10px;
    }
    .battery_info li:nth-child(3) .line{
        margin-left: 15px;
    }
    .battery_info li:nth-child(4) .line{
        margin-right: 15px;
    }
    .battery_info li:nth-child(even) .line{
        margin-right: 10px;
    }
    .battery_info li:nth-child(3), .battery_info li:nth-child(4) {
        top: 135px;
    }
    .battery_info li:nth-child(5), .battery_info li:nth-child(6) {
        top: 199px;
    }

    /*Home Shop*/
    .shop_slider_img img{
        height: auto;
    }
    .gadget_slider_area .gadget_slider_img .round {
        width: 430px;
        height: 430px;
        border-width: 100px;
    }
    .shop_slider_content h3 {
        font-size: 38px;
        line-height: 48px;
    }
    .featured_gallery .shop_content{
        padding: 15px;
    }
    .featured_gallery .shop_content .shop_btn{
        bottom: 15px;
    }
    .tr_pr_right {
        width: calc(50% + 330px);
    }
    .tr_pr_left {
        width: calc(50% - 330px);
    }
}

@media (max-width:768px){
    .gadget_about_area .text_shadow{
        display: none;
    }
    .gadget_about_img .one_img{
        max-width: 100%;
    }
    .gadget_product_area .left_img, .gadget_product_area .right_img{
        display: none;
    }
    .gadget_title{
        margin-bottom: 50px;
    }
    .gadget_best_pr_area .gadget_pr_item{
        max-width: 270px;
    }
    .gadget_slider_area{
        height: 840px;
    }
    .gadget_slider_area .gadget_slider_img img{
        width: 350px;
    }
    .gadget_slider_area .gadget_slider_img.headphone img{
        width: 300px;
    }
    .gadget_slider_area .slider_item{
        padding-top: 100px;
    }
    .gadget_slider_area .gadget_slider_img{
        margin-left: 0;
        margin-top: 25px;
    }

    .multitask_tab .nav-item {
        margin-right: 5px;
    }
    .tab_img_info figure.tab_img {
        width: 265px;
        height: 166px;
        background-size: 265px 166px !important;
        background-repeat: no-repeat;
    }
    .tab_img_info:before {
        width: 500px;
        height: 312px;
        background-size: 500px 312px;
    }
    .tab_img_info figure.tab_img {
        width: 380px;
        height: 245px;
        background-size: 380px 245px !important;
        top: 20px;
    }
    .tab_img_info:after{
        height: 195px;
    }
    .gadget_slider_area .gadget_slider_img.shop_slider_img{
        text-align: center;
    }
    .shop_slider_img img{
        height: calc(100vh - 100px);
    }
    .gadget_slider_area .col-md-6.d-flex{
        display: block !important;
    }
    .gadget_slider_area .gadget_slider_img .round{
        left: 50%;
        transform: translateX(-50%);
        border-width: 70px;
    }
    .gadget_slider_area .shop_slider_img{
        text-align: center;
    }
    .shop_partner_logo_area .partner_info .logo_item{
        width: calc(100% / 3);
        margin-bottom: 50px;
    }
    .shop_partner_logo_area .partner_logo_area_four{
        margin-bottom: -50px;
    }


}
@media (max-width:650px){
    .gadget_discount_info{
        display: block;
    }
    .shop_title h2{
        font-size: 38px;
        line-height: 42px;
    }
    .custom_arrow button {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
    .product_filter .work_portfolio_item{
        margin-right: 10px;
    }

}

@media (max-width:576px){
    .team_contact_area .chat_title h2{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .team_contact_area .chat_title h2{
        line-height: 35px;
    }
    .gadget_pr_item{
        max-width: 295px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    .gadget_product_area .row{
        margin-bottom: -30px;
    }
    .gadget_features_slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    .gadget_features_item{
        padding: 50px 20px;
    }
    .gadget_slider_content .text {
        font-size: 18vw;
        line-height: 1.9;
    }
    .gadget_slider_content h3 {
        font-size: 11vw;
        line-height: 1.1;
        margin-bottom: 10px;
    }
    .gadget_slider_content .gadget_btn {
        margin-top: 12px;
    }
    .battery_info li .line,.tab_img_info:after{
        display: none;
    }
    .shop_partner_logo_area .partner_info .logo_item{
        width: calc(100% / 2);
    }
    .product_gallery .gadget_pr_item{
        max-width: 270px;
    }
    .featured_gallery .custom-col-2{
        width: 49.9%;
    }

}

@media (max-width:480px){
    .gadget_features_item .img{
        width: 230px;
    }

    .tab_img_info{
        height: 230px;
    }
    .tab_img_info:before {
        width: 100%;
        height: 100%;
        background-size: contain;
        background-position: center;
    }
    .tab_img_info figure.tab_img {
        width: 77%;
        height: 180px;
        background-size: contain !important;
        top: 11px;
        background-position: center !important;
    }
    .multitask_tab{
        margin-top: 0;
    }
    .multitask_tab .nav-item .nav-link{
        padding: 7px 9px;
    }
    .macbook_body{
        height: auto;
        margin-bottom: 0;
    }
    .macbook_body .bottom {
        bottom: 34px;
    }

}

@media (max-width:450px){
    .gadget_discount_info .discount-time .clock{
        flex-wrap: wrap;
    }
    .gadget_discount_info .discount-time .clock .timer{
        width: calc(100% / 2);
        margin-right: 0;
        text-align: center;
        margin-bottom: 25px;
    }
    .gadget_discount_info .discount-time .clock .timer:before,.partner_logo_area_two h2 br{
        display: none;
    }
    .gadget_discount_info{
        padding: 50px 15px 0px;
    }
    .gadget_about_img .two_img {
        position: relative;
        bottom: 0;
    }
    .featured_gallery .custom-col-2,.featured_gallery .shop_featured_item img{
        width: 100%;
    }
    .product_filter{
        display: block;
        text-align: center;
    }
    .product_filter .work_portfolio_item{
        display: inline-block;
    }

}

@media (max-height:420px){
    .gadget_promo_area .promo_img{
        max-width: 100%;
    }
    .gadget_features_item .img {
        width: 230px;
    }
    .gadget_features_item.red img {
        width: 180px;
        bottom: 0px;
    }
    .gadget_shipping_area .col-6{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gadget_about_img .two_img{
        right: 58px;
    }
    .gadget_discount_info .discount-time{
        text-align: center;
    }
    .gadget_discount_info .discount-time h2{
        font-size: 32px;
    }
    .shop_slider_content h3 {
        font-size: 34px;
        line-height: 43px;
    }
    .gadget_slider_area .gadget_slider_img .round {
        width: 330px;
        height: 330px;
    }
    .trending_product_area .custom_arrow {
        display: none;
    }
    .trending_product_area .mb_70{
        margin-bottom: 40px;
    }

}
