﻿#search_box{width:595px;}



#product{margin-top:10px;}

/* top */

#top { background-color:#000; padding:0; margin: 0 0 25px 0; min-height: 36px; }

#top .container { padding: 0 20px; }

#top #form-currency .currency-select, #top #form-language .language-select { text-align: left; color:#333; font-size:13px; padding:3px 16px;}

#top #form-currency .currency-select:hover, #top #form-language .language-select:hover { text-shadow: none; text-decoration:none; color: #F05C2C; background-color: #eee;}

#top .btn-group > .btn-link, #top-links > ul > li, #top-links > ul > li > a { color: #bbb; background:none; text-decoration: none; }

#top .btn-group > .btn-link:hover, #top-links > ul > li > a:hover { color: #eee;}

#top-links .dropdown-menu a { text-shadow: none; font-size:13px; }

#top .btn-link strong { font-size: 14px; line-height: 14px; }

#top-links { padding-top: 6px; }

#top-links a + a { margin-left: 15px; }





/* content */

#content {min-height: 600px;}





/* alert */

.alert { padding: 8px 14px 8px 14px; }



/* breadcrumb */

.breadcrumb { margin: 15px 0 15px 0; padding:0px; background:none;}

.breadcrumb i { font-size: 15px; }

.breadcrumb > li { text-shadow: 0 1px 0 #FFF; padding:0 10px; position: relative; white-space: nowrap; }

.breadcrumb > li:first-child{padding-left:2px;}

.breadcrumb > li a{color:#777}

.breadcrumb > li a:hover{color:#F05C2C}

.breadcrumb > li + li:before { content: ''; padding: 0; }

.breadcrumb > li:after { content: ''; display: block; position: absolute; top:6px; right: -3px; width:6px; height:6px; border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.pagination { margin: 0; }



/* buttons */

.buttons { margin: 1em 0; }

.btn { padding:7px 16px; font-size:14px; border:none; border-radius: 4px;}

.btn-xs { font-size: 9px; }

.btn-sm { font-size: 10.2px; }

.btn-lg { padding: 10px 16px; font-size: 15px; }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover { font-size: 12px; }

.btn-group > .btn-xs { font-size: 9px; }

.btn-group > .btn-sm { font-size: 10.2px; }

.btn-group > .btn-lg { font-size: 15px; }

.btn-default { color: #777; background-color: #e7e7e7;}

.btn-primary { color: #ffffff; background-color: #F05C2C;}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-color: #222;}

.btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; border-color: #f89406 #f89406 #ad6704; }

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] { box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; }

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b;}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1); }

.btn-info { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #df5c39;}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { background-image: none; background-color: #df5c39; }

.btn-link { border-color: rgba(0, 0, 0, 0); cursor: pointer; color: #23A1D1; border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled] { background-color: rgba(0, 0, 0, 0); background-image: none; box-shadow: none; }

.btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636;}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] { background-color: #222222;}



/* list group */

.list-group a { border: 1px solid #DDDDDD; color: #888888; padding: 8px 12px; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover { color: #F05C2C; background: #eeeeee; border: 1px solid #DDDDDD; }



/* carousel */

.carousel-caption { color: #FFFFFF; text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before { content: '\f053'; font-family: FontAwesome; }

.carousel-control .icon-next:before { content: '\f054'; font-family: FontAwesome; }



/* product list */

.product-thumb {margin-bottom: 20px; overflow: auto; padding:15px; }

.product-thumb .image { text-align: center; }

.product-thumb .image a { display: block; }

.product-thumb .image a:hover { opacity: 0.8; }

.product-thumb .image img { margin-left: auto; margin-right: auto; }

.product-grid .product-thumb .image { float: none; }

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    .product-list .cm_content_div{
        float: left;
    }
    .product-list .cm_cart_div{
        width: 45%;
        float: right;
        margin-top: -63px;
    }
    .product-list .cm_add_to_cart_sec{
        width: 223px;
    }
    .product-grid .image,
    .product-grid .caption{
        width: 100%;
    }
}

.product-thumb .caption{text-align:center;}

.product-thumb .caption > p{display:none;}

.product-thumb .caption > p.price{display:block;}

.product-list .product-thumb .caption { text-align:left;}

@media (max-width: 767px) {
    .product-layout .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
    .product-grid .product-thumb .caption { 
        text-align:left;
    }
    .product-grid .product-thumb .image{
        float: left;
    }
    .product-thumb .caption .price{
        padding: 0;
    }
    .product-thumb .caption p{
        font-size: 13px;
        line-height: 16px;
        margin: 0;
        margin-top: 5px;
    }
    #search_box{
        width:100% !important;
    }
    .product-layout .product-thumb .image {
        padding: 0;
    }
    .cm_p_title b{
        font-weight: 900;
    }
    .cm_p_title a{
        color: #444;
    }
    .cm_p_title{
        font-size: 14px;
    }
    .cm_cart_div .cm_main_cart_div{
        padding: 0;
        font-size: 10px;
    }
    .cm_cart_div{
        padding: 0;
    }
    .product-thumb .button-group button.cm_out_of_stock_btn,
    .product-thumb .button-group button.cm_add_to_cart_btn{
        line-height: 19px;
        padding: 6px;
        font-size: 10px;
    }
    .cm_add_to_cart_btn i{
        display: none;
    }
    .product-thumb{
        margin-bottom: 10px;
    }
    .product-list .cm_content_div{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.product-thumb .rating { padding-bottom: 10px; }

.rating .fa-stack { font-size: 8px; }

.rating .fa-star-o { color: #999; font-size: 15px; }

.rating .fa-star { color: #FC0; font-size: 15px; }

.rating .fa-star + .fa-star-o { color: #E69500; }

h2.price { margin: 0; }

.product-thumb .price { color: #444; }

.product-thumb .price-new { font-weight: 600; }

.product-thumb .price-old { color: #999; text-decoration: line-through; margin-left: 10px; }

.product-thumb .price-tax { color: #999; font-size: 12px; display: block; }

.product-thumb .button-group {background-color: #eee; overflow: auto; visibility:hidden;}

.product-thumb:hover .button-group{visibility:visible;}

.product-list .product-thumb .button-group {visibility:visible;}

.product-list .product-thumb .caption > p{display:block;}

@media (max-width: 768px) {

 .product-list .product-thumb .button-group {

 border-left: none;

}

}

.product-thumb .button-group button { border: none; display: inline-block; float: left; background-color: #f05c2c; color: #fff; line-height: 25px; font-weight: bold; text-align: center; text-transform: uppercase; }

.product-thumb .button-group button + button { width: 20%; border-left: 1px solid #ddd; }

.product-thumb .button-group button:hover { color: #fff; background-color: #da5024; text-decoration: none; cursor: pointer; }

@media (max-width: 1200px) {

 .product-thumb .button-group button, .product-thumb .button-group button + button {

 width: 100%;

}

}

@media (max-width: 767px) {

 .product-thumb .button-group button, .product-thumb .button-group button + button {

 width: 100%;

}

}

.thumbnails { overflow: auto; clear: both; list-style: none; padding: 0; margin: 0; }

.thumbnails > li { margin-left: 20px; }

.thumbnails { margin-left: -20px; }

.thumbnails > img { width: 100%; }

.image-additional a { margin-bottom: 20px; padding: 5px; display: block; border: 1px solid #ddd; }

.image-additional { max-width: 78px; }

.thumbnails .image-additional { float: left; margin-left: 20px; }

 @media (min-width: 1200px) {

 #content .col-lg-2:nth-child(6n+1), #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {

 clear:left;

}

}

@media (min-width: 992px) and (max-width: 1199px) {

 #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {

 clear:left;

}

}

@media (min-width: 768px) and (max-width: 991px) {

 #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {

 clear:left;

}

}



/* fixed colum left + content + right*/

@media (min-width: 768px) {

    #column-left .product-layout .col-md-3 {

    width: 100%;

    }

    #column-left + #content .product-layout .col-md-3 {

    width: 50%;

    }

    #column-left + #content + #column-right .product-layout .col-md-3 {

    width: 100%;

    }

    #content + #column-right .product-layout .col-md-3 {

    width: 100%;

    }
    .cm_center_popup_model:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }

}



.well > h2{margin-top:0px;}

/* fixed product layouts used in left and right columns */

#column-left .product-layout, #column-right .product-layout { width: 100%; }



/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {

 min-width: 50px;

}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] { background-image: none; background-color: #df5c39; }



#search_box {

    color:#000 !important;

}
button[disabled].cm_out_of_stock_btn{
    font-weight: 800;
    background-color: #d9534f;
}
button[disabled].cm_out_of_stock_btn:hover{
    cursor:not-allowed;
}
.cm_prescption_main_sec img.cm_prescption_img{
    width: 36px;
    float: left;
    margin-top: 2px;
}
.cm_prescption_main_sec label.control-label{
    margin-left: 15px;
}
.cm_prescption_main_sec .cm_small_txt{
    margin-left: 52px;
    display: block;
}
.cm_pre_price{
    float: right;
    margin-bottom: 10px;
    margin-right: 10px;
}
.cm_pre_price .cm_pre_free_txt{
    display: block;
    font-weight: 800;
    color: #fff;
    background: #f05c2c;
    padding: 1px 4px;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 13px;
}
.cm_new_add_to_cart_btn{
    padding: 5px;
    background: #f05c2c;
    border-radius: 8px;
    font-weight: 800;
    color: #fff;
    border-color: #f05c2c;
    width: 100%;
    font-size: 16px;
}
.cm_arrow_down{
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 2px;
    margin-left: 4px;
}
.cm_cate_popup_title{
    display: inline-block;
    font-weight: 700;
}
.cm_qty_list{
    max-height: 350px;
    overflow-y: scroll;
}
.cm_qty_number{
    padding: 10px 15px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}
.cm_qty_number:hover{
    background: #eee;
}
.cm_remove_item{
    padding: 15px;
    font-weight: 600;
}
.cm_popup_body{
    padding: 0;
}
#cm_qty_popup .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    width: 50%;
    margin: auto;
    padding: 140px 0px;
}
.cm_center_popup_model{
	text-align: center;
}
.cm_center_popup_model .cm_close_btn{
	width: 60px;
	text-align: center;
	margin: 12px auto;
}
.cm_center_popup_model .cm_close_btn .btn{
	padding: 6px;
}
.cm_center_popup_model .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.cm_center_popup_model .modal-title{
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
.cm_center_popup_model .modal-header{
	border: 0;
}
.cm_center_popup_model .modal-body{
	font-size: 18px;
	text-align: center;
	padding: 8px 15px;
}