a:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

/* Register Page Css Start Here */
.min-height-d-210 {
    min-height: 210px;
}

/* Radio button Css Strt Here */
.radio {
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
    font-weight: 700;
}

/* Hide the browser's default radio button */
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

textarea {
    resize: none;
}

.f-weight-700 {
    font-weight: 700;
}

/* Add to Cart Page Start Here */
.mb-15 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.shoppingcart .btn-group .btn-primary {
    word-break: break-all;
    white-space: normal;
}

.shoppingcart .tab-content {
    margin-bottom: 40px;
}

.tab_title {
    font-size: 20px;
}

.brd-bottom {
    border-bottom: 1px solid #eaeaea;
}

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

.modal-header {
    background: #000000;
}

.close {
    color: #fff;
    opacity: 1;
    position: relative;
    top: 5px;
}

.close:hover,
.close:focus {
    color: #fff;
    opacity: 0.7;
}

.modal-title {
    color: #fff;
    font-weight: 700;
}

.modal .logo {
    margin: 10px auto 20px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.loginform .modal-dialog {
    width: 400px;
    max-width: 100%;
}

.loginform .modal-dialog .control-label {
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    color: #40403f;
    margin-bottom: 5px;
}

/* Custom Css End Here */
.form-horizontal .control-label {
    text-align: left;
    font-size: 1.2em;
}

.f-s-14 {
    font-size: 14px;
}

.f-s-16 {
    font-size: 16px;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.btn-edtlist {
    text-align: right;
}

@media (max-width: 767px) {
    .loginform .modal-dialog {
        width: auto;
        max-width: 100%;
    }
}

#sns_content {
    margin: 0 0 50px;
    position: relative;
}

.bottom.row {
    margin-top: 50px;
}

html {
    background-color: black;
}

body {
    font-size: 12px;
}

@media (max-width: 641px) {
    .cart tbody td .product-name {
        line-height: 18px;
    }
}

img {
    max-width: 100%;
    margin: 0;
}

a:hover,
i:hover,
span:hover {
    transition: all 0.25s ease 0s;
    text-decoration: none;
}

.cms-index-index2 #sns_content .row.bottom {
    margin-top: 0;
}

@media (min-width: 1200px) {
    .container {
        width: 1162px;
    }
}

@media (max-width: 479px) {
    [class*="col-phone-"] {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
    }

    .col-phone-12 {
        width: 100%;
    }

    .loginform .modal-dialog {
        width: auto;
        max-width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .loginform .modal-dialog {
        width: auto;
        max-width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .show-sidebar #sns_content {
        position: static;
        z-index: 999;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        padding: 0 20px;
    }
}

.shoppingcart ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shoppingcart ul li {
    display: inline-block;
}

.shoppingcart ul.title {
    position: relative;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eaeaea;
}

.shoppingcart ul.title a {
    font-size: 12px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
}

label,
span.label {
    font-size: 100%;
    font-weight: 400;
}

label em,
p.required {
    color: #fe6d4c;
}

.wrap {
    clear: both;
    width: 100% !important;
}

.wrap:before {
    content: " ";
    display: table;
}

.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

input,
textarea {
    width: 206px;
}

input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
    width: auto;
}

[class*="col-"]:hover {
    z-index: 1;
}

.fa-ul li i {
    margin-top: 3px;
}

.service_title .servis_text {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 15px;
}

.service_title .main_serveis {
    margin-bottom: 36px;
}

p:last-child {
    margin-bottom: 0;
}

.btn-primary i {
    color: inherit;
    top: 0;
    padding: 5px;
}
