/* custom style sheet */

body {

    font-family: Verdana, Geneva, sans-serif;
    background: #eeeeee;
}

.body-margin-top {
    margin-top: 80px;
}

.cc-dialog-pane {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background-color: white;
    opacity: 0.5;
}

.cc-window-banner {
    color: #fff;
    background-color: #001653;
    left: 0;
    right: 0;
    top: 0;
    padding: 0.7em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    position: fixed;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    z-index: 10000;
}

.cc-window-banner .cc-compliance {
    margin: 15px 40%;
}

.cc-window-banner .cc-accept-btn {
    color: #000;
    background-color: #fe9a0f;
    border-color: transparent;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    animation: blinkingText 3.8s infinite;
}

body > .google-auto-placed {
    display: none;
}

header .google-auto-placed {
    display: none;
}

@keyframes blinkingText{
    0%{color: #000;}
    50%{color: #fff;}
    100%{color: #000;}
}

#sign_up_modal .modal-header {
    width: 100%;
    height: 100%;
    background-color: #223f91;
}

#sign_up_modal .modal-body {
    padding: 40px 50px;
    padding-bottom: 0px;
}

#sign_up_modal .welcome-title {
    font-size: 22px;
    color: #fff;
    margin: 0px;
    font-weight: bold;
    text-align: center;
}

.mask {
    background-color: #000;
    opacity: 0.75;
}

#sign_up_modal .modal-body .welcome-desc {
    font-weight: bold;
    font-size: 18px;
    padding: 0px 20px;
    text-align: center;
    margin: 0px;
}

#sign_up_modal .modal-body .form-group .deal-info {
    text-align: center;
    padding: 15px;
}

#sign_up_modal .modal-body .form-group .stat {
    color: #27a181;
    display: inline;
    font-family: Montserrat,sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

#modal_SLoder {
    text-align: center;
    z-index:999;

}

#modal_SLoder img {
    width: 60%;
    height: 30px;
}


#sign_up_modal .news_subheading h4 {
    background-color: #ddd;
    font-weight: bold;
    text-align: center;
}

#sign_up_modal .news_subheading p {
    text-align: center;
    color: #001653;
}

.view_port {
    background-color: black;
    height: 15px;
    width: 120%;
    overflow: hidden;
    margin-right: -10%;
    margin-left: -10%;
    margin-top: -40px;
    margin-bottom: 40px;
    border-bottom: 2px solid #fe9a0f;
}


#sign_up_modal .modal-body .form-group img {
    width: 6%;
    height: 6%;
    margin-top: -8px;
    text-align: center;
}

#sign_up_modal .modal-body .desc-section {
    margin: 0 -50px;
    margin-top: -40px;
    margin-bottom: -30px;
    padding: 20px 50px;
    background: #fff;
    border-top: 3px solid #fe9a0f;
}

#sign_up_modal .modal-body .email-section {
    background-color: #ddd;
    border-top: 1px dashed #8e8e8e;
    display: flex;
    flex: 1 1;
    flex-direction: column;
    margin-top: 5.8%;
    padding-top: 30px;
    margin-left: -10%;
    margin-right: -10%;
}

#sign_up_modal .modal-body .email-section .newsletter-desc {
    font-size: 19px;
    color: #dc840a;
    margin: 0px;
    font-weight: bold;
    text-align: center;
    padding: 10px 40px;
}


#sign_up_modal .modal-body .email-section .policy-desc {
    padding: 15px 50px;
    text-align: center;
}

.btn.facebook-login-button {
    color: #fff;
    position: relative;
    width: 40%;
    background: #3B5998;
    box-shadow: 0 1px 3px #525252;
    line-height: 20px;
    padding: 10px 10px 10px 40px;
}

.btn.facebook-login-button:hover {
    background: #2a3f6c;
}

#facebook_img {
    width: 17px;
    height: 17px;
    margin-right:10px;
}

.btn.google-login-button {
    position: relative;
    width: 40%;
    background: #fff;
    box-shadow: 0 1px 3px #525252;
    line-height: 20px;
    background-image: url(https://www.cheapcheapcheap.com/front/img/google.png);
    background-position: 17%;
    background-repeat: no-repeat;
    background-size: 23px;
    border-radius: 4px;
    border: 1px solid #8E8E8E;
    color: #525252;
    padding: 10px 10px 10px 40px;
}

.btn.google-login-button:hover {
    background-color: #e0e0e0;
}

#sign_up_modal .sign-up {
    background-color: #223f91;
    color: white;
}

#sign_up_modal .sign-up:hover {
    background-color: #001653;
}

.modal-header, h4, .close {
    background-color: #fff;
    color: #001653;
    text-align: center;
    font-size: 30px;
}

.polling_message {
  color: white;
  float: left;
  margin-right: 2%;
}

#sign_up_modal .modal-footer {
    width: 100%;
    height: 100%;
    background-color: #223f91;
    border-top: 1px solid #fff;
    text-align: center;
    padding: 15px 30px;
}

#sign_up_modal .modal-footer #accept {
    padding: 5px 10px;
    background-color: #fe9a0f;
    color: white;
    font-weight: bold;
    border: 1px solid rgba(0,0,0,.2);
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

#sign_up_modal .modal-footer #accept:hover {
    background-color: #e88903;
}

.adslot_1 { width: 320px; height: 100px; }

#go_to_top {
    margin-top: 10px;
    background: #fe9b11;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#go_to_top:hover {
    background-color: #1c398c;
    text-decoration: none;
    color: #fff;
}

.sticky {
    position: fixed;
    bottom: 185px;
    width: 350px;
}

@media(min-width: 1200px) {
    .for-mobile {
        display: none;
    }
    .for-desktop {
        display: block;
        text-align: center;
    }
    .sticky {
        position: fixed;
        bottom: 185px;
        width: 350px;
    }
}

@media only screen and (min-width: 776px) and (max-width: 1199px)  {
	.sticky {
        position: fixed;
        bottom: 185px;
        width: 283px;
    }
}

@media(max-width: 775px)  {
	.sticky {
        position: relative;
    }
}

@media(max-width: 767px) {

    #sign_up_modal .modal-header img {
        width: 108%;
        height: 108%;
        text-align: center;
    }

    #sign_up_modal .modal-body {
        padding: 40px 0px;
        padding-bottom: 0px;
    }

    #sign_up_modal .modal-body p {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #sign_up_modal .modal-body .email-section .newsletter-desc {
        padding: 10px 0px;
    }

    #sign_up_modal .modal-body .email-section .policy-desc {
        padding: 15px 0px;
    }

    .view_port {
        margin-right: 0%;
        margin-left: 0%;
        width: 100%;
    }
    #sign_up_modal .modal-body .email-section {
        margin-right: 0%;
        margin-left: 0%;
        width: 100%;
        padding: 0px 30px;
    }

    #sign_up_modal .modal-body .desc-section {
        margin-right: 0%;
        margin-left: 0%;
        width: 100%;
        padding: 20px 0px;
    }
    .product_carosal {
        display: none;
    }

    .product_carosal .tab-content {
        padding-bottom: 5px !important;
        padding-top: 0px !important;
    }

    .Product_list {
        padding: 5px 0px !important;
    }

    .ProductTabs {
        padding: 10px;
        margin-top: 0px !important;
        margin-bottom: 0;
    }

    .product_item.ProductTabs.mobileshow {
        margin-bottom: 7px !important;
    }

    .for-mobile {
        display: block;
        text-align: center;
    }
    .for-desktop {
        display: none;
    }

    #modal_news_email {
        margin-bottom: 10px;
    }

    #modal_NSubscribe {
        color: white;
        background-color: #27a181;
        width: 100%;
    }

    .btn.facebook-login-button {
        width: 100%;
        margin-bottom: 10px;
    }

    .btn.google-login-button {
        width: 100%;
        margin-left: 0px !important;
    }
}


.cylon_eye {
  background-color: red;
  background-image: linear-gradient(to right,
      rgba(0, 0, 0, .9) 25%,
      rgba(0, 0, 0, .1) 50%,
      rgba(0, 0, 0, .9) 75%);
  color: white;
  height: 100%;
  width: 20%;

  -webkit-animation: 4s linear 0s infinite alternate move_eye;
          animation: 4s linear 0s infinite alternate move_eye;
}

@-webkit-keyframes move_eye { from { margin-left: -20%; } to { margin-left: 100%; }  }
        @keyframes move_eye { from { margin-left: -20%; } to { margin-left: 100%; }  }

.register_text1
{
    padding: 10px 0px 10px 0px;
}
.popover-title .close {
    font-size: 18px!important;
    color: #000;
    font-weight: bold; }
.product_data .product_discription a {
    position: relative;
    z-index: 999;
}
@media(max-width: 767px) {
    .regBttn
    {
        float: none !important;
        display: block;
        margin: 0 auto;
    }

    .socialBttn1
    {
        margin-bottom: 10px;
    }
    .main_loginBttn
    {
       float: none !important;

display: block;

margin: 0 auto;
    }
    .socialBttn1 img
    {
        margin: 0 auto;
    }
.Product_list .tab-content
   {
    padding: 15px;
   }
   .product_tabs .nav li
   {
    width: 50%;
    text-align: center;
   }
   .product_tabs .nav li a
   {
    margin-right: 0;
   }

    .product_name h3 {
        font-size: 14px;
        font-weight: bold;
    }
       .product_image {

        height: 200px;

        width: 200px;
    }
    .no_padding_left
    {
    	padding-left: 15px !important;
    }
    .product_carosal .owl-prev {
    left: -32px !important;
}
.product_carosal .owl-next {
    right: -27px !important;
}
.product_carosal .owl-prev, .product_carosal .owl-next {

    height: 25px !important;
    width: 25px !important;
    line-height: 22px !important;

}

.mobileshow i {
    color: #fe9a0f;
    font-size: 16px;
}

.fa-angle-right {
    color: #fe9a0f;
    font-size: 20px !important;
    font-weight: bold;
}

}


@media only screen and (min-width: 1025px) and (max-width: 1200px)  {
	.container
	{
		/*width: 1140px;*/
	}
}




/* nav bar css */

.social_links span a:first-child i
{
    margin-left: 0px !important;
}
.topbar {
    background: #2f2f2f;
    padding: 1em 0;
}


.navbar-default {
    background: transparent;
    border: none;
    border-bottom: 2px solid #ff8400;
}

#header-main .nav>li>a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#header-main .nav>li>a:hover,
#header-main .nav>li>a:focus {
    color: #ff8400;
}

#header-main .Active a {
    /* color: #ff8400!important; */
}

.navbar {
    background: #2f2f2f;
    border-radius: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
    color: #ff8400;
    text-decoration: none;
}



.dropdown-toggle:focus {
    outline: none;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    text-decoration: none !important;
}

.social-links a {
    float: left;
    padding: 15px 5px !important;
}



.login {
    background: #ff8400;
    margin-left: 20px;
}

.navbar-form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    height: 30px;
    width: 255px;
    transition: width 0.5s;
    padding-right: 20px !important;
}

.navbar-form input[type="text"]:focus {
    /*width: 300px;*/
}

.navbar-form input[type="text"]::-moz-placeholder {
    color: #9b9da0;
    font-size: 10px;
}

.navbar-form input[type="text"]::-webkit-input-placeholder {
    color: #9b9da0;
    font-size: 10px;
}

.navbar-form input[type="text"]:-ms-input-placeholder {
    color: #9b9da0;
    font-size: 10px;
}

.navbar-form {
    position: relative;
}

.navbar-form .btn.btn-default {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ff8400;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 5px;
    z-index: 9;
}

.navbar {
    margin-bottom: 0px;
}


#header-main .dropdown-menu>li>a {
    clear: both;
    color: #fff;
    display: block;
    font-family: verdana, sans-serif;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

#header-main .dropdown-menu {
    background: #2f2f2f none repeat scroll 0 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: #ff8400 none repeat scroll 0 0;
}

.product_dis h3 {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin: 0px;
}

.product_img {

    background: #fff none repeat scroll 0 0;
    padding: 15px;
}

.product_dis {
    background: #001653 none repeat scroll 0 0;
    padding: 15px;
    height: 95px;
    color: #fff;
}

.product_carosal {
    background: #f6c47e;
}

.no_pad {
    padding: 0px;
}

.tabs_bg {
    background: #fe9a0f;
    padding-top: 20px;
}

.tabs_bg .nav.nav-tabs {
    border-bottom: none;
}

.product_carosal .tab-content {
    padding-bottom: 25px;
    padding-top: 25px;
}

.product_carosal .nav-tabs>li>a {
    background: #001653 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
}

.product_carosal .nav-tabs>li.active>a,
.product_carosal .nav-tabs>li.active>a:focus,
.product_carosal .nav-tabs>li.active>a:hover {
    border: none;
    background: #f6c47e;
    color: #001653;
}

.product_carosal .nav>li>a:focus,
.product_carosal .nav>li>a:hover {
    background: #f6c47e;
}

.product_carosal .nav-tabs>li {
    margin-bottom: 0px !important;
}

.product_carosal .owl-prev,
.product_carosal .owl-next {
    /* float: left; */
    font-size: 25px;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-left: 5px;
    position: absolute;
}

.product_carosal .owl-prev {
    left: -40px;
}

.product_carosal .owl-next {
    right: -40px;
}

.product_carosal .owl-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 35%;
    width: 100%;
}


.product_carosal .owl-dot.active>span {
    background: #fe9b11 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
}

.product_carosal .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
}

.product_carosal .owl-dot {
    display: inline-block;
    margin-right: 10px;
}

.product_carosal .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.Product_list {
    padding: 50px 0;
}


.product_tabs .nav-tabs {
    border-bottom: 2px solid #fe9b11;
}

.product_tabs .nav li a {
    background: #959595 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-family: verdana, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    padding: 8px 35px;
}

.product_tabs .nav .active>a {
    background: #fe9b11 none repeat scroll 0 0 !important;
    color: #fff;
}

.product_tabs .nav-tabs>li.active>a,
.product_tabs .nav-tabs>li.active>a:focus,
.product_tabs .nav-tabs>li.active>a:hover {
    border: none;
    color: #fff;
}

a:focus {
    outline: none;
}

.product_footer>ul {
    list-style: outside none none;
    padding: 0;
}

.product_footer {
    clear: both;
    display: block;
    width: 100%;
    background: #dcddde;
    padding: 10px 15px;
}

.product_footer ul li {
    display: inline-block;
    color: #414042;
    margin-left: 10px;
}

.product_footer ul {
    margin-bottom: 0px;
}

.product_footer ul li a {
    color: #414042;
    font-weight: normal;
}


.product_discription {
    display: inline-block;
    width: 100%;
    position: relative;
    /*min-height: 250px;*/
}

.product_name {
    background: #f6c47e none repeat scroll 0 0;
    padding: 10px 15px;
}

.product_name h3 {
    color: #1c398c;
    font-size: 20px;
    margin: 0px;
}

.product_item {
    background: #fff;
    position: relative;
}

.product_item {
    margin-bottom: 20px;
}

.product_hide {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.product_image {
    align-items: center;
    /* border: 1px solid #b7b7b7; */
    display: flex;
  /*  height: 140px;*/
    overflow: hidden;
    text-align: center;
  /*  width: 200px;*/
    position: relative;
}

.product_image a img {
    /*max-height: 200px !important;*/
    max-height: 165px !important;
    max-width: 100% !important;
    height: auto;
    width: auto;
   /* padding: 20px;*/
        /*margin-left: 5px;*/
}

.product_image>img {
    height: auto;
    left: -4px;
    position: absolute;
    top: -4px;
    width: auto;
}

.product_image {
    align-items: center;
    /* border: 1px solid #b7b7b7; */
    display: flex;
    /*height: 200px;*/
    height: 165px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    /*width: 170px;*/
    margin: 10px auto;
    padding-left: 5px;
    justify-content: center;
}

.product_data {
    padding-right: 20px;
    margin: 10px 0;
}

.social_links {
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
}

.social_links span {
    font-size: 12px;
    color: #414042;
}

.social_links span a {
    color: #16348a;
}

.social_links span a i {
    color: #414042;
    font-size: 14px;
    margin-left: 5px;
}

.social_links span a:hover i,
.social_links span a:focus i {
    color: #fe9b11;
}

.product_discription p {
    font-size: 13px;
    color: #414042;
    margin-bottom: 0;
    font-family:Arial, Helvetica, sans-serif;

}

.price {
    /* background: #1c398c none repeat scroll 0 0; */
    color: #ff0000;
    font-size: 30px;
    /*padding: 5px 0px;*/
    font-weight: bold;
}
.shop_wrapper
{
    padding-bottom: 10px;
}

.shop_now {
    background: #fe9b11;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
}

.shop_now:hover {
    background-color: #1c398c;
    text-decoration: none;
    color: #fff;
}
.shop_now:hover, .shop_now:focus
{
 text-decoration: none !important;
    color: #fff !important;

}

/*.product_footer .pull-left i {
    color: #fe9a0f;
    font-size: 16px;
}*/
.product_footer i {
    color: #fe9a0f;
    font-size: 16px;
}

.product_footer .pull-right li:first-child a {
    color: #223f91;
}

.product_footer .pull-right li a:hover,
.product_footer .pull-right li a:focus {
    text-decoration: none;
    color: #fe9a0f;
}

.logo_box {
    background: #fff;
}

.blog_head {
    border-bottom: 1px solid #bcbec0;
    padding-bottom: 10px;
    margin-top: 0px;
    font-size: 30px;
    color: #414042;
}

.featured_blogs {
    background: #fff none repeat scroll 0 0;
    color: #414042;
    display: inline-block;
    /*padding: 0 15px 20px;*/
    padding: 0 5px 20px;
    width: 100%;
}

.featured_blogs>h3 {
    border-bottom: 1px solid #bcbec0;
    color: #414042;
    font-family: "vardana", sans-serif;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 0 10px;
}

.fe_item {
    border-bottom: 1px solid #bcbec0;
    display: flex;
    flex-flow: row nowrap;
    margin-top: 10px;
    padding-bottom: 15px;
}

.fe_img {
    height: 90px;
    margin-right: 10px;
    overflow: hidden;
    width: 90px;
}

.fe_img>img {
    max-height: 100%;
    max-width: 100%;
}

.fe_data>p {
    color: #414042;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 25px 0 0;
}

.date_fe {
    background: #dcddde none repeat scroll 0 0;
    font-family: "Verdana", sans-serif;
    font-size: 12px;
    padding: 5px 10px;
}

.google_adds {
    margin-top: 20px;
    text-align: center;
}

.newletter {
    text-align: center;
}

.newletter>h3 {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background: #223f91;
    text-transform: uppercase;
    padding: 10px 0;
    margin-bottom: 0px;
}

.newletter>form {
    background: #f4f4f4;
    padding: 10px 10px;
}

.news_subheading>p {
    font-size: 19px;
    color: #fe9400;
    font-weight: bold;
    text-transform: uppercase;
}

.newletter .form-control {
    border: 1px solid #dad7d7;
    height: 45px;
    border-radius: 0px;
}

.newletter .form-control::-moz-placeholder {
    color: #afb0b1;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

.newletter .btn.btn-block {
    background: #ff0000;
    border-radius: 0px;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.newletter .btn.btn-block:hover,
.newletter .btn.btn-block:focus {
    background: #1c398c;
}

.daily_deals h3 {
    color: #223f91;
    font-weight: normal;
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

.daily_deals ul {
    list-style: none;
    /* -moz-column-count: 2;
    -moz-columns: 2;
    padding: 0px;
    column-count: 2; */
    padding: 0;
    text-align: center;
    display: inline-block;
}

.daily_deals ul li {
    margin-bottom: 10px;
    display: inline-block;
}

.copy_section {
    background: #dcddde none repeat scroll 0 0;
    color: #3c3b3c;
    font-family: "Vardana", sans-serif;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.copy_section a {
    color: #3c3b3c;
}


@media(max-width: 767px) {
    .Captchafield
    {
       margin-left: -14px !important;
    }
.product_data {
        margin: 10px 0 0;
    }


    .product_footer .pull-left i {
        font-size: 14px;
    }
    .custom_pad1,
    .custom_pad2 {
        padding: 0px;
    }
    .main_box._1 {
        height: 35vh;
        padding: 0 0 20px 20px;
    }
    .main_box._1 h3 {
        font-size: 18px;
    }
    .content_box>a,
    ._2 .content_box>a,
    ._3 .content_box>a,
    ._4 .content_box>a {


        font-size: 14px !important;
        font-weight: bold;
        margin-top: 10px;
        padding: 5px 15px;
    }
    .custom_pad2,
    .main_box._2,
    .main_box._3,
    .main_box._4 {
        margin-bottom: 10px;
    }
    .blog_img {
        width: 100%;
    }
    .blog_img img {
        width: 100% !important;
        max-width: 100% !important;
    }

    .blog_data>h3 {
        font-size: 14px;
    }
    .blog_footer span {
        display: block;
        float: none !important;
    }
    .navbar-form {
        margin: 0px;
        border: none;
        box-shadow: none;
    }
    header .nav>li {
        display: inline-block;
        width: 100%;
    }
    .navbar-form input[type="text"] {
        width: 100%;
        transform: none;
    }
    .navbar-form input[type="text"]:focus {
        width: 100%;
    }
    .navbar-form .btn.btn-default {
        top: 14px;
    }
    .nav li a,
    .navbar-form {
        margin: 0;
        padding: 10px !important;
    }
    .dropdown-toggle {
        right: 0;
    }
    #header-main .dropdown-menu {
        background: #1a1a1a none repeat scroll 0 0;
    }
    .logo>img {
        width: 300px;
    }
    .product_name h3 {
        font-size: 14px;
        font-weight: bold;
    }
    .social_links {
        padding: 0 15px;
    }
    .product_discription {
        display: inline-block;
        padding: 10px;
        width: 100%;
    }
    .price {
        /* background: #1c398c none repeat scroll 0 0; */
        color: #ff0000;
        font-size: 18px;
        padding: 5px 15px;
    }
    .shop_now {

        font-size: 14px;
    }
    .product_footer ul li:first-child {
        margin-left: 0;
    }
    .product_footer ul li a {
        font-size: 11px;
    }
    .product_data {
        margin: 10px 0;
    }
    .google_adds>img {
        max-width: 100%;
    }
    .newletter>h3 {
        font-size: 14px;
    }
    .news_subheading>p {
        font-size: 14px;
    }
    .daily_deals h3 {
        font-size: 18px;
    }
    .daily_deals img {
        max-width: 100%;
    }
    .product_dis h3 {
        font-size: 14px;
    }
    .product_carosal .nav-tabs>li>a {
        font-size: 12px;
    }
    .daily_deals ul li {
        text-align: center;
    }
}

@media(min-width: 320px) and (max-width: 480px)
{
	.ProductTabsItem .product_image {

    width: 85px !important;

}
.mobileshow .product_data h3 a {

    font-size: 13px !important;

}
.mobileshow .product_data h3 {
  line-height: 12px !important;
}
.ProductTabs .product_data span {

    bottom: -7px !important;
}
}


@media(max-width: 1024px) and (min-width: 768px) {
    .google_adds>img {
        max-width: 100%;
    }
    .daily_deals img {
        max-width: 100%;
    }
    .daily_deals ul {
        columns: auto;
        -moz-columns: auto;
        -ms-columns: auto;
    }
    .Product_list .container{

    padding: 0 15px !important;

}
.Product_list .col-md-8
{
	padding-left: 0;
	padding-right: 15px !important;
}

}

@media(max-width: 1024px) {
    .product_data {
       /* padding-left: 20px;*/
    }
        .PostCommentSection .form-horizontal .form-group
{
    margin-right: 0;
    margin-left: 0;
}


}



.product_img {
    background: #fff none repeat scroll 0 0;
    /*padding: 15px;*/
    padding: 5px;
    /* height: 250px; */
    height: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel .owl-item img {
    height: auto !important;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.fa-star-red {
    color: red !important;
}



/*  My CSS */

.tabs_list {
    min-height: 200px;
}

.deal_title {
    background-color: #ffe1be;
    border-bottom: 2px solid #ffe1be;
    border-top: 2px solid #ff9e27;
    clear: left;
    color: #264574;
    font-size: 15px;
    font-weight: bold;
    line-height: 23px;
    overflow: hidden;
    padding-left: 14px;
}

.span8 .deal_title {
    margin: 20px 0;
    padding: 10px;
}

.row-fluid [class*="span"] {
    box-sizing: border-box;
    display: inline-block;
    height: 100px;
    padding: 10px;
    /*text-align: center;*/
}

.apcent {
    /* text-align: center !important;
    min-height: 100px !important;*/
}

.row-fluid [class*="span"] {
    /*display: block;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.dropdown-menu>li.kopie>a {
    padding-left: 5px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    min-width: 220px;
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    border-color: transparent transparent transparent #f6f6f6;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: right;
    height: 0;
    margin-right: -5px;
    margin-top: 5px;
    width: 0;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {

    .social_links span {
        margin-bottom: 5px;

    }
    .navbar-nav {
        display: inline;
    }
    .navbar-default .navbar-brand {
        display: inline;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .navbar-default .navbar-nav .dropdown-menu>li>a {
        color: red;
        /*background-color: #ccc;*/
        border-radius: 4px;
        margin-top: 2px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
       background-color: #fff;

color: #000 !important;
    }

    .navbar-nav .open .dropdown-menu {
        border-bottom: 1px solid white;
        border-radius: 0;
    }
    .dropdown-menu {
        padding-left: 10px;
    }
    .dropdown-menu .dropdown-menu {
        padding-left: 20px;
    }
    .dropdown-menu .dropdown-menu .dropdown-menu {
        padding-left: 30px;
    }
    li.dropdown.open {
        border: 0px solid red;
    }
}

@media (min-width: 768px) {
    ul.nav li:hover>ul.dropdown-menu {
        display: block;
    }
    #navbar {
        text-align: center;
    }
}

.login_title {
    border-bottom: 2px solid #ced0d6;
    clear: left;
    color: #264574;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    width: 100%;
    font-weight: bold;
}

.mmrr {
    background-color: #FE9A0F;
    color: #264574;
    font-weight: bold;
    margin-bottom: 10px;
}

.reqastric {
    color: #F00;
}



/* End My CSS*/

.login_main {
    /*  background-color: #f6c47e;*/
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 0px;
}

.login_form input {
    background-color: #FFF;
    padding: 15px;
    border-radius: 0px;
    border: none;
    color: #000;
    font-size: 16px;
    height: auto;
}


.login_form button {
    background-color: #FFF;
    border-radius: 0px;
    border: none;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.login_text1 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.login_text1 a {
    /*color: #414042;*/
    color: #337ab7;
    text-decoration: none;
}

.login_text1 a:hover {
    color: #001653;
}

.login_text2 {
    margin-top: 30px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

.login_text3 {
    margin-bottom: 30px;
    text-align: left;
}

.login_tabmain {}

.login-tabs .nav-tabs>li>a {
    background-color: #fe9b11 !important;
    border-radius: 0px !important;
    border: none;
    font-size: 22px;
    color: #414042;
    padding-top: 25px;
    padding-right: 35px;
    padding-bottom: 25px;
    padding-left: 35px;
    font-weight: 500;
    margin-right: 0px !important;
}



.login-tabs .tab-content {
    padding: 50px;
    background-color: #f6c47e;
    display: inline-block;
    width: 100%;
}


.login-tabs .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background-color: #f6c47e !important;
    border-radius: 0px !important;
    border: none;
}

.bt_register {
    background-color: #1c398c !important;
    color: #FFF !important;
}
.register_text1 {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #000;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: right;
}


.no_margin_top {
    margin-top: 0px !important;
}


.no_padding_top {
    padding-top: 0px !important;
}

.no_padding_left {
    padding-left: 0px !important;
}

.no_padding_right {
    padding-right: 0px !important;
}

.no_padding_bottom {
    padding-bottom: 0px !important;
}

.no_padding_all {
    padding: 0px !important;
}

.no_margin_all {
    padding: 0px;
}

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

.pt-20 {
    padding-top: 20px;
}

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

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}





.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}



.span8 .btn.product_carosal {
    color: #000;
    margin-bottom: 10px;
}

.con_title {
    border-bottom: 1px solid #bcbec0;
    color: #414042;
    font-family: "vardana", sans-serif;
    font-size: 30px;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0 0 10px;
}

#myModal .modal-content {
    display: inline-block;
}

.model_heading {
    background: #FE9A0F;
    border-radius: 5px 5px 0 0;
    margin-top: 0;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}

button.close {
    border: 0 none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
}

#sign_up_modal .close {
    background-color: #fe9a0f;
    border: none;
    color: white;
    padding: 4px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 5px 2px;
    border-radius: 50%;
    opacity: 1;
}

#sign_up_modal .close:hover {
    background-color: #d47e05;
}

#privacy_policy_link {
    text-decoration: underline;
}

.share_form .form-control {
    background: #efefef none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 40px;
}

.share_form label {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.share_form #captchaval {
    margin-top: 10px;
}

.mmrr {
    background-color: #fe9a0f;
    border: medium none;
    color: #fff;
    float: right;
    font-weight: bold;
}

.mmrr:hover,
.mmrr:focus {
    background: #1C398C !important;
    color: #fff;
}

.main_heading>h3 {
    background: #001653 none repeat scroll 0 0;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    padding: 10px;
    color: #fff;
}

.group_text label {
    color: #ff8400;
    font-size: 14px;
    font-weight: normal;
    width: 120px;
}

.group_text select {
    border: medium none;
    height: 40px;

    padding-left: 10px;
    width: 300px;
}

.btn_rss {
    background: #fe9400;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    vertical-align: top;
}

.group_text {
    margin-bottom: 20px;
}

.btn_rss:hover,
.btn_rss:focus {
    background: #001653;
    text-decoration: none;
    color: #fff;
}

@media(max-width: 767px) {
    .logo img {
        height: auto !important;
        max-width: 100%;
    }
}

.span8 .btn.pull-right.tx_color {
    padding: 0;
}

@media(max-width: 767px) {
    .product_tabs .nav li a
    {
        margin-right: 0px;
    }
    .Captchafield
    {
        text-align: center;
    }
    .register_text1 {
        border-top: 1px solid #000;
        clear: both;
        display: inline-block;
        font-size: 17px;
        margin-top: 20px;
        text-align: center;
    }
.dropdown-submenu>a:after {

/* margin-right: 10px;

position: absolute;

top: 11px;

right: 15px;

z-index: 11111;*/

}
/*.dropdown-submenu:hover  .dropdown-menu
{
    display: none !important;
}
*/
    .product_carosal .nav-tabs>li {
        margin-bottom: 5px !important;
        margin-right: 5px;
    }
    .group_text select {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .login-tabs .tab-content {
        margin-bottom: 20px !important;
        padding: 20px 10px !important;
    }
    .login_main {
        padding: 0 !important;
    }
}

@media(max-width: 1024px) {
    #header-main .nav>li>a {
        font-size: 12px;
    }
    .product_carosal .nav-tabs>li>a {
        font-size: 14px;
    }
    .sideBarBlog
{
    padding: 0;
}


}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .Product_list .container, .Product_list .col-md-8
    {
        padding: 10px !important;
    }
    }
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

.contactUs .login_main
{
    padding-right: 15px !important;
}
span.caret
{
    /*display: none;*/
}

}


}

.col-md-6.no_padding_all img {
    margin-bottom: 10px;
    max-width: 100%;
}


#sent_div>p {
    color: #fff !important;
    font-weight: bold;
    padding: 10px 15px;
}

@media(min-width:991px) {

    .navbar-nav {
        display: inline-block !important;
        float: none;
    }
    .collapse.navbar-collapse {
        text-align: center;
    }
}

@media(max-width: 767px) {
    .product_carosal .owl-nav {
       /* display: none;*/
    }
}

.product_carosal .owl-dots {
    display: none;
}

.product_name a {
    color: #264574;
}

.newletter .fa.fa-envelope {
    font-size: 20px !important;
    margin-top: 10px;
    vertical-align: top;
}


.newletter {
    border: 1px solid #ccc;
    /*margin-bottom: 10px;*/
    text-align: center;
}

.newletter>h3 {
    margin-bottom: 10px !important;
    margin-top: 0px !important;
}

.newletter .form-group {
    margin-bottom: 15px;
    padding: 0 20px;
}

.top_offset10 .btn.btn-large.btn-warning {
    margin-top: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
    text-decoration: none !important;
}
@media(max-width: 599px)
{
    .product_dis {
        padding: 10px;
        height: 60px;
    }
}
@media(max-width: 767px) {
    .product_image a img {
    max-height: 80px !important;
    max-width: 100% !important;
    height: auto;
    width: auto;
}
    .price {
        padding: 5px 0px;
    }
    .product_carosal .nav-tabs>li>a {
        font-size: 12px;
        padding: 5px !important;
    }
    .product_dis h3 {
        font-size: 12px;
    }
    .product_img {
        height: 174px;
    }

    .product_image {

        height: 200px;

        width: 200px;
    }
    .product_discription p {
        color: #414042;
        font-size: 12px;
    }

    .product_discription>ul {
        padding: 0;
        list-style: none;
    }
    .product_discription>ul li a {
        font-size: 12px;
    }
    .Search_box
    {
        display: none;
    }
    .Search_box_mobile
    {
        display: block !important;
        position: absolute;
z-index: 1;


width: 80%;
    }
    .Search_box_mobile input
    {
        border-radius: 4px !important;
    }
    .mobileshow
    {
    	display: block !important;
    }
    .desktopshow
    {
    	display: none;
    }
}



.Search_box_mobile
{
    display: none;
}
.readMoreCl {
    color: #FE9A0F;
    font-weight: bold;
    text-transform: uppercase;
}

/* category navigations setting */
@media(min-width: 991px)
{

.cat_mobile
{
	display: none;
}
}

@media(max-width: 991px)
{
	.cat_mobile
{
	display: block;
}
.product_carosal .nav-tabs > li
{
	display: block;
	width: 100%;
}

.nav.nav-tabs.list_show {
    background: #272727 none repeat scroll 0 0;
    left: 0;
    padding: 10px;
    width: 100%;
    z-index: 9999;
    position: absolute;
}

.list_hide
{
	display: none;
}
.txtcenter
{
    text-align: center;
}
.cat_mobile {
   background: #001653 none repeat scroll 0 0;
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    cursor: pointer;
}
.tabs_bg {
    padding: 5px 0;
    background: none;
}

}
/* Blog */





/* category navigations setting */



@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (-webkit-min-device-pixel-ratio:0)
{

    .navbar-form input[type="text"]
    {
        width: 185px !important;
    }
    .navbar-form input[type="text"]:focus
    {
        width: 185px !important;
    }
   .product_dis
     {
        padding: 10px !important;
     }
}
@media only screen
and (min-width : 600px)
and (max-width : 1024px)
{
    .product_dis
    {
        padding: 10px;
    }
}

@media only screen
and (min-width : 600px)
and (max-width : 767px)
{
	.Mobilexs4 {
    width: 25% !important;
    float: left;
}
.Mobilexs8 {
    width: 75% !important;
    float: left;
}
.mobileshow .product_data h3 {

    line-height: 20px;

}
.mobileshow .product_data h3 a {

    font-size: 16px !important;
    display: inline-block;

}
}


@media only screen
and (min-width : 768px)
and (max-width : 1024px)
{
    .product_discription
    {
        /*min-height: 270px;*/
    }
	.mobileshow
    {
    	display: none;
    }
    .product_image
    {
        /*justify-content: flex-start;*/
    }

    .navbar-form input[type="text"]
    {
        width: 192px !important;
            padding: 3px;
            padding-right: 0 !important;
    }
    .navbar-form input[type="text"]:focus
    {
        width: 185px !important;
    }
    .nav>li>a
    {
            padding: 10px 10px !important;
    }
    .navbar-form .btn.btn-default {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ff8400;
    padding: 0;
    position: absolute;
    font-size: 11px;
    right: 18px;
    top: 6px;
    z-index: 9999;
}
}


.fe_data p a:first-child {
    display: inline-block;
    height: 40px;
    margin-bottom: 9px;
    overflow: hidden;
}
.daily_deals li img
{
	max-width: 100%;
	height: auto;
}


	.daily_deals ul li
	{
		width: 48% !important;
	}


@media(max-width: 480px)
{

    .social_links span
    {
/*float: left !important;*/
    }
}

.fe_img img
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}


@media only screen and (min-width:767px) and (max-width:1024px) {
   aside {

    margin-top: 0 !important;

}
.Product_list .col-md-8 {

   /* padding-left: 15px !important;*/

}
   .Mobilexs8 h3 a
   {
      font-size: 18px !important;
    font-weight: bold;
    line-height: 1.2;
   }
.daily_deals ul
{
    text-align: center;
}
.product_dis h3
{
        font-size: 14px;
}
.daily_deals ul li

{
        width: 30% !important;
}

.product_tabs .nav li a
{
    /*font-size: 20px;*/
}

}
/*@media only screen and (max-width:1024px) {
.product_image a img
{
	max-height: 140px;
}

	}*/
@media only screen and (max-width:1024px) {


    .mobileshow .pull-left i
    {
       color: #fe9a0f;
    }
   .mobileshow .product_data h3 a
   {
          color: #19378d;
    font-size: 14px;
    font-weight: bold;
   }
   .Product_list .container, .Product_list .col-md-8
   {
    padding: 0;
   }

   .Mobilexs4
   {
        width: 35%;
        float: left;
   }
   .Mobilexs8
   {
    width: 65%;
        float: left;
   }
   .Mobilexs8 h3
   {
    margin: 0;
        line-height: 16px;

   }
   .Mobilexs8 .product_data
   {
        margin: 0;
        padding-left: 0;
        height: 80px;
   }

    .ProductTabs .product_data span
   {
        position: absolute;
        bottom: 0;

   }

  .mobileshow
  {
   /* padding:  10px;*/
    margin-top: 0;
    /*margin-bottom: 10px;*/
    float: left;
    width: 100%;
  }
  .Product_list
  {
    margin-top: 0;
    /*padding-top: 0;*/
    padding-top: 50px 0px;
  }
  .Product_list .container
  {
    width: 100%;
  }
  .ArrowRight
  {
           position: absolute;
    right: 10px;
    top: 40%;
    bottom: 50%;
    font-size: 20px;
    color: #fe9a0f;
    font-weight: bold;
    z-index: 999;
  }
  .ArrowRight i
  {
    float: left;
  }
  .product_detailsXs
  {
   /* display: block !important;*/
  }
  .xs-100
  {
        width: 100%;
    float: left;
       padding: 10px 0px !important;
  }
  .product_detailsXsItem
  {
   /* padding: 20px; */
  }
  .product_detailsXsItem img.productImg
  {

   width: auto;

  }
  .product_hide
  {
    left: 0;
  }
  .product_detailsXsContent span
  {
    color: #ff0000;
    font-weight: bold;
    font-size: 15px;
  }
   .product_detailsXsContent h3
  {
     line-height: 14px;
      margin-bottom: 0;
          margin-top: 0;
  }
  .product_detailsXsContent h3 a
  {
       color: #19378d;
    font-size: 14px;
    font-weight: bold;
    margin-top:10px;

    /*border-bottom: 1px solid #ddd;*/


  }
  .product_detailsXsPost .social_links
  {
    padding: 0;
    border-bottom: 0;
    text-align: right;
  }
.postDate
{
    float: left;
}
.SocialLinks
{
    /* float: right !important;*/
}
.product_detailsXsDes p
{
    color: #262626;
}
.product_detailsXsBttn a
{
           background: #fe9b11;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;

    display: inline-block;

}

.product_detailsXsContent, .product_detailsXsPost, .product_detailsXsDes, .product_detailsXsBttn
{
        /*padding: 10px 0px;*/
}
.Expireimg
{
    position: absolute;
    left: 0px;
    top: 0;
        width: 80px;
}
.product_detailsXsItem
{
       position: relative;
    background: #fff;
    border-top: 4px solid #eee;
    min-height: 200px;
}
.product_detailsXsItem .product_hide
{
    left: 0;
}
.product_detailsXsPost
{
    float: left;width: 100%;
}
.product_detailsXsPost .social_links ul
{
    list-style: none;
    padding-left: 0;
           margin-bottom: 0;
        /*float: right;*/
}
.product_detailsXsPost .social_links a
{
    color: #262626;

}
.SocialBar
{
    float: left;
    width: 30%;
}
.Ratings
{
    float: left;
    width: 35%;
}
.SocialBar
{
    float: right;
    width: 65%;
}
.social_links ul li
{
    display: inline-block;
       margin-left: 20px;

    position: relative;
}
.social_links ul li:first-child:after
{    content: '';
    position: absolute;
    top: 6px;
    right: -13px;
    height: 10px;
    background: #525252;
    width: 1px;

}
.product_detailsXsDes ul
{
    padding-left: 15px;
    margin-bottom: 0;
}
.social_links .SocialLinks
{
       /* float: right;*/
}
.product_price_row
{
    width: 30%;
    float: left;
}
.ShopNowBttn
{
    width: 60%;
    float: right;

}
.product_detailsXsBttn
{
	padding-top: 0 !important;
}
.color-brand
{
    color: #ff0000;
}
.product_price h3
{
    font-weight: bold;
        margin: 4px;
}
.product_detailsXserror
{
   /* margin-top: 10px;
        margin-bottom: 30px;*/
}
.PostedDate
{
    width: 60%;
    float: left;
}
.ReportError
{
    width: 40%;
    float: right;
}
.ReportError a
{
    color: #333;
    font-size: 14px;
    font-weight: 500;

}
.ReportError button
{
    float: right;
        width: 100%;
        text-align: right;

}
.borderBottom
{
       border-bottom: 1px solid #bdbdbd;
    float: left;
    width: 100%;
    margin-top: 3px;
    margin-bottom:  3px;
}
.itemImg a
{
	position: relative;
}
.ShopNowBttn a
{
    float: right;
}
aside
{
	float: left;
	width: 100%;
	    margin-top: 10px;
}
.itemImg
{
               width: 70%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    align-content: center;
    min-height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}
.ProductTabs
{
	padding:10px;
	    margin-top: 10px;
    margin-bottom: 0;
}
.Product_list .tab-content
{
	padding:0;
	float: left;
	width: 100%;
}
.xs-container
{
	padding-left: 15px;
	padding-right: 15px;
}

.ProductTabsItem
{
	height: 80px;
}
.ProductTabsItem .product_image {
    height: 80px;
    width: 100px;
        margin: 0 auto;

}






}


span.hot5
{
    background: url(../img/stars-red.png) top left !important;
    display: inline-block;
    height: 12px;
    width: 70px;
    overflow: hidden;
    text-indent: -9999px;

    background-position: 0 0;
}
span.RatingStar
{
   background: url(../img/stars-yellow.png) top left;
    display: inline-block;
    height: 12px;
    width: 70px;
    overflow: hidden;
    text-indent: -9999px;

}
span.r0 {
       background-position: 84px 0;

}
span.r1 {
        background-position: -55px 0;
}
span.r2 {
        background-position: -40px 0;
}
span.r3 {
    background-position: -27px 0;
}
span.r4 {
    background-position: -14px 0;
}

.formBttn button.mmrr
{
	float: left !important;
}
.formBttn
{
	display: inline-block;
}



.coupon_cover .fe_img
{
	height: 65px;
}
.coupon_cover .fe_data
{
	    text-align: left;
}
.coupon_cover .fe_data p
{
	padding-right: 0;
}
.coupon_cover .fe_data a
{
	          color: #337ab7;
    float: left;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
        height: auto !important;
}
.coupon_cover .fe_data a:hover
{
	      text-decoration: none;
}
.coupon_cover .fe_item
{
	    padding: 6px 0px;
    margin-top: 0;
}
.daily_deals > h3
{
	font-size: 30px;
}
.coupon_cover > h3
{
	color: #223f91;
	font-size: 30px;
}


.featured_blogs > h3
{
color: #223f91;
	font-size: 30px;
	text-align: center;
}
.product_footer ul.pull-right li a
{
	font-size: 12px;
}


#myModal1 .modal-dialog {
    width: 600px !important;
    margin: 10% auto;
        margin-right: auto;
        margin-left: auto;
}
#myModal2 .modal-dialog {
    width: 400px !important;
    margin: 13% auto;
        margin-right: auto;
        margin-left: auto;
}
.DealInfo-Wrapper
{
    border: none;
    margin-top: 0;
}
.DealInfo-Wrapper  h3
{
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
}
.DealInfo-Wrapper
{
	float: left;

width: 100%;

display: inline-block;

background: #fff;
}
.width-100
{
	width: 100%;
	float: left;
}
/*.DealInfo-Wrapper  input
{

}*/

.DealInfo-Wrapper  #datepicker
{
	float: none;
margin-left: 10px;
border: 1px solid #d5d5d5;
border-radius: 4px;
padding: 6px;
margin-top: 7px;
height: auto;
}
.DealInfo-Wrapper  .row-fluid
{
	display: inline-block;
}
.DealInfo-Wrapper .deal_title_fancy
{
	padding-bottom: 14px;
}
.DealInfo-Wrapper input#button
{
	margin-top: 10px;
}


.NextPage
{
    z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.mobileshow
{
	display: none;
}
.product_item  .col-md-3
{
    padding-right: 0;
}
.contactUs
{
    margin-top: 20px;
}
.contactUs ul.nav li
{
    margin-bottom: 10px;
}
.Captchafield
{
    margin-top: 10px;
}
.navbar-right .dropdown-menu
{
    left: 0 !important;
}
textarea
{
    min-height: 100px;
    max-height: 100px;
    min-width: 100%;
    max-width: 100%;
}

/* Mobile Menu */

 @media screen and (max-width:767px) {
    .PostCommentSection .form-horizontal .form-group
{
    margin-right: 0;
    margin-left: 0;
}

.dropdown-submenu > a::after
{
    display: none;
}
.dropdown-submenu
{
    position: relative;

float: left;

width: 100%;
}
.dropdown-menu
{
    width: 100%;
   padding-left: 0 !important;
}
.dropdown-submenu .dropdown-menu
{
    position: relative;
    left: 0;
    background: transparent;
margin-left: 0 !important;
top: 8px;
margin-bottom: 8px;
border: 0;

box-shadow: none;
}
.dropdown-submenu .MenuIcon
{
    display: block !important
}
.dropdown-menu
{
    position: relative;
    z-index: 11111;
}
.dropdown-submenu .dropdown-menu li a
{
    background: #383737;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;

}
.dropdown-submenu .dropdown-menu li a:hover
{
    background: #ff8400;
}

}

.MobileMenu
{
    display: none;
}


.dropdown-submenu .MenuIcon
{
 color: #fff;

z-index: 11111;

display: none;

position: absolute;

top: 0px;

right: 0px;

font-size: 14px !important;

height: 42px;

width: 40px;

/*background: #000;*/

text-align: center;

padding-top: 11px;

cursor: pointer;

border-radius: 3px;
}

/* End Mobile Menu */



/* Comment Section */

.CommentTitle h4
{
background: #223f91;
    padding: 10px 20px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fe9a0f;

}
.PostCommentSection
{
   background-color: #fff;

margin-bottom: 30px;

padding-bottom: 40px;

box-shadow: 1px 3px 3px 1px #dedede;
}
.post_login a.mmrr
{
    float: left;

margin-left: 20px;

margin-top: 10px;
}
.md-width_100
{
    width: 100%;
    display: inline-block;
}
.PostCommentSection .commentbox
{
    /*text-align: center;*/
    padding-bottom: 10px;
}
.PostCommentSection .commentbox  h4
{
    text-align: center;

}
.PostCommentSection .commentbox h4
{
   margin-top: 0;
}
.PostCommentSection .commentboxalt, .PostCommentSection .commentbox
{
    padding: 15px 20px;

display: inline-block;

width: 100%;

border-bottom: 1px solid #f6f6f6;
}
.PostCommentSection .com_txt strong.comment_name
{
    display: inline-block;

margin-top: 5px;
}
.DateTime
{
    font-weight: 600;

font-size: 12px;

margin-bottom: 10px;

display: inline-block;
}
.PostCommentSection .form-horizontal .form-group
{
    margin-right: 0;
}
.PostCommentSection .mmrr
{
    float: left;
}
.PostCommentSection .commentboxalt .com_img img, .PostCommentSection .commentbox .com_img img
{
    border-radius: 50%;
    border: 3px solid #eee;
}
.postComent
{
    margin-top: 25px;
}

.UserShow
{
    width: 100%;
    display: inline-block;
}
.UserShow .com_img
{
    width: 70px;

float: left;
}
.UserShow .com_txt
{
    width: 70%;

float: left;
}

.ErrSubmitBttn
{
    background: #fe9a0f;
    color: #fff;
}
.recentTitle
{
   padding-left: 22px;

font-weight: bold;
margin-top: 20px;
}
/*.recentTitle:after
{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}*/
/* End Comment Section */

.product_name
{
	position: relative;
	z-index: 99;
}
/*.Pricing-pannel
{
	position: absolute;
	bottom: 0;
	width: 100%;
}*/
.Pricing-pannel .shop_now
{
	position: relative;
	z-index: 99;
}
.product_detailsXsContent
{
	position: relative;
	z-index: 99;
}
.ShopNowBttn
{
	position: relative;
	z-index: 99;
}
.product_item .col-md-12
{
	display: inline-block;
	width: 100%;
}
.Mobilexs8 .product_data h3
{
    position: relative;
    z-index: 999;
}

.product_discription
{
    min-height: 80px;
}
.shop_wrapper
{
    padding-top: 10px;
}
.padding0
{
    padding-left: 0;
    padding-right: 0;
}

/*custom css 30/08*/


/*Privacy Policy CSS added on 11 Sept 2018 By Manish*/

.privacy_policy{
    padding: 50px 0px;
}
.privacy_policy_wrapper .title{
    font-weight: bold;
    font-size: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    color: #001653;
}
.list_item{
    margin: 20px 0px;
    /*padding-left: 20px;*/
}
.list_item h4{
    font-size: 16px;
    font-weight: bold;
    color: #001653;
    position: relative;
    margin-top: 0 !important;
}
.list_item h4:before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    height: 5px;
    width: 5px;
    background: #212121;
    border-radius: 50%;
}
.list_item p{
    color: #383838;
    font-size: 14px;
}
.list_item p span{
    font-size: 15px;
}
.list_item h5{

    font-weight: bold;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    line-height: 20px;
    margin-top:30px;
}
.list_item h5 a{

    font-size: 15px;
    color: #001653;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    display: block;
    margin-top: 10px;
}
.list_item h5 a:hover{
    color:#fe9400;
}
.list_item h5 a i{
    margin-right: 5px;
}
.mainUl
{
    list-style-type: none;
    padding-left: 0;
}
.mainUl li
{
    display: inline-block;
    margin-left: 10px;
}
@media(max-width: 767px) {
.list_item h5
{
    line-height: 20px !important;
}
    .list_item h4
    {
        line-height: 22px;
    }
    .list_item h5 a {
        font-size: 15px;
        margin-top: 20px;
        display: inline-block;
        word-break: break-all;
        display: inline-flex;
    }
    .list_item h5 a i
    {
        margin-top: 3px;
    }
    .list_item h4::before
    {
        top: 12px !important;
    }
    .mainUl
    {
        padding-left: 0;
        float: none !important;
        text-align: center;
    }
}

@media(max-width: 1024px) and (min-width: 768px) {
    .google_adds>img {
        max-width: 100%;
    }
    .daily_deals img {
        max-width: 100%;
    }
    .daily_deals ul {
        columns: auto;
        -moz-columns: auto;
        -ms-columns: auto;
    }
    .Product_list .container{

    padding: 0 15px !important;

}
.Product_list .col-md-8
{
    padding-left: 0;
    padding-right: 15px !important;
}
.list_item h4
    {
        line-height: 22px;
    }


     .list_item h4::before
     {
        top: 12px !important;
     }
     .list_item h5 a
     {
        display: block;
        margin-top: 10px;
     }
     .textPara
     {
        width: 70%;
        text-align: left;
     }

}

/*Privacy Policy*/
