@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khula:wght@300;400;600;700;800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&family=Open+Sans:wght@300&display=swap');
/*@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');*/

/* Getting the new tags to behave */
/*======================
    COMMON CSS START
========================*/
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, banner {
    display:block
}
mark, rp, rt, ruby, summary, time {
    display:inline
}
body {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    font-family: 'Nunito Sans', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    outline: 0 none;
    text-decoration: none !important;
    font-family: 'Nunito Sans', sans-serif;
    display: block;
    color: #1972b9;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:focus {
    outline: thin dotted;
    outline-offset: -2px;
    color: #074369;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #074369;
}
*::before, *::after {
    box-sizing: border-box;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
li {
    line-height: 18px;
    list-style: outside none none;
}
p {
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    margin: 0 0 10px;
    padding: 0px;
    font-size: 16px;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
{
    outline: none !important;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 7px 5px;
    border: #d8d8d8 1px solid;
    color:#444;
    font-size: 13px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {
    border: #7ba4c1 1px solid;
    -moz-box-shadow: 0 0 5px #bbb;
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
}
input:required {
    box-shadow:none;
}
input:invalid {
    box-shadow:none;
}
h1 {
    padding:0px;
    margin:0px;
}
h2 {
    padding:0px;
    margin:0px;
}
h3 {
    padding:0px;
    margin:0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    color: #1b2336;
    font-family: 'Khula', sans-serif;
    letter-spacing: 0px;
    font-weight: 700;
}
img {
    display: inline-block;
    max-width: 100%;
    border:none;
    height: auto;
}
ul {
    margin:0;
    padding:0;
}
li {
    list-style:none;
    text-align:left;
}
article {
    width:100%;
    float:left;
    position:relative;
    z-index:-9999;
}
section {
    background: #ffffff;
    overflow: hidden;
    width: 100%;
    float:left;
    position: relative;
}
header {
    width:100%;
}
footer {
    width:100%;
    float:left;
}
nav {
    overflow:hidden;
    width:100%;
    float:left;
}
select{
    border: #d8d8d8 1px solid;
    background: url("../images/d-arrow.png") no-repeat scroll 98% center #FFFFFF !important;
    background-color: rgb(255, 255, 255);
    -webkit-appearance: none;
    -moz-appearance: none !important;
    background-color: #FFFFFF;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 4px 4px;
    text-indent: 0.01px;
    box-shadow: none;
    text-overflow: '';
    display: inline-block;
    cursor: pointer;
}


/*======================
    COMMON CSS END
========================*/

/*======================
    HEADER CSS START
========================*/
header {
    width: 100%;
    z-index: 99999;
    float: left;
}
.header {
    padding: 0px 30px;
}
.top_header
{
    background: #5F259E;
}
.main-header {
    border-bottom: 1px solid rgba(0,0,0,.08) !important;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.1);
    padding: 15px 0px 8px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    transform: translate3d(0px, 0px, 0px);
}
.marquee_con {
    width: 100%;
    float: left;
    padding: 5px 0px;
}
.marquee_con p {
    font-size: 14px;
    font-weight: 400;
    color: #E4C06A;
    margin: 0px;
    display: inline-block;
    cursor: pointer;
}
.main_header .navbar-collapse.collapse, .main_header {
    width: 100%;
    overflow: hidden;
}
.main_header .navbar-default, .quickview_header {
    float: none;
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    background: #fff;
    border: none;
}
.navbar-toggle {
    background: #2874f0;
    margin: 8px 0 3px 15px !important;
}
.main_header .navbar-nav > li {
    padding: 15px 11px 10px;
    position: static;
    display: block !important;
}
.main_header .navbar-nav > li > a, .dropdown-menu li.sub_categories a {
    color: #202020;
    font-weight: 600;
    font-size: 14px;
    padding: 0px;
}
.nav>li>a:focus, .nav>li>a:hover
{
    background: none !important;
    color: #5F259E !important;
    border: none !important;
    box-shadow: none !important;
}
.menu-active {
    color: #5F259E !important;
}
.main_header .navbar-nav > li > a:hover, .main_header .navbar-nav > li > a:focus, .main_header .navbar-nav > li > a:active, .dropdown-menu li.sub_categories a:hover, .dropdown-menu li.sub_categories a:focus, .dropdown-menu li.sub_categories a:sctive, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    transition: .3s;
    color: #5F259E !important;
    background: none !important;
}
.cat_menu .dropdown-menu {
    right: 0px !important;
    top: auto !important;
    margin: 0px auto;
    width: 100%;
    padding: 0px !important;
    max-width: 1100px;
    
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}
.sub_categories_con {
    overflow: auto;
    background: #FFFFFF;
    padding: 30px 20px;
    box-shadow: #00000026 0 15px 25px, #0000000d 0 5px 10px !important;
}
.dropdown-menu a {
    padding: 12px 0px !important;
}
.cat_menu li:nth-child(2) .sub_categories_box {
    width: 32%;
    display: inline-flex;
}
.sub_categories .menu-status
{
    display: inline;
    padding: 1px 2px;
    font-size: 11px;
    text-transform: capitalize;

}
.navbar-default .navbar-toggle .icon-bar
{
    background: #FFF !important;
}
.header .navbar
{
    margin: 0px !important;
}
.header .navbar-collapse.collapse
{
    width: 100% !important;
}
.header .navbar-default
{
    background: none !important;
    border: none !important;
}
.header ul
{
    padding: 0px;
    margin: 0px;
    color: #fff;
}
.header ul li
{
    display: inline-block;
}
.right_menu li
{
    padding: 5px 0px;
}
.header li a
{
    color: #fff;
    font-family: Montserrat;
    padding: 0px 11px !important;
    transition: all 0.4s linear 0s;
    text-transform: capitalize;
}
.header .navbar-right li a
{
    font-weight: 600;
}
.header .navbar-left a {
    text-transform: lowercase;
}
.navbar-right a.amigoways-btn {
    color: #fff;
    line-height: 14px;
    padding: 4px 11px 5px !important;
}
/*.header li:last-child a
{
    padding: 0px !important;
}*/
/*.header .navbar-right li:last-child a {
    padding-right: 0px !important;
}
.header .navbar-left li:first-child a
{
    padding-left: 0px !important;
}*/
.header li a:hover
{
    color: #fff;
}
.main-header li a
{
    font-size: 14px;
    color:#333;
    font-weight: 600;
}
.main-header li a:hover {
    color: #000;
}
.main-header .navbar-right a
{
    border-radius: 4px;
    padding: 13px 18px !important;
    color: #fff;
    border: none;
    transition: .3s;
}
.main-header .user_signin a
{
    background: #5F259E;
}
.main-header .user_signup a
{
    background: #5F259E;
}
.main-header .navbar-right a:hover
{
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    transition: .3s;
    color: #fff;
}
.login_after_header a 
{
    color: #333 !important;
}
.login_after_header a:hover {
    box-shadow: none !important;
    color: #333 !important;
}
.head_search_con input
{
    width: 100%;
    padding: 13px 5px !important;
}
.home_product_search {
    border-radius: 3px 0px 0px 3px !important;
}
.head_search_con .head_search_rest {
    padding: 0px;
}
.head_search_con .amigoways-btn {
    background: #5F259E url("../images/auto-search.png") no-repeat scroll center / 20px auto !important;
    border-radius: 0 4px 4px 0!important;
    border: 1px solid #5F259E !important;
}
.head_search_con .amigoways-btn:hover
{
    background: #5F259E url("../images/auto-search.png") no-repeat scroll center / 20px auto !important;
    border: 1px solid #5F259E !important;
}

.ui-autocomplete {
  box-shadow: 2px 3px 5px -1px rgba(0,0,0,.5);
  overflow: auto;
  white-space: nowrap;
  background: #fff !important;
  color: #000 !important;
  border-radius: 0 0 2px 2px !important;
  border: none !important;
  padding: 0px !important;
  z-index: 999999 !important;
  max-height: 500px
}
.ajax_search_list a {
  font-weight: 600;
  font-size: 13px;
  color: #5F259E;
  border: none !important;
  padding: 5px 15px !important;
}
.ajax_search_list .search_img {
  padding: 0px 15px 0px 0px;
}
.search_img img {
    width: 20px !important;
}
.search_opacity {
  opacity: .54;
}
.ui-state-active .search_opacity {
  opacity: 1;
}
.ui-state-active {
    color: #fff !important;
    opacity: 1 !important;
    font-weight: 600 !important;
}


.header .amigoways_author_nav li a
{
    color: #111 !important;
}
.header .amigoways_author_nav li a
.dropdown-menu
{
    padding: 0px !important;
    border: none !important;
}
.main-header .logo a img {
    width: 200px;
}
.login_after_header .dropdown-menu::before,.login_after_header .dropdown-menu::after
{
    right: 0px;
    left: auto;
}
.login_after_header ul.dropdown-menu li
{
    width: 100%;
    padding: 0px;
}
.login_after_header ul.dropdown-menu li a
{
    text-transform: inherit;
    border-bottom: 1px solid #e9e9e9 !important;
    display: block;
    line-height: 23px;
    padding: 3px 10px !important;
    text-align: left;
    color: #666 !important;
}
.login_after_header .dropdown-menu li > a:hover, .login_after_header .dropdown-menu .active > a, .login_after_header .dropdown-menu .active > a:hover, .login_after_header .dropdown-menu .dmg_author_detail a:hover
{
    background: #f4f4f4 !important;
    outline: none;
}
.caret-up {
    border-bottom: 4px solid;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    display: inline-block;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    width: 0;
}
.dropdown a:hover .dropdown-menu
{
    display: block !important;
}
.user_dropdown
{
    width: 125px !important;
    background: #fff;
    border-top: 0 none !important;
    box-shadow: 0 4px 8px -3px #555454 !important;
    right: 0;
    margin: 0px !important;
    z-index: 11;
}
.header-cart a.show-mini-cart {
    color: #5F259E !important;
    font-size: 25px !important;
}
span.cart-count {
    position: absolute;
    top: 0;
    background: #5F259E;
    color: #fff;
    width: 20px;
    font-size: 12px;
    border-radius: 100%;
    height: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 19px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    pointer-events: none;
}
.amigoways-social-aside {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 99999;
}
.amigoways-social-aside li {
    cursor: pointer;
    padding: 3px 0;
}
.amigoways-social-aside a {
    background: #fff;
    padding: 5px 1px 5px 4px;
    text-align: center;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.amigoways-social-aside .fa {
    font-size: 30px;
    font-weight: 700;
    line-height: 25px;
    padding: 3px;
}
.amigoways-social-aside .fa-skype {
    color: #0084ff;
}
.amigoways-social-aside .fa-telegram {
    color: #2FA3D9;
}

.amigoways-social-aside .fa-whatsapp {
    color: #4CAF50;
}
/*======================
    HEADER CSS END
========================*/

/*======================
    SIGNIN SIGNUP POPUP AND PAGES CSS START
========================*/
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.modal-open {
    overflow-y: scroll !important;
    padding: 0px !important;
}
.my_model_popup
{
    background: rgba(0, 0, 0, 0.65) !important;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}
.my_model_popup .close
{
    font-size: 20px;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    top: 0;
    text-shadow: none;
    right: 0px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 9999999;
    box-shadow: inset 0px 0px 0px 100px #fff;
    transform: translate(50%, -50%);
    color: #5F259E;
}
.my_model_popup .close:hover
{
    box-shadow: inset 0px 0px 0px 100px #5F259E !important;
    color: #fff;
}
.my_model_popup .modal-dialog
{
    /*padding: 0px 50px;*/
    max-width: 500px;
    margin: 30px auto;
}
.sign_popup .modal-dialog
{
    border-radius: 2px;
    color: #212121;
}
.sign_popup .modal-header {
    text-align: center;
}
.popup_tab_content, .signin_content
{
    padding: 15px 35px 16px;
    overflow: hidden;
}
.popup_login #loadErr, .signin_content #loadErr
{
    float: right; 
    position: absolute;
    right: 0;
    width: 10%;
    margin: 30px 0px 0px; 
}
.popup_login .form-row, .signin_content .form-row{
    margin: 0px;
    padding: 0px;
    display: block;
}
.popup_login {
    position: relative;
}
span#loginloadErr {
    position: absolute;
    top: 35px;
    right: 50px;
}
.form-row 
{
    margin-bottom: 10px;
    padding: 4px 0;
    position: relative; 
}
.input-text {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: currentcolor currentcolor #e0e0e0 !important;
    border-image: none !important;
    border-style: none none solid !important;
    border-width: medium medium 1px !important;
    color: #000;
    font-size: inherit;
    margin-bottom: 8px;
    padding: 10px 0px !important;
    position: relative;
    width: 100%;
    z-index: 3; 
    font-weight: 600;
    border-radius: 0;
}
.input-text:hover, .input-text:active, .input-text:focus {
    border: none !important;
    border-bottom: 1px solid #5F259E !important; 
    box-shadow: none !important;
    border-radius: 0px !important;
    outline: none;
}
.label-helper {
    position: absolute;
    opacity: 0;
    transition: .2s bottom, .2s opacity;
    bottom: 0;
    left: 0;
    z-index: 9;
    margin-bottom: 7px;
    font-weight: 600;
}
.input-text:invalid + .label-helper {
    bottom: 55%;
}
.input-text:focus + .label-helper, .input-text:invalid + .label-helper {
    bottom: 75%;
    background: none !important;
    font-size: 13px;
    line-height: 1;
    opacity: 1;
}
.input-text:invalid {
    border-left: 10px solid #f00; 
}
.input-text:invalid + .label-helper::after {
    content: "X";
    font-size: 14px;
    line-height: 1;
    padding-left: 12px; 
}
.stay_checked
{
    vertical-align: middle;
    margin: 0px !important;
}
.or_div {
    display: block;
    margin: 15px 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    position: relative;
    padding: 10px;
    color: #5F259E;
}
.or_div span
{
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    padding: 5px 10px;
    transform: translate(-50%, -50%);
    background-color:#fff;
}
.or_div::before {
    content: '';
    background: #e3e9ed;
    width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 1px;
    top: 50%;
    left: 50%;
}
.sign_terms
{
    display: inline-flex;
    width: 100%;
}
.login_btm {
    text-align: center;
}
.login_btm .sign_terms {
    width: auto;
}
.social_login
{
    margin-bottom: 10px;
    border-radius: 3px;
    color: #fff !important;
    padding: 0px 19px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    overflow: hidden;
    display: inline-block;
}
.social_login:hover
{
    text-decoration: none;
    color: #fff !important;
}
.social_login a {
    display: inline-flex;
}
.login_content {
    font-size: 16px;
    padding: 10px 10px 3px;
    color: #fff !important;
    text-align: center;
}
.social_login .fa {
    float: left;
    color: #fff;
    padding-top: 13px;
    font-size: 19px;
    padding-left: 8px;
}
.button-fb {
    background-color: #3B5998;
    border: 1px solid #3B5998;
}
.button-fb:active, .button-fb:hover {
    border: 1px solid #263a63;
    background-color: #263a63;
}
.button-tw {
    background-color: #3EB5E5;
    border: 1px solid #3EB5E5;
}
.button-tw:active, .button-tw:hover {
    border: 1px solid #2795e9;
    background-color: #2795e9;
}
.button-google {
    background-color: #dd4b39;
    border: 1px solid #dd4b39;
}
.button-google:active, .button-google:hover {
    border: 1px solid #c23321;
    background-color: #c23321;
}
.popup_login .forgot_password
{
    color: #5F259E;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 999;
}
.reopen_account
{
    color: #5F259E;
    font-size: 15px;
    font-weight: 500;
    z-index: 999;
}
.popup_login .forgot_password:hover, .reopen_account:hover
{
    color: #5F259E;
}
.popup_login .submit_btn
{
    background: #5F259E;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF !important;
    border-radius: 2px;
    border: none !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin: 20px 0px 5px;
    padding: 10px 20px;
    transition: box-shadow 0.2s ease 0s;
    vertical-align: super;
    width: 100%;
    height: 48px;
}
.popup_login .submit_btn:hover, .popup_login .submit_btn:active, .popup_login .submit_btn:focus
{
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12) !important; 
    background: #5F259E;
}
.new_signup
{
    display: inline-flex;
    width: 100%;
    padding: 10px 0px 5px;
}
.new_signup a{
   color: #5F259E;
   padding-left: 3px;
}
.new_signup a:hover
{
    color: #5F259E;
}
.sign_in_container {
    margin: 50px auto;
    max-width: 500px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #fff;
}
.model_popup_inner .popup-title, .model_popup_inner .popup-subtitle, .model_popup_inner > p {
    text-align: center;
    padding: 10px 0px;
    margin: 0px;
}
.model_popup_inner .popup-title
{
    font-size: 20px;
}
.model_popup_inner .popup-subtitle
{
    font-size: 18px;
}
.model_popup_inner .scd_txt {
    padding: 0px 29px;
}
.popup_login .check_radio_con
{
    display: initial;
    padding: 0px;
}
.popup_login .amigoways_field_con
{
    float: left;
}
.popup_login .check_radio_con label {
    padding: 0;
    margin: 0;
}
.popup_login .sign_terms a:first-child
{
    text-indent: 20px;
}
.subscription_frm .check_radio_con
{
    padding: 0px;
}
.subscription_frm label {
    padding-left: 5px !important;
}
/*======================
    SIGNIN SIGNUP POPUP AND PAGES CSS END
========================*/

/*======================
    SCROLL TOP BUTTON CSS START
========================*/
#scroll {
    position:fixed;
    left:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#5F259E;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    outline: none;
    z-index: 9;

}
#scroll:hover {
    background: #5F259E;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover span{
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/*======================
    SCROLL TOP BUTTON CSS END
========================*/

/*======================
    MAIN CONTENT START
========================*/

/*Home Page Start*/
.home-slider .banner-caption h3.banner-title {
    font-size: 30px;
    margin: 0px 0px 20px;
}
.home-slider .banner-caption h4.banner-title {
    font-size: 20px;
    margin: 0px 0px 20px;
}
/*.box-container {
    padding: 15px;
    transition: .3s;
}
.box-container:hover {
    border-radius: 5px;
    box-shadow: #0e1e251f 0 2px 4px, #0e1e2552 0 2px 16px;
    transition: .3s;
    transform: translateY(-10px);
}*/
.know-more-btn {
    padding: 10px;
    background-color: #fff;
    color: #5F259E;
    border: 1px solid #5F259E;
    border-radius: 8px;
    transition: .3s;
}
.know-more-btn:hover {
    background-color: #5F259E;
    color: #fff;
    box-shadow: #00000026 0 15px 25px, #0000000d 0 5px 10px;
    transition: .3s;
    border: 1px solid #5F259E;
}
.box-img
{
    transition: .3s;
}
.box-img img
{
    width: 300px;
}
.box-caption
{
    min-height: 120px;
}
.home-cat-sec
{
    background:url(../images/bg-shop-cat.png) 18px center no-repeat #fff;
}
.home-cat-sec .box-container {
    margin: 0px 20px;
}
.home-cat-sec .box-item-title a
{
    min-height: auto;
}
.app-promo-section {
    background: url(../images/bg-app-promo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 250px 50px !important;
}
.app-promo-right
{
    padding: 50px 0px 0px;
}
/*.home-cat-sec .featured-image img {
    width: 100%;
}*/
.top-product-section
{
    background: #F7F8FA;
}
.faq-section {
    background: linear-gradient(100deg,rgba(95, 37, 158, 1) 100%, rgba(140, 62, 226, 1) 100%);
}
.what-we-do-section {
    background: #F7F8FA;
}
.services-box-list {
    margin-top: 50px;
}
.services-box
{
    box-shadow: 0 14px 28px rgb(0 0 0 / 15%), 0 10px 10px rgb(0 0 0 / 15%);
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 15px !important;
    margin: 10px 0;
    border-image: linear-gradient( to bottom, #5F259E, rgba(0, 0, 0, 0) ) 1 100%;
    border-left-width: 4px;
    border-left-style: solid;
}


/* FAQ Section */

.accordion-container .accordion-title {
  position: relative;
  margin: 10px 10px 0px 10px;
  padding: 10px 10px 5px 10px;
  background: #5a5751;
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open { 
  background-color: #767471;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}
.accordion-content {
    padding: 10px 10px 5px;
    background: #fff;
    margin: 0px 10px;
}


#faq-section li { padding: 20px 0px 10px; }
#faq-section li.faq-question {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
}
#faq-section .faq-answer p
{
  margin: 0px;
}
#faq-section li.faq-answer {
  display: none;
  padding: 0px 0px 0px 20px;
}
#faq-section .rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*Home Page End*/


/* Blog Section Start*/
.post-list li {
    font-size: 13px;
    margin: 0px 0px 10px;
}
.post-list li .fa {
    color: #5F259E;
    font-weight: 600;
    padding-right: 8px;
}
.post-list li:last-child .fa {
    padding: 0px 5px 0px 8px;
}
.post-list p a.amigoways-link {
    display: inline;
}

/* Blog Section End*/



/*Forgot Password Start*/
.forgot_pass_con {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
    box-shadow: 0 1px 2px 0 #e7e7e7;
    background: #fff;
}
.forgot_pass_con form {
    padding: 30px 0px;
    width: 100%;
}
.forgot_titles{
    background-color: #5F259E;
    border-radius: 5px 5px 0 0;
    float: none;
    margin: 0;
    padding: 22px;
    width: auto;
    font-size: 21px;
    color: #fff;
}
.forgot_text {
    float: left;
    font-size: 13px;
    color: #4c4c4c;
    font-size: 13px;
    padding: 20px;
}
.forgot_pass_con .field_account {
    padding: 0px 30px;
    display: inline-block;
    width: 100%;
}
.input_forgot{
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #B3B3B3 #CCCCCC #CCCCCC #B3B3B3;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    margin:10px auto 20px auto;
    padding: 10px;
    width: 100% !important;
}
/*Forgot Password End*/

/*Not found page Start*/
.notfound_main
{
    background: #fff;
    margin: 50px auto;
}
.notfound_page_con
{
    max-width: 600px;
    margin: 50px auto 100px;
}
.notfound_page_con .mob-font, .notfound_page_con .fa
{
    color: #5F259E;
    font-size: 200px;
}
.notfound_page_con p
{
    margin: 10px 0px 0px;
    font-weight: bold;
}
.notfound_page_con .amigoways-btn
{
    display: inline-block;
}

/*Not found page End*/

/*Help page Start*/
.help_top_con
{
    display:block;
    margin:0 auto;
    text-align:center;
    padding:40px 0 0;
    font-size:14px;
}
.help_search {
    margin-top: 16px;
    box-shadow: none;
}
.help_search .help_searchbox
{
    background:url(../images/help-search-icon.png) 18px center no-repeat #fff;
    border:1px solid rgba(0,0,0,.35) !important;
    border-radius:4px;
    box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 0 #000 !important;
    color:#5A5A5A;
    font-size:20px;
    padding:17px 30px 17px 56px;
    width:63%
}
.help_breadcrumb_con
{
    background:#a6bc5e;
    padding:10px 0;
    margin:50px 0 0;
    border-bottom:1px solid #ccc;
    color:#333;
    font-size:12px;
}
.help_breadcrumb_inner
{
    margin:0 auto;
    text-align:left;
    font-weight:700;
    text-transform:uppercase;
    box-shadow: none;
}
.help_breadcrumb_inner span
{
    padding-left:10px;
}
.help_div {
    overflow: hidden;
    background: #fff;
    padding: 50px 0px;
}
.help_left li {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.help_left li a{
    padding: 10px 5px;
    color: #333;
}
.help_top_con a {
    color: #333;
    padding: 0px 10px;
}
.help_top_con_inner
{
    display: inline-flex;
}
.help_left li.title
{
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px 5px;
}
.help_left li.title:hover
{
    background: none;
}
.help_left li:hover {
    background: #a6bc5e;
}
.help_left li:hover a
{
    color: #fff;
}

/*Help page End*/

/*Contact Us page Start*/
.contact-us-details h5 {
    margin: 0px;
    font-size: 16px;
    padding-bottom: 5px;
}
.contact-us-details a {
    color: #212121;
    display: inline-block;
}
/*Contact Us page End*/


/*Script page Start*/

.page-menu-section {
    padding: 10px 0px !important;
    position: relative;
    top: 0;
}
.fixed-page-menu-section {
    position: fixed;
    top: 75px;
    z-index: 1000;
    -webkit-box-shadow: 0 0px 5px #dedede;
    box-shadow: 0 0px 5px #dedede;
    -webkit-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    background: #fff;
}
.page-menu-section li {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    float: left;
}
.page-menu-section a, .pro-detail-inner .list-tab-wrapper li a {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #5F259E;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    position: relative;
    font-size: 16px;
    border: none;
    border-radius: 0;
    text-align: left;
}
.pro-detail-inner .list-tab-wrapper li a
{
    border: none !important;
}
.pro-detail-inner .list-tab-wrapper li a.current {
    border-bottom: 3px solid #5F259E !important;
}
.page-menu-section a:before, .pro-detail-inner .list-tab-wrapper li a:before {
    position: absolute;
    content: '';
    left: 6px;
    bottom: -4px;
    width: 0;
    height: 4px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: -ms-linear-gradient(left,#5F259E 0%,#ff757a 100%);
    background-image: -moz-linear-gradient(left,#5F259E 0%,#ff757a 100%);
    background-image: -o-linear-gradient(left,#5F259E 0%,#ff757a 100%);
    background-image: -webkit-gradient(linear,left top,right top,color-stop(0,#5F259E),color-stop(100,#ff757a));
    background-image: -webkit-linear-gradient(left,#5F259E 0%,#ff757a 100%);
    background-image: linear-gradient(to right,#5F259E 0%,#ff757a 100%);
}
.page-menu-section li:hover a:before, .pro-detail-inner .list-tab-wrapper li:hover a:before {
    width: 100%;
}
.page-menu-section a:hover, .pro-detail-inner .list-tab-wrapper a:hover {
    color: #5F259E;
    background: none;
    /*border-width: 0px 0px 3px 0px;
    border-color: #5F259E;
    border-style: solid;
    border-radius: 0;*/
}
.pro-detail-inner .list-tab-wrapper a:hover, .pro-detail-inner .list-tab-wrapper .current:hover {
    border: none;
}
.page-menu-section a.current, .pro-detail-inner .list-tab-wrapper a.current{
    border-width: 0px 0px 3px 0px;
    border-color: #5F259E;
    border-style: solid;
    color: #5F259E;
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
}
.pro-detail-inner .list-tab-wrapper li .current:before {
    border: none !important;
}
.script-inner-sec
{
    padding: 20px 0px;
}


/*.why-script-list .row2 .why-script-list-inner:nth-child(4) .why-script-icon {
    background-position: -16px -69px;
}
.why-script-list-btm .why-script-list-inner:nth-child(1) .why-script-icon{
    background-position: -165px -5px;
}
.why-script-list-btm .why-script-list-inner:nth-child(2) .why-script-icon {
    background-position: -90px -72px;
}
.why-script-list-btm .why-script-list-inner:nth-child(3) .why-script-icon {
    background-position: -324px -4px;
}
.why-script-list-btm .why-script-list-inner:nth-child(4) .why-script-icon {
    background-position: -91px -6px;
}*/
.workflow-img
{
    width: 600px;
}
.technologies-img
{
    width: 400px;
}
.features-section .list-tab-wrapper {
    margin: 30px 0px 0px;
}
.features-section .list-tab-wrapper li {
    margin: 0px 0px 20px;
}
.features-section .list-tab-wrapper .list-tab-content li {
    color: #fff;
    margin-bottom: 5px;
}
.demo-section {
    background: linear-gradient(#5F259E, rgba(255, 255, 255, 0.768627451));
}
.plan-list h4 {
    padding: 20px 0px;
}
.plan-title {
    font-size: 22px;
    line-height: 30px;
    color: #5F259E;
}
.plan-list .box-item
{
    border: 1px solid #d5dfff;
}
.plan-list .box-item-inner {
    border-bottom: 1px solid #d5dfff;
    padding-bottom: 20px;
}
.plan-list .list-style-tick li:before {
    color: #1AA85C;
    font-size: 20px;
}
.plan-list .list-style-tick li:before {
    color: #1AA85C;
    font-size: 20px;
}
.plan-list .list-style-tick li.no:before {
    color: #f44336;
    content: "\f00d";
}
/*.page-section
{
    min-height: 600px;
}*/
/*Script page End*/

/*======================
    MAIN CONTENT END
========================*/


/*======================
    CMS (STATIC) PAGES START
========================*/
.cms_details
{
    font-size: 13px;
    padding: 0px;
}
.cms_title
{
    width:100%;
    color:#333333;
    font-size:16px;
    font-weight: 600;
    text-align: justify;
    word-spacing: 2px;
    line-height:30px;
}
.cms_details p
{
    float:left;
    width:100%;
    color:#333333;
    font-size:13px;
}
.cms_content{
    float: left;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    width: 100%;
}
.cms_content a {
    display: initial;
    color: #0d6efd;
}
.cms_content a:hover {
    color: #5634ba;
    text-decoration: underline;
}
.cms_content h1 {
    font-size: 26px;
}
.cms_content h2 {
    margin-top: 20px;
    font-size: 20px;
}
.cms_content h3 {
    margin-top: 20px;
    font-size: 18px;
}
.inner-container-cms p, ol > li{
    margin-top: 15px;
}
.inner-container-cms th
{ 
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
}
.inner-container-cms td
{
    border: 1px solid #000;
    border-collapse: collapse;
    padding: 8px;
}
.inner-container-cms table a
{
    color: #212121;
    border-bottom: 1px solid #fff;
}
.inner-container-cms table a:hover
{
    border-bottom: 1px solid #000;
}
.inner-container-cms > ul {
    list-style-type: disc;
    margin-left: 30px;
    font-size: 13px;
}
.inner-container-cms > ul > li {
    list-style-type: disc;
}
.inner-container-cms .tabs-menu
{
    display: inline-flex;
    margin: 10px 0;
    width: 100%;
}
.inner-container-cms .tabs-menu li
{
    list-style: none !important;
}
.inner-container-cms .tabs-menu li a
{
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 5px 10px 7px;
    text-transform: uppercase;
    color: #999;
}
.inner-container-cms .tabs-menu li.current a
{
    background: #fff;
    border-bottom: 1px solid #f8eb01;
    color: #333;
    font-weight: 500;
    position: relative;
}
.inner-container-cms .tabs-menu li.current a:before
{
    border: medium solid transparent;
    bottom: -1px;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    width: 0;
    border-bottom-color: #f8eb01;
    border-width: 6px;
    left: 50%;
    margin-left: -6px;
}
.inner-container-cms .tabs-menu li.current a:after
{
    border-bottom-color: #fff;
    border-width: 5px;
    left: 50%;
    margin-left: -5px;
}
#cancellation_tab
{
    display: none;
}
.return_ques, .cancellation_ques
{
    color: #515151;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    cursor: pointer;
}
.return_ques:hover, .cancellation_ques:hover
{
    color: #2271b2;
    text-decoration: underline !important;
}
.return_ans p
{
    margin: 0px;
}
.ans_active
{
    font-weight: 500;
}
.box_border
{
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    padding: 0 19px;
}

/*Cart page Start*/
.cart-head
{
    margin: 0px 0px 20px;
}
.cart-head h1 {
    color: #2b2d42;
    font-weight: 600;
    font-size: 20px;
}
.cart-head h2 {
    color: #2b2d42;
    font-weight: 600;
    font-size: 20px;
}
.cart-list, .price-list {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
    margin: 10px 0px;
    padding: 15px;
    overflow: hidden;
}
.cart-details p {
    margin: 0px;
}
.cart-action li {
    padding: 0px 10px 0px 0px;
}
.cart-action li a {
    color: #5F259E;
    font-weight: 600;
}
.summary-details td {
  padding: 15px 10px;
  vertical-align: top;
}
.price-bottom {
    text-align: center;
    margin: 50px 0px 0px;
}
.price-bottom .amigoways-btn {
    padding: 15px 20px;
    width: 100%;
}
.empty-cart {
  margin: 0px 0px 30px;
  overflow: hidden;
  text-align: center;
}
.empty-cart li a{
  padding: 10px 10px;
  border: 1px solid red;
  text-align: center;
  margin: 10px 2px;
}
.summary-details
{
    float: left;
    width: 100%;
    margin-bottom: 12px;
    border-collapse: collapse;
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    font-size: 14px;
}


.checkout_details_container .view_content {
  padding: 16px 24px;
  display: flex;
  background: #FFFFFF;
  margin: 19px 0px;
  position: relative;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
}
.view_content h2 {
  text-transform: uppercase;
  font-size: 16px;
  color: #878787;
  padding: 10px 0px;
  border-radius: 2px 2px 0 0;
}
.view_content h2 span {
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 7px;
  vertical-align: baseline;
  margin-right: 17px;
  color: #5F259E;
  background: #f0f0f0;
}
.checkout_details_inner {
  width: 100%;
}
.checkout_left_inner {
  float: left;
  width: 80%;
}
.view_content h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #878787;
  padding: 11px 0px 0px;
  border-radius: 2px 2px 0 0;
}
.content_details {
  font-weight: 500;
}
.checkout_right_inner {
  float: right;
}
.add_change {
      padding: 0 32px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #5F259E;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #5F259E;
    margin-left: auto;
    cursor: pointer;
    text-transform: uppercase;
}

.after_view_content {
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .2);
}
.after_view_content_head {
  background-color: #5F259E;
  padding: 8px 24px;
  border-radius: 2px 2px 0 0;
  color: #fff;
  display: flex;
}
.after_view_content_head h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0px;
}
.after_view_content_head h2 span {
  font-size: 12px;
  border-radius: 2px;
  padding: 3px 7px;
  vertical-align: baseline;
  margin-right: 17px;
  color: #5F259E;
  background: #f0f0f0;
}
.after_view_content_head h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding: 11px 0px 0px;
  border-radius: 2px 2px 0 0;
}
.after_view_content_inner {
  background: #fff;
  padding: 20px 20px 18px 20px;
}
.after_view_content_inner .pro_grid_details {
  padding: 10px 0px 0px;
}
.pro_grid_details {
  display: inline-flex;
  padding: 10px 0;
  width: 100%;
}
.after_view_content_inner .pro_grid_details {
  padding: 10px 0px 0px;
}
.after_view_content_inner .pro_grid_details, .after_view_content_inner .pro_details_right {
  font-size: 14px !important;
  font-weight: 500;
}
.pro_side_head {
  color: #878787;
  font-weight: 500;
  padding-right: 10px;
  width: 100px;
  text-transform: capitalize;
}
.pro_details_right {
  float: right;
  font-size: 13px;
  padding: 0px 5px;
}
..after_view_content_right
{
    padding: 10px 0px 0px;
}
.after_view_content_right ul li {
  padding: 15px 0px 5px;
}
.checkout_details_container .tick_icon {
  vertical-align: top;
  height: 20px;
  color: #5F259E;
  font-size: 25px;
  fill: #5F259E;
}
.after_view_content_right ul span {
  padding: 0px 10px;
  color: #212121;
}
.bottom_text span, .after_view_content_right span {
  font-size: 13px;
  color: #878787;
}

.edit_add {
  font-weight: 600;
  color: #5F259E;
  text-transform: uppercase;
  padding: 10px 0px 0px;
}
.checkout_details_container .input_field {
    width: 100% !important;
}
.check_order_info {
    padding: 10px 0px;
}
.checkout-payments .amigoways_field_con
{
    padding: 26px 0px;
}
.checkout-payment-btn {
    max-width: 400px;
    text-align: center;
    margin: 50px auto;
}
.checkout-payment-btn .amigoways-btn {
    width: 100%;
    padding: 18px 0px;
}
.checkout-payments .check_radio_con
{
    padding-right: 50px;
}
.checkout-payments .amigoways-img {
    width: 200px;
}
.PayPal .amigoways-img {
    padding-left: 10px;
}
form.checkout-billing-add-form {
    margin: 20px 0px 0px;
    overflow: hidden;
}
.add-checkout-shipping-con {
    padding: 20px;
}
.order_save_val {
  color: #388e3c;
  font-weight: 500;
  overflow: hidden;
  float: left;
  text-align: left;
  width: 100%;
  border-top: 1px solid #f0f0f0;
  padding: 15px 0px 15px 35px;
}
/*Cart and Checkout page Start*/
/*======================
    CMS (STATIC) PAGES END
========================*/

/*======================
    FOOTER START
========================*/
.footer {
    background: linear-gradient(100deg,rgba(95, 37, 158, 1) 100%, rgba(140, 62, 226, 1) 100%);
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.footer_container {
    margin: 0px auto;
    padding: 25px 10px 0px;
    text-align: left;
    max-width: 1320px;
    overflow: hidden;
}
.footer h5
{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0px 15px;
    margin: 0px;
    text-transform: uppercase;
}
.subscribe_settings
{
    border-bottom: 1px solid #fff;
    padding: 0px 0px 25px;
}
.newsletterback {
    margin: 0 auto;
    max-width: 600px;
}
.subscribe_settings .heading {
    color: #fff;
    font-size: 26px;
    margin: 0px 0px 10px;
}
.subscribe_settings .sub_heading {
    color: #fff;
    font-size: 18px;
    margin: 0px 0px 30px;
}
.subscribe_settings .subscribe {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    border-radius: 3px 0px 0px 3px;
}
.subscribe_settings .amigoways-btn {
    width: 100%;
    font-size: 16px;
    border: 1px solid #5F259E !important;
    padding: 12px 30px;
    border-radius: 0px 3px 3px 0px;
}
.subscribe_settings .amigoways-btn:hover, .subscribe_settings .amigoways-btn:focus, .subscribe_settings .amigoways-btn:active
{
    border: 1px solid #5F259E !important;
}
ul.footer_menu {
    list-style: outside none none;
    padding-bottom: 20px;
}
.footer_menu > li {
        
    text-align: left;
    line-height: 23px;
}
.footer_menu > li:last-child
{
    border-bottom: none;
}
.footer_menu a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding: 0 7px 0px 0px;
    display: inline-block;
}
.footer_menu  a:hover, .footer_menu  a:active, .copyright_menu a:hover,.copyright_menu a:active 
{
    color: #fff;
    outline: none;
    text-decoration: underline;
}
.footer_column
{
    padding: 25px 0px;   
}
.contact-us-details li {
    padding-bottom: 15px;
    line-height: 21px;
}
.social_link {
    display: inline-flex;
}
.social_link li a {
    margin-right: 7px;
}
.social_link a .fa {
    border-radius: 50%;
    color: #fff !important;
    line-height: 15px;
    text-align: center;
    font-size: 15px;
}
.social_link a .fa:hover
{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dcdcdc), color-stop(1, #404040));
  background: -webkit-linear-gradient(top, #dcdcdc 0%, #404040 100%);
  background: -moz-linear-gradient(top, #dcdcdc 0%, #404040 100%);
  background: -o-linear-gradient(top, #dcdcdc 0%, #404040 100%);
  background: -ms-linear-gradient(top, #dcdcdc 0%, #404040 100%);
  background: linear-gradient(to bottom, #dcdcdc 0%, #404040 100%);
}
.social_link .fa-instagram {
    display: inline-block;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    padding: 8px 9px;
}
.social_link .fa-youtube {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff847e), color-stop(1, #fb0000));
  background: -webkit-linear-gradient(top, #ff847e 25%, #fb0000 75%);
  background: -moz-linear-gradient(top, #ff847e 25%, #fb0000 75%);
  background: -o-linear-gradient(top, #ff847e 25%, #fb0000 75%);
  background: -ms-linear-gradient(top, #ff847e 25%, #fb0000 75%);
  background: linear-gradient(to bottom, #ff847e 25%, #fb0000 75%);
  padding: 8px 9px;
}
.social_link .fa-facebook {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3580b3), color-stop(1, #001e71));
  background: -webkit-linear-gradient(top, #3580b3 25%, #001e71 75%);
  background: -moz-linear-gradient(top, #3580b3 25%, #001e71 75%);
  background: -o-linear-gradient(top, #3580b3 25%, #001e71 75%);
  background: -ms-linear-gradient(top, #3580b3 25%, #001e71 75%);
  background: linear-gradient(to bottom, #3580b3 25%, #001e71 75%);
  padding: 8px 11px;
}
.social_link .fa-twitter {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #70c4df), color-stop(1, #0359c5));
  background: -webkit-linear-gradient(top, #70c4df 25%, #0359c5 75%);
  background: -moz-linear-gradient(top, #70c4df 0%, #0359c5 75%);
  background: -o-linear-gradient(top, #70c4df 0%, #0359c5 75%);
  background: -ms-linear-gradient(top, #70c4df 25%, #0359c5 75%);
  background: linear-gradient(to bottom, #70c4df 25%, #0359c5 75%);
  padding: 8px;
}
.social_link .fa-pinterest {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ef97a8), color-stop(1, #ad000b));
  background: -webkit-linear-gradient(top, #ef97a8 25%, #ad000b 75%);
  background: -moz-linear-gradient(top, #ef97a8 25%, #ad000b 75%);
  background: -o-linear-gradient(top, #ef97a8 25%, #ad000b 75%);
  background: -ms-linear-gradient(top, #ef97a8 25%, #ad000b 75%);
  background: linear-gradient(to bottom, #ef97a8 25%, #ad000b 75%);
  padding: 8px 6px;
  font-size: 22px !important;
}
.social_link .fa-whatsapp {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #63b76a), color-stop(1, #005312));
  background: -webkit-linear-gradient(top, #63b76a 25%, #005312 75%);
  background: -moz-linear-gradient(top, #63b76a 25%, #005312 75%);
  background: -o-linear-gradient(top, #63b76a 25%, #005312 75%);
  background: -ms-linear-gradient(top, #63b76a 25%, #005312 75%);
  background: linear-gradient(to bottom, #63b76a 25%, #005312 75%);
  padding: 8px 10px;
}
.social_link .fa-linkedin {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #007ab9), color-stop(1, #2a445d));
  background: -webkit-linear-gradient(top, #007ab9 25%, #2a445d 75%);
  background: -moz-linear-gradient(top, #007ab9 25%, #2a445d 75%);
  background: -o-linear-gradient(top, #007ab9 25%, #2a445d 75%);
  background: -ms-linear-gradient(top, #007ab9 25%, #2a445d 75%);
  background: linear-gradient(to bottom, #007ab9 25%, #2a445d 75%);
  padding: 8px 9px;
}

.payment_method h2
{
    color: #848484;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
    font-weight: 500;
}
.payment_method_image
{
    display: inline-block;
    background-position: -2px -200px;
    width: 615px;
    height: 33px;
}
.payment_method ul
{
    list-style: none;
    display: inline-flex;
}
.payment_method li
{
    border-right: 1px solid #3C3F46;
    padding: 0px 5px;
    list-style: none;
}
.payment_method li:first-child, .copyright_con li:first-child a
{
    padding-left: 0px;
}
.payment_method li:last-child
{
    border-right: none;
}
.payment_method .paygateway {
    background: #fff;
    padding: 3px 5px !important;
    border-radius: 2px;
}
.payment_method .paygateway img {
    width: 80px;
}
.language_settings
{
    font-size: 12px;
}
.language_settings ul
{
    display: inline-flex;
}
.language_settings ul li
{
    border: none;
}
.language_settings ul li a
{
    background: #5F259E;
    border: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    outline: medium none;
    padding: 10px 20px;
    transition: box-shadow 0.2s ease 0s;
    vertical-align: super;
    border-radius: 2px;
    margin: 0px 10px 0px 0px;
    max-width: 150px;
}
.language_settings a:hover, .amigoways-btn:hover, .amigoways-btn:active, .amigoways-btn:focus, .subscribe_btn:hover, .subscribe_btn:active, .subscribe_btn:focus {
    color: #ffffff !important;
    background: #5F259E;
    outline: none;
    border: none !important;
    box-shadow: none !important;
}
.popup_page {
    background: #FFFFFF;
}
.footer_settings_tab, .all-purchase-search .top_list {
    overflow: hidden;
}
.footer_settings_tab ul.tabs, .account_settings_tab ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    background: #fff;
}
.footer_settings_tab ul.tabs li, .account_settings_tab ul.tabs li{
    background: #fff;
    color: #848484;
    padding: 10px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    border-right: 1px solid #fff;
    border-radius: 3px 3px 0px 0px;
}
.footer_settings_tab ul.tabs li.current, .account_settings_tab ul.tabs li.current{
    color: #5F259E !important;
}
.TabbedPanelsTabSelected, .footer_settings_tab ul.tabs li:hover, .footer_settings_tab ul.tabs li.current, .account_settings_tab ul.tabs li:hover, .account_settings_tab ul.tabs li.current
{
    border-bottom: 3px solid #5F259E !important;
}
.footer_popup_left {
    padding: 20px;
}
.footer_popup_left .chzn-container
{
    position: absolute;
}
.footer_popup_left h3{
     color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 25px;
    padding: 0;
}
.TabbedPanelsContentGroup
{
    clear: both;
    min-height: 220px;
    background: #FFFFFF;
    font-size: 14px;
    color: #484848;
}
.TabbedPanelsContent {
    line-height: 20px;
    text-align: justify;
    font-weight: normal;
    overflow: hidden;
    padding: 0 !important;
}
.footer_tab_footer {
    border-top: 1px solid #e4e4e4;
    height: auto;
    padding: 11px 21px 13px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.footer_tab_footer span{
    font-size: 12px;
    line-height: 39px;
    white-space: nowrap;
}
.popup_button .submit_btn
{
    margin: 0 10px 0 0;
}
.popup_button .amigoways-btn {
    margin: 0px 5px 0px 0px;
}
.footer_popup_left .form_input_con
{
    border:none;
}
.split_link:hover
{
    text-decoration:none;
}
.footer_popup_left .preference_split li.selected
{
    background-color: #666666;
    color: #FFFFFF;
}
.footer_popup_left .preference_split li.selected a
{  
    color: #FFFFFF;
}
.preference_split {
    display: inline-block;
}
.preference_split li{
    list-style:none;
    padding:10px 0px;
    color: #4C4C4C;
    display: inline-flex;
    font-size: 13px;
    width:100%;
    cursor:pointer;
}
.preference_split li a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    margin: 0 0 0 0px;
    padding: 0px 4px 4px 4px;
    float: left;
}
.preference_split li span{
    padding:0px;
    cursor:pointer;
}
.preference_split li.currencyactive .tick_image{
    color: #FFF;
    background: #1AA85C;
    border: #1AA85C;
}
.region_field select{
    font-weight: normal;
    color: #333333;
    border: 1px solid #ccc;
    background: #FFFFFF;
    line-height: 15px;
    width: 220px;
    padding: 5px 6px;
    font-size: 13px;
}
.copyright_con
{
    padding: 0px;
    text-align: center;
    border-top: 1px solid #fff;
}
.copyright_menu {
    display: inline-flex;
    margin: 15px 0px;
}
.copyright_con a {
    color: #fff;
    line-height: 23px;
    font-size: 14px;
    display: inline;
}
.copyright_con p {
    margin: 15px 0px;
    padding: 0;
    vertical-align: middle;
    border: none;
    color: #fff;
}
.copyright_menu .active a, .footer_menu .active a, .navbar-right .active a {
    color: #5F259E;
}
.footer .media-body, .footer .media-left,.footer p {
    color: #fff;
}
.app-icon img {
    width: 150px;
    margin: 5px;
}
/*======================
    FOOTER END
========================*/


/*======================
    MEDIA QUIRIES
========================*/
@media only screen and (max-width:480px){
    .notfound_page_con .mob-font {
        font-size: 136px !important;
    }
}
@media only screen and (min-width:767px)
{
    .container
    {
        width: 1320px;
    }
}
@media(max-width: 768px)
{
    header{
        border-bottom: 1px solid rgba(0,0,0,.08) !important;
        box-shadow: 0 3px 5px 0 rgb(0 0 0 / 10%);
    }
    .sticky
    {
        display: block;
        z-index: 9999;
        position: fixed;
        top: 0;
        transform: translate3d(0px, 0px, 0px);
        padding: 5px 10px !important;
    }
    .sticky i.fa.fa-bars {
        color: #fff;
    }
    .sticky .mob_center, .sticky .mob_user, .sticky .mob_notification,.sticky .mob_right, .after_scroll {
        display: none;
    }
    .sticky .after_scroll
    {
        display: block !important;
    }
    .sticky .after_scroll_search {
        display: none;
    }
    .sticky .sidebar_show_inner {
        padding: 7px 0px;
    }
    .mob_user .fa, .open_mob_menu .fa
    {
        font-size: 18px;
        padding: 5px 0px 0px;
    }
    input#search_items {
        width: 100%;
    }
    .fixed_header {
        width: 100%;
        background: #5F259E;
        padding: 0px 15px;
    }
    .main_header
    {
        overflow: hidden;
        width: 100%;
    }
    .main_header .main_menu {
        overflow-y: scroll;
    }
    .main_menu .cat_menu
    {
        width: 600px;
    }
    .main_menu .cat_menu li.dropdown{
        float: left !important;
    }
    .cat_menu .dropdown-menu
    {
        margin: 0px 20px 0px 20px !important;
    }
    .mob_header {
        box-shadow: none;
        border:  none !important;
    }
    .mob_header .logo img
    {
        width: 130px !important;
    }
    .mob_header .fa, .mob_header a
    {
        vertical-align: middle;
        color: #5F259E;
    }
    .mob_center {
        padding: 0px;
    }
    .mob_user a
    {
        font-size: 13px;
        padding: 4px 14px;
    }
    .mob_user a span {
        padding: 2px 0px;
        display: block;
    }
    .mob_user {
        display: inline-flex;
        width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    }
    .mob_head_search {
        padding: 0px 20px 0px 0px;
    }
    .mob_header .fa:hover, .mob_header a:hover
    {
        color: #333;
    }
    .mob_padd
    {
        cursor: pointer;
        font-size: 17px;
        padding: 0px !important;
    }
    .sidebar_show_inner {
        padding: 0px;
    }
    .user-profile
    {
        border: 1px solid;
        border-radius: 50%;
    }
    
    .header_full_bg, .search_full_bg {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.8);
        opacity: 1;
        left: 0;
        right: 0;
        top: 0;
        z-index: 99999;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        display: none;
    }
    .header_full_bg:after, .search_full_bg:after
    {
        color: #fff;
        content: 'X';
        position: absolute;
        z-index: 999999;
        right: 20px;
        top: 20px;
        font-size: 30px;
        cursor: pointer;
    }
    #mySidenav, .standardized_filters, .dashboard_left{
        background: #fff;
        position: fixed;
        width: 75% !important;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate3d(-102%,0,0);
        transform: translate3d(-102%,0,0);
        will-change: transform;
        -webkit-box-shadow: 3px 0 8px 1px rgba(0,0,0,.4);
        box-shadow: 3px 0 8px 1px rgba(0,0,0,.4);
        z-index: 99999;
        overflow: auto;
        transition: all 0.4s ease-in-out 0s !important;
    }
    .cat_side_menu
    {
        background: linear-gradient(30deg,#2874f0,#0065c5) !important;
    }
    .mob_sort_header
    {
        position: fixed;
        width: 90%;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        min-height: 10%;
        max-height: 90%;
        background-color: #fff;
        border-radius: 3px;
        -webkit-box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4);
        box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.4);
        display: none;
        z-index: 999999;
    }
    .side_bar .side_bar_head {
        width: 100%;
    }
    .mob_head_side ul#nav {
        margin-bottom: 0px;
        padding: 0px;
    }
    .mob_head_side .side_bar ul
    {
        box-shadow: none;
        padding: 0;
    }
    .mob_head_side .nav-section-title
    {
        text-align: left;
    }
    .mob_head_side ul#nav li {
        padding: 0;
        position: relative;
    }
    .mob_head_side ul#nav li a {
        padding: 10px 0px 10px 45px;
        color: #666 ;
        font-size: 13px;
        outline: medium none !important;
        text-decoration: none !important;
    }
    .mob_head_favicon {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .mob_head_favicon img
    {
        width: 50px;
    }
    .mob_user img {
        width: 26px !important;
    }
    .mob_head_side .first_child
    {
        border: none;
    }
    .mobile-login {
        text-align: center;
    }
    .header-cart a.show-mini-cart {
        margin-top: -5px;
    }
    span.cart-count
    {
        top: -7px;
    }
    /*.nav_icon{
        background: url(../images/sprite-icons/icon_sl.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    }*/
    .nav_icon {
        height: 40px;
        width: 40px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
    .new_signup, a.reopen_account.right_align
    {
        text-align: center !important;
        display: block !important;
    }

    .mob_main_cat_list {
      display: inline-flex;
      width: 100%;
      overflow-y: scroll;
      /*background: #5F259E;*/
        padding: 10px 0px;
        border: 1px solid #f0f0f0;
    }
    .mob_cat_header li {
      padding: 0px 5px;
      text-align: center;
    }
    .mob_cat_header li a {
      font-weight: 500;
      text-transform: capitalize;
      border: none;
      font-size: 13px;
      line-height: 1.4;
      padding: 0px;
      width: 81px;
      /*color: #fff;*/
    }
    .cat_sidebar_show_inner
    {
        background: #5F259E;
        position: fixed;
        right: 0;
        padding: 0px !important;
    }
    .mob_cat_header .mob_cat_img {
      position: relative;
      margin: auto;
      width: 20px;
      height: 20px;
      min-width: inherit;
      min-height: inherit;
    }
    .mob_cat_header .mob_main_cat_list img {
      position: absolute;
      top: 50%;
      left: 50%;
      max-width: 100%;
      max-height: 100%;
      transform: translate(-50%,-50%);
      transition: opacity .3s linear;
    }


    /*Script page*/
    .page-menu-section 
    {
        overflow: scroll;
        max-width: 800px;
    }
    .page-menu-section #onepage-nav {
        min-width: 800px;
    }


    /* Footer page */
    .copyright_con.copyright_con
    {
        text-align: center;
        display: block;
    }
    .copyright_menu li:last-child a
    {
        border-right: none;
    }
    .footer_column
    {
        padding: 10px 0px;
    }
    .payment_method
    {
        border: none;
    }
    .subscribe_settings .amigoways-btn
    {
        text-align: center;
        width: auto;
    }
}
@media(max-width: 599px)
{
    .my_model_popup .modal-dialog
    {
        margin:20px 20px;
    }
    .social_login
    {
        width: 100%;
        text-align: center;
    }
}
@media(max-width: 479px)
{
    .popup_tab_content, .signin_content
    {
        padding: 15px 10px 16px;
    }
    .social_link li a
    {
        padding-right: 2px;
    }
}




