/****************************************/


/**********Default Property*************/


/****************************************/

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300italic,300,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,600,600italic,700,700italic,900);

/*Left Menu css*/


/* First level*/

.cd-accordion-menu label,
.cd-accordion-menu a {
    color: black;
    font: 400 16px 'Oswald', sans-serif;
    background: white;
    ;
    padding: 10px;
    display: block;
    border-bottom: 1px #050505 solid;
    transition: all 0.3s;
}

li {
    list-style-type: none;
}

.cd-accordion-menu label:hover,
.cd-accordion-menu a:hover {
    padding-left: 15px;
    color: #fdcd0b;
    background: white;
}


/* second level*/

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
    padding-left: 20px;
    background: white;
    color: black;
    font: 700 15px 'Oswald', sans-serif;
    border-bottom: none;
    transition: all 0.3s;
    text-transform: capitalize;
}

.cd-accordion-menu ul label:hover,
.cd-accordion-menu ul a:hover {
    padding-left: 25px;
    color: black;
}


/* third level*/

.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
    padding-left: 30px;
    transition: all 0.3s;
}

.cd-accordion-menu ul ul label:hover,
.cd-accordion-menu ul ul a:hover {
    padding-left: 35px;
}

.cd-accordion-menu .pull-right {
    float: right;
}


/*end*/

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .row-eq-height {
        display: block;
    }
}

.inflex {
    display: inline-flex;
}

@media screen and (max-width: 768px) {
    .inflex {
        display: block;
    }
}

.logo {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.clpadr {
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadr {
        padding-right: 15px !important;
    }
}

.clpadl {
    padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadl {
        padding-left: 15px !important;
    }
}

.clpad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.txt-r {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .txt-r {
        text-align: center;
    }
}

.txt-1 {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .txt-1 {
        text-align: center;
    }
}

.cat_active {
    color: #050505 !important;
    background: #fdcd0b !important;
}

.paginginfo {
    float: left;
    width: 100%;
    background: #E8E5E5;
    margin: 0 10px 0 0;
    font-size: 0;
    padding: 3px 0;
}

.paginginfo p {
    font: normal 14px 'Oswald', sans-serif;
    margin: 0;
    color: black;
}

.pgright {
    float: right;
}

@media screen and (max-width: 768px) {
    .paginginfo {
        text-align: center;
    }
    .pgright {
        float: none;
    }
}

.paginginfo a {
    margin: 0 1px;
}

.paginginfo a.paging {
    background: #000000;
    color: white;
    font: normal 14px 'Oswald', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}

.paginginfo a.paging:hover {
    background: #008ed4;
    color: white;
    font: normal 14px 'Oswald', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
}

.paginginfo a.pagingd {
    background: #8C898A;
    color: white;
    font: normal 14px 'Oswald', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}

.paginginfo a.paginga {
    background: #008ed4;
    color: white;
    font: normal 14px 'Oswald', sans-serif;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 24px;
    transition: all 0.3s;
}

.xmsgred {
    border-radius: 5px;
    margin: 10px 0;
    color: black;
    font: normal 16px 'Oswald', sans-serif;
    text-align: center;
    padding: 10px;
}

.prodpgcat a {
    background: #6F6F6F;
    color: white;
    display: block;
    padding: 10px;
    font: normal 16px 'Oswald', sans-serif;
    transition: all 0.3s;
}

.prodpgcat a:hover {
    background: #008ed4;
    color: white;
    display: block;
    padding: 10px;
    font: normal 16px 'Oswald', sans-serif;
}

.bbasket {
    border: 1px #ccc solid;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.bbasket .pdpd {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 768px) {
    .bbasket .pdpd {
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }
    .bbasket h5 {
        text-align: center;
    }
}

.bbasket h5 {
    background: #c1c1c1;
    font: 500 15px 'Oswald', sans-serif;
    text-transform: capitalize;
    padding: 15px 10px;
    margin: 0 0 5px 0;
}

.bbasket p {
    margin: 0;
    font: 400 14px 'Oswald', sans-serif;
    color: #fff;
}

.bbasket p span {
    color: red;
}


/*Notices*/

.card {
    border-radius: 5px;
    margin: 5px 0;
}

.green {
    background: #93f193;
}

.red {
    background: #f9a299;
}

.orange {
    background: #f9ce99;
}

.card-content {
    padding: 10px;
    text-align: center;
}

.card-content p {
    margin: 0;
}

.ccback {
    display: inline-block;
    background: #4D4D4D;
    color: white;
    padding: 5px 10px;
    margin: 5px 0;
}

.ccback:hover {
    display: inline-block;
    background: #000;
    color: white;
    padding: 5px 10px;
    margin: 5px 0;
}


/****************************************/


/**********Default Property*************/


/****************************************/

.next-back {
    background: #000;
}

.content_head {
    font: 600 18px 'Oswald', sans-serif;
    background: #fff;
    color: #2e2e2e;
    font-weight: normal;
    padding: 10px 15px;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    border-bottom: 2px solid #ff0000;
    text-transform: uppercase;
    font-weight: 600
}

.content_head1 {
    font: 600 18px 'Oswald', sans-serif;
    background: #fff;
    color: #2e2e2e;
    font-weight: normal;
    padding: 10px 15px;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    border-bottom: 2px solid #ffbe00;
    text-transform: uppercase;
    font-weight: 600
}

.content_text {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #383838;
    padding-bottom: 10px;
    font-weight: 500;
}

.cat_head {
    font: 600 18px 'Oswald', sans-serif;
    background: #fff;
    color: #2e2e2e;
    font-weight: normal;
    padding: 10px 0px;
    margin-bottom: 0px !important;
    margin-top: 15px !important;
    border-bottom: 2px solid #fdcd0b;
    text-align: center;
    font-weight: 600
}

.left_menu_main a {
    background: #444;
    margin-bottom: 0px !important;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    color: #fff;
    padding: 10px 10px 10px 15px;
    display: block;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
    text-decoration: none;
}

.left_menu_main a:hover {
    background: #2c2c2c;
    color: #fff;
    padding-left: 20px;
}

.left_sub_menu {
    margin-bottom: 0px;
}

.left_sub_menu a {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    background: #ccc;
    color: #000;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
}

.left_sub_menu a:hover {
    background: #0051b5;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    padding-left: 20px;
}

.left_sub_menu a:focus {
    background: #0051b5;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    padding-left: 20px;
}

.paging_con {
    text-align: right;
    font: 400 12px 'Oswald', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

.paging_con a {
    background: #fdcd0b;
    color: black;
    padding: 10px;
}

.paging_con a:hover {
    color: #2a2a2a;
}


/*Featured Products*/

.f-maindiv2 {
    border: 2px solid #ccc;
    border-radius: 2px;
    transition: 0.2s all;
    position: relative;
    margin-bottom: 45px;
}

.f-maindiv2:hover {
    border: 2px solid #0051b5;
}

.widged-img2 {
    text-align: center;
    padding: 30px 0px;
    background: #fff;
}

.widged-img2 img {
    display: inline-block;
    width: 100%;
}

.fet_text2 {
    text-align: center;
    margin: 35px 0px;
}

.fet_text2 h2 {
    font-family: 'aldine721_btbold_italic';
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
    background: url(images/headingbg02.png)no-repeat center bottom;
}

.fet_text2 p {
    color: #aeaeae;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    margin-top: 7px;
}

.pro-text2 {
    background: #fff;
    text-align: center;
    padding: 1px 0px;
}

.pro-text2 h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #343434;
    font-weight: 600;
}

.pro-text2 p {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #616161;
    padding-bottom: 30px;
    font-weight: 600;
    margin-top: 5px;
}

.fea_icon2 {
    text-align: center;
    position: absolute;
    margin-top: -65px;
    margin-bottom: 25px;
    left: 42%;
    right: 42%;
}

.fea_icon2 i {
    background: #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 15px 0px;
    font-size: 20px;
    color: #0051b5;
    border: 2px solid #ccc;
    transition: 0.4s all;
}

.fea_icon2 i:hover {
    background: #0051b5;
    border: 2px solid #0051b5;
}

.f-maindiv2:hover .fea_icon2 i {
    background: #0051b5;
    color: #fff;
    border: 2px solid #0051b5;
}


/*Zoom Product*/

.p_img2 {
    border: 2px solid #ccc;
}

.d_name {
    font-family: 'Oswald', sans-serif;
    background: #0051b5;
    font-size: 15px;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 2px solid #2e2e2e;
    text-transform: capitalize;
    font-weight: 500;
}

.d_art {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    background: #0051b5;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 2px solid #2e2e2e;
    text-transform: capitalize;
    font-weight: 500;
}

.d_detail {
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    background: #0051b5;
    color: #fff;
    padding: 10px 15px;
    border-bottom: 2px solid #2e2e2e;
    text-transform: capitalize;
    font-weight: 500;
}

.d_detail h3 {
    font-family: 'Oswald', sans-serif;
    background: #0051b5;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-weight: 500;
}

.d_detail p {
    margin: 0px 0px 10px 0px;
}

.d_qty {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding: 6px 0px;
    color: #2e2e2e;
    text-transform: capitalize;
    font-weight: 500;
}

.d_qty p {
    padding-bottom: 10px;
}

.s_opt {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    padding: 6px 0px 0px 0px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.add_to_basket {
    background-color: white;
    color: black;
    padding: 13px 32px;
    border: none;
    transition: 0.9s;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}
.add_to_basket:hover {
    background-color: #fe0000;
    color: #fff;
}
.submti20jfk{
	
}
.submti20jfk h4{
	font-size: 35px;
	font-weight: 600;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.submti20jfk h3{
	font-size: 18px;
	font-weight: 500;
}
.sub-btn {
    padding: 8px 15px 8px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

.sub-btn:hover {
    padding: 8px 15px 8px 15px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
}

.basket {
    padding: 10px 20px 10px 20px;
    margin-top: 10px;
    background: #0051b5;
    width: 100%;
    border: 0px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    text-transform: uppercase;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}