/* Minification failed. Returning unminified contents.
(677,4): run-time error CSS1062: Expected semicolon or closing curly-brace, found '<!--'
(677,25): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-->'
 */
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

*,
::after,
::before {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    /*background: #e8f3fb;*/
}

body.modal-open {
    overflow: hidden;
    padding-right: 15px;
    position: fixed;
    height: 100%;
    width: 100%;
}


/*hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}*/

input,
select,
button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    outline: none;
}

.JavascriptDisabled {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    background: #2d3e50;
    padding: 15px;
}

textarea {
    font-family: 'Open Sans', sans-serif;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}


/*a:hover {
    color: #0056b3;
}*/


/*a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}*/

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}

img {
    border: 0;
    outline: none;
    vertical-align: middle;
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 25px;
    line-height: 25px;
}

h2 {
    font-size: 22px;
    line-height: 22px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 20px;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}


/*=== float Css ===*/

.pull_left {
    float: left;
}

.pull_right {
    float: right;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

label.error {
    color: red !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    /*display: none !important;*/
    text-transform:capitalize !important;
}

div.error {
    color: red !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    /*display: none !important;*/
}


/*=== colum row css ===*/

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    max-width: 100%;
}

.col-auto {
    width: auto;
    max-width: 100%;
}

.col-1 {
    max-width: 8.333333%;
}

.col-2 {
    max-width: 16.666667%;
}

.col-3 {
    max-width: 25%;
}

.col-4 {
    max-width: 33.333333%;
}

.col-5 {
    max-width: 41.666667%;
}

.col-6 {
    max-width: 50%;
}

.col-7 {
    max-width: 58.333333%;
}

.col-8 {
    max-width: 66.666667%;
}

.col-9 {
    max-width: 75%;
}

.col-10 {
    max-width: 83.333333%;
}

.col-11 {
    max-width: 91.666667%;
}

.col-12 {
    max-width: 100%;
}

.display_table {
    display: table;
}

.display_TableDiv {
    display: table;
}

.display_block {
    display: block;
}


/*** button Css ***/

.button {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
    padding: 6px 20px;
    cursor: pointer;
    text-align: center;
    height: 42px;
    text-transform: uppercase;
    outline: none;
    border: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.bg_blue {
    background: #237cd6;
}

.bg_white {
    background: #d1d1d1;
}

.bg_whitebg {
    background: #fff;
}

.bg_green {
    background: #74b101;
}

.btn_green {
    background: #74b101;
}
.btn_cart_red {
    background: #eb4201;
}
.btn_cart_red:hover {
    background: #237cd6;
}
.btn_grey {
    background: #d1d1d1;
    color: #333333 !important;
}

.btn_blue {
    background: #237cd6;
}

.btn_red {
    background: #f30100;
}

.btn_left {
    float: left;
}

.btn_right {
    float: right;
}


/* Input Box */

.input_box {
    display: inline-block;
    border: 1px solid #c4c4c4;
    background: #fff;
    width: 318px;
    height: 30px;
    line-height: 30px;
    color: #333333;
    padding: 0 5px;
    outline: none;
    font-size: 14px;
}

.input_disabled {
    cursor: not-allowed;
    background: #e7e7e7;
    color: #737373;
}

.input_box:focus {
    border: 1px solid #237cd6;
}

.input_box_password {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 45px;
    right: 25px;
    cursor: pointer;
}


/**/


/** margin **/

.margin_0 {
    margin: 0 !important;
}

.margin_5 {
    margin: 5px;
}

.margin_10 {
    margin: 10px;
}

.margin_15 {
    margin: 15px;
}

.margin_t5 {
    margin-top: 5px;
}

.margin_b5 {
    margin-bottom: 5px;
}

.margin_t10 {
    margin-top: 10px;
}

.margin_b10 {
    margin-bottom: 10px;
}

.margin_b15 {
    margin-bottom: 15px;
}

.margin_t15 {
    margin-top: 15px;
}

.margin_t20 {
    margin-top: 20px;
}

.margin_t30 {
    margin-top: 30px;
}

.margin_b20 {
    margin-bottom: 20px;
}


/** padding **/

.padding_0 {
    padding: 0px !important;
}

.padding_5 {
    padding: 5px;
}

.padding_10 {
    padding: 10px;
}

.padding_15 {
    padding: 15px;
}

.padding_t5 {
    padding-top: 5px;
}

.padding_b5 {
    padding-bottom: 5px;
}

.padding_t10 {
    padding-top: 10px;
}

.padding_b10 {
    padding-bottom: 10px;
}

.padding_t15 {
    padding-top: 15px;
}

.padding_b15 {
    padding-bottom: 15px;
}

.padding_b20 {
    padding-bottom: 20px;
}

.font_12 {
    font-size: 12px !important;
}

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}

.clearfix:after {
    clear: both;
    display: table;
    visibility: hidden;
    content: "";
}

.wrapper {
    width: 1230px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.title_class {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #c4c4c4;
}

.title_class span {
    color: #74b101;
    padding: 0 30px 9px 0;
    border-bottom: 3px solid #74b101;
    font-size: 22px;
}

.PCSTop_MainDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 6px 0 10px 0;
    background: #fff08a;
    border-bottom: 2px solid #000;
}

.PCSTop_BandDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.PCSTop_BandDiv_1,
.PCSTop_BandDiv_2,
.PCSTop_BandDiv_3 {
    color: #000;
    font-weight: 600;
}

.fixed .PCSTop_BandDiv_1 {
   width:19%;
}

.fixed .PCSTop_BandDiv_2 {
   width:41%;
}
.fixed .PCSTop_BandDiv_3 {
   width:22%;
}

.PCSTop_BandDiv_4 {
	/*display:none;*/
	width:13%;
	float:right;
	text-align:right;
	color:#fff;
	margin:-8px 0 -10px 5%;
}

.PCSTop_BandDiv_4 {
	display:block;
	text-align:center;
}
.PCSTop_BandDiv_4 .shopping_cart_menu {
    background: #000;
    padding: 27px 0 20px;
    width: 57%;
    margin: -9px 0 -16px;
    float: right;
}
.PCSTop_BandDiv_4 .shopping_cart_menu .fa {
    padding-right:5px;
}
.PCSTop_BandDiv_4 a {
	color:#fff;
	font-weight: 600;
    font-size: 18px;
	padding: 0;
	display:block;
}


.fixed .PCSTop_BandDiv_4 {
	display:block;
	text-align:center;
}
.fixed .PCSTop_BandDiv_4 .shopping_cart_menu {
    background: #000;
    padding: 27px 0 20px;
    width: 57%;
    margin: -9px 0 -16px;
    float: right;
}
.fixed .PCSTop_BandDiv_4 .shopping_cart_menu .fa {
    padding-right:5px;
}
.fixed .PCSTop_BandDiv_4 a {
	color:#fff;
	font-weight: 600;
    font-size: 18px;
	padding: 0;
	display:block;
}


.PCSTop_BandDiv_1 {
    width: 19%;
    float: left;
    border-right: 2px solid #000;
    margin-top: 5px;
    margin-bottom: -5px
}

.PCSTop_BandDiv_1 a,
.PCSTop_BandDiv_3 a {
    color: #000;
}

.PCSTop_BandDiv_1 span {
   <!-- font-size: 20px;-->
   font-size: 16px;
    display: inline-block;
    line-height: 16px;
}

.PCSTop_BandDiv_1 span>span {
    display: block;
    font-size: 12px;
    padding-top: 5px;
	color:#f30100;
}

.PCSTop_BandDiv_1 img {
    margin: -19px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.slidesimgBox2 {
    padding: 5px 0;
}

.slidesimgBox2 span {
    vertical-align: middle;
}

.slidesimgBox2 img {
    margin: 0px 0 0 8px;
}

.PCSTop_BandDiv_2 {
    float: left;
    width: 41%;
    text-align: center;
    padding: 8px 0 0;
}

.Top_Band_DiscDiv {
    margin: 0;
    padding: 6px 0 0;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
}

.Top_Band_DiscDiv span {
    font-size: 16px;
    display: block;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}

.Top_Band_CouponDiv {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 9px 0 0 10px;
    text-transform: uppercase;
    border-left: 1px solid #b9a628;
}

.Top_Band_CouponDiv span {
    font-size: 16px;
    font-weight: 700;
    padding: 2px 0;
    margin: -6px 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .Top_Band_CouponDiv span {
        margin: -3px 0 0 0;
    }
}

.headDiscount {
    color: #f30100;
    display: inline-block !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.PCSTop_BandDiv_3 {
    width: 22%;
    float: right;
    border-left: 2px solid #000;
    text-align: right;
    margin-top: 5px;
}

.PCSTop_BandDiv_3 span {
    font-size: 20px;
    display: inline-block;
    line-height: 16px;
    letter-spacing: 1.5px;
}

.PCSTop_BandDiv_3 span>span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.PCSTop_BandDiv_3 img {
    margin: -17px 8px 0 0;
    display: inline-block;
    vertical-align: middle;
}

.logo_header {
    width: 100%;
    float: left;
    padding: 20px 0px;
}

.logo {
    float: left;
}

.right_header {
    float: right;
}

.header_top_right {
    float: right;
    font-size: 14px;
    line-height: 18px;
	margin-top:22px;
}

.login_iconDiv {
    float: left;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #777777;
}

.register_iconDiv {
    float: left;
}

.logout_iconDiv {
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}

.afterlogin_iconDiv {
    float: left;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    border-right: 1px solid #777777;
}

.login_iconDiv a,
.register_iconDiv a,
.afterlogin_iconDiv a {
    color: #000;
}

.shopping_DesktopDiv {
    float: right;
    clear: both;
}

.shopping_DesktopDiv a {
    color: #237cd6;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.shopping_DesktopDiv a span.hd_shoppingText {
    display: inline-block;
    color: #237cd6;
}

.shopping_DesktopDiv a span {
    display: block;
    color: #f30100;
    font-size: 14px;
}

.shopping_DesktopDiv .fa-shopping-basket {
    margin: 5px 10px 0 0;
    position: relative;
    vertical-align: middle;
    float: left;
    font-size: 25px;
    color: #74b101;
}
  .shopping_DesktopDiv a span .TotalCartItem {
        display:inline-block;
    }

#PCSTopheader.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
}

#myHeader.fixed {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background: #74b101;
}

.navbgDiv {
    float: left;
    width: 100%;
    position: relative;
}

.navDiv {
    width: 100%;
    float: left;
}

.navigation2 {
    display: none;
}

.navigation2 ul.sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 90%;
    overflow-y: scroll;
	z-index: 99999;
}

.R_contactNo {
    color: #fff;
    padding: 15px 2%;
    font-size: 18px;
    font-weight: 600;
    background: #237cd6;
    display: none;
}

.R_contactNo span {
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.navDiv ul {
    margin: 0;
    padding: 0;
    /*float: left;*/
}

.navDiv ul li {
    float: left;
    margin: 0;
    padding: 0;
	cursor:pointer;
}

.navDiv ul li.mb_login {
    display: none;
}

.navDiv ul li a {
    text-decoration: none;
    padding: 12px 15px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid #47a6ec;
}

#myHeader.fixed .navDiv ul li a {
    border-left: 1px solid #e4dcdc;
}

.navDiv ul li a:hover {
    background: #74b101;
    text-decoration: none;
}

.navDiv .navigation2 ul li:hover {
	background: #74b101;
}

#myHeader.fixed .navDiv ul li a:hover {
    background: #237cd6;
}

.navDiv ul li a .fa-home {
    font-size: 20px;
}

.navDiv ul li:first-child a {
    border-left: 0;
    padding: 12px 15px 11px;
}

#myHeader.fixed .navDiv ul li:first-child a,
#myHeader.fixed .navDiv ul li:first-child a:hover {
    border-left: 0;
    padding: 12px 15px 10px 0;
    background: none;
}

.search-form {
    float: right;
    display: inline-block;
    margin: 6px 0 0;
}

.search-form .searchText {
    float: left;
    color: #333333;
    background: #ffffff;
    border: 0;
    height: 31px;
    width: 200px;
    padding: 0 5px;
    font-size: 13px;
}

.search-form .searchText_button {
    float: left;
    background: #74b101;
    border: 0;
    padding: 7.5px 15px;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
}

.searchText_button .fa-search {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.open_serchBox {
    width: 100%;
    position: absolute;
    top: 43px;
    background: #fff;
    z-index: 999;
}

.form_container {
    padding: 15px;
    background: #f6f6f6;
    position: relative;
    box-shadow: 0 3px 4px #bfbcbc;
    float: left;
    width: 100%;
}

.form-wrapper {
    width: 100%;
    position: relative;
    margin: 0px auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.form-wrapper input {
    width: 98%;
    height: 53px;
    padding: 10px 5px;
    float: left;
    font: bold 15px;
    border: 0;
    background: white;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
}

.form-wrapper button {
    overflow: visible;
    position: absolute;
    right: 0px;
    top: 0px;
    float: right;
    border: 0;
    background: #74b101;
    padding: 0;
    cursor: pointer;
    height: 52px;
    width: 54px;
    font: bold 15px/40px;
    color: #fff;
    text-transform: uppercase;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #74b101 transparent;
    top: 18px;
    left: -6px;
}

.fa-2x {
    font-size: 2em;
}

.close_btn {
    position: absolute;
    right: -10px;
    top: -10px;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #fff;
    background: #000;
    border-radius: 15px;
    padding: 3px 7px 6px 8px;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.suggestion_prd {
    position: absolute;
    top:10px;
    width: 100%;
    background: white;
    border: 1px solid lightgray;
    border-top: 0;
    border-bottom: 0;
    box-shadow: 0 3px 4px #bfbcbc;
    z-index: 999;
	 height: 332px;
    overflow: auto;
	box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28);
}

.suggestion_prd .sugrepeat_prd {
    border-bottom: 1px solid lightgray;
    padding-top: 10px;
    float: left;
    width: 25%;
    text-align: center;
}
.suggestion_prd .sugrepeat_prd a {
    color: #333333;
}
.suggestion_prd .sugrepeat_prd img {
    width: 100px;
}
.suggestion_prd .sugrepeat_prd p {
    font-weight: bold;
    height: 55px;
    overflow: hidden;
    line-height: 21px;
}
.suggestion_prd .sugrepeat_prd p span {
    font-weight: normal;
}

.fixed .search-form {
    margin-top: 3px;
}

.fixed .search-form .searchText {
    display: none !important;
}

.fixed .search-form .searchText_button {
    border-radius: 100px;
    padding: 10px 12px;
    background: #237cd6;
}

.navDiv ul li.shopping_cart_menu {
    display: none;
}

.fixed .navDiv ul li.shopping_cart_menu {
    display: block;
    background: #eb4201;
}

.fixed .navDiv ul li.shopping_cart_menu a {
    padding: 12px 26px;
}

.fixed .navDiv ul li.shopping_cart_menu .fa {
    font-size: 18px;
    padding-right: 5px;
}


/*Home Middle*/

.full_middle {
    float: left;
    width: 100%;
}

.middleDiv {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.Home_BannerDiv {
    float: right;
    margin: 0;
    padding: 0;
}


/*.Home_BannerDiv img {
    width: 875px;
}*/

.content_LeftDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 262px;
}

.Left_SaleDiv {
    width: 100%;
    float: left;
    margin: 0 0 13px;
}

.ad-box {
    background: #fff !important;
    padding: 15px 4% 10px;
    border: solid 3px #efefef;
    cursor: pointer;
    float: left;
    width: 100%;
}

.auto-title {
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    color: #ff0000;
    text-align: center;
}

.auto-title>a {
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.auto-title>a>strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    line-height: 30px;
    color: #f30100;
    padding: 0 5px 0 0;
}

.auto-title>a>span {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: 700;
}

.auto-title>a>span>span {
    font-size: 14px;
    line-height: 15px;
    display: block;
    padding: 0;
    color: #000;
    font-weight: 400;
    text-transform: initial;
    letter-spacing: 1px;
    text-align: left;
}

.category_LeftDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.category_TitleDiv {
    display: table;
    height: 44px;
    line-height: 44px;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; 
}

.category_ProLinkDiv {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #efefef;
    margin-bottom: 13px;
}

.category_ProLinkDiv ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 0 1px;
    background-color: #efefef;
    width: 90%;
}

.category_ProLinkDiv li.parent {
    border-top: 1px solid #c4c4c4;
}

.category_ProLinkDiv li.parent:first-child {
    border-top: 0px solid #c4c4c4;
}

.category_ProLinkDiv li span {
    display: inline-block;
    cursor: pointer;
}

.category_ProLinkDiv li span .fa {
    font-size: 16px;
    cursor: pointer;
}

.category_ProLinkDiv li a {
    display: inline-block;
    color: #333333;
    padding: 10px 16px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    /*border-top: 1px solid #c4c4c4;*/
    text-decoration: none;
    width: 85%;
}


/*.category_ProLinkDiv li a:before {
    content: "";
    display: inline-block;
    padding-right: 15px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/category-arrow.png) no-repeat 0 0;
    width: 5px;
    height: 9px;
    vertical-align: middle;
}*/

#Catenav li a strong {
    font-size: 15px;
    font-weight: 600;
}

.category_ProLinkDiv ul ul {
    display: none;
}

.Catenav .parent.active .sub-parent {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.Catenav .parent .sub-parent li {
    border-top: 1px solid #c4c4c4;
}

.Catenav .parent .sub-parent li a {
    width: 100%;
}

.Catenav .parent .sub-parent li a span {
    padding-right: 5px;
}

.sub-parent.active {
    display: block;
}

.ctry_bestLinkDiv ul li {
    border-top: 1px solid #c4c4c4;
    padding-left: 10%;
}

.ctry_bestLinkDiv ul li:first-child {
    border-top: 0px solid #c4c4c4;
}

.ctry_bestLinkDiv ul li a {
    padding-left: 0;
	width: auto;
    padding-right: 0;
    text-indent: -6px;
}

.ctry_bestLinkDiv ul li a span {
    padding-right: 2px;
}

.HomePage_proDiv {
    width: 100%;
    padding: 0;
    float: left;
}

.HomePage_TopSelDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 11px;
    border-bottom: 1px solid #c4c4c4;
}

.HomePage_TopSelDiv span {
    color: #74b101;
    padding: 0 30px 9px 0;
    border-bottom: 3px solid #74b101;
    font-size: 22px;
    font-weight: 600;
}

.HomePage_TopSelDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png") no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.HomePage_TopSel_ProDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.HmPg_TopProDiv {
    float: left;
    margin: 30px 0 0 -15px;
    padding: 0;
    width: 102%;
}

.Home_ProBoxDiv {
    float: left;
    margin: 0 0 30px 14px;
    padding: 10px 0 0;
    border: 1px solid #c4c4c4;
    width: 280px;
}

.Home_ProName {
    width: 100%;
    text-align: center;
}


/*.Home_ProName a { 
    color:#000000; 
    font-size:18px; 
    font-weight: 700; 
    text-decoration: none;
}*/

.Home_ProName a {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 0 4%;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

.Home_Proimg {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.Home_Proimg img {
    width: 200px;
    height: 200px;
}

.Home_ratingDiv {
    width: 100%;
    display: table;
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}

.Home_ratingDiv a {
    color: #333333;
}

.rating {
    background: url("https://petcaresupplies.b-cdn.net/images/stargr.png") repeat-x left top;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
    width: 86px;
}

.rating-color {
    background: url("https://petcaresupplies.b-cdn.net/images/star.png") repeat-x left top;
    height: 20px;
}


/*
.rating img {
    margin: 0 2px 0 0;
    width: 17px;
    height: 16px;
    vertical-align: top;
    cursor: pointer;
}*/

.Home_ratingDiv span {
    padding-right: 5px;
}

.Home_ProPrice {
    float: left;
    color: #fff;
    width: 100%;
    background: #186dc3;
    margin: 0;
    padding: 0;
}

.Home_ProPrice_Left {
    width: 48%;
    padding: 12px 0 0;
    float: left;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

.Home_ProPrice_Now {
    float: right;
    text-align: center;
    width: 51%;
    padding: 10px 0;
    border-left: 1px solid #8c8c8c;
}

.Home_ProPrice_Now a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    text-transform: uppercase;
    vertical-align: middle;
    text-decoration: none;
}

.Home_ProPrice_Now a:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/pcs-footer-icons1.png);
    background-repeat: no-repeat;
	background-position: -111px -150px;
    width: 22px;
    height: 22px;
    margin-top: -4px;
    vertical-align: middle;
}

.Hm_Page_Content {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0;
    text-align: justify;
}

.Hm_Page_Txt p {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
}

.Hm_Page_Txt h1,
.Hm_Page_Txt h2 {
    margin-bottom: 15px;
}


/*Blog Css*/

.HomePage_BlogDiv {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    float: left;
}

.HomePage_BlogDiv .HomePage_TopSelDiv span {
    color: #74b101;
    padding: 0 70px 9px 0;
    border-bottom: 3px solid #74b101;
    font-size: 22px;
    font-weight: 600;
}

.HomePage_BlogDiv .HomePage_TopSelDiv span:before {
    content: "";
    display: inline-block;
    padding-right: 10px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png") no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.HomePage_Blog_BoxDiv {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
    float: left;
}

.Blog_Box_SliderDiv {
    float: left;
    width: 372px;
    margin: 0 0 0 26px;
    padding: 0;
}

.Blog_Box_SliderDiv:first-child {
    margin-left: 0;
}

.Blog_Box_SliderDiv img {
    width: 100%;
    display: block;
    /*border:1px solid #c4c4c4;*/
}

.Blog_DateDiv {
    width: 100%;
    display: table;
    margin: 10px 0;
}

.admin_icon {
    display: none;
    float: left;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    width: 25%;
    margin-right: 4%;
    border-right: 1px solid #bfbfbf;
}

.admin_icon:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/admin-icon.png") no-repeat 0 0;
    width: 13px;
    height: 14px;
    vertical-align: middle;
}

.Time_DateDiv {
    float: left;
    color: #777777;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    /*padding-left:2%;*/
}

.Time_DateDiv:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/time-icon.png") no-repeat 0 0;
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.Blog_TittleDiv {
    color: #3392f1;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: block;
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 10px;
}

.Blog_TittleDiv a {
    color: #333;
    line-height: 26px;
}

.Blog_textDiv {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: table;
    padding: 10px 0;
}


/*Home Middle End*/


/*Product Type Css*/

.content_RightDiv {
    float: right;
    width: 888px;
    margin: 0;
    padding: 0;
}

.inner_BannerDiv {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
}

.inner_BannerDiv img {
    width: 100%;
}

.breadcrumb {
    width: 100%;
    float: left;
    margin: 0 0 0;
    /*padding: 5px 0 5px 1%;
    background: #efefef;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;*/
}

.content_RightDiv .breadcrumb {
    margin: 20px 0 0;
}

.breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb ul li:first-child {
    margin: 0;
    padding: 0;
}

.breadcrumb ul li {
    float: left;
    margin: 0 0 0 6px;
    padding: 0 0 0 6px;
}

.breadcrumb ul li:after {
    content: "";
    display: inline-block;
    margin-left: 15px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/breadcrumb_arrow.png) no-repeat 0 0;
    width: 6px;
    height: 10px;
    vertical-align: middle;
}

.breadcrumb ul li a,
.breadcrumb ul li span {
    color: #333333;
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-weight: 600;
    vertical-align: middle;
    line-height: 31px;
    text-decoration: none;
}


/*.breadcrumb ul li a.first_bread {
    color: #333333;
    font-size: 20px;
    border-left: 0;
    margin: 0;
    padding: 0;
}*/

.breadcrumb ul li span.last_bread {
    color: #196fc5;
    background: none;
}

.breadcrumb ul li:last-child:after {
    background: none;
}

.Product_justify {
    text-align: justify;
    display: table;
    padding: 15px 0 0;
}

.Product_justify h1 {
    margin-bottom: 5px;
    font-size: 20px;
}

.Product_justify p {
    line-height: 20px;
}

.Product_Info_Matter a {
    color: #f30100;
}

.content_RightDiv .HomePage_TopSelDiv {
    margin: 20px 0 0;
}

.content_RightDiv .Home_ProBoxDiv {
    margin-left: 19px;
}

.Pro-right-text {
    width: 100%;
    float: left;
}


/*Product Landing Css*/

.propage_TopDiv {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

.prolanding_LeftDiv {
    width: 460px;
    float: left;
    margin: 0;
    padding: 0;
}

.pro_largImg {
    border: 1px solid #c4c4c4;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5% 0;
}

.pro_largImg img {
    width: 250px;
    height: 250px;
}

.Prolanding_leftBottom {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.prodescription_Divmeta {
    float: left;
}

.prodescription_Divmeta_proName {
    font-weight: 600;
    font-size: 15px;
}

.prodescription_Divmeta_price {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
}

.Ph_checker {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}

.KickerNorton img{
	width: auto !important;
}

.Ph_checker .KickerNorton {
    margin: 0;
}

.Ph_checker.Ph_checker_left {
    float: left;
	margin-top:-15px;
}

.packpage .Ph_checker.Ph_checker_left, .packpage .Ph_checker {
	float:none;
}




/*Tab Css*/

.responsive-tabs-Mobile {
    width:100%;
    float:left;
    margin-top:30px;
}

/*.responsive-tabs-Mobile {
    display: none;
}*/

.responsive-tabs {
    float: left;
    width: 100%;
}

.responsive-tabs .tabtitle {
    padding: 10px 30px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 0 2px -1px 0;
    font-weight: 600;
    font-size: 16px;
}


/*.responsive-tabs .tabtitle:first-child {
  border-top: 0;
}*/

.responsive-tabs .active {
    background-color: #237cd6;
    border: 1px solid #237cd6;
    color: #fff;
}

.responsive-tabs .active+.tab-paragraph {
    display: block;
}

.responsive-tabs .tab-paragraph {
    display: none;
    padding: 10px 15px;
    border: 1px solid #ccc;
}

.responsive-tabs-placeholder {
    display: none;
}

.tab-paragraph h2 {
    font-size: 18px;
    margin-bottom: 5px;
}

table {
    border-collapse: collapse;
}

.product_content_table {
    border: 1px solid #cecece;
    border-collapse: collapse;
    margin: 15px 0;
    padding: 2px;
    width: 100%;
}

.product_content_table td {
    border: 1px solid #cecece;
    padding: 5px;
}

.responsive-tabs-placeholder .product_content_table td strong {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {
    .responsive-tabs {}
    .responsive-tabs .tabtitle {
        float: left;
        /*border-top: 0;*/
    }
    .responsive-tabs .active+.tab-paragraph {
        display: none;
    }
    .responsive-tabs-placeholder {
        clear: both;
        display: block;
        padding: 24px 30px;;
        border: 1px solid #ccc;
        text-align: justify;
    }
    .responsive-tabs-placeholder h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .responsive-tabs-placeholder p {
        font-size: 14px;
        margin: 10px 0;
    }
    .responsive-tabs-placeholder strong {
        color: #689f00;
        font-size: 16px;
        font-weight: 700;
		padding-top:15px;
		display:block;
    }
    .responsive-tabs-placeholder span.tab_bds {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 700;
        display: block;
    }
    .responsive-tabs-placeholder ul li {
        list-style: disc;
        margin: 0 0 8px 18px;
    }
}


/*Tab Css End*/

.propage_RightDiv {
    width: 900px;
    float: left;
    margin: 0;
    padding: 0;
}

.ProductName_TittleDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #c4c4c4;
}

.ProductName_TittleDiv h1 {
    font-size: 25px;
    font-weight: 700;
    text-indent: -27px;
    padding-left: 30px;
}

.ProductName_TittleDiv span {
    color: #000000;
    padding: 0 30px 5px 0;
    /*border-bottom: 3px solid #000000;*/
    font-size: 25px;
    font-weight: 600;
}

.ProductName_TittleDiv span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/bread-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Pro_Banner_Div {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0;
}

.Pro_Banner_Div img {
    width: 100%;
}

.ProductDoses_TableDiv {
    width: 100%;
    float: left;
	border: 1px solid #444141;
}

.ProductName_TableDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 8px 5px 9px 5px;
    /*border-top: 2px solid #c4c4c4;*/
    border-bottom: 1px solid #c4c4c4;
    font-size: 16px;
    letter-spacing: 0.5px;
    background: #444141;
    font-weight: 600;
}
.ProductName_TableDiv h3 .unitClass {
	color:#fff08a !important;
}

.ProductName_TableDiv h3 {
    font-size: 16px;
    font-weight: 600;
	color:#fff;
}

.ProductName_TableDiv span {
    color: #196fc5;
}

.ProductName_TableDiv span:after {
    content: "";
    display: inline-block;
    padding-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.ProductDoses_Table_BottomDiv {
    float: left;
    width: 100%;
    margin: 15px 0;
    padding: 0;
}

.Proimg_Left_BottomDiv {
    float: left;
    width: 130px;
    margin: 0 0 0 10px;
    padding: 0;
}

.Proimg_Left_BottomDiv img {
    width: 100%;
}

.Prodoses_Right_BottomDiv {
    float: left;
    width: 710px;
    margin: 0 0 0 30px;
    padding: 0;
}

.ProPacks_top_BtmDiv {
    width: 100%;
    float: left;
    margin: 0 0 8px;
    padding: 0;
}

.Packsize_Div,
.Price_TextDiv,
.QTY_TextDiv {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.Packsize_Div {
    float: left;
    width: 200px;
}

.Price_TextDiv {
    float: left;
    width: 160px;
    text-align: right;
}

.QTY_TextDiv {
    float: left;
    width: 250px;
    text-align: center;
}

.ProPacks_bottom_BtmDiv {
    width: 100%;
    float: left;
}

.PackDoses_Div,
.Price_Div,
.QTY_Div {
    color: #333333;
    font-weight: 400;
    font-size: 15px;
}

.PackDoses_Div {
    float: left;
    width: 200px;
    line-height: 26px;
    font-size: 14px;
}

.Price_Div {
    float: left;
    width: 160px;
    line-height: 26px;
    text-align: right;
}

.QTY_Div {
    float: left;
    width: 250px;
    text-align: center;
}

.QTY_Div input[type="text"],
.QTY_Div input[type="number"] {
    border: 1px solid #bebebe;
    width: 37px;
    height: 29px;
    text-align: center;
    font-weight: 400;
}

.Add_Cart {
    float: left;
    width: 90px;
}

.Add_Cart .add_cart_btn {
    color: #fff;
    border: 0;
    width: 90px;
    display: block;
    height: 29px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.Pro_landingFaqDiv {
    float: left;
    width: 100%;
    padding: 2% 2%;
    border: 1px solid #c4c4c4;
}

.landingFaq_TittleDiv {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 0 0 10px;
    border-bottom: 1px solid #c4c4c4;
}

.landingFaq_TittleDiv span {
    color: #74b101;
    padding: 0 30px 9px 0;
    border-bottom: 3px solid #74b101;
    font-size: 22px;
    font-weight: 600;
}

.landingFaq_TittleDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.landingFaq_TextDiv {
    float: left;
    width: 100%;
}

.FaqQuistion {
    color: #689f00;
    font-weight: normal;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    display: table;
}

.landingFaq_TextDiv p {
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 400;
}

.landingFaq_TextDiv p span {
    font-weight: 700;
    font-size: 15px;
    color: #333333;
}


/* Product Landing Review */

.Product_ReviewDiv {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.hreview_aggregate {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
}

.pull-left {
    float: left;
    color: #74b101;
    margin: 0 15px -2px 0;
    padding: 0 0px 20px 0;
    border-bottom: 3px solid #74b101;
    font-size: 22px;
    font-weight: 600;
}

.pull-left:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.hreview_aggregate .rating {
    float: left;
    margin: 4px 0 0;
}

.hreview_aggregate small {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 0px 0;
}

.write_reviewBtnDiv {
    float: right;
    margin: 0 0 10px;
}

.btn_read_review {
    margin-left: 10px;
}

.modal-wr-button {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    width: 135px;
    height: 31px;
    line-height: 31px;
    float: right;
    text-align: center;
    text-decoration: none;
}

.btn_read_review .modal-wr-button {
    width: 145px;
}

.modal-wr-button:hover {
    color: #fff;
    text-decoration: none;
}

.Product_Review_BottomDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 2%;
    border: 1px solid #c4c4c4;
    border-top: 0;
}
.no_reviewText {
    padding:15px 0;
    font-size:15px;
    font-weight:600;
}
.rating-snapshots {
    width: 100%;
    color: #333333;
    display: table;
    border-bottom: 1px solid #c4c4c4;
}

.rating-snapshots .rating-average {
    float: left;
    margin-right: 50px;
}

.rating-snapshots .rating-average p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 21px;
}

.rating-snapshots .rating-average .average-rating-value {
    font-weight: normal;
    font-size: 160px;
    line-height: 165px;
    font-weight: 600;
    color: #bdbdbd;
}

.rating-snapshots .rating-filter {
    float: left;
    width: 50%;
    margin-top: 20px;
    font-size: 16px;
}

.rating-snapshots .rating-filter p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
}

.rating-snapshots .rating-filter .rating-filter-item .rate {
    float: left;
    font-size: 16px;
}

.rating-snapshots .rating-filter .rating-filter-item .rate i {
    /* background: url(..https://petcaresupplies.b-cdn.net/images/star.png) no-repeat; */
    width: 17px;
    height: 16px;
    margin: 0;
    display: inline-block;
}

.rating-snapshots .rating-filter .rating-filter-item .rating-filter-overview {
    position: relative;
    margin: 0 10px 5px;
    width: 180px;
    height: 18px;
    background-color: #bdbdbd;
    float: left;
    border-radius: 12px;
}

.rating-snapshots .rating-filter .rating-filter-item .rating-filter-overview .rating-filter-overview-value {
    height: 100%;
    background-color: #ff9702;
    border-radius: 12px;
}

.rating-filter .value {
    font-size: 18px;
    font-weight: 600;
}

.Most_Recent_ReviewsDiv {
    width: 100%;
    display: table;
}

.Most_Title_RvDiv {
    display: table;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #c4c4c4;
}

.Most_Title_RvDiv span {
    float: left;
    color: #74b101;
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
}

.Most_Title_RvDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.review_rating_entry {
    width: 100%;
    display: table;
    margin: 10px 0;
    padding: 0;
    border-bottom: 1px solid #c4c4c4;
}

.text_sm {
    width: 100%;
    display: table;
    margin: 5px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.Rv_Rt_EntDiv {
    width: 100%;
    display: table;
    margin: 10px 0;
    padding: 0;
}

.Rv_Rt_EntDiv_Left {
    float: left;
    margin: 0;
    padding: 0;
    width: 140px;
    /*border: 1px solid #c4c4c4;*/
    text-align: center;
}

.Rv_Rt_EntDiv_Left img {
    width: 60%;
}

.Rv_Rt_EntDiv_Right {
    float: left;
    margin: 0;
    padding: 0 0 0 30px;
    width: 87%;
}

.Right_hreview {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
}

.great_review_TextDiv {
    float: left;
    color: #74b101;
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.Right_hreview .rating {
    float: left;
    margin: 2px 10px 0 0;
}

.Right_hreview small {
    font-weight: 600;
    color: #333333;
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0 0 0px;
}

.Right_TextRVWDiv {
    width: 100%;
    display: table;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.Right_TextRVWDiv p {
    line-height: 24px;
}

.review_helpfulDiv {
    display: table;
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
}

.review_helpfulDiv_Left {
    float: left;
    font-weight: 600;
    font-size: 14px;
}

.review_helpfulDiv_Right {
    float: right;
}

.review_helpfulDiv_Right span {
    font-weight: 600;
    font-size: 14px;
    padding-right: 10px;
}

.review_helpfulDiv_Right a {
    color: #74b101;
    font-weight: 600;
    font-size: 14px;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}

.review_helpfulDiv_Right a:last-child {
    color: #f30100;
    border-left: 1px solid #c4c4c4;
    padding: 0 0 0 8px;
    margin-right: 0;
}


/* Pagination Css */

.paginate-pagination {
    float: right;
}

.paginate-pagination a {
    color: black;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.paginate-pagination a.active {
    background-color: #74b101 !important;
    color: white;
    border: 1px solid #74b101 !important;
}

.paginate-pagination a:hover:not(.active) {
    background-color: #74b101;
    color: white;
}

.paginate-pagination a.deactive {
    color: black;
    background: #fff;
}

.paginate-pagination a.deactive:hover {
    color: black;
    opacity: 0.7;
    cursor: not-allowed !important;
    background: #fff;
}


/* Pagination Css End */


/*Write Review Css*/

.Review_Products_PopupDiv {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 99999;
    color: #fff;
    top: 0;
    left: 0;
    display: none;
}

.Write_Review_Bg {
    background: #000;
    width: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    opacity: 0.5;
    display: table;
    height: 100%;
}

.Write_Review_Pro_BoxDiv {
    position: absolute;
    background: #fff;
    padding: 0;
    top: 50%;
    left: 50%;
    width: 65%;
    transform: translate(-50%, -50%);
    opacity: 9;
}

.Review_Pro_Tittle_NameDiv {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 7px 25px;
    background: #f5f5f5;
    border-bottom: 1px solid #dbdbdb;
}

.Pay_fail_close {
    position: absolute;
    right: -14px;
    top: -14px;
    cursor: pointer;
}

.Review_Pro_ContentDiv {
    float: left;
    width: 96%;
    margin: 0;
    padding: 2%;
}

.Review_Pro_Content_LeftDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.Review_Pro_imgDiv {
    float: left;
    width: 95%;
    padding: 2%;
    border: 1px solid #c4c4c4;
    text-align: center;
}

.Review_Pro_imgDiv img {
    width: 60%;
    vertical-align: middle;
}

.Write_Review_TipsDiv {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #c4c4c4;
}

.Write_Review_TipsDiv span {
    color: #74b101;
    padding: 0 30px 9px 0;
    font-size: 18px;
    font-weight: 600;
}

.Write_Review_TipsDiv span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Review_Tips_TextDiv {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    float: left;
}

.Review_Tips_TextDiv p {
    margin: 10px 0;
    text-align: justify;
    line-height: inherit;
}

.Review_Pro_Content_RightDiv {
    float: right;
    width: 56%;
    padding: 0;
    color: #333;
    /* border: 1px solid #c4c4c4; */
}

.Review_aggregate {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    padding: 0px 0 10px;
}

.Review_aggregate .Review_aggregate_left {
    float: left;
    border-bottom: 0;
    color: #333;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.Review_aggregate .rating {
    float: left;
}

.Review_aggregate small {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 15px 0;
}

.Review_aggregate2 {
    padding: 10px 0 10px;
}

.Wrt_Pro_Rw_TextDiv {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
}

.Wrt_Pro_Rw_TextDiv span {
    float: left;
    color: #74b101;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}

.Wrt_Pro_Rw_TextDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Review_aggregate .Review_aggregate_left {
    float: left;
    border-bottom: 0;
    color: #333;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.blankstar {
    background-image: url(https://petcaresupplies.b-cdn.net/images/stargr.png);
    margin: 0 2px 0 0;
    border: none;
    outline: none;
    height: 16px;
    width: 17px;
}

.shiningstar {
    background-image: url(https://petcaresupplies.b-cdn.net/images/star.png);
    margin: 0 2px 0 0;
    border: none;
    outline: none;
    height: 16px;
    width: 17px;
}

.Review_aggregate2 small {
    margin: 3px 0 0;
    font-size: 11px;
    float: left;
    clear: left;
}

.Write_Review_inputTextDiv {
    width: 100%;
    float: left;
}

.Wr_Review_InputFormDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.Wr_Review_InputFormDiv label {
    display: table;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0 0;
    margin: 0;
}

.Wr_Review_InputFormDiv input[type="text"],
input[type="Email"],
input[type="Password"] {
    width: 95.6%;
    margin-bottom: 5px;
}

.Wr_Review_InputFormDiv label small {
    font-size: 10px;
    vertical-align: middle;
}

.Wr_Review_InputFormDiv textarea {
    border: 1px solid #b4b4b4;
    width: 95.6%;
    padding: 0 2%;
    height: 80px;
    margin-bottom: 5px;
    display: table;
}

.submit_review_label_bottomDiv {
    width: 99%;
    float: left;
    text-align: left;
    padding: 0;
    margin: 0;
}

.submit-review {
    background: #186dc3;
    color: #fff;
    width: 160px;
    height: 36px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 15px 0 0;
}


/*Write Page Review Css*/

.WriteReview_ProductsDiv {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
}

.Write_Read_Review_BoxDiv {
    background: #fff;
    width: 100%;
    margin: 20px 0 0;
}

.Write_Read_ReviewPro_NameDiv {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding: 10px 25px;
    background: #f5f5f5;
}

.Write_Read_Review_ContentDiv {
    float: left;
    width: 100%;
    margin: 0;
    padding: 2%;
}

.WRd_Review_Pro_Content_LeftDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 40%;
}

.WRd_Review_Pro_imgDiv {
    float: left;
    width: 95%;
    padding: 2%;
    border: 1px solid #c4c4c4;
    text-align: center;
}

.WRd_Review_Pro_imgDiv img {
    width: 60%;
    vertical-align: middle;
}

a.buy_reviewPro {
    color: #fff;
    width: 120px;
    display: table;
    margin: 10px auto;
    padding: 7px 0 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}

.WRd_Review_TipsDiv {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0 0 10px;
    border-bottom: 1px solid #c4c4c4;
}

.WRd_Review_TipsDiv span {
    color: #74b101;
    padding: 0 30px 9px 0;
    font-size: 18px;
    font-weight: 600;
}

.WRd_Review_TipsDiv span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.WRd_Review_Tips_TextDiv {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    float: left;
}

.WRd_Review_Tips_TextDiv p {
    margin: 10px 0;
    text-align: justify;
    line-height: inherit;
}

.WRd_Review_Content_RightDiv {
    float: right;
    width: 56%;
    padding: 0;
    color: #333;
}

.WRd_Review_aggregate {
    float: left;
    width: 100%;
    border-bottom: 1px solid #c4c4c4;
    padding: 0px 0 10px;
}

.WRd_Review_aggregate .WRd_Review_aggregate_left {
    float: left;
    border-bottom: 0;
    color: #333;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.WRd_Review_aggregate .rating {
    float: left;
}

.WRd_Review_aggregate small {
    font-weight: 400;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px 15px 0;
}
.WRd_Review_Content_RightDiv .WRd_Review_aggregate small {
	margin-left: -15px;
	margin-right: 0;
}
.WRd_Review_aggregate2 {
    padding: 10px 0 10px;
}

.WRd_Pro_Rw_TextDiv {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
}

.WRd_Pro_Rw_TextDiv span {
    float: left;
    color: #74b101;
    margin: 10px 0;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
}

.WRd_Pro_Rw_TextDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.WRd_Review_aggregate .WRd_Review_aggregate_left {
    float: left;
    border-bottom: 0;
    color: #333;
    margin: 0;
    padding: 0 15px 0 0;
    font-size: 14px;
    font-weight: 600;
}


/*.blankstar {
    background-image: url(https://petcaresupplies.b-cdn.net/images/stargr.png);
    margin: 0 2px 0 0;
    border: none;
    outline: none;
    height: 16px;
    width: 17px;
}
.shiningstar {
    background-image: url(https://petcaresupplies.b-cdn.net/images/star.png);
    margin: 0 2px 0 0;
    border: none;
    outline: none;
    height: 16px;
    width: 17px;
}*/

.WRd_Review_aggregate2 small {
    margin: 3px 0 0;
    font-size: 11px;
    float: left;
    clear: left;
}

.WRd_Write_Review_inputTextDiv {
    width: 100%;
    float: left;
}

.WRd_Wr_Review_InputFormDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.WRd_Wr_Review_InputFormDiv label {
    display: table;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 0;
    margin: 0;
}

.WRd_Wr_Review_InputFormDiv input[type="text"],
.WRd_Wr_Review_InputFormDiv input[type="Email"],
.WRd_Wr_Review_InputFormDiv input[type="Password"] {
    width: 95.6%;
    margin-bottom: 8px;
}

.WRd_Wr_Review_InputFormDiv label small {
    font-size: 10px;
    vertical-align: middle;
}

.WRd_Wr_Review_InputFormDiv textarea {
    border: 1px solid #b4b4b4;
    width: 95.6%;
    padding: 0 1%;
    height: 80px;
    margin-bottom: 5px;
    display: table;
    font-family: 'Open Sans', sans-serif;
}

.WRd_submit_review_bottomDiv {
    width: 96%;
    float: left;
    text-align: right;
    padding: 0;
    margin: 0;
}

.submit-review {
    background: #186dc3;
    color: #fff;
    width: 160px;
    height: 36px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 0;
    padding: 0;
    margin: 15px 0 0;
}

.WRd_Review_BottomDiv {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0 2%;
    border: 1px solid #c4c4c4;
}

.WRd_Review_BottomDiv .Most_Title_RvDiv {
    padding: 0 0 20px;
}


/*Write Page Review End Css*/


/*Product Landing Pack Css*/

.prolanding_BdrBox {
    width: 100%;
    float: left;
    margin: 10px 0 30px;
}

.product_imgDiv {
    float: left;
    width: 400px;
    height: 400px;
    text-align: center;
}

.prolanding_BdrBox .product_imgDiv img {
    width: 250px;
}

.product_DetailRight {
    width: 660px;
    float: left;
    margin: 0 29px;
}

.product_PriceTop {
    float: left;
    border-bottom: 1px solid #e0e2e4;
    width: 100%;
    padding: 20px 0;
}

.prolanding_BdrBox h1 {
    text-transform: uppercase;
    font-size: 22px;
}

.pro_rattingNTop {
    float: left;
    text-align: left;
    width: 100%;
    color: #7f7f7f;
    font-weight: 400;
    margin: 20px 0;
}

.pro_rattingNTop .rating {
    float: left;
    margin: 2px 5px 0 0;
}

.pro_rattingNTop span {
    vertical-align: middle;
    padding: 0;
    float: left;
}

.totalRw {
    float: left;
    border-left: 2px solid #7f7f7f;
    padding: 0px 0 0px 5px;
    margin: 3px 0px 0 6px;
    line-height: 15px;
}

.totalRw span {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.pro_priNleft {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.product_DetailRight label {
    font-weight: 600;
    color: #151515;
    vertical-align: middle;
    text-transform: uppercase;
    width: 62px;
    text-align: left;
    display: inline;
    padding-right: 15px;
}

.pro_priNleft label {
    display: inline-block;
    margin-top: 10px;
    width: 52px;
}

.pro_priNleft span {
    font-size: 30px;
    color: #f15050;
    font-weight: 700;
    vertical-align: middle;
    padding-right: 10px;
}

.product_PriceBottom {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

.product_inputBottom {
    width: 100%;
    float: left;
    margin: 0 0 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #e0e2e4;
}

.product_radioselect {
    width: 40%;
    margin: 0;
    padding: 0;
    display: inline-table;
}

.select_radioBtn[type="radio"] {
    display: none;
}
.product_radioselect .select_radioBtn[type="radio"] {
    display: block;
	appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
	float:left;
	margin:12px 0 0 15px;
	position:relative;
	z-index:9999;
}


.select_radioBtn[type="radio"]+label span {
    display: inline-table;
    margin: 0 0 0 15px;
    border-left: 1px solid #d9d6d6;
    padding: 10px 0 10px 15px;
    color: #5d5d5d;
}

.select_radioBtn[type="radio"]+label span strong {
    font-weigradiot: normal;
}

.select_radioBtn[type="radio"]+label span span {
    margin: 0;
    border-left: 0;
    padding: 0;
}

.select_radioBtn[type="radio"]+label span b {
    color: #e04e43;
    padding-left: 5px;
    font-weight: normal;
}

.select_radioBtn[type="radio"]+label {
    position: relative;
    display: block;
    padding: 0;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #d9d6d6;
    width: 400px;
    background: #ffffff;
    border-radius: 5px;
    margin: 0 0 10px;
    text-transform: initial;
}

.select_radioBtn[type="radio"]+label:before,
.select_radioBtn[type="radio"]+label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 19px;
    text-align: center;
    color: white;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    margin: 7px 10px 2px;
	display:none;
}

.select_radioBtn[type="radio"]+label:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 5px white, inset 0 0 0 10px #cdcdcd;
    border: 1px solid #cdcdcd;
}

.select_radioBtn[type="radio"]:checked+label:before {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 5px white, inset 0 0 0 10px #1085b1;
    border: 1px solid #cdcdcd;
    font-weight: 700;
}

.select_radioBtn[type="radio"]:checked+label span {
    font-weight: 700;
    color: #5d5d5d;
}


/*.select_radioBtn[type="radio"]:checked + label span span { 
    font-weight: 700; 
}*/

.select_radioBtn[type="radio"]:checked+label span b {
    font-weight: 700;
    color: #e8382b;
}

.select_radioBtn[type="radio"]:checked+label span strong {
    font-weight: 700;
}

.product_inputBottom .ShopProRep_Input_QTYDiv {
    /*border-radius: 5px;*/
}

.product_AutoDeliveryDiv {
    display: inline;
    width: 100%;
    margin: 30px 0 30px 30px;
    padding-bottom: 30px;
}

.product_AutoDeliveryDiv span {
    color: #151515;
    font-weight: 700;
    padding: 0 10px;
}

.product_AtDelSelect {
    width: 42%;
    margin: 0;
    padding: 0;
    display: inline-table;
}

.product_AtDelSelect select {
    display: table;
    border: 1px solid #d9d6d6;
    background: #fff;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    width: 96%;
    padding: 0 2%;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 38px;
}

.product_AtDelSelect select.product_AtDelSelect_Option {
    background-image: url("https://petcaresupplies.b-cdn.net/images/Billing-select-arrow.png");
    background-position: right 5px;
    background-repeat: no-repeat;
}

.prolanding_BdrBox .Add_Cart {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.prolanding_BdrBox .Add_Cart a,
.prolanding_BdrBox .Add_Cart input[type="submit"] {
    background: #f15050;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    width: 40%;
    display: inline-table;
    margin: 0;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.prolanding_BdrBox .Add_Cart input[type="submit"] { 
    background: #237cd6;
	width:30%;
}
.freeShippingText {
    width: 52%;
    text-align: center;
    display: inline-table;
    margin: 15px 0 0;
    font-size: 15px;
    text-transform: uppercase;
}

.freeShippingText>sup {
    color: #f15050;
    font-size: 16px;
    font-weight: 700;
    padding-left: 3px;
    display: inline-block;
}

.shoppacksize_proDiv {
    margin-top: 20px;
    margin-bottom: 40px;
}


/*Product Landing Pack Css End*/


/* Shopping Cart Css */

.Shopping_CartDiv {
    width: 100%;
    float: left;
    border: 1px solid #c4c4c4;
}

.ShopCart_HeaderDiv {
    width: 100%;
    padding: 6px 2%;
    float: left;
    background: #444141;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}

.ShopHead_ProDiv {
    float: left;
    width: 50%;
}

.ShopHead_PriDiv {
    float: left;
    width: 11%;
    text-align: right;
}

.ShopHead_QTYDiv {
    float: left;
    width: 13%;
    text-align: right;
}

.ShopHead_PayDiv {
    float: left;
    width: 16%;
    text-align: right;
}

.ShopCart_petRdetDiv {
    position: relative;
}

.ShopCart_ProRepeatDiv {
    width: 100%;
    padding: 0 2% 1%;
    float: left;
    border-top: 1px solid #c4c4c4;
    background: #fff;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.ShopProRep_ProDiv {
    float: left;
    width: 50%;
}

.ShopProRep_ImgDiv {
    float: left;
    margin: 0;
    padding: 10px 0;
    width: 25%;
}

.ShopProRep_ImgDiv img {
    width: 100%;
}

.ShopProRep_ProNameDiv {
    float: left;
    padding: 2% 0 0 4%;
    width: 70%;
    font-size: 14px;
}

.ShopProRep_ProNameDiv a {
    text-decoration: none;
    padding-bottom: 5px;
    display: block;
}

a.packName {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.shoppinng_cart_product_name {
    color: #196fc5;
    font-size: 18px;
    display: block;
}
.shoppinng_cart_product_name a {
    color: #000;
}
.mycart_PetdetailDiv {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 50%;
}

.mycart_PetdetailDiv select {
    display: table;
    padding: 0 0 0 1%;
    border: 1px solid #bebebe;
    background: #fff;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 600;
    width: 54%;
    cursor: pointer;
    margin: 10px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.mycart_PetdetailDiv select.selected_Option {
    background-image: url(https://petcaresupplies.b-cdn.net/images/select-arrow.jpg);
    height: 29px;
    background-position: right top;
    background-repeat: no-repeat;
}

.cart_ourprice {
    color: #333333;
    font-weight: 600;
    font-size: 14px;
}

.cart_ourprice span {
    /*color: #f30100;*/
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

.ShopProRep_ProNameDiv select {
    display: table;
    padding: 0 0 0 1%;
    border: 1px solid #bebebe;
    background: #fff;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 400;
    width: 80%;
    cursor: pointer;
    margin: 10px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.ShopProRep_ProNameDiv select.selected_Option {
    background-image: url(https://petcaresupplies.b-cdn.net/images/select-arrow.jpg);
    height: 29px;
    background-position: right top;
    background-repeat: no-repeat;
}

.noAutoDelText {
    float: left;
    font-size: 14px;
    color: #e50901;
    padding-top: 5px;
    font-weight: 600;
}

.ShopProRep_PriceDiv {
    float: left;
    width: 11%;
    margin: 12px 0 0;
    text-align: right;
}

.ShopProRep_QTYDiv {
    float: left;
    width: 17%;
    text-align: right;
    margin: 15px 0 0;
}

.ShopProRep_Input_QTYDiv {
    width: 120px;
    display: inline-table;
    border: 1px solid #d9d6d6;
    padding: 0;
/*    border-radius: 5px 5px 0 0;*/
    vertical-align: middle;
}

.ShopProRep_Input_QTYDiv input[type="button"] {
    float: left;
    width: 35px;
    height: 29px;
    padding: 0;
    margin: 0;
    color: #878787;
    background: #d1d1d1;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border: 0;
}

.ShopProRep_Input_QTYDiv input[type="text"] {
    float: left;
    background: #fff;
    width: 40%;
    height: 29px;
    border: none;
    text-align: center;
    color: #333333;
    font-weight: 600;
}

.ShopProRep_Input_QTYDiv input.DecQty {
    float: left;
}

.ShopProRep_Input_QTYDiv input.IncQty {
    float: right;
}

.cart_update_btn {
    float: right;
    width: 120px;
    background: #eb4201;
    display: block;
    text-align: center;
    line-height: 17px;
}

.cart_update_btn .cart_btn {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
}

.cart_update_btn .cart_btn:hover {
    text-decoration: none;
}

.cart_update_btn a {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 400;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
}

.cart_update_btn a:hover {
    text-decoration: none;
}

.ShopProRep_UpayDiv {
    float: left;
    width: 12%;
    margin: 12px 0 0;
    text-align: right;
}

.ShopProRep_RemoveDiv {
    float: right;
    width: 4%;
    text-align: center;
    margin: 10px 0 0;
}

.ShopProRep_RemoveDiv button,
.ShopProRep_RemoveDiv a {
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    /*color: #e50901;*/
}

.ShopProRep_PriceDiv span,
.ShopProRep_QTYDiv span,
.ShopProRep_UpayDiv span {
    display: none;
}

.ShopCart_BottomDiv {
    width: 100%;
    float: left;
}

.ShopCart_CouponDiv {
    float: left;
    width: 64%;
    margin: 0;
    padding: 1% 2% 2%;
    border: 1px solid #c4c4c4;
}

.ShopCart_CouponDiv_left {
    float: left;
    width: 64%;
}

.cpn_text {
    display: table;
    color: #1e75cd;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
}

.cpn_text b {
    color: #f30100;
}

.ShopCart_Coupon_InputDiv {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.ShopCart_Coupon_InputDiv .input_box {
    width: 60%;
    height: 35px;
    float: left;
    font-weight: 400;
}

.ShopCart_Coupon_InputDiv .apply_coupon {
    height: 35px;
    width: 100px;
    font-size: 17px;
    line-height: 25px;
}

.Applied_DiscountDiv {
    width: 96%;
    display: none;
    margin: 5px 0 10px 5px;
    padding: 0;
    color: #74b101;
    font-size: 16px;
    font-weight: 600;
}

.ShopCart_RewardDiv {
    width: 40%;
    float: left;
    padding: 2%;
    background: #eee;
    margin-top: 0;
}

.ShopCart_RwrdTitle {
    font-weight: 600;
    font-size: 20px;
}

.ShopCart_RwrdTotal {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 0;
}

.ShopCart_RwrdTotal span {
    font-weight: 600;
}

.login_RwrdPointsDiv {
    line-height: 20px;
    padding: 10px 0;
}

.login_RwrdPointsDiv a {
    color: #333333;
}

.ShopCart_RwrdP_inputDiv {
    margin-bottom: 5px;
}

.ShopCart_RwrdP_inputDiv .input_box {
    width: 150px;
}

.ShopCart_RwrdP_inputDiv .button {
    width: 80px;
    font-size: 14px;
    padding: 0;
    height: 30px;
}

input[type="submit"]:disabled {
    cursor: no-drop;
    background: #d1d1d1;
}

.modal_login {
    display: none;
    position: fixed;
    z-index: 111111;
    padding-top: 150px;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
}

.modal_login_content.animate {
    -webkit-animation: animatezoom .6s;
    animation: animatezoom .6s;
}

.modal_login_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

.modal_login_header {
    padding: 5px 16px;
}

.login_close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.label_box {
    display: inline-table;
    margin: 0 18px 0 0;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    width: 126px;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
}

.login_model .label_box {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.login_model .input_box {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.login_model .button {
    width: 100%;
    margin-bottom: 15px;
}

.modal_login_footer {
    display: block;
    padding: 15px 16px 20px;
    background-color: #f1f1f1;
}

.modal_login_footer a {
    color: #333;
}

.forgot_pass_model {
    float: left;
}

.Sign_footer_model {
    float: right;
}


/**/

.Shipping_methodeDiv {
    width: 100%;
    float: left;
    margin-top: 26px;
}

.PaymentDiv_method {
    border: 0;
    margin-bottom: 10px;
}

.Payment_BoxDiv .Shipping_methodeDiv {
    padding: 10px 2% 0;
    float: left;
    border: 0;
}

.Payment_BoxDiv .shipping_method_table {
    float: left;
    margin: 10px 0 0;
}

.Shipping_methodeDiv .coupon_txt {
    float: left;
}

.shippinMethod_icon {
    vertical-align: middle;
    padding: 0 10px 0 0;
}

.shipping_methodtable {
    float: left;
    padding: 0px 0 0;
}

.shipping_methodtable .RadioBtnDiv {
    margin-top: 0px;
}

.shipping_methodtable .RadioBtnDiv ul li label {
    font-size: 16px;
}

.shipping_text {
    clear: both;
    padding: 10px 0px;
}

.Shipping_methodeDiv p {
    padding: 5px 0px;
}

.Shipping_methodeDiv .coupon_txt {
    padding: 0px 20px 0 0;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}

.ShopCart_AmountDiv {
    float: right;
    width: 32%;
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
}

.ShopCart_AmtTopDiv {
    width: 100%;
    padding: 0 5% 0;
    margin: 0;
    float: left;
}

.Amount_totalDiv {
    width: 100%;
    float: left;
    margin: 7.4px 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.Amount_totalDiv span {
    text-align: right;
    float: right;
}

.Amount_totalDiv span.FreeRed {
    color: #ff0000;
    font-weight: 700;
}

.final_totalDiv {
    width: 100%;
    padding: 11px 5%;
    float: left;
    background: #eee;
}

.final_totalDiv .Amount_totalDiv {
    margin: 0;
}

.final_totalDiv span {
    /*color: #e50901;*/
    font-size: 18px;
    font-weight: 700;
}

.ShopCart_Btn_BottomDiv {
    float: left;
    margin: 30px 0;
    padding: 0;
    width: 100%;
}

.ShopCart_CheckoutBtn {
    cursor: pointer;
    border: 0;
    float: right;
    margin: 0;
    padding: 8px 0;
    width: 32%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.keepShoppingBtn {
    cursor: pointer;
    border: 0;
    float: left;
    margin: 0;
    padding: 8px 0;
    background: #d1d1d1;
    width: 222px;
    text-align: center;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.Acc_Crt_MyDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 2%;
    border: 1px solid #c4c4c4;
}

.accept_cardDiv {
    float: left;
    margin: 0;
    padding: 0;
}

.accept_cardDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.accept_cardDiv ul li {
    float: left;
    margin: 0 25px 0 0;
    text-transform: uppercase;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
}

.accept_cardDiv ul li span {
    vertical-align: middle;
    padding-top: 10px;
    display: inline-block;
}

.accept_cardDiv ul li img {
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
    margin-top: 6px;
}

.Acc_Crt_Right_MyDiv {
    float: right;
    padding: 3px 0 0;
}

.empty_crtBox {
    border: 1px solid #c4c4c4;
    padding: 2%;
    width: 100%;
    text-align: center;
    float: left;
}

.empty_crtBox strong {
    display: block;
    padding-bottom: 10px;
}

.empty_crtBox .btn_grey {
    background: #d1d1d1;
}

.empty_crtBox_right {
    padding-top: 10%;
    padding-bottom: 10%;
}

.empty_crtBox_right .btn_grey {
    height: 34px;
    font-size: 14px;
    line-height: 24px;
}

.pro_Notification {
    z-index: 999999;
    position: fixed;
    right: 0;
    top: 1%;
    color: #fff;
    border-radius: 100px 0 0 100px;
    padding: 10px 20px;
    /*transform: translate(-12%, -50%);*/
    animation: linear;
    -webkit-animation: linear;
    animation-name: run;
    -webkit-animation-name: run;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
}

.pro_Notification p {
    font-size: 16px;
}

.success_massage {
    background: #74b101;
}

.error_massage {
    background: #f30100;
}

.pro_Notification .Notification_img,
.pro_Notification .Notification_close {
    float: left;
    margin-right: 10px;
}

.pro_Notification .Notification_close .fa {
    color: #fff;
}

.pro_Notification .Notification_deta {
    float: left;
}

@-webkit-keyframes run {
    0% {
        right: -25%;
    }
    50% {
        right: 0;
    }
    100% {
        right: 0;
    }
}


/* Shopping Cart Css End */


/* Signup page Css */

.customer_loginDiv {
    width: 100%;
    float: left;
    margin: 15px 0 30px;
    padding: 0;
}

.cuslogin_leftDiv {
    width: 68%;
    padding: 0;
    float: left;
    margin: 0;
}

.Welcome_signDiv {
    float: left;
    width: 100%;
    padding: 6px 3%;
}

.Welcome_signDiv span {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.Welcome_signDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/welcome-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.cuslogin_FormDiv {
    float: left;
    width: 100%;
    padding: 10px 3% 20px;
    border: 1px solid #dbdbdb;
}

.RETlogin_FormDiv {
    width: 48%;
    float: right;
    margin: 0;
    padding: 0;
}

.RET_Custittle {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0;
    border-bottom: 1px solid #b4b4b4;
}

.FirstNew_Cus {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0;
}

.FirstNew_Cus:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/Black_odr-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.FirstNew_Cus span {
    color: #f30100;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 8px 0 15px;
}

.FirstNew_Cus span:after {
    content: "";
    display: table;
    position: relative;
    width: 102px;
    margin: 15px 0 -17px;
    height: 3px;
    background: #74b101;
}

.Nculogin_InputFormDiv {
    width: 100%;
    float: left;
    margin: 10px 0 0;
    padding: 0;
}

.Nculogin_InputFormDiv label {
    display: table;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 0;
}

.Nculogin_InputFormDiv label .lable_Star {
    font-size: 14px;
}

.lable_Star {
    color: #f30100;
    padding: 0 0 0 5px;
}

.Nculogin_InputFormDiv .input_box {
    width: 95.6%;
    padding: 0 2%;
    height: 35px;
    margin-bottom: 5px;
}

.RETlogin_FormDiv a {
    color: #f30100;
    display: block;
    margin: 20px 0 0;
    font-weight: 600;
}

.Nculogin_InputFormDiv .buttons {
    color: #fff;
    width: 141px;
    height: 44px;
    font-size: 17px;
    font-weight: 700;
    border: 0;
    margin: 20px 0 0;
    cursor: pointer;
    text-transform: uppercase;
}

.Newcuslogin_FormDiv {
    width: 48%;
    float: left;
    margin: 0;
    padding: 0;
}

.New_Custittle {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0;
    border-bottom: 1px solid #b4b4b4;
}

.Signup_ProceeedDiv {
    float: left;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    color: #f30100;
    font-weight: 600;
}

.Login_Ph_ChkDiv {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 10px 0 0;
}

.Login_Ph_ChkDiv .KickerNorton_right {
    float: left;
    margin: 0 0 0 0;
}

.Login_Ph_ChkDiv .KickerNorton {
    margin: 17px 0 0 25px;
    float: right;
}

.cuslogin_RightDiv {
    width: 29%;
    float: right;
    margin: 0;
    padding: 0;
}

.cus_Rt_Pro_cartDiv {
    float: left;
    width: 100%;
    padding: 10px 4%;
    border: 1px solid #dbdbdb;
}

.cust_RepPro_Div {
    width: 98%;
    padding: 2% 0 10px 0;
    margin: 0 0 10px;
    float: left;
    border-bottom: 1px solid #dbdbdb;
}

.cus_Rt_Pro_NameDiv {
    display: table;
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #196fc5;
    font-weight: 400;
    width: 100%;
}
.cus_Rt_Pro_NameDiv a {
    color:#000;
    font-weight: 600;
}

.cus_Rt_Pro_NameDiv span {
    display: table;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}

.ShopCart_CusloginDiv {
    width: 98%;
    padding: 2% 0 10px 0;
    margin: 0;
    float: left;
}

.cus_Rt_Pro_cartDiv .ShopProRep_QTYDiv {
    float: right;
    width: 50%;
    margin: 0;
}

.cust_SelectWeek_Div {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.cust_SelectWeek_Div select {
    display: table;
    border: 1px solid #bebebe;
    padding: 0 0 0 2%;
    background: #fff;
    color: #333;
    font-size: 14px;
   /* font-weight: 600;*/
    width: 98%;
    cursor: pointer;
    margin: 10px 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cust_SelectWeek_Div select.selected_Option {
    background-image: url(https://petcaresupplies.b-cdn.net/images/select-arrow.jpg);
    height: 31px;
    background-position: right top;
    background-repeat: no-repeat;
}

.pet_cartDetailSelection {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.Amount_totalDiv button,
.Amount_totalDiv a {
    border: 0;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    /*color: #e50901;*/
}

.cus_Rt_Pro_cartDiv .ShopCart_AmountDiv {
    width: 100%;
}

.cuslogin_RightDiv .ShopCart_CouponDiv {
    width: 100%;
    border: 0;
    margin-top: 20px;
}

.cuslogin_RightDiv .ShopCart_CouponDiv span {
    color: #74b101;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.cuslogin_RightDiv .ShopCart_CouponDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.cuslogin_RightDiv .ShopCart_Coupon_InputDiv {
    margin-top: 10px;
}

.cuslogin_RightDiv .ShopCart_Coupon_InputDiv .input_box {
    width: 68%;
}

.cuslogin_RightDiv .ShopCart_Coupon_InputDiv .apply_coupon {
    width: 30%;
    font-size: 16px;
}

.forgot_aftertext {
    padding: 15px 0 20px;
    line-height: 24px;
}

.pass_requestext {
    padding: 15px 0 20px;
    font-size: 16px;
}

.pass_requestext p {
    padding-top: 10px;
    line-height: 24px;
}

.request_cusName {
    padding: 0 0 15px;
}

.passupdate_success {
    padding: 15px 0;
    font-size: 16px;
}

.passupdate_success .request_cusName {
    padding-bottom: 0;
}

.passupdate_success p {
    padding-top: 10px;
    line-height: 24px;
    font-size: 16px;
}


/* Signup page Css End */


/* Check Out page Css */

.login_BoxDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 5px;
}

.dash_proupdateBox {
    padding-bottom: 20px;
}

.Billing_Custittle {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #b4b4b4;
    width: 100%;
    float: left;
}

.Billing_Cus {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 -2px;
    float: left;
    padding: 0 0 10px;
    text-transform: capitalize;
}

.Billing_Cus:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/Black_odr-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.BillingFirst_InputFormDiv {
    float: left;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}

.BillingFirst_InputFormDiv .lgn_mailDiv {
    float: left;
    margin: 0 0 0 4%;
    padding: 0;
    width: 48%;
}

.BillingFirst_InputFormDiv .lgn_mailDiv label {
    display: table;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.BillingFirst_InputFormDiv .lgn_mailDiv .input_box {
    width: 100%;
    padding: 0 2%;
    height: 28px;
    margin-bottom: 5px;
    display: table;
}

.BillingFirst_InputFormDiv .lgn_mailDiv:first-child {
    margin: 0 0 0 0;
}

.Billing_InputFormDiv {
    width: 100%;
    float: left;
    margin: 0px 0 0;
    padding: 0;
}

.Billing_InputFormDiv label {
    display: table;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 0;
}

.Billing_InputFormDiv .input_box {
    width: 100%;
    padding: 0 2%;
    height: 28px;
    margin-bottom: 5px;
    display: table;
}

.Billing_SelectWeek_Div select {
    display: table;
    border: 1px solid #bebebe;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    margin: 0;
    padding: 0 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    height: 32px;
}

.Billing_SelectWeek_Div select.Billing_selected_Option {
    background-image: url(https://petcaresupplies.b-cdn.net/images/Billing-select-arrow.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.CheckBoxDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.squaredOne {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #c4c4c4;
    margin: 20px auto 5px;
    position: relative;
    float: left;
}

.squaredOne input[type=checkbox] {
    visibility: hidden;
}

.squaredOne label {
    cursor: pointer;
    position: absolute;
    width: 230px;
    height: 12px;
    left: 2px;
    top: 2px;
    color: #c4c4c4;
    text-indent: 25px;
    padding: 0;
}

.squaredOne label span {
    color: #000;
    padding: 0;
    margin: -4px 0 0;
    display: table;
}

.squaredOne label:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: #c4c4c4;
    top: -1px;
    left: -1px;
}

.squaredOne input[type=checkbox]:checked+label:after {
    opacity: 1;
    background: #74b101;
    color: #74b101;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.Shipping_AddressDiv {
    float: right;
}

.Shipping_bgDiv {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0 2% 2%;
    background: #e7e7e7;
}

.Payment_petdetail_TopDiv {
    margin: 20px 0 0;
    float: left;
    width: 100%;
}

.Payment_Custittle {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 10px 0;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    width: 100%;
    float: left;
}

.Payment_Cus {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    float: left;
    padding: 0;
    text-transform: capitalize;
}

.Payment_Cus:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Payment_petdetail_TopDiv .Pet_Info_RightDiv {
    border: 0;
    background: transparent;
    padding: 0;
    width: 100%;
}

.Payment_petdetail_TopDiv .Pet_Info_InputFormDiv {
    margin-top: 0;
	margin-bottom:0;
}

.Payment_petdetail_TopDiv .PetInformation_labelDiv {
    width: 45%;
    float: left;
    margin: 0 15px 10px;
}
.PetInformation_labelDiv .RadioBtnDiv ul li .check,
.PetInformation_labelDiv  .RadioBtnDiv ul li .check::before,
.Shipping_methodeDiv .RadioBtnDiv ul li .check,
.Shipping_methodeDiv .RadioBtnDiv ul li .check:before {
    border-radius: 50%; 
}

.Pet_Info_InputFormDiv label {
    display: table;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 0;
}

.Pet_Info_InputFormDiv .input_box {
    width: 100%;
    padding: 0 2%;
    height: 28px;
    margin-bottom: 5px;
}

.PetInformation_labelDiv .cust_SelectWeek_Div select {
    margin: 0;
}

.RadioBtnDiv {
    display: table;
    width: 100%;
    position: relative;
    padding: 0;
    margin: 15px 0 0;
}

.RadioBtnDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.RadioBtnDiv ul li {
    /*color: #AAAAAA;*/
    display: block;
    position: relative;
    float: left;
}

.RadioBtnDiv ul li .radio-check {
    position: absolute;
    visibility: hidden;
}

.RadioBtnDiv ul li label {
    display: block;
    position: relative;
    font-size: 14px;
    padding: 0px 10px 0px 30px;
    margin: 0 10px 0 0;
    height: auto;
    z-index: 9;
    cursor: pointer;
}

.RadioBtnDiv ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    height: 16px;
    width: 16px;
    top: 2px;
    left: 0px;
    z-index: 5;
    border-radius: 50%;
}

.RadioBtnDiv ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 1px;
    left: 1px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
}

.RadioBtnDiv .radio-check:checked~.check {
    border: 2px solid #74b101;
}

.RadioBtnDiv .radio-check:checked~.check::before {
    background: #74b101;
}

.RadioBtnDiv .radio-check:checked~label {
    color: #74b101;
}

.PetInfo_label_bottomDiv {
    width: 95%;
    float: left;
    padding: 0 2%;
    margin: 0;
    position: relative;
}

.Payment_petdetail_TopDiv .RadioBtnDiv ul li {
    margin-bottom: 10px;
}

.CheckOut_NLDiv {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 0;
    padding: 0;
    font-size: 12px;
    border-top: 1px solid #b4b4b4
}

.CheckOut_NLDiv .CheckBoxDiv {
    width: 82%;
    margin: 0 auto;
    float: none;
    display: block;
    color: #777777;
    line-height: 20px;
}

.CheckBoxDiv_squaredThree {
    width: 230px;
    margin: 0 auto;
    padding: 0;
    display: block;
}

.CheckOut_NLDiv .squaredOne {
    float: none;
    margin: 20px 0px 10px;
}

.CheckOut_NLDiv .squaredOne label span {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}

.CheckOut_NLDiv p {
    font-size: 12px;
    font-weight: 400;
}

.PaymentDiv {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0;
}

.Payment_Custittle {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px;
    padding: 10px 0;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
    width: 100%;
    float: left;
}

.Payment_Cus {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    float: left;
    padding: 0;
    text-transform: capitalize;
}

.Payment_Cus:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

ul.Payment_ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.Payment_ul li {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}

ul.Payment_ul li img {
    float: left;
}

.Payment_DetailDiv {
    width: 100%;
    margin: 20px 0 0px;
    padding: 0;
    float: left;
}

.Payment_DetailDiv .lgn_mailDiv {
    float: left;
    margin: 0 0 0 4%;
    padding: 0;
    width: 48%;
    position: relative;
}

.Payment_DetailDiv .lgn_firstDiv {
    margin: 0;
}

.Payment_DetailDiv .lgn_mailDiv label {
    padding: 0px 0 0;
    font-size: 14px;
    font-weight: 400;
    display: table;
}
.Payment_petdetail_TopDiv .Pet_Info_InputFormDiv label { 
	font-weight:400;
}

.Payment_DetailDiv .lgn_mailDiv .input_box {
    width: 100%;
    padding: 0 2%;
    font-size: 14px;
    height: 35px;
    margin-bottom: 5px;
}

.Payment_Select_Div {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.Payment_Select_Div select {
    padding-left: 7px;
    display: table;
    border: 1px solid #bebebe;
    background: #fff;
    color: #333;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 31px;
}

.Payment_Select_Div select.Payment_selected_Option {
   background-image: url(https://petcaresupplies.b-cdn.net/images/select-arrow.jpg);
    /*background-position: right 3px;*/
    background-position: right 0px;
    background-repeat: no-repeat;
}

.Payment_ExpiryDate_Div {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.Payment_ExpiryDate_Div .Payment_Select_Div {
    width: 48%;
    margin: 0;
    padding: 0;
    float: left;
}

.Payment_ExpiryDate_Div .Payment_Select_YearDiv {
    float: right;
}

.Payment_DetailDiv .PlaceOrder_Btn:before {
   content: "";
    display: block;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/Security-icon.png) no-repeat 0 0;
    width: 13px;
    height: 21px;
    vertical-align: middle;
    margin: 36px 0 -37px 27%;
    text-align: center;
    cursor: pointer;
}

.Payment_DetailDiv .lgn_mailDiv .buttons_placeorder {
    color: #fff;
    width: 100%;
    height: 36px;
    line-height:36px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 0;
    margin: 8px 0 0;
    z-index: 1;
}

.Payment_SecureShoppingDiv {
    float: left;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    text-align: center;
}

.Payment_SecureShoppingDiv span {
    color: #f30100;
    font-size: 16px;
    font-weight: 600;
}

.Payment_SecureShoppingDiv span:before {
    content: "";
    display: inline-block;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/SecureShopping-icon.png) no-repeat 0 0;
    width: 15px;
    height: 19px;
    vertical-align: middle;
    margin: -3px 8px 0 0;
    text-align: center;
    cursor: pointer;
}

.card_brand_img {
    position: absolute;
    top: 31px;
    right: 3px;
}

.checkulli {
    margin-top: 10px;
    padding: 15px 8px;
    font-size: 13px;
    float: left;
    font-weight: 400;
}

.checkulli p {
    padding: 10px 0 0;
    font-size: 13px;
}

.checkulli ul {
    margin: 7px 0 0 15px;
}

.checkulli ul li {
    list-style-type: disc !important;
    padding: 5px 0;
}

.checkulli ul li a:hover {
    text-decoration: none;
}

.selected_Option.selected_Option_pet {
    margin-bottom: 10px;
}

.cus_Rt_Pro_cartDiv .Shipping_methodeDiv {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cus_Rt_Pro_cartDiv .Shipping_methodeDiv .coupon_txt {
    margin-bottom: 10px;
}

.cus_Rt_Pro_cartDiv .Shipping_methodeDiv .RadioBtnDiv ul li label {
    margin-bottom: 6px;
}


.Billing_InputFormDiv .squaredOne label:after, .CheckOut_NLDiv .squaredOne label:after {
    background:transparent;
}
.Billing_InputFormDiv .squaredOne input[type=checkbox]:checked + label:after,
.CheckOut_NLDiv .squaredOne input[type=checkbox]:checked + label:after {
    opacity: 1;
    background: transparent;
    color: #74b101;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    -ms-appearance: none;
    position: absolute;
    left: -27px;
    top: -5px;
    display: inline-block;
}

.Payment_petdetail_TopDiv .PetInfo_check_chkbox .RadioBtnDiv ul li .check {
    border: 1px solid #AAAAAA;
    border-radius: inherit;
}
.Payment_petdetail_TopDiv .PetInfo_check_chkbox .RadioBtnDiv .radio-check:checked~.check {
    border: 1px solid #AAAAAA;
}

.Payment_petdetail_TopDiv .PetInfo_check_chkbox .RadioBtnDiv .radio-check:checked~.check::before {
    background: transparent;
    opacity: 1;
    background: transparent;
    color: #74b101;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
    -ms-appearance: none;
    position: absolute;
    left: 0;
    top: -3px;
    display: inline-block;
}

/* Check Out page Css End */


/* Payment Check page Css */

.customer_OrderDiv {
    width: 100%;
    float: left;
}

.Pay_Successful_leftDiv {
    /*width: 68%;*/
    width: 100%;
    float: left;
}

.Pay_Sucsful_TittleDiv {
    float: left;
    width: 100%;
    padding: 6px 0;
    margin-bottom: 20px;
    text-align: center;
}

.Pay_Sucsful_TittleDiv span {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.Pay_Sucsful_TittleDiv span:before {
    content: ".";
    display: inline-block;
    position: relative;
    padding-right: 5px;
    font-size: 50px;
    line-height: 0;
    vertical-align: top;
    margin: -3px 0 0;
    text-align: center;
}

.Pay_Sucsful_TittleDiv span:after {
    content: ".";
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-size: 50px;
    line-height: 0;
    vertical-align: top;
    margin: -4px 0 0;
    text-align: center;
}

.Paylg_BoxDiv {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    padding: 0;
}

.Paylg_Odr_FormDiv {
    float: left;
    width: 99.7%;
    padding: 10px 0 0;
    border: 1px solid #dbdbdb;
}

.Paylg_Odr_FormDiv .login_BoxDiv {
    padding-bottom: 0;
}

.Paylg_Odr_noDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.Paylg_Odr_noBottomDiv {
    width: 100%;
    float: left;
}

.Paylg_Odr_Custittle {
    margin: 0 auto;
    border-bottom: 1px solid #b4b4b4;
    width: 94%;
    display: table;
}

.Paylg_Odr_Cus {
    color: #1169c1;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 -2px;
    border-bottom: 3px solid #196fc5;
    float: left;
    padding: 0 0 10px;
}

.Paylg_Odr_Cus:before {
    content: "";
    display: inline-block;
    padding-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png) no-repeat 0 0;
    width: 17px;
    height: 9px;
    vertical-align: middle;
}

.Paylg_Odr_Cus span {
    color: #1169c1;
    font-weight: 700;
    font-size: 22px;
}

.Pay_Billing_FormDiv {
    width: 50%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

.Pay_Billing_Custittle {
    margin: 0;
    background: #eaeae9;
    width: 100%;
    float: left;
}

.Pay_Billing_Cus {
    color: #333333;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    float: left;
    padding: 10px 6%;
}

.Pay_Billing_InputFormDiv {
    width: 88%;
    float: left;
    margin: 10px 0 0;
    padding: 0 6%;
}

.Pay_Billing_InputFormDiv span {
    color: #333333;
}

.Pay_HeaderDiv {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

.Odr_Shop_HeadDiv {
    width: 100%;
    padding: 6px 3%;
    float: left;
    background: #eee;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.Odr_Shop_HeadDiv .ShopHead_ProDiv {
    float: left;
    width: 52%;
}

.Odr_Shop_HeadDiv .ShopHead_PriDiv {
    float: left;
    width: 18%;
}

.Odr_Shop_HeadDiv .ShopHead_QTYDiv {
    float: left;
    width: 18%;
}

.Odr_Shop_HeadDiv .ShopHead_PayDiv {
    float: left;
    width: 12%;
}

.Pay_Odr_ProRepeatDiv {
    width: 100%;
    padding: 0 3%;
    float: left;
    background: #fff;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.Pay_Odr_ProNameDiv {
    float: left;
    padding: 2% 2% 0 0;
    width: 50%;
    font-size: 14px;
}

.Pay_Odr_ProNameDiv span {
    color: #196fc5;
    font-size: 20px;
    display: block;
    padding-bottom: 5px;
}

.Pay_Odr_ProRepeatDiv .ShopProRep_PriceDiv {
    float: left;
    width: 20%;
	margin-top:35px;
}

.Pay_Odr_ProRepeatDiv .ShopProRep_QTYDiv {
    float: left;
    width: 17%;
    margin: 35px 0 0;
}

.Pay_Odr_ProRepeatDiv .ShopProRep_QTYDiv span {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding: 0 0 0 10px;
}

.Pay_Odr_ProRepeatDiv .ShopProRep_UpayDiv {
    float: left;
    width: 13%;
    margin: 35px 0 0;
}

.Invoice_AutorderDiv {
    width: 100%;
    padding: 0 3%;
    float: left;
    background: #fff;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.Invoice_AutorderDiv span {
    color: #333;
}

.Pay_ShopCart_AmountDiv {
    float: right;
    width: 100%;
    margin: 20px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #c4c4c4;
}

.Pay_ShopCart_AmountDiv .ShopCart_AmtTopDiv {
    width: 100%;
    padding: 0% 3% 0;
    margin: 0;
    float: left;
}

.Pay_ShopCart_AmountDiv .Amount_totalDiv {
    width: 100%;
    float: left;
    margin: 9px 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.Pay_ShopCart_AmountDiv .Amount_totalDiv span {
    text-align: right;
    float: right;
    color: #333333;
    font-size: 16px;
}

.Pay_ShopCart_AmountDiv .Amount_totalDiv span.FreeRed {
    /*color: #ff0000;*/
    font-weight: 700;
}

.Pay_ShopCart_AmountDiv .final_totalDiv {
    width: 100%;
    padding: 11px 3%;
    margin: 10px 0 0;
    float: left;
    background: #eee;
}

.Pay_ShopCart_AmountDiv .final_totalDiv .Amount_totalDiv {
    margin: 0;
    color: #000000;
    font-size: 18px;
    width: 100%;
}

.Pay_ShopCart_AmountDiv .final_totalDiv span {
    /*color: #f30100;*/
    padding-right: 0;
    font-size: 18px;
    font-weight: 700;
}

.payment_chkInvoiceBtn {
    width: 100%;
    float: left;
}

.ViewInvoicebuttons {
    cursor: pointer;
    border: 0;
    float: right;
    margin: 0;
    padding: 8px 0;
    width: 222px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.upShareInvoice {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.Checkout_invoicedetailDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 12px;
    border: 2px solid #6c6c6c;
    position: relative;
}

.Checkout_invoicedetailDiv .Customer_Lable {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #fffacd;
}

.ShareInvoice_inputBox {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0;
}

.ShareInvoice_inputBox .input_box {
    width: 50%;
    float: left;
}

.ShareInvoice_btn {
    color: #fff;
    border: 0;
    width: 90px;
    float: left;
    height: 29px;
    line-height: 27px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
}

.Shareinvoice_title {
    font-size: 16px;
    font-weight: 700;
    color: #74b101;
    position: absolute;
    background: #fff;
    padding: 0 5px;
    left: 11px;
    top: -11px;
}
.upShareInvoice label.error {
    position: absolute;
    left: 23px;
    bottom: 20px;
}

.paySuccessMsg {
    float: left;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
}

.paySuccessMsg_NoteDiv {
    width: 100%;
    float: left;
}

.paySuccessMsg_NoteDiv strong {
    color: #f00;
}

.paySuccessMsg_Product_Info {
    color: #333;
    font-size: 14px;
    /*font-weight: 600;*/
}

.paySuccessMsg ul {
    margin: 10px 0 10px 20px;
}

.paySuccessMsg ul li {
    list-style: disc;
    margin: 8px 0;
    color: #333333;
}

.paySuccessMsg_contact {
    width: 98%;
    margin: 15px 0 30px;
    float: left;
}

.paySuccessMsg_contact span {
    display: table;
    padding: 5px 0 0;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.paySuccessMsg_contact span.ScsMsg_thanku {
    padding: 0 0 10px;
}

.Pay_Successful_RightDiv {
    width: 29%;
    float: right;
}

.Pay_getDiscount_TittleDiv {
    float: left;
    width: 100%;
    padding: 6px 3%;
}

.Pay_getDiscount_TittleDiv span {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.Pay_getDiscount_TittleDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/welcome-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Pet_Info_RightDiv {
    float: left;
    width: 100%;
    padding: 10px 6% 0;
    border: 1px solid #c4c4c4;
    /*background: #f6f6f6;*/
}

.Pay_Success_PetInfoDiv {
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #b4b4b4;
    width: 100%;
    float: left;
}

.Pay_PetInfo_TittleDiv {
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 -2px;
    border-bottom: 3px solid #74b101;
    float: left;
    padding: 6px 0 12px;
}

.Pay_PetInfo_TittleDiv:before {
    content: "";
    display: inline-block;
    padding-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Pet_Info_InputFormDiv {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0;
}

.cust_SelectPetR_Div select {
    margin-top: 0;
    margin-bottom: 10px;
}

.upload_cusimg {
    margin-top: 10px;
}

.Submit-infoBtn {
    color: #fff;
    width: 152px;
    height: 42px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 0;
    margin: 20px 0 0;
}


/* Payment Check page Css End */


/* Payment Failed page Css */

.PetInformation_ProfileDiv {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.Pet_Info_RightDiv .try_btn {
    border: 0;
    height: 30px;
    width: 110px;
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

.Product_failInfo_Div {
    color: #333;
    font-size: 14px;
    /* font-weight: 600;*/
}

.Product_failInfo_Div p {
    margin: 10px 0;
}

.Product_failInfo_Div span {
    margin: 20px 0 0;
    display: block;
    color: #f00;
}

.Product_failInfo_Div ul {
    margin: 14px 0 15px 18px;
}

.Product_failInfo_Div ul li {
    list-style: disc;
    margin: 8px 0;
    color: #333333;
}

.paymentfail_textbottomDiv {
    width: 100%;
    float: left;
}

.paymentfail_textbottomDiv p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}


/* Payment Failed page Css End */


/* Dashboard page Css */

.Dashboardcontent_LeftDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 262px;
}

.Accmyaccount_click {
    display: none;
}

.category_TitleDiv span {
    float: left;
    padding-left: 27px;
}

.my_accountDiv {
    float: left;
    width: 100%;
}

.customer_innerVisitBox {
    float: left;
    margin: 0;
    padding: 2%;
    width: 100%;
    border: 1px solid #c4c4c4;
}

.customer_Visit_LeftBox {
    float: left;
    color: #333333;
    font-size: 15px;
    width: 100%;
}

.customer_imgDiv {
    float: left;
    margin: 0 20px 0 0;
    position: relative;
    width: 140px;
    height: 140px;
    padding: 10px;
    background: #efefef;
}

.customer_imgDiv img {
    border: 1px solid #c4c4c4;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.upload-icon {
    position: absolute;
    bottom: -3px;
    right: 0px;
    z-index: 99;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper .btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #237cd6;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.upload-btn-wrapper .btn .fa {
    font-size: 16px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.customer_Visit_TextDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 70%;
    color: #777777;
    font-size: 14px;
}

.customer_NameDiv {
    display: table;
    color: #74b101;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
}

.thank_visitDiv {
    display: table;
    padding: 5px 0 0;
}

.visit_textDiv {
    display: table;
    margin: 10px 0 0;
    line-height: 20px;
}

.my_account_EditDiv {
    float: left;
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #c4c4c4;
}

.my_accont_changeDiv {
    float: left;
    padding: 0 15px 0 0;
    font-weight: 400;
    border-right: 1px solid #c4c4c4;
}

.my_accont_changeDiv a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    display: table;
    font-weight: 600;
}

.my_accont_changePassDiv {
    float: left;
    margin: 0 0 0 15px;
    font-weight: 400;
}

.my_accont_changePassDiv a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    display: table;
    padding: 0 10px 0 0;
    font-weight: 600;
}

.my_account_TabsDiv {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

ul.resp-tabs-list,
p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 2px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
    border-bottom: 0 !important;
    border: 1px solid #c1c1c1;
}

.resp-tab-active {
    border: 1px solid #237cd6 !important;
    color: #fff !important;
    font-size: 17px;
    text-align: center;
    background: #237cd6;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

.visit-Order-detail-bottomDiv {
    float: left;
    width: 96%;
    padding: 10px 2%;
}

.resp-tab-content-active {
    display: block;
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    float: left;
    width: 100%;
}

.resp-tab-content {
    display: none;
    padding: 15px;
}

.visit-Order-detail-bottomDiv .wd3 {
    width: 19%;
    float: left;
    margin: 10px 0 0;
    padding: 0;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    font-weight: 600;
}

.visit-Order-detail-bottomDiv .wd3 span {
    color: #1a70c6;
}

.visit-Order-numberDiv a {
    color: #74b101;
}

.visit-Order-numberDiv a:hover {
    text-decoration: none;
}

.visit-Order-numberDiv.wd3.pdr {
    padding-left: 4%;
}

.visit-Order-placedDiv {
    float: right;
}

.visit-Order-TableDiv {
    float: left;
    width: 100%;
    border: 1px solid #c4c4c4;
}

.visit-Table-thDiv {
    width: 100%;
    float: left;
    background: #efefef;
    border-bottom: 1px solid #c4c4c4;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.srNo,
.visit-date,
.visit-order-no,
.visit-status,
.visit-auto,
.visit-reorder,
.visit-invoice {
    float: left;
    text-align: center;
    border-left: 1px solid #c4c4c4;
    padding: 5px 0;
}

.srNo {
    width: 8%;
    border-left: 0;
}

.visit-date {
    width: 16%;
}

.visit-order-no {
    width: 14%;
}

.visit-status {
    width: 15%;
}

.visit-auto {
    width: 15%;
}

.visit-reorder {
    width: 13%;
}

.visit-invoice {
    width: 14%;
}

.visit-Table-trDiv {
    width: 100%;
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #d9d6d6;
}

.td-srNo,
.td-visit-date,
.td-visit-order-no,
.td-visit-status,
.td-visit-auto,
.td-visit-reorder,
.td-visit-invoice {
    float: left;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    padding: 5px 0;
    line-height: 22px;
}

.td-srNo {
    width: 8%;
    border-left: 0;
}

.td-visit-date {
    width: 16%;
}

.td-visit-order-no {
    width: 14%;
}

.td-visit-status {
    width: 15%;
}

.td-visit-auto {
    width: 15%;
}

.trkNo {
    display: inline;
    color: #1169c1;
}

.td-visit-reorder {
    width: 13%;
}

.td-visit-reorder a {
    color: #1169c1;
}

.td-visit-invoice {
    width: 14%;
}

.td-visit-invoice a {
    color: #1169c1;
}

.td-visit-reorder a:hover,
.td-visit-invoice a:hover {
    text-decoration: none;
}

.MyAccount_paginationDiv {
    width: 100%;
    float: left;
}

.PagenummberDiv {
    float: left;
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 600;
}

.pagination_table {
    display: inline-block;
    float: right;
}

.pagination_table a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #b4b4b4;
    font-size: 14px;
    font-weight: 400;
}

.pagination_table a.active {
    background-color: #74b101;
    color: white;
    border: 1px solid #74b101;
}

.pagination_table a:hover:not(.active) {
    background-color: #ddd;
}

.pagination_table a.nxpr {
    font-size: 14px;
    font-weight: 600;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1 !important;
}

h2.resp-tab-active {
    background: #237cd6;
    width: 100%;
    padding: 5px;
}

.no_recentOrder {
    border: 1px solid #c4c4c4;
    padding: 2%;
    font-weight: 600;
    text-align: center
}

.no_recentOrder strong {
    display: block;
    padding-bottom: 10px;
}

.myAcc_ol {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.myAcc_ol strong {
    margin-bottom: 10px;
    display: block;
}

.myAcc_ol ol {
    margin-left: 15px;
}

.myAcc_ol ol,
.myAcc_ol ol li {
    list-style: decimal;
    text-align: justify
}

.myAcc_ol ol li {
    margin: 7px 0;
}


/* Update Profile Css */

.Update_ProfileDiv {
    float: left;
    width: 100%;
}

.lgsn_BoxDiv {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.Update_ProfileTittleDiv {
    display: table;
    width: 100%;
    padding: 10px 2%;
}

.Update_ProfileTittleDiv span {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

.Update_ProfileTittleDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/welcome-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Update_ProfileTittleDiv a {
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.Update_ProfileDiv .squaredOne label span {
    width: 450px;
    text-align: left;
    font-weight: 600;
}

.Update_ProfileDiv .CheckOut_NLDiv {
    border-top: 0;
    margin: 0;
}

.Update_ProfileDiv .CheckBoxDiv_squaredThree {
    width: 100%;
    float: left;
}

.Update_ProfileDiv .CheckOut_NLDiv .CheckBoxDiv {
    width: 100%;
}

.pro_update {
    color: #fff;
    width: 150px;
    height: 38px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 0;
    margin: 20px 0 0;
}

.dash_proupdateBtn {
    margin: 0 auto;
    display: block
}

.Update_Profile_BtnDiv {
    width: 100%;
    float: left;
    margin: 5px 0 10px;
    padding: 0;
}

a.Back_myaccount,
a.Back_viewcart {
    float: left;
    padding: 6px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

a.Back_viewcart {
    float: right;
}


/* Update Profile Css End */


/* Change Password Css */

.my_accountDiv .Pay_getDiscount_TittleDiv {
    padding-top: 10px;
    padding-bottom: 10px;
}

.my_accountDiv .Pet_Info_RightDiv {
    margin-bottom: 20px;
}

.PasswordChange_label_bottomDiv {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 2%;
    margin: 10px 0 0;
}

.PasswordChange_label_bottomDiv .Submit-infoBtn {
    margin-top: 10px;
    width: 220px;
}


/* Change Password Css End */


/* Pet Information Css */

.PetInformation_labelDiv {
    float: left;
    margin: 0 15px 0px;
    padding: 0;
    width: 46%;
    /*  min-height: 94px;*/
}

.Pet_imgDiv {
    float: left;
    position: absolute;
    left: 30%;
    top: -40px;
}

.Pet_imgDiv img {
    border-radius: 100px;
}

.PetInfo_selectimageDiv {
    margin-top: 10px;
}

.my_accountDiv .RadioBtnDiv {
    margin-top: 5px;
}

.visit-Pet-odr-detailDiv {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.visit-Pets-TableDiv {
    float: left;
    width: 100%;
    border: 1px solid #c4c4c4;
}

.visit-petTable-thDiv {
    width: 100%;
    float: left;
    background: #efefef;
    border-bottom: 1px solid #c4c4c4;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.pet-srNo,
.pet-visit-name,
.pet-visit-bdate,
.pet-visit-type,
.pet-visit-breed,
.pet-visit-edit {
    float: left;
    text-align: center;
    border-left: 1px solid #c4c4c4;
    padding: 5px 0;
}

.pet-srNo {
    width: 10%;
    border-left: 0;
}

.pet-visit-name {
    width: 15%;
}

.pet-visit-bdate {
    width: 18%;
}

.pet-visit-type {
    width: 14%;
}

.pet-visit-breed {
    width: 18%;
}

.pet-visit-edit {
    width: 12%;
}

.visit-Pets-TableDiv .visit-Table-trDiv {
    border-top: 1px solid #e9e9e9;
}

.td-pet-srNo,
.td-pet-visit-name,
.td-pet-visit-bdate,
.td-pet-visit-type,
.td-pet-visit-breed,
.td-pet-visit-edit {
    float: left;
    text-align: center;
    border-left: 1px solid #e9e9e9;
    padding: 5px 0;
    line-height: 22px;
}

.td-pet-srNo {
    width: 10%;
    border-left: 0;
}

.td-pet-visit-name {
    width: 15%;
}

.td-pet-visit-bdate {
    width: 18%;
}

.td-pet-visit-type {
    width: 14%;
}

.td-pet-visit-breed {
    width: 18%;
}

.td-pet-visit-edit {
    width: 12%;
}

.td-pet-visit-edit a {
    color: #1169c1;
    text-decoration: none;
}


/* Pet Information Css End */


/* Auto Order History Css End */

.accountAutOrderDiv {
    border: 1px solid #e0e2e4;
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.accountAutOrderDiv .my_account_TabsDiv {
    margin-top: 0;
}

.Ref_RepDiv {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    padding: 15px 4% 0;
    border-top: 1px solid #e0e2e4;
}

.Ref_RepDiv:first-child {
    border-top: 0;
}

.ref_no_top {
    width: 100%;
    padding: 0 0 10px;
    font-weight: 700;
}

.ref_no_top span {
    color: #00abec;
}

.Ref_odr_reptDiv {
    width: 100%;
    float: left;
    padding: 5px 0;
}

.Ref_ProName,
.Ref_autoDelivery,
.Ref_Date {
    float: left;
    margin: 0;
    padding: 0;
    color: #464646;
}

.Ref_ProName {
    width: 62%;
}

.Ref_autoDelivery {
    width: 22%;
    text-align: center;
}

.Ref_Date {
    width: 15%;
    text-align: right;
}

.noOrdersDiv_tab {
    padding: 15px 4%;
}


/* Auto Order History Css End */


/* reward point Css */

.credit_credit_box {
    border: 2px solid #c4c4c4;
    float: left;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
}

.dashboard_reward {
    width: 32%;
    display: inline-table;
    padding-bottom: 0;
    border-right: 1px solid #c4c4c4;
    padding: 0px 0 10px 25px;
    margin-bottom: 10px;
    text-align: center;
}

.dashboard_reward:last-child {
    border-right: none;
}

.red-text,
.unitClass {
    color: #f30100 !important;
}

.unitClass {
    font-weight: 700 !important;
}

.green-text {
    color: #579f00;
}

.blue-text {
    color: #1a6fc6
}

.font-600 {
    font-weight: 600;
}

.price_value {
    margin: 10px 0;
}

.dashboard_reward p {
    font-size: 18px;
    line-height: 25px;
}

.visit-Order-TableDivdash {
    float: left;
    width: 100%;
    margin: 0px 0 0;
}

.visit_Orderorder_TableDiv {
    width: 100%;
    float: left;
    border: 1px solid #d9d6d6;
    margin-top: 15px;
    margin-bottom: 30px;
}

.visit-Table-thDiv {
    width: 100%;
    float: left;
    background: #f3f3f3;
    border-bottom: 1px solid #d9d6d6;
    color: #333;
    font-size: 15px;
    font-weight: 600;
}

.srNodash,
.visit-datedash,
.visit-statusdash,
.visit_status_cr {
    float: left;
    text-align: center;
    border-left: 1px solid #d9d6d6;
    padding: 5px 0;
}

.srNodash {
    width: 8%;
    border-left: 0;
}

.visit-datedash {
    width: 16%;
}

.visit-statusdash {
    width: 15%;
}

.visit_status_cr {
    width: 45%;
}

.visit-Table-trdash {
    width: 100%;
    float: left;
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid #d9d6d6;
}

.visit-Table-trdash:last-child {
    border-bottom: none;
}

.td-srNodash,
.td-visit-datedash,
.td-visit-statusdash,
.td-visit-status_cr {
    float: left;
    text-align: center;
    border-left: 1px solid #d9d6d6;
    padding: 7px 0;
    line-height: 22px;
}

.td-srNodash {
    width: 8%;
    border-left: 0;
}

.td-visit-datedash {
    width: 16%;
}

.td-visit-statusdash {
    width: 15%;
}

.td-visit-status_cr {
    width: 45%;
}


/* reward point Css End */


/* Refer Friends Css */

.Share_friend_LinksDiv {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d9d6d6;
    margin: 20px 0;
    padding: 20px 0 0;
}

.Sfriend_LnkTop {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

.Sfriend_social_Links {
    display: table;
    width: 100%;
    text-align: center;
    margin: 26px 0 10px;
}

.Sfriend_social_Links ul li {
    display: inline-block;
    margin: 0 25px;
}

.Sfriend_social_Links ul li a {
    color: #237cd6;
    height: 80px;
    width: 80px;
    line-height: 90px;
    border: 2px solid #237cd6;
    border-radius: 50%;
    display: block;
    text-align: center;
}

.Sfriend_social_Links li a:hover {
    background: #237cd6;
    color: #fff;
}

.Sfriend_social_Links ul li a .fa {
    font-size: 30px;
}

.unique_linkReferDiv {
    width: 100%;
    float: left;
    border-top: 1px dashed #d9d6d6;
    padding-top: 20px;
    margin: 20px 0;
}

.unique_left_buttom {
    float: left;
    width: 100%;
}

.unique_title_buttom {
    padding: 10px 0 20px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

.uniqueLink {
    margin: 0 auto;
    border: 2px dashed #2c3e50;
    padding: 4%;
}

.unique_linkReferDiv .input_box {
    width: 100%;
}

.RewardInfoDiv_Tittle {
    font-size: 22px;
    line-height: 24px;
    border-bottom: 0;
    padding: 0 0 10px;
    display: block;
    font-weight: 700;
}

.Sharing_friend_TopDiv {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.rewardpointsreferfriends {
    font-size: 16px;
}

.rewardpoints-dashboard-ul {
    margin: 20px 0 0;
    display: table;
    width: 100%;
}

.box_referfriends_content {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.referfriends_page_title {
    margin: 0 0 30px;
}

.referfriends_page_title h1 {
    font-size: 40px;
    line-height: 45px;
}

.referfriendsinfo_summary {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.referfriendsinfo_summary ul li {
    list-style: none;
}

.referfriends_rule_name_policy {
    display: table;
    color: #eb2600;
    font-size: 16px;
    font-style: normal;
    padding-bottom: 10px;
    list-style: none;
}

.referfriends_rule_description_policy p {
    margin: 12px 0;
    font-size: 16px;
}

.referfriends_rule_points_policy {
    padding: 10px 0 0px;
    font-size: 16px;
    line-height: 16px;
    display: table;
    font-weight: 700;
}


/** Refer-my-friend-model **/

#modal_popup,
#modal_popup_f,
#modal_popup_T {
    display: none;
}

.modal-body {
    padding: 10px 16px;
}

.Share_email,
.Share_Facebook,
.Share_Twitter {
    position: fixed;
    z-index: 111111;
    padding-top: 150px;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal_refer_content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

.modal_refer_header {
    padding: 15px;
    border-bottom: 1px solid #d9d6d6;
}

.modal_refer_title {
    font-size: 18px;
    line-height: 20px;
}

.modal_refer_close {
    float: right;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
}

.sharing-instructions {
    margin-bottom: 15px;
}

.sharing-instructions p {
    font-size: 16px;
    letter-spacing: .4px;
}

.referfriends_email_form_collection {
    padding-bottom: 10px;
    border-bottom: 1px dashed #d9d6d6;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.referfriends_email_form_collection .input_box {
    width: 100%;
}

.refer_friends_top {
    display: table;
    width: 100%;
}

.referfriends_row {
    margin: 0 -15px;
}

.referfriends_col {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.refe_col_1 .input_box {
    width: 80%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
}

.remov_friend {
    float: left;
    background: #eb2600;
    font-size: 16px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    z-index: 2;
    margin-left: -4px;
    padding: 6px 12px;
}

.remov_friend a {
    color: #ffffff;
}

.aad_more_friend {
    width: 100%;
    text-align: right;
    display: block;
}

.modal_refer_footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #d9d6d6;
}

.modal_refer_left {
    float: left;
}

.modal_refer_right {
    float: right;
}

.Share_Facebook_box h3,
.Share_Twitter_list h3 {
    margin: 0 0 4px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.Share_Facebook_border {
    margin-top: 10px;
    width: 100%;
    padding: 5px;
    border: 1px solid #d9d6d6;
}

.Share_Facebook_btn {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: right;
}

.Share_Twitter_box {
    margin-bottom: 15px;
}

.modal_refer_content.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


/* Refer Friends Css End */


/* Dashboard page Css End */


/* Newsletter Subscribe Css */

.Subscribe_StaticPagesDiv {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}

.NlSubscribe_TittleDiv {
    float: left;
    background: #efefef;
    width: 100%;
    padding: 6px 2%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.NlSubscribe_TittleDiv span {
    font-size: 20px;
    color: #196fc5;
    font-weight: 600;
}

.NlSubscribe_TittleDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png) no-repeat 0 0;
    width: 17px;
    height: 9px;
    vertical-align: middle;
}

.NlSubscribe_TittleDiv small {
    color: #74b101;
    font-size: 18px;
    padding: 0 0 0 15px;
}

.NlSubscribe_ContentDiv {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0;
}

.NlSubscribe_BannerDiv {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.NlSubscribe_BannerDiv img {
    width: 100%;
    border: 1px solid #c4c4c4;
    float: left;
    margin: 0 30px 0 0;
}

.NlSubscribe_SuccessTittleDiv {
    float: left;
    width: 100%;
    padding: 15px 2% 15px 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #c4c4c4;
}

.NlSubscribe_SuccessTittleDiv span {
    font-size: 20px;
    color: #196fc5;
    font-weight: 600;
    text-transform: uppercase;
}

.NlSubscribe_SuccessTittleDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png) no-repeat 0 0;
    width: 17px;
    height: 9px;
    vertical-align: middle;
}

.NlSubscribe_SuccessTittleDiv small {
    color: #74b101;
    font-size: 18px;
    padding: 0 0 0 15px;
}

.NlSubscribe_SuccessTittleDiv small a {
    color: #f30100;
    text-decoration: none;
}

.NlSubscribe_StcP_AnsDiv {
    float: left;
    width: 100%;
}

.NlSubscribe_StcP_AnsDiv p {
    margin: 5px 0 10px;
    line-height: 24px;
    text-align: justify;
}

.NlSubscribe_StcP_AnsDiv b {
    color: #74b101;
    font-weight: 600;
}

.NlSubscribe_StcP_SuccessTextDiv {
    float: left;
    width: 100%;
    padding: 6px 2% 6px 0;
    margin: 0;
}

.NlSubscribe_StcP_SuccessTextDiv span {
    font-size: 14px;
    color: #196fc5;
    font-weight: 600;
    margin: 0 0 0 26px;
    text-indent: -26px;
    display: inline-block;
}

.NlSubscribe_StcP_SuccessTextDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png) no-repeat 0 0;
    width: 17px;
    height: 9px;
    vertical-align: middle;
}

.NlSubscribe_StcP_SuccessTextDiv span a {
    color: #f30100;
    text-decoration: none;
}


/* Newsletter Subscribe Css End */

.ForgotPwdDiv {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.Retri_Pass_TextDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 10px;
}

.Frgt_passlabDiv {
    margin-left: 0;
}

.Frgt_passBtnDiv {
    float: left;
    margin-top: 32px;
}

.Frgt_passBtnDiv .Submit-infoBtn {
    width: 220px;
    height: 29px;
    margin-top: 0;
    font-size: 15px;
}


/*Footer Css*/

.main_footerDiv {
    width: 100%;
    float: left;
    background: #e3e3e3;
    margin: 0;
    padding: 40px 0 0;
}

.footer_topDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.footer_RegisterDiv {
    float: left;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 15px 2%;
}

.EmailRegister {
    float: left;
}

.EmailRegister:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    width: 75px;
    height: 66px;
    margin: 0;
    vertical-align: top;
    background: url(https://petcaresupplies.b-cdn.net/images/pcs-footer-icons1.png);
    background-repeat: no-repeat;
    background-position: -10px -192px;
}

.SubscrbForm {
    display: inline-block;
    margin-top: 16px;
}

.EmailRegister .input_box {
    border: 0;
    height: 35px;
    line-height: 35px;
    width: 240px;
    padding: 0 10px;
    vertical-align: top;
}

.EmailRegister input[type="submit"] {
    cursor: pointer;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #74b101;
    height: 35px;
    line-height: 38px;
    margin: 0 0 0 -4px;
    width: 110px;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
}

.Subscribe_Get {
    float: left;
    padding: 5px 0 0 20px;
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    font-weight: 600;
    /*text-transform: uppercase;*/
}

.SubscrbForm div.error {
    color: #fff !important;
    font-size: 12px !important;
    /*background: #fff;*/
    padding: 0 8px !important;
    display: table;
    width: 100%;
    margin-top: 5px;
}

.Subscribe_Get span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: lowercase;
}

.ftr_callDiv {
    float: right;
    width: 29%;
    color: #fff;
    font-size: 26px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.ftr_callDiv:before {
    content: "";
    display: inline-block;
    float: left;
    margin-right: 5px;
    position: relative;
    width: 75px;
    height: 66px;
    margin: 0;
    vertical-align: middle;
	background: url(https://petcaresupplies.b-cdn.net/images/pcs-footer-icons1.png);
     background-position: -90px -192px;
}

.ftr_callDiv span {
    display: block;
    font-size: 16px;
    padding: 15px 0 0;
    font-weight: 600;
    text-transform: lowercase;
}

.ftr_callDiv a {
	display: inline-block;
	font-size: 14px;
	float: left;
	color: #ffffff;
	font-weight: 600;
	text-transform: none;
	margin-top: 2px;
}

.ftr_middleDiv {
    float: left;
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
}

.ftr_linkDiv {
    float: left;
    margin: 0 50px 0 0;
    padding: 0;
    width: 230px;
}

.ftr_linkDiv h3 {
    border-bottom: 1px solid #888888;
    font-size: 22px;
    color: #000000;
    padding: 0 0 10px;
}

.ftr_linkDiv ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}

.ftr_linkDiv ul li {
    margin: 0;
    padding: 5px 0;
}

.ftr_linkDiv ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
}

.ftr_linkDiv ul li a:hover {
    color: #237cd6;
    text-decoration: none;
}

.ftr_linkDiv ul li a:before {
    content: "";
    display: inline-block;
    padding-right: 15px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/ftr-link-dot.png") no-repeat 0 0;
    width: 4px;
    height: 4px;
    margin: 0;
    vertical-align: middle;
}

.ftr_socialDiv {
    float: right;
    width: 315px;
}

.ftr_socialDiv h3 {
    border-bottom: 1px solid #888888;
    font-size: 22px;
    color: #000000;
    padding: 0 0 10px;
}

.ftr_socialDiv ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: table;
}

.ftr_socialDiv ul li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
}

    .ftr_socialDiv ul li a {
        display: block;
    }

.footer_so ul li a {
    display: block;
    background: url("https://petcaresupplies.b-cdn.net/images/pcs-footer-icons1.png");
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

.ftr_socialDiv ul li a.fb_icon {
    background-position: 0 0;
}

    .ftr_socialDiv ul li a.fb_icon:hover {
        background-position: 0 -51px;
    }
/*.ftr_socialDiv ul li a.gplus {
}
.ftr_socialDiv ul li a.gplus:hover {

}*/
.ftr_socialDiv ul li a.twitter {
    background-position: -51px 0;
}

    .ftr_socialDiv ul li a.twitter:hover {
        background-position: -51px -51px;
    }

.ftr_socialDiv ul li a.pintrest {
    background-position: -101px 0;
}

    .ftr_socialDiv ul li a.pintrest:hover {
        background-position: -101px -51px;
    }

.ftr_socialDiv ul li a.Instagram {
    background-position: -151px 0;
}

    .ftr_socialDiv ul li a.Instagram:hover {
        background-position: -151px -51px;
    }

.ftr_iconDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.ftr_iconDiv ul {
    list-style: none;
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    display: table;
    text-align: center;
}

.ftr_iconDiv ul li {
    margin: 0;
    padding: 25px 25px 4px 0;
}

.ftr_bottomDiv {
    width: 100%;
    float: left;
    margin: 21px 0 0;
    padding: 10px 0;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

.ftr_bottomDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    text-align: center;
    width: 100%;
}

.ftr_bottomDiv ul li {
    display: inline-block;
    margin: 0;
    padding: 0 25px;
    border-left: 1px solid #888888;
    line-height: 15px;
}

.ftr_bottomDiv ul li:first-child {
    border-left: 0;
}

.ftr_bottomDiv ul li a {
    color: #000000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 15px;
}

.CopyRight {
    float: left;
    color: #fff;
    width: 100%;
    /*margin: 30px 0 0;*/
    padding: 15px 0 7px;
}

.CopyRight_TextDiv {
    float: left;
    font-size: 16px;
    color: #fff;
}

.CopyRight_RightDiv {
    float: right;
}

.CopyRight_RightDiv ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

 .CopyRight_RightDiv ul li {
        margin: 0 10px 0 0;
        padding: 0;
        float: left;
        background: url(https://petcaresupplies.b-cdn.net/images/pcs-footer-icons1.png);
        background-repeat: no-repeat;
        width: 40px;
        height: 27px;
    }

        .CopyRight_RightDiv ul li.visa-icon {
            background-position: -1px -105px;
        }

        .CopyRight_RightDiv ul li.master-icon {
            background-position: -51px -105px;
        }

        .CopyRight_RightDiv ul li.amex-icon {
            background-position: -101px -105px;
        }

/******  21-6-19-static ***********************/

.StaticPagesDiv {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
}

.StaticPages_TittleDiv {
    float: left;
    background: #efefef;
    width: 100%;
    padding: 6px 2%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.StaticPages_TittleDiv span,
.StaticPages_sub_title span {
    font-size: 20px;
    line-height: 20px;
    color: #196fc5;
    font-weight: 600;
}

.StaticPages_sub_title span::before,
.StaticPages_TittleDiv span::before {
    content: "";
    display: inline-block;
    padding-right: 10px;
    margin-left: 0;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png") no-repeat 0 0;
    width: 20px;
    height: 9px;
    vertical-align: middle;
}

.StaticPages_ContentDiv {
    width: 100%;
    float: left;
    margin: 15px 0;
    padding: 0;
}

.StaticPages_ContentDiv img {
    border: 1px solid #c4c4c4;
    float: left;
    margin: 0 30px 15px 0;
}

.StaticPages_sub_title {
    display: table;
}

.StaticPages_sub_title span {
    color: #333333;
}

.StaticPages_sub_title span::before {
    background: url("https://petcaresupplies.b-cdn.net/images/Black_odr-arrow.png") no-repeat 0 0;
}

.StaticPages_AnsDiv {
    display: block;
    margin-bottom: 15px;
}

.StaticPages_AnsDiv p {
    margin: 5px 0 10px;
    line-height: 24px;
    text-align: justify;
}

.Static_list {
    margin: 20px 0 18px;
}

.Static_list ul {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
    text-align: center;
}

.Static_list ul li {
    float: left;
    margin: 0;
    padding: 0 10px;
}

.Static_list ul li:first-child {
    padding-left: 0;
}

.Static_list ul li a {
    color: #196fc5;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.Static_list ul li img {
    border: none;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.Static_btn {
    margin: 20px 0;
    border-top: 1px solid #e0e0e0;
    padding: 25px 0 0;
    width: 100%;
    float: left;
}

.Contact_infoAddress_Div {
    width: 100%;
    float: left;
    margin: 20px 0;
    padding: 0;
}

.Contact_information_Box {
    float: right;
    margin: 0;
    padding: 6% 3% 6%;
    width: 50%;
    background: #efefef;
}
.contact-img {
    float: left;
    width: 45%;
}

.Contact_information_Box h3 {
    color: #196fc5;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}

.Cont_InfoDiv {
    width: 100%;
    display: table;
    margin: 0;
    padding: 20px 0 0;
}

.Cont_PhoneDiv span,
.Cont_TimeDiv span,
.Cont_InfoDiv a {
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    font-weight: 600;
}

.Cont_InfoDiv a::before,
.Cont_PhoneDiv span::before,
.Cont_TimeDiv span::before {
    content: "";
    display: inline-block;
    padding-right: 35px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/contact-email-icon.png") no-repeat 0 0;
    width: 20px;
    height: 15px;
    vertical-align: middle;
}

.Cont_PhoneDiv {
    width: 100%;
    margin: 20px 0;
    display: table;
    padding: 0;
}

.Cont_PhoneDiv span::before {
    background: url("https://petcaresupplies.b-cdn.net/images/contact-phone-icon.png") no-repeat 0 0;
    height: 20px;
}

.Cont_TimeDiv {
    width: 100%;
    margin: 0;
    display: table;
    padding: 0;
}

.Cont_TimeDiv span::before {
    background: url("https://petcaresupplies.b-cdn.net/images/contact-time-icon.png") no-repeat 0 0;
    height: 19px;
}

.Our_Guarantee_TextDiv {
    display: block;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #c4c4c4;
}

.Our_Guarantee_TextDiv:last-child {
    margin: 0;
    padding-bottom: 0px;
    border-bottom: 0px solid #c4c4c4;
}

.Our_Guarantee_TextDiv span img {
    border: 0;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    height: auto;
}

.Our_Guarantee_TextDiv strong {
    display: block;
    font-weight: 600;
    color: #74b101;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 5px;
}

.Our_Guarantee_TextDiv p {
    margin: 5px 0 10px 90px;
    line-height: 24px;
}

.statix_ul_div {
    padding: 0 0 20px 20px;
    text-align: left;
    float: left;
    width: 100%;
}

.statix_ul_div ul li {
    float: left;
    clear: left;
    display: inherit;
    margin: 5px 0 0 20px;
    text-indent: -20px;
    padding: 0;
    line-height: 24px
}

.statix_ul_div ul li::before {
    content: "";
    display: inline-block;
    padding-right: 20px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/Privacy-arrow.jpg") no-repeat 0 0;
    width: 9px;
    height: 10px;
    vertical-align: middle;
}

.StaticPages_AnsDiv ul li:first-child {
    padding-left: 0;
}

.Terms_AnsDiv {
    display: block;
    margin: 20px 0;
}

.Terms_AnsDiv span {
    background: #74b101;
    float: left;
    padding: 0;
    margin: 6px 0 0 0;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.Terms_AnsDiv p {
    margin: 5px 0 10px;
    line-height: 24px;
    text-align: justify;
    margin: 5px 0 10px 36px;
}

.Terms_AnsDiv ul {
    margin: 0 0 0 55px;
}

.Terms_AnsDiv ul li {
    list-style-type: disc !important;
    padding: 5px 0;
}

.AffiliatesDiv {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0;
}

.Affiliates_leftDiv {
    float: left;
    margin: 0;
    padding: 0;
}

.Affiliates_leftDiv img {
    border: 1px solid #c4c4c4;
    margin: 0;
}

.Affiliates_RightDiv {
    float: left;
    margin: 0;
    padding: 0 0 0 25px;
}

.commission_junctionDiv {
    width: 100%;
    float: left;
    margin: 15px 0 0;
    padding: 0;
}

.commission_junction_leftDiv {
    float: left;
    width: 49%;
    margin: 0;
    padding: 0;
    border: 1px solid #c4c4c4;
    text-align: center;
}

.commission_junction_RightDiv {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    height: 90px;
    line-height: 90px;
}

.commission_junction_leftDiv img {
    border: 0;
    margin: 0;
    float: none;
}

.commission_junction_RightDiv a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 70px;
}

.SiteMap_Box_TopDiv {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.SiteMap_TopLinkDiv {
    width: 100%;
    float: left;
    margin: 20px 0 15px 0;
    padding: 0;
    border: 1px solid #d8d7d7;
    overflow: auto;
}

.SiteMap_TopLink_TittleDiv {
    width: 100%;
    margin: 0;
    padding: 1% 3%;
    background: #f2f2f2;
    color: #74b101;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d8d7d7;
}

.SiteMap_TopLinkDiv ul {
    list-style: none;
    margin: 10px 28px 15px;
    padding: 0;
}

.SiteMap_TopLinkDiv ul li {
    list-style-type: disc;
    margin: 0 1% 10px;
    padding: 0;
    font-size: 12px;
    width: 48%;
    float: left;
}

.SiteMap_TopLinkDiv ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.SiteMap_CategoriesDiv {
    width: 102%;
    margin: 0 0 15px -15px;
    padding: 0;
    float: left;
}

.SiteMap_BoxDiv {
    width: 31%;
    float: left;
    margin: 0 0 15px 20px;
    padding: 0;
    border: 1px solid #d8d7d7;
    max-height: 391px;
    overflow: auto;
}

.SiteMap_Categori_TittleDiv {
    width: 100%;
    margin: 0;
    padding: 2% 6%;
    background: #f2f2f2;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #d8d7d7;
}

.SiteMap_Categori_TittleDiv a {
    color: #333;
}

.SiteMap_Categori_TittleDiv a:hover {
    color: #74b101;
}

.SiteMap_BoxDiv ul {
    margin: 10px 28px 15px;
    padding: 0;
}

.SiteMap_BoxDiv ul li {
    list-style-type: disc;
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
}

.SiteMap_BoxDiv ul li a {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

ul.SiteMap_ulDiv li {
    color: #1169c1;
}

ul.SiteMap_ulDiv li a {
    color: #1169c1;
}

ul.SiteMap_ulDiv li ul {
    margin: 0px 20px;
}

ul.SiteMap_ulDiv li ul li {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 15px;
    background: url(https://petcaresupplies.b-cdn.net/images/category-arrow2.png) no-repeat 0 10px;
}

ul.SiteMap_ulDiv li ul li a {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
}

.TestimonialPCS {
    width: 100%;
    float: left;
}

.TestimonialPCS .Tsthreview_top {
    border-bottom: 0;
    margin: 0 0 20px;
}

.totalrtDiv {
    float: left;
    margin: 4px 0 0 15px;
}

.tst_Top {
    width: 100%;
    float: left;
}

.TopTowRev {
    float: left;
    width: 49%;
    min-height: 183px;
    border: 1px solid #c4c4c4;
    padding: 0 1%;
}

.TopTowRev:last-child {
    float: right;
}

.tst_Top .review_rating_entry {
    border-bottom: 0;
}

.tst_Top .Rv_Rt_EntDiv_Right {
    width: 76%;
    text-align: justify;
}

.Tst_sm {
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.comment {
    margin-top: 8px;
}

a.morelink {
    text-decoration: none;
    outline: none;
    font-weight: 600;
    color: #237cd6;
}

.morecontent span {
    display: none;
}

.morelink {
    display: block;
}

.Testimonial_40 {
    width: 100%;
    float: left;
}

.Testimonial_review_formDiv {
    padding: 15px 0;
    width: 100%;
    float: left;
}

.Testimonial_40 .lg_inputDiv {
    padding: 5px 0;
    margin-bottom: 0;
    width: 50%;
    float: left;
}

.Testimonial_40 .lg_inputDiv label {
    color: #151515;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}

.Testimonial_40 .input_box {
    width: 97%;
    padding: 0 5px;
    margin: 10px 0;
}

.Testimonial_40 .lg_input_textareaDiv {
    width: 100%;
    float: left;
}

.Testimonial_40 .lg_input_textareaDiv .input_box_textArea {
    height: 130px;
    margin: 10px 0;
    padding: 5px;
    width: 99%;
    z-index: auto;
    position: relative;
    line-height: normal;
    font-size: 14px;
    transition: none;
    font-weight: 400;
    background: transparent !important;
    border: 1px solid #d9d6d6;
    border-radius: 3px;
    color: #151515;
}

.Testimonial_40 .FullWidthrating {
    width: 100%;
    float: left;
}

.lg_inputDiv .rating {
    margin-left: 10px;
    margin-top: -4px;
}

.Testimonial_40 .lgn_newaccountBtn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin: 5px 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    outline: none;
}

.testReadBox .Rv_Rt_EntDiv {
    border-top: 1px solid #c4c4c4;
    padding: 25px 0;
    margin: 0;
    float: left;
}

.testReadBox .Rv_Rt_EntDiv:first-child {
    border-top: 0px solid #c4c4c4;
    margin-top: 10px;
}


/**/


/*Invoice Css*/

.Invoice {
    width: 704px;
    margin: 0 auto;
    color: #333333;
    display: table;
    background: #fff
}

.Invoice .logoDiv {
    margin: 20px auto 0;
    float: none;
    text-align: center;
}

.Invoice_topDiv {
    float: left;
    margin: 15px 0 20px;
    padding: 7px 0;
    width: 100%;
    border-top: 1px solid #b4b4b4;
    border-bottom: 1px solid #b4b4b4;
}

.Invoice_top_leftDiv {
    float: left;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
}

.Invoice_top_leftDiv span {
    color: #1a70c7;
    font-size: 16px;
    font-weight: 600;
}

.Invoice_top_rightDiv {
    float: right;
    color: #333333;
    font-size: 17px;
    font-weight: 600;
}

.Invoice_top_rightDiv span {
    color: #1a70c7;
    font-size: 17px;
    font-weight: 600;
}

.Invoice_TittleDiv {
    background: #eaeae9;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding: 11px 0;
}

.Invoice_Odr_noDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.Invoice_Odr_noBottomDiv {
    width: 50%;
    float: left;
}

.Invoice_Odr_Custittle {
    margin: 0 auto;
    border-bottom: 1px solid #b4b4b4;
    width: 90%;
    display: table;
}

.Invoice_AutorderDiv {
    width: 94%;
    padding: 0 3%;
    float: left;
    background: #fff;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.Invoice_AutorderDiv span {
    color: #333;
}

.Invoice_Odr_Cus {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 -2px;
    border-bottom: 3px solid #333;
    float: left;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.Invoice_Odr_Cus span {
    color: #333;
    font-weight: 700;
    font-size: 18px;
}

.Invoice_Odr_Date {
    display: table;
    margin: 0 auto 0;
}

.Invoice_disclaimerDiv {
    padding: 0px 3%;
    width: 94%;
    float: left;
    margin: 20px 0 0;
}

.Invoice_disclaimerDiv span {
    display: table;
    color: #74b101;
    padding-bottom: 10px;
    font-size: 19px;
    font-weight: 600;
}

.Invoice_disclaimerDiv p {
    margin-bottom: 10px;
}

.Print_Btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    padding: 0;
    margin: 10px 0 0;
    color: #fff;
    text-align: center;
    border: 0;
    cursor: pointer;
}

.Invoice_Thanku_ShoppingDiv {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 0;
    padding: 0;
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

.Invoice .Paylg_Odr_FormDiv {
    width: 100%;
}

.Invoice .Pay_Odr_ProRepeatDiv .ShopProRep_PriceDiv {
    width: 20%;
}

.Invoice .Pay_Odr_ProRepeatDiv .ShopProRep_QTYDiv {
    width: 16%;
}

.Invoice .Pay_Odr_ProRepeatDiv .ShopProRep_UpayDiv {
    width: 14%;
}


/*Products Popup Css*/

.Products_PopupDiv {
    background: #02020285;
    background-size: cover;
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 99999;
    color: #fff;
    top: 0;
    left: 0;
}

.Pro_BoxDiv {
    position: absolute;
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 0;
    top: 50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    opacity: 9;
}

.Pro_Tittle_NameDiv {
    font-size: 20px;
    color: #196fc5;
    font-weight: 600;
    padding: 10px 25px;
}

.Pro_Tittle_NameDiv span {
    color: #333333;
    font-size: 18px;
}

.Pro_Tittle_NameDiv:before {
    content: "";
    display: inline-block;
    padding-right: 5px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png") no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Popup_Pro_Banner_BandDiv {
    width: 100%;
    margin: 5px 0 5px;
    padding: 0;
    float: left;
    background: #f5f5f5;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.Popup_Pro_Orange_BandDiv {
    background: #f30100;
    color: #fff;
    width: 20%;
    padding: 7px 0 7px 2%;
    position: relative;
    margin: 0 20px 0 0;
    float: left;
}

.Popup_Pro_Orange_BandDiv img {
    float: left;
    vertical-align: middle;
    margin: 5px 8px 0 0;
    width: 18%;
}

.Popup_Pro_Orange_TextDiv {
    float: left;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.Popup_Pro_Orange_TextDiv span {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.Popup_Pro_Orange_BandDiv:after {
    content: "";
    position: absolute;
    right: -17px;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 18px solid #f30100;
}

.Popup_Pro_Orange_BandTextDiv {
    float: left;
    width: 35%;
    padding: 7px 3% 7px 0;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #c4c4c4;
	margin-left:5%;
}

.Popup_Pro_Orange_BandTextDiv span {
    color: #f30100;
    font-size: 24px;
    font-weight: 700;
}

.Popup_Pro_Orange_DiscountTextDiv {
    float: right;
    width: 34%;
    padding: 7px 0;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.Popup_Pro_Orange_DiscountTextDiv span {
    text-transform: uppercase;
}

.Popup_Pro_ContentDiv {
    float: left;
    width: 100%;
    margin: 0;
    padding: 2% 2% 1%;
}

.Popup_Pro_imgDiv {
    float: left;
    width: 33%;
    height: auto;
    /*line-height: 230px;*/
    padding: 2%;
    border: 1px solid #c4c4c4;
	text-align:center;
}

.Popup_Pro_imgDiv img {
    width: 78%;
    vertical-align: middle;
    /*height: 97%;*/
}

.Popup_Pro_Content_RightDiv {
    float: right;
    width: 62%;
    padding: 0;
    color: #333;
}

.Popup_Pro_ContDiv {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 0 0;
    margin-bottom: 0;
}

.add-to-popup-row-bgRightDiv {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    float: left;
    color: #393939;
    font-weight: normal;
    font-size: 15px;
    border-bottom: 1px solid #c3c3c3;
}

.add-to-popup-row-bgRightDiv:first-child {
    padding-top: 0;
}

.add-to-popup-product-CheckbuttonDiv {
    float: left;
    margin: 0 0px 0 0;
    min-width: 30%
}

.add-to-popup-product-packDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
    font-weight: 400;
}

.add-to-popup-product-CheckbuttonDiv .switch.demo1 label {
    cursor: pointer;
}

.add-to-popup-product-CheckbuttonDiv .switch.demo1 input[type="radio"] {
    appearance: radio;
    -webkit-appearance: radio;
    -moz-appearance: radio;
    -ms-appearance: radio;
    vertical-align: middle;
    cursor: pointer;
}

.add-to-popup-product-save-ExtraDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 25%;
    color: #333333;
    text-align: right;
    font-size: 14px;
}

.add-to-popup-product-save-ExtraDiv span {
    font-weight: 700;
}

.add-to-popup-product-priceDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    text-align: right;
    text-decoration: line-through;
    font-weight: 400;
}

.add-to-popup-product-priceDivNew {
    float: left;
    margin: 0;
    padding: 0;
    width: 20%;
    text-align: right;
    font-weight: 600;
}

.selectProduct-itemDiv {
    width: 100%;
    float: left;
    margin: 0px 0 5px;
    padding: 0;
}

.add-to-popup-selected-packDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 27%;
    font-weight: 400;
    font-size: 15px;
}

.add-to-popup-selected-packDiv:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/select-red-arrow.png") no-repeat 0 0;
    width: 14px;
    height: 10px;
    vertical-align: middle;
}
.upgradeTextto {
    text-align: center;
    padding: 3px 0;
    float: left;
    width: 100%;
    color: #333333;
    font-size: 16px;
    border-bottom: 1px solid #c3c3c3;
    margin: 0px 0 20px;
}

.upgradeTextto span {
    background: #fff;
    padding: 10px 15px;
    margin: -9px 0;
    display: block;
    margin: 0px auto -21px;
    width: 31%;
	letter-spacing: 0.5px;
}

.add-to-popup-selectDosesDiv {
    float: left;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 19%;
    font-weight: 400;
    font-size: 15px;
}

.add-to-popup-Qty {
    float: left;
    text-align: right;
    margin: 0;
    padding: 0;
    width: 25%;
    font-weight: 400;
    font-size: 15px;
}

.add-to-popup-Qty span {
    margin: 0 10px 0 0;
}

.add-to-popup-Qty input[type="text"] {
    border: 1px solid #c4c4c4;
    width: 35px;
    text-align: center;
}

.add-to-popup-Total-priceDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 24%;
    text-align: right;
    font-weight: 600;
    font-size: 15px;
}

.add-to-popup-delivery-frequencyDiv {
    float: left;
    margin: 5px 0 0;
    padding: 5px 0 0;
    width: 100%;
	display:none;
}

.delivery-frequency-TitleDiv {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    text-align: left;
}

.add-to-popup-minisaveDiv {
    float: left;
    width: 88%;
    margin: 2px 0 5px;
    padding: 0;
    font-size: 14px;
    text-align: left;
    color: #333;
    font-weight: 600;
}

.add-to-popup-minisaveDiv b {
    /*color:#fd2220; */
}

.add-to-popu-del-freqDiv {
    float: left;
    padding: 0;
    margin: 10px 0 0;
    width: 100%;
}

.add-to-popu-del-freqDiv .add-to-popup-product-packDiv {
    float: left;
    margin: 0;
    padding: 0 0 0 2%;
    width: 35%;
    text-align: left;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.add-to-popu-del-freqDiv .add-to-popup-product-priceDiv {
    float: left;
    margin: 0;
    padding: 0;
    width: 60%;
    text-align: left;
    text-decoration: inherit;
}

.Popup_SelectWeek_Div {
    width: 100%;
    margin: 0;
    padding: 0;
    display: table;
}

.Popup_SelectWeek_Div select {
    display: table;
    padding: 0 0 0 2%;
    border: 1px solid #c4c4c4;
    background: #fff;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 600;
    width: 98%;
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.Popup_SelectWeek_Div select.Popup_selected_Option {
    background-image: url("https://petcaresupplies.b-cdn.net/images/select-arrow.jpg");
    height: 30px;
    background-position: right top;
    background-repeat: no-repeat;
}

.add-to-popup-input-selectTextDiv {
    width: 99%;
    float: left;
    background: #fff;
    border-radius: 3px;
}

.add-to-popup-select-inputText {
    width: 20%;
    height: 28px;
    float: left;
    text-align: center;
}

.add-to-popup-cartbtnDiv {
    float: right;
    text-align: center;
    margin: 0px 0 0;
    padding: 0;
    width: auto;
}

.add-to-popup-cartbtnDiv a,
.add-to-popup-cartbtnDiv input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    width: 200px;
    display: table;
    margin: 0 auto;
    padding: 6px 0;
    font-weight: 700;
    border: none;
    cursor:pointer;
	/*float:left;*/
}

.thanks_ContinueDiv {
    float: left;
    color: #333;
    width: 100%;
    margin: 10px 0 0;
    padding: 0 2% 2%;
    font-size: 16px;
}
.Products_PopupDiv .thanks_ContinueDiv .red-text {
	background:#d1d1d1;
	color:#333333 !important;
	padding:5px 10px;
	float:left;
}

.StaticPages_ContentDiv .Auto_Order_Banner_BandDiv {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background: #f5f5f5;
    border: 1px solid #c4c4c4;
    border-bottom: 0;
}

.Auto_Order_Green_BandDiv {
    color: #fff;
    width: 32%;
    padding: 13px 2%;
    position: relative;
    float: left;
}

.StaticPages_ContentDiv .Auto_Order_Green_BandDiv img {
    float: left;
    vertical-align: middle;
    margin: 0 15px 0 0;
    border: 0;
}

.Auto_Order_Green_TextDiv {
    float: left;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
}

.Auto_Order_Green_TextDiv span {
    font-size: 28px;
    font-weight: 700;
    display: block;
}

.Auto_Order_Green_BandDiv:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid #74b101;
}

.Auto_Order_Discound_BandTextDiv {
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.Auto_Order_Discound_BandTextDiv p {
    font-size: 19px;
    line-height: 24px;
    padding: 5px 0;
}

.Auto_Order_Discound_BandTextDiv span {
    font-size: 22px;
    font-weight: 700;
}

.Terms_BannerDiv {
    float: left;
    width: 100%;
}

.Terms_BannerDiv img {
    width: 100%;
    margin-right: 0;
}

.Auto_AnsDiv {
    display: block;
    margin: 10px 0;
}

.Auto_AnsDiv span {
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    line-height: 24px;
    color: #196ec4;
    font-size: 17px;
    font-weight: 600;
}

.Auto_AnsDiv p {
    margin: 5px 0 10px;
    line-height: 20px;
    text-align: justify;
    margin: 5px 0 5px 30px;
}

.Auto_AnsDiv b {
    color: #1b71c8;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 30px 0 18px;
    display: block;
}

.StaticPages_QuesDiv {
    margin: 0;
    padding: 0;
    display: table;
}

.StaticPages_QuesDiv span {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}

.StaticPages_QuesDiv span:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url(https://petcaresupplies.b-cdn.net/images/Black_odr-arrow.png) no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Product_Search_TittleDiv {
    float: left;
    background: #efefef;
    width: 100%;
    padding: 6px 2%;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
}

.Product_Search_TittleDiv span {
    font-size: 20px;
    color: #196fc5;
    font-weight: 600;
}

.Product_Search_TittleDiv span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/blue_odr-arrow.png") no-repeat 0 0;
    width: 17px;
    height: 9px;
    vertical-align: middle;
}

.Product_Search_Info_RightDiv {
    width: 100%;
    padding: 10px 3%;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #c4c4c4;
    border-top: 0;
    background: #fff;
}

.Product_Search_Alpha_ListingDiv {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
    padding: 0;
}

.Browse_AlphabeticalDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.Browse_AlphabeticalDiv span {
    font-size: 20px;
    font-weight: 600;
}

.Browse_AlphabeticalDiv ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    display: table;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.Browse_AlphabeticalDiv ul li {
    display: inline-block;
    margin: 0;
    padding: 10px 10px;
}

.Browse_AlphabeticalDiv ul li a {
    border: 1px solid #c4c4c4;
    padding: 5px 10px;
    color: #777777;
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    display: block;
}

.Browse_AlphabeticalDiv ul li a:hover {
    background: #579f00;
    border: 1px solid #579f00;
    padding: 5px 10px;
    color: #fff;
}

.Search_Pro_AlphabeticalDiv {
    width: 100%;
    float: left;
    margin: 30px 0 0;
    padding: 0;
}

.Search_Pro_AlphabeticalDiv span {
    /*color: #74b101;*/
    font-size: 20px;
    font-weight: 600;
}

.Search_Pro_AlphabeticalDiv span::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    position: relative;
    background: url("https://petcaresupplies.b-cdn.net/images/TopSelling-arrow.png") no-repeat 0 0;
    width: 19px;
    height: 9px;
    vertical-align: middle;
}

.Search_Product_BoxDiv {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
    float: left;
}

.Search_ProductInfor_labelDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.Search_ProductInfor_labelDiv .input_box {
    border: 1px solid #b4b4b4;
    width: 50%;
    padding: 0 2%;
    height: 40px;
    margin-bottom: 5px;
    float: left;
}

.Search_ProductInfor_labelDiv .Submit-infoBtn {
    float: left;
    font-size: 20px;
    width: 180px;
    height: 40px;
    margin: 0;
}

.arrow-padding {
    padding: 0 5px;
}

.share_point_info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.share_row {
    margin: 0 -15px;
}

.share_col {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    position: relative;
}

.share_col::before {
    content: "\f061";
    font-family: "FontAwesome";
    color: #2c3e50;
    right: 8px;
    top: 23px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    font-size: 26px;
}

.share_col:last-child::before {
    display: none;
}

.share_box {
    width: 100%;
    float: left;
    text-align: center;
}

.share_type {
    width: 73px;
    height: 73px;
    line-height: 70px;
    font-size: 35px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #eb2600;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
}

.share_type sup {
    font-size: 20px;
    vertical-align: super;
}

.share_type_title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-top: 10px;
}

.refer_second {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.refer_top h4,
.refer_second h4,
.refer_terms h4,
.Terminology h4 {
    font-size: 16px;
    color: #333333;
    padding: 0 0 15px;
    display: block;
    margin: 0;
}

.refer_top p,
.refer_second p,
.Terminology p {
    margin-bottom: 10px;
    display: block;
}

.reward_terms ul,
.Check_ul ul,
.refer_terms ol {
    margin: 5px 0 10px 20px;
}

.reward_terms ul li,
.Check_ul ul li,
.refer_terms ol li {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    list-style-type: disc;
    letter-spacing: 0.5px;
}

.fontsize16 {
    font-size: 16px;
}

.Points_tallyText {
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.Points_tallyText_bottom {
    margin-bottom: 20px
}

.Points_tallyText p {
    padding-bottom: 10px;
    font-size: 16px;
}

.reward_table {
    margin-top: 15px;
    margin-bottom: 15px;
}

.reward_table_box {
    border: 1px solid #d9d6d6;
    width: 100%;
}

.reward_table_box th {
    background-color: #dbdbdb;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    padding: 15px 0;
}

.reward_table_box td {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #d9d6d6;
}

.reward_pointTerminology {
    margin-top: 15px;
}

.Reward_Points_valTextQ {
    padding: 10px 0 5px 0;
}

.Checkout_detailDiv {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.Checkout_detailDiv fieldset {
    padding: 10px;
}

.Checkout_detailDiv legend {
    padding: 0 5px;
}

.Checkout_detailDiv .Customer_Lable {
    width: 100%;
    float: left;
    padding: 10px;
    background-color: #fffacd;
}


/* Start Select2 CSS */

.select2 {
    width: 100% !important;
}


/* End Select2 CSS */


/* 29-8-02-style-start */

.multiple_order_top {
    float: left;
    width: 100%;
    margin-top: 10px;
}

.multiple_order {
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.multiple_order_check {
    float: left;
    margin-top: 3px;
    margin-left: 15px;
}

.multiple_order_check .squaredOne {
    margin-top: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* 29-8-02-style-end */

.your-class::-webkit-input-placeholder {
    color: #eb2600;
    text-transform: capitalize;
}


/*3-9-18 */

.custom_rate_label {
    float: left;
}

.custom_rate {
    float: left;
    height: 20px;
    padding: 0 10px;
}

.custom_rate:not(:checked)>input {
    position: absolute;
    left: -9999px;
}

.custom_rate:not(:checked)>label {
    float: right;
    width: 20px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 0px;
    color: #e6edf3;
    margin-right: 2px;
}

.custom_rate:not(:checked)>label:before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f005";
    font-size: 18px;
}

.custom_rate>input:checked~label {
    color: #ffa500;
}

.custom_rate:not(:checked)>label:hover,
.custom_rate:not(:checked)>label:hover~label {
    color: #333333;
}

.custom_rate>input:checked+label:hover,
.custom_rate>input:checked+label:hover~label,
.custom_rate>input:checked~label:hover,
.custom_rate>input:checked~label:hover~label,
.custom_rate>label:hover~input:checked~label {
    color: #ff8200;
}

.view_toggle {
    cursor: pointer;
    vertical-align: top;
    user-select: none;
}

.option-heading {
    font-size: 20px;
    /* text-decoration: underline; */
    color: #eb4201;
    cursor: pointer;
    padding-right: 5px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}

.discview_popup {
    display: none;
    /*box-shadow: inset 0 8px 13px 0px #b7b5b5;*/
    padding: 10px 10px 10px;
    font-size: 14px;
    margin-top: 5px;
    /*border: 3px solid #afafaf;*/
    /*background: #ccc;*/
    border: 4px solid #e8f3fb;
    background: #e6e4e4;
    box-shadow: inset 4px 4px 14px 0px #b7b5b5;
}

.discview_popup p {
    line-height: 24px;
}

.discview_popup span {
    text-align: right;
}

.option-heading:before {
    content: "\f0d7";
    font-family: 'FontAwesome';
}

.option-heading.is-active:before {
    content: "\f0d8";
    font-family: 'FontAwesome';
}


/*Product Landing OOS Section*/

.outstock {
    width: 100%;
    background: #f0f0f0;
    border-radius: 10px;
    border: 1px dashed gray;
    float: left;
    margin: 15px 0 0;
}

.outstock .stock_section {
    float: left;
    padding: 20px 2% 10px 2%;
    width: 76%;
}

.outstock .form_section {
    float: left;
    padding: 20px;
    width: 100%;
}

.outstock p {
    font-size: 22px;
    padding-top: 10px;
    color: #777777;
    font-weight: 600;
    line-height: 30px;
}

.outstock .stock_img {
    float: left;
    margin-right: 25px;
}

.form_section_inputDiv {
    width: 46%;
    display: inline-block;
    vertical-align: top;
}

.form_section_inputDiv:first-child {
    margin-right: 15px;
}

.outstock .input_box {
    margin: 5px 0;
    width: 100%;
    outline: none;
}

.outstock .btn_blue {
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 34px;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.outstock .form_section .form_section_inputDiv span {
    font-size: 14px;
    letter-spacing: 0.5px;
}


/*End - Product Landing OOS Section*/


/*Refri Discount Section Css*/

.my_refri_discount {
    float: left;
    width: 100%;
}

.refer_friends {
    width: 100%;
    float: left;
}

.refer_friends_container {
    padding: 50px 0;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.refer_friends_container h3.alternative-two {
    font-weight: 800;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.refer_friends_container h4.alternative {
    font-size: 50px;
    line-height: 50px;
    text-transform: lowercase;
    margin-top: 20px;
    font-weight: 600;
}

.refer_friends_container hr.alternative {
    border: 2px #eb2600 solid;
    margin: 20px auto 0;
    width: 70px;
}

.refer_friends_container .copy {
    margin-top: 30px;
    font-weight: 600;
}

.refer_friends_container .copy p {
    font-size: 16px;
    line-height: 26px;
}

.refer_friends_container .copy .coupon {
    border: dashed #f30100 3px;
    border-radius: 8px;
    padding: 10px 8px;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto;
    width: 30%;
}

.refer_friends_container .copy .link_button_green {
    margin: 15px 0;
    display: inline-block;
    width: auto;
    text-transform: uppercase;
    padding: 14px 24px;
    border-radius: 4px;
    font-size: 16px;
    background-color: #f30100;
    color: #fff;
}

.refer_friends_container .copy p.italic {
    font-style: italic;
    font-weight: 500;
}

.refer_friends_container .copy p.fistime_custextDis {
    font-weight: 300;
    font-size: 14px;
}


/*End-Refri Discount Section Css*/


/*23-09-2019*/

.no_border {
    border: 0 !important;
}

.ShopCart_ProRepeatDiv .unitClass {
    color: #000 !important;
}

.trm_condition { 
	width:100%;
	float:left; 
	margin: 15px 0 0;
}
.trm_condition ul { 
	margin: 5px 0 0 50px;
	width: 60%;
}

.trm_condition ul, .trm_condition ul li { 
	list-style-type: disc !important;
    padding: 5px 0;
}

.trm_condition ul li { 
	float:left;
	width:100%;
}
.trm_condition ul li a { 
	color: #333333;
	font-weight:600;
}
.trm_condition ul li a:hover { 
	color: #f30100 ;
}

.invoice-center-text {
    color: white;
    text-align: center;
    padding: 15px 0;
    text-transform:uppercase;
} 


/**/
.right_usp {
    float:right; 
    width:240px;
}
.usp_middle {
    width: 100%;
    float: left;
    margin: 34px 0;
}
.uspDiv1 {
    margin-left: 0;
}

.uspDiv {
    width: 100%;
    margin: 0 0 10px;
    border: 1px solid #dddddd;
    text-align: center;
    float: left;
}
.uspDiv:hover a {
    box-shadow: 0 0 6px 0px #cacaca;
}
.uspDiv_nrt {
	padding: 15px 0;
}

.uspDiv a {
    color: #237cd6;
    font-size: 16px;
    padding: 20px 0;
    display: block;
}

.uspDiv a img {
    display: block;
    vertical-align: middle;
    padding-right: 0;
	margin:0 auto 10px;;
}
.uspDiv a span {
    color: #000;
    display: block;
    vertical-align: middle;
	font-weight:600;
}
.uspDiv a span span {
    color: #454545;
    font-size: 14px;
    text-transform: initial;
    display: block;
    padding-top: 5px;
	font-weight:400;
}

.home_usp {
    width: 100%;
    float: left;
}
.home_usp .uspDiv {
    width: 32%;
    margin-left:2%; 
	background:#f5f5f5;
}
.home_usp .uspDiv1 {
    margin-left:0; 
}
.loaderdiv {
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    background: #4c4c4ca1;
    top: 0;
}

.loaderdiv img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:80px;
}
.free_shipping {
	background: url("https://petcaresupplies.b-cdn.net/images/pcs-footer-icons1.png");
	background-repeat: no-repeat;
	width: 55px;
	height: 33px;
	background-position: 0 -145px;
}
.free_shipping.phone {
	background-position: -55px -145px;
    width: 35px;
    height: 30px;
}
.usp_icon_1 {
	background: url("https://petcaresupplies.b-cdn.net/images/pcs-footer-icons1.png");
	background-repeat: no-repeat;
	width: 68px;
	height: 68px;
	background-position: -8px -265px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.usp_icon_2 {
	background-position: -84px -265px;
}
.usp_icon_3 {
	background-position: -164px -270px;
}
.ftr_iconDiv ul li.ftr-icon a {
	background: url("/images/pcs-footer-icons1.png");
	background-repeat: no-repeat;
}
.ftr_iconDiv ul li.pcj-icon a{
	width:105px;
	height:40px;
	background-position: 0px -411px;
}
.ftr_iconDiv ul li.godaddy-icon a {
	width:131px;
	height:33px;
	background-position: -115px -409px;
}
.ftr_iconDiv ul li.secure-icon a {
	width:243px;
	height:30px;
    background-position: 0px -356px;
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}



    input[type=text] {
        width: 100%;
    }

  
.autocomplete-items {
    /*position: absolute;*/
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    max-height: 124px;
    right: 0;
    overflow: auto;
    border-left: 0;
    background: #fff;
	box-shadow: 0 4px 6px 0 rgba(32,33,36,0.28);
}

    .autocomplete-items div {
        padding: 5px 10px;
        cursor: pointer;
        /*background-color: #fff;
        border-bottom: 1px solid #d4d4d4;*/
    }

        /*when hovering an item:*/
        .autocomplete-items div:hover {
            background-color: DodgerBlue !important;
            color: #fff;
        }

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #fff;
}

.suggestion_prdText {
    padding: 5px 15px;
    float: left;
    width: 100%;
}

    .suggestion_prdText div {
        margin: 10px 0;
        color: #b7b7b7;
    }
.SeaarchPagesuggestion{
	width:72%;
}

.COVID19_hdlink {
	display:none;
	float:right;
	width:100%;
	text-align:right;
	margin: 20px 0 0;
	background: #ff0;
	padding: 10px;
	width: 57%;
	border: solid 1px #000


}
.COVID19_hdlink a {
	color:#f30100;
	font-weight:601;
	font-size:16px;
}
.COVID-19Text p {
	padding-bottom:15px;
	text-align: justify;
    line-height: 22px;
}

/*================= covid-banner-text ==========================*/
.covid-banner-text {
	display:none;
	width: 100%;
	float: left;
	text-align: center;
	background: #ffffff;
	font-weight: normal;
	padding: 15px 10px 0;
}
.covid-banner-text p  {
	  color: #f30122;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 0.7px;
}


/*================= *** =================*/
.Pay_invoceText {
	float:left;
	width:100%;
	padding:10px 0;
	margin: 15px 0;
}
.Pay_invoceText {
	padding-right: 2%;
	min-height: 100px;
	padding-bottom:8px;
	text-align:justify;
}
.Pay_invoceText p {
	line-height:24px;
}
.Pay_invoceText_label {
	float:right;
	margin:0 0 0 15px;
	padding:3%;
	border:1px solid #c4c4c4;
}
.Pay_invoceText_label span {
	display:block;
	padding-bottom:6px;
}

.Pay_invoceText_label span span {
	display:inline-block;
	float:right;
	padding-bottom:0;
	font-weight:600;
}







/* 14-10-2020 Popup Css */

.freeproductupay { width:17%;}

.serestoPro_BoxDiv {
    width: 64%;
}
.Pro_claimTittle_NameDiv {
    font-size: 34px; 
    color: #000;
    text-align: center;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
}
.special11_bg {
    background: #fff;
    margin-bottom: 0;
}
.special11 {
    font-size: 26px;
    font-weight: 700;
}
.Popup_Pro_orderValue_Div {
    text-align: center;
    padding-top: 15px;
}
.Popup_Pro_orderValue_Div p {
    font-size: 20px;
    font-weight: 700;
}

.serestoPro_BoxDiv .Popup_Pro_ContentDiv {
    background: #e2e2e2;
}
.serestoPro_BoxDiv .Popup_Pro_imgDiv {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.seresto_ProductBoxDiv {
    float: left;
    width: 32%;
    margin-left: 15px;
}
.seresto_ProductBoxDiv:first-child {
    margin-left: 0;
}

.seresto_radiobtnDiv {
    position: relative;
    float: left;
}
.seresto_radiobtnDiv .radio-check {
    position: absolute;
    visibility: hidden;
}
.seresto_radiobtnDiv label {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 0px 10px 0px 30px;
    margin: 0 10px 0 0;
    height: auto;
    z-index: 9;
    cursor: pointer;
    color: #000;
}
.seresto_radiobtnDiv .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    box-shadow: 0 0 0 2px #fff;
    height: 16px;
    width: 16px;
    top: 2px;
    left: 0px;
    z-index: 5;
    border-radius: 50%;
}
.seresto_radiobtnDiv .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 1px;
    left: 1px;
    margin: auto;
    background: #fff;
    border-radius: 50%;
}
.seresto_radiobtnDiv .radio-check:checked~label {
    color: #74b101;
}
.seresto_radiobtnDiv .radio-check:checked~.check {
    border: 2px solid #74b101;
}
.seresto_radiobtnDiv .radio-check:checked~.check::before {
    background: #74b101;
}
.seresto_radiobtnDiv .radio-check:checked~.check {
    border: 2px solid #74b101;
}
.serestoPro_BoxDiv .Popup_Pro_orderValue_Div {
    float: left;
    width: 74%;
}

.ShopProRep_FreeProtextBg {
    position: absolute;
    top: -65px;
    left: -20px;
    border-left: 70px solid #f30100;
    border-right: 0 solid transparent;
    border-bottom: 80px solid transparent;
    border-top: 80px solid transparent;
    transform: rotate(228deg);
}


/* Christmas - css  */

/*
.navbgDiv:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -72px;
    text-align: center;
    max-width: 100%;
    height: 72px;
    background: url("https://www.petcaresupplies.com/images/Christmas/header-tree.png");
    background-repeat: repeat-x;
    width: 100%;
    background-position: top center;
    margin: 0 auto;
	z-index: -1
}
.res_menu_scroll .sub-menu {
	position:relative;
}
.res_menu_scroll .sub-menu:after {
	content: "";
    position: absolute;
    right: 260px;
    top: -105px;
    text-align: center;
    height: 143px;
    background: url("https://www.petcaresupplies.com/images/Christmas/top-tree-s.gif");
    background-repeat: no-repeat;
    width:180px;
    background-position: bottom center;
    margin: 0 auto;
}
.main_footerDiv {
	position:relative;
	background-image: url("https://www.petcaresupplies.com/images/Christmas/footer.png");
	background-color: #c3c3c3;
	background-position: bottom center;
	 background-repeat: no-repeat;
	max-width: 100%;
	height:100%;
	 margin: 0 auto;
}
.main_footerDiv:before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -49px;
    text-align: center;
    max-width: 100%;
    height: 72px;
    background: url("https://www.petcaresupplies.com/images/Christmas/footer-tree-sm.png");
    background-repeat: repeat-x;
    width: 100%;
    background-position: top center;
    margin: 0 auto;
}

@media only screen and (max-width: 950px) {
	.res_menu_scroll .sub-menu:after {
		display:none;
	}
}

@media only screen and (max-width: 700px) {
	.main_footerDiv {
		background-position: top;
	}
}
*/

/* rating-css */
 .rating-page {
    border:1px solid #dbdbdb;
    padding: 0 36px;
    float: left;
    width: 100%;
}
.customer-welcome-text {
    background-color: #74b101;
    text-align: center;
    padding: 10px 0;
}
.customer-welcome-text p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.rating-page-title {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.rating-recently {
    padding-bottom: 20px;
}
.rating-list {
    width: 50%;
    float: left;
}
.rating-list ul li {
    padding-bottom: 15px;
    display: block;
    width: 100%;
}
.pro_rate__icon .pro_rate__start.cus_rate {
    float: none;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
    height: auto;
    cursor: pointer;
}
.cus_rate:not(:checked) > input {
    position: absolute;
    left: -9999px;
}
.cus_rate > input:checked ~ label {
    color: #eeb902 !important;
}
.pro_rate__start.cus_rate input:checked ~ label {
    color: #ffffff !important;
}
.pro_rate__start.cus_rate:not(:checked) > label {
    width: 90%;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 70px;
    padding-top: 20px;
    background-color: #f5f5f5;
    cursor: pointer;
}
.pro_rate__start.cus_rate input:checked ~ label {
    background-color: #74b101;
}
.pro_rate__start.cus_rate:not(:checked) > label::after {
    content: "";
    width: 55px;
    height: 59px;
    background: #eaeaea url(http://www.petcaresupplies.com/images/1s.png) no-repeat center;
    background-size: 45px auto;
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
}
.pro_rate__start.cus_rate:not(:checked) > label::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border:1px solid #74b101;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}
.pro_rate__start.cus_rate input:checked ~ label::after {
    opacity: 1;
    background-color: #83c802 !important;
}
.pro_rate__start.cus_rate input:checked ~ label::before {
    background:  #ffffff;
    border-color: #fff;
    box-shadow: 0px 0 0 4px #74b101 inset;
}
.pro_rate__start.custom_rate_2:not(:checked) > label::after {
    background: #eaeaea url(http://www.petcaresupplies.com/images/2s.png) no-repeat center !important; 
    background-size: 45px auto !important;
}
.pro_rate__start.custom_rate_3:not(:checked) > label::after {
    background: #eaeaea url(http://www.petcaresupplies.com/images/3s.png) no-repeat center !important; 
    background-size: 45px auto !important;
}
.pro_rate__start.custom_rate_4:not(:checked) > label::after {
    background: #eaeaea url(http://www.petcaresupplies.com/images/4s.png) no-repeat center !important; 
    background-size: 45px auto !important;
}
.pro_rate__start.custom_rate_5:not(:checked) > label::after {
    background: #eaeaea url(http://www.petcaresupplies.com/images/5s.png) no-repeat center !important; 
    background-size: 45px auto !important;
}
.rating-from {
    float: left;
    width: 50%;
}
.rating-from-box {
    padding: 35px 35px 15px;
    background-color: #d3d3d3;
    border:1px solid #f5f5f5;
}
.from-input {
    margin-bottom: 20px;
}
.from-input label {
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}
.from-input input[type=text] {
    width: 100%;
    height: 46px;
}
.from-input textarea {
    width: 100%;
    height: 170px;
}
.rating-botton {
    float: left;
    width: 100%;
    text-align: center;
}
.rating-botton .buttons {
    color: #fff;
    width: auto;
    height: 44px;
    font-size: 17px;
    font-weight: 700;
    border: 0;
    margin: 20px 0 ;
    cursor: pointer;
    text-transform: uppercase;
    background: #1b1b1b;
    padding: 8px 18px;
}
.ReCaptchContainer_div {
    width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    text-align: center;
}
.ReCaptchContainer_div div {
    text-align: center;
    margin: 0 auto;
}
.field-validation-error span {
    color: red !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    text-transform: capitalize !important;
}


.modalMain_checkout .Pro_BoxDiv {
	height:80%;
}
.modalMain_checkout .Popup_Pro_scroll {
    overflow-y: scroll;
    height: 92%;
	color:#000;
}
.modalMain_checkout .thanks_ContinueDiv, 
.modalMain_checkout .StaticPages_TittleDiv {
	display:none;
}
.modalMain_checkout .StaticPages_ContentDiv {
	margin-top:0;
}
.navDiv ul ul {
	position: absolute;
	background: lightgrey;
	display: none;
} 
.menu_toggle {
	display: none;
	cursor: pointer;
	font-size: 30px;
}

@media(max-width: 1200px) { 
	.wrapper {
	    width: 100%;
	}
	.navDiv ul li a {
		padding-right: 9.5px;
		padding-left: 9.5px;
	}
	.full_middle {
		background: #fff;
	}
	.middleDiv {
		padding-left: 0;
		padding-right: 0;
	}
	.content_LeftDiv {
	    width: 22%;
	}
	.content_LeftDiv .content_LeftDiv {
            width: 100%;
        }
	.auto-title > a {
		font-size: 16px;
	}
	.auto-title > a > strong {
		font-size: 30px;
	}
	#Catenav li a strong {
	    font-size: 14px;
	}
	.Home_BannerDiv {
		/*width: 76%;*/
		width:100%;
	}
	.Home_BannerDiv img {
		width: 100%;
	}

	.Home_ProBoxDiv {
		width: 23.6%;
	}
	.Blog_Box_SliderDiv {
	    width: 31.8%;
	}
	
	.EmailRegister:before, .ftr_callDiv:before {
	    width: 50px;
	    /*background-size: contain;*/
	    margin-bottom: -14px;
	}
	.EmailRegister input[type="text"] {
		margin-left: 5px;
	}
	.Subscribe_Get {
	    padding: 0 0 0 20px;
	    font-size: 20px;
	    line-height: 24px;
	}
	.ftr_callTextDiv {
		float: left;
    	margin-left: 5px;
	}
	.ftr_callDiv span {
		padding-top: 5px;
	}
	.ftr_linkDiv {
		width: 29.5%;
	}
	.ftr_link_lastDiv {
		margin-right: 0;
	}
	.ftr_socialDiv {
	    float: left;
	    width: 100%;
        margin: 30px 0 0;
	}
	.ftr_socialDiv h3 {
		margin-bottom: 20px;
	}
	.social_iconul {
		float: left;
	    margin: 0 30px 0 0;
	}
	.ftr_socialDiv ul {
	    display: block;
	    margin: 15px 0 0;
	}
	.social_iconul ul {
		margin: 0;
	}
	.ftr_iconDiv {
		width: 100%;
		text-align:center;
	}
	.ftr_iconDiv ul li {
		margin: 0;
		padding: 10px 25px 4px 0;
		float: none;
		display: inline-block;
	}
	.content_RightDiv {
		width: 76%;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 30.9%;
	}
	.my_accountDiv .Pet_Info_RightDiv {
		padding: 10px 2% 0;
	}
	.Share_email, .Share_Facebook, .Share_Twitter {
		padding-top: 70px;
	}
	.tst_Top .Rv_Rt_EntDiv_Right {
		padding-left: 10px;
	}
	.Pro_BoxDiv  {
		width: 70%;
	}
	.ftr_callDiv::before {
		background-position: -179px -196px;
	}
	.EmailRegister::before {
		background-position: -179px -135px;
	}
	.ShopCart_CouponDiv_left {
		width:100%;
	}
}

@media(max-width: 1180px) {
	.propage_RightDiv {
		width: 77%;
	}
	.prolanding_LeftDiv {
		width: 30%;
	}
	.Prodoses_Right_BottomDiv { 
		width:80%;
		float:right;
		margin: 0 11px 0 0;
	}
	.responsive-tabs .tabtitle {
	    /*padding: 10px 10px;*/
	    font-size: 14px;
	}
	.SiteMap_BoxDiv {
	    width: 30.9%; 
	}
	.Price_Div, .Price_TextDiv { 
		width:120px;
	}
}

@media(max-width: 1160px) {
	.Blog_Box_SliderDiv {
	    width: 31.5%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 25%;
	}
	.Dashboardcontent_LeftDiv {
	    width: 22%;
	}
	.customer_Visit_LeftBox {
		width: 90%;
	}
	.Share_friend_LinksDiv  {
		margin-top: 0;
	}
	.Sfriend_LnkTop {
		line-height: 22px;
	}
	.product_imgDiv {
	    width: 30%;
	    height: auto;
	}
	.product_DetailRight {
	    width: 66%;
	    margin-right: 0;
	    float: right;
	}
	.Rv_Rt_EntDiv_Right {
		width:85%;
	}
}

@media(max-width: 1120px) {
	.responsive-tabs .tabtitle {
	    /*padding: 10px 5px;*/
	}
	.Auto_Order_Green_BandDiv {
		width: 34%;
	}
	.ShopCart_RwrdP_inputDiv .input_box {
	    width: 140px;
	}
	.QTY_Div, .QTY_TextDiv { 
		width:235px;
	}
	#PCSTopheader.fixed .free_shipping,
	#PCSTopheader .free_shipping {
		display:none;
	}
	.seresto_ProductBoxDiv { width:30%}
}


@media(max-width: 1100px) { 
	.navDiv ul li a {
		padding-right: 9px;
		padding-left: 9px;
		font-size: 14px;
	}
	.content_LeftDiv {
	    width: 26%;
	}
	.Left_SaleDiv {
		display: none;
	}
	.Home_BannerDiv {
	    width: 100%;
	}
	.content_RightDiv {
		width: 72%;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 47%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 24%;
	}
	.Dashboardcontent_LeftDiv {
	    width: 26%;
	}
	.visit-Order-detail-bottomDiv .wd3 {
		font-size: 14px;
	}
	.visit-Order-placedDiv {
	    width: 40%;
	}
	.td-visit-invoice {
		width: 18%;
	}
	.PetInformation_labelDiv {
		width: 44%;
	}
	.SiteMap_BoxDiv {
	    width: 30.5%; 
	}
	.Auto_Order_Green_BandDiv {
	    padding-left: 1%;
	    padding-right: 1%;
	    width: 32%;
	}
	.Auto_Order_Green_TextDiv {
		font-size: 18px;
	}
	.Auto_Order_Green_TextDiv span {
	    font-size: 24px;
	}
	.Auto_Order_Discound_BandTextDiv {
		margin-top: 5px;
	}
	.Auto_Order_Discound_BandTextDiv p {
		font-size: 17px;
	}
	.Auto_Order_Discound_BandTextDiv span {
		font-size: 19px;
	}
	.ShopCart_RwrdP_inputDiv .input_box {
	    width: 60%;
	}
	.ftr_callDiv {
		width:34%;
	}
	.SubscrbForm {
		margin-top:7px;
	}
	.EmailRegister, .ftr_callDiv {
		overflow: hidden;
	}
	.EmailRegister::before {
		background-position: -179px -144px;
	}
	.ftr_callDiv::before {
		background-position: -179px -198px;
	}
}


@media(max-width: 1088px) {
	.mycart_PetdetailDiv {
	    bottom: 56px;
	}
	.propage_RightDiv {
		width:100%;
	}
	.Proimg_Left_BottomDiv { 
		margin:0 10px;
	}
	.Price_Div, .Price_TextDiv {
		width: 160px;
	}
	.QTY_Div, .QTY_TextDiv {
		width: 250px;
	}
	.right_usp {
		width: 100%;
	}
	.uspDiv {
		width:22%;
		height:192px;
		margin-left:3.7%;
	}
	.uspDiv1 {
		margin-left:0;
	}
	.uspDiv_nrt {
		line-height: 154px;
	}
}

@media(max-width: 1075px) {
	.shipping_methodtable .RadioBtnDiv {
		margin-top: 10px;
	}
}
 
@media(max-width: 1060px) {
	.SiteMap_Categori_TittleDiv {
		font-size: 16px;
	}
}

@media(max-width: 1040px) {
	.Prodoses_Right_BottomDiv {
		width: 74%;
	}
	.Packsize_Div, .PackDoses_Div {
		width: 180px;
	}
	.Static_list ul li {
	    padding: 0 20px 10px 0;
	}
	.SiteMap_BoxDiv {
	    width: 30.3%; 
	}
	.Contact_information_Box {
		padding: 4% 3%;
	}
}

@media(max-width: 1024px) { 
	.navDiv ul li a {
		padding-right: 6px;
		padding-left: 6px;
	}
	.category_ProLinkDiv li a {
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.Home_ProBoxDiv {
	    width: 23.3%;
	}
	.ftr_callDiv {
		width: auto;
	}
	.Subscribe_Get {
	    font-size: 16px;
	    line-height: 20px;
	    padding-top: 5px;
	    padding-left: 10px;
	}
	.Subscribe_Get span {
		font-size: 14px;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 22%;
	}
	.customer_Visit_LeftBox {
	    width: 100%;
	}
	.td-visit-invoice {
		width: 18%;
	}
	.Affiliates_leftDiv {
		width: 30%;
	}
	.SiteMap_BoxDiv ul li a {
	    font-size: 14px;
	}
	ul.SiteMap_ulDiv li ul {
	    margin: 0;
	}
	.Popup_Pro_imgDiv {
	    width: 29%;
	    line-height: inherit;
	}
	.Popup_Pro_Content_RightDiv {
		width: 66%;
	}
	.StaticPages_ContentDiv .Auto_Order_Green_BandDiv img {
		margin-right: 10px;
	}
}

@media(max-width: 1004px) {
	.Rv_Rt_EntDiv_Right {
		width:82%;
	}
}
@media(max-width: 1000px) {
	.Prodoses_Right_BottomDiv {
		width: 73.5%;
	}
	.responsive-tabs .tabtitle {
	    font-size: 13px;
	}
	.Packsize_Div, .PackDoses_Div {
	    width: 35.5%;
	}
	.Auto_Order_Green_BandDiv {
		width: 30%;
	}
	.StaticPages_ContentDiv .Auto_Order_Green_BandDiv img {
		width: 45px;
		margin-top: 5px;
	}
	.Auto_Order_Green_TextDiv {
	    font-size: 16px;
	}
	.Auto_Order_Green_TextDiv span {
	    font-size: 20px;
	}
	.ShopCart_RwrdP_inputDiv .button {
		width: 70px;
	}
	.cpn_text {
	    display: block;
	    font-size: 16px;
	    font-weight: 600;
	}
	.ShopCart_Coupon_InputDiv .input_box {
		width: 66%;
		font-size: 13px;
	}
	.ShopCart_Coupon_InputDiv .apply_coupon {
	    width: 80px;
	    font-size: 16px;
	    padding: 0;
	}
	.PCSTop_BandDiv_1 img, .PCSTop_BandDiv_3 img{ 
		display:none;
	}
	.PCSTop_BandDiv_2 { 
		padding:0px;
	}
	.QTY_Div, .QTY_TextDiv {
		width: 190px;
	}
}

@media(max-width: 980px) { 
	.navDiv ul li a {
		padding-right: 5px;
		padding-left: 5px;
		font-size: 13.5px;
	}
	.Home_ProBoxDiv {
	    width: 31.6%;
	}
	.Home_ProName a {
        font-size: 16px;
	    font-weight: 600;
	}
	.Home_ProPrice_Now a {
	    font-size: 14px;
	    font-weight: 600;
	}
	.Home_ProPrice_Now a:before {
	    width: 15px;
	    height: 15px;
	    background-size: contain;
		content:none;
	}
	.Home_ProPrice_Left {
		font-size: 18px;
	}
	.Blog_Box_SliderDiv {
	    width: 31%;
	}
	.cus_Rt_Pro_cartDiv .ShopProRep_QTYDiv {
		width: 60%;
	}
	.Payment_petdetail_TopDiv .PetInformation_labelDiv {
		width: 44%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 21%;
	}
	.Rv_Rt_EntDiv_Right {
	    float: right;
	    /*width: 88%;*/
	}
	.Popup_Pro_Orange_TextDiv {
	    font-size: 15px;
	}
	.Popup_Pro_Orange_TextDiv span {
	    font-size: 14px;
	}
}

@media(max-width: 960px) {
	.visit-Table-thDiv {
		font-size: 14px;
	}
	.visit-Table-trDiv {
		font-size: 14px;
	}
	.Proimg_Left_BottomDiv {
		width: 100px;
	}
	.Prodoses_Right_BottomDiv {
		width: 76%;
		margin-left: 0px;
		float: right;
	}
	.SiteMap_BoxDiv {
	    width: 30.1%;
	}
	.SiteMap_Categori_TittleDiv {
	    font-size: 15px;
	}
	.Popup_Pro_imgDiv {
		display: none;
	}
	.Popup_Pro_Content_RightDiv {
	    width: 100%;
	}
	.thanks_ContinueDiv {
	    width: 100%;
	    margin: 10px 0;
	    text-align: center;
	}
	.Products_PopupDiv .thanks_ContinueDiv .red-text { 
		float:none;
	}
	.add-to-popu-del-freqDiv {
		width: 64%;
	}
	.freqDiv2 {
		width: 30%;
		float: right;
	}
	.freqDiv2 .add-to-popup-product-priceDiv {
		width: 40%;
	}
	.freqDiv2 .add-to-popup-input-selectTextDiv {
		width: auto;
	}
	.freqDiv2 .add-to-popup-select-inputText {
		width:80%; 
	    float: right;
	}
	.freqDiv2 .add-to-popup-product-packDiv {
		margin-right: 10px;
	}
	.Auto_Order_Green_BandDiv {
		width: 28%;
	}
	.StaticPages_ContentDiv .Auto_Order_Green_BandDiv img {
		width: 40px;
		margin-top: 8px;
	}
	.Auto_Order_Green_TextDiv {
	    font-size: 14px;
	}
	.Auto_Order_Green_TextDiv span {
	    font-size: 18px;
	}
	.Auto_Order_Discound_BandTextDiv p {
	    font-size: 16px;
	}
	.Auto_Order_Discound_BandTextDiv span {
	    font-size: 17px;
	}
	.serestoPro_BoxDiv .Popup_Pro_imgDiv { display:block;}
	.serestoPro_BoxDiv .Products_PopupDiv .thanks_ContinueDiv .red-text { float:left;}
}

@media(max-width: 950px) {
	.ftr_callDiv {
		width: 100%;
		margin-top: 15px;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 20%;
	}
}

@media(max-width: 934px) { 
	.navDiv ul li a {
		padding-right: 4px;
		padding-left: 4px;
		font-size: 13px;
	}
	.content_LeftDiv {
	    width: 27%;
	}
	.social_iconul {
	    margin-bottom: 15px;
	    width: 100%;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 46.8%;
	}
	.Prodoses_Right_BottomDiv {
		width: 78.5%;
	}
	.PCSTop_BandDiv_1 span.free_shipping {
		display:none;
	}
}

@media(max-width: 905px){
	.Popup_Pro_Orange_BandDiv {
		width: 100%;
	}
	.Popup_Pro_Orange_BandDiv:after {
		display: none;
	}
	.Popup_Pro_Orange_BandDiv img {
		width: 4%;
		margin-top: 0;
	}
	.Popup_Pro_Orange_TextDiv {
	    padding-top: 5px;
	}
	.Popup_Pro_Orange_TextDiv span {
	    font-size: 16px;
	    display: inline-block;
	    padding-left: 5px;
	}
	.Popup_Pro_Orange_BandTextDiv {
	    width: 100%;
	    border-right: 0;
	    margin-left: 0;
	    border-bottom: 1px solid #c4c4c4;
	}
	.Popup_Pro_Orange_DiscountTextDiv {
		width: 100%;
		text-align: center;
	}
	.Popup_Pro_Orange_DiscountTextDiv p {
		display: inline-block;
		padding: 0 10px;
		border-right: 1px solid #c4c4c4;
	}
	.Popup_Pro_Orange_DiscountTextDiv p:last-child {
		border-right: 0;
	}
	.Popup_Pro_ContentDiv {
		padding-top: 1%;
	}
	.add-to-popup-row-bgRightDiv {
		padding-bottom: 0;
	}
	.add-to-popup-Total-priceDiv {
		font-size: 16px;
	}
	.serestoPro_BoxDiv { width:90%; }
	.Pro_claimTittle_NameDiv { font-size:24px;}
	.serestoPro_BoxDiv .Popup_Pro_orderValue_Div {
		float: left;
		width: 100%;
		padding-bottom: 10px;
		padding-top: 7px;
	}
}

@media(min-width: 901px){
	.navDiv ul ul {
		display: none !important;
	}
    /*.navDiv ul li:hover ul {
        display: block !important;
        z-index: 99;
    }
    .navDiv ul ul li {
        float: left;
        clear: left;
        width: 100%;
    }
    .navDiv ul ul li a {
        border-left: 0px solid #47a6ec;
        border-bottom: 1px solid #47a6ec;
        display: block;
    }
    .navDiv ul ul li:first-child a {
        border-left: 0;
        padding: 12px 15px;
    }*/
}

@media(max-width: 900px){
	.menu_toggle {
		display: block;
		color: #fff;
		padding: 7px 0;
		cursor: pointer;
	}
	.bar1, .bar2, .bar3 {
	  width: 30px;
	  height: 4px;
	  background-color: #fff;
	  margin: 4px 0;
	  transition: 0.4s;
	}
	.change .bar1 {
	  -webkit-transform: rotate(-45deg) translate(-7px, 5px);
	  -moz-transform: rotate(-45deg) translate(-7px, 5px);
	  -ms-transform: rotate(-45deg) translate(-7px, 5px);
	  transform: rotate(-45deg) translate(-7px, 5px);
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
	  -webkit-transform: rotate(45deg) translate(-6px, -5px);
	  -moz-transform: rotate(45deg) translate(-6px, -5px);
	  -ms-transform: rotate(45deg) translate(-6px, -5px);
	  transform: rotate(45deg) translate(-6px, -5px);
	}

	.navigation2 {
		display: block;
		float: left;
	}

	.navigation2 .ul.sub-menu {
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		height: 100%;
		width: 80%;
	}

	.Close_toggle {
		display: block;
		color: #fff;
		padding: 0;
		cursor: pointer;
		text-align: right;
		float: right;
		cursor: pointer;
		position: absolute;
		right: 8px;
		top: 7px;
		z-index: 9999;
	}

	.Close_toggle .fa {
		font-size: 36px;
		cursor: pointer;
	}
	.navigation {
		float: left;
		display:none;
	}

	/*.res_menu_scroll {
	    width: 100%;
        height: 80vh;
	    float: left;
	    position: absolute;
	    overflow: scroll;
	    left: 0;
	    right: 0;
	}*/
	.navDiv ul {
		display: none;
		position: absolute;
		background: #333;
		width: 100%;
		margin: 0px 0px 0px -15px;
	    z-index: 99;
	}
	.navDiv ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #fff;
	}
	.navDiv ul li.mb_login {
	    display: block;
	}
    .fixed .navDiv ul li.shopping_cart_menu {
        display: none;
    }
	.navDiv ul li a {
	    padding-right: 15px;
	    padding-left: 15px;
	    font-size: 14px;
	    border-left: 0;
	    color: #fff;
	    display: inline-block;
	}
	.navDiv ul li:first-child a {
		border-left: 0;
		padding-left: 15px;
	}
	.navDiv ul li a .fa-sort-desc {
		float: right;
	}
	/*.navDiv ul li a:hover {
	    background: #1c60a5;
	    color: #fff;
	}*/
	.navDiv ul ul {
		position: static;
		background: #eaeaea;
		padding-left: 0px;
	    margin-left: 0;
		display: none;
	}
	.navDiv ul ul li a {
		color: #333;
		display: block;
	}
	.sub-menu {
		display: none;
	}
	
	.sub-menu li.active {
		background: #1c60a5 !important;
	}
	.multi-sub-menu li.active {
		background: #eaeaea;
	}
	.navDiv ul ul li:hover, .navDiv ul ul li:hover a {
		background: #237cd6;
		color:#fff;
	}
	.sub-menu li.active ul li, 
	.sub-menu li ul li {
		background: #eaeaea !important;
	}
	.multi-sub-menu.subactive {
		display: block;
	}
	.addsign {
		float: right;
		font-size: 14px;
		font-weight: 700;
		font-style: normal;
		color: #fff;
		padding: 12px 15px
	}
	.addsign:before {
		content: "\f067";
		position: relative;
		display: block;
		font-family: FontAwesome;
	}
	.addsign.active:before{
		content: "\f068";
	}
	.navDiv .navigation2 ul li:hover {
		background: #1c60a5;
	}
	.navDiv ul li a:hover {
		background: transparent;
	}
	#myHeader.fixed .navDiv ul li:first-child a, #myHeader.fixed .navDiv ul li:first-child a:hover {
		padding-left: 15px;
	}
	.search-form .searchText {
		width: 300px;
	}

	.PCSTop_BandDiv_1 span {
	    font-size: 16px;
	}
	.PCSTop_BandDiv_1 span > span {
	    font-size: 11px;
	}
	.Top_Band_DiscDiv {
		font-size: 18px;
	}
	.headDiscount {
	    font-size: 18px !important;
	}
	.Top_Band_CouponDiv {
		margin-top: 6px;
	}
	.Top_Band_CouponDiv span {
	    font-size: 14px;
	}
	.PCSTop_BandDiv_3 span {
	    font-size: 18px;
	}
	.PCSTop_BandDiv_3 span > span {
	    font-size: 10px;
	    letter-spacing: 0;
	}
	.logo img {
		width: 350px; 
		margin-top: 0px;
	}
	.header_top_right {
		margin-top:14px;
	}
	.shopping_DesktopDiv.margin_t15 {
		margin-top: 5px;
	}
	.shopping_DesktopDiv .fa-shopping-basket {
		color: #000;
	}
	.shopping_DesktopDiv a, .shopping_DesktopDiv a span.hd_shoppingText {
		color: #000;
	}
	.content_LeftDiv {
	    display: none;
	}
	.Home_BannerDiv {
	    width: 100%;
	}
	.ftr_linkDiv {
	    width: 28.5%;
	}
	.content_RightDiv {
		width: 100%;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 30.9%;
	}
	.Product_justify h1 {
	    margin-bottom: 14px;
	}
	.cuslogin_leftDiv {
		width: 100%;
	}
	.Login_Ph_ChkDiv {
		display: none;
	}
	.cuslogin_RightDiv {
		width: 100%;
		margin-top: 30px;
	}
	.cuslogin_RightDiv .ShopProRep_Input_QTYDiv {
		float: right;
	}
	.cuslogin_RightDiv .cart_update_btn {
		clear: right;
	}
	.cuslogin_RightDiv .cust_SelectWeek_Div select {
		width: 100%;
	}
	.cuslogin_RightDiv .ShopCart_CouponDiv {
		height: auto;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 27%;
	}
	.Dashboardcontent_LeftDiv {
	    width: 100%;
        margin-bottom: 20px;
	}
	.Accmyaccount_click {
	    display: block;
	    width: 100%;
	    height: 44px;
    	line-height: 44px;
    	color: #fff;
	    font-size: 18px;
	    font-weight: 600;
	    padding: 0 3%;
	}
	.Accmyaccount_click .fa-angle-down {
		font-size: 22px;
		vertical-align: middle;
    	font-weight: 600;
    	float: right;
    	padding-top: 11px; 
	}
	.category_LeftDiv, .category_TitleDiv {
		display: none;
	}
	.category_ProLinkDiv ul {
		width: 100%;
	}
	.category_ProLinkDiv li a {
		padding-left: 4%;
		padding-right: 4%;
	}
	.propage_RightDiv {
	    width: 100%;
	}
	.Packsize_Div, .PackDoses_Div {
	    width: 35%;
	}
	.Price_TextDiv, .Price_Div {
		width: 18%;
	}
	.QTY_TextDiv, .QTY_Div {
		width: 30%;
	}
	.Add_Cart {
		float: right;
	}
	.prolanding_LeftDiv {
		display: none;
	}
	.responsive-tabs-Mobile {
	    display: block;
	    margin-top: 30px;
	    padding-top: 30px;
	    width: 100%;
	    float: left;
	    border-top: 1px solid #c4c4c4;
	}
	.responsive-tabs .tabtitle {
	    padding: 10px 20px;
	    font-size: 16px;
	}
	.product_AtDelSelect {
		width: 37.5%;
	}
	.product_AtDelSelect select {
		width: 90%;
	}
	.Static_btn {
		margin: 0;
	}
	.SiteMap_BoxDiv {
	    width: 30.9%;
	}
	.Pay_Successful_leftDiv {
		width: 100%;
	}
	.Pay_Successful_RightDiv {
	    width: 100%;
	    float: left;
	}
	.right_usp .usp_middle {
		margin-bottom:0;
	}
	.COVID19_hdlink {
		margin-top:10px;
	}
}

@media(max-width: 890px) {
	.ShopCart_CouponDiv {
		width: 68%;
	}
	.ShopCart_RewardDiv {
		margin-top: 0;
	}
	.login_RwrdPointsDiv {
	    padding: 7px 0 7px;
	}
	.ShopCart_RwrdP_inputDiv .input_box {
	    width: 100%;
	}
	.ShopCart_RwrdP_inputDiv .button {
	    width: 70px;
	    margin-top: 5px;
	    height: 26px;
    	line-height: 26px;
	}

	.ShopCart_AmountDiv {
		width: 30%;
	}
	.ShopCart_CheckoutBtn {
		width: 30%;
	}
}

@media(max-width: 860px) {
	.ShopProRep_Input_QTYDiv {
		width: 100px;
	}
	.ShopProRep_Input_QTYDiv input[type="text"] {
		width: 30%;
		height: 25px;
	}
	.ShopProRep_Input_QTYDiv input[type="button"] {
	    width: 28px;
	    height: 25px;
	}
	.cart_update_btn {
		width: 100px;
	}
}

@media(max-width: 850px) {
	.Blog_Box_SliderDiv {
	    width: 30.4%;
	}
	.admin_icon {
	    width: 100%;
	    margin-right: 0;
	    border-right: 0;
	}
	.Time_DateDiv {
	    width: 100%;
	    padding-left: 0;
	    padding-top: 5px;
	}
	.Blog_TittleDiv {
	    font-size: 16px;
	}
	.Blog_TittleDiv a {
	    line-height: 22px;
	}
	.overflow_scrollDiv {
		overflow-y: scroll;
	}
	.visit-Order-TableDiv, .visit-Pets-TableDiv, .visit-Order-TableDivdash {
	    width: 850px;
	}
	.tst_Top .Rv_Rt_EntDiv_Left img {
		display: none;
	}
	.tst_Top .Rv_Rt_EntDiv_Right {
	    padding-left: 0;
	    width: 100%;
	}
	.SiteMap_BoxDiv {
	    width: 30.7%;
	}
	.Rv_Rt_EntDiv_Right {
		width: 80%;
	}
}

@media(max-width: 820px) { 
	.Home_ProBoxDiv {
	    width: 31.3%;
	}
	/*.Rv_Rt_EntDiv_Right {
	    width: 85.8%;
	}*/
	.ShopCart_CouponDiv {
	    width: 100%;
        height: auto;
        margin: 10px 0 20px;
	}
	.ShopCart_RwrdP_inputDiv .input_box {
	    width: 60%;
	}
	.ShopCart_AmountDiv {
	    width: 100%;
	}
	.ShopCart_AmtTopDiv {
	    padding: 0 2% 0;
	}
	.final_totalDiv {
		padding-left:2%;
		padding-right:2%;
	}
	.shipping_methodtable .RadioBtnDiv {
	    margin-top: 0;
	}
	.StaticPages_QuesDiv span, .StaticPages_sub_title {
		padding-top:10px;
		display:block;
	}
}

@media(max-width: 800px) {
    .R_contactNo {
        display:block;
    }
    #myHeader.fixed {
        top: 39px;
    }
	.PCSTop_BandDiv_1 {
		display: none;
	}
	.PCSTop_BandDiv_2 {
		width: 100%;
		padding: 0 0 6px;
	}
	.PCSTop_BandDiv_3 {
		width: 37%;
		display: none;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 30.7%;
	}
	.WRd_Review_aggregate small {
	    margin: -3px 4px 0;
	}
	.product_imgDiv {
	    width: 100%;
	}
	.product_DetailRight {
	    width: 100%;
	    margin-left: 0;
	}
	.SiteMap_BoxDiv {
	    width: 30.5%;
	}
	.ShopProRep_Input_QTYDiv {
	    width: 80px;
	}
	.ShopProRep_Input_QTYDiv input[type="button"] {
	    width: 24px;
	}
	.cart_update_btn {
	    width: 80px;
	}
	.shoppacksize_proDiv {
		margin-bottom: 0;
	}
	.PCSTop_MainDiv { 
		padding-bottom:9px;
	}
	.PCSTop_MainDiv.fixed { 
		padding-bottom:10px
	}
	.fixed .PCSTop_BandDiv_2, .PCSTop_BandDiv_2 {
		width:74%
	}
	.fixed .PCSTop_BandDiv_4, .PCSTop_BandDiv_4 {
		width:24%;
		margin-left:0;
	}
	.fixed .PCSTop_BandDiv_4 .shopping_cart_menu, .PCSTop_BandDiv_4 .shopping_cart_menu {
		padding:11px 0 8px;
		width: 64%;
		margin:0;
	}
	.fixed .PCSTop_BandDiv_4 a, .PCSTop_BandDiv_4 a {
		padding:4px 0;
	}
	.uspDiv {
		width: 48%;
		height: 192px;
		margin-left: 3.7%;
	}
	.uspDiv1, .uspDiv2 {
		margin-left:0;
	}
	.suggestion_prd {
		display:none;
	}
	.thanks_ContinueDiv, .UpgradePopupsubmit {
		font-size:14px;
	}
	.Products_PopupDiv .thanks_ContinueDiv .red-text {
		float:left;
	}
	.Products_PopupDiv .Pro_BoxDiv {
		width:80%;
	}
	.Products_PopupDiv .serestoPro_BoxDiv {
		width: 90%;
	}
}

@media(max-width: 780px) { 
	.btn_read_review {
		clear:right;
	}
	.write_reviewBtnDiv {
		clear:right;
	}
	.pull-left.pro_rt_hrew {
		border-bottom:0;
		margin-top: 22px;
	}
	.Product_ReviewDiv .hreview_aggregate .rating {
		margin: 24px 0 0;
	}
	.Product_ReviewDiv .hreview_aggregate small {
		margin-top: 22px;
	}
}

@media(max-width: 768px) { 
	.ftr_linkDiv h3 {
	    font-size: 18px;
	}
	.breadcrumb {
		display: none;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 25%;
	}
	.Pet_imgDiv {
		right: 0;
		left: inherit;
	}
	.Write_Read_Review_BoxDiv {
		margin: 0;
	}
	.WRd_Review_Pro_Content_LeftDiv {
	    width: 100%;
	}
	.WRd_Review_Pro_imgDiv {
	    width: 30%;
	}
	.WRd_Review_Pro_imgDiv img {
	    width: 80%;
	}
	.WRd_Review_TipsDiv {
	    width: 66%;
	    float: right;
	    margin: 0;
	}
	.WRd_Review_Tips_TextDiv {
	    width: 66%;
	    float: right;
	}
	.WRd_Review_Content_RightDiv {
	    width: 100%;
	    margin-top: 20px;
	    border-top: 1px solid #c4c4c4;
	    padding-top: 15px;
	}
	.propage_TopDiv {
	    margin-top: 10px;
	}
	.contact-img {
		float: left;
		width: 100%;
		text-align: center;
	}
	.contact-img img {
		float: none;
	}
	.Contact_information_Box {
		float: left;
		margin: 0;
		padding: 4% 3%;
		width: 100%;
		background: #efefef;
	}
	.content_RightDiv .HmPg_TopProDiv {
		margin-top:10px;
	}
	.FirstNew_Cus span {
		font-size:13px;
	}
	.Top_Band_CouponDiv {
		margin-top: 12px;
	}
	.fixed .PCSTop_BandDiv_4 .shopping_cart_menu {
		padding: 13px 0 8px;
	}
	.PCSTop_MainDiv { 
		padding-bottom:8px;
	}
	.PCSTop_MainDiv.fixed { 
		padding-bottom:10px
	}
	.rating-list {
		width: 100%;
	}
	.rating-from {
		width: 100%;
	}
	.pro_rate__start.cus_rate:not(:checked) > label {
		width: 100%;
	}
}

@media(max-width: 767px) {
	.responsive-tabs .tabtitle {
		width: 100%;
	}
	.tabtitle:after {
	    content: "\f107";
	    font-size: 16px;
	    color: #000;
	    font-family: FontAwesome;
	    float: right;
	}
	.tabtitle.active:after {
	    color: #fff;
	    content: "\f106";
	}
	.responsive-tabs .tab-paragraph {
	    padding: 10px 20px;
	}
	.tab-paragraph p {
	    font-size: 14px;
	    margin: 10px 0;
	}
	.tab-paragraph strong {
	    color: #689f00;
	    font-size: 16px;
	    font-weight: 700;
		display:block;
		padding-top:15px;
	}
	.tab-paragraph span.tab_bds {
	    font-size: 14px;
	    margin-bottom: 10px;
	    font-weight: 700;
	    display: block;
	}
	.tab-paragraph ul li {
	    list-style: disc;
	    margin: 0 0 8px 18px;
	}
	.tab-paragraph .product_content_table td strong {
	    color: #333333;
	    font-size: 14px;
	    font-weight: 700;
	}
	.Pro_BoxDiv {
	    width: 90%;
	}
	/*.Popup_Pro_scroll {
		overflow: scroll;
		height: 50vh;
	}*/
	.Paylg_Odr_Cus {
		font-size: 16px;
	}
	.Paylg_Odr_Cus span {
		font-size: 16px;
	}
	.Pay_Successful_leftDiv .Pay_Billing_FormDiv {
		width:100%;
	}
	.Pay_Successful_leftDiv  .Pay_Odr_ProNameDiv span {
		font-size: 16px;
	}
	.Pay_Successful_leftDiv .Pay_Odr_ProNameDiv {
		font-size:12px;
	}
	.Pay_Successful_leftDiv .Invoice_AutorderDiv {
		font-size:12px;
	}
	.Pay_Successful_leftDiv .Odr_Shop_HeadDiv .ShopHead_ProDiv,
	.Pay_Successful_leftDiv .Pay_Odr_ProNameDiv {
		width: 40%;
	}
	.Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_PriceDiv,
	.Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_QTYDiv,
	.Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_UpayDiv{
		font-size: 14px;
	}
	.Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_UpayDiv,
	.Pay_Successful_leftDiv .Odr_Shop_HeadDiv .ShopHead_PayDiv{
		width: 20%;
	}
	.Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_QTYDiv {
		width:15%;
	}
}

@media(max-width: 761px) { 
	.Rv_Rt_EntDiv_Left {
		width:18%;
	}
}

@media(max-width: 740px) { 
	.HomePage_TopSelDiv span {
	    padding: 0 30px 8px 0;
	    border-bottom: 2px solid #74b101;
	    font-size: 20px;
	    font-weight: 600;
	}
	.Home_ProBoxDiv {
	    width: 48%;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 47%;
	}
	.SiteMap_BoxDiv {
	    width: 30.4%;
	}
}

@media(max-width: 720px) { 
	.Home_ProBoxDiv {
	    width: 47.5%;
	}
	.ftr_linkDiv {
	    width: 27.4%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 23%;
	}
	.Sfriend_LnkTop {
	    line-height: 24px;
	}
	.Rv_Rt_EntDiv_Left {
		width: 70px;
	}
	.Rv_Rt_EntDiv_Right {
	    width: 87%;
	    padding-left: 20px;
	}
	.NlSubscribe_TittleDiv span {
		font-size: 18px;
	}
	.NlSubscribe_TittleDiv small {
		font-size: 16px;
	}
	.NlSubscribe_SuccessTittleDiv span {
		font-size: 18px;
	}
	.NlSubscribe_SuccessTittleDiv small {
		font-size: 16px;
	}
	.QTY_TextDiv, .QTY_Div {
	    width: 26%;
	}
}

@media(max-width: 706px) {
	.Invoice {
		width: 96%;
	}
	.Invoice .logoDiv img {
		width: 300px;
	}
	.Invoice_top_leftDiv span, .Invoice_top_rightDiv span {
		font-size: 14px;
	}
	.Invoice_top_leftDiv, .Invoice_top_rightDiv {
		font-size: 14px;
	}
	.Invoice_TittleDiv  {
		font-size: 22px;
		padding: 8px 0;
	}
	.Invoice .Invoice_Odr_Cus, .Invoice .Invoice_Odr_Cus span {
		font-size: 15px;
	}
	.Invoice .Pay_Billing_Cus {
		font-size: 14px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.Invoice .Odr_Shop_HeadDiv {
		font-size: 14px;
	}
	.Invoice .Pay_Odr_ProNameDiv span {
	    font-size: 18px;
	}
	.Invoice_disclaimerDiv span {
		font-size: 16px;
	}
	.Invoice_disclaimerDiv p, .Invoice_Thanku_ShoppingDiv {
	    font-size: 14px;
	}
	.Invoice .Pay_ShopCart_AmountDiv .Amount_totalDiv {
	    margin: 5px 0;
	    font-size: 14px;
	}
	.Invoice .Pay_ShopCart_AmountDiv .Amount_totalDiv span {
	    font-size: 15px;
	}
	.Invoice .Pay_ShopCart_AmountDiv .final_totalDiv span {
	    font-size: 16px;
	}
	.Invoice .Pay_ShopCart_AmountDiv .final_totalDiv {
	    padding: 5px 0 5px 3%;
	}
}

@media(max-width: 700px) {
	.pro_rt_hrew {
	    margin-bottom: -43px;
	    padding-bottom: 47px;
	    font-size: 20px;
	}
	.hreview_aggregate .pro_rt_hrew_rat {
		clear: left;
		margin-left: 30px;
	}
	.hreview_rt_hrew_rat small {
		float: left;
	}
	.ftr_middleDiv {
		margin-top: 15px;
		/*position: relative;
		z-index: 99;*/
	}
	.ftr_linkDiv {
	    width: 100%;
	    margin-right: 0;
	}
	.ftr_linkDiv h3 {
	    border-bottom: 0;
	    background: #74b101;
	    padding: 10px;
	    margin-bottom: 10px;
	    cursor: pointer;
	    color: #fff;
	    font-weight: 400;
	}
	.ftrul_title:after {
	    content: "\f107";
	    font-size: 18px;
	    color: #fff;
	    font-family: FontAwesome;
	    float: right;
	}
	.ftrul_title.active:after {
	    color: #fff;
	    content: "\f106";
	}
	.ftrul_link {
		display: none;
	}
	.ftrul_link.active {
		display: block;
		border: 1px solid #fff;
    	margin: -10px 0 10px;
   	    padding: 0 20px 20px;
    	background: #fff;
	}
	.ftr_socialDiv {
		margin-top: 15px;
	}
	.SiteMap_BoxDiv {
	    width: 46.8%;
	}
}

@media(max-width: 690px) {
	.ShopCart_HeaderDiv {
		display: none;
	}
	.ShopCart_ProRepeatDiv:first-child {
		border-top: 0;
	}
	.ShopProRep_ProDiv {
		width: 100%;
	}

	.mycart_PetdetailDiv {
	    bottom: 0;
	    position: inherit;
	    float: right;
	    padding: 0 18% 0 0;
        width: 100%;
	}
	.mycart_PetdetailDiv select {
		width: 63.5%;
		display: inherit;
		float: right;
	}

	.ShopCart_ProRepeatDiv {
		padding-bottom: 3%;
	}
	.ShopProRep_PriceDiv {
		width: 24%;
		text-align: center;
		margin-top:18px; 
	}
	.ShopProRep_QTYDiv {
		width: 40%;
		text-align: center;
		margin-top:15px;
	}
	.ShopProRep_UpayDiv {
		width: 20%;
		text-align: right;
		margin-top:18px;
	}
	.ShopProRep_PriceDiv span, .ShopProRep_QTYDiv span, .ShopProRep_UpayDiv span {
		display: block;
		padding: 0 0 12px;
	}
	.cart_update_btn {
	    width: 80px;
	    float: none;
	    margin: 0 auto;
	}
	.ShopProRep_RemoveDiv {
		margin-top: 15px;
	}
	.reward_table {
	    margin-bottom: 0px;
	    overflow: scroll;
	    width: 100%;
	}
	.reward_table table {
	    width: 690px;
	}
	.cuslogin_RightDiv .cart_update_btn {
		float: right;
	}
	.Pay_Successful_leftDiv .ShopProRep_QTYDiv span {
		display:none;
	}
	.cust_RepPro_Div.ShopCart_freeProDiv .ShopProRep_QTYDiv { text-align:right;}
	
}

@media(max-width: 683px) {
	.shipping_methodtable {
		padding-top:10px; 
	}
}

@media(max-width: 660px) { 
	.Subscribe_Get {
		width: 100%;
		padding-top: 0;
	    padding-left: 10%;
	}
	.Subscribe_Get span {
	    font-size: 16px;
	    display: inline-block;
	    text-transform: unset;
	}
	.ftr_callTextDiv {
	    margin-left: 10px;
	}
	.CopyRight_TextDiv {
	    font-size: 14px;
	    width: 100%;
	    text-align: center;
	}
	.CopyRight_RightDiv {
	    width: 100%;
	    text-align: center;
	    margin-top: 12px;
	    margin-bottom: 7px;
	}
	.CopyRight_RightDiv ul {
	    width: 100%;
	    text-align: center;
	    display: table;
	}
	.CopyRight_RightDiv ul li {
	    float: none;
	    display: inline-block;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 46.7%;
	}
	.RETlogin_FormDiv, .Newcuslogin_FormDiv {
		width: 100%;
	}
	.Newcuslogin_FormDiv {
		margin-top: 30px;
	}
	.newcusmb_FormDiv {
		margin-top: 0;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 20%;
	}
	.Ref_ProName {
	    width: 54%;
	}
	.Ref_Date {
	    width: 20%;
	}
	.modal_refer_content {
		width: 90%;
	}
	.aad_more_friend .button, .modal_refer_footer .button, .modal_refer_left .button {
	    font-size: 14px;
	    line-height: 23px;
	    font-weight: 600;
	    height: 36px;
	}
	.Share_Facebook_btn .button {
	    font-size: 14px;
	    line-height: 23px;
	    font-weight: 600;
	    height: 36px;
	}
	.prolanding_BdrBox {
		margin-top: 0;
	}
	.product_PriceTop {
		padding: 10px 0;
	}
	.prolanding_BdrBox h1 {
	    font-size: 18px;
	}
	.pro_priNleft span {
    	font-size: 24px;
	}
	.pro_rattingNTop {
		margin: 10px 0; 
	}
	.product_inputBottom {
	    margin: 0 0 15px;
	    padding: 0 0 10px;
	}
	.product_PriceBottom {
		margin-top: 10px;
	}
	.commission_junction_RightDiv {
		height: 87px;
	}
	.tst_Top .review_rating_entry {
	    margin: 0;
	}
	.TopTowRev {
		width: 100%;
	    min-height: auto;
	    padding: 0 2%;
	}
	.TopTowRev:last-child {
	    margin-top: 10px;
	}
	.SiteMap_BoxDiv {
	    width: 46.6%;
	}
    .toggle-password {
        right: 35px;
    }
}

@media(max-width: 650px) {
	.accept_cardDiv {
		width: 50%;
		margin-top: 5px;
	}
	.accept_cardDiv ul li span {
	    padding-top: 6px;
	}
	.accept_cardDiv ul li img {
		width: 50px;
	}
	.Acc_Crt_Right_MyDiv {
		width: 50%;
	}
	.Pay_Successful_leftDiv .Odr_Shop_HeadDiv .ShopHead_ProDiv, .Pay_Successful_leftDiv .Pay_Odr_ProNameDiv {
		width: 100%;
	}
	
	.Pay_Successful_leftDiv .Invoice_AutorderDiv {
		padding-top:10px;
		width:100%;
		border-bottom: 1px solid #f1f1f1;
		padding-bottom: 10px;
	}
	
	.Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_PriceDiv, .Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_QTYDiv, .Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv .ShopProRep_UpayDiv {
		width:33.33%;
		margin-top:15px;
	}
	.Pay_Successful_leftDiv .ShopHead_PriDiv,
	.Pay_Successful_leftDiv .ShopHead_QTYDiv, 
	.Pay_Successful_leftDiv .ShopHead_PayDiv {
		display:none;
	}
	.Pay_Successful_leftDiv .Pay_ShopCart_AmountDiv {
		margin: 0;
	    border-top: none;
	}

}

@media(max-width: 640px) { 
	.PCSTop_BandDiv_3 img {
	    margin-right: 2px;
	    width: 24px;
	}
	.logo img {
	    width: 300px;
	}
	.shopping_DesktopDiv {
	    margin-top: 10px;
	}
	.shopping_DesktopDiv a {
	    font-size: 14px;
	}
	.shopping_DesktopDiv .fa-shopping-basket {
		font-size: 22px;
	}
	.Blog_Box_SliderDiv {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 40px;
	}
	.Blog_Box_SliderDiv:first-child {
	    margin-left: 0;
	    margin-top: 0;
	}
	.Blog_TittleDiv {
		padding-top: 0;
	}
	.HomePage_BlogDiv .HomePage_TopSelDiv span {
		font-size: 20px;
	}
	.ftr_iconDiv ul li:last-child {
	    clear: left;
	    padding-top: 10px;
	}
	.referfriends_page_title h1 {
	    font-size: 30px;
	    line-height: 36px;
	}
	.great_review_TextDiv {
		font-size: 14px;
	}
	.NlSubscribe_TittleDiv small {
	    display: block;
	    padding-left: 24px;
	}
	.NlSubscribe_SuccessTittleDiv small {
	    display: block;
	    padding-left: 24px;
	}
	.Affiliates_RightDiv {
	    padding: 0;
	}
	.commission_junction_RightDiv {
		height: 84px;
	}
	.SiteMap_BoxDiv {
	    width: 46.5%;
	}
	.PetInformation_labelDiv {
	    width: 53%;
	}

	.Auto_Order_Green_BandDiv {
	    width: 100%;
	    padding: 8px 2%;
	    text-align: center;
	}
	.Auto_Order_Green_BandDiv:after {
		display: none;
	}
	.Auto_Order_Green_TextDiv {
		margin-top: 4px;
		float: none;
	    display: inline-block;
	}
	.Auto_Order_Green_TextDiv, .Auto_Order_Green_TextDiv span {
	    font-size: 18px;
	    display: inline-block;
	    padding-left: 5px;
	    font-weight: 700;
	}
	.StaticPages_ContentDiv .Auto_Order_Green_BandDiv img {
	    width: 40px;
	    margin-top: 0;
	    float: none;
	    display: inline-block;
	}
	.Auto_Order_Discound_BandTextDiv {
	    margin-top: 0;
	    padding: 5px 0;
	    float: left;
	    width: 100%;
	}
	.Auto_Order_Discound_BandTextDiv p {
	    padding: 2px 0;
	}
	.Auto_AnsDiv b {
	    font-size: 20px;
	    margin: 24px 0 14px;
	}
	.StaticPages_QuesDiv span {
	    font-size: 18px;
	}
	.Proimg_Left_BottomDiv {
		width: 250px;
		margin:0 auto;
		float:none;
	}
	.Prodoses_Right_BottomDiv {
		width: 96%;
	}
	.Products_PopupDiv .thanks_ContinueDiv .red-text {
		float:left;
		width:100%;
		margin-top:10px;
	}
	.thanks_ContinueDiv .add-to-popup-cartbtnDiv {
		width:100%;
	}
	.thanks_ContinueDiv .add-to-popup-cartbtnDiv input[type="submit"] {
		width:100%;
	}
}

@media(max-width: 620px) { 
	.write_reviewBtnDiv {
		clear: left;
	    margin-top: 10px;
	}
	.pull-left.pro_rt_hrew {
		margin-top:0;
	}
	.Product_ReviewDiv .hreview_aggregate .rating,
	.Product_ReviewDiv .hreview_aggregate small {
		margin-top:2px;
	}
}

@media(max-width: 600px) { 
	.PCSTop_BandDiv_2 {
	    padding-top: 0;
	}
	.Top_Band_DiscDiv {
	    /*padding: 0;*/
	}
	.PCSTop_BandDiv_3 {
		border-left: 0;
	}
	.Subscribe_Get {
	    padding-left: 12%;
	}
	.ftr_link_lastDiv {
		margin-bottom: 0;
		clear: left;
	}
	.ftr_iconDiv ul li {
		padding-right: 15px;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 46.4%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 17%;
	}
	.Payment_petdetail_TopDiv .PetInformation_labelDiv {
	    width: 43%;
	}
	.customer_imgDiv {
	    width: 100px;
		height:100px;
	}
	.visit-Order-detail-bottomDiv .wd3 {
	    width: 32%;
	}
	.visit-Order-placedDiv {
	    width: auto;
	    float: left;
	    margin-top: 20px;
	}
	.Rv_Rt_EntDiv_Left {
	    display: none;
	}
	.Rv_Rt_EntDiv_Right {
	    width: 100%;
	    padding-left: 0;
	}
	.rating-snapshots .rating-average .average-rating-value {
		font-size: 130px;
	}
	.rating-snapshots .rating-filter {
		width: 60%;
	}
	.StaticPages_ContentDiv img {
	    float: none;
	    margin: 0 auto 25px;
	    display: block;
	}
	.Static_list ul li img {
	    display: inline-block;
	}
	.commission_junction_leftDiv, .commission_junction_RightDiv {
		width: 100%;
	}
	.commission_junction_leftDiv img {
		margin-bottom: 0;
	}
	.Our_Guarantee_TextDiv span img {
	    float: left;
	    width: 60px;
	}
	.Our_Guarantee_TextDiv p {
		margin-left: 70px;
		margin-bottom: 0;
	}
	.testReadBox .Rv_Rt_EntDiv {
	    padding: 16px 0;
	}
	.testReadBox .Rv_Rt_EntDiv:first-child {
	    margin-top: 0;
	}
	.SiteMap_BoxDiv {
	    width: 46.3%;
	}
	.Frgt_passlabDiv {
	    width: 100% !important;
	    margin-bottom: 0;
	}
	.Frgt_passBtnDiv {
	    margin-top: 10px;
	    width: 100%;
	    text-align: center;
	}
	.ShopCart_CheckoutBtn {
	    width: 30%;
	    font-size: 16px;
	}
	.ShopCart_Btn_BottomDiv .keepShoppingBtn {
		font-size: 16px;
		width: 30%;
	}
	.home_usp .usp_middle {
		margin:0;
	}
	.home_usp .uspDiv {
		width:100%;
		margin-left:0;
		height:auto;
	}
}

@media(max-width: 580px) {
	.Home_ProBoxDiv {
	    width: 47%;
	}
	.Packsize_Div, .PackDoses_Div {
	    width: 34%;
	}
	.QTY_TextDiv, .QTY_Div {
	    width: 25%;
	}
	.Invoice_top_leftDiv, .Invoice_top_rightDiv {
	    width: 100%;
	}
	.Invoice_top_rightDiv {
	    margin-top: 3px;
	}
	.Invoice .Pay_Odr_ProNameDiv {
		font-size: 13px
	}
	.Invoice .Pay_Odr_ProNameDiv span {
	    font-size: 16px;
	}
	.Invoice .Pay_Odr_ProRepeatDiv {
		font-size: 14px
	}
	.Invoice .Invoice_AutorderDiv {
	    padding-top: 4px;
	    font-size: 13px;
	}
	.Invoice .Odr_Shop_HeadDiv .ShopHead_QTYDiv {
	    width: 14%;
	}
	.Invoice .Odr_Shop_HeadDiv .ShopHead_PayDiv {
	    width: 16%;
	}
	.Invoice .Pay_Odr_ProRepeatDiv .ShopProRep_QTYDiv {
	    width: 12%;
	}
	.Invoice .Pay_Odr_ProRepeatDiv .ShopProRep_UpayDiv {
	    width: 18%;
	}
	.SiteMap_TopLinkDiv ul li a {
		font-size: 15px;
	}
	.ShopCart_CouponDiv_left {
		width: 100%;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 78%;
	    font-size: 14px;
	}
	.ShopCart_Coupon_InputDiv .apply_coupon {
		width: 100px;
	}
	.Applied_DiscountDiv {
	    width: 100%;
	    margin: 5px 0 0 5px;
	    font-size: 14px;
	}
	.ShopCart_RewardDiv {
	    margin-top: 4%;
	    width: 100%;
	}
	.accept_cardDiv ul li {
	    margin: 0 10px 0 0; 
	}
	.add-to-popup-cartbtnDiv a, .add-to-popup-cartbtnDiv input[type="submit"] {
		width:63%;
	}
	.rating-page {
		padding: 0 15px;
	}
}

@media(max-width: 560px) { 
	.logo img {
	    margin-top: 0;
	    width: 250px;
	}
	.shopping_DesktopDiv {
	    margin-top: 0;
	}
	.shopping_DesktopDiv.margin_t15 {
	    margin-top: -4px;
	}
	.shopping_DesktopDiv a span.hd_shoppingText {
		display: none;
	}
	.shopping_DesktopDiv .fa-shopping-basket {
	    font-size: 22px;
	    margin: 10px 0 0 -34px;
	}
	.ftr_iconDiv ul li {
	    padding-right: 10px;
	}
	/*.open_serchBox {
		display: none;
	}*/
	.header_search {
		display: block !important; 
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 46.2%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 16%;
	}
	.PetInformation_labelDiv {
	    width: 41.8%;
	}
	.Sfriend_social_Links ul li a {
	    height: 60px;
	    width: 60px;
	    line-height: 64px;
	}
	.Sfriend_social_Links ul li a .fa {
	    font-size: 22px;
	}
	.Sfriend_LnkTop {
	    font-weight: 600;
	    font-size: 17px;
	}
	.unique_title_buttom {
	    padding-top: 0px;
	    font-size: 20px;
	    line-height: 20px;
	}
	.referfriends_page_title h1 {
	    font-size: 26px;
	    line-height: 30px;
	}
	.sharing-instructions p {
	    font-size: 14px;
	    letter-spacing: 0;
	}
	.Share_Facebook_border p, .Share_Twitter_box p {
	    font-size: 14px;
	    letter-spacing: 0;
	}
	.review_helpfulDiv_Right {
	    float: left;
	    width: 100%;
	    margin: 8px 0 0;
	}
	.Right_hreview small {
	    font-weight: 500;
	    font-size: 13px;
	    margin-left: 0;
	    float: left;
	    clear: left;
		padding-bottom:10px;
	}
	.SiteMap_TopLinkDiv ul li {
	    width: 100%;
	}
	.SiteMap_BoxDiv {
	    width: 46%;
	}
	.Right_hreview small {
		
	}
	.ftr_linkDiv h3 {
		font-size: 16px;
	}
	.header_top_right {
		margin-top: 6px;
	}
	.Pro_claimTittle_NameDiv {
		font-size: 20px;
	}
	.serestoPro_BoxDiv .Popup_Pro_ContentDiv {
		background: #e2e2e2;
		overflow: scroll;
	}
	.seresto_ProductBoxOverflowDiv {
		width:700px;
		overflow:auto;
		float:left;
	}
}

@media(max-width: 560px) { 
	.sweet-alert {
		height:480px !important;
		overflow:scroll !important;
		margin-top: -230px !important;
	}
}
@media(max-height: 480px) { 
	.sweet-alert {
		height:340px !important;
		margin-top: -180px !important;
	}
}

@media(max-width: 530px) {
	.ftr_socialDiv ul li {
	    margin: 0 10px 0 0;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 46%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 14%;
	}
	.Ref_RepDiv {
		padding-right: 2%;
		padding-left: 2%;
	}
	.NlSubscribe_TittleDiv small {
	    font-size: 14px;
	}
	.NlSubscribe_SuccessTittleDiv small {
	    font-size: 14px;
	}
	.Proimg_Left_BottomDiv {
	    width: 15%;
	}
	.Prodoses_Right_BottomDiv {
	    width: 95%;
	}
	.product_radioselect {
	    width: 80%;
	}
	.select_radioBtn[type="radio"] + label {
		width: 100%;
	}
	.product_AutoDeliveryDiv {
	    display: table;
	    width: 100%;
	    margin: 15px 0 10px;
	    padding-bottom: 0;
	}
    .prolanding_BdrBox .Add_Cart a, .prolanding_BdrBox .Add_Cart input[type="submit"] {
        font-size: 14px;
        width: 26%;
        padding: 6px 0;
    }
	.display_TableDiv {
		display: inherit;
		float: left;
	}
}

@media(max-width: 520px) { 
	.PCSTop_BandDiv_3 {
	    width: auto;
	}
	.Subscribe_Get {
	    padding-left: 13%;
	}
	.Login_Ph_ChkDiv {
		display: none;
	}
	.WRd_Review_Pro_imgDiv {
	    width: 70%;
	    float: none;
	    margin: 0 auto;
	}
	.WRd_Review_TipsDiv {
	    width: 100%;
	    margin-top: 30px;
	}
	.WRd_Review_Tips_TextDiv {
	    width: 100%;
	}
	.Add_Cart {
	    width: 80px;
	}
	.Add_Cart .add_cart_btn {
		width: 80px;
	}
	.ProductName_TittleDiv {
		padding-bottom: 8px;
	}
	.ProductName_TittleDiv span {
	    /*border-bottom: 2px solid #000000;*/
	    font-size: 22px;
	}
	.landingFaq_TittleDiv {
		margin-top: 10px;
	}
	.landingFaq_TittleDiv span {
		font-size: 20px;
	}
	.dashboard_reward {
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #c4c4c4;
		padding: 0px 0 5px 0;
    	margin-bottom: 5px;
	}
	.dashboard_reward:last-child {
	    border-bottom: none;
	}
	.Affiliates_leftDiv {
	    width: 100%;
	}
	.Affiliates_leftDiv img {
	    float: left;
	}
	.Affiliates_RightDiv .statix_ul_div{
	    margin-left: 0;
	}
	.Testimonial_40 .lg_inputDiv {
	    width: 100%;
	}
	.Testimonial_40 .input_box {
		width: 100%;
	}
	.Testimonial_40 .lg_input_textareaDiv .input_box_textArea {
		width: 100%;
		height: 100px;
	}
	.SiteMap_BoxDiv {
	    width: 45.8%;
	}
	.Pro_Tittle_NameDiv {
		font-size: 16px;
		padding: 10px 10px 5px;
	}
	.Pro_Tittle_NameDiv span {
	    font-size: 15px;
	}
	.Popup_Pro_Orange_TextDiv {
	    padding-top: 0;
	}
	.delivery-frequency-TitleDiv {
		font-size: 15px;
	}
	.Pay_Successful_leftDiv .Pay_Billing_Cus {
		font-size: 14px;
	}
	.Pay_Successful_leftDiv .Pay_Odr_ProRepeatDiv, .Pay_Successful_leftDiv .Odr_Shop_HeadDiv {
		font-size: 14px;
	}
	.Pay_Successful_leftDiv .Pay_ShopCart_AmountDiv .Amount_totalDiv {
		font-size: 14px;
	}
	.Pay_Successful_leftDiv .Pay_ShopCart_AmountDiv .Amount_totalDiv span {
		font-size: 14px;
	}
	.Pay_Successful_leftDiv .keepShoppingBtn {
		font-size: 16px;
		width: 150px;
	}
	.Pay_Successful_leftDiv .ViewInvoicebuttons {
		font-size: 16px;
		width: 140px;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 77%;
	}
	.accept_cardDiv {
	    width: 100%;
	    margin-top: 5px;
	}
	.Acc_Crt_Right_MyDiv {
	    width: 100%;
	    margin-top: 8px;
	}
	.Search_ProductInfor_labelDiv .input_box {
		width: 66%;
	}
	.Search_ProductInfor_labelDiv .Submit-infoBtn {
		width: 30%;
	    font-weight: 600;
	    font-size: 16px;
	}
	.Browse_AlphabeticalDiv ul li {
	    padding: 8px 5px;
	}
	.Browse_AlphabeticalDiv ul li a {
	    font-size: 18px;
	    line-height: 18px;
	}
	.Popup_Pro_Orange_DiscountTextDiv p {
		border-right: 0;
	}
	.Popup_Pro_ScrollDiv {
		height: 100px;
		overflow: auto;
	}
	.fixed .PCSTop_BandDiv_4 .shopping_cart_menu,
	.PCSTop_BandDiv_4 .shopping_cart_menu {
		width: 80%;
	}
	.Billing_InputFormDiv .squaredOne input[type=checkbox]:checked + label:after, 
	.CheckOut_NLDiv .squaredOne input[type=checkbox]:checked + label:after {
		left: -2px;
	}
}

@media(max-width: 507px) { 
	.fixed .PCSTop_BandDiv_4 {
		width:24%;
		margin-left:0;
	}
	.fixed .PCSTop_BandDiv_4 a {
		padding:4px 0;
	}
}

@media(max-width: 500px) { 
	.logo {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.right_header {
		width:100%;
		text-align:center;
	}
	.header_top_right {
		float:none;
		margin-top:15px;
	}
	.afterlogin_iconDiv, 
	.logout_iconDiv {
		float:none;
		display:inline-block;
	}
	.HmPg_TopProDiv {
		width: 100%;
		margin-left: 0;
	}
	.Home_ProBoxDiv {
	    width: 100%;
	    margin-left: 0;
	}
	.content_RightDiv .Home_ProBoxDiv {
		width: 100%;
		margin-left: 0;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
		margin-left: 10%;
	}
	.Payment_petdetail_TopDiv .PetInformation_labelDiv {
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
	.Payment_petdetail_TopDiv .cust_SelectWeek_Div select {
		width: 100%;
	}
	.squaredOne label {
		width: 300px;
		padding-left: 25px;
	    text-indent: inherit;
	}
	.Update_ProfileDiv .squaredOne label span {
		width: 100%;
	}
	.Ref_ProName {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.Ref_autoDelivery {
		width: 50%;
		text-align: left;
	}
	.Ref_Date {
	    width: 48%;
	}
	.Proimg_Left_BottomDiv {
	    width: 100%;
        text-align: center;
	}
	.Proimg_Left_BottomDiv img {
	    width: 180px;
	}
	.Prodoses_Right_BottomDiv {
	    width: 95%;
	}
	.ProductName_TableDiv h3 {
	    font-size: 14px;
	}
	.rating-snapshots .rating-average {
	    margin-right: 20px;
	}
	.rating-snapshots .rating-filter {
	    width: 70%;
	}
	.product_AtDelSelect {
	    width: 62%;
	}
    .prolanding_BdrBox .Add_Cart a, .prolanding_BdrBox .Add_Cart input[type="submit"] {
        width: 32%;
    }
	.freeShippingText {
		width: 64%;
	}
	.SiteMap_CategoriesDiv {
	    width: 100%;
	    margin-left: 0;
	}
	.SiteMap_BoxDiv {
	    width: 100%;
	    margin-left: 0;
	}
	.SiteMap_Categori_TittleDiv {
	    font-size: 16px;
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.ShopProRep_ImgDiv {
		width: 100%;
		text-align: center;
	}
	.ShopProRep_ImgDiv img {
		width: 150px;
	}
	.ShopProRep_ProNameDiv {
	    padding: 2% 0 0 0;
	    width: 100%;
	}
	.mycart_PetdetailDiv {
	    float: left;
	    padding: 0;
	    width: 100%;
	}
	.mycart_PetdetailDiv select {
	    width: 100%;
	    display: inherit;
	    float: left;
	}
	.ShopProRep_ProNameDiv select {
		width: 100%;
	}
	.ShopProRep_RemoveDiv {
	    margin-top: 0;
	    position: absolute;
	    right: 10px;
	    top: 10px;
	    background: #e3e3e3;
	    width: 30px;
	    height: 30px;
	    line-height: 31px;
	    border-radius: 100px;
	}
	.ShopProRep_RemoveDiv .fa {
		font-size: 18px;
	}
	.ShopProRep_UpayDiv {
	    width: 20%;
	}
	.ShopProRep_QTYDiv {
	    width: 50%;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 76%;
	}
	.ShopCart_Btn_BottomDiv {
		margin-top: 20px;
	}
	.ShopCart_CheckoutBtn {
	    width: 40%;
	}
	.ShopCart_Btn_BottomDiv .keepShoppingBtn {
		width: 40%;
	}
	.share_type {
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    font-size: 20px;
	}
	.share_type sup {
	    font-size: 18px;
	    vertical-align: super;
	    font-weight: 600;
	}
	.share_col::before {
	    right: 0;
	    top: 16px;
	    font-size: 20px;
	}
    .outstock .stock_section {
        width: 100%;
    }
    .outstock p {
        font-size: 18px;
        padding-top: 20px;
        line-height: 24px;
    }
	.ShopProRep_RemoveDiv a { 
		font-size: 16px;
	}
	.uspDiv {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-top:20px;
	}
	.uspDiv1 {
		margin-top:0;
	}
	.fixed .PCSTop_BandDiv_2, .PCSTop_BandDiv_2 {
		width: auto;
	}
}

@media(max-width: 489px) { 
	.shipping_methodtable .RadioBtnDiv ul li { 
		margin:5px 0;
	}
	.fixed .PCSTop_BandDiv_2 {
		padding-top: 4px;
		padding-bottom: 0;
	}
	.fixed .PCSTop_BandDiv_4, .PCSTop_BandDiv_4 {
		width: 23%;
	}
	.fixed .PCSTop_BandDiv_4 .shopping_cart_menu, .PCSTop_BandDiv_4 .shopping_cart_menu {
		width: 89%;
	}
	/*.fixed .PCSTop_BandDiv_2 {
		width: 70%;
	}*/
	.fixed .Top_Band_DiscDiv, .Top_Band_DiscDiv {
		font-size: 16px;
	}
	.fixed .headDiscount, .headDiscount {
		font-size: 16px !important;
	}
	.fixed .Top_Band_CouponDiv, .Top_Band_CouponDiv {
		margin-top: 9px;
	}
}

@media(max-width: 480px) { 
	#myHeader.fixed {
	    top: 38px;
	}
	.Top_Band_DiscDiv {
	    font-size: 16px;
	}
	.headDiscount {
	    font-size: 16px !important;
	}
	.Top_Band_CouponDiv {
		margin-top: 10px;
	}
	.Top_Band_CouponDiv span {
	    font-size: 12px;
	}
	.logo img {
	    width: 250px;
	}
	.search-form .searchText {
	    width: 250px;
	}
	.Subscribe_Get {
	    padding-left: 14%;
	    font-size: 15px;
	}
	.Subscribe_Get span {
	    font-size: 15px;
	}
	.Payment_ul {
		display: none;
	}
	.Share_email {
	    padding-top: 24px;
	}
	.referfriends_col {
	    width: 100%;
	}
	.refe_col_1 .input_box {
	    width: 91%;
	}
	.referfriends_email_form_collection .input_box {
	    margin-bottom: 10px;
	}
	.pro_rt_hrew {
	    margin-bottom: -66px;
	    padding-bottom: 70px;
	    font-size: 18px;
	}
	.hreview_rt_hrew_rat small {
	    clear: left;
	    margin: 4px 0 0 32px;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 75%;
	}
    .R_contactNo {
        letter-spacing: 1.8px;
        padding: 10px 2%;
        font-size: 20px;
    }
    .R_contactNo span {
        font-size: 12px;
        padding-left: 0;
        display: block;
        letter-spacing: 0;
    }
	.add-to-popup-cartbtnDiv a, .add-to-popup-cartbtnDiv input[type="submit"] {
		width:78%;
	}
}

@media(max-width: 460px) {
	.ftr_linkDiv {
	    width: 100%;
	    margin-right: 0;
	}
	.ftr_socialDiv {
	    float: left;
	    width: 100%;
	}
	.EmailRegister input[type="text"] {
		width: 200px;
	}
	.Subscribe_Get {
	    padding-left: 0;
	    font-size: 14px;
	    text-align: center;
	}
	.Subscribe_Get span {
	    font-size: 14px;
	}
	.Payment_DetailDiv {
		margin: 0;
	}
	.Payment_DetailDiv .lgn_mailDiv {
	    width: 100%;
	    margin-left: 0;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
	    margin-left: 27%;
	    margin-top: 0;
	}
	.customer_imgDiv {
	    width: 100px;
	    text-align: center;
	    margin: 0 auto;
	    display: block;
	    float: none;
	}
	.customer_Visit_TextDiv {
		width: 100%;
		margin-top: 15px;
	}
	.my_accont_changeDiv a, .my_accont_changePassDiv a {
		font-size: 14px;
	}
	.Update_ProfileTittleDiv span {
	    font-size: 16px;
	    font-weight: 600;
	}
	.Update_ProfileTittleDiv a {
		font-size: 14px;
	}
	a.Back_myaccount, a.Back_viewcart {
	    padding-left: 15px;
	    padding-right: 15px;
	    font-size: 14px;
	    font-weight: 600;
	}
	.Pay_getDiscount_TittleDiv span, .Pay_getDiscount_TittleDiv span {
		font-size: 16px;
	    font-weight: 600;
	}
	.rating-snapshots .rating-average {
		margin-right: 20px;
		width:20%;
	}
	.rating-snapshots .rating-average p {
		float: left;
		margin-top: 20px;
    	margin-right: 20px;
	}
	.rating-snapshots .rating-average .average-rating-value {
	    font-size: 80px;
	    line-height: 80px;
	}
	.rating-snapshots .rating-filter {
	    width: 70%;
	    margin-bottom: 20px;
		float:right;
	}
	.rating-snapshots .rating-filter p {
	    margin-bottom: 10px;
	}
	.rating-snapshots .rating-filter .rating-filter-item .rating-filter-overview {
		width:120px;
	}
	.right_header {
		width:100%;
	}
	.COVID19_hdlink {
		text-align:center;
	}
	.logo {
		float: none;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.COVID19_hdlink {
		width:100%;
	}

	.sweet-alert .sa-icon.sa-success .sa-placeholder {
		width: 50px !important;
		height: 50px  !important;
	}

	.sweet-alert .sa-icon {
		width: 50px !important;
		height: 50px !important;
		margin-bottom:10px !important;
		margin-top:10px !important ;
	}

	.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
		width: 15px !important;
		left: 8px !important;
		top: 28px !important;
	}

	.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
		width: 24px !important;
		right: 10px !important;
		top: 25px !important;
	}

	.sweet-alert .sa-icon.sa-success .sa-fix {
		background-color: transparent !important;
	}

	.sweet-alert h2 {
		font-size: 20px !important;
		margin: 10px 0 !important;
		line-height: 27px !important;
	}
}	

@media(max-width: 450px) {
	.Invoice .Invoice_Odr_noBottomDiv {
	    width: 100%;
        margin-bottom: 15px;
	}
	.Invoice .Invoice_Odr_Custittle {
		width: 100%;
	}
	.Invoice .Invoice_Odr_Cus {
		padding-bottom: 5px;
	    font-size: 13px;
	}
	.Invoice .Pay_Billing_FormDiv {
		margin-top: 5px;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 73%;
	}
	.PCSTop_MainDiv {
		padding-bottom: 4px;
	}
	.fixed .PCSTop_BandDiv_2, .PCSTop_BandDiv_2 {
		width: 64%;
		padding-top: 0;
	}
	.fixed .Top_Band_CouponDiv, .Top_Band_CouponDiv {
		border-left:0;
		margin-left:0;
		margin-top:7px;
	}
	.fixed .PCSTop_BandDiv_4, .PCSTop_BandDiv_4 {
		width: 33%;
	}
	.fixed .PCSTop_BandDiv_4 .shopping_cart_menu, .PCSTop_BandDiv_4 .shopping_cart_menu {
		padding: 7px 0 8px;
		width: 90%;
	}
	.fixed .PCSTop_BandDiv_4 a, .PCSTop_BandDiv_4 a {
		padding: 14px 0;
	}
	.ShareInvoice_inputBox .input_box {
		width: 100%;
		float: left;
		margin: 0 0 10px;
	}
	.ShareInvoice_btn {
		width: 100%;
		margin-left: 0;
	}
}

@media(max-width: 420px) {
	.EmailRegister input[type="button"] {
		font-size: 14px;
	    width: 84px;
	}
	.Subscribe_Get {
	    text-align: right;
	    width: 98%;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
	    margin-left: 24%;
	}
	.Pet_Info_InputFormDiv {
		margin-top: 0;
	}
	.PetInformation_labelDiv {
	    width: 100%;
	    margin-left: 0;
	}
	.NlSubscribe_TittleDiv span {
	    font-size: 16px;
	}
	.NlSubscribe_SuccessTittleDiv span {
	    font-size: 16px;
	}
	.StaticPages_sub_title span {
	    line-height: 30px;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 70%;
	}
    .toggle-password {
        right: 30px;
    }
	.SubscrbForm {
		margin-top: 7px;
	}
	.EmailRegister input[type="text"] {
	    width: 150px;
	}
	/*.PCSTop_BandDiv_4 { 
		margin:-7px 0 -11px 5%;
	}*/
	.fixed .PCSTop_BandDiv_4 a {
		padding: 14px 0;
	}
	.fixed .PCSTop_BandDiv_4 .shopping_cart_menu {
		padding: 7px 0px 8px;
		width:90%;
	}
	.add-to-popup-cartbtnDiv a, .add-to-popup-cartbtnDiv input[type="submit"] {
		width:87%;
	}
	.shoppinng_cart_product_name {
	   font-size: 16px;
	}
	a.packName {
		font-size: 12px;
	}
	.BillingFirst_InputFormDiv .lgn_mailDiv {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.cuslogin_FormDiv {
		overflow:hidden;
	}
	.rating-from-box {
		padding: 16px;
	}
}

@media(max-width: 400px) {
	.logo img {
	    width: 230px;
	}
	.shopping_DesktopDiv a, .shopping_DesktopDiv a span {
	    font-size: 13px;
	}
	.shopping_DesktopDiv .fa-shopping-basket {
	    font-size: 20px;
	}
	.visit-Order-detail-bottomDiv .wd3 {
	    width: 100%;
	}
	.visit-Order-numberDiv.wd3.pdr {
	    padding-left: 0;
	}
	.Pet_imgDiv {
		top: 0;
	}
	.Pet_imgDiv img {
		width: 100px !important;
		height: 100px !important;
	}
	.Sfriend_social_Links ul li {
	    margin: 0 15px;
	}
	.Share_email {
	    padding-top: 20px;
	}
	.Share_Facebook {
	    padding-top: 110px;
	}
	.PackDoses_Div, .Price_Div, .QTY_Div {
		font-size: 14px;
	}
	.QTY_Div input[type="text"] {
	    width: 30px;
	    height: 24px;
	}
	.Add_Cart {
	    width: 70px;
	}
	.Add_Cart .add_cart_btn {
	    width: 70px;
	    font-size: 12px;
	}
	.prolanding_BdrBox .Add_Cart {
		text-align: center;
	}
    .prolanding_BdrBox .Add_Cart a, .prolanding_BdrBox .Add_Cart input[type="submit"] {
        width: 80%;
        font-size: 16px;
        padding: 10px 0;
    }
	.freeShippingText {
	    width: 100%;
	}
	.Invoice .logoDiv img {
	    width: 250px;
	}
	.Static_btn .button {
		font-size: 14px;
		line-height: 22px;
	    height: 34px;
	}
	.StaticPages_TittleDiv span, .StaticPages_sub_title span {
    	font-size: 18px;
	}
	.StaticPages_ContentDiv img { 
		margin-bottom: 10px;
	}
	.Pay_Successful_leftDiv .keepShoppingBtn {
	    font-size: 14px;
	    width: 140px;
	}
	.Pay_Successful_leftDiv .ViewInvoicebuttons {
	    font-size: 14px;
	    width: 120px;
	}
	.add-to-popu-del-freqDiv {
	    width: 100%;
	}
	.freqDiv2 {
	    width: 100%;
	    float: left;
	}
	.freqDiv2 .add-to-popup-product-packDiv {
		margin-right: 0;
	}
	.freqDiv2 .add-to-popup-select-inputText {
		float: left;
	}
    .outstock .stock_img {
        margin-right: 15px;
        margin-left: 10px;
        width: 70px;
    }
    .outstock p {
        font-size: 16px;
        padding-top: 15px;
    }
    .outstock .form_section {
        padding-top: 10px;
    }
    .outstock .btn_blue {
        height: 28px;
        padding-left: 10px;
        line-height: 28px;
        padding-right: 10px;
    }
    .form_section_inputDiv {
        width: 100%;
    }
    .ProductName_TittleDiv span {
        font-size: 20px;
    }
	.fixed .PCSTop_BandDiv_4 {
		width: 33%;
	}
	.fixed .PCSTop_BandDiv_2 {
		width: 64%;
	}
	.landingFaq_TittleDiv span {
		font-size: 18px;
	}
}

@media(max-width: 390px) { 
	.Top_Band_DiscDiv {
	    font-size: 15px;
	}
	.headDiscount {
	    font-size: 15px !important;
	}
	.PCSTop_BandDiv_3 span {
	    font-size: 16px;
	    letter-spacing: 1px;
	}
	.PCSTop_BandDiv_3 span > span {
	    font-size: 9px;
	}
	.PCSTop_BandDiv_3 img {
	    width: 20px;
	}
	.search-form .searchText {
	    width: 200px;
	}
	.shopping_DesktopDiv {
	    margin-top: -30px;
	}
	.shopping_DesktopDiv .fa-shopping-basket {
	    font-size: 20px;
	    margin: 10px 0 0 -30px;
	}
	.shopping_DesktopDiv a {
	    font-size: 13px;
	    line-height: 14px;
	}
	.shopping_DesktopDiv a span {
	    font-size: 13px;
	}
	
	.Welcome_signDiv span, .FirstNew_Cus {
    	font-size: 16px;
	}
	.Nculogin_InputFormDiv label {
		font-size: 14px;
	}
	.Cont_PhoneDiv span, .Cont_TimeDiv span, .Cont_InfoDiv a {
	    font-size: 15px;
	}
	.Cont_InfoDiv a::before, .Cont_PhoneDiv span::before, .Cont_TimeDiv span::before {
		padding-right: 28px;
	}
	.Cont_PhoneDiv {
	    margin: 15px 0;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 67%;
	    font-size: 13px;
        height: 34px;
	}
	.ShopCart_Coupon_InputDiv .apply_coupon {
		height: 34px;
	}
	.add-to-popu-del-freqDiv .add-to-popup-product-packDiv {
		font-size: 12px;
	}
	.Popup_Pro_Orange_DiscountTextDiv, .Popup_Pro_Orange_BandTextDiv {
		padding: 3px 0;
	}
	.Popup_Pro_Orange_DiscountTextDiv p, .Popup_Pro_Orange_BandTextDiv p {
		font-size: 12px;
	}
	.Pro_Tittle_NameDiv, .Pro_Tittle_NameDiv span {
		font-size: 14px;
	}
	.Popup_Pro_Orange_BandDiv img {
		display: none;
	}
	.add-to-popup-row-bgRightDiv {
		font-size: 12px;
	}
	.add-to-popup-product-save-ExtraDiv {
		font-size: 12px;
	}
	.add-to-popup-selected-packDiv {
		font-size: 12px;
	}
	.add-to-popup-selectDosesDiv, .add-to-popup-Qty {
		font-size: 13px;
	}
	.add-to-popup-Total-priceDiv {
		font-size: 14px;
	}
	.add-to-popup-cartbtnDiv a {
		letter-spacing: 1px;
		font-weight: 600;
	    font-size: 14px;
	}
	.thanks_ContinueDiv {
		font-size: 14px;
	}
	.delivery-frequency-TitleDiv {
	    font-size: 13px;
	}
	.share_type_title {
	    font-size: 14px;
	}
	.prolanding_BdrBox h1 {
		font-size: 16px;
	}
	.product_PriceBottom {
		margin-top: 0;
	}
	.product_radioselect {
		width: 100%;
		margin-top:10px;
	}
	.ReCaptchContainer_div div {
		width: 100% !important;
	}
	.ReCaptchContainer_div div iframe {
		width:100% !important;
	}
}

@media(max-width: 380px) {
	.Our_Guarantee_TextDiv strong {
		line-height: 22px;
	    font-size: 16px;
	}
	.landingFaq_TittleDiv span {
		font-size: 16px;
	}
	.FaqQuistion {
		font-size:15px;
	}
}

@media(max-width: 371px) {
	.WRd_Review_Content_RightDiv .WRd_Review_aggregate small {
		margin-left: 0;
	}
}

@media(max-width: 360px) { 
	.logo img {
	    width: 220px;
	}
	.PCSTop_BandDiv_3 img {
	    display: none;
	}
	.PCSTop_BandDiv {
		position: relative;
	}
	.afterlogin_iconDiv {
	    padding: 0 15px 0 0;
	    margin: 0 15px 0 0;
	}
	.HomePage_TopSelDiv span {
	    padding-bottom: 9px;
	    font-size: 18px;
	}
	.HomePage_TopSelDiv span {
	    font-size: 18px;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
	    margin-left: 22%;
	}
	.squaredOne label {
	    width: 270px;
	}
	a.Back_myaccount, a.Back_viewcart {
	    padding: 4px 10px;
	    font-size: 13px;
	}
	.Pet_imgDiv img {
		width: 80px !important;
		height: 80px !important;
	}
	.Share_Twitter {
	    padding-top: 50px;
	}
	.Most_Title_RvDiv span {
		font-size: 20px;
	}
	.review_helpfulDiv_Right span, .review_helpfulDiv_Right a {
	    font-size: 13px;
	}
	.ProductName_TittleDiv span {
	    font-size: 20px;
	}
	.propage_TopDiv {
	    margin-top: 5px;
	}
	.FaqQuistion {
		font-size: 14px;
	}
	.modal-wr-button {
	    font-size: 12px;
	    width: 110px;
	    height: 28px;
	    line-height: 28px;
	}
	.pro_rt_hrew {
	    margin-bottom: -64px;
	    padding-bottom: 66px;
	}
	.hreview_aggregate .pro_rt_hrew_rat {
	    margin-left: 0;
	}
	.hreview_rt_hrew_rat small {
		margin-left: 0;
	}
	.Product_ReviewDiv .hreview_aggregate small {
		margin-left:30px;
	}
	.product_AutoDeliveryDiv span {
		padding-left: 0;
	}
	.Our_Guarantee_TextDiv span img {
	    margin-right: 10px;
	}
	.Our_Guarantee_TextDiv p {
	    margin-left: 0;
	}
	.SiteMap_Categori_TittleDiv {
	    padding-left: 4%;
	}

	.Auto_Order_Green_TextDiv, .Auto_Order_Green_TextDiv span {
		font-size: 16px;
	}
	.StaticPages_ContentDiv .Auto_Order_Green_BandDiv img {
		margin-right: 0;
	    width: 34px;
	}
	.cpn_text {
		font-size: 14px;
	}
	.ShopCart_Coupon_InputDiv {
	    margin-top: 10px;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 65%;
	    font-size: 12px;
    }
    .ShopCart_Coupon_InputDiv .apply_coupon {
    	font-size: 14px;
    }
    .ShopCart_RewardDiv {
	    padding: 4%;
	    width: 100%;
	}
	.ShopCart_CheckoutBtn {
	    width: 45%;
	    font-size: 15px;
	}
	.ShopCart_Btn_BottomDiv .keepShoppingBtn {
		width: 45%;
		font-size: 15px;
	}
	.Browse_AlphabeticalDiv span, .Search_Pro_AlphabeticalDiv span {
	    font-size: 18px;
	}
    .toggle-password {
        right: 25px;
    }
	.EmailRegister input[type="text"] {
		width: 140px;
	}
	.EmailRegister input[type="submit"] { 
		font-size:14px;
		width:100px;
	}
	.tab-paragraph h2 {
		font-size: 16px;
	}
	.rating-snapshots .rating-average .average-rating-value {
		font-size: 60px;
	}
	.rating-snapshots .rating-filter .rating-filter-item .rating-filter-overview {
		height:10px;
	}
	.rating-snapshots .rating-filter .rating-filter-item {
		margin-bottom:5px;
	}
	.rating-snapshots .rating-filter .rating-filter-item .rate {
		font-size: 14px;
		font-weight: 600;
		line-height:10px;
	}
	.rating-snapshots .rating-filter .rating-filter-item .rating-filter-overview {
		margin-right:5px;
		margin-left:5px;
	}
	.rating-filter .value {
		font-size: 14px;
		line-height:10px;
	}
	.WRd_Review_Pro_imgDiv {
	    width: 90%;
	}
}

@media(max-width: 352px) {
	.ftr_callDiv a {
		font-size:12px; 
		margin-top:0;
	}
}

@media(max-width: 350px) {
	.logo img {
	    width: 200px;
	}
	.shopping_DesktopDiv.margin_t15 {
	    margin-top: -7px;
	}
	.shopping_DesktopDiv .fa-shopping-basket {
	    font-size: 18px;
	    margin: 10px 0 0 -26px;
	}
	.shopping_DesktopDiv a, .shopping_DesktopDiv a span {
	    font-size: 12px;
	}
	.headDiscount {
	    font-size: 14px !important;
	}
	.Top_Band_DiscDiv {
	    font-size: 14px;
	}
	.Top_Band_CouponDiv, .Top_Band_CouponDiv span {
	    font-size: 11px;
	}
	.Top_Band_CouponDiv {
		padding: 0 7px;
		margin-top: 3px;
		margin-left: 4px;
	}
	.Cont_PhoneDiv span, .Cont_TimeDiv span, .Cont_InfoDiv a {
	    font-size: 13px;
	}
	.Packsize_Div, .PackDoses_Div {
		width: 32%;
	}
	.add-to-popup-cartbtnDiv a, .add-to-popup-cartbtnDiv input[type="submit"] {
		width:91%;
	}
}

@media(max-width: 340px) { 
	.search-form .searchText {
	    width: 180px;
	}
	.Subscribe_Get, .Subscribe_Get span {
		font-size: 13px;
	}
	.EmailRegister:before, .ftr_callDiv:before {
	    width: 44px;
	    margin-bottom: -24px;
	}
	.EmailRegister input[type="text"] {
		font-size: 12px;
		height: 35px;
		vertical-align: top;
	    width: 136px;
	}
	.Signup_ProceeedDiv {
		font-size: 13px;
	}
	.Payment_DetailDiv .PlaceOrder_Btn:before {
	    margin-left: 20%;
	}
	.Share_email {
	    padding-top: 20px;
	}
	.Price_TextDiv, .Price_Div {
	    width: 20%;
	}
	.QTY_TextDiv, .QTY_Div {
	    width: 24%;
	}
	.Add_Cart {
	    width: 60px;
	}
	.Add_Cart .add_cart_btn {
	    width: 60px;
	    font-size: 11px;
	    height: 26px;
	}
	.ProductName_TittleDiv span {
	    font-size: 19px;
	    padding-bottom: 7px;
	}
	.landingFaq_TittleDiv span {
		padding-right:0;
	}
	.ShopCart_Coupon_InputDiv .apply_coupon {
	    width: 90px;
	}
	.Search_ProductInfor_labelDiv .input_box {
	    width: 64%;
	}
	.Search_ProductInfor_labelDiv .Submit-infoBtn {
	    width: 34%;
	    font-size: 14px;
	}
	.share_type_title {
	    font-size: 13px;
	}
	
	.FaqQuistion {
		font-size:15px;
	}

	.rating-snapshots .rating-filter {
		width: 73%;
	}
	.rating-snapshots .rating-average {
		margin-right: 0;
		width: 24%;
	}
	.rating-snapshots .rating-average .average-rating-value {
		font-size: 44px;
		line-height:60px;
	}
}

@media (max-width: 330px) {
	.logo img {
	    width: 180px;
	}
	.ShopCart_Coupon_InputDiv .input_box {
	    width: 68%;
	}
	.ShopCart_Coupon_InputDiv .apply_coupon {
	    width: 80px;
	}
	.EmailRegister input[type="text"] {
		width: 126px;
	}
	.add-to-popup-cartbtnDiv a, .add-to-popup-cartbtnDiv input[type="submit"] {
		width:97%;
	}
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

.sweet-overlay {
    background-color: black;
    /* IE8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    /* IE8 */
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000;
}

.sweet-alert {
    background-color: white;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 478px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

@media all and (max-width: 540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px;
    }
}

.sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block;
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.sweet-alert fieldset {
    border: none;
    position: relative;
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s;
}

    .sweet-alert .sa-error-container.show {
        padding: 10px 0;
        max-height: 100px;
        webkit-transition: padding 0.2s, max-height 0.2s;
        transition: padding 0.25s, max-height 0.25s;
    }

    .sweet-alert .sa-error-container .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        background-color: #ea7d7d;
        color: white;
        line-height: 24px;
        text-align: center;
        margin-right: 3px;
    }

    .sweet-alert .sa-error-container p {
        display: inline-block;
    }

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
        content: "";
        width: 20px;
        height: 6px;
        background-color: #f06e57;
        border-radius: 3px;
        position: absolute;
        top: 50%;
        margin-top: -4px;
        left: 50%;
        margin-left: -9px;
    }

    .sweet-alert .sa-input-error::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .sweet-alert .sa-input-error::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .sweet-alert .sa-input-error.show {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .sweet-alert input:focus {
        outline: none;
        box-shadow: 0px 0px 3px #c4e6f5;
        border: 1px solid #b4dbed;
    }

        .sweet-alert input:focus::-moz-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus:-ms-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

        .sweet-alert input:focus::-webkit-input-placeholder {
            transition: opacity 0.3s 0.03s ease;
            opacity: 0.5;
        }

    .sweet-alert input::-moz-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input:-ms-input-placeholder {
        color: #bdbdbd;
    }

    .sweet-alert input::-webkit-input-placeholder {
        color: #bdbdbd;
    }

.sweet-alert.show-input input {
    display: block;
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative;
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden;
}

.sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer;
}

    .sweet-alert button:focus {
        outline: none;
        box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }

    .sweet-alert button:hover {
        background-color: #7ecff4;
    }

    .sweet-alert button:active {
        background-color: #5dc2f1;
    }

    .sweet-alert button.cancel {
        background-color: #74b101;
    }

        .sweet-alert button.cancel:hover {
            background-color: #74b101;
        }

        .sweet-alert button.cancel:active {
            background-color: #74b101;
        }

        .sweet-alert button.cancel:focus {
            box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
        }

    .sweet-alert button[disabled] {
        opacity: .6;
        cursor: default;
    }

    .sweet-alert button.confirm[disabled] {
        color: transparent;
    }

        .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
        }

    .sweet-alert button::-moz-focus-inner {
        border: 0;
    }

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px;
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

    .sweet-alert .sa-icon.sa-error {
        border-color: #F27474;
    }

        .sweet-alert .sa-icon.sa-error .sa-x-mark {
            position: relative;
            display: block;
        }

        .sweet-alert .sa-icon.sa-error .sa-line {
            position: absolute;
            height: 5px;
            width: 47px;
            background-color: #F27474;
            display: block;
            top: 37px;
            border-radius: 2px;
        }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 17px;
            }

            .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                right: 16px;
            }

    .sweet-alert .sa-icon.sa-warning {
        border-color: #F8BB86;
    }

        .sweet-alert .sa-icon.sa-warning .sa-body {
            position: absolute;
            width: 5px;
            height: 47px;
            left: 50%;
            top: 10px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #F8BB86;
        }

        .sweet-alert .sa-icon.sa-warning .sa-dot {
            position: absolute;
            width: 7px;
            height: 7px;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            margin-left: -3px;
            left: 50%;
            bottom: 10px;
            background-color: #F8BB86;
        }

    .sweet-alert .sa-icon.sa-info {
        border-color: #C9DAE1;
    }

        .sweet-alert .sa-icon.sa-info::before {
            content: "";
            position: absolute;
            width: 5px;
            height: 29px;
            left: 50%;
            bottom: 17px;
            border-radius: 2px;
            margin-left: -2px;
            background-color: #C9DAE1;
        }

        .sweet-alert .sa-icon.sa-info::after {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            margin-left: -3px;
            top: 19px;
            background-color: #C9DAE1;
        }

    .sweet-alert .sa-icon.sa-success {
        border-color: #A5DC86;
    }

        .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
            content: '';
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            position: absolute;
            width: 60px;
            height: 120px;
            background: white;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .sweet-alert .sa-icon.sa-success::before {
            -webkit-border-radius: 120px 0 0 120px;
            border-radius: 120px 0 0 120px;
            top: -7px;
            left: -33px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 60px 60px;
            transform-origin: 60px 60px;
        }

        .sweet-alert .sa-icon.sa-success::after {
            -webkit-border-radius: 0 120px 120px 0;
            border-radius: 0 120px 120px 0;
            top: -11px;
            left: 30px;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 0px 60px;
            transform-origin: 0px 60px;
        }

        .sweet-alert .sa-icon.sa-success .sa-placeholder {
            width: 80px;
            height: 80px;
            border: 4px solid rgba(165, 220, 134, 0.2);
            -webkit-border-radius: 40px;
            border-radius: 40px;
            border-radius: 50%;
            box-sizing: content-box;
            position: absolute;
            left: -4px;
            top: -4px;
            z-index: 2;
        }

        .sweet-alert .sa-icon.sa-success .sa-fix {
            width: 5px;
            height: 90px;
            background-color: white;
            position: absolute;
            left: 28px;
            top: 8px;
            z-index: 1;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .sweet-alert .sa-icon.sa-success .sa-line {
            height: 5px;
            background-color: #A5DC86;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 2;
        }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
                width: 25px;
                left: 14px;
                top: 46px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
                width: 47px;
                right: 8px;
                top: 38px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

    .sweet-alert .sa-icon.sa-custom {
        background-size: contain;
        border-radius: 0;
        border: none;
        background-position: center center;
        background-repeat: no-repeat;
    }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
    }

    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

    80% {
        transform: scale(0.95);
        -webkit-transform: scale(0.95);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    100% {
        transform: scale(0.5);
        -webkit-transform: scale(0.5);
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromTop {
    0% {
        top: 0%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes slideToTop {
    0% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%;
    }

    100% {
        top: 50%;
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%;
    }

    100% {
        top: 70%;
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert 0.3s;
    animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop 0.3s;
    animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom 0.3s;
    animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert 0.2s;
    animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop 0.4s;
    animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom 0.3s;
    animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg);
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip 0.75s;
    animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong 0.75s;
    animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon 0.5s;
    animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes animateXMark {
    0% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    50% {
        transform: scale(0.4);
        -webkit-transform: scale(0.4);
        margin-top: 26px;
        opacity: 0;
    }

    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1;
    }
}

.animateXMark {
    -webkit-animation: animateXMark 0.5s;
    animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486;
    }

    100% {
        border-color: #F8BB86;
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning 0.75s infinite alternate;
    animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }

    100% {
        background-color: #F8BB86;
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9;
}

    .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
        -ms-transform: rotate(45deg) \9;
    }

    .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
        -ms-transform: rotate(-45deg) \9;
    }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
}

    .la-ball-fall.la-dark {
        color: #333;
    }

    .la-ball-fall > div {
        display: inline-block;
        float: none;
        background-color: currentColor;
        border: 0 solid currentColor;
    }

.la-ball-fall {
    width: 54px;
    height: 18px;
}

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite;
    }

        .la-ball-fall > div:nth-child(1) {
            -webkit-animation-delay: -200ms;
            -moz-animation-delay: -200ms;
            -o-animation-delay: -200ms;
            animation-delay: -200ms;
        }

        .la-ball-fall > div:nth-child(2) {
            -webkit-animation-delay: -100ms;
            -moz-animation-delay: -100ms;
            -o-animation-delay: -100ms;
            animation-delay: -100ms;
        }

        .la-ball-fall > div:nth-child(3) {
            -webkit-animation-delay: 0ms;
            -moz-animation-delay: 0ms;
            -o-animation-delay: 0ms;
            animation-delay: 0ms;
        }

    .la-ball-fall.la-sm {
        width: 26px;
        height: 8px;
    }

        .la-ball-fall.la-sm > div {
            width: 4px;
            height: 4px;
            margin: 2px;
        }

    .la-ball-fall.la-2x {
        width: 108px;
        height: 36px;
    }

        .la-ball-fall.la-2x > div {
            width: 20px;
            height: 20px;
            margin: 8px;
        }

    .la-ball-fall.la-3x {
        width: 162px;
        height: 54px;
    }

        .la-ball-fall.la-3x > div {
            width: 30px;
            height: 30px;
            margin: 12px;
        }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%);
    }

    10% {
        opacity: .5;
    }

    20% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    90% {
        opacity: .5;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%);
    }
}

