/*Header Footer CSS*/
.form_search {
    width: 100%;
}
@media (max-width: 1199px) {
    .form_search {
        margin-right: 10px;
    }

    .pixelstrap .link-section .menu-title a.desktop{
        display: none;
    }
    .pixelstrap .link-section .menu-title h5.mobile{
        display: block;
    }
}
/*@media (max-width: 1199px) {
    .form_search {
        margin-right: 10px;
    }

    .pixelstrap .link-section .menu-title a.desktop{
        display: block;
    }
    .pixelstrap .link-section .menu-title h5.mobile{
        display: none;
    }
}*/
@media (max-width: 1430px) {
    .form_search {
        margin-right: 10px;
    }
    .search-bar .form_search {
        width: 100% !important;
    }
}

.brand-logo {
    position: relative;
    left: 0%;
    margin-right: 0%;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

@media (max-width: 480px) {
    .brand-logo img {
        height: 35px;
    }
}

@media (max-width: 577px) {
     .icon-nav .mobile-setting {
        position: fixed;
        bottom: 20px;
        right: 80%;
        font-size: 0;
        padding: 0;
    }
    .icon-nav .mobile-setting .setting {
        top: unset;
        bottom: 42px;
        left: 0 !important;
    }
}

.pixelstrap .full-mega-menu {
    background: var(--theme-color) !important;
}

.pixelstrap .full-mega-menu{
    z-index: 10;
    left: 13% !important;
    /*right: 10% !important;*/
    width: 75% !important;
    height: 450px;
    overflow-y: auto;
}
@media (max-width: 700px) {
    .pixelstrap .full-mega-menu {
        left: 0% !important;
        width: 100% !important;
        height: auto;
    }
    
}


.pixelstrap>li:last-child {
    border-right: none;
}

.pixelstrap .link-section a h5{
    color: #f3bb64;
    text-transform: uppercase;
    font-size: 16px;
}

.pixelstrap .link-section h5{
    color: #f3bb64;
    text-transform: uppercase;
    font-size: 16px;
}

.pixelstrap .link-section a:hover h5{
    text-decoration: underline;
}

.pixelstrap .link-section ul li a {
    font-size: 17px;
    color: #ffffff;
}

.pixelstrap .link-section ul li a:hover {
    text-decoration: underline;
}

.pixelstrap a, .pixelstrap a:hover, .pixelstrap a:active {
    line-height: 40px;
}

.header-style-5.color-style .form_search button i {
    color: var(--theme-color);
}
.header-style-5.color-style .form_search button {
    background: #ffffff;
}

ul.pixelstrap>li>a{
    padding-left: 9px;
    padding-right: 9px;
}

ul.pixelstrap>li>a:hover{
    padding-left: 15px;
    padding-right: 20px;
}
.pixelstrap .has-submenu.highlighted {
    background: var(--theme-color);
    color: #fff !important;
}

.pixelstrap li ul li a:hover{
    color: #ffffff !important;
}
.icon-nav .onhover-div .show-div.setting ul li {
    display: flex;
    padding: 10px; 
    border-bottom: 1px dashed gray;
}

 .icon-nav .onhover-div .show-div.setting ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

 .icon-nav .onhover-div .show-div.setting ul li a {
    color: #ffffff;
}

 .icon-nav .onhover-div .show-div.setting {
    min-width: 250px;
}

 .icon-nav .mobile-setting i {
   
    font-size: 16px;
}

.onhover-div.clicked .show-div {opacity:1;-webkit-transform:translateY(0px);transform:translateY(0px);visibility:visible}

.small-section {
     padding-top: 0;
     padding-bottom: 0;
}

.footer-theme2 .footer-link li, .footer-theme2 .footer-link-b li {
    padding-right: 20px;
    padding-left: 20px;
}

.footer-contant>ul>li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: 1px solid #ffffff54;
}
@media (max-width: 767px) {
    .footer-contant>ul>li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.footer-contant>ul>li:last-child {
    border-right: none;
}

@media (max-width: 577px) {
    .footer-theme2 .footer-link li {
        border-right: none;
    }
}

.footer-theme2 .footer-link.link-white a, .footer-theme2 .footer-link-b.link-white a {
    color: #ffffff;
    font-size: 19px;
}

.footer-theme2 .footer-link.link-white a:hover, .footer-theme2 .footer-link-b.link-white a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-social i, .social-white i {
    color: #3b0540;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: white;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ffffff;
    font-size: 16px;
}

.footer-social i, .social-white a:hover i {
    background-color: #3b0540;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.social-white ul li {
    padding: 0 5px !important;
}

footer.pet-layout-footer .social-white {
    display: block;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.t-shirt {
    background: url(../../../../img/layout/t-shirts.png) no-repeat right center;
    min-height: 145px;
    position: absolute;
    right: 80px;
    top: -35px;
    width: 145px;
    z-index: 1;
    font-size: 18px;
}

@media (max-width: 767px) {
    .t-shirt {
        right: 0;
        top: 50px;
    }
    .t-shirt::after{
        content: "FREE T-Shirt!";
        position: absolute;
        top: 94%;
        left: 10%;
    }
    .t-shirt-label {
        display: none !important;
    }
    .label-mobile {
        display: block !important;
    }
}
@media (max-width: 460px) {
    .payment-card-bottom img {
        max-height: 90px;
        width: auto;
    }
}
.footer-dw-header {
    font-size: 26px;
    color: #236399;
    font-weight: bold;
}

footer.pet-layout-footer .sub-footer p.copy-right {
    padding: 0;
    color: #000;
    font-style: italic;
}

.payment-card-bottom img {
    max-height: 100px;
    width: auto;
}

.sub-footer .payment-card-bottom {
    justify-content: center;
}

.sub-footer .payment-card-bottom {
    padding-bottom: 0 !important;
}

/*Header Footer CSS Ends*/

/*Modal CSS */
.vip-promotional-modal .modal-body .red-gradient-font {
    background: linear-gradient(to bottom, #ff0000 22%, #ff0000 10%, #ff0000 26%, #ff0000 27%, #ff0000 40%, #ff0000 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: calc(16px + (30 - 16) * ((100vw - 320px) / (1920 - 320)));
    padding: 0 5px;
    line-height: 1;
    font-weight: 700;
}

.vip-promotional-modal .modal-body .modal-bg-custom {
    padding: 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url(../images/img.png);
    background-position: center;
    background-size: cover;
}
/*Modal CSS Ends*/


/*Text Related CSS*/
.text-color-1 {color: var(--theme-color) !important;}
.text-color-2 {color: #3b0540 !important;}
label.error {color: red !important;}
/*Text Related CSS - Ends*/

/*Button Related CSS*/
.btn-outline-1 {
    color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 0px 16px 16px 0px !important;
    margin-right: -5px;
    padding: 9px 12px;
    font-size: 15px;
}

/*.btn-outline-1:hover {
    color: #fff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}*/

.btn-outline-2 {
    color: #01be57;
    border-color: #01be57;
    border-radius: 16px 0px 0px 16px !important;
    margin-right: -5px;
    padding: 9px 12px;
    font-size: 15px;
}

/*.btn-outline-2:hover {
    color: #fff;
    background-color: #01be57;
    border-color: #01be57;
}*/

.btn-solid {
    padding: 13px 10px;
}

.padding-10 {
    padding: 10px 10px;
}

.btn-solid {
    background-image: linear-gradient(30deg, var(--theme-color) 70%, transparent 50%);
    color: #ffffff !important;
}
.btn-solid:hover {
    color: #236496 !important;
}
.btn-solid.hover-solid:hover, .btn-solid.hover-solid:focus {
    background-color: var(--theme-color);
    opacity: 0.9;
    color: #fff !important;
}

.btn-solid-2 {
    border: 2px solid #3b0540 !important;
    background: #3b0540 !important;
    color: #ffffff !important;
}
.btn-solid-2:hover {
    background: #ffffff !important;
    color: #3b0540 !important;
}

.btn-solid-info {
    color: #fff;
    border: 2px solid #0A92CA;
    background-image: linear-gradient(30deg, #0A92CA 50%, transparent 50%);
}
.btn-solid-info:hover {
    border: 2px solid #0d66ab;
    background: linear-gradient(30deg, #0d66ab 100%, transparent 50%) !important;
    color: white !important;
}
/*Button Related CSS - Ends*/


/*Slick Slider Related CSS*/
.custom-arrow.no-arrow .slick-next, .custom-arrow.no-arrow .slick-prev {
    display: inline-block !important;
}
.custom-arrow .slick-prev {
    left: 0;
}
.custom-arrow .slick-next {
    right: 0;
}
.custom-arrow .slick-prev, .custom-arrow .slick-next {
    height: 20px;
    width: 20px;
}
.custom-arrow .slick-prev:before, .custom-arrow .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    opacity: 1;
}
.custom-arrow .slick-prev:before {
    content: '\f053' !important;
}
.custom-arrow .slick-next:before {
    content: '\f054' !important;
}
.custom-arrow-2 .slick-prev, .custom-arrow-2 .slick-next {
    border: 1px solid #3b0540;
    border-radius: 50%;
    background: #3b0540;
}
.custom-arrow-2 .slick-prev:hover, .custom-arrow-2 .slick-next:hover {
    border: 1px solid #3b0540;
    background: #ffffff;
}
.custom-arrow-2 .slick-prev:hover:before, .custom-arrow-2 .slick-next:hover:before {
    color: #3b0540;
}

/*Similar products*/
.product-5 {
    max-height: 300px;
    overflow: hidden;
    padding: 0 30px;
}
/*Slick Slider Related CSS - Ends*/

/*autocomplete-container CSS - Ends*/
.autocomplete-container .autocomplete-suggestion-item, .autocomplete-container .autocomplete-product-suggestion-item-name {
    font-size: 12px;
}
/*autocomplete-container CSS - Ends*/


/*Other Related CSS*/
.pre-loader{position:relative;width:30px;height:30px;background-color:var(--theme-color);border-radius:50%}
.pre-loader:after{content:"";position:absolute;border-radius:50%;top:50%;left:50%;border:0 solid white;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);-webkit-animation:loading 1000ms ease-out forwards infinite;animation:loading 1000ms ease-out forwards infinite;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}
/*Other Related CSS - Ends*/

#product-details-section iframe {
    width: 100%;
}

/*Product Item CSS */
h3.price-detail {
    color: #626262;
    font-size: 19px;
    font-weight: bold;
}

.price-detail>del {
    font-size: 25px;
    color: #236496;
    font-weight: bold;
}
.price-detail .price {
    font-size: 25px !important;
    color: #236496 !important;
    font-weight: bold;
}

.price-detail a.small-link {
    color: #3b0540 !important;
    font-weight: normal;
}
.price-detail a.small-link:hover {
    text-decoration: underline;
}

.readonly-item h3.price-detail, .price-detail>del {
    color: #818181 !important;
}

.icon-nav .onhover-div .show-div.shopping-cart li .media img {
    height: auto;
    max-width: 90px;
}
/*Product Item CSS Ends*/

@media screen and (max-width: 991px) {
    .video-product iframe {
    height: 28vh;
    margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .video-product iframe {
    height: 28vh;
    margin-top: 15px;
    }
}


@media (max-width:576px){
    .form_search button {
     
        right: 7px;
       
    }
    .form_search input {
     
        border:none;
       
        border-radius: 30px !important;
       
    }
    .header-style-5.color-style .form_search {
        border-radius: 30px;
    }
    }

@media (max-width: 350px){
    .payment-card-bottom img {
        max-height: 90px;
    }
}