@charset "utf-8";

html {
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    background: #fff;

}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

body p {
    line-height: 28px;
    font-size: 16px;
	
}
.widget p {
    color: #fff;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    color: #333333;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: #878787;
}

a:hover {
    color: #000;
}

.btn:hover,
.btn:focus {
    outline: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

/*==================scrollbar==================*/

/*.client-comm */

::-moz-scrollbar-track {
    border-radius: 5px;
    background-color: #f2f2f2;
}

::-moz-scrollbar {
    width: 2px;
    height: 1px;
    background-color: #f2f2f2;
}

::-moz-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f2f2f2;
}

::-webkit-scrollbar {
    width: 2px;
    height: 1px;
    background-color: #f2f2f2
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #e1dfdf;
}

/* ============================================
HELPER CLASSES
============================================ */

.bg-white {
    background-color: #fff;
}

.bg-grey {
    background-color: #f8f9fa;
}

.bg-fblack {
    background-color: #717172;
}

.bg-black {
    background-color: #222222;
}

.bg-yellow {
    background-color: #fcc32d;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #222222;
}


.text-yellow {
    color: #fcc32d;
}

.text-grey {
    color: #585858;
}

.font-reg {
    font-weight: 400 !important;
}

.font-med {
    font-weight: 500 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.modal-sm {
    max-width: 500px;
    width: 96%;
}

.modal-md {
    max-width: 700px;
    width: 96%;
}

.modal-lg {
    max-width: 900px;
    width: 96%;
}

.box-shadow {
    -webkit-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.04) !important;
}

.btn {
    font-size: 16px;
    line-height: 40px;
}

.btn-rounded {
    border-radius: 30px !important;
}


.btn-blue {
    background-color: #00365f;
    color: #fff;
    padding: 0 20px;
    border: 1px solid #00365f;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff;
    background-color: #ef403d;
}

input:active,
button:focus,
button:active,
input:focus,
select:active,
select:focus {
    outline: none;
}

.form-control:active,
.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pb-20 {

    padding-bottom: 20px;
}

.pb-25 {

    padding-bottom: 25px;
}

.commn-btn {
    padding: 15px 30px;
    font-size: 18px;
	margin-top: 20px;
    line-height: 18px;
    font-weight: 500;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    color: #000;
    background-color: #fcc32d;

    display: inline-block;
    position: relative;
    z-index: 1;
    border: 2px solid #fcc32d;
}

.commn-btn:hover {
    color: #000 !important;
    background-color: #fff !important;
    border: 2px solid #222;
}

.commn-btn:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    background-color: #fff !important;
    color: #000 !important;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.commn-btn:hover:before {
    width: 100%;
}

.p-relative {
    position: relative;
}

.check-btn {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

section {
    float: left;
    width: 100%;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*----------navbar css----------------*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
    background-color: #fff;
}

.stickylogo {
    display: none;
    padding: 7px 0px;
}

.stickylogo img {
    max-width: 115px;
}

.header-menu ul {
    text-align: right;
}

.header-menu ul li {
    display: inline-block;
    margin-left: auto;
}

.header-menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 26px 20px;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    text-transform: uppercase;
}

.header-menu ul>li>a:before {
    position: absolute;
    content: '';
    height: 3px;
    width: 0;
    margin: auto;
    background: #222;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-menu .dropdown .dropdown-menu {
    top: 30px;
    left: auto;
    right: -30px;
    width: 300px;
    background: #2a3238;
    border-radius: 0;
    padding: 15px 15px;
}

.header-menu .dropdown .dropdown-toggle {
    color: #fff;
}

.header-menu .dropdown .dropdown-menu ul li a {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.header-menu .dropdown .dropdown-menu ul li a:hover {
    background: #fcc32d;
    color: #fff;
}

.header-menu ul li.active a {
    background: #fcc32d;
    color: #fff;
}

.header-menu ul li.active a:before {
    width: 100%
}

.header-menu ul li:hover a {
    background: #fcc32d;
    color: #fff;
}

.header-menu ul li:hover a:before {
    width: 100%;
}

.nav-link:hover {
    color: #333;
}

.nav-item .nav-link a:hover {
    color: #f37223 !important;
    padding: 0px !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.nav-item {
    padding: 15px 30px !important;
}

.navbar-toggler {
    padding-right: 0px !important
}

/*--------------------css starts----------------------------*/
/*--------------header--------------*/
.logo-div {
    margin-bottom: -72px;

    position: relative;
    z-index: 1;
}

.search-bx .form-inline .form-control,
.footer-form .form-inline .form-control {
    width: 80%;
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    border: 0;
    font-size: 12px;
    color: #646363;
    font-weight: 400;
}

.search-btn {
    font-size: 13px !important;
    width: 20%;
    vertical-align: middle;
    height: 35px;
    line-height: 35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #000;
}

.search-btn:hover {
    background-color: #fcc32d;
    border: 2px solid #000;
    color: #000 !important;
}

ul.cart-icon li {
    display: inline-block;
}

ul.cart-icon li a {
    font-size: 23px;
    color: #000;
    padding: 0px 10px;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.cart-popup {
    position: relative;
}

.cart-value {
    position: absolute;
    top: -9px;
    right: 0px;
    z-index: 1;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    color: #000;
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cart-value:hover {
    background-color: #222;
    color: #fff;
}

.cart-icon li:hover a {
    color: #fff;
}

.banner {
    position: relative;
}

.banner .banner-slider .item img {
    width: 100%;
}

.banner-text {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*---------------banner slider-------------------*/
.feacher-collection.owl-carousel .owl-nav .owl-next,
.feacher-collection.owl-carousel .owl-nav .owl-prev,
.testislider2.owl-carousel .owl-nav .owl-next,
.testislider2.owl-carousel .owl-nav .owl-prev,
.testislider.owl-carousel .owl-nav .owl-next,
.testislider.owl-carousel .owl-nav .owl-prev,
.banner-slider.owl-carousel .owl-nav .owl-next,
.banner-slider.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999999px;
    z-index: 999;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1111;
}

.feacher-collection.owl-carousel .owl-nav .owl-next {
    right: -50px;
    background: url(../images/leftarrow.png) no-repeat center center !important;
    background-size: 70% !important;
}

.feacher-collection.owl-carousel .owl-nav .owl-prev {
    left: -50px;
    background: url(../images/rightarrow.png) no-repeat center center !important;
    background-size: 70% !important;
}

.banner-slider.owl-carousel .owl-nav .owl-next,
.testislider2.owl-carousel .owl-nav .owl-next,
.testislider.owl-carousel .owl-nav .owl-next {
    right: 10px;
    background: url(../images/leftarrow1.png) no-repeat center center !important;
    background-size: 100%;
}

.banner-slider.owl-carousel .owl-nav .owl-prev,
.testislider2.owl-carousel .owl-nav .owl-prev,
.testislider.owl-carousel .owl-nav .owl-prev {
    left: 10px;
    background: url(../images/rightarrow1.png) no-repeat center center !important;
    background-size: 100%;
}

.banner-title {
    font-size: 57px;
    text-shadow: 0px 0px 10px #000;
}

.owl-theme .owl-nav {
    display: none
}

.title-sub {
    font-size: 30px;
}

.commn-title {
    font-size: 30px;
    line-height: 30px;
    -webkit-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    transform: skewY(0deg);
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
}

.commn-title h2 {
    -webkit-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    transform: skewX(7deg);
}

.commn-title-cont {
    position: relative;
    z-index: 1;
}

.commn-title-cont:before {
    content: "";
    position: absolute;
    width: 700px;
    border: 1px solid #6b6a6a;
    top: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.commn-title-cont:after {
    content: "";
    position: absolute;
    width: 900px;
    border: 1px solid #6b6a6a;
    bottom: 27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.choose-no {
    width: 70px;
    height: 50px;
    line-height: 50px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    font-size: 36px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.choose-sect:hover .choose-no {
    background-color: #fcc32d;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
}

.choose-title {
    font-size: 24px;
}

.choose-img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.choose-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.choose-sect .media .media-body {
    font-size: 18px;
    color: #5b5a5a;
    font-weight: 500;
    line-height: 18px;
}

.choose-sect {
    padding-bottom: 60px
}

.partsadd {
    background-color: #f2f6f4;
    margin-top: 220px;
}

.add-div {
    position: relative;
    overflow: hidden;
}

.add-div img {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.add-div:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.add-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 40px;
}

.add-div:hover h5 {
    color: #fff !important;
}

.add-div:hover h6 {
    color: #fcc32d !important;
}

.add-div h6 {
    font-size: 24px;
}

.add-div h5 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
}

.ride {
    background-image: url("../images/aboutbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* margin-top: 130px;*/
    background-attachment: fixed;
}

.ride h4 {
    font-size: 38px;
}

.ride p {
    font-size: 18px;
}

.footer {
    padding-top: 70px;
    padding-bottom: 45px;
    background-color: #0f0f0f
}

.footer-desc {
    font-size: 15px;
    color: #fff;
}

ul.footer-link li a {
    padding-bottom: 15px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

ul.footer-link li:hover a {
    color: #fcc32d;
    padding-left: 7px;
}

.footer-form .search-btn {
    border: 1px solid #fcc32d;
}

.footer-form .search-btn:hover {
    border: 1px solid #fff;
    color: #fff !important;
}

.social-media ul li {
    border-radius: 50%;
}

.social-media ul li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block;
    font-size: 14px;
}

.social-media ul li:hover a {
    background-color: #fff !important;
    border-radius: 0px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.social-media ul li:hover a {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer2 {
    font-size: 14px;
}

.collection {
   /* background-image: url("http://cowfit.in/wp-content/uploads/2022/08/collectionbanner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;*/
}

.collection .commn-title-cont:before,
.collection .commn-title-cont:after,
.category .commn-title-cont:before,
.category .commn-title-cont:after {
    border: 1px solid #fff;
}

.product-title {
    font-size: 17px;
    color: #303030;
}

.product-prize {
    font-size: 18px;
}

.product-prize span {
    font-size: 14px;
    /*text-decoration: line-through;*/
}

.cart-btn {
    font-size: 14px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #fcc32d;
}

.cart-btn:hover {
    border: 1px solid #222;
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%
}

.product1 ul.cart-div {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s
}

.product1 ul.cart-div li {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product1:hover ul.cart-div li {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

ul.cart-div li:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

ul.cart-div li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

ul.cart-div li:last-child {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

ul.cart-div li:hover {
    background-color: #fcc32d !important;
}

ul.cart-div li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 17px;
}

.product1:hover {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.product1:hover .product-title {
    color: #fcc32d;
}

.product1:hover .product-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
}

.product1:hover .cart-btn {
    border: 2px solid #222;
}

/*-------------------testimonial--------------------------*/
.testimonial {
    background-color: #e3e0e0;
    padding: 50px 5px !important;
}

.testi-subtitle {
    font-size: 18px;
    color: #525252;
}

.testi-title {
    font-size: 41px;
}

.testdesc-title {
    font-size: 19px;
    color: #252525;
}

.test-designation {
    font-size: 11px;
    color: #343434;
}

.testi-div .media-body {
    font-size: 15px;
    color: #585858;
}

.testi-img {
    position: relative;
    z-index: 1
}

.testi-img:before {
    content: "";
    position: absolute;
    right: -7px;
    bottom: -7px;
    width: 100px;
    height: 100px;
    border-right: 7px solid #fcc32d;
    border-bottom: 7px solid #fcc32d;
}

/*---------------banner slider-------------------*/
.testislider.owl-carousel .owl-nav .owl-next,
.testislider.owl-carousel .owl-nav .owl-prev {
    display: none;
}

.testislider.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #000;
    margin: 0px 2px;
    border-radius: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.testislider.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background-color: #fcc32d;
}

.testi-product {
    margin-bottom: -130px !important;
}

/*-------------testi slider 2---------------*/

.testislider2.owl-carousel .owl-nav .owl-next,
.testislider2.owl-carousel .owl-nav .owl-prev,
.categoryslider.owl-carousel .owl-nav .owl-next,
.categoryslider.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;

    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: 0;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    z-index: 999;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1111;
}

.testislider2.owl-carousel .owl-nav .owl-next {
    right: -11px;
    background: url(../images/leftarrow1.png) no-repeat center center !important;
    background-size: 62% !important;
}

.testislider2.owl-carousel .owl-nav .owl-prev {
    left: -11px;
    background: url(../images/rightarrow1.png ) no-repeat center center !important;
    background-size: 62% !important;
}

.categoryslider.owl-carousel .owl-nav .owl-next {
    right: -23px;
    background: url(../images/leftarrow1.png) no-repeat center center !important;
    background-size: 62% !important;
}

.categoryslider.owl-carousel .owl-nav .owl-prev {
    left: -23px;
    background: url(../images/rightarrow1.png) no-repeat center center !important;
    background-size: 62% !important;
}

/*---------------------category-------------------*/
.category {
    background-image: url("../images/aboutbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.category-detail {
    height: 100px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.category-detail h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

.categoryimg img {
    width: 100%
}

.categoryslider.owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background-color: #000;
    margin: 0px 2px;
    border-radius: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.categoryslider.owl-theme .owl-dots .owl-dot.active span {
    width: 15px;
    background-color: #fcc32d;
}

.categoryslider.owl-theme .owl-nav {
    margin-top: 30px;
}

.categoryslider {
    margin-bottom: -243px;
}

.category-detail:hover {
    background-color: #fcc32d;
}

/*----------------cart over div-------*/
ul.cart-icon {
    position: relative;
}

ul.cart-icon li:first-child:hover .cart-block {
    display: block;
}

.cart-block {
    width: 400px;
    display: none;
    position: absolute;
    z-index: 9999;
    right: 0px;
    background-color: #fff;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.cart-block .view-cart {
    line-height: 20px;
    font-size: 15px !important;
}

.cart-block .view-cart:hover {
    background-color: #fcc32d !important
}

.your-cart {
    font-size: 16px;
    color: #000;
}

.your-cart span {
    color: #60605f;
    font-size: 12px
}

.cart-block .media-body {
    font-size: 12px;
    line-height: 15px
}

.cart-total {
    color: #000;
    background-color: #fcc32d;
    font-size: 14px
}

.qty-value,
.prize-value {
    font-size: 13px
}

.ui-menu .ui-menu-item:hover {
    background-color: #000 !important;
}

.ui-widget-content {
    font-size: 13px !important;
    padding: 7px 10px !important;
}

/*----------------------mobile menu---/------------------*/
/*----------------Category  page---------------------*/

ol.breadcrumb li {
    font-size: 14px;
}

ol.breadcrumb {
    background-color: #f3f4f6;
}

.category-title {
    font-size: 21px;
}

.sort-bx {
    font-size: 14px !important;
}

.category-sort .form-control {
    font-size: 14px;
}

.filter-title {
    font-size: 20px;
}

.filter-subtitle {
    font-size: 18px;
    font-weight: 500;
}

.filter-text li a {
    font-size: 15px;
}

.cat-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #fcc32d;
}

.custom-control label {
    font-size: 15px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    border-radius: 5px;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: #fcc32d;
    border-radius: 50%;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: #fcc32d;
    border-radius: 50%;
    cursor: pointer;
}

ul.filter-text {
    height: 150px;
    overflow-y: scroll;
}

.page-link {
    border: none;
    background-color: transparent;
    color: #222;
}

.page-link:hover {
    color: #fcc32d;
}

.inpage-title {
    font-size: 18px;
}

.pagenav {
    margin: 0px auto;
    display: inline-block;
}

/*=============================== product detail================================*/
.pro-cart {
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pro-cart a {
    font-size: 15px;
}

.pro-cart:hover {
    background-color: #fcc32d;
    color: #222;
}

.pro-cart:hover a,
.pro-cart:hover a i {
    color: #fff;
}

.product-detailtitle {
    font-size: 17px;
    font-weight: 600;
}

.prize {
    font-size: 16px;
    color: #333;
}

.prize-div {
   font-size: 16px;
    color: #4caf50;
}

.old-prize {
    color: #333;
    text-decoration: line-through;
    opacity: 0.3;
    font-size: 16px;
}

.prize-offer {
    font-size: 23px;
}

.rating-no {
    font-size: 14px;
    max-width: 65px;
    text-align: center;
    border-radius: 7px;
}

.exampleFormControlSelect3 option:hover {
    background-color: #fff !important;
}

.product-label .form-group label,
.quantitybx.form-group label {
    text-transform: uppercase;
    font-size: 13px;
    color: #222;
    font-weight: bold;
}

.form-group .op:hover {
    background-color: #fff !important;
}

.buy-btn:hover {
    background-color: #f37223 !important;
}

.buy-btn:hover a {
    color: #fff !important;
}

.pri-inner-title {
    font-size: 16px;
}

.pro-info {
    font-size: 14px;
    line-height: 20px;
    color: #212121;
}

.pro-feature {
    font-size: 13px;
    color: #333333;

}

.pro-fea-title {
    font-size: 18px;
    color: #212121;
}

.cust-1 {
    color: #212121;
    font-size: 13px;
}

.review1 .comments-sec {
    font-size: 13px;
}

.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;

}

.upload-img-div {
    width: 60px;
    height: 60px;
}

.upload-img-div img {
    max-width: 100%;
}

.comment-text {
    font-size: 13px;
    line-height: 17px
}

.cust-1 span {
    font-size: 11px;
}

ul.free-offer li a {
    font-size: 14px;
    color: #252525;
}

.Share-deal-title {
    font-size: 14px;
}

.productdetail .social li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0px 5px;
    display: block;
    text-align: center;
    background-color: #dedddd;
    color: #979393;
    border-radius: 50%;
    font-size: 15px;
}

.productdetail .social li:hover a {
    background-color: #fcc32d;
    color: #222;
}




/*----------------quantity--------*/
/*.product {
    width: 30%;
    margin: 30px;
}*/
.quantitybx.form-group {
    width: 140px;


}

.auantity-btn {
    font-size: 15px;
    border-radius: 0;
    padding: 3px 10px;
    border: none;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #fff;
    height: 33px;

}

.star-div {
    font-size: 13px;
}

/*.star-div i {
    font-size: 14px !important;
}
*/
/*input#myNumber {
    height: 33px;
    border-left: 0px;
    border-right: 0px;
    color: #222 !important;
}*/
.input-number {
    height: 33px;
    border-left: 0px;
    border-right: 0px;
    color: #222 !important;
}

.pin-div .form-control {
    border: 0px;
    font-size: 14px;
    height: 33px;
}

.pin-div .pin-btn {
    border: 0px;
    outline: none;
    font-size: 14px;
    height: 33px;
}

.pro-feature li {
    vertical-align: middle;
}

.pro-feature li .suare-icon {
    font-size: 7px !important;
    line-height: 13px;
}

/*--------------------contactus page----------------------*/
.contact-map {
    height: 350px;
}

.contact-form {
    background-image: url("../images/contactbanner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.contact-title {
    font-size: 20px;
}



label {
    font-size: 16px;
}

form,
.contact-info {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cont-form,
.contact-info {
    background-color: #f8f6f1;
}

.cont-form .form-group .form-control {
    border: 0px;
}

.cont-form .form-group label,
.paymentmethod .form-group label {
    font-weight: 500
}



.product-label .form-group .form-control {
    font-size: 14px;
    border: 0px;
    outline: none;
    border-radius: 0px;
    height: 33px !important;
    line-height: -7px !important;
    padding: 5px 5px !important;
    vertical-align: middle;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: none;
}

.submit-btn {
    padding: 10px 20px;
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1
}

.submit-btn:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    background-color: #000;
    color: #fe6f0a !important;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.submit-btn:hover:before {
    width: 100%;
    color: #fe6f0a;
}

.submit-btn:hover {
    color: #fff !important;
}

.contactsection .footer-title {
    font-size: 20px;
}

.c-detail .footer-title {
    font-size: 20px;
}

.card-body {
    font-size: 15px;
    font-weight: 500;
}

.card-body a:hover {
    opacity: 0.7;
}

.card {
    background-color: transparent !important;
    border: 0 !important;
}

.cinfo-icon {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    line-height: 35px;
    background-color: #222;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cinfo-icon:hover {
    background-color: #fcc32d !important
}

.contact-info .social-media ul li:hover a {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color: #fff;

}

.contact-info .social-media ul li a {
    background-color: #222;
    color: #fff;
}

.contact-info .social-media ul li:hover a {
    background-color: #fcc32d !important;
    border-radius: 50%;
}

/*------------------cartpage------------------------*/
.addcart-title {
    font-size: 22px;
    font-weight: 600;
}

.cart-product .photo-frame-prd-img {
    max-width: 170px;
}

.prd-price li {
    display: inline-block;
    margin-right: 5px;
    color: #222;
    font-weight: 500;
}

.mrp-price {
    opacity: 0.4;
    text-decoration: line-through;
}

.badge {
    padding: 4px;
    padding-bottom: 2px;
}

.prize-name {
    font-size: 14px;
    color: #222;
}

.final-prize2,
.prize-name2 {
    font-size: 15px;
}

.cart-detail .saved-prize {
    font-weight: 500;
    font-size: 15px;
}

.final-prize {
    font-size: 14px;
}



.remove-btn {
    font-size: 12px
}

.remove-btn:hover {
    color: #fcc32d;
}

.cart-info {
    border-bottom: 1px solid #f2f2f2
}

.cart-info .product-detailtitle {
    font-size: 16px;
}

.cart-info .prize-div {
    font-size: 12px;
    line-height: 13px
}

.cart-info .prize {
    font-size: 13px;
}

.cart-info .product-label .form-group label,
.cart-info .quantitybx.form-group label,
.cart-info .auantity-btn,
.cart-info input#myNumber {
    font-size: 12px;
}

.cart-detail .commn-btn {
    font-size: 14px;
}

.cart-title {
    font-size: 20px;
}

.cart-table thead tr th {
    font-size: 15px;
}

.cart-table thead tr th:first-child {
    width: 90px;
}

.cart-table tr {
    border-bottom: 1px solid #dee2e6
}

.cart-table tr td {
    font-size: 16px;
}

.cart-table tr:nth-child(even) {
    background-color: #f3f4f6;
}

.cart-table .auantity-btn {
    font-size: 11px
}


.Cartpage-btn {
    background-color: #eae5e5;
    border: 1px solid #f2f2f2;
    color: #222;
    padding: 5px 10px;
    outline: none;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.Cartpage-btn:hover {
    background-color: #fcc32d
}


/*------------------------------checkout page----------------------*/
.form-div {
    background-color: #f3f4f6;
    border: 1px solid #dee2e6
}

.form-div .form-group .font-control {
    border: 0px !important;
    font-size: 15px;
}

.form-div .form-group label {
    font-weight: 500;
}

.checkout-title {
    font-size: 20px;
}

.order-table {
    background-color: #f3f4f6;
    border: 1px solid #dee2e6
}

.order-table td {
    border-top: 0px;
    font-size: 14px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #fcc32d;
}

.order-table th {
    width: 120px
}

.order-table tr td:first-child {
    font-size: 15px;
    font-weight:
}

.order-table tr:last-child {
    border-top: 1px solid #dee2e6;
}

.payment-title {
    font-size: 18px;
}

.payment-info {
    font-size: 15px;
    color: #222;
    position: relative;
    background-color: #e6e7e8
}

.payment-info:before {
    position: absolute;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e6e7e8;
    border-left: 10px solid transparent;
    content: "";

    left: 10px;
    z-index: 1;
    top: -7px;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.checked-policy {
    font-size: 15px;
    color: #868585;
}

.paymentoption .commn-btn {
    font-size: 14px;
}

.accordian-btn {
    padding: 5px 5px;
    border: 0px;
    background-color: transparent;
    color: #222;
    font-size: 17px;
    display: block
}

.acoordian-title {
    border: 1px solid #dee2e6;
}

.accordian-body .submit-btn {
    padding: 7px 13px;
    font-size: 15px;
    line-height: 18px
}

.coupan-body {
    background-color: #f3f4f6;
    border: 1px solid #dee2e6;
}

.coupan-body p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px
}

/*----------------about us---------------------*/

.about-title {
    font-size: 28px;
}

.about-p {
    font-size: 16px;
    color: #5b5a5a;
    line-height: 26px;
}

.about-choose {
    background-color: #fbf7ec
}

.about-choose .choose-sect {
    padding-bottom: 0px;
}

.about-choose .choose-no {
    width: 54px;
    height: 41px;
    line-height: 41px;

    font-size: 25px;

}

.about-choose .choose-title {
    font-size: 19px;
}

.about-choose .media .media-body {
    font-size: 16px;
}

.choosetesti {
    background-image: url("../images/aboutbanner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.choosetesti .testi-subtitle {
    font-size: 16px;
    color: #fcc32d;
}

.choosetesti .testdesc-title {
    color: #fcc32d;
}

.choosetesti .test-designation {
    color: #fff;
}

.about-section .commn-title-cont:before {
    top: 33px
}

.about-section .commn-title-cont:after {
    bottom: 30px
}



/*rupesh css*/
.product1 ul.cart-div a {
    background: transparent !important;
}

.product1 .product-text:last-child .quick-view-button {
    display: none;
}

.minicart_product_img .attachment-woocommerce_thumbnail {
    height: auto;
    max-width: 100%;
}

.woocommerce-ordering {
    width: 100%;
    margin: 0 !important;
}

.woocommerce-ordering .orderby {
    width: 100%;
    padding: 5px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0 !important;

}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #ebe9eb;
    color: #fcc32d !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: transparent;
}

.woocommerce nav.woocommerce-pagination ul {

    border: 0 !important;

}

.next::before {
    position: absolute;
    content: "»";
    color: #878787;
    left: 0;
    right: 0;
    margin: auto;
}

.next.page-numbers {
    color: transparent;
    text-align: center !important;
    border-radius: 0 5px 5px 0;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers:hover {
    color: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers:hover {
    color: transparent !important;
}

.prev::before {
    position: absolute;
    content: "«";
    color: #878787;
    left: 0;
    right: 0;
    margin: auto;
}

.prev.page-numbers {
    color: transparent !important;
    text-align: center !important;
    border-radius: 5px 0 0 5px;
}

.prev:before:hover,
.next:before:hover {
    color: #fcc32d !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
    position: relative;
}

.woof_list_radio .woof_radio_term:checked~.woof_radio_label::before,
.custom-checkbox .woof_radio_term:checked~.woof_radio_label::before {
    background-color: #fcc32d !important;
}

.woof_list_radio .woof_radio_term:checked~.woof_radio_label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.woof_list input:checked~.woof_list label::before,
.woof_list input:checked~.woof_list label::before {
    background-color: #fcc32d !important;
}

.woof_list input:checked~.woof_list label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.cart-block {

    max-height: 419px;
    overflow-x: auto;
}

.view-cart a:first-child {
    display: none;
}

.view-cart a {
    color: #222 !important;
}

.view-cart {
    margin-bottom: 10px;
}

.productdetail-desc .cart {
    width: 100%;
    padding: 15px;
}

.productdetail-desc input {
    width: 68% !important;
    float: left;
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    margin: 0 !important;
}

.productdetail-desc .input-group.pin-div .input-group.pin-div {
    float: left;
    width: auto;
}

.pro-cart {
    display: inline-block;
    margin-top: 25px;
}

.pro-cart .single_add_to_cart_button.text-white {
    background: transparent;
    border: 0;
}

.woocommerce .quantity .qty {

    -moz-appearance: textfield;
}

.auantity-btn {
    padding: 4px 10px !important;
    border: 0;

}

.woocommerce .quantity .qty {

    border: 0;
}

.quantitybx.form-group {
    width: 122px;
    background: #fff !important;
    border: 1px solid #dee2e6;
}


#my_custom_checkout_field {
    width: 60%;
    /*    float: left;*/
}

.productdetail-desc .pin_div {
    float: none;
}

/*.productdetail-desc .quantity {
    width: 40%;
    float: left;
    margin-top: 35px;
    border: 1px solid #dee2e6;
}*/


.productdetail-desc .quantity {
   
    border: 1px solid #dee2e6;
    display: block;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* clear: right; */
}

.productdetail-desc .quantity .qty {
    -moz-appearance: inherit;
    padding: 3px;
    font-size: 14px;
    color: #222;
}

.productdetail-desc .quantity input {
    width: 100% !important;
}

.footer-form .search-btn,
.mc4wp-form-fields .form-control {
    float: left;
}

.mc4wp-form-fields {
    width: 100%;
    float: left;
}

#mc4wp-form-1 {
    width: 100%;
    float: left;
}

/*rupesh css*/

.error-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.error-no {
    font-size: 50px;
}

.error-text {
    font-size: 18px;
    line-height: 33px;
}

.error-no2 {
    font-size: 30px;
}


/*==================pop-up css=================*/
form.cart {
    width: 100% !important;
}

.pin_div {
    width: 100% !important
}

.woocommerce-quick-view-price {
    padding-bottom: 10px !important;
}


.woocommerce-quick-view-add-to-cart {
    padding: 2px 0px
}


.woocommerce-quick-view-meta {
    padding: 2px 0px;
}

.woocommerce-quick-view-title {
    font-size: 21px;
    line-height: 30px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0;
    font-weight: 500;
}

.pin_div {
    margin-bottom: 5px;
}

.woocommerce-quick-view-content .quantity {
    border-right: 0px;
    border-left: 0px;
}


form.cart #my_custom_checkout_field #pincode_field_id {
    float: left;
}

.input-text {
    height: 40px !important;
    line-height: 20px;
    /*margin-top: 10px !important;*/
    padding: 0px 5px !important
}

.pin-div .form-control {
    margin-right: 0px !important
}

.woocommerce-quick-view-content .input-group {
    display: table-cell;
}

.pin-div .pin-btn {
    line-height: 33px;
    padding: 7px 20px !important
}

.productdetail-desc .pin-div .pin-btn {
    line-height: 20px !important
}

.woocommerce-quick-view-image {
    width: 50%;
    padding: 7px;
}

.woocommerce-quick-view-content {
    max-height: 500px !important
}

.woocommerce-quick-view-content .input-group .input-text {
    border: 1px solid #f1f1f1;
}

/*=================dropdown css================*/
.cart-icon li.dropdown .dropdown-toggle::after {
    display: none
}

.cart-icon li.dropdown:hover .dropdown-menu a {
    color: #222;
}

.cart-icon li.dropdown .dropdown-menu a {
    padding: 10px 15px;
}

.cart-icon li.dropdown .dropdown-menu a:hover {
    background-color: #222;
    color: #fff;
}

.cart-icon li.dropdown .dropdown-menu {
    padding: 0px 0px;
    border: none;
    top: 100% !important;
}

.mobile-cartdiv .cart-icon li.dropdown .dropdown-menu {
    top: 0px !important;
}



/*----------------new changes----------------*/
.pro-cart button {
    font-size: 15px;
}

.wc-tab h2 {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
    text-transform: uppercase;
}

.wc-tab h3 {
    font-size: 15px;
}

.category-select {
    font-size: 14px;
}

.products {
    margin-left: 0px;
    margin-right: 0px;
}

a.added_to_cart {
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

/*.woocommerce .quantity .qty{ font-size: 14px; color:#222; }*/


.quantitybx .quantity .input-text {
    margin-top: 0px !important;
}

.quantitybx .quantity input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.input-group-btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.navbar-toggler-icon svg:not(:root).svg-inline--fa,
.logo-div svg:not(:root).svg-inline--fa {
    font-size: 21px
}

.woocommerce button.button {
  background-color: #facd4b;
    border: none;
    color: #333;
    padding: 10px;
   
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 9px;
    margin: 4px 2px;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-message {
    margin-bottom: 20px;
    font-size: 17px;
}

.woocommerce a.button {
    font-size: 14px;
    font-weight: 500;
}

.cart-detail .custom-control .shipping-calculator-button {
    font-size: 15px;
    color: #222;
    font-weight: 500
}

.woocommerce-shipping-destination {
    font-size: 14px;
    font-weight: 500;
}

.cart-detail .custom-control {
    padding-left: 0px;
}

.woocommerce-quick-view-add-to-cart .input-text {
    border: 1px solid #f2f2f2 !important;
    width: 100px !important;
    color: #222 !important;
}

.woocommerce-form__label span {
    vertical-align: top;
    margin-top: 10px;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 22px;
}

.woocommerce-form-register p {
    font-size: 14px;
    font-weight: 500;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}


/*----------------new css---------------------*/
.woocommerce-ResetPassword {
    padding: 30px 30px;
}

.woocommerce-ResetPassword p {
    font-weight: 500;
}

.throttle_main_acc_wrapper p {
    padding: 10px 10px 40px 10px;
    font-size: 15px;
    font-weight: 500;
}

.woocommerce-message {
    background-color: #ececec;
}

.throttle_main_acc_wrapper .lost_reset_password {
    padding: 10px 30px 30px 30px;
}

.woocommerce-error {
    margin-bottom: 20px !important
}



.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    font-size: 14px;
    padding: 5px 0px;
}


.throttle_order {
    padding: 30px 10px;
}

.woocommerce ul.order_details li {
    line-height: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px
}

.woocommerce ul.order_details li strong {
    font-size: 17px;
}

.woocommerce ul.order_details {
    margin-bottom: 15px;
    padding: 0px 15px;
}


.throttle_main_acc_wrapper p button {
    padding: 5px 12px;
    background-color: #f1f1f1;
    color: #000;
    border: none;
    margin: 0px 5px
}

.throttle_main_acc_wrapper p button:hover {
    background-color: #fcc32d
}

#header {
    background: #222 !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 90%;
    margin: 20px auto;
}

.woocommerce table.my_account_orders .button {
    padding: 12px 21px;
    margin: 5px 2px;
}

.throttle_my_acc_main .woocommerce-MyAccount-navigation {
    padding: 0px 10px;
}

.woocommerce .woocommerce-customer-details {
    font-size: 14px;
    font-weight: 400;
}

.feacher-collec {
    margin-top: 80px;
    background: #222222c9;
}


/*---------------plugin------------*/
.avlpin {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0px 0px !important
}

.avlpin p {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #222 !important;
    margin-right: 10px !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif !important;
}

#change_pin.button {
    font-size: 14px !important;
    padding: 10px 18px !important;
    background-color: #222 !important;
    color: #fff !important;
}

#change_pin.button:hover {
    background-color: #fcc32d !important
}

.delivery-info h6 {
    font-size: 14px !important;
    color: #222;
    font-weight: 600 !important;
    padding-bottom: 10px !important;
    font-family: 'Roboto', sans-serif !important;
}

form.cart .wc-delivery-time-response .delivery-info-wrap {
    margin: 7px 0px !important;
}

.delivery .ul-disc li {
    font-size: 16px;
    font-weight: 500;
}

#pincode_field_idp label {
    display: block !important;
    color: #222 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

#my_custom_checkout_field2 #pincode_field_idp #pincode_field_id.input-text {
    border: 1px solid #dee2e6 !important;
}

#my_custom_checkout_field2 #pincode_field_idp .button {
    background: none repeat scroll 0 0 #222222 !important;
    padding: 9px 12px !important;
}

.wc-delivery-time-response {
    margin-top: -15px;
}

.testi-img {
    width: 120px;
}

.testi-div .media-body {
    height: 300px !important;
    overflow-y: scroll;
    padding-left: 10px;
    padding-right: 10px;
}

.pin_div {
    padding: 10px 0px !important;
}

#my_custom_checkout_field2 #pincode_field_idp #pincode_field_id.input-text {
    height: 46px !important
}

#my_custom_checkout_field2 #checkpin.phoen_text_inserted {
    line-height: 28px !important;
}

#my_custom_checkout_field2 #pincode_field_idp .button {
    padding: 9px 25px !important;
   
}



.header2{ vertical-align: middle; text-align: left }
.phoe-pincode-pro-tick-img.header2 {
    display: inline-block; margin: 0px 5px;
}

.wc-delivery-time-response .delivery-info .phoe-pincode-pro-tick-img.header2 span h6 {
    color: #f12e2e;
    }

    .wc-delivery-time-response .pincode_static_text {
    font-weight: 600;
}

#my_custom_checkout_field2 #pincode_field_idp #pincode_field_id.input-text{     padding: 6px 10px 6px 30px!important }