.btn-primaryt{
    background:#0275d8 !important;
    display: inline-block;
    position: relative;
    padding: 9px 22px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 500 !important;
    letter-spacing: .025em;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
}

/*Iframe design*/
#Iframe-Master-CC-and-Rs {
 
  max-height: 100%; 
  overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;}
 
.responsive-wrapper iframe {
  position: absolute;top: 0;
  left: 0;width: 100%;height: 100%;margin: 0;
  padding: 0;border: none;}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 57%;
}

/* general styles */
/* ============== */

.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}

.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*I framse*/

/*Floater design*/

 .floater-box{
           box-sizing: border-box !important;
    background: #fff;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    padding:10px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
    display:none;
    }
    
 @keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
     .float-call:hover{
         color:#fff;
     }
    .float-call{
             background: #0275d8;
    color: #fff;
    position: fixed;
    display: flex;
    font-weight: 600;
    z-index: 100;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    right: 50px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    }
    #closeform{
        cursor:pointer;
    }
    #openshow{
        cursor:pointer;
    }
    
    #phoneshow{
        font-size: 1.4rem;
    font-weight: 700;
    }
    
   .floatimg {
    border-radius: 100%;
    margin-left: 15px;
    padding: 5px;
    right: -45px;
    position: absolute;
    width: 42px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 42px;
    background: #fff;
    top: 0px;
}



@media only screen and (min-width:360px) and (max-width:768px){
    /*.float-call{*/
    /*    display:none;*/
    /*}*/
    .floater-box{
       width: 90% !important;
    left: 0  !important;
    right: 0  !important;
    margin: auto  !important;
    }
    .hide-xs{
        display:none;
    }
    #submitphone{
        display:none;
    }
    
    #submitphonemobile{
    display:block !important;
}
.hide-sm{
    display:block !important; 
}
}

#submitphonemobile{
    display:none;
}
.hide-sm{
    display:none; 
}

/*Floater design*/

@media (max-width: 1399px) {
    .col-gd {
        width: 25%;
    }
    .hero-area3.hero-area4 .item {
        height: 450px;
    }
    
}

.btn-gray{
    background-color:#eee;
}

.reviewbtn{
       background: #ffeb3b;
    margin-top: 10px;
    color: #000;
    display: inline-block;
    padding: 0.5rem;
    box-shadow: rgb(50 50 93 / 25%) 0px 6px 12px -2px, rgb(0 0 0 / 30%) 0px 3px 7px -3px;
    border-radius: 4px;
}

.text-red-blink{
    color:red;
     animation: blink 1s linear infinite;
}
@keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
.w20{
    width:50%;
}

.btn-white{
    background: #fff;
    border:1px solid #d1d1d1;
}
.btn-yellow{
    background: #ffeb3b !important;
}
.bg-mygray{
    background: #e4e4e4;
}
.text-right{
    text-align: right;
}

.am-btn{
    margin-top: 0;
    color:#000 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;

    border-radius: 4px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500 !important;
    letter-spacing: .025em;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    padding: 9px 22px;
}



.extraoptions-modal{
   position: fixed;
  transform: translate(-50%, -50%);
  width: 50%;
  left: 50%;
  display: none;
  margin: auto;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #dad9d9;
  height: auto;
  z-index:1000;
  top: 50%;
}

.closemodel{
        width: 1.2rem;
    display: block;
    margin: 0 0px 5px auto;
    cursor: pointer;
}

.panel{
    display: none;
}

.note-form .form-group{
    margin:15px 0;
}

.card-certified{
    margin-bottom:30px;
}
.box1{
    padding:56px 30px;
    text-align: center;
}
 .boxes-logo img{
        width:100%;
        height:100%;
        object-fit:contain;
    }
     .boxes-logo{
         width:100px;
         height:100px;
         margin:auto;
     }
     .text-black1{
         color:#000;
     }
@media (max-width: 1366px) {
   
    .slider-area-wrapper .item-inner {
        max-width: 70%;
    }
    .flash-sell-area.three_column_product .section-title h2{
        font-size: 24px;
    }
    .flash-sell-area.three_column_product .section-title h2 {
        font-size: 20px;
    }
}

@media (max-width: 1050px) {
    .left-category-area .category-list .navi-link img{
        display: none;
    }
    .left-category-area .category-list .navi-link {
        padding: 17px 8px;
    }
    .left-category-area .category-list {
        padding: 14px 0px;
    }
    .left-category-area .category-list .navi-link i {
        top: 5px;
    }

}

.customer-logo-box h3{
    font-weight:600;
}

@media only screen and (max-width:768px){
    .responsive-wrapper-wxh-572x612 {
    padding-bottom: 151% !important;
}
    .extraoptions-modal{
        width:95%;
        top:50%;
    }
    .customer-logo-box .col-md-6{
        width:50%;
    }
    #colorsimages{
        flex-wrap: wrap;
    }
    
     #colorsimages li{
         margin-bottom:10px;
     }
     
     .myfilters .col-md-2{
         display:none;
     }
     
      .myfilters .quickFilter{
          width:50%;
          float:left;
      }
      .myfilters .shop-sorting{
          width:50%;
          margin-top: 0 !important;
          float:left;
      }
          .myfilters .shop-sorting label{
              
             display:none;   
          }
}

@media (max-width: 991px) {
    .product-gallries .col-lg-2 {
        width:33%;
    }
    .sm-text-center{
        text-align:center;
    }
    .hero-area3 .right-img img {
        max-width: 220px;
        display: inline-block;
        margin-bottom: 20px;
    }
    .slider-area-wrapper .item-inner {
        max-width: 100%;
    }
  
    .hero-area3 .left-content .title {
        font-size: 24px;
        line-height: 34px;
    }
    .hero-area3 .left-content{
        text-align: center;
        width: 100%;
    }
    .owl-carousel .owl-prev, .owl-carousel .owl-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .hero-area3 .left-content .subtitle {
        font-size: 30px;
    }
    .service-section.mt-60.pt-0{
        margin-top: 30px !important;
    }
  
    .col-gd {
        width: 33.333%;
    }
    .newproduct-section .section-title,
    .sps-two .section-title
    {
        display: block;
        text-align: center;
    }
    .sps-two  .section-title h2,
    .newproduct-section  .section-title h2
    {
        display: inline-block;
        margin-bottom : 20px;
    }
    .newproduct-section .section-title .links,
    .sps-two .section-title .links
    {
        display : block;
    }
    .newproduct-section .section-title .links, 
    .sps-two .section-title .links 
    {
        padding-bottom: 10px;
    }
    .section-title .links a::before {
        display: none;
    }
    .widget.p-4 {
        padding: 0px !important;
        box-shadow: none !important;
    }
    .contact-page .card.widget.p-4,
    .checkut-page .card.widget.p-4
    {
        border-radius: 5px !important;
        padding: 1.5rem !important;
    }
    .topbar{
        position: relative;
    }
    .compare-mobile {
        margin-right: 0px;
        margin-left: 10px;
    }
    .site-header .search-box-wrap{
        position: absolute;
        left: 0px;
        width: 100%;
        background: #fff;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: 999;
    }
    .close-m-serch{
        font-size: 24px;
        margin-left: 20px;
        cursor: pointer;
    }
    .track-order-link.wishlist-mobile{
        margin-right: 10px;
    }
    .t-h-dropdown {
        margin-right: 10px;
    }
    .hero-slider .item {
        height: 430px;
    }
    .body_theme2 .hero-slider .item {
        height: 430px;
    }
}

@media (max-width: 767px) {
    .order-table .product-item .product-thumb, .shopping-cart .product-item .product-thumb, .wishlist-table .product-item .product-thumb{
        display:block;
    }
    .order-table .product-item, .shopping-cart .product-item, .wishlist-table .product-item{
        display: block;
    }
    .hero-area3.hero-area4 .item {
        height: 320px;
    }
    .body_theme2 .genius-banner{
        margin-bottom: 30px;
    }
    .body_theme3 .genius-banner{
        margin-bottom: 30px;
    }
    .body_theme4 .genius-banner{
        margin-bottom: 30px;
    }
    .shop-top-filter-wrapper .gd-text-sm-center{
        text-align: center;
    }
    .shop-top-filter-wrapper select.form-control:not([size]):not([multiple]) {
        height: 35px;
    }
    .quickFilter .quickFilter-title{
        height: 35px;
        line-height: 35px;
    }
    .shop-top-filter-wrapper .shop-sorting .form-control {
        max-width: 155px;
    }
    .shop-top-filter-wrapper .gd-text-sm-center .sptfl{
        justify-content: center;
        display: block;
    }
    .shop-top-filter-wrapper .shop-view{
        float: unset;
        margin-top: 15px;
    }
    .shop-top-filter-wrapper  .shop-sorting{
        display: block;
        flex: unset;
        margin-top: 15px;
        text-align: center;
    }

    .col-gd {
        width: 50%;
    }
    .hero-slider .owl-carousel .owl-nav div {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .hero-slider .item {
        padding: 0px 20px;
    }
    .payment-methods .single-payment-method {
        width: 50%;
    }
    .details-page-top-right-content{
        margin-top: 30px;
    }
    .t-m-s-a{
        text-align: center;
    }
    a.genius-banner {
        margin-bottom: 30px;
    }
    .deal-of-day-section .section-title{
        display: block;
        text-align: center;
    }
    .deal-of-day-section .section-title h2{
        display: inline-block;
    }
    .deal-of-day-section .countdown{
        display: table;
        margin: 0 auto;
    }
    .deal-of-day-section .section-title .right-area{
        padding: 10px 0px 10px;
    }
    .flash-sell-area .section-title{
        text-align: left;
    }

}
@media (max-width: 576px) {
    .shop-top-filter-wrapper  .shop-sorting #sorting{
        display: block;
        margin: 0 auto;
    }
    .hero-slider .item {
        height: 340px;
    }
    .announcement-with-content .left-area {
        display: none;
    }
    .announcement-with-content .right-area {
        padding-left: 0px;
    }
    .announcement-with-content .right-area h3{
        font-size: 24px;
        font-weight: 600;
    }
}


@media (max-width: 500px) {
    .hero-area3.hero-area4 .item {
        height: 250px !important;
    }
    .slider-area-wrapper .item-inner .title {
        font-size: 30px;
    }
    .slider-area-wrapper .item-inner .subtitle {
        font-size: 15px;
        line-height: 24px;
    }
 
    .selected-product-section .features-slider .owl-nav div{
        top: 50% !important;
        transform: translateY(-50%);
    }
    .selected-product-section .features-slider .owl-nav div.owl-prev{
        left: -10px;
        right: auto;
    }
    .selected-product-section .features-slider .owl-nav div.owl-next{
        right: -10px;
    }
    .product-card .product-title > a {
        font-size: 13px !important;
        display: block;
    }
    .product-card .product-category>a{
        font-size: 12px;
    }
    .deal-of-day-section .section-title .h3::before{
        display: none;
    }
    .site-header .toolbar .toolbar-item {
        width: 34px;
        margin-left: 6px;
    }
    .flash-sell-new-section .product-card{
        display: block;
    }
    .flash-sell-new-section .product-card .product-thumb{
        width: 100%;
    }
    .flash-sell-area .section-title h2{
        font-size: 20px;
    }
    .p-action-button{
        display: block;
        margin-top: 12px;
    }
    .details-page-top-right-content .product-quantity{
        float: none;
    }
    .topbar .search-box-inner .search-box select {
        width: 80px;
    }
    .site-header .search-box-wrap .input-group{
        position: unset;
    }
    .site-header .search-box-wrap .search-box-inner{
        position: relative;
    }
}

@media (max-width: 414px) {
    .g-3, .gy-3 {
        --bs-gutter-y: 10px !important;
    }
    .g-3, .gx-3 {
        --bs-gutter-x: 10px !important;
    }
    .t-h-dropdown {
        margin-right: 8px;
    }
    .section-title h2 {
        font-size: 20px;
    }
    .details-page-top-right-content .p-title-main {
        font-size: 20px;
        line-height: 30px;
    }
   
}
@media (max-width: 390px) {
    .product-card .product-price > del{
        display: block;
    }
}
@media (max-width: 360px) {
    .product-card .product-title > a {
        font-size: 12px !important;
    }
    .product-card .product-card-body {
        padding: 10px 5px 0px;
    }
    .product-card.p-col .product-thumb {
        width: 100px;
        margin-right: 20px;
    }
    .genius-banner .inner-content h4 {
        font-size: 20px;
    }
}

#colorsimages{
    display: flex;
    list-style: none;
    padding-left: 2px;
  
}
#colorsimages li{
    width: 22px;
    height: 22px;
    margin-right: 8px;
    cursor: pointer;
    transition: all 0.5s ease;
}

#colorsimages li:hover{
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}