/*  ================================
        global area start
    ================================ */

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    color: #1a1a1a;
}

a,
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

.main-div {
    overflow: hidden;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.sub-btn:focus,
.sub-btn:hover {
    color: #000;
    background-color: #fff;
}

.sec-title img {
    width: 30px;
    margin-right: 10px;
}

.sec-title h3 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #E94593;
}

/*  ================================
        global area end
    ================================ */

/*  ================================
        header area start
    ================================ */

.why-us {
    width: 20%;
    float: left;
}

.why-us h3 {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 14px;
    display: block;
    text-transform: uppercase;
    border-right: 1px solid #fff;
}

.why-us i.fa {
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 2px;
}

.support-box {
    overflow: hidden;
}

.np {
    padding: 0;
}

.support-box ul li {
    float: left;
    width: 33.33%;
    list-style: none;
    padding: 5px 0;
    color: #E94593;
}

.support-box ul li:nth-child(2) {
    background-color: #2f2e34;
    color: #fff;
}

.service-box {
    overflow: hidden;
}

.service-left {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    text-align: center;
}

.service-left img {
    margin-right: 10px;
}

.service-right {
    width: 76%;
    float: right;
    font-family: 'Open Sans', sans-serif;
    transition: 0.5s;
}

.header-wraper {
    margin: 30px 0 0;
}

.satisfacation {
    text-align: right;
}

.satisfacation img {
    width: 100px;
    margin-right: 10px;
}

.footer-widget.footer-logo {
    margin: 15px 0;
}

.footer-logo img {
    padding: 0 0 20px;
}

.logo {
    padding-left: 40px;
}

.logo img {
    width: 250px;
}

.header-area {
    padding: 5px 30px 12px;
    overflow: hidden;
    background-color: #E94593;
}

.header-area p {
    color: #fff;
}

.tr {
    text-align: right;
}

.tr img {
    margin-top: 63px;
    width: 230px;
}

/*  ================================
        header area end
    ================================ */

.pro-title {
    background-color: #000;
    border-radius: 5px;
    padding: 20px 30px 10px;
}

.pro-title h3 {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    line-height: 1.4;
    font-weight: 700;
}

.pro-content p a {
    margin-top: 5px;
    color: #000;
    display: block;
    font-style: italic;
    transition: 0.5s;
    text-decoration: none;
    margin-top: 10px;
    font-size: 16px;
}

.fa-star {
    color: #FFD90A;
}

.dis-heading {
    background-color: #000;
    border-radius: 0;
    margin: 10px 0;
    padding: 15px 0;
}

.product-wraper {
    overflow: hidden;
    padding: 20px 0;
}

.dis-heading h3 {
    font-size: 24px;
    color: #FF0000;

}

.slider-area {
    margin-bottom: 50px;
}

@keyframes slidy {
    0% {
        left: 0;
    }

    17% {
        left: 0;
    }

    20% {
        left: -100%;
    }

    37% {
        left: -100%;
    }

    40% {
        left: -200%;
    }

    57% {
        left: -200%;
    }

    60% {
        left: 0;
    }
}

.all-slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}

figure {
    margin: 0;
}

figure.slider {
    animation: 30s slidy infinite;
    font-size: 0;
    position: relative;
    width: 600%;
}

figure.slider figure {
    display: inline-block;
    height: auto;
    position: inherit;
    width: 16.66666666666667%;
}

figure.slider img {
    width: 100%;
    height: auto;
}

figure.slider figure figcaption {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 2rem;
    padding: 0.6rem;
    position: absolute;
    width: 100%;
}

/*  ================================
        product area start
    ================================ */

.csslider {
    position: relative;
}

.csslider > input {
    display: none;
}

.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
    margin-left: -900%;
}

.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
    margin-left: -800%;
}

.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
    margin-left: -700%;
}

.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
    margin-left: -600%;
}

.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
    margin-left: -500%;
}

.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
    margin-left: -400%;
}

.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
    margin-left: -300%;
}

.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
    margin-left: -200%;
}

.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
    margin-left: -100%;
}

.csslider > input:nth-of-type(1):checked ~ ul li:first-of-type {
    margin-left: 0;
}

.csslider > ul {
    box-sizing: border-box;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}

.csslider > ul > li {
    box-sizing: border-box;
    display: inline-block;
    font-size: initial;
    height: 100%;
    line-height: normal;
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 1.3, 0.65, 1) 0s;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    text-align: center;
}

.csslider > ul > li.scrollable {
    overflow-y: scroll;
}

.csslider > .navigation {
    margin-top: 15px;
}

.csslider > .navigation label {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    padding: 4px;
    position: relative;
    width: 100px;
    height: 100px;
    vertical-align: middle;
}

.csslider > .navigation label img {
    max-height: 100%;
}

.csslider > .navigation label:hover::after {
    opacity: 1;
}

.csslider > .navigation label::after {
    background: transparent none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    opacity: 0;
    padding: 6px;
    position: absolute;
    top: 50%;
}

.csslider > .arrows {
    -moz-user-select: none;
}

.csslider.inside .navigation {
    bottom: 10px;
    margin-bottom: 10px;
}

.csslider.inside .navigation label {
    border: 1px solid #7e7e7e;
}

.csslider > input:nth-of-type(1):checked ~ .navigation label:nth-of-type(1)::after,
.csslider > input:nth-of-type(2):checked ~ .navigation label:nth-of-type(2)::after,
.csslider > input:nth-of-type(3):checked ~ .navigation label:nth-of-type(3)::after,
.csslider > input:nth-of-type(4):checked ~ .navigation label:nth-of-type(4)::after,
.csslider > input:nth-of-type(5):checked ~ .navigation label:nth-of-type(5)::after,
.csslider > input:nth-of-type(6):checked ~ .navigation label:nth-of-type(6)::after,
.csslider > input:nth-of-type(7):checked ~ .navigation label:nth-of-type(7)::after,
.csslider > input:nth-of-type(8):checked ~ .navigation label:nth-of-type(8)::after,
.csslider > input:nth-of-type(9):checked ~ .navigation label:nth-of-type(9)::after,
.csslider > input:nth-of-type(10):checked ~ .navigation label:nth-of-type(10)::after,
.csslider > input:nth-of-type(11):checked ~ .navigation label:nth-of-type(11)::after {
    opacity: 1;
}

.csslider > .arrows {
    box-sizing: content-box;
    height: 26px;
    left: -31px;
    padding: 0 31px;
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 0;
}

.csslider > .arrows label {
    box-shadow: 2px -2px 0 1px #3a3a3a inset;
    cursor: pointer;
    display: none;
    padding: 13px;
    position: absolute;
    top: -50%;
    transition: box-shadow 0.15s ease 0s, margin 0.15s ease 0s;
    z-index: 9999;
}

.csslider > .arrows label:hover {
    box-shadow: 3px -3px 0 2px #000 inset;
    margin: 0;
}

.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(1),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10) {
    display: block;
    left: -27px;
    right: auto;
    transform: rotate(45deg);
}

.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:nth-of-type(1):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12) {
    display: block;
    left: auto;
    right: -27px;
    transform: rotate(225deg);
}

.rt-container {
    margin: 0 auto;
}

.csslider ul li img {
    height: auto;
    width: auto;
    max-height: 100%;
}

.navigation > label {
    border: 1px solid #ddd;
    border-radius: 5px !important;
    margin-bottom: 5px;
}

.box-area {
    margin: 0 0 30px;
}

.box-area h1 {
    background-color: #000;
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.box-content {
    padding: 30px 30px 0;
    overflow: hidden;
    border: 1px solid #eee;
}

.pro-img {
    padding-bottom: 0;
    overflow: hidden;
}

.product-img {
    text-align: center;
    margin-top: 30px;
}

.pro-single-img {
    height: 542px;
    position: relative;
}

.pro-single-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;

}

.warranty {
    margin: 30px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.pro-features h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding: 20px;
}

.pro-content {
    color: #000;

    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
    overflow: hidden;
}

.pro-content h2 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

.pro-content h3 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px;
}

.pro-content h4 {
    font-size: 20px;
    color: #000;
    margin: 20px 0;
    font-weight: 600;
}

.pro-content h4 img {
    width: 50px;
    margin-right: 10px;
}

.pro-content h4 i.fa {
    font-size: 40px;
    margin-right: 10px;
}

.pro-content h5 {
    font-size: 14px;
    color: #000;
    margin: 20px 0 10px;
    font-weight: 600;
}

.pro-content ul {
    margin-bottom: 15px;
}

.pro-content ul li {
    list-style: none;
    padding: 3px 30px;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.pro-content ul li::before {
    position: absolute;
    content: "";
    left: 0;
    color: #E94593;
    background-image: url(../images/df.png);
    width: 20px;
    height: 22px;
}

.border-box {
    overflow: hidden;
}

.col-half {
    background-color: #f8f8f8;
    border: 1px solid #e1e1e1;
    display: inline-block;
    width: 37%;
    float: left;
    padding: 10px 30px 20px;
}

.stock-img {
    margin-top: 20px;
}

.stock-img img {
    width: 90px;
    float: left;
    margin-right: 15px;
}

.stock-img p {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.offer-img {
    width: 27%;
    float: left;
    margin: 14px 0;
    text-align: center;
}

.sub-btn {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase !important;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    font-weight: 700;
    transition: 0.5s;
    border-radius: 30px;
    margin-left: 10px;
}

.sub-btn:hover {
    background-color: #fff;
    color: #000;
}

.uk-flag {
    width: 50px;
    margin-left: 10px;
}

.dec-table {
    width: 30%;
    float: left;
}


.box-des h1 {
    padding-left: 30px;
}

.table_new {
    border: 1px solid #dcdcdc;
    border-left: none;
    border-bottom: none;
    width: 100%;
}

.table_new > tbody > tr > td:nth-child(1) {
    font-weight: bold;
}

.table_new tr td {
    border: 1px solid #dcdcdc;
    padding: 10px 40px;
    border-top: none;
    border-right: none;
    color: #000;
    text-align: left;
    font-size: 14px;
}

tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.dec-table table,
.dec-table td {
    border: 1px solid #D1D1D1;
    font-size: 14px;
    font-family: 'Open Sans',
        sans-serif;
}

.dec-table td {
    padding: 9px 30px;
}

.dec-table tr:nth-child(2n) {
    background-color: #fff;
}

.buy-info {
    border: 1px solid #000;
    text-align: center;
    padding: 15px 0;
}

.buy-info i.fa {
    font-size: 30px;
}

.buy-info h3 {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin: 5px auto;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.buy-info h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin: 10px;
}

.bpn {
    padding: 30px 0 0;
}

.recent-review p {
    margin: 0;
}

.recent-review {
    padding: 10px 20px;
    border: 1px solid #000;
    border-bottom: 0;
}

.rxb {
    border-bottom: 1px solid #000;
}

.review-btn {
    background-color: #000;
    color: #fff !important;
    padding: 15px 20px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 0;
    border-radius: 5px;
}

/*  ================================
        product area end
    ================================ */

.feature-pro-info {
    margin-bottom: 30px;
}

.brand-logo img {
    width: 400px;
}

.care-area {
    margin-top: 200px;
    padding: 20px 0 10px;
    background-color: #E94593;
    border-bottom: 1px solid #eee;
}

.care-area .container {
    position: relative;
}

.care-area .container::before {
    position: absolute;
    top: -152px;
    left: 0;
    background-image: url(../images/cat.png);
    width: 192px;
    height: 132px;
}

.care-area .container::after {
    position: absolute;
    top: -150px;
    right: 0;
    background-image: url(../images/dog.png);
    width: 192px;
    height: 132px;
}

.text-center {
    text-align: center;
}

.single-care i {
    width: 50px;
    height: 50px;
    background-color: #000;
    line-height: 50px;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.single-care img {
    width: 50px;
    height: 50px;
}

.scb {
    position: relative;
}

.scb::before {
    position: absolute;
    top: -64px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(../images/before.png);
    background-repeat: no-repeat;
    width: 58px;
    height: 24px;
    content: "";
}

.single-care h3 {
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
}

.single-care p {
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.feedback {
    background-color: #E94593;
    padding: 10px 30px;
    margin-top: 30px;
    height: 180px;
}

.feedback p {
	color: #fff;
	height: 90px;
	margin: 0;
}

.feedback p span {
    color: #fff;
    font-size: 20px;
}

.feedback h3 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}


/*  ================================
        footer area start
    ================================ */

.footer-top {
    padding: 20px 0 0;
    background-color: #E94593;
    overflow: hidden;
}


.footer-widget h2 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-widget p {
    margin: 0;
    line-height: 18px;
    font-size: 14px;
    color: #fff;
}

.footer-widget h3 {
    padding: 60px 0 0;
    font-size: 16px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    height: auto;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
}

.footer-widget ul {
    margin-bottom: 20px;
}

.footer-widget ul li {
    color: #999999;
    list-style: none;
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.footer-widget ul li::before {
    position: absolute;
    content: "\f105";
    font-family: fontawesome;
    left: 0;
    color: #fff;
}

.footer-widget ul li a {
    color: #fff;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.5s;
}

.copy-right {
    background-color: #2f2e34;
    padding: 5px 0;
}

.copy-right p {
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}

.footer-widget.text-right.ta img {
    padding: 20px 0;
}

.f-ex {
    padding-bottom: 0;
}

.pay img {
    margin-top: 15px;
}

/*  ================================
        footer area end
    ================================ */
